@charset "UTF-8";
.u-bg-beige {
  background: #F6F5F4;
}

.u-bg-gray {
  background: #EDF0F2;
}

/*-変数定義 font
------------------------------*/
/*--------------------------
font-size
---------------------------*/
/*行間計算*/
/*--------------------------
content-width
---------------------------*/
.u-lato {
  font-family: "Lato", sans-serif;
}

.u-medium {
  font-weight: 500;
}

.u-bold {
  font-weight: 700;
}

.u-extra-bold {
  font-weight: 800;
}

.u-black {
  font-weight: 900;
}

.u-text-right {
  text-align: right;
}

.u-orange {
  color: #FF5100;
}

.u-underline {
  text-decoration: underline;
}

.u-line {
  position: relative;
}
.u-line::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ff5100;
}

.visually-hidden {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 4px !important;
  height: 4px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  visibility: visible !important;
}

.c-anchor {
  padding: 20px 0;
  padding: 1.25rem 0;
}
@media screen and (max-width:768px) {
  .c-anchor {
    padding: 0;
  }
}

.c-anchor__list {
  gap: 40px;
  gap: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .c-anchor__list {
    gap: 1.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width:768px) {
  .c-anchor__item {
    width: calc(50% - 0.75rem);
  }
}

.c-anchor__link {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  display: block;
  line-height: 1;
  letter-spacing: 1px;
  padding-right: 27px;
  padding-right: 1.6875rem;
  background: url(../img/arrow/black_b_01.webp) center right/15px no-repeat;
}
@media screen and (max-width:768px) {
  .c-anchor__link {
    font-size: 0.875rem;
    padding-right: 1.25rem;
    background-size: 11px;
  }
}

.c-banner01 {
  padding-block: 60px;
  padding-block: 3.75rem;
}
@media screen and (max-width:768px) {
  .c-banner01 {
    padding-block: 2.5rem;
  }
}

.c-banner01__link {
  display: block;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, .1);
}

.c-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 43px 16px 20px;
  padding: 1rem 2.6875rem 1rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 624.9375rem;
  border: 1px solid rgba(51, 51, 51, .5);
  position: relative;
  background: url(../img/arrow/black_r_01.webp) right 20px center/15px no-repeat;
  background: url(../img/arrow/black_r_01.webp) right 1.25rem center/0.9375rem no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
.c-btn01--small {
  padding: 12px 39px 12px 16px;
  padding: 0.75rem 2.4375rem 0.75rem 1rem;
}

.c-btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  width: 14.375rem;
  height: 53px;
  height: 3.3125rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 624.9375rem;
  border: 1px solid rgba(51, 51, 51, .5);
  position: relative;
  background: url(../img/arrow/black_l_01.webp) left 20px center/15px no-repeat;
  background: url(../img/arrow/black_l_01.webp) left 1.25rem center/0.9375rem no-repeat;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 1px;
}

.c-caseItem__link {
  padding: 40px;
  padding: 2.5rem;
  display: block;
  border-radius: 0.75rem;
  background: #fff;
}
@media screen and (max-width:768px) {
  .c-caseItem__link {
    padding: 1.25rem;
  }
}

.c-caseItem__clm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 37px;
  gap: 2.3125rem;
}
@media screen and (max-width:768px) {
  .c-caseItem__clm {
    gap: 1.3125rem;
  }
}

.c-caseItem__clm-item:nth-child(2) .c-caseItem__clm-image::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 0.75rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #9ca3af;
}
@media screen and (max-width:768px) {
  .c-caseItem__clm-item:nth-child(2) .c-caseItem__clm-image::before {
    right: calc(100% + 0.25rem);
  }
}

.c-caseItem__clm-text {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.c-caseItem__clm-image {
  position: relative;
  margin-top: 12px;
  margin-top: 0.75rem;
  position: relative;
  aspect-ratio: 200/180;
}
@media screen and (max-width:768px) {
  .c-caseItem__clm-image {
    aspect-ratio: 144/120;
  }
}
.c-caseItem__clm-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.c-caseItem__clm-image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0.25rem 0 0.5rem;
  background: #305260;
  color: #fff;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media screen and (max-width:768px) {
  .c-caseItem__clm-image figcaption {
    font-size: 0.75rem;
  }
}

.c-caseItem__table {
  margin-top: 13px;
  margin-top: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 0;
  gap: 0.75rem 0;
}

.c-caseItem__table__term {
  width: 108px;
  width: 6.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #9ca3af;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 1.2px;
  font-weight: 400;
}

.c-caseItem__table__description {
  width: calc(100% - 6.75rem);
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.75px;
}

.c-caseItem__btn {
  margin: 12px auto 0;
  margin: 0.75rem auto 0;
}

.c-caseRelated {
  background: #edf0f2;
  padding-block: 100px;
  padding-block: 6.25rem;
}
@media screen and (max-width:768px) {
  .c-caseRelated {
    padding-block: 5rem;
  }
}

.c-caseRelated__title {
  color: #305260;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media screen and (max-width:768px) {
  .c-caseRelated__title {
    font-size: 1.25rem;
  }
}

.c-caseRelated__tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.c-caseRelated__tab__item {
  border-radius: 0.75rem;
  opacity: 0.2;
  height: 49px;
  height: 3.0625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .c-caseRelated__tab__item {
    font-size: 0.875rem;
  }
}
.c-caseRelated__tab__item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
}
.c-caseRelated__tab__item:nth-child(1) {
  background: #ffd6c5;
}
.c-caseRelated__tab__item:nth-child(1)::before {
  border-color: #ffd6c5 transparent transparent transparent;
}
.c-caseRelated__tab__item:nth-child(2) {
  background: #abd0d5;
}
.c-caseRelated__tab__item:nth-child(2)::before {
  border-color: #abd0d5 transparent transparent transparent;
}
.c-caseRelated__tab__item.is-active {
  opacity: 1;
}

.c-caseRelated__contents {
  padding-inline: 10px;
  padding-inline: 0.625rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width:768px) {
  .c-caseRelated__contents {
    padding-inline: 0;
  }
}

.c-caseRelated__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width:768px) {
  .c-caseRelated__list {
    grid-template-columns: 1fr;
  }
}

