@charset "UTF-8";
/*------------------------------------------
breadcrumb
------------------------------------------*/
.cmn__breadcrumb {
  background: #fcfcfc;
  padding: 12px 24px 10px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1025px) {
  .cmn__breadcrumb {
    padding: 10px 80px 12px;
  }
}
.breadcrumb__list {
  width: 100%;
}
@media (max-width: 1024px) {
  .breadcrumb__list {
    padding-bottom: 6px;
  }
}

.breadcrumb__list--item {
  display: inline;
  color: #a8a8a8;
  font-size: 12px;
}
.breadcrumb__list--item a {
  text-decoration: underline;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.breadcrumb__list--item a::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 2px;
  right: -3px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}

/*------------------------------------------
.dist__container,
.detail__containe
------------------------------------------*/
.dist__container,
.detail__container {
  padding: 0 0 80px;
}
@media (min-width: 1025px) {
  .dist__container,
  .detail__container {
    padding: 0 0 100px;
  }
}

.dist__ttl--area {
  position: relative;
  padding: 40px 24px 0;
}
@media (min-width: 1025px) {
  .dist__ttl--area {
    padding: 72px 80px 0;
  }
}
.dist__ttl--area::before {
  content: "";
  background: #f7fcff;
  width: 100%;
  height: 85px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -2;
}
@media (min-width: 1025px) {
  .dist__ttl--area::before {
    height: 130px;
  }
}

/*------------------------------------------
dist__block
------------------------------------------*/
.dist__block {
  padding: 60px 0 0;
}
@media (min-width: 1025px) {
  .dist__block {
    padding: 80px 0 0;
  }
}
.dist__block .inner {
  width: 100%;
  padding: 0 24px;
}
@media (min-width: 1025px) {
  .dist__block .inner {
    padding: 0 12.2254758419vw;
  }
}
@media (min-width: 1025px) {
  .dist__block .inner.type--2 {
    padding: 0 5.8565153734vw;
  }
}
.dist__block .wysiwyg__block {
  width: 100%;
}

