/*------------------------------------------
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%;
}

/*------------------------------------------
concept
------------------------------------------*/
.concept__block {
  margin: 30px 0 0;
  padding: 23.2vw 0 19.4666666667vw;
  background: url(/assets/images/concept/bg_sp.webp) no-repeat center/cover;
}
@media (min-width: 1025px) {
  .concept__block {
    margin: 30px 0 0;
    padding: 8.1991215227vw 0 8.1259150805vw;
    background: url(/assets/images/concept/bg_pc.webp) no-repeat center/cover;
  }
}
.concept__block .concept__inner {
  width: 100%;
  max-width: 326px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .concept__block .concept__inner {
    max-width: 528px;
  }
}
.concept__block .concept__txt {
  color: #fff;
  line-height: 2.4;
  font-size: 18px;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 1025px) {
  .concept__block .concept__txt {
    line-height: 2.7;
    font-size: 22px;
    margin-bottom: 5.1244509517vw;
  }
}
.concept__block .concept__txt:last-child {
  margin-bottom: 0;
}