@charset "UTF-8";
dl, ul, ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}

.l-container {
  padding: 0 15px;
}

.mod-font-cRed {
  color: red;
}

.mod-font-bold {
  font-weight: bold;
}

.mod-txt-underline {
  text-decoration: underline;
}

em {
  font-style: normal;
}

@media print, screen and (min-width: 1024px) {
  .l-container {
    max-width: -o-calc(1200px + (15px * 2));
    max-width: 1230px;
    margin: 0px auto;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) and (max-width: 599px) {
  .l-container {
    width: 100%;
  }
}
.gNav {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateY(-120%);
  height: calc(100vh - 88px);
  background-color: #28b3c6;
  transition: all 0.5s ease;
  overflow-y: auto;
  z-index: -1;
  pointer-events: initial;
}
@media only screen and (min-width: 600px) and (max-width: 1023px), only screen and (max-width: 599px) {
  .gNav {
    height: calc(100vh - 68px);
  }
}
.gNav .gNavInner {
  display: block;
  width: 100%;
  max-width: 600px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  padding: 0 24px 100px;
  margin: 0 auto 0;
}
@media only screen and (max-width: 1023px) {
  .gNav .gNavInner {
    padding: 0 20px 100px;
  }
}
.gNav .gNav-list,
.gNav .gNav-list-2nd {
  display: block;
}
.gNav .gNav-list > li,
.gNav .gNav-list-2nd > li {
  display: block;
}
.gNav .gNav-list > li {
  padding: 27px 0 26px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 1023px) {
  .gNav .gNav-list > li {
    padding: 23px 0 22px;
  }
}
.gNav .gNav-list > li .gNav-list-title {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .gNav .gNav-list > li .gNav-list-title {
    font-size: 20px;
  }
}
.gNav .gNav-list > li .gNav-list-title.isAccordion {
  position: relative;
  padding-right: 30px;
}
@media only screen and (max-width: 1023px) {
  .gNav .gNav-list > li .gNav-list-title.isAccordion {
    padding-right: 28px;
  }
}
.gNav .gNav-list > li .gNav-list-title.isAccordion:after, .gNav .gNav-list > li .gNav-list-title.isAccordion:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 3px;
  top: 50%;
  right: 0;
  transform-origin: center center;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  border-radius: 2px;
}
@media only screen and (max-width: 1023px) {
  .gNav .gNav-list > li .gNav-list-title.isAccordion:after, .gNav .gNav-list > li .gNav-list-title.isAccordion:before {
    width: 12px;
    height: 2px;
  }
}
.gNav .gNav-list > li .gNav-list-title.isAccordion:before {
  transform: translate(0, -50%);
}
.gNav .gNav-list > li .gNav-list-title.isAccordion:after {
  transform: translate(0, -50%) rotate(90deg);
}
.gNav .gNav-list > li.isOpen .gNav-list-title.isAccordion:after {
  transform: translate(0, -50%) rotate(0deg);
}
.gNav .gNav-list-2nd {
  display: none;
  padding: 24px 10px 0;
}
@media only screen and (max-width: 1023px) {
  .gNav .gNav-list-2nd {
    padding: 20px 8px 0;
  }
}
.gNav .gNav-list-2nd > li {
  margin: 0 0 16px;
}
@media only screen and (max-width: 1023px) {
  .gNav .gNav-list-2nd > li {
    margin: 0 0 14px;
  }
}
.gNav .gNav-list-2nd > li:last-child {
  margin-bottom: 0;
}
.gNav .gNav-list-2nd > li .gNav-list-2nd-title {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-decoration: none;
  padding: 0 1em 0;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .gNav .gNav-list-2nd > li .gNav-list-2nd-title {
    font-size: 14px;
  }
}
.gNav .gNav-list-2nd > li .gNav-list-2nd-title:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-color: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 1023px) {
  .gNav .gNav-list-2nd > li .gNav-list-2nd-title:before {
    width: 8px;
    height: 8px;
  }
}
.gNav .gNav-subList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  font-size: 0;
}
.gNav .gNav-subList > li {
  position: relative;
  display: inline-block;
  padding: 0 14px 0;
  text-align: center;
  margin: 20px 0 0;
}
@media only screen and (max-width: 1023px) {
  .gNav .gNav-subList > li {
    padding: 0 12px 0;
  }
}
.gNav .gNav-subList > li:after, .gNav .gNav-subList > li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #fff;
}
.gNav .gNav-subList > li:before {
  left: 1px;
}
.gNav .gNav-subList > li:after {
  right: -1px;
}
.gNav .gNav-subList > li:nth-child(4n+1):after, .gNav .gNav-subList > li:nth-child(4n+1):before, .gNav .gNav-subList > li:nth-child(3n):after, .gNav .gNav-subList > li:nth-child(3n):before {
  content: none;
}
.gNav .gNav-subList > li:nth-child(3n) {
  padding-right: 0;
  text-align: right;
}
.gNav .gNav-subList > li > a {
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .gNav .gNav-subList > li > a {
    font-size: 14px;
  }
}
.gNav .gNav-linkBanner {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 50px auto 0;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .gNav .gNav-linkBanner {
    margin: 38px auto 0;
  }
}
.gNav .gNav-linkBanner > img {
  display: block;
}