.p-columnArchive .c-articlePager {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-columnArchive__search {
  padding-block: 40px;
  padding-block: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-columnArchive__search input {
  width: 420px;
  width: 26.25rem;
  height: 60px;
  height: 3.75rem;
  padding: 24px 24px 24px 54px;
  padding: 1.5rem 1.5rem 1.5rem 3.375rem;
  border-radius: 0.75rem;
  background: #f2f4f8 url(../img/common/search_icon_01.svg) no-repeat left 24px center/20px;
}

.p-columnArchive__body {
  padding-block: 80px;
  padding-block: 5rem;
  background: #edf0f2;
}

.c-columnList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width:768px) {
  .c-columnList {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.c-columnItem {
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, .05);
  background: #fff;
  overflow: hidden;
}

.c-columnItem__thumbnail {
  aspect-ratio: 346/220;
}
.c-columnItem__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-columnItem__content {
  padding: 24px;
  padding: 1.5rem;
}

.c-columnItem__title {
  color: #305260;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .c-columnItem__title {
    font-size: 1rem;
  }
}

.c-columnItem__categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
  gap: 0.8125rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.c-columnItem__categoryList__item {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 62.4375rem;
  background: #f2f4f8;
}

.c-columnItem__categoryList__item-icon {
  width: 16px;
  width: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-columnItem__date {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  color: #1b3c6a;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  border-top: 1px dashed rgba(34, 34, 34, .1);
}
@media screen and (max-width:768px) {
  .c-columnItem__date {
    font-size: 0.75rem;
  }
}

.c-cta01 {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (max-width:768px) {
  .c-cta01 {
    margin-bottom: 2.5rem;
  }
}

.c-cta01__container {
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  border-radius: 1.25rem;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.68%, #edf0f2), color-stop(99.92%, #d2eaf1));
  background: linear-gradient(0deg, #edf0f2 0.68%, #d2eaf1 99.92%);
}

.c-cta01__title--en {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}
@media screen and (max-width:768px) {
  .c-cta01__title--en {
    font-size: 0.875rem;
  }
}

.c-cta01__title--ja {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.09375;
  letter-spacing: 1.5px;
}
@media screen and (max-width:768px) {
  .c-cta01__title--ja {
    font-size: 1.25rem;
  }
}

.c-cta01__text01 {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 1px;
}

.c-cta01__btnWrap {
  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: 20px;
  gap: 1.25rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width:1000px) {
  .c-cta01__btnWrap {
    padding: 0;
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-cta01__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 310px;
  width: 19.375rem;
  height: 60px;
  height: 3.75rem;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 624.9375rem;
  position: relative;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (max-width:768px) {
  .c-cta01__btn {
    padding: 1rem 1.25rem;
  }
}
.c-cta01__btn--web {
  border: 1px solid #9CA3AF;
  background: none;
}
.c-cta01__btn--web .c-cta01__btn__text {
  color: #333;
}
.c-cta01__btn--line {
  border: 1px solid transparent;
  background: #06c755;
}
.c-cta01__btn--line .c-cta01__btn__text {
  color: #fff;
}

.c-cta01__btn__badge {
  width: 50px;
  width: 3.125rem;
  position: absolute;
  top: 12px;
  top: 0.75rem;
  right: 12px;
  right: 0.75rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width:768px) {
  .c-cta01__btn__badge {
    width: 3.125rem;
    top: 0.25rem;
    right: 0.75rem;
  }
}

.c-cta01__btn__icon {
  width: 26px;
  width: 1.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-cta01__btn__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3125;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .c-cta01__btn__text {
    font-size: 0.875rem;
  }
}

.c-faq__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: 40px;
  gap: 2.5rem;
}
@media screen and (max-width:768px) {
  .c-faq__list {
    gap: 1.875rem;
  }
}

.c-faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}

.c-faq__question,
.c-faq__answer {
  border-radius: 12px;
  background: #fff;
  font-size: 16px;
  line-height: 1.59;
  letter-spacing: 1.7px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-faq__question,
  .c-faq__answer {
    font-size: 15px;
    line-height: 1.7;
  }
}
.c-faq__question::before,
.c-faq__answer::before {
  width: 12px;
  width: 0.75rem;
  aspect-ratio: 12/14;
  content: "";
  position: absolute;
  background: url(./../img/common/faq_bg_01.svg) no-repeat center center/contain;
}

.c-faq__question {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 22px 20px 22px 62px;
  padding: 1.375rem 1.25rem 1.375rem 3.875rem;
  background: #fff url(./../img/common/question_icon_01.webp) top 20px left 20px/30px no-repeat;
}
@media screen and (max-width:768px) {
  .c-faq__question {
    width: 18.75rem;
    background-size: 1.5rem;
    background-position: center left 12px;
    padding: 0.875rem 0.75rem 0.875rem 2.625rem;
  }
}
.c-faq__question::before {
  left: 100%;
  top: 26px;
  top: 1.625rem;
}

.c-faq__answer {
  width: 780px;
  width: 48.75rem;
  margin-left: auto;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (max-width:768px) {
  .c-faq__answer {
    width: 18.75rem;
    padding: 0.875rem 1.5rem;
  }
}
.c-faq__answer::before {
  right: 100%;
  bottom: 14px;
  bottom: 0.875rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.c-fixedCta {
  display: none;
  padding: 8px;
  padding: 0.5rem;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width:768px) {
  .c-fixedCta {
    display: block;
  }
}

.c-fixedCta__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  gap: 0.5625rem;
}

.c-fixedCta__btn {
  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;
  position: relative;
  height: 44px;
  height: 2.75rem;
  gap: 6px;
  gap: 0.375rem;
  border-radius: 62.4375rem;
}

.c-fixedCta__btn--web {
  border: 1px solid rgba(156, 163, 175, .2);
  background: #fff;
  width: 120px;
  width: 7.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-fixedCta__btn--web .c-fixedCta__btn__icon {
  width: 16px;
  width: 1rem;
}

.c-fixedCta__btn__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-fixedCta__btn--line {
  width: 237px;
  width: 14.8125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #06c755;
}
.c-fixedCta__btn--line .c-fixedCta__btn__icon {
  width: 20px;
  width: 1.25rem;
}
.c-fixedCta__btn--line .c-fixedCta__btn__text {
  color: #fff;
}

.c-fixedCta__btn__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.7px;
}

.c-fixedCta__btn__badge {
  position: absolute;
  top: -25px;
  top: -1.5625rem;
  right: 2px;
  right: 0.125rem;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
}

.footer {
  border-radius: 3.75rem 3.75rem 0 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.68%, #edf0f2), color-stop(99.92%, #d2eaf1));
  background: linear-gradient(0deg, #edf0f2 0.68%, #d2eaf1 99.92%);
  padding: 82px 0 120px;
  padding: 5.125rem 0 7.5rem;
  position: relative;
}
@media screen and (max-width:768px) {
  .footer {
    border-radius: 1.875rem 1.875rem 0 0;
    padding: 3.4375rem 0 1.875rem;
  }
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fbfcfd;
  z-index: -1;
}

.footer__reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:1000px) {
  .footer__reserve {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}

.footer__reserve__text01 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media screen and (max-width:1000px) {
  .footer__reserve__text01 {
    text-align: center;
  }
}

.footer__reserve__text02 {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.09375;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}
@media screen and (max-width:1000px) {
  .footer__reserve__text02 {
    font-size: 1.25rem;
    text-align: center;
    margin-top: 0.8125rem;
  }
}

.footer__reserve__text03 {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media screen and (max-width:1000px) {
  .footer__reserve__text03 {
    text-align: center;
  }
}

.footer__reserve__btnWrap {
  padding-right: 78px;
  padding-right: 4.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width:1000px) {
  .footer__reserve__btnWrap {
    margin-top: 0;
    padding: 0;
    gap: 0.5rem;
  }
}

.footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  height: 3.75rem;
  padding: 16px 30px;
  padding: 1rem 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 624.9375rem;
  position: relative;
}
@media screen and (max-width:768px) {
  .footer__btn {
    padding: 1rem 1.25rem;
  }
}
.footer__btn--web {
  border: 1px solid #9ca3af;
}
.footer__btn--line {
  gap: 8px;
  gap: 0.5rem;
  border: 1px solid transparent;
  background: #06c755;
}
.footer__btn--line .footer__btn__text {
  color: #fff;
}

.footer__btn__icon {
  width: 26px;
  width: 1.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__btn__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3125;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .footer__btn__text {
    white-space: nowrap;
    font-size: 0.875rem;
  }
}

.footer__btn__badge {
  width: 60px;
  width: 3.75rem;
  position: absolute;
  top: -3px;
  top: -0.1875rem;
  right: 6px;
  right: 0.375rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width:768px) {
  .footer__btn__badge {
    width: 3.125rem;
    top: -0.3125rem;
    right: 1rem;
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
  border-top: 1px solid #9ca3af;
}
@media screen and (max-width:768px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.4375rem;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}

@media screen and (max-width:768px) {
  .footer__info {
    width: 100%;
  }
}

.footer__logo {
  width: 208px;
  width: 13rem;
  display: block;
}
@media screen and (max-width:768px) {
  .footer__logo {
    margin-inline: auto;
  }
}

.footer__info__text01 {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 1px;
}
.footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  gap: 0.5rem;
  position: relative;
  width: 230px;
  width: 14.375rem;
  height: 56px;
  height: 3.5rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  align-items: center;
  border-radius: 624.9375rem;
  border: 1px solid rgba(51, 51, 51, .5);
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width:768px) {
  .footer__tel {
    margin: 24px auto 0;
  }
}

.footer__tel__icon {
  width: 24px;
  width: 1.5rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__tel__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: 1px;
}

.footer__tel__arrow {
  width: 15px;
  width: 0.9375rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__calendar {
  width: 490px;
  width: 30.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 30px;
  padding: 1.875rem;
  border-radius: 1.25rem;
  background: #fff;
}
@media screen and (max-width:768px) {
  .footer__calendar {
    width: 21.25rem;
    padding: 1.25rem;
    border-radius: 0.625rem;
  }
}

.footer__calendar__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.footer__calendar__table thead th {
  text-align: center;
  font-size: 17.294px;
  font-size: 1.080875rem;
  line-height: 1.66667;
  letter-spacing: 0.187em;
  padding: 17px 7px;
  padding: 1.0625rem 0.4375rem;
  font-weight: 400;
  vertical-align: middle;
  border-bottom: 1.441px solid #ccccca;
  border-bottom: 0.0900625rem solid #ccccca;
}
@media screen and (max-width:768px) {
  .footer__calendar__table thead th {
    font-size: 0.75rem;
    padding: 0.6875rem 0.3125rem;
  }
}
.footer__calendar__table tbody th {
  padding: 16px 5px;
  padding: 1rem 0.3125rem;
  font-size: 21.618px;
  font-size: 1.351125rem;
  font-weight: 400;
  line-height: 1.33333;
  letter-spacing: 0;
  border-bottom: 1.441px solid #ccccca;
  border-bottom: 0.0900625rem solid #ccccca;
}
@media screen and (max-width:768px) {
  .footer__calendar__table tbody th {
    padding: 0.8125rem 0.3125rem 0.625rem;
    font-size: 0.9375rem;
  }
}
.footer__calendar__table tbody td {
  vertical-align: middle;
  text-align: center;
  border-bottom: 1.441px solid #ccccca;
  border-bottom: 0.0900625rem solid #ccccca;
}

.footer__calendar__time {
  margin-right: 10px;
  margin-right: 0.625rem;
}
.footer__calendar__time img {
  vertical-align: middle;
  width: 20px;
  width: 1.25rem;
}
@media screen and (max-width:768px) {
  .footer__calendar__time img {
    width: 0.875rem;
  }
}

.footer__calendar__mark img {
  vertical-align: middle;
  width: 15px;
  width: 0.9375rem;
}
@media screen and (max-width:768px) {
  .footer__calendar__mark img {
    width: 0.6875rem;
  }
}

.footer__calendar__text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-top: 0.875rem;
  gap: 16px;
  gap: 1rem;
  font-size: 17.294px;
  font-size: 1.080875rem;
  font-weight: 400;
  line-height: 1.66667;
  letter-spacing: 0.083em;
}
@media screen and (max-width:768px) {
  .footer__calendar__text01 {
    font-size: 0.75rem;
    gap: 0.75rem;
    margin-top: 0.625rem;
  }
}

.footer__calendar__text01__icon {
  width: 20px;
  width: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .footer__calendar__text01__icon {
    width: 0.9375rem;
  }
}

.footer__mapWrap {
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
  padding-inline: 70px;
  padding-inline: 4.375rem;
}
@media screen and (max-width:768px) {
  .footer__mapWrap {
    padding-inline: 0;
  }
}

.footer__map__badge {
  position: absolute;
  top: -20px;
  top: -1.25rem;
  right: -20px;
  right: -1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  width: 8.75rem;
  height: 140px;
  height: 8.75rem;
  color: #9ca3af;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17.875px;
  font-size: 1.1171875rem;
  font-weight: 500;
  line-height: 1.28571;
  letter-spacing: 0.089375em;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width:768px) {
  .footer__map__badge {
    top: auto;
    left: auto;
    bottom: -20px;
    right: -10px;
    -webkit-transform: none;
            transform: none;
  }
}

.footer__map__badge--small {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.33333;
  display: block;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}

.footer__map__badge--strong {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}

.footer__map {
  aspect-ratio: 1080/340;
  position: relative;
}
@media screen and (max-width:768px) {
  .footer__map {
    aspect-ratio: 1;
  }
}
.footer__map iframe {
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:768px) {
  .footer__map iframe {
    border-radius: 0.625rem;
  }
}

.footer__list {
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
  border-top: 1px solid #9ca3af;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 38px;
  gap: 2.375rem;
}
@media screen and (max-width:768px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-top: 3.125rem;
    padding-top: 3.4375rem;
  }
}

.footer__list__item__link {
  color: #9ca3af;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  display: block;
}
@media screen and (max-width:768px) {
  .footer__list__item__link {
    font-size: 0.75rem;
    letter-spacing: 0.04375rem;
  }
}

.footer__sns {
  margin-top: 48px;
  margin-top: 3rem;
}

.footer__sns__text {
  color: #9ca3af;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  text-align: center;
  font-size: 16px;
}

.footer__sns__list {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 1.25rem;
}

.footer__sns__item:nth-child(1) {
  width: 28px;
  width: 1.75rem;
}
.footer__sns__item:nth-child(2) {
  width: 36px;
  width: 2.25rem;
}

.footer__sns__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__term {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:768px) {
  .footer__term {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 46px;
    gap: 1.0625rem;
  }
}

.footer__term__link {
  display: block;
  color: #9ca3af;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
}

.footer__news {
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
  border-top: 1px solid #9ca3af;
}
@media screen and (max-width:768px) {
  .footer__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}

.footer__news__pcClm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:768px) {
  .footer__news__pcClm {
    display: contents;
  }
}

@media screen and (max-width:768px) {
  .footer__news__titleWrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width:768px) {
  .footer__news__btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 1.875rem auto 0;
  }
}

@media screen and (max-width:768px) {
  .footer__news__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.footer__news__list {
  margin-top: 30px;
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}

.footer__news__item-date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #222;
}
@media screen and (max-width:768px) {
  .footer__news__item-date {
    font-size: 0.875rem;
  }
}

.footer__news__item-title {
  margin-top: 8px;
  margin-top: 0.5rem;
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-font-feature-settings: "pwid" on, "palt" on;
          font-feature-settings: "pwid" on, "palt" on;
  line-height: 1.75;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .footer__news__item-title {
    font-size: 1rem;
  }
}

.c-fv {
  padding-top: 140px;
  padding-top: 8.75rem;
}
@media screen and (max-width:1239px) {
  .c-fv {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width:768px) {
  .c-fv {
    padding-top: 0;
  }
}

.c-fv__inner {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:768px) {
  .c-fv__inner {
    width: 100%;
  }
}

.c-fv__container {
  height: 420px;
  height: 26.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 100px;
  padding: 0 6.25rem;
  position: relative;
  overflow: hidden;
  border-radius: 3.75rem;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width:768px) {
  .c-fv__container {
    border-radius: 0 0 0 1.25rem;
    padding: 0 1.25rem;
    height: 20.625rem;
    width: 87.1794871795%;
    margin-left: auto;
  }
}
.c-fv__container::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
  left: -2.5rem;
  width: 476px;
  width: 29.75rem;
  aspect-ratio: 952/692;
  background: url(./../img/common/fv_bg_01.webp) no-repeat center center/contain;
}
@media screen and (max-width:768px) {
  .c-fv__container::before {
    width: 18.25rem;
    left: -3.6875rem;
    top: 53%;
  }
}

.c-fv__title--en {
  color: #9ca3af;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.505px;
  text-transform: uppercase;
}
@media screen and (max-width:768px) {
  .c-fv__title--en {
    font-size: 0.875rem;
  }
}

.c-fv__title--ja {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
}
@media screen and (max-width:768px) {
  .c-fv__title--ja {
    font-size: 1.5rem;
  }
}

.c-fv__bgText {
  position: absolute;
  bottom: 0;
  right: 100px;
  right: 6.25rem;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 128px;
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.75;
}
@media screen and (max-width:768px) {
  .c-fv__bgText {
    font-size: 5rem;
    right: -0.25rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 40px 40px 20px;
  padding: 2.5rem 2.5rem 1.25rem;
  background-color: rgba(255, 255, 255, .85);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media screen and (max-width:1239px) {
  .header {
    padding: 1.375rem 1.25rem;
  }
}
.header a,
.header button {
  pointer-events: auto;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width:1239px) {
  .header__label {
    display: none;
  }
}

.header__logoWrap {
  width: 180px;
  width: 11.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (max-width:1239px) {
  .header__logoWrap {
    gap: 0.5rem;
  }
}

.header__logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 180px;
  width: 11.25rem;
  z-index: 3;
}
@media screen and (max-width:1239px) {
  .header__logo {
    width: 7.125rem;
  }
}

.header__station {
  margin-top: 12px;
  margin-top: 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid #dfdfe9;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #575153;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.091em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.14;
}
@media screen and (max-width:1239px) {
  .header__station {
    font-size: 0.75rem;
    margin-top: 0;
    padding: 0.125rem 0.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (max-width:1239px) {
  .header__container {
    width: 100%;
  }
}

@media screen and (max-width:1239px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 90vw;
    left: auto;
    margin: 0;
    padding: min(84px, 10vh) 1.875rem 1.25rem;
    overflow: auto;
    height: 100dvh;
    z-index: 10;
    background: #fff;
  }
}

.header__bg {
  content: "";
  background: #000;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__nav.is-open + .header__bg {
  opacity: 0.5;
}

.header__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
@media screen and (max-width:1239px) {
  .header__menu__list {
    overflow: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}

.header__menu__item--tel {
  display: none;
}
@media screen and (max-width:1239px) {
  .header__menu__item {
    width: 100%;
  }
  .header__menu__item:nth-last-child(3) .header__menu__link {
    border-bottom: none;
  }
  .header__menu__item--web {
    margin-top: 0.75rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header__menu__item--tel {
    margin-top: 0.75rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: block;
  }
  .header__menu__item--tel .header__btn__text {
    font-size: 1rem;
  }
  .header__menu__item--tel .header__btn__icon {
    width: 1.5rem;
  }
  .header__menu__item--line {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.125rem;
  }
  .header__menu__item--access .header__menu__link {
    border-bottom: none;
  }
}

.header__menu__link {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
}
@media screen and (max-width:1239px) {
  .header__menu__link {
    padding: 1.5rem 0 1.4375rem;
    border-bottom: 1px solid rgba(156, 163, 175, .5);
  }
}

.header__btn {
  border-radius: 62.4375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  height: 2.75rem;
  padding: 13px 20px;
  padding: 0.8125rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  padding: 13px 20px;
  padding: 0.8125rem 1.25rem;
  position: relative;
}
.header__btn--web, .header__btn--tel {
  border: 1px solid rgba(156, 163, 175, .2);
  background: #fff;
}
.header__btn--line {
  border: 1px solid transparent;
  background: #06c755;
}
.header__btn--line .header__btn__text {
  color: #fff;
}
@media screen and (max-width:1239px) {
  .header__btn--line {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width:1239px) {
  .header__btn {
    width: 14.75rem;
    height: 2.75rem;
    margin-inline: auto;
  }
}

.header__btn__badge {
  width: 50px;
  width: 3.125rem;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width:1239px) {
  .header__btn__badge {
    top: 0.625rem;
    right: 0.625rem;
  }
}

.header__btn__icon {
  width: 16px;
  width: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__btn__text {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.7px;
}

.header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 35px;
  width: 2.1875rem;
  height: 24px;
  height: 1.5rem;
  cursor: pointer;
  z-index: 100;
  position: fixed;
  top: 28px;
  top: 1.75rem;
  right: 20px;
  right: 1.25rem;
}
.header__hamburger span {
  position: absolute;
  display: block;
  height: 1px;
  background: #575153;
  top: 0;
  left: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  width: 35px;
  width: 2.1875rem;
}
.header__hamburger span:nth-child(1) {
  top: 0;
}
.header__hamburger span:nth-child(2) {
  top: 50%;
}
.header__hamburger span:nth-child(3) {
  top: 100%;
}
@media screen and (max-width:1239px) {
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__hamburger.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
.header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}

@media screen and (max-width:1239px) {
  .js-nav {
    display: none;
  }
}

.header__tel {
  display: none;
}
@media screen and (max-width:1239px) {
  .header__tel {
    position: fixed;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.1875rem;
    aspect-ratio: 1;
    padding: 0.625rem;
    top: 1.5rem;
    right: 4.6875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background: #edf0f2;
  }
}

.c-imageSlider {
  border-radius: 0.625rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width:768px) {
  .c-imageSlider {
    border-radius: 0.375rem;
  }
}
.c-imageSlider input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.c-imageSlider .beer-reveal[data-beer-label]:after, .c-imageSlider[data-beer-label]:after {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .c-imageSlider .beer-reveal[data-beer-label]:after, .c-imageSlider[data-beer-label]:after {
    font-size: 0.5rem;
  }
}
.c-imageSlider .beer-reveal[data-beer-label]:after {
  left: 0;
  bottom: 0;
  top: auto;
  padding: 6px 20px;
  padding: 0.375rem 1.25rem;
  border-radius: 0 0.625rem 0 0;
  background: #575153;
}
@media screen and (max-width:768px) {
  .c-imageSlider .beer-reveal[data-beer-label]:after {
    border-radius: 0 0.375rem 0 0;
    padding: 0.1875rem 0.6875rem;
  }
}
.c-imageSlider[data-beer-label]:after {
  right: 0;
  bottom: 0;
  top: auto;
  padding: 6px 20px;
  padding: 0.375rem 1.25rem;
  border-radius: 0.625rem 0 0 0;
  background: #305260;
}
@media screen and (max-width:768px) {
  .c-imageSlider[data-beer-label]:after {
    border-radius: 0.375rem 0 0 0;
    padding: 0.1875rem 0.6875rem;
  }
}
.c-imageSlider .beer-handle {
  width: 4px;
  width: 0.25rem;
  border-radius: 0;
  background: #305260 !important;
  height: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.c-imageSlider .beer-handle::before, .c-imageSlider .beer-handle::after {
  border: none;
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 8/14;
  height: auto;
  top: 50%;
  bottom: auto;
  max-width: 8px;
  background: url(./../img/arrow/gray_l_01.webp) center center/contain no-repeat;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-imageSlider .beer-handle::before {
  left: 6px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-imageSlider .beer-handle::after {
  right: 6px;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.c-instagram {
  padding-block: 80px;
  padding-block: 5rem;
  background: #FBFCFD;
}

.c-instagram__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  gap: 0.875rem;
}
.c-instagram__title::before, .c-instagram__title::after {
  width: 1px;
  height: 30px;
  height: 1.875rem;
  background: #333;
  content: "";
}
.c-instagram__title::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.c-instagram__title::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.c-instagram__list {
  margin-top: 35px;
  margin-top: 2.1875rem;
  display: grid;
  gap: 14px;
  gap: 0.875rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width:768px) {
  .c-instagram__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-instagram__btn {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}

.c-instagram__btn__icon {
  width: 28px;
  width: 1.75rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.c-modal {
  display: none;
  position: relative;
  z-index: 9999;
}

.c-modal.is-open {
  display: block;
}

.c-modal__overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
  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;
}

.c-modal__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 56px;
  padding-top: 3.5rem;
}
@media screen and (min-width: 769px) {
  .c-modal__container {
    height: 95vh;
  }
}

.c-modal__contents {
  height: 100%;
}

.c-modal__clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 70vh;
  gap: 12px;
  gap: 0.75rem;
  height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.c-modal__clm::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width:768px) {
  .c-modal__clm {
    gap: 0.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-modal__slider01 {
  width: 83.3333333333%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
@media screen and (max-width:768px) {
  .c-modal__slider01 {
    width: 100%;
  }
}
.c-modal__slider01 .swiper-slide img {
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-modal__slider02 {
  width: 10.5555555556%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width:768px) {
  .c-modal__slider02 {
    width: 100%;
  }
}
.c-modal__slider02::-webkit-scrollbar {
  display: none;
}
.c-modal__slider02 .swiper-slide {
  width: 114px;
  width: 7.125rem;
  aspect-ratio: 1;
  height: auto;
  cursor: pointer;
}
.c-modal__slider02 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

/**************************\
    Demo Animation Style
  \**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide[aria-hidden=false] .c-modal__overlay {
  -webkit-animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .c-modal__container {
  -webkit-animation: mmslideIn 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .c-modal__overlay {
  -webkit-animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .c-modal__container {
  -webkit-animation: mmslideOut 0.5s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .c-modal__container,
.micromodal-slide .c-modal__overlay {
  will-change: transform;
}

.c-modal__title {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 30px;
  top: 1.875rem;
  color: #fff;
  text-align: center;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.c-modal__arrows {
  display: none;
  height: 35px;
  height: 2.1875rem;
  position: absolute;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 38vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: calc(100% + 1.5rem);
  z-index: 2;
  max-width: calc(100% + 1.5rem);
}
@media screen and (max-width:768px) {
  .c-modal__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-modal__arrows .swiper-arrow-prev,
.c-modal__arrows .swiper-arrow-next {
  width: 35px;
  width: 2.1875rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff url(../img/arrow/gray_l_02.svg) no-repeat center center/13px;
  background: #fff url(../img/arrow/gray_l_02.svg) no-repeat center center/0.8125rem;
}
.c-modal__arrows .swiper-arrow-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-modal__close {
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  border-color: #FFF;
  color: #FFF;
  background-image: url(../img/common/close_icon_01.svg);
}

.c-articlePager {
  margin-top: 100px;
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  gap: 0.5rem;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
@media screen and (max-width:768px) {
  .c-articlePager {
    margin-top: 5.4375rem;
  }
}
.c-articlePager li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #305260;
}
.c-articlePager li:has(.prev), .c-articlePager li:has(.next) {
  opacity: 1;
  width: 62px;
  width: 3.875rem;
}
.c-articlePager li:has(.disabled) {
  opacity: 0.5;
}
.c-articlePager li a,
.c-articlePager li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 9.6px;
  padding: 0 0.6rem;
  line-height: 1;
  color: #305260;
  aspect-ratio: 1;
  width: 40px;
  width: 2.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 8px;
}
.c-articlePager li a.current,
.c-articlePager li span.current {
  opacity: 0.5;
  background: #FFF;
  position: relative;
}
.c-articlePager li a.di .c-articlePager li a.prev, .c-articlePager li a.next, .c-articlePager li a.first, .c-articlePager li a.end,
.c-articlePager li a.di .c-articlePager li span.prev,
.c-articlePager li span.next,
.c-articlePager li span.first,
.c-articlePager li span.end,
.c-articlePager li span.di .c-articlePager li a.prev,
.c-articlePager li span.di .c-articlePager li span.prev {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 32px;
  width: 2rem;
  aspect-ratio: 1;
}
.c-articlePager li a.prev, .c-articlePager li a.next,
.c-articlePager li span.prev,
.c-articlePager li span.next {
  width: 100%;
  padding: 0;
  height: 26px;
  height: 1.625rem;
  border-radius: 62.4375rem;
  border: 1px solid #dfdfe9;
  background: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 1.28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-priceOption {
  border-radius: 0.625rem;
  background: #fff;
  padding: 30px 60px;
  padding: 1.875rem 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .c-priceOption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    padding: 1.875rem 1.25rem;
  }
}

.c-priceOption__title {
  padding-right: 40px;
  padding-right: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 1.3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width:768px) {
  .c-priceOption__title {
    font-size: 1rem;
    padding: 0 0 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #dedede;
    border-right: none;
  }
}

.c-priceOption__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: 20px;
  gap: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-priceOption__item:not(:last-child) {
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
  border-bottom: 1px solid #dedede;
}

.c-priceOption__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .c-priceOption__dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-priceOption__dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .c-priceOption__dl dt {
    font-size: 0.875rem;
  }
}
.c-priceOption__dl dd {
  max-width: 211px;
  max-width: 13.1875rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .c-priceOption__dl dd {
    width: 8.625rem;
    font-size: 0.9375rem;
  }
}

.c-priceOption__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 1px;
}

.c-shareList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (max-width:768px) {
  .c-shareList__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-shareList__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:768px) {
  .c-shareList__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: calc(50% - 0.375rem);
  }
}

.c-shareList__link {
  height: 48px;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 34px;
  padding-left: 2.125rem;
  position: relative;
  border-radius: 62.4375rem;
  border: 1px solid rgba(0, 0, 0, .1);
  background: #fff;
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .c-shareList__link {
    letter-spacing: 0;
  }
}

.c-shareList__icon {
  position: absolute;
  top: 50%;
  left: 12px;
  left: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  width: 1.5rem;
}
@media screen and (max-width:768px) {
  .c-shareList__icon {
    left: 0.5625rem;
  }
}

.js-tabContent {
  display: none;
}
.js-tabContent.is-active {
  display: block;
}

.c-ttl01 {
  position: relative;
  font-family: "Lato", sans-serif;
  color: #9CA3AF;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.60714;
  letter-spacing: 0.134em;
  padding-left: 27px;
  padding-left: 1.6875rem;
}
.c-ttl01::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 19px;
  width: 1.1875rem;
  aspect-ratio: 19/14;
  background: url(../img/common/title_icon_01.svg) center center/contain no-repeat;
}

#ez-toc-container {
  margin-block: 48px;
  margin-block: 3rem;
  border-radius: 1.25rem;
  border: 1px solid #edf0f2;
  width: 100%;
  background: #edf0f2;
  overflow: hidden;
  padding: 0;
}
#ez-toc-container .ez-toc-title-container {
  padding: 20px;
  padding: 1.25rem;
  background: #fff;
}
#ez-toc-container .ez-toc-title {
  color: #305260;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
}
#ez-toc-container .ez-toc-list {
  padding: 20px;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}
#ez-toc-container a.ez-toc-link {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
}
#ez-toc-container a.ez-toc-link::before {
  content: "";
  width: 5px;
  width: 0.3125rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1;
  background: #305260;
  border-radius: 50%;
}

/* ----------------------------------------
topPricce
---------------------------------------- */
.topPrice {
  padding: 94px 0 227px;
  padding: 5.875rem 0 14.1875rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:1239px) {
  .topPrice {
    padding: 4.375rem 0 5rem;
  }
}
.topPrice::before {
  content: "";
  position: absolute;
  width: 800px;
  width: 50rem;
  aspect-ratio: 1;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  opacity: 0.1;
  z-index: -1;
  left: -152px;
  left: -9.5rem;
  border-radius: 50%;
}
@media screen and (max-width:1239px) {
  .topPrice::before {
    width: 18.75rem;
    bottom: 9.6875rem;
    left: -2.125rem;
  }
}

.topPrice__bgText {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 160px;
  font-size: 10rem;
  background: -webkit-gradient(linear, left top, right top, from(#7474bf), to(#348ac7));
  background: linear-gradient(90deg, #7474bf 0%, #348ac7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.2;
  z-index: -1;
  position: absolute;
  bottom: 141px;
  bottom: 8.8125rem;
  left: -20px;
  left: -1.25rem;
}
@media screen and (max-width:1239px) {
  .topPrice__bgText {
    font-size: 4.5rem;
    bottom: 11.125rem;
    left: -0.375rem;
  }
}

.topPrice__textBlock {
  margin-top: 76px;
  margin-top: 4.75rem;
}
@media screen and (max-width:1239px) {
  .topPrice__textBlock {
    margin-top: 5rem;
  }
}

.topPrice__line {
  width: 800px;
  width: 50rem;
  height: 2px;
  position: relative;
  display: block;
}
.topPrice__line::before, .topPrice__line::after {
  content: "";
  border-radius: 50%;
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.topPrice__line--top {
  background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(50%, #c471ed), to(#f64f59));
  background: linear-gradient(90deg, #12c2e9 0%, #c471ed 50%, #f64f59 100%);
}
.topPrice__line--top::before {
  left: -5px;
  left: -0.3125rem;
  background: #12c2e9;
}
@media screen and (max-width:1239px) {
  .topPrice__line--top::before {
    left: -0.125rem;
  }
}
.topPrice__line--top::after {
  right: -5px;
  right: -0.3125rem;
  background: #f64f59;
}
@media screen and (max-width:1239px) {
  .topPrice__line--top {
    right: -0.125rem;
  }
}

.topPrice__line--bottom {
  margin-top: 40px;
  margin-top: 2.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#f64f59), color-stop(50%, #c471ed), to(#12c2e9));
  background: linear-gradient(90deg, #f64f59 0%, #c471ed 50%, #12c2e9 100%);
}
.topPrice__line--bottom::before {
  left: -5px;
  left: -0.3125rem;
  background: #f64f59;
}
@media screen and (max-width:1239px) {
  .topPrice__line--bottom::before {
    left: -0.125rem;
  }
}
.topPrice__line--bottom::after {
  right: -5px;
  right: -0.3125rem;
  background: #12c2e9;
}
@media screen and (max-width:1239px) {
  .topPrice__line--bottom::after {
    right: -0.125rem;
  }
}
.topPrice__text01 {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width:1239px) {
  .topPrice__text01 {
    font-size: 1.25rem;
  }
}

.topPrice__dotLine {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
  display: block;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-mask: repeat-x 50% 50%;
          mask: repeat-x 50% 50%;
  -webkit-mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 10"><rect x="0" y="0" width="15" height="10" /></svg>');
          mask-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 10"><rect x="0" y="0" width="15" height="10" /></svg>');
}
@media screen and (max-width:1239px) {
  .topPrice__dotLine {
    width: 18.75rem;
    margin: 2.5rem auto;
  }
}

.topPrice__text02 {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width:1239px) {
  .topPrice__text02 {
    font-size: 1rem;
  }
}

.topPrice__btnWrap {
  margin-top: 80px;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:1239px) {
  .topPrice__btnWrap {
    margin-top: 10.5rem;
  }
}

.topTrouble {
  padding: 80px 0;
  padding: 5rem 0;
}

.topTrouble__title {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width:1239px) {
  .topTrouble__title {
    font-size: 1.25rem;
  }
}

.topTrouble__container {
  width: 800px;
  width: 50rem;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, right top, from(#12C2E9), color-stop(#C471ED), to(#f64f59)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #12C2E9, #C471ED, #f64f59) border-box;
  border: 2px solid transparent;
  padding: 40px;
  padding: 2.5rem;
}
@media screen and (max-width:1239px) {
  .topTrouble__container {
    padding: 1.25rem;
  }
}

.topTrouble__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: 1em;
}

.topTrouble__item {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width:1239px) {
  .topTrouble__item {
    font-size: 1rem;
  }
}

.topTrouble__text01 {
  margin-top: 40px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width:1239px) {
  .topTrouble__text01 {
    font-size: 1.125rem;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 115px;
}
@media screen and (max-width:1239px) {
  html {
    scroll-padding-top: 4rem;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

main.is-page {
  padding-top: 48px;
}
@media screen and (max-width:768px) {
  main.is-page {
    padding-top: 47px;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
}

/*--container
------------------------------*/
.container {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container02 {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container03 {
  max-width: 780px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container04 {
  max-width: 1220px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

.container05 {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

.container06 {
  max-width: 840px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

.container07 {
  max-width: 1040px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

.container08 {
  max-width: 800px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:768px) {
  .sp-container {
    width: 84%;
    margin: 0 auto;
  }
}

/*--container
------------------------------*/
/*--section__title
------------------------------*/
.section__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.4em;
  font-weight: 500;
  z-index: 5;
  position: relative;
}
@media screen and (max-width:768px) {
  .section__title {
    font-size: 1.125rem;
  }
}

.section__title span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 4px;
}
@media screen and (max-width:768px) {
  .section__title span {
    font-size: 0.8125rem;
    margin-left: 2px;
    letter-spacing: 0.3em;
  }
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.p-aboutSecTitle01 {
  border-radius: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  height: 12.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 52px;
  padding-inline: 3.25rem;
}
@media screen and (max-width:768px) {
  .p-aboutSecTitle01 {
    border-radius: 0.625rem;
    padding-inline: 1.875rem;
    position: relative;
  }
}

.p-aboutSecTitle01__en {
  color: #9ca3af;
  font-size: 60.427px;
  font-size: 3.7766875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
}
@media screen and (max-width:768px) {
  .p-aboutSecTitle01__en {
    position: absolute;
    right: 0;
    bottom: -0.375rem;
  }
}

.p-aboutSecTitle01__ja {
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #305260;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-aboutSecTitle01__ja {
    line-height: 1.4;
    font-size: 1.25rem;
    margin-top: 0;
  }
}

.p-aboutSecTitle02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.p-aboutSecTitle02__en {
  font-size: 52px;
  font-size: 3.25rem;
  color: #000;
  line-height: 0.88;
}
@media screen and (max-width:768px) {
  .p-aboutSecTitle02__en {
    font-size: 2.875rem;
    line-height: 1;
  }
}

.p-aboutSecTitle02__ja {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1.3px;
  padding-left: 18px;
  padding-left: 1.125rem;
  position: relative;
}
@media screen and (max-width:768px) {
  .p-aboutSecTitle02__ja {
    padding-left: 0.6875rem;
    font-size: 0.8125rem;
  }
}
.p-aboutSecTitle02__ja::before {
  width: 6px;
  width: 0.375rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #305260;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
@media screen and (max-width:768px) {
  .p-aboutSecTitle02__ja::before {
    width: 0.3125rem;
  }
}

.p-aboutFv {
  padding-block: 160px 60px;
  padding-block: 10rem 3.75rem;
}
@media screen and (max-width:768px) {
  .p-aboutFv {
    padding-block: 0 2.5rem;
  }
}

.p-aboutFv__image {
  margin-inline: auto;
  max-width: 1280px;
  max-width: 80rem;
  width: calc(100% - 160px);
}
@media screen and (max-width:768px) {
  .p-aboutFv__image {
    width: 87.1794871795%;
    margin: 0 0 0 auto;
  }
}

.p-aboutFv__title {
  width: 348px;
  width: 21.75rem;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
}
@media screen and (max-width:768px) {
  .p-aboutFv__title {
    margin-top: 2.5rem;
    width: 100%;
  }
}

.p-aboutFv__text01 {
  margin-top: 18px;
  margin-top: 1.125rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 1.5px;
}
@media screen and (max-width:768px) {
  .p-aboutFv__text01 {
    font-size: 0.9375rem;
  }
}

.p-aboutQuality {
  background: #eeeae6;
  padding-block: 100px 100px;
  padding-block: 6.25rem 6.25rem;
}
@media screen and (max-width:768px) {
  .p-aboutQuality {
    padding-block: 5rem;
  }
}

.p-aboutQuality__title {
  background: url(./../img/about/quality_bg_01.webp) right center/cover;
}
@media screen and (max-width:768px) {
  .p-aboutQuality__title {
    background: url(./../img/about/quality_bg_01_sp.webp) right center/cover;
  }
  .p-aboutQuality__title .p-aboutSecTitle01__en {
    color: #eeeae6;
  }
}

.p-aboutQuality__text01 {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
@media screen and (max-width:768px) {
  .p-aboutQuality__text01 {
    font-size: 0.875rem;
  }
}

.p-aboutQuality__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: 80px;
  gap: 5rem;
  width: 980px;
  width: 61.25rem;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (max-width:768px) {
  .p-aboutQuality__list {
    gap: 3.75rem;
  }
}

.p-aboutQuality__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  gap: 1.125rem;
}
@media screen and (max-width:768px) {
  .p-aboutQuality__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-inline: 1.25rem;
  }
}

@media screen and (max-width:768px) {
  .p-aboutQuality__item-textWrap {
    display: contents;
  }
}

.p-aboutQuality__item-num {
  height: 32px;
  height: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 1px;
  padding-inline: 0.0625rem;
  color: #9ca3af;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.225;
  background: url(./../img/about/quality_bg_02.webp) center bottom/contain no-repeat;
}
@media screen and (max-width:768px) {
  .p-aboutQuality__item-num {
    color: #305260;
    margin-inline: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background: url(./../img/about/quality_bg_02_sp.webp) center bottom/contain no-repeat;
  }
}

.p-aboutQuality__item-title {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .p-aboutQuality__item-title {
    text-align: center;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    font-size: 1.125rem;
    margin-left: -10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-aboutQuality__item-subTitle {
  margin-top: 12px;
  margin-top: 0.75rem;
  color: #575153;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.225;
}
@media screen and (max-width:768px) {
  .p-aboutQuality__item-subTitle {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    margin-top: 0.5rem;
    width: 100%;
    font-size: 0.875rem;
  }
}

.p-aboutQuality__item-text01 {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(48, 82, 96, .05);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-aboutQuality__item-text01 {
    border: none;
    margin-top: 0.625rem;
    padding: 0;
    font-size: 0.875rem;
    line-height: 2;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.p-aboutQuality__item-image {
  width: 30.612244898%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .p-aboutQuality__item-image {
    margin-inline: auto;
    margin-top: 0.625rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-top: 0.625rem;
    border-top: 1px solid rgba(48, 82, 96, .05);
    width: 100%;
    text-align: center;
  }
  .p-aboutQuality__item-image img {
    width: 10.75rem;
  }
}

.p-aboutQuality__text02 {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 36px;
  padding: 1.5rem 2.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
  background: #fff;
  color: #305260;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-aboutQuality__text02 {
    font-size: 0.875rem;
    padding: 0.75rem 0.875rem;
    width: 100%;
    margin-inline: auto;
    text-align: center;
  }
}

.p-aboutPolicy {
  background: #e1e9ee;
  padding-block: 100px 100px;
  padding-block: 6.25rem 6.25rem;
}
@media screen and (max-width:768px) {
  .p-aboutPolicy {
    padding-block: 5rem;
  }
}

.p-aboutPolicy__title {
  background: url(./../img/about/policy_bg_01.webp) right center/cover;
}
@media screen and (max-width:768px) {
  .p-aboutPolicy__title {
    background: url(./../img/about/policy_bg_01_sp.webp) right center/cover;
  }
  .p-aboutPolicy__title .p-aboutSecTitle01__en {
    color: #e1e9ee;
  }
}

.p-aboutPolicy__container {
  width: 980px;
  width: 61.25rem;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  padding: 30px 60px 30px 107px;
  padding: 1.875rem 3.75rem 1.875rem 6.6875rem;
  background: url(./../img/about/policy_bg_02.webp) left center/cover;
  position: relative;
}
@media screen and (max-width:768px) {
  .p-aboutPolicy__container {
    margin-top: 2.5rem;
    padding: 4.375rem 1.25rem 0;
    background: url(./../img/about/policy_bg_02_sp.webp) top center/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-aboutPolicy__message {
  position: absolute;
  top: -60px;
  top: -3.75rem;
  left: 7px;
  left: 0.4375rem;
  width: 214px;
  width: 13.375rem;
}
@media screen and (max-width:768px) {
  .p-aboutPolicy__message {
    top: -1.875rem;
    left: -0.875rem;
  }
}

.p-aboutPolicy__text01 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 1px;
}
.p-aboutPolicy__text01 + .p-aboutPolicy__text01 {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-aboutPolicy__text02 {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: 16px;
  margin-left: 1rem;
  width: 286px;
  width: 17.875rem;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}

.p-aboutPolicy__image {
  position: absolute;
  right: 40px;
  right: 2.5rem;
  bottom: 0;
  width: 304px;
  width: 19rem;
}
@media screen and (max-width:768px) {
  .p-aboutPolicy__image {
    position: static;
    margin-inline: auto;
    margin-top: 1.25rem;
    width: 100%;
  }
}

.p-aboutReason {
  padding-block: 100px 100px;
  padding-block: 6.25rem 6.25rem;
}
@media screen and (max-width:768px) {
  .p-aboutReason {
    padding-block: 5rem;
  }
}
@media screen and (max-width:768px) {
  .p-aboutReason .container {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .p-aboutReason .p-aboutSecTitle02 {
    padding-inline: 1.25rem;
  }
}

.p-aboutReason__list {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  gap: 2.5rem 1.875rem;
}
@media screen and (max-width:768px) {
  .p-aboutReason__list {
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.25rem;
  }
}

@media screen and (max-width:768px) {
  .p-aboutReason__item {
    padding: 0 0.75rem;
    width: 18.75rem;
  }
}

.p-aboutReason__item-num {
  margin-inline: auto;
  width: 94px;
  width: 5.875rem;
  background: url(./../img/common/balloon_bg_01.webp) center center/contain no-repeat;
  height: 40px;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #575153;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 2.333;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.p-aboutReason__item-image {
  padding-inline: 20px;
  padding-inline: 1.25rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width:768px) {
  .p-aboutReason__item-image {
    padding: 0;
  }
}

.p-aboutReason__item-title {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-aboutReason__item-title {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-aboutReason__item-text01 {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.531;
  letter-spacing: 0.7px;
}
@media screen and (max-width:768px) {
  .p-aboutReason__item-text01 {
    margin-top: 0;
    line-height: 1.75;
    font-size: 0.875rem;
  }
}

.p-aboutReason__slider__dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  gap: 0.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:768px) {
  .p-aboutReason__slider__dots {
    margin-top: 1.25rem;
  }
}
.p-aboutReason__slider__dots .swiper-pagination-bullet {
  margin: 0 !important;
}
.p-aboutReason__slider__dots .swiper-pagination-bullet {
  width: 4px;
  width: 0.25rem;
  aspect-ratio: 1;
  height: auto;
  opacity: 0.2;
  background: #305260;
}
.p-aboutReason__slider__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #305260;
  opacity: 1;
}

.p-aboutSupport {
  border-top: 1px solid #9ca3af;
  padding-block: 100px;
  padding-block: 6.25rem;
}
@media screen and (max-width:768px) {
  .p-aboutSupport {
    padding-block: 5rem;
  }
}

.p-aboutSupport__text01 {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
@media screen and (max-width:768px) {
  .p-aboutSupport__text01 {
    font-size: 0.875rem;
  }
}

.p-aboutSupport__container {
  width: 772px;
  width: 48.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (max-width:768px) {
  .p-aboutSupport__container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-aboutSupport__item {
  border-radius: 0.75rem;
  background: #f6f5f4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 18px 20px;
  padding: 1.125rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (max-width:768px) {
  .p-aboutSupport__item {
    width: 100%;
  }
}

.p-aboutSupport__item-textWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-aboutSupport__item-text01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 20px;
  padding: 0.375rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 62.4375rem;
  background: #edf0f2;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 1px;
}

.p-aboutSupport__item-text02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.5;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 10px;
  margin-top: 0.625rem;
  gap: 2px;
  gap: 0.125rem;
}
.p-aboutSupport__item-text02 sup {
  font-size: 14px;
  font-size: 0.875rem;
  -ms-flex-item-align: anchor-center;
      align-self: anchor-center;
  position: relative;
  top: -1.5em;
}
@media screen and (max-width:768px) {
  .p-aboutSupport__item-text02 sup {
    top: -1.2em;
    left: 0.7em;
  }
}
@media screen and (max-width:768px) {
  .p-aboutSupport__item-text02 {
    margin-top: 0.3125rem;
  }
}

.p-aboutSupport__item-image {
  width: 54px;
  width: 3.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-aboutSupport__plus {
  width: 32px;
  width: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1;
  position: relative;
}
.p-aboutSupport__plus::before, .p-aboutSupport__plus::after {
  background: #9ca3af;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 1px;
}
.p-aboutSupport__plus::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-aboutSupport__plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-aboutSupport__item-text02--small {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

.p-aboutSupport__text02 {
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #000;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-aboutSupport__text02 {
    font-size: 0.75rem;
  }
}

.p-aboutSupport__btn {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}

.p-access .c-anchor {
  padding-block: 40px;
  padding-block: 2.5rem;
}
.p-access .p-priceSupport__block-contents {
  padding-block: 36px;
  padding-block: 2.25rem;
}
@media screen and (max-width:768px) {
  .p-access .p-priceSupport__block-contents {
    padding-block: 0;
  }
}
.p-access .p-aboutSupport__container {
  width: 680px;
  width: 42.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-access__bg {
  background: #f6f5f4;
}
@media screen and (max-width:768px) {
  .p-access__bg {
    background: none;
  }
}

.p-accessGuide {
  padding-block: 80px;
  padding-block: 5rem;
  overflow: hidden;
}

.p-accessGuide__title {
  color: #305260;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media screen and (max-width:768px) {
  .p-accessGuide__title {
    font-size: 1.25rem;
  }
}

.p-accessGuide__slider {
  margin-top: 40px;
  margin-top: 2.5rem;
  overflow: visible;
  padding-left: 32px;
  padding-left: 2rem;
}
@media screen and (min-width: 769px) {
  .p-accessGuide__slider {
    padding-left: max(20px, (100vw - 1080px) / 2 + 20px);
  }
}

.p-accessGuide__sliderItem-num {
  margin-inline: auto;
  width: 120px;
  width: 7.5rem;
  background: url(./../img/common/balloon_bg_04.webp) center center/contain no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 239/81;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2px;
  padding-top: 0.125rem;
  color: #575153;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 2.333;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.p-accessGuide__sliderItem-image {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-accessGuide__sliderItem-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-accessGuide__sliderItem-text {
    margin-top: 0.75rem;
  }
}

.p-accessGuide__dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:768px) {
  .p-accessGuide__dots {
    gap: 0.25rem;
    margin-top: 1.25rem;
  }
}
.p-accessGuide__dots .swiper-pagination-bullet {
  margin: 0 !important;
}
.p-accessGuide__dots .swiper-pagination-bullet {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  opacity: 0.2;
  background: #305260;
}
@media screen and (max-width:768px) {
  .p-accessGuide__dots .swiper-pagination-bullet {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.p-accessGuide__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #305260;
}

.p-accessEnvironment {
  background: #f6f5f4;
  padding-block: 80px;
  padding-block: 5rem;
}

.p-accessEnvironment__title {
  color: #305260;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media screen and (max-width:768px) {
  .p-accessEnvironment__title {
    font-size: 1.25rem;
  }
}

.p-accessEnvironment__slider {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}
.p-accessEnvironment__slider .swiper-arrow-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-accessEnvironment__arrows {
  height: 26px;
  height: 1.625rem;
  position: absolute;
  left: 50%;
  bottom: 10px;
  bottom: 0.625rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.5px;
  width: 26vw;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width:768px) {
  .p-accessEnvironment__arrows {
    width: 76vw;
  }
}
.p-accessEnvironment__arrows .swiper-arrow-prev,
.p-accessEnvironment__arrows .swiper-arrow-next {
  width: 26px;
  width: 1.625rem;
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  background: url(../img/arrow/white_l_01.webp) center center/contain no-repeat;
}
.p-accessEnvironment__arrows .swiper-arrow-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-accessEnvironment__sliderItem {
  width: 33vw;
}

.p-accessEnvironment__dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:768px) {
  .p-accessEnvironment__dots {
    margin-top: 1.125rem;
  }
}
.p-accessEnvironment__dots .swiper-pagination-bullet {
  margin: 0 !important;
}
.p-accessEnvironment__dots .swiper-pagination-bullet {
  width: 40px;
  width: 2.5rem;
  border-radius: 0;
  height: 1px;
  opacity: 0.2;
  background: #305260;
}
.p-accessEnvironment__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #305260;
}

.p-accessEnvironment__text01 {
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
@media screen and (max-width:768px) {
  .p-accessEnvironment__text01 {
    font-size: 0.9375rem;
  }
}

.p-accessEnvironment__nav {
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 800px;
  max-width: 50rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (max-width:768px) {
  .p-accessEnvironment__nav {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
    padding-inline: 0.5625rem;
  }
}

.p-accessEnvironment__navItem {
  padding-block: 32px;
  padding-block: 2rem;
  border-radius: 0.75rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  gap: 0.875rem;
}
@media screen and (max-width:768px) {
  .p-accessEnvironment__navItem {
    padding-block: 1.6875rem;
    gap: 0.75rem;
  }
}

.p-accessEnvironment___navItem-image {
  width: 47px;
  width: 2.9375rem;
}
@media screen and (max-width:768px) {
  .p-accessEnvironment___navItem-image {
    width: 2.5rem;
  }
}

.p-accessEnvironment__navItem-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.786px;
}
@media screen and (max-width:768px) {
  .p-accessEnvironment__navItem-text {
    font-size: 0.875rem;
  }
}

.p-accessAccess {
  background: #edf0f2;
  padding-block: 80px;
  padding-block: 5rem;
}

.p-accessAccess__title {
  color: #305260;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media screen and (max-width:768px) {
  .p-accessAccess__title {
    font-size: 1.25rem;
  }
}

.p-accessAccess__map {
  margin-top: 40px;
  margin-top: 2.5rem;
  aspect-ratio: 1080/400;
}
@media screen and (max-width:768px) {
  .p-accessAccess__map {
    aspect-ratio: 350/400;
  }
}
.p-accessAccess__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-accessAccess__grid {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width:768px) {
  .p-accessAccess__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-accessAccess__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
}

.p-accessAccess__term {
  width: 70px;
  width: 4.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #9ca3af;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 1px;
  height: 24px;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-accessAccess__description {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
}

.p-accessAccess__description-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
}
.p-accessAccess__description-text + .p-accessAccess__description-text {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-accessAccess__description-icon {
  width: 24px;
  width: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-accessAccess__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  gap: 3.125rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width:768px) {
  .p-accessAccess__contact {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.p-accessAccess__contact-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #9ca3af;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 1px;
}

.p-accessAccess__contact-btnWrap {
  padding-right: 78px;
  padding-right: 4.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width:1000px) {
  .p-accessAccess__contact-btnWrap {
    margin-top: 0;
    padding: 0;
    gap: 1.25rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-accessAccess__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  height: 3.125rem;
  width: 240px;
  width: 15rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 624.9375rem;
  position: relative;
}
@media screen and (max-width:768px) {
  .p-accessAccess__btn {
    width: 19.375rem;
    height: 3.75rem;
  }
}
.p-accessAccess__btn--tel {
  border: 1px solid #9ca3af;
}
.p-accessAccess__btn--line {
  gap: 8px;
  gap: 0.5rem;
  border: 1px solid transparent;
  background: #06c755;
}
.p-accessAccess__btn--line .p-accessAccess__btn__text {
  color: #fff;
}

.p-accessAccess__btn__icon {
  width: 26px;
  width: 1.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .p-accessAccess__btn__icon {
    width: 1.25rem;
  }
}

.p-accessAccess__btn__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3125;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
.p-accessAccess__btn__badge {
  width: 50px;
  width: 3.125rem;
  position: absolute;
  top: 4px;
  top: 0.25rem;
  right: 15px;
  right: 0.9375rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width:768px) {
  .p-accessAccess__btn__badge {
    width: 3.125rem;
    top: 0.75rem;
    right: 0.875rem;
  }
}

.p-caseArchive__bg {
  background: #EEEAE6;
}

.p-caseArchiveConcept {
  padding-block: 80px;
  padding-block: 5rem;
}
@media screen and (max-width:768px) {
  .p-caseArchiveConcept {
    padding-block: 5rem;
  }
}

.p-caseArchiveConcept__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .p-caseArchiveConcept__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-caseArchiveConcept__text01 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}
@media screen and (max-width:768px) {
  .p-caseArchiveConcept__text01 {
    margin-top: 0;
    font-size: 1.25rem;
  }
}

.p-caseArchiveConcept__text02 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}
@media screen and (max-width:768px) {
  .p-caseArchiveConcept__text02 {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.p-caseArchiveConcept__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 55.5555555556%;
}
@media screen and (max-width:768px) {
  .p-caseArchiveConcept__image {
    width: 100%;
  }
}

.p-caseArchiveRelated {
  padding-block: 100px;
  padding-block: 6.25rem;
}
@media screen and (max-width:768px) {
  .p-caseArchiveRelated {
    padding-block: 5rem;
  }
}

.p-caseSingle__article {
  padding-block: 60px;
  padding-block: 3.75rem;
}

.p-caseSingle__date {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .p-caseSingle__date {
    font-size: 0.75rem;
  }
}

.p-caseSingle__article__category {
  margin-top: 12px;
  margin-top: 0.75rem;
  border-radius: 0.75rem;
  background: #ffd6c5;
  padding: 12px;
  padding: 0.75rem;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-caseSingle__article__category {
    font-size: 0.875rem;
    padding: 0.875rem;
  }
}
.p-caseSingle__article__category.no-cut {
  background: #abd0d5;
}

.p-caseSingle__article__images {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-caseSingle__article__clm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  gap: 2.375rem;
}
@media screen and (max-width:768px) {
  .p-caseSingle__article__clm {
    gap: 1.25rem;
  }
}

.p-caseSingle__article__clm-item:nth-child(2) .p-caseSingle__article__clm-image::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 0.75rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #9ca3af;
}
@media screen and (max-width:768px) {
  .p-caseSingle__article__clm-item:nth-child(2) .p-caseSingle__article__clm-image::before {
    right: calc(100% + 0.25rem);
  }
}

.p-caseSingle__article__clm-text {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.p-caseSingle__article__clm-image {
  margin-top: 12px;
  margin-top: 0.75rem;
  position: relative;
  aspect-ratio: 500/320;
}
@media screen and (max-width:768px) {
  .p-caseSingle__article__clm-image {
    aspect-ratio: 160/120;
  }
}
.p-caseSingle__article__clm-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.p-caseSingle__article__clm-image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0.25rem 0 0.5rem;
  background: #305260;
  color: #fff;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media screen and (max-width:768px) {
  .p-caseSingle__article__clm-image figcaption {
    font-size: 0.75rem;
  }
}

.p-caseSingle__imageList {
  margin-top: 12px;
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (max-width:768px) {
  .p-caseSingle__imageList {
    gap: 0.25rem;
  }
}

.p-caseSingle__imageList-item {
  width: 200px;
  width: 12.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .p-caseSingle__imageList-item {
    width: 7.125rem;
  }
}

.p-caseSingle__imageList-figure {
  aspect-ratio: 1;
  position: relative;
}
@media screen and (max-width:768px) {
  .p-caseSingle__imageList-figure {
    aspect-ratio: 114/120;
  }
}
.p-caseSingle__imageList-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.p-caseSingle__imageList-figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0.25rem 0 0.5rem;
  background: #305260;
  color: #fff;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.p-caseSingle__imageList-button {
  margin: 12px auto 0;
  margin: 0.75rem auto 0;
  background-image: url(../img/common/zoom_icon_01.webp);
}

.p-caseSingle__doctor {
  margin-top: 48px;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  gap: 0.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-caseSingle__doctor__image {
  width: 80px;
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1;
  position: relative;
}
.p-caseSingle__doctor__image img {
  border-radius: 50%;
}

.p-caseSingle__doctor__textWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-caseSingle__doctor__text01 {
  color: #9ca3af;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25;
  letter-spacing: 0.7px;
}

.p-caseSingle__doctor__name {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
  letter-spacing: 2px;
}

.p-caseSingle__detail {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-caseSingle__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0;
  gap: 0.5rem 0;
}
.p-caseSingle__table + .p-caseSingle__table {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.p-caseSingle__table:last-child .p-caseSingle__table__term,
.p-caseSingle__table:last-child .p-caseSingle__table__description {
  border-bottom: none;
}

.p-caseSingle__table__term,
.p-caseSingle__table__description {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.p-caseSingle__table__term {
  width: 108px;
  width: 6.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #9ca3af;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 1.2px;
  font-weight: 400;
}

.p-caseSingle__table__description {
  width: calc(100% - 6.75rem);
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.75px;
}

.p-caseSingle__moreWrap {
  position: relative;
  margin-top: 12px;
  margin-top: 0.75rem;
  height: 153px;
  height: 9.5625rem;
  overflow: hidden;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
.p-caseSingle__moreWrap.is-open .p-caseSingle__more {
  background: transparent;
}

.p-caseSingle__more {
  display: block;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(65%, #fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 65%);
  height: 153px;
  height: 9.5625rem;
}

.p-caseSingle__more-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 12px;
  bottom: 0.75rem;
  z-index: 2;
  border-radius: 62.4375rem;
  border: 1px solid rgba(0, 0, 0, .1);
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  width: 120px;
  width: 7.5rem;
  height: 32px;
  height: 2rem;
  padding: 0 32px 0 0;
  padding: 0 2rem 0 0;
}
.p-caseSingle__more-btn::before, .p-caseSingle__more-btn::after {
  content: "";
  position: absolute;
  width: 10px;
  width: 0.625rem;
  height: 1px;
  background: #575153;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  right: 17px;
  right: 1.0625rem;
  z-index: 2;
}
.p-caseSingle__more-btn::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.p-caseSingle__messageContainer {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  gap: 3rem;
}
@media screen and (max-width:768px) {
  .p-caseSingle__messageContainer {
    grid-template-columns: 1fr;
  }
}

.p-caseSingle__message {
  border-radius: 0.625rem;
  padding: 20px;
  padding: 1.25rem;
  background: #f6f5f4;
}

.p-caseSingle__message__title {
  width: 121px;
  width: 7.5625rem;
  background: url(./../img/common/balloon_bg_03.webp) center center/contain no-repeat;
  height: 40px;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #575153;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 2.333;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding-top: 2px;
  padding-top: 0.125rem;
}

.p-caseSingle__message__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: 400;
}

.p-caseSingle__share {
  margin-top: 48px;
  margin-top: 3rem;
  border-radius: 0.75rem;
  padding: 32px;
  padding: 2rem;
  border: 1px dashed rgba(0, 0, 0, .1);
}
@media screen and (max-width:768px) {
  .p-caseSingle__share {
    padding: 1rem;
  }
}

.p-caseSingle__share__text {
  color: #606178;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-caseSingle__share__text {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
}

.p-columnSingleArticle {
  padding-block: 60px;
  padding-block: 3.75rem;
}

.p-columnSingleArticle__date {
  text-align: right;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__date {
    font-size: 0.75rem;
  }
}

.p-columnSingleArticle__title {
  color: #305260;
  font-size: 28px;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-block: 24px;
  margin-block: 1.5rem;
  letter-spacing: 1.4px;
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__title {
    font-size: 1.5rem;
    margin-block: 0.75rem;
  }
}

.p-columnSingleArticle__thumbnail {
  border-radius: 0.75rem;
  border: 1px solid rgba(34, 34, 34, .1);
  overflow: hidden;
  margin-block: 24px;
  margin-block: 1.5rem;
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__thumbnail {
    margin-block: 0.75rem;
  }
}
.p-columnSingleArticle__thumbnail img {
  width: 100%;
}

.p-columnSingleArticle__categoryList {
  margin-block: 24px;
  margin-block: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__categoryList {
    margin-block: 0.75rem;
  }
}

.p-columnSingleArticle__categoryList__item {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  letter-spacing: 0.7px;
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__categoryList__item {
    font-size: 0.75rem;
  }
}

.p-columnSingleArticle__categoryList__item-icon {
  width: 18px;
  width: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__categoryList__item-icon {
    width: 1rem;
  }
}

.p-columnSingleArticle__content {
  border-top: 1px dashed rgba(34, 34, 34, .1);
  padding-top: 48px;
  padding-top: 3rem;
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__content {
    margin-top: 2.5rem;
  }
}
.p-columnSingleArticle__content h2.wp-block-heading {
  padding: 0 0 8px 14px;
  padding: 0 0 0.5rem 0.875rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(27, 60, 106, .1);
  position: relative;
}
.p-columnSingleArticle__content h2.wp-block-heading::before {
  content: "";
  width: 2px;
  width: 0.125rem;
  height: calc(100% - 0.5rem);
  background: #305260;
  border-radius: 62.4375rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__content h2.wp-block-heading {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}
.p-columnSingleArticle__content h2.wp-block-heading:not(:first-child) {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__content h2.wp-block-heading:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.p-columnSingleArticle__content .wp-block-image {
  margin: 12px 20px;
  margin: 0.75rem 1.25rem;
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__content .wp-block-image {
    margin: 0.75rem 1.5rem;
  }
}
.p-columnSingleArticle__content p {
  color: #305260;
  margin-block: 12px;
  margin-block: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__content p {
    font-size: 0.9375rem;
  }
}
.p-columnSingleArticle__content p a {
  text-decoration: underline;
}
.p-columnSingleArticle__content p:last-child {
  margin-bottom: 0;
}

.p-columnSingleArticle__share {
  margin-top: 48px;
  margin-top: 3rem;
  border-radius: 0.75rem;
  padding: 32px;
  padding: 2rem;
  border: 1px dashed rgba(0, 0, 0, .1);
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__share {
    padding: 1rem;
    margin-top: 2.5rem;
  }
}

.p-columnSingleArticle__share__text {
  color: #606178;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__share__text {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
}

.p-columnSingleArticle__btn {
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__btn {
    margin: 2.5rem auto 0;
  }
}

.p-columnSingleArticle__related {
  background: #edf0f2;
  padding-block: 80px;
  padding-block: 5rem;
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__related {
    padding-block: 2.5rem;
  }
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__related .c-columnItem__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__related .c-columnItem__thumbnail {
    width: 7.75rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__related .c-columnItem__content {
    padding: 0.75rem;
  }
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__related .c-columnItem__title {
    font-size: 0.875rem;
  }
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__related .c-columnItem__date {
    margin-top: 0.625rem;
    padding-top: 0.625rem;
    font-size: 0.75rem;
  }
}

.p-columnSingleArticle__related__title {
  color: #305260;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__related__title {
    font-size: 1.25rem;
  }
}

.p-columnSingleArticle__related__list {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__related__list {
    margin-top: 1.25rem;
    gap: 0.625rem;
  }
}

.p-columnSingleArticle__related__btn {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (max-width:768px) {
  .p-columnSingleArticle__related__btn {
    margin-top: 1.25rem;
  }
}

.p-doctor .c-anchor {
  margin-block: 20px;
  margin-block: 1.25rem;
}
@media screen and (max-width:768px) {
  .p-doctor .c-anchor {
    margin-block: 2.75rem 2.5rem;
  }
}

.p-doctorHead {
  padding-block: 80px;
  padding-block: 5rem;
  background: #edf0f2;
}

.p-doctorHead__title {
  color: #305260;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media screen and (max-width:768px) {
  .p-doctorHead__title {
    font-size: 1.25rem;
  }
}

.p-doctorHead__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-doctorHead__text {
    font-size: 0.875rem;
  }
}

.p-doctorBody {
  padding-block: 60px;
  padding-block: 3.75rem;
}
@media screen and (max-width:768px) {
  .p-doctorBody {
    padding-block: 0;
  }
}

.p-doctorSec {
  padding-block: 80px;
  padding-block: 5rem;
}
.p-doctorSec:not(:last-child) {
  border-bottom: 1px solid #9ca3af;
}

.p-doctorSec__position {
  color: #9ca3af;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.7px;
}
@media screen and (max-width:768px) {
  .p-doctorSec__position {
    font-size: 0.875rem;
  }
}

.p-doctorSec__name {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.125;
  letter-spacing: 2px;
}
@media screen and (max-width:768px) {
  .p-doctorSec__name {
    font-size: 1.125rem;
  }
}

.p-doctorSec__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width:768px) {
  .p-doctorSec__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-doctorSec__image {
  width: 28.8461538462%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .p-doctorSec__image {
    width: 18.75rem;
  }
}

.p-doctorSec__message {
  border-radius: 0.625rem;
  padding: 40px;
  padding: 2.5rem;
  background: #f6f5f4 url(./../img/doctor/message_bg_02.webp) center center/contain;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-doctorSec__message {
    height: auto !important;
  }
}
@media screen and (max-width:768px) {
  .p-doctorSec__message {
    padding: 2.5rem 1.25rem;
    height: 17.1875rem;
    overflow: hidden;
  }
  .p-doctorSec__message.is-open {
    overflow: visible;
  }
  .p-doctorSec__message.is-open .p-doctorSec__message__more {
    background: transparent;
  }
}
.p-doctorSec__message::before, .p-doctorSec__message::after {
  content: "";
  position: absolute;
  width: 32px;
  width: 2rem;
  aspect-ratio: 1;
  background: url(./../img/doctor/message_bg_01.webp) center center/contain no-repeat;
}
.p-doctorSec__message::before {
  top: 10px;
  top: 0.625rem;
  left: 10px;
  left: 0.625rem;
}
.p-doctorSec__message::after {
  bottom: 10px;
  bottom: 0.625rem;
  right: 10px;
  right: 0.625rem;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.p-doctorSec__message p:first-child {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 1px;
}
.p-doctorSec__message p:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 1px;
}

.p-doctorSec__message__more {
  display: none;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(65%, #fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 65%);
  height: 138px;
  height: 8.625rem;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (max-width:768px) {
  .p-doctorSec__message__more {
    display: block;
  }
}

.p-doctorSec__message__more-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 12px;
  bottom: 0.75rem;
  z-index: 2;
  border-radius: 62.4375rem;
  border: 1px solid rgba(0, 0, 0, .1);
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  width: 120px;
  width: 7.5rem;
  padding: 0 32px 0 0;
  padding: 0 2rem 0 0;
  height: 32px;
  height: 2rem;
}
.p-doctorSec__message__more-btn::before, .p-doctorSec__message__more-btn::after {
  content: "";
  position: absolute;
  width: 10px;
  width: 0.625rem;
  height: 1px;
  background: #575153;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  right: 17px;
  right: 1.0625rem;
  z-index: 2;
}
.p-doctorSec__message__more-btn::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.p-doctorSec__history {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
}
.p-doctorSec__history__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .p-doctorSec__history__title {
    font-size: 1rem;
  }
}

.p-doctorSec__history__title__icon {
  width: 20px;
  width: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-doctorSec__history__content {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width:768px) {
  .p-doctorSec__history__content {
    margin-top: 0.375rem;
  }
}
.p-doctorSec__history__content table td {
  border: none;
  padding: 0;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.54286;
  letter-spacing: 1px;
  padding: 4px 0;
  padding: 0.25rem 0;
}
@media screen and (max-width:768px) {
  .p-doctorSec__history__content table td {
    padding: 0.1875rem 0;
    font-size: 0.75rem;
  }
}
.p-doctorSec__history__content table td:first-child {
  width: 73px;
  width: 4.5625rem;
}
@media screen and (max-width:768px) {
  .p-doctorSec__history__content table td:first-child {
    width: 3.5rem;
  }
}

.p-faq {
  position: relative;
}
.p-faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 780px;
  height: 48.75rem;
  background: #F6F5F4;
}
@media screen and (max-width:768px) {
  .p-faq::before {
    height: 52.75rem;
  }
}

.p-faq__headText {
  margin-top: 80px;
  margin-top: 5rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-faq__headText {
    font-size: 0.875rem;
  }
}

.p-faq__tab {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  gap: 0.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (max-width:768px) {
  .p-faq__tab {
    gap: 0.625rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-faq__tabBtn {
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  border-radius: 624.9375rem;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width:768px) {
  .p-faq__tabBtn {
    font-size: 0.875rem;
    padding: 0.5rem 0.875rem;
  }
}
.p-faq__tabBtn.is-active, .p-faq__tabBtn:hover {
  background: #305260;
  border-color: #305260;
  color: #fff;
}

.p-faq__tabPane {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.p-faq .c-faq__answer {
  display: none;
}
.p-faq .c-faq__item {
  width: 100%;
  cursor: pointer;
  position: relative;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width:768px) {
  .p-faq .c-faq__item {
    gap: 0.625rem;
  }
}
.p-faq .c-faq__item::before, .p-faq .c-faq__item::after {
  content: "";
  position: absolute;
  top: 32px;
  top: 2rem;
  right: 20px;
  right: 1.25rem;
  width: 16px;
  width: 1rem;
  height: 2px;
  height: 0.125rem;
  z-index: 1;
  background: #305260;
}
@media screen and (max-width:768px) {
  .p-faq .c-faq__item::before, .p-faq .c-faq__item::after {
    top: 2.375rem;
    right: 0.75rem;
  }
}
.p-faq .c-faq__item::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-faq .c-faq__item.is-open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (max-width:768px) {
  .p-faq .c-faq__list {
    gap: 2.5rem;
  }
}
.p-faq .c-faq__question {
  width: 100%;
  padding-right: 40px;
  padding-right: 2.5rem;
}
.p-faq .c-faq__answer {
  width: 720px;
  width: 45rem;
}
@media screen and (max-width:768px) {
  .p-faq .c-faq__answer {
    width: 91.45%;
  }
}
.p-frontFv {
  aspect-ratio: 1440/780;
  max-height: 100vh;
  position: relative;
  z-index: 1;
  width: 100%;
  background: #eeeae6;
  padding: 120px 0 0;
  padding: 7.5rem 0 0;
}
@media screen and (max-width:1239px) {
  .p-frontFv {
    padding: 6.25rem 1.25rem 0;
  }
}
@media screen and (max-width:768px) {
  .p-frontFv {
    aspect-ratio: auto;
    height: auto;
    padding: 6.25rem 1.25rem 0;
  }
}

.p-frontFv__movie {
  position: absolute;
  height: calc(100% - 10rem);
  z-index: -1;
  top: 0;
  left: 0;
  top: 140px;
  top: 8.75rem;
  width: calc(100% - 8.75rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width:1239px) {
  .p-frontFv__movie {
    top: 6.25rem;
    width: calc(100% - 2.5rem);
  }
}
@media screen and (max-width:768px) {
  .p-frontFv__movie {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: auto;
  }
}
.p-frontFv__movie video {
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:768px) {
  .p-frontFv__movie video {
    border-radius: 1.25rem;
  }
}

.p-frontFv__content {
  position: absolute;
  bottom: 10px;
  bottom: 0.625rem;
  left: 60px;
  left: 3.75rem;
  padding: 30px 113px 8px 10px;
  padding: 1.875rem 7.0625rem 0.5rem 0.625rem;
  background: #eeeae6;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0 1.25rem 0 0;
  max-width: 50vw;
}
@media screen and (max-width:1239px) {
  .p-frontFv__content {
    left: 1.25rem;
  }
}
@media screen and (max-width:768px) {
  .p-frontFv__content {
    padding: 1.875rem 1.875rem 1.875rem 0.625rem;
    max-width: 100%;
    position: static;
  }
}

.p-frontFv__text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 724px;
  width: 45.25rem;
}
@media screen and (max-width:768px) {
  .p-frontFv__text01 {
    width: 20.625rem;
  }
}

.p-frontConcept {
  padding-block: 80px;
  padding-block: 5rem;
}
@media screen and (max-width:768px) {
  .p-frontConcept {
    padding-block: 5rem 0.25rem;
  }
}

.p-frontFv + .p-frontConcept {
  background: #eeeae6;
}

.p-frontConcept__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width:768px) {
  .p-frontConcept__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

@media screen and (max-width:768px) {
  .p-frontConcept__textWrap {
    display: contents;
  }
}

.p-frontConcept__text01 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}
@media screen and (max-width:768px) {
  .p-frontConcept__text01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    font-size: 1.25rem;
  }
}

.p-frontConcept__text02 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}
@media screen and (max-width:768px) {
  .p-frontConcept__text02 {
    font-size: 0.875rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
  }
}

.p-frontConcept__btn {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width:768px) {
  .p-frontConcept__btn {
    margin: 0 auto;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.p-frontConcept__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48.1481481481%;
}
@media screen and (max-width:768px) {
  .p-frontConcept__image {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-frontConcept__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}

.p-frontCase {
  padding-block: 80px;
  padding-block: 5rem;
  background: #eeeae6;
}
@media screen and (max-width:768px) {
  .p-frontCase {
    margin-top: 2.5rem;
  }
}

.p-frontCase__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  gap: 2.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 892px;
  max-width: 55.75rem;
  margin-inline: auto;
}
@media screen and (max-width:768px) {
  .p-frontCase__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}

@media screen and (max-width:768px) {
  .p-frontCase__textWrap {
    display: contents;
  }
}

.p-frontCase__text01 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}
@media screen and (max-width:768px) {
  .p-frontCase__text01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    font-size: 1.25rem;
  }
}

.p-frontCase__text02 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}
@media screen and (max-width:768px) {
  .p-frontCase__text02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 0.875rem;
    margin-top: 0;
  }
}

.p-frontCase__btn {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width:768px) {
  .p-frontCase__btn {
    margin: 1rem auto 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.p-frontCase__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 47.0852017937%;
}
@media screen and (max-width:768px) {
  .p-frontCase__image {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1.5rem;
  }
}

.p-frontFeature {
  background: -webkit-gradient(linear, left top, left bottom, from(#edf0f2), to(#cadbe7));
  background: linear-gradient(180deg, #edf0f2 0%, #cadbe7 100%);
  padding-block: 130px 98px;
  padding-block: 8.125rem 6.125rem;
  position: relative;
}
.p-frontFeature::before, .p-frontFeature::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}
.p-frontFeature::before {
  top: 0;
  height: 100px;
  height: 6.25rem;
  width: 1px;
}
.p-frontFeature::after {
  width: 5px;
  width: 0.3125rem;
  border-radius: 50%;
  aspect-ratio: 1;
  top: 100px;
  top: 6.25rem;
}
@media screen and (max-width:768px) {
  .p-frontFeature {
    padding-bottom: 5rem;
  }
}

.p-frontFeature__title {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}
@media screen and (max-width:768px) {
  .p-frontFeature__title {
    font-size: 1.625rem;
  }
}

.p-frontFeature__text01 {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}
@media screen and (max-width:768px) {
  .p-frontFeature__text01 {
    font-size: 0.9375rem;
    text-align: left;
  }
}

.p-frontFeature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  margin-top: 1.875rem;
  gap: 30px;
  gap: 1.875rem;
}

.p-frontFeature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}
.p-frontFeature__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width:768px) {
  .p-frontFeature__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-frontFeature__item:not(:last-child) {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width:768px) {
  .p-frontFeature__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width:768px) {
  .p-frontFeature__item-textWrap {
    display: contents;
  }
}

.p-frontFeature__item-numWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
}
@media screen and (max-width:768px) {
  .p-frontFeature__item-numWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-frontFeature__item-num {
  border-radius: 62.4375rem;
  background: #fff;
  color: #9bbcc7;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1px 8px;
  padding: 1px 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-frontFeature__item-text01 {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}
@media screen and (max-width:768px) {
  .p-frontFeature__item-text01 {
    font-size: 1.25rem;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-frontFeature__item-text02 {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
}
@media screen and (max-width:768px) {
  .p-frontFeature__item-text02 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    font-size: 0.9375rem;
  }
}

.p-frontFeature__item-btn {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width:768px) {
  .p-frontFeature__item-btn {
    margin: 1rem auto 0;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.p-frontFeature__image {
  width: 51.8518518519%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .p-frontFeature__image {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1.25rem;
    padding: 0 0.75rem;
  }
}

.p-frontSpace {
  padding-block: 86px 88px;
  padding-block: 5.375rem 5.5rem;
}
@media screen and (max-width:768px) {
  .p-frontSpace {
    padding-block: 5rem;
  }
}

.p-frontSpace__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  gap: 2.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .p-frontSpace__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
  }
}

.p-frontSpace__text01 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}
@media screen and (max-width:768px) {
  .p-frontSpace__text01 {
    font-size: 1.25rem;
  }
}

.p-frontSpace__text02 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}
@media screen and (max-width:768px) {
  .p-frontSpace__text02 {
    font-size: 0.875rem;
  }
}

.p-frontSpace__btn {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-frontSpace__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48.1481481481%;
  -webkit-transform: translateY(-1.0625rem);
          transform: translateY(-1.0625rem);
}
@media screen and (max-width:768px) {
  .p-frontSpace__image {
    max-width: calc(100% + 2.5rem);
    width: calc(100% + 2.5rem);
    -webkit-transform: none;
            transform: none;
  }
}

.p-frontFlow__container {
  border-radius: 7.5rem;
  background: #eeeae6;
  padding: 100px 80px;
  padding: 6.25rem 5rem;
}
@media screen and (max-width:768px) {
  .p-frontFlow__container {
    padding: 7.5rem 0;
    width: 100%;
    max-width: 100%;
    border-radius: 21.25rem;
  }
}

.p-frontFlow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.125;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}
@media screen and (max-width:768px) {
  .p-frontFlow__title {
    font-size: 1.25rem;
    gap: 0.875rem;
  }
}

.p-frontFlow__title__small {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: 3.5px;
  letter-spacing: 0.21875rem;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
@media screen and (max-width:768px) {
  .p-frontFlow__title__small {
    font-size: 0.875rem;
  }
}

.p-frontFlow__slider {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-frontFlow__slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .p-frontFlow__slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-frontFlow__num {
  margin-top: 6px;
  margin-top: 0.375rem;
  width: 20px;
  width: 1.25rem;
  aspect-ratio: 1;
  border: 1px solid #333;
  font-size: 11px;
  font-size: 0.6875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  height: 1.25rem;
}
.p-frontFlow__textWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 35px 30px 35px;
  padding: 1.875rem 2.1875rem 1.875rem 2.1875rem;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (max-width:768px) {
  .p-frontFlow__textWrap {
    padding: 2.1875rem 1.25rem 1.25rem 2.1875rem;
    gap: 0.25rem;
    width: 100%;
  }
}

.p-frontFlow__label {
  position: absolute;
  left: 9px;
  left: 0.5625rem;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  top: 50%;
  -webkit-transform: rotate(90deg) translate(-65%, 0);
          transform: rotate(90deg) translate(-65%, 0);
}
@media screen and (max-width:768px) {
  .p-frontFlow__label {
    left: 1.25rem;
    top: 0;
  }
}

.p-frontFlow__text01 {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 1px;
}

.p-frontFlow__text01__small {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-frontFlow__text02 {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.54286;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-frontFlow__text02 {
    font-size: 0.75rem;
    line-height: 1.8;
    margin-top: 0.5rem;
  }
}
.p-frontFlow__text02 dl {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
}
.p-frontFlow__text02 dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 400;
}
.p-frontFlow__text02 span {
  display: block;
}

.p-frontFlow__image {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .p-frontFlow__image {
    width: 100%;
  }
}

.p-frontFlow__slider__dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:768px) {
  .p-frontFlow__slider__dots {
    margin-top: 1.125rem;
  }
}
.p-frontFlow__slider__dots .swiper-pagination-bullet {
  margin: 0 !important;
}
.p-frontFlow__slider__dots .swiper-pagination-bullet {
  width: 8px;
  width: 0.5rem;
  opacity: 1;
  background: #fff;
}
.p-frontFlow__slider__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9bbcc7;
}

.p-frontFlow__support {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  width: 520px;
  width: 32.5rem;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
  border-radius: 0.625rem;
  background: #fff;
}
@media screen and (max-width:768px) {
  .p-frontFlow__support {
    width: calc(100% - 5.625rem);
    padding: 1.25rem 1.25rem;
  }
}

.p-frontFlow__support__text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
}
@media screen and (max-width:768px) {
  .p-frontFlow__support__text01 {
    font-size: 0.9375rem;
  }
}

.p-frontFlow__support__icon {
  width: 30px;
  width: 1.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .p-frontFlow__support__icon {
    width: 1.625rem;
  }
}

.p-frontFlow__support__text02 {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
}
@media screen and (max-width:768px) {
  .p-frontFlow__support__text02 {
    font-size: 0.8125rem;
  }
}

.p-frontDoctor {
  padding-block: 100px;
  padding-block: 6.25rem;
}
@media screen and (max-width:768px) {
  .p-frontDoctor {
    padding-block: 5rem;
  }
}

.p-frontDoctor__text01 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}
@media screen and (max-width:768px) {
  .p-frontDoctor__text01 {
    font-size: 1.25rem;
  }
}

.p-frontDoctor__text02 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}
@media screen and (max-width:768px) {
  .p-frontDoctor__text02 {
    font-size: 0.9375rem;
  }
}

.p-frontDoctor__list {
  margin-top: 40px;
  margin-top: 2.5rem;
  gap: 60px;
  gap: 3.75rem;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
@media screen and (max-width:768px) {
  .p-frontDoctor__list {
    grid-template-columns: 1fr;
    margin-top: 1.875rem;
    gap: 1.875rem;
  }
}

.p-frontDoctor__item {
  padding-inline: 55px;
  padding-inline: 3.4375rem;
}
@media screen and (max-width:768px) {
  .p-frontDoctor__item {
    padding-inline: 1.5625rem;
  }
}
.p-frontDoctor__item:nth-child(even) {
  position: relative;
}
.p-frontDoctor__item:nth-child(even)::before {
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
  width: 1px;
  background: #9ca3af;
  left: -30px;
  left: -1.875rem;
}
@media screen and (max-width:768px) {
  .p-frontDoctor__item:not(:last-child) {
    padding-bottom: 1.5625rem;
    border-bottom: 1px solid #9ca3af;
  }
}

.p-frontDoctor__position {
  margin-top: 30px;
  margin-top: 1.875rem;
  color: #9ca3af;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
}
@media screen and (max-width:768px) {
  .p-frontDoctor__position {
    margin-top: 0.625rem;
    font-size: 0.75rem;
  }
}

.p-frontDoctor__name {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}
@media screen and (max-width:768px) {
  .p-frontDoctor__name {
    font-size: 1rem;
  }
}

.p-frontDoctor__info {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width:768px) {
  .p-frontDoctor__info {
    margin-top: 0.875rem;
  }
}
.p-frontDoctor__info table td {
  border: none;
  padding: 0;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.54286;
  letter-spacing: 1px;
  padding: 4px 0;
  padding: 0.25rem 0;
}
@media screen and (max-width:768px) {
  .p-frontDoctor__info table td {
    font-size: 0.75rem;
  }
}
.p-frontDoctor__info table td:first-child {
  width: 63px;
  width: 3.9375rem;
}
@media screen and (max-width:768px) {
  .p-frontDoctor__info table td:first-child {
    width: 3.5rem;
  }
}

.p-frontDoctor__btn {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}

.p-frontPrice {
  padding-block: 100px;
  padding-block: 6.25rem;
  border-bottom: 1px solid #fff;
  background: #edf0f2;
}
@media screen and (max-width:768px) {
  .p-frontPrice {
    background: #53707b;
    padding-block: 5rem;
  }
}
@media screen and (max-width:768px) {
  .p-frontPrice .c-ttl01 {
    color: #fff;
  }
}

.p-frontPrice__text01 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}
@media screen and (max-width:768px) {
  .p-frontPrice__text01 {
    font-size: 1.25rem;
    color: #fff;
  }
}

.p-frontPrice__text02 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}
@media screen and (max-width:768px) {
  .p-frontPrice__text02 {
    color: #fff;
    font-size: 0.875rem;
  }
}

.p-frontPrice__container {
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  width: 780px;
  width: 48.75rem;
}

.p-frontPrice__basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  gap: 1.5625rem;
}
@media screen and (max-width:768px) {
  .p-frontPrice__basic {
    gap: 0.3125rem;
  }
}

.p-frontPrice__basic__left {
  width: 220px;
  width: 13.75rem;
  padding-block: 30px;
  padding-block: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.625rem;
  background: #fff;
}
@media screen and (max-width:768px) {
  .p-frontPrice__basic__left {
    width: 9.375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-frontPrice__basic__left-text01 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3125;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-frontPrice__basic__left-text01 {
    font-size: 0.875rem;
  }
}

.p-frontPrice__basic__left-text02 {
  margin-top: 10px;
  margin-top: 0.625rem;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width:768px) {
  .p-frontPrice__basic__left-text02 {
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    margin-bottom: 0.5rem;
  }
}

.p-frontPrice__basic__left-text02--num {
  font-size: 40px;
  font-size: 2.5rem;
  margin-right: 2px;
}
@media screen and (max-width:768px) {
  .p-frontPrice__basic__left-text02--num {
    font-size: 2rem;
  }
}

.p-frontPrice__basic__left-text03Wrap {
  display: contents;
}
@media screen and (max-width:768px) {
  .p-frontPrice__basic__left-text03Wrap {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-frontPrice__basic__left-text03 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:768px) {
  .p-frontPrice__basic__left-text03 {
    font-size: 0.75rem;
    text-align: left;
  }
}
.p-frontPrice__basic__left-text03::before {
  content: "・";
}

.p-frontPrice__basic__plus {
  width: 13px;
  width: 0.8125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1;
  position: relative;
}
.p-frontPrice__basic__plus::before, .p-frontPrice__basic__plus::after {
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 1px;
}
@media screen and (max-width:768px) {
  .p-frontPrice__basic__plus::before, .p-frontPrice__basic__plus::after {
    background: #fff;
  }
}
.p-frontPrice__basic__plus::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-frontPrice__basic__plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-frontPrice__basic__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}

.p-frontPrice__basic__clm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
}
@media screen and (max-width:768px) {
  .p-frontPrice__basic__clm {
    grid-template-columns: 1fr;
  }
}

.p-frontPrice__basic__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 30px;
  padding-block: 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:768px) {
  .p-frontPrice__basic__item {
    padding-block: 1.25rem;
  }
}
.p-frontPrice__basic__item:nth-child(2) {
  border-left: 1px dashed #9ca3af;
}

.p-frontPrice__basic__item--item01 {
  background: #ffd6c5;
  position: relative;
}

.p-frontPrice__basic__item--item02 {
  background: #abd0d5;
  border-left: 1px dashed #305260;
}
@media screen and (max-width:768px) {
  .p-frontPrice__basic__item--item02 {
    border-left: none;
    border-top: 1px dashed #305260;
  }
}

.p-frontPrice__basic__item-text01 {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-frontPrice__basic__item-text01 {
    font-size: 0.875rem;
  }
}

.p-frontPrice__basic__item-text02 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-frontPrice__basic__item-text02 {
    font-size: 0.75rem;
  }
}

.p-frontPrice__basic__item-text02--num {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .p-frontPrice__basic__item-text02--num {
    font-size: 1.5rem;
  }
}

.p-frontPrice__basic__item-text03 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-frontPrice__basic__item-text03 {
    font-size: 0.6875rem;
  }
}

.p-frontPrice__basic__item-or {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  border-radius: 62.4375rem;
  z-index: 1;
  padding: 0 5px;
  padding: 0 0.3125rem;
  background: #305260;
  letter-spacing: 1px;
}

.p-frontPrice__option {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-frontPrice__loan {
  margin-top: 30px;
  margin-top: 1.875rem;
  border-radius: 0.625rem;
  background: #fff;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}

.p-frontPrice__loan__text01 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
}

.p-frontPrice__loan__text02 {
  margin-top: 8px;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  gap: 0.125rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-frontPrice__loan__text02__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
}

.p-frontPrice__loan__text02__small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 1px;
}

.p-frontPrice__loan__text03 {
  margin-top: 8px;
  margin-top: 0.5rem;
  color: #9ca3af;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .p-frontPrice__loan__text03 {
    font-size: 0.75rem;
    margin-top: 0.1875rem;
  }
}

.p-frontPrice__btn {
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}
@media screen and (max-width:768px) {
  .p-frontPrice__btn {
    border-color: #fff;
    color: #fff;
    background-image: url(../img/arrow/white_r_01.webp);
  }
}

.p-frontMovie {
  background: #eeeae6;
  padding-block: 100px;
  padding-block: 6.25rem;
}
@media screen and (max-width:768px) {
  .p-frontMovie {
    padding-block: 4.75rem 5rem;
  }
}

.p-frontMovie__title {
  width: 216px;
  width: 13.5rem;
  margin-inline: auto;
}
@media screen and (max-width:768px) {
  .p-frontMovie__title {
    width: 11.625rem;
  }
}

.p-frontMovie__text01 {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  gap: 0.25rem;
  color: #305260;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}
@media screen and (max-width:768px) {
  .p-frontMovie__text01 {
    font-size: 1.25rem;
  }
}

.p-frontMovie__text01__num {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .p-frontMovie__text01__num {
    font-size: 1.875rem;
  }
}

.p-frontMovie__text02 {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-frontMovie__text02 {
    font-size: 0.875rem;
    text-align: left;
  }
}

.p-frontMovie__youtube {
  margin-top: 20px;
  margin-top: 1.25rem;
  aspect-ratio: 1080/608;
  width: 100%;
}
.p-frontMovie__youtube iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-frontFaq {
  background: #edf0f2;
  padding-block: 100px;
  padding-block: 6.25rem;
}
@media screen and (max-width:768px) {
  .p-frontFaq {
    padding-block: 5rem;
  }
}

.p-frontFaq__text01 {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
}
@media screen and (max-width:768px) {
  .p-frontFaq__text01 {
    font-size: 1.25rem;
  }
}

.p-frontFaq__container {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-inline: 40px;
  padding-inline: 2.5rem;
}
@media screen and (max-width:768px) {
  .p-frontFaq__container {
    padding-inline: 0;
  }
}

.p-frontFaq__text02 {
  margin-top: 30px;
  margin-top: 1.875rem;
  color: #9ca3af;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.59375;
  letter-spacing: 1.7px;
  letter-spacing: 0.10625rem;
  text-align: center;
}
@media screen and (max-width:768px) {
  .p-frontFaq__text02 {
    font-size: 0.9375rem;
    text-align: left;
  }
}

.p-frontFaq__btn {
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}

.p-newsArchive {
  position: relative;
}
.p-newsArchive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 780px;
  height: 48.75rem;
  background: #edf0f2;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .p-newsArchive::before {
    height: 52.75rem;
  }
}

.p-newsArchive__body {
  padding-block: 80px;
  padding-block: 5rem;
}

.p-newsArchive__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: 60px;
  gap: 3.75rem;
}
@media screen and (max-width:768px) {
  .p-newsArchive__list {
    gap: 2.5rem;
  }
}

.p-newsArchive__item__date {
  color: #222;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-newsArchive__item__date {
    font-size: 0.875rem;
  }
}

.p-newsArchive__item__title {
  margin-top: 8px;
  margin-top: 0.5rem;
  color: #305260;
  -webkit-font-feature-settings: "pwid" on, "palt" on;
          font-feature-settings: "pwid" on, "palt" on;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.75;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-newsArchive__item__title {
    font-size: 1rem;
  }
}

.p-newsSingle {
  position: relative;
}
.p-newsSingle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 780px;
  height: 48.75rem;
  background: #edf0f2;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .p-newsSingle::before {
    height: 52.75rem;
  }
}

.p-newsSingleArticle {
  padding-block: 80px;
  padding-block: 5rem;
}

.p-newsSingleArticle__title {
  color: #305260;
  -webkit-font-feature-settings: "pwid" on, "palt" on;
          font-feature-settings: "pwid" on, "palt" on;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.4px;
}
@media screen and (max-width:768px) {
  .p-newsSingleArticle__title {
    font-size: 1.5rem;
  }
}

.p-newsSingleArticle__date {
  margin-top: 16px;
  margin-top: 1rem;
  color: #ababab;
  -webkit-font-feature-settings: "pwid" on, "palt" on;
          font-feature-settings: "pwid" on, "palt" on;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-newsSingleArticle__date {
    font-size: 0.875rem;
  }
}

.p-newsSingleArticle__content {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width:768px) {
  .p-newsSingleArticle__content {
    margin-top: 2.5rem;
  }
}
.p-newsSingleArticle__content h2.wp-block-heading {
  border-radius: 8px;
  background: #f5f5f5;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  color: #305260;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1.2px;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width:768px) {
  .p-newsSingleArticle__content h2.wp-block-heading {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-newsSingleArticle__content h2.wp-block-heading:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width:768px) {
  .p-newsSingleArticle__content h2.wp-block-heading:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.p-newsSingleArticle__content h3.wp-block-heading {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  color: #305260;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-newsSingleArticle__content h3.wp-block-heading {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.p-newsSingleArticle__content p {
  color: #305260;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .p-newsSingleArticle__content p {
    font-size: 0.9375rem;
  }
}
.p-newsSingleArticle__content p a {
  text-decoration: underline;
  color: #ff5100;
}
.p-newsSingleArticle__content p:not(:last-child) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width:768px) {
  .p-newsSingleArticle__content p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.p-newsSingleArticle__share {
  margin-top: 48px;
  margin-top: 3rem;
  border-radius: 0.75rem;
  padding: 32px;
  padding: 2rem;
  border: 1px dashed rgba(0, 0, 0, .1);
}
@media screen and (max-width:768px) {
  .p-newsSingleArticle__share {
    padding: 1rem;
    margin-top: 2.5rem;
  }
}

.p-newsSingleArticle__share__text {
  color: #606178;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-newsSingleArticle__share__text {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
}

.p-newsSingleArticle__btn {
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
}
@media screen and (max-width:768px) {
  .p-newsSingleArticle__btn {
    margin: 2.5rem auto 0;
  }
}

/* ----------------------------------------
message mv
---------------------------------------- */
.p-price {
  overflow: hidden;
}
.p-price .c-anchor {
  margin-block: 20px;
  margin-block: 1.25rem;
}
@media screen and (max-width:768px) {
  .p-price .c-anchor {
    margin-block: 2.75rem 2.5rem;
  }
}
.p-price .p-aboutSupport__container {
  margin-top: 0;
  width: 100%;
}

.p-priceCost {
  background: #edf0f2;
  padding-block: 100px;
  padding-block: 6.25rem;
}
@media screen and (max-width:768px) {
  .p-priceCost {
    padding-block: 5rem;
    background: #53707b;
  }
}

.p-priceCost__title {
  color: #305260;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width:768px) {
  .p-priceCost__title {
    color: #fff;
    font-size: 1.25rem;
  }
}

.p-priceCost__text01 {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-priceCost__text01 {
    font-size: 0.875rem;
    color: #fff;
    width: calc(100% + 4px);
    max-width: calc(100% + 4px);
    margin-left: -2px;
  }
}

.p-priceCost__text02Wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (max-width:768px) {
  .p-priceCost__text02Wrap {
    gap: 0.5rem;
  }
}

.p-priceCost__text02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 24px;
  padding: 0.625rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 62.4375rem;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-priceCost__text02 {
    font-size: 0.875rem;
    padding: 0.625rem 1rem;
  }
}

.p-priceCost__text02--plus {
  width: 15px;
  width: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1;
  position: relative;
}
@media screen and (max-width:768px) {
  .p-priceCost__text02--plus {
    width: 0.5625rem;
  }
}
.p-priceCost__text02--plus::before, .p-priceCost__text02--plus::after {
  background: #9ca3af;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 1px;
}
@media screen and (max-width:768px) {
  .p-priceCost__text02--plus::before, .p-priceCost__text02--plus::after {
    background: #fff;
  }
}
.p-priceCost__text02--plus::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-priceCost__text02--plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-priceCost__basic {
  margin-top: 40px;
  margin-top: 2.5rem;
  border-radius: 0.625rem;
  background: #fff;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  position: relative;
}
.p-priceCost__basic::before, .p-priceCost__basic::after {
  position: absolute;
  background: #575153;
  content: "";
  top: calc(100% + 1.875rem);
  left: 50%;
  width: 17px;
  width: 1.0625rem;
  height: 1px;
}
@media screen and (max-width:768px) {
  .p-priceCost__basic::before, .p-priceCost__basic::after {
    top: calc(100% + 1.25rem);
    width: 0.8125rem;
    background: #fff;
  }
}
.p-priceCost__basic::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-priceCost__basic::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-priceCost__basic__title {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-priceCost__basic__title {
    font-size: 0.875rem;
  }
}

.p-priceCost__basic__text01 {
  margin-top: 12px;
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-priceCost__basic__text01 {
    font-size: 1rem;
  }
}

.p-priceCost__basic__num {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .p-priceCost__basic__num {
    font-size: 2.5rem;
  }
}

.p-priceCost__basic__text02 {
  margin-top: 12px;
  margin-top: 0.75rem;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-priceCost__basic__text02 {
    font-size: 0.75rem;
  }
}

.p-priceCost__basic__about {
  padding: 7px 12px;
  padding: 0.4375rem 0.75rem;
  width: 420px;
  width: 26.25rem;
  margin: 12px auto 0;
  margin: 0.75rem auto 0;
  border-radius: 1.5rem;
  border: 1px solid rgba(0, 0, 0, .1);
}

.p-priceCost__basic__about-acToggle {
  padding-left: 32px;
  padding-left: 2rem;
  background: url(../img/common/info_icon_01.webp) no-repeat left top 2px/20px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 1px;
  position: relative;
  width: 100%;
}
.p-priceCost__basic__about-acToggle::before, .p-priceCost__basic__about-acToggle::after {
  position: absolute;
  background: #575153;
  content: "";
  top: 12px;
  top: 0.75rem;
  right: 0px;
  right: 0rem;
  width: 10px;
  width: 0.625rem;
  height: 1px;
}
.p-priceCost__basic__about-acToggle::before {
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.p-priceCost__basic__about-acToggle::after {
  -webkit-transform: translate(0%, -50%) rotate(90deg);
          transform: translate(0%, -50%) rotate(90deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-priceCost__basic__about-acToggle.is-open::after {
  -webkit-transform: translate(0%, -50%) rotate(0deg);
          transform: translate(0%, -50%) rotate(0deg);
}

.p-priceCost__basic__about-about-text01 {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1px;
}

.p-priceCost__grafts {
  margin-top: 56px;
  margin-top: 3.5rem;
  border-radius: 0.625rem;
  padding: 30px 0;
  padding: 1.875rem 0;
  background: rgba(255, 255, 255, .8);
}
@media screen and (max-width:768px) {
  .p-priceCost__grafts {
    margin-top: 2.5rem;
    padding: 1.25rem 0;
    background: #fff;
  }
}

.p-priceCost__grafts__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .p-priceCost__grafts__title {
    font-size: 0.875rem;
  }
}

.p-priceCost__grafts__clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  gap: 0rem;
  position: relative;
}
@media screen and (max-width:768px) {
  .p-priceCost__grafts__clm {
    margin-top: 0.625rem;
  }
}

.p-priceCost__grafts__item {
  position: relative;
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
}
@media screen and (max-width:768px) {
  .p-priceCost__grafts__item {
    padding: 1.6875rem 0.625rem;
  }
}
.p-priceCost__grafts__item--item01 {
  background: #ffd6c5;
}
@media screen and (max-width:768px) {
  .p-priceCost__grafts__item--item01 {
    padding-right: 1.25rem;
  }
}
.p-priceCost__grafts__item--item02 {
  background: #abd0d5;
  border-left: 1px dashed #305260;
}
@media screen and (max-width:768px) {
  .p-priceCost__grafts__item--item02 {
    padding-left: 1.25rem;
  }
}

.p-priceCost__grafts__item-text01 {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-priceCost__grafts__item-text01 {
    font-size: 0.875rem;
  }
}

.p-priceCost__grafts__item-text02 {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-priceCost__grafts__item-text02--num {
  font-size: 48px;
  font-size: 3rem;
}
@media screen and (max-width:768px) {
  .p-priceCost__grafts__item-text02--num {
    font-size: 2.5rem;
  }
}

.p-priceCost__grafts__item-text03 {
  margin-top: 12px;
  margin-top: 0.75rem;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-priceCost__grafts__item-text03 {
    font-size: 0.75rem;
  }
}

.p-priceCost__grafts__item-or {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  border-radius: 62.4375rem;
  z-index: 1;
  padding: 0 5px;
  padding: 0 0.3125rem;
  background: #305260;
  letter-spacing: 1px;
}

.p-priceCost__grafts__text01 {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .p-priceCost__grafts__text01 {
    font-size: 0.875rem;
    margin-top: 0.6875rem;
  }
}

.p-priceCost__option {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-priceCost__option .c-priceOption__title {
  width: 240px;
  width: 15rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:768px) {
  .p-priceCost__option .c-priceOption__title {
    width: 100%;
    padding-right: 0;
  }
}
.p-priceCost__option .c-priceOption__dl dd {
  width: 378px;
  width: 23.625rem;
}
@media screen and (max-width:768px) {
  .p-priceCost__option .c-priceOption__dl dd {
    width: 10rem;
  }
}

.p-priceCost__additional {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  border-radius: 0.5rem;
  background: #fff;
  padding: 24px 30px;
  padding: 1.5rem 1.875rem;
  color: #305260;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-priceCost__additional {
    font-size: 0.875rem;
    width: 100%;
    padding: 0.75rem 1.25rem;
  }
}

.p-priceCost__notes {
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #575153;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-priceCost__notes {
    font-size: 0.75rem;
    color: #fff;
  }
}

.p-priceCampaign {
  padding-block: 80px 0;
  padding-block: 5rem 0;
}
@media screen and (max-width:768px) {
  .p-priceCampaign {
    padding-bottom: 2.5rem;
  }
}

.p-priceCampaign__container {
  border-radius: 1.25rem;
  border: 2px solid #305260;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding: 60px;
  padding: 3.75rem;
  background: #eeeae6;
}
@media screen and (max-width:1000px) {
  .p-priceCampaign__container {
    padding: 3.4375rem 0;
  }
}

.p-priceCampaign__text01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  gap: 0.875rem;
  color: #305260;
}
.p-priceCampaign__text01::before, .p-priceCampaign__text01::after {
  width: 1px;
  height: 30px;
  height: 1.875rem;
  background: #305260;
  content: "";
}
.p-priceCampaign__text01::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.p-priceCampaign__text01::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.p-priceCampaign__title {
  margin-top: 9px;
  margin-top: 0.5625rem;
  color: #305260;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
}

.p-priceCampaign__clm {
  margin-top: 30px;
  margin-top: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
@media screen and (max-width:1000px) {
  .p-priceCampaign__clm {
    margin-top: 2.5rem;
    grid-template-columns: 1fr;
  }
}

.p-priceCampaign__item01 {
  padding-right: 40px;
  padding-right: 2.5rem;
}
@media screen and (max-width:1000px) {
  .p-priceCampaign__item01 {
    padding: 0 1.25rem;
  }
}

.p-priceCampaign__item__text01 {
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
}

.p-priceCampaign__item01__text01 {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}

.p-priceCampaign__item01__clm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-priceCampaign__item01__clm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-top: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-priceCampaign__item01__clm-item:nth-child(2) {
  border-left: 1px dashed #9ca3af;
}

.p-priceCampaign__item01__text02 {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 1px;
}

.p-priceCampaign__item01__text03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  gap: 0.1875rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-priceCampaign__item01__text03--num {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width:1000px) {
  .p-priceCampaign__item01__text03--num {
    font-size: 2rem;
  }
}

.p-priceCampaign__item01__arrow {
  width: 6px;
  width: 0.375rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-priceCampaign__item01__text04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  gap: 0.125rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 8px;
  margin-top: 0.5rem;
  color: #ff5100;
}

.p-priceCampaign__item01__text04--num {
  color: #ff5100;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width:1000px) {
  .p-priceCampaign__item01__text04--num {
    font-size: 2.5rem;
  }
}

.p-priceCampaign__item01__text05 {
  color: #575153;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-priceCampaign__item02 {
  padding-left: 40px;
  padding-left: 2.5rem;
  border-left: 1px solid #305260;
}
@media screen and (max-width:1000px) {
  .p-priceCampaign__item02 {
    border-left: none;
    padding: 2.5rem 1.25rem 0;
    border-top: 1px dashed #305260;
    margin-top: 3.75rem;
  }
}

.p-priceCampaign__item02__text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-priceCampaign__item02__text01--num {
  font-size: 36px;
  font-size: 2.25rem;
  margin-left: 12px;
  margin-left: 0.75rem;
  line-height: 1;
}
@media screen and (max-width:1000px) {
  .p-priceCampaign__item02__text01--num {
    font-size: 2rem;
  }
}

.p-priceCampaign__item02__text01--unit {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 1px;
  margin-left: 2px;
  margin-left: 0.125rem;
}
@media screen and (max-width:1000px) {
  .p-priceCampaign__item02__text01--unit {
    font-size: 0.875rem;
  }
}

.p-priceCampaign__item02__clm {
  margin-top: 12px;
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

.p-priceCampaign__item02__clm-item:nth-child(3) {
  border-left: 1px dashed #9ca3af;
}

.p-priceCampaign__item02__text02 {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 1px;
}

.p-priceCampaign__item02__text03 {
  margin-top: 12px;
  margin-top: 0.75rem;
  gap: 2px;
  gap: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #ff5100;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1px;
}

.p-priceCampaign__item02__text03--num {
  color: #ff5100;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width:1000px) {
  .p-priceCampaign__item02__text03--num {
    font-size: 2.5rem;
    font-size: 1.875rem;
  }
}

.p-priceCampaign__item02__text04 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 1px;
  border-radius: 0.5rem;
  background: #9ca3af;
  padding: 0 5px;
  padding: 0 0.3125rem;
}
@media screen and (max-width:1000px) {
  .p-priceCampaign__item02__text04 {
    font-size: 0.5625rem;
  }
}

.p-priceCampaign__item02__text05 {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (max-width:1000px) {
  .p-priceCampaign__item02__text05 {
    font-size: 0.75rem;
    margin-left: 1rem;
  }
}

.p-priceCampaign__item02__text06 {
  padding-left: 24px;
  padding-left: 1.5rem;
  background: url(../img/common/check_01.webp) no-repeat left top 1px/19px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.8px;
  line-height: normal;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width:1000px) {
  .p-priceCampaign__item02__text06 {
    font-size: 0.875rem;
    margin-left: 1rem;
  }
}
.p-priceCampaign__item02__text06 + .p-priceCampaign__item02__text06 {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-priceCampaign__item02__text07 {
  margin-top: 30px;
  margin-top: 1.875rem;
  color: #575153;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 1px;
}

.p-priceCampaign__text02 {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
}

.p-priceCampaign__text03--strong {
  font-size: 32px;
  font-size: 2rem;
}

.p-priceCampaign__text03 {
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #575153;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width:1000px) {
  .p-priceCampaign__text03 {
    padding-inline: 1.25rem;
  }
}

.p-priceCostEstimate {
  padding-block: 80px;
  padding-block: 5rem;
  background: #edf0f2;
}

.p-priceCostEstimate__title {
  color: #305260;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 2px;
}
@media screen and (max-width:768px) {
  .p-priceCostEstimate__title {
    font-size: 1.25rem;
  }
}

.p-priceCostEstimate__text01 {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-priceCostEstimate__text01 {
    font-size: 0.875rem;
  }
}

.p-priceCostEstimate__tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width:768px) {
  .p-priceCostEstimate__tab__list {
    gap: 0.25rem;
  }
}

.p-priceCostEstimate__tab__item {
  border-radius: 12px 12px 0 0;
  opacity: 0.2;
  height: 49px;
  height: 3.0625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-priceCostEstimate__tab__item {
    font-size: 0.875rem;
  }
}
.p-priceCostEstimate__tab__item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
}
.p-priceCostEstimate__tab__item:nth-child(1) {
  background: #ffd6c5;
}
.p-priceCostEstimate__tab__item:nth-child(1)::before {
  border-color: #ffd6c5 transparent transparent transparent;
}
.p-priceCostEstimate__tab__item:nth-child(2) {
  background: #abd0d5;
}
.p-priceCostEstimate__tab__item:nth-child(2)::before {
  border-color: #abd0d5 transparent transparent transparent;
}
.p-priceCostEstimate__tab__item.is-active {
  opacity: 1;
}

.p-priceCostEstimate__contents {
  background: #fff;
}

.p-priceCostEstimate__item {
  padding: 40px;
  padding: 2.5rem;
}
@media screen and (max-width:768px) {
  .p-priceCostEstimate__item {
    padding: 1.25rem;
  }
}
.p-priceCostEstimate__item:not(:last-child) {
  border-bottom: 1px solid #edf0f2;
}

.p-priceCostEstimate__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .p-priceCostEstimate__item-head {
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-priceCostEstimate__item-icon {
  width: 80px;
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .p-priceCostEstimate__item-icon {
    width: 4.375rem;
  }
}

.p-priceCostEstimate__item-headTextWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:768px) {
  .p-priceCostEstimate__item-headTextWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-priceCostEstimate__item-title {
  margin-left: 12px;
  margin-left: 0.75rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-priceCostEstimate__item-title {
    font-size: 1.125rem;
  }
}

.p-priceCostEstimate__item-unit {
  margin-left: 8px;
  margin-left: 0.5rem;
  border-radius: 62.4375rem;
  background: #eef8ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 12px 5px 12px;
  padding: 0.25rem 0.75rem 0.3125rem 0.75rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-priceCostEstimate__item-unit {
    font-size: 0.875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0.5rem;
    margin-left: 0.75rem;
  }
}

.p-priceCostEstimate__item-unit--num {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-priceCostEstimate__item-unit--num {
    font-size: 1.25rem;
  }
}

.p-priceCostEstimate__clm01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 66px;
  gap: 4.125rem;
}
@media screen and (max-width:768px) {
  .p-priceCostEstimate__clm01 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-priceCostEstimate__clm01-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
  margin-top: 0.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .p-priceCostEstimate__clm01-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-priceCostEstimate__clm01-item:nth-child(2) {
  position: relative;
}
.p-priceCostEstimate__clm01-item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 1.25rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 39px;
  width: 2.4375rem;
  aspect-ratio: 78/40;
  background: url(../img/arrow/gray_r_01.webp) no-repeat center center/contain;
}
@media screen and (max-width:768px) {
  .p-priceCostEstimate__clm01-item:nth-child(2)::before {
    right: auto;
    left: 50%;
    top: auto;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    width: 1.625rem;
    bottom: 2.8125rem;
  }
}

.p-priceCostEstimate__clm01-text01 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .p-priceCostEstimate__clm01-text01 {
    font-size: 0.875rem;
  }
}

.p-priceCostEstimate__clm01-text02Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .p-priceCostEstimate__clm01-text02Wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 0.875rem;
  }
}

.p-priceCostEstimate__clm01-text02 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 1px;
  margin-left: auto;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width:768px) {
  .p-priceCostEstimate__clm01-text02 {
    font-size: 0.875rem;
    padding-left: 0;
  }
}

.p-priceCostEstimate__clm01-text02--num {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .p-priceCostEstimate__clm01-text02--num {
    font-size: 1.5rem;
  }
}

.p-priceCostEstimate__image {
  width: 780px;
  width: 48.75rem;
  margin: 12px auto 0;
  margin: 0.75rem auto 0;
}

.p-priceCostEstimate__acToggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 54px 8px 32px;
  padding: 0.5rem 3.375rem 0.5rem 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, .1);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 1px;
  margin: 14px auto 0;
  margin: 0.875rem auto 0;
  position: relative;
}
.p-priceCostEstimate__acToggle::before, .p-priceCostEstimate__acToggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  right: 1.0625rem;
  width: 10px;
  width: 0.625rem;
  height: 1px;
  background: #575153;
}
.p-priceCostEstimate__acToggle::before {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.p-priceCostEstimate__acToggle::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-priceCostEstimate__acToggle.is-open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.p-priceCostEstimate__notes {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-priceCostEstimate__notes__text {
  color: #575153;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-priceCostEstimate__notes__text {
    font-size: 0.75rem;
  }
}
.p-priceCostEstimate__notes__text + .p-priceCostEstimate__notes__text {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-priceSupport {
  padding-block: 80px;
  padding-block: 5rem;
  background: #edf0f2;
}
@media screen and (max-width:768px) {
  .p-priceSupport {
    padding-block: 6rem 5rem;
  }
}

.p-priceSupport__title {
  color: #305260;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .p-priceSupport__title {
    font-size: 1.25rem;
  }
}

.p-priceSupport__block {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.625rem;
  background: #fff;
  gap: 80px;
  gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 60px;
  padding: 1.875rem 3.75rem;
}
@media screen and (max-width:1000px) {
  .p-priceSupport__block {
    padding: 1.875rem 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.p-priceSupport__block + .p-priceSupport__block {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-priceSupport__block-title {
  width: 200px;
  width: 12.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.3px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width:1000px) {
  .p-priceSupport__block-title {
    width: 100%;
    font-size: 1rem;
  }
}

.p-priceSupport__block-contents {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:1000px) {
  .p-priceSupport__block-contents {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.p-priceSupport__block-contents::before {
  left: -40px;
  left: -2.5rem;
  height: 100%;
  width: 1px;
  background: #dedede;
  content: "";
  position: absolute;
  top: 0;
}
@media screen and (max-width:1000px) {
  .p-priceSupport__block-contents::before {
    left: 0;
    top: -1.25rem;
    width: 100%;
    height: 1px;
  }
}

.p-priceSupport__block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-priceSupport__block-list:not(:last-child) {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px dashed #dedede;
}

.p-priceSupport__block-term {
  width: 160px;
  width: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1px;
}

.p-priceSupport__block-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
}

.p-priceSupport__block-text01 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media screen and (max-width:1000px) {
  .p-priceSupport__block-text01 {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.p-priceSupport__block-text02 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
@media screen and (max-width:1000px) {
  .p-priceSupport__block-text02 {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.p-priceSupport__block-nav {
  margin: 20px auto;
  margin: 1.25rem auto;
  width: 520px;
  width: 32.5rem;
}

.p-priceSupport__text02 {
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #000;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (max-width:1000px) {
  .p-priceSupport__text02 {
    font-size: 0.75rem;
    width: calc(100% + 1rem);
    max-width: calc(100% + 1rem);
  }
}

.p-priceSupport__btn {
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}

.p-pricePayment {
  padding-block: 80px;
  padding-block: 5rem;
}

.p-pricePayment__title {
  color: #305260;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width:768px) {
  .p-pricePayment__title {
    font-size: 1.25rem;
  }
}

.p-pricePayment__text01 {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
  .p-pricePayment__text01 {
    font-size: 0.875rem;
  }
}

.p-pricePayment__list {
  margin-top: 40px;
  margin-top: 2.5rem;
  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;
  gap: 1.25rem;
}

.p-pricePayment__item {
  padding-left: 22px;
  padding-left: 1.375rem;
  background: url(../img/common/check_01.webp) no-repeat left top 2px/16px;
}

.p-pricePayment__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}
.p-pricePayment__item-text + .p-pricePayment__item-text {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-pricePayment__item-image {
  width: 310px;
  width: 19.375rem;
  margin: 10px auto 0;
  margin: 0.625rem auto 0;
}

.p-pricePayment__text02 {
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #575153;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 1px;
}

.p-recruit .c-fv {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.p-recruit__noText {
  width: 1080px;
  width: 67.5rem;
  margin: 80px auto 0;
  margin: 5rem auto 0;
  border-radius: 0.5rem;
  background: #fff;
  padding: 20px;
  padding: 1.25rem;
  color: #305260;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.8px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .p-recruit__noText {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
    text-align: left;
  }
}

/* ----------------------------------------
last
---------------------------------------- */
.sp-flex, .sp-block, .sp-inline {
  display: none !important;
}

@media screen and (max-width:768px) {
  .sp-hide {
    display: none !important;
  }
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
  .sp-inline {
    display: inline !important;
  }
}
.pc-hide {
  display: none;
}
@media screen and (max-width:768px) {
  .pc-hide {
    display: block;
  }
}

.sptab-flex, .sptab-block, .sptab-inline {
  display: none !important;
}

@media screen and (max-width:1239px) {
  .sptab-hide {
    display: none !important;
  }
  .sptab-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sptab-block {
    display: block !important;
  }
  .sptab-inline {
    display: inline !important;
  }
}
/*# sourceMappingURL=style.css.map */
