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

/*------------------------------------------
information
------------------------------------------*/
@media (min-width: 1025px) {
  .information .cmn__ttl .en {
    padding: 22px 2px 0 0;
  }
}
.information .cmn__ttl .en .en--txt {
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
@media (min-width: 1025px) {
  .information .cmn__ttl .en .en--txt {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

/*------------------------------------------
information__list
------------------------------------------*/
.information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
@media (min-width: 1025px) {
  .information__list {
    gap: 30px;
  }
}
.information__list > li {
  padding-bottom: 20px;
  border-bottom: 1px solid #c9e3f4;
}
@media (min-width: 1025px) {
  .information__list > li {
    padding-bottom: 30px;
  }
}
.information__list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1025px) {
  .information__list > li > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}
.information__list > li > a .left__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  letter-spacing: -0.07em;
  line-height: 1;
  color: #006eb7;
}
@media (min-width: 1025px) {
  .information__list > li > a .left__item {
    width: 174px;
    gap: 18px;
  }
}
.information__list > li > a .left__item .date {
  font-size: 18px;
  padding-top: 4px;
}
@media (min-width: 1025px) {
  .information__list > li > a .left__item .date {
    padding-top: 5px;
  }
}
.information__list > li > a .left__item .icon {
  background: #ffd2be;
  font-size: 14px;
  width: 46px;
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4px;
}
.information__list > li > a .right__item {
  width: 100%;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .information__list > li > a .right__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/*------------------------------------------
detail__ttl--area
------------------------------------------*/
.detail__ttl--area {
  color: #006eb7;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c9e3f4;
}
@media (min-width: 1025px) {
  .detail__ttl--area {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.detail__ttl--area .top__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  letter-spacing: -0.07em;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .detail__ttl--area .top__item {
    gap: 18px;
    margin-bottom: 30px;
  }
}
.detail__ttl--area .top__item .date {
  font-size: 18px;
  padding-top: 4px;
}
@media (min-width: 1025px) {
  .detail__ttl--area .top__item .date {
    padding-top: 5px;
  }
}
.detail__ttl--area .top__item .icon {
  background: #ffd2be;
  font-size: 14px;
  width: 46px;
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4px;
}
.detail__ttl--area .btm__item {
  width: 100%;
  font-size: 18px;
}
@media (min-width: 1025px) {
  .detail__ttl--area .btm__item {
    line-height: 1.6;
    font-size: 20px;
  }
}