.header {
  position: fixed;
  display: block;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  pointer-events: none;
}
.header.isOpen {
  pointer-events: initial;
}
.header.isOpen .header-contents {
  background-color: #28b3c6;
}
.header.isOpen .header-menuBtnInner > span:first-child {
  transform: rotate(30deg);
}
.header.isOpen .header-menuBtnInner > span:last-child {
  transform: rotate(-30deg);
}
.header.isOpen .gNav {
  display: block;
  top: auto;
  bottom: 0;
  opacity: 1;
  transform: translateY(100%);
}
.header .headerInner {
  position: relative;
  display: block;
  width: 100%;
  pointer-events: none;
}
.header .header-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 39px 0;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .header .header-contents {
    padding: 20px 10px 0 19px;
  }
}
.header .header-contents .header-logo {
  width: calc(100% - 260px);
  max-width: 135px;
  cursor: pointer;
  pointer-events: initial;
}
@media only screen and (max-width: 1023px) {
  .header .header-contents .header-logo {
    width: calc(100% - 190px);
    max-width: 95px;
  }
}
.header .header-contents .header-logo > a {
  display: block;
}
.header .header-contents .header-logo > a > img {
  display: block;
}
.header .header-contents .header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 274px;
  pointer-events: initial;
}
@media only screen and (max-width: 1023px) {
  .header .header-contents .header-menu {
    width: 173px;
  }
}
.header .header-contents .header-menu .header-subMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 170px;
}
@media only screen and (max-width: 1023px) {
  .header .header-contents .header-menu .header-subMenu {
    width: 96px;
  }
}
.header .header-contents .header-menu .header-subMenu .header-subMenu-icon {
  display: block;
  width: 32%;
  max-width: 26px;
}
@media only screen and (max-width: 1023px) {
  .header .header-contents .header-menu .header-subMenu .header-subMenu-icon {
    max-width: 18px;
  }
}
.header .header-contents .header-menu .header-menuBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #24a0b9;
  cursor: pointer;
  pointer-events: initial;
}
@media only screen and (max-width: 1023px) {
  .header .header-contents .header-menu .header-menuBtn {
    width: 48px;
    height: 48px;
  }
}
.header .header-contents .header-menu .header-menuBtn .header-menuBtnInner {
  position: relative;
  display: block;
  width: 20px;
  height: 12px;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .header .header-contents .header-menu .header-menuBtn .header-menuBtnInner {
    width: 15px;
    height: 9px;
  }
}
.header .header-contents .header-menu .header-menuBtn .header-menuBtnInner > span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  pointer-events: none;
  transform-origin: center left;
  transition: all 0.4s ease-in-out;
}
.header .header-contents .header-menu .header-menuBtn .header-menuBtnInner > span:first-child {
  top: 0;
  left: 0;
}
.header .header-contents .header-menu .header-menuBtn .header-menuBtnInner > span:last-child {
  bottom: 0;
  left: 0;
}

.footer__type02 {
  background-color: #e9f5f8;
}
.footer__type02 .footer-info {
  margin-top: 0 !important;
  padding-top: 101px;
}
.footer__type02 .footer-info-card {
  background-color: #fff;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 101px auto 0 auto;
}
@media only screen and (max-width: 599px) {
  .footer-info {
    display: block;
  }
}
.footer-info .footer-info-card {
  width: 48.25%;
  padding: 31px 3% 40px 3%;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 599px) {
  .footer-info .footer-info-card {
    width: 100%;
    margin-bottom: 40px;
    padding: 31px 5.6% 40px 5.6%;
  }
  .footer-info .footer-info-card:last-child {
    margin-bottom: 0;
  }
}
.footer-info .footer-info-card .footer-info-card-hl {
  min-height: 79px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 31px;
}
.footer-info .footer-info-card .footer-info-card-hl h2 {
  color: #24a0b9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4em;
  letter-spacing: 0em;
  text-align: center;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .footer-info .footer-info-card .footer-info-card-hl h2 {
    font-size: 26px;
  }
}
.footer-info .footer-info-card .footer-info-card-txt p {
  margin-top: 24px;
}
.footer-info .footer-info-card .footer-info-card-txt p:first-child {
  margin-top: 0;
}
.footer-info .footer-info-card .footer-info-card-notes {
  background-color: #fff;
  margin-top: 10px;
  padding: 12px 3.6%;
  border-radius: 10px;
}
.footer-info .footer-info-card .footer-info-card-notes p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.03rem;
}
.footer-info .footer-info-card .footer-info-card-bnrNekoposu {
  display: block;
  max-width: 139px;
  margin: 46px auto 0 auto;
  text-decoration: none;
}

.footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 92px auto 94px auto;
}
.footer-sns .footer-sns-icon {
  display: block;
  width: 40px;
  margin: 0 32.5px;
}

.footer-main {
  padding: 62px 0 20px 0;
  background-color: #24a0b9;
}
@media only screen and (max-width: 1023px) {
  .footer-main {
    padding: 62px 0 55px 0;
  }
}
.footer-main .footer-main-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .footer-main .footer-main-inner {
    display: block;
  }
}
.footer-main .footer-main-inner .footer-main-logo {
  width: 236px;
}
@media only screen and (max-width: 1023px) {
  .footer-main .footer-main-inner .footer-main-logo {
    width: 100%;
    max-width: 236px;
    margin: 0 auto 50px auto;
  }
}
.footer-main .footer-main-inner .footer-main-logo .footer-main-logo-copy {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01rem;
  margin-bottom: 11px;
}
.footer-main .footer-main-inner .footer-main-sub {
  width: 70.583333%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .footer-main .footer-main-inner .footer-main-sub {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-main .footer-main-inner .footer-main-sub .footer-main-list {
    margin-bottom: 30px;
  }
}
.footer-main .footer-main-inner .footer-main-sub .footer-main-list li {
  margin-bottom: 17px;
  letter-spacing: 0.04rem;
}
@media only screen and (max-width: 1023px) {
  .footer-main .footer-main-inner .footer-main-sub .footer-main-list li {
    text-align: center;
  }
}
.footer-main .footer-main-inner .footer-main-sub .footer-main-list li > a {
  color: #fff;
  text-decoration: none;
}
.footer-main .footer-main-trademark-inner {
  width: 100%;
  padding: 18px 3%;
  background-color: #208f9e;
}
.footer-main .footer-main-trademark-inner p {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.03rem;
}
@media only screen and (max-width: 1023px) {
  .footer-main .footer-main-trademark-inner p {
    font-size: 14px;
  }
}
.footer-main .footer-main-trademark-shobido {
  width: 100%;
  margin-top: 1rem;
  padding: 10px 3%;
  background-color: #fff;
}
.footer-main .footer-main-trademark-shobido p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  letter-spacing: 0.03rem;
}
.footer-main .footer-main-trademark-shobido img {
  display: block;
  width: 130px;
  margin: 0 auto 0.5em;
}
@media print, screen and (min-width: 1024px) {
  .footer-main .footer-main-trademark {
    width: 383px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-main .footer-main-trademark {
    max-width: 340px;
    margin: 0 auto;
    padding: 18px 4%;
  }
}

.footer-copyright {
  text-align: center;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.05rem;
  padding: 12px 15px;
}
@media only screen and (max-width: 1023px) {
  .footer-copyright {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media print, screen and (min-width: 1024px) {
  .dn-pcTab {
    display: none !important;
  }
}
@media only screen and (max-width: 599px) {
  .dn-sp {
    display: none !important;
  }
}
.scroll-up {
  display: none;
  position: fixed;
  z-index: 998;
  bottom: 9vh;
  right: 5px;
}
.scroll-up a {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.scroll-up a img {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
}

.isEmpty {
  height: 0 !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}
.isEmpty:after, .isEmpty:before {
  content: none !important;
}

.hdnTxt {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  color: transparent !important;
  line-height: 0 !important;
  letter-spacing: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
}
.hdnTxt:after, .hdnTxt:before {
  content: none !important;
}

.imgFit {
  width: auto;
  height: auto;
  max-width: 100%;
}

/*--- breadcrumb ---*/
.breadcrumb {
  padding-top: 88px;
  background-color: #e9f5f8;
  padding-bottom: 5px;
}
@media only screen and (min-width: 600px) and (max-width: 1023px), only screen and (max-width: 599px) {
  .breadcrumb {
    padding-top: 68px;
  }
}
.breadcrumb .breadcrumb-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.breadcrumb .breadcrumb-list > li {
  position: relative;
  display: block;
  color: #666;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  padding: 0 1.5em 0 0;
}
@media only screen and (max-width: 1023px) {
  .breadcrumb .breadcrumb-list > li {
    font-size: 13px;
  }
}
.breadcrumb .breadcrumb-list > li:after {
  content: "/";
  position: absolute;
  display: block;
  width: 1.5em;
  height: 1.2em;
  top: -1px;
  right: 0;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0em;
  text-decoration: none;
  text-align: center;
  pointer-events: none;
}
.breadcrumb .breadcrumb-list > li:last-child {
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb .breadcrumb-list > li:last-child:after {
  content: none;
}
.breadcrumb .breadcrumb-list > li > a {
  display: block;
  color: #24a0b9;
  font-family: inherit;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}
.breadcrumb .breadcrumb-list > li > a:hover {
  opacity: 1 !important;
  text-decoration: underline;
  cursor: pointer;
}