/*------------------------------------------
dist__subttl
------------------------------------------*/
.dist__subttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 45px;
}
@media (min-width: 1025px) {
  .dist__subttl {
    margin: 0 0 70px;
  }
}
.dist__subttl span {
  display: block;
}
.dist__subttl .en {
  font-size: 49px;
  letter-spacing: -0.09em;
  line-height: 1;
  color: #006eb7;
  position: relative;
  line-height: 0.93;
}
@media (min-width: 1025px) {
  .dist__subttl .en {
    font-size: 60px;
  }
}
.dist__subttl .ja {
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  margin: 10px 0 0 10px;
}
.dist__subttl .ja::before {
  content: "";
  background: #006eb7;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/*------------------------------------------
dist__pagination
------------------------------------------*/
.dist__pagination {
  width: 216px;
  height: 50px;
  margin: 45px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) {
  .dist__pagination {
    margin: 60px auto 0;
  }
}
.dist__pagination .pagination__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dist__pagination .pagination__arrow > a {
  display: block;
  background: #ffd2be;
  width: 50px;
  height: 100%;
  position: relative;
}
.dist__pagination .pagination__arrow > a::after {
  content: "";
  background: url(/assets/images/common/ico_arrow.svg) no-repeat center/100%;
  width: 17px;
  height: 9px;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .dist__pagination .pagination__arrow > a:hover::after {
    -webkit-animation: btmIcon 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: btmIcon 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.dist__pagination .pagination__arrow.prev {
  left: 0;
}
.dist__pagination .pagination__arrow.prev > a::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 1025px) {
  .dist__pagination .pagination__arrow.prev > a:hover::after {
    -webkit-animation: btmIcon_2 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: btmIcon_2 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.dist__pagination .pagination__arrow.next {
  right: 0;
}
.dist__pagination .pagination__itesm {
  font-size: 24px;
  letter-spacing: -0.07em;
  line-height: 1;
  color: #006eb7;
}

/*------------------------------------------
detail__sns--list
------------------------------------------*/
.detail__sns--list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 60px auto 0;
}
@media (min-width: 1025px) {
  .detail__sns--list {
    gap: 20px;
  }
}
.detail__sns--list .sns__ttl {
  color: #006eb7;
  text-align: center;
  width: 100%;
  letter-spacing: -0.09em;
  line-height: 1;
  font-size: 18px;
}
@media (min-width: 1025px) {
  .detail__sns--list .sns__ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.detail__sns--list .sns__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.detail__sns--list .sns__items .items {
  width: 34px;
  height: 34px;
}
.detail__sns--list .sns__items .items > a {
  display: block;
  width: 100%;
  height: 100%;
}

/*------------------------------------------
sitemap
------------------------------------------*/
.sitemap__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1025px) {
  .sitemap__info {
    gap: 0;
  }
}
@media (min-width: 1025px) {
  .sitemap__info a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .sitemap__info a:hover {
    opacity: 0.6;
  }
}
.sitemap__info .info__main {
  width: 100%;
}
@media (min-width: 1025px) {
  .sitemap__info .info__main {
    width: 6.588579795vw;
  }
}
.sitemap__info .info__sub {
  width: 100%;
  border-bottom: 1px solid #c9e3f4;
  padding: 0 0 40px 0;
}
@media (min-width: 1025px) {
  .sitemap__info .info__sub {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 0 60px 6.2225475842vw;
  }
}
.sitemap__info .main__link {
  width: 100%;
}
.sitemap__info .main__link > a {
  color: #006eb7;
  padding-left: 22px;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  display: block;
}
.sitemap__info .main__link > a::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid #006eb7;
  border-bottom: 2px solid #006eb7;
}
.sitemap__info .dist__link--group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding-left: 22px;
  margin: 18px 0 30px;
}
@media (min-width: 1025px) {
  .sitemap__info .dist__link--group {
    gap: 2.9282576867vw;
    margin: 20px 0 60px;
  }
}
.sitemap__info .dist__link--group .link__item {
  width: 100%;
}
@media (min-width: 1025px) {
  .sitemap__info .dist__link--group .link__item {
    width: calc(33.3333333333% - 1.9765739385vw);
  }
}
.sitemap__info .sub__link > a {
  padding: 0 0 10px 22px;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  display: block;
  border-bottom: 1px solid #c9e3f4;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .sitemap__info .sub__link > a {
    margin-bottom: 16px;
  }
}
.sitemap__info .sub__link > a::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 10px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid #006eb7;
  border-bottom: 2px solid #006eb7;
}
.sitemap__info .detail__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.sitemap__info .detail__link > li {
  width: 100%;
}
.sitemap__info .detail__link > li > a {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}
.sitemap__info .detail__link > li > a::before {
  content: "";
  background: #006eb7;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  margin: auto;
}
.sitemap__info .dist__link--btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1025px) {
  .sitemap__info .dist__link--btm {
    gap: 1.756954612vw;
  }
}
.sitemap__info .dist__link--btm .btmlink__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 1025px) {
  .sitemap__info .dist__link--btm .btmlink__item {
    width: 24.1581259151vw;
    gap: 16px;
  }
}

/*------------------------------------------
3月公開の調整
------------------------------------------*/
@media (min-width: 1025px) {
  .sitemap.march .sitemap__info .info__main {
    border-bottom: 1px solid #c9e3f4;
  }
}
.sitemap.march .sitemap__info .border--b {
  padding-bottom: 16px;
  border-bottom: 1px solid #c9e3f4;
}
@media (min-width: 1025px) {
  .sitemap.march .sitemap__info .border--b {
    padding-bottom: 10px;
  }
}
.sitemap.march .sitemap__info .dist__link--top {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .sitemap.march .sitemap__info .dist__link--top {
    margin-bottom: 50px;
  }
}
.sitemap.march .sitemap__info .dist__link--top .top__list {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .sitemap.march .sitemap__info .dist__link--top .top__list {
    margin-bottom: 50px;
  }
}
.sitemap.march .sitemap__info .dist__link--top .top__list:last-child {
  margin-bottom: 0;
}
.sitemap.march .sitemap__info .dist__link--group {
  gap: 0;
  padding-left: 0;
  margin: 10px 0 0;
}
@media (min-width: 1025px) {
  .sitemap.march .sitemap__info .dist__link--group {
    margin: 20px 0 0;
  }
}
.sitemap.march .sitemap__info .dist__link--group .link__item {
  padding-left: 20px;
}
@media (min-width: 1025px) {
  .sitemap.march .sitemap__info .dist__link--group .link__item {
    width: 33.3333333333%;
    padding-left: 15px;
  }
}
.sitemap.march .sitemap__info .sub__link > a {
  padding: 0 0 10px 22px;
  font-weight: 500;
  font-size: 18px;
  border-bottom: none;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .sitemap.march .sitemap__info .dist__link--btm {
    gap: 0;
  }
}
@media (min-width: 1025px) {
  .sitemap.march .sitemap__info .dist__link--btm .btmlink__item {
    width: 33.3333333333%;
    gap: 20px 0;
  }
}