@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --color-primary: #1D2088;
  --font-en: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-inline: 25px;
}

.wrap-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding-inline: 25px;
}

#wrapper {
  font-family: "Noto Sans JP", sans-serif;
}

.font-en {
  font-family: var(--font-en);
}

.hline01 {
  text-align: center;
}
.hline01.hline01--flex {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .hline01.hline01--flex {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .hline01.hline01--flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
  }
  .hline01.hline01--flex .hline01__sub {
    margin-bottom: 0;
  }
}
.hline01__sub {
  color: var(--color-primary);
  font-family: var(--font-en);
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .hline01__sub {
    margin-bottom: 8px;
  }
}
.hline01__ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .hline01__ttl {
    font-size: 42px;
    letter-spacing: 0.05em;
  }
}

.c-btn-primary {
  background-color: var(--color-primary);
  border-radius: 10px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 74px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 30px;
  position: relative;
  text-decoration: none;
}
@media (min-width: 981px) {
  .c-btn-primary {
    height: 80px;
  }
}
.c-btn-primary::after {
  content: "";
  background: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  aspect-ratio: 7/12;
  filter: brightness(0) invert(1);
  width: 7px;
}
.c-btn-primary.c-btn-center {
  justify-content: center;
}

.c-btn-viewmore {
  color: var(--color-primary) !important;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.c-btn-viewmore::after {
  content: "";
  background: var(--color-primary) url("../img/common/icon_arrow01_white.svg") no-repeat center/7px 12px;
  border-radius: 10px;
  height: 40px;
  width: 40px;
}

.slick-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .slick-footer {
    justify-content: center;
  }
}
@media (min-width: 981px) {
  .slick-footer {
    display: none;
  }
}
.slick-footer .slick-arrow {
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  height: 40px;
  width: 40px;
  position: static;
  transform: none;
}
.slick-footer .slick-arrow::before {
  display: none;
}
.slick-footer .slick-arrow::after {
  content: "";
  background: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  aspect-ratio: 6/10;
  width: 6px;
}
.slick-footer .slick-prev::after {
  transform: scaleX(-1);
}

.p-mv {
  overflow: hidden;
  padding-bottom: 136px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-mv {
    padding-bottom: 216px;
  }
}
.p-mv::after {
  content: "";
  background-color: #E2E3F7;
  height: 366px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.p-mv .mv-slider {
  margin-inline: -6.5px;
  padding-inline: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .p-mv .mv-slider {
    padding-inline: 20px;
  }
}
@media (min-width: 981px) {
  .p-mv .mv-slider {
    margin-inline: -20px;
  }
}
@media (min-width: 1200px) {
  .p-mv .mv-slider {
    padding-inline: 0;
  }
}
.p-mv .slick-list {
  overflow: visible;
}
.p-mv .slick-arrow {
  background-color: #fff;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (min-width: 768px) {
  .p-mv .slick-arrow {
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 981px) {
  .p-mv .slick-arrow {
    height: 60px;
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .p-mv .slick-arrow {
    height: 80px;
    width: 80px;
  }
}
.p-mv .slick-arrow::before {
  display: none;
}
.p-mv .slick-arrow::after {
  content: "";
  background: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  aspect-ratio: 10/19;
  width: 6px;
}
@media (min-width: 768px) {
  .p-mv .slick-arrow::after {
    background-image: url("../img/common/icon_arrow02.svg");
    width: 10px;
  }
}
.p-mv .slick-prev {
  left: -10px;
}
@media (min-width: 768px) {
  .p-mv .slick-prev {
    left: -5px;
  }
}
@media (min-width: 1200px) {
  .p-mv .slick-prev {
    left: -40px;
  }
}
.p-mv .slick-prev::after {
  transform: scaleX(-1);
}
.p-mv .slick-next {
  right: -10px;
}
@media (min-width: 768px) {
  .p-mv .slick-next {
    right: -5px;
  }
}
@media (min-width: 1200px) {
  .p-mv .slick-next {
    right: -40px;
  }
}
.p-mv .slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 32px);
  padding: 0;
}
@media (min-width: 768px) {
  .p-mv .slick-dots {
    gap: 12px;
    top: calc(100% + 56px);
  }
}
.p-mv .slick-dots li {
  aspect-ratio: 1;
  width: 40px;
  height: auto;
  margin: 0;
  transform: none;
}
@media (min-width: 768px) {
  .p-mv .slick-dots li {
    width: 100px;
  }
}
@media (min-width: 981px) {
  .p-mv .slick-dots li {
    aspect-ratio: 146/60;
    width: 146px;
  }
}
.p-mv .slick-dots li::after {
  background-color: #000;
  opacity: 0.5;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.p-mv .slick-dots li.slick-active::after {
  opacity: 0;
}
.p-mv .slick-dots li img {
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-mv .slick-slide {
  margin-inline: 6.5px;
}
@media (min-width: 768px) {
  .p-mv .slick-slide {
    margin-inline: 10px;
  }
}
@media (min-width: 1200px) {
  .p-mv .slick-slide {
    margin-inline: 20px;
  }
}

.p-reason {
  padding-block: 64px 80px;
}
@media (min-width: 768px) {
  .p-reason {
    padding-block: 138px 100px;
  }
}
.p-reason__label {
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-reason__label {
    margin-bottom: 10px;
  }
}
.p-reason .hline01 {
  margin-bottom: 41px;
}
@media (min-width: 768px) {
  .p-reason .hline01 {
    margin-bottom: 57px;
  }
}
.p-reason__list li {
  position: relative;
  padding-block: 48px;
}
@media (min-width: 768px) {
  .p-reason__list li {
    padding-block: 64px;
  }
  .p-reason__list li:nth-child(even) .reason-item__img {
    order: 2;
  }
}
.p-reason__list li:first-child::before {
  content: "";
  background-color: #E2E2E2;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .p-reason__list li:first-child::before {
    left: -40px;
    right: -40px;
  }
}
.p-reason__list li::after {
  content: "";
  background-color: #E2E2E2;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .p-reason__list li::after {
    left: -40px;
    right: -40px;
  }
}

@media (min-width: 768px) {
  .reason-item {
    display: flex;
    gap: 32px;
  }
}
@media (min-width: 981px) {
  .reason-item {
    gap: 70px;
  }
}
.reason-item__img {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .reason-item__img {
    flex-shrink: 0;
    margin-bottom: 0;
    width: 350px;
  }
}
.reason-item__info {
  position: relative;
  z-index: 1;
}
.reason-item__num {
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .reason-item__num {
    left: 0;
    top: -20px;
    transform: translateX(-105%);
  }
  .reason-item__num.num03 {
    transform: translateX(calc(-100% + 12px));
  }
}
@media (max-width: 767px) {
  .reason-item__num {
    bottom: calc(100% + 14px);
    left: 0;
    right: 0;
    text-align: center;
  }
  .reason-item__num img {
    height: 39px;
  }
}
.reason-item__ttl {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.42;
  margin-bottom: 25px;
}
@media (min-width: 981px) {
  .reason-item__ttl {
    font-size: 28px;
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .reason-item__ttl {
    padding-inline: 15px;
    text-align: center;
  }
}
.reason-item__ttl .highlight {
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(41, 136, 215, 0) 70%, #FFEC01 70%, #FFEC01 100%);
  color: var(--color-primary);
}
.reason-item__txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.75;
  margin-bottom: 24px;
}
@media (min-width: 981px) {
  .reason-item__txt {
    margin-bottom: 40px;
  }
}

.p-price {
  background-color: #E2E3F7;
  padding-block: 64px;
}
@media (min-width: 768px) {
  .p-price {
    padding-block: 100px;
  }
}
.p-price__wrap {
  max-width: 1120px;
  margin-inline: auto;
}
.p-price__headline {
  display: flex;
  justify-content: center;
  margin-bottom: 42px;
}
.p-price__ttl {
  box-sizing: border-box;
  border-top: 6px solid #A7AAE6;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  min-width: 325px;
  padding: 24px 16px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .p-price__ttl {
    font-size: 40px;
    padding: 20px 16px;
  }
}
.p-price__ttl::before {
  content: "";
  background: url("../img/home/icon_path_sp.svg") no-repeat center/cover;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 24px;
}
@media (min-width: 768px) {
  .p-price__ttl::before {
    background-image: url("../img/home/icon_path.svg");
    height: 27px;
  }
}
.p-price__ttl small {
  font-size: 18px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .p-price__ttl small {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .p-price__ttl span {
    color: var(--color-primary);
  }
}
.p-price__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.04em;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-price__txt {
    margin-bottom: 56px;
    text-align: center;
  }
}
.p-price .price-box {
  background-color: #CCCDEA;
  padding: 40px 25px 64px;
}
@media (min-width: 768px) {
  .p-price .price-box {
    padding: 50px 60px 60px;
  }
}
.p-price .price-box__row {
  display: grid;
}
@media (min-width: 768px) {
  .p-price .price-box__row {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 -12px 53px;
  }
}
@media (min-width: 768px) {
  .p-price .price-box__col {
    border-right: 2px solid #A6A7D5;
    padding: 10px 40px 20px;
    text-align: center;
  }
  .p-price .price-box__col:last-child {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .p-price .price-box__col {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 15px;
    border-bottom: 2px solid #A6A7D5;
    margin-bottom: 32px;
    padding-bottom: 24px;
  }
  .p-price .price-box__col:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.p-price .price-box__label {
  background-color: #fff;
  border-radius: 50px;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  height: 35px;
}
@media (min-width: 768px) {
  .p-price .price-box__label {
    height: 40px;
    margin-bottom: 16px;
  }
}
@media (min-width: 981px) {
  .p-price .price-box__label {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .p-price .price-box__label {
    height: 57px;
  }
}
.p-price .price-box__txt {
  color: var(--color-primary);
  font-size: 40px;
  text-align: right;
}
@media (min-width: 768px) {
  .p-price .price-box__txt {
    margin-inline: -20px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .p-price .price-box__txt {
    font-size: 53px;
  }
}
.p-price .price-box__txt .yen {
  font-family: var(--font-en);
  font-size: 23px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-price .price-box__txt .yen {
    font-size: 0.566em;
  }
}
.p-price .price-box__txt .num {
  font-family: var(--font-en);
  font-weight: 900;
  line-height: 1;
}
.p-price .price-box__txt .evt {
  font-size: 18px;
  font-weight: 900;
  margin-left: -6px;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-price .price-box__txt .evt {
    font-size: 0.415em;
  }
}
.p-price .price-box__footer {
  display: grid;
  gap: 16px;
  margin-top: 64px;
}
@media (min-width: 768px) {
  .p-price .price-box__footer {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
  }
}
.p-price .price-box .c-btn-primary {
  position: relative;
}
.p-price .price-box .c-btn-primary .tooltip {
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
  text-align: center;
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-price .price-box .c-btn-primary .tooltip {
    top: -20px;
  }
}

.p-ba {
  padding-block: 72px;
}
@media (min-width: 768px) {
  .p-ba {
    padding-block: 100px 117px;
  }
}
.p-ba__head {
  display: flex;
  flex-direction: column;
  margin-bottom: 57px;
}
@media (min-width: 981px) {
  .p-ba__head {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (max-width: 980px) {
  .p-ba__head {
    align-items: center;
  }
}
@media (min-width: 981px) {
  .p-ba__head .hline01 {
    margin-right: 64px;
    text-align: left;
  }
}
@media (max-width: 980px) {
  .p-ba__head .hline01 {
    margin-bottom: 30px;
  }
}
@media (min-width: 981px) {
  .p-ba__head .c-btn-viewmore {
    margin-bottom: 6px;
  }
}
@media (max-width: 980px) {
  .p-ba__head .p-ba__btn {
    display: none;
  }
}
.p-ba__txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-ba__txt {
    text-align: center;
  }
}
@media (min-width: 981px) {
  .p-ba__txt {
    margin-right: auto;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .p-ba__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .p-ba__list {
    margin-inline: -25px;
  }
}

@media (max-width: 767px) {
  .ba-item {
    margin-inline: 16px;
  }
}
.ba-item__info {
  margin-top: 25px;
}
@media (min-width: 1200px) {
  .ba-item__info {
    display: flex;
  }
}
@media (max-width: 1199px) {
  .ba-item__info {
    display: grid;
    row-gap: 8px;
    grid-template-columns: 80px 1fr;
  }
}
.ba-item__info dt {
  background-color: var(--color-primary);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 6px;
  text-align: center;
}
@media (min-width: 1200px) {
  .ba-item__info dt {
    width: 70px;
  }
}
.ba-item__info dd {
  box-sizing: border-box;
  background-color: #E2E3F7;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  flex: 1;
  padding: 3px 8px;
}

.p-voice {
  overflow: hidden;
  padding-block: 64px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-voice {
    padding-block: 100px;
  }
  .p-voice::before {
    content: "";
    background-color: #F0F0F0;
    height: 491px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .p-voice {
    background-color: #F0F0F0;
  }
}
.p-voice__head {
  margin-bottom: 41px;
}
@media (min-width: 768px) {
  .p-voice__head {
    margin-bottom: 58px;
  }
}
@media (min-width: 981px) {
  .p-voice__head {
    display: flex;
    align-items: flex-end;
  }
}
.p-voice__head .hline01 {
  text-align: left;
}
@media (max-width: 980px) {
  .p-voice__head .hline01 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    text-align: center;
  }
}
@media (max-width: 980px) {
  .p-voice__head .hline01__sub {
    margin-bottom: 0;
  }
}
@media (max-width: 980px) {
  .p-voice__btn {
    display: none;
  }
}
.p-voice__nav {
  display: none;
}
@media (min-width: 981px) {
  .p-voice__nav {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 56px;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .p-voice__list {
    margin-inline: -25px;
  }
}
.p-voice .slick-footer {
  justify-content: space-between;
}
.p-voice .slick-track {
  display: flex;
}
.p-voice .slick-list {
  overflow: visible;
}
.p-voice .slick-arrow {
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  height: 40px;
  width: 40px;
  position: static;
  transform: none;
}
.p-voice .slick-arrow::before {
  display: none;
}
.p-voice .slick-arrow::after {
  content: "";
  background: url("../img/common/icon_arrow01.svg") no-repeat center/contain;
  aspect-ratio: 6/10;
  width: 6px;
}
.p-voice .slick-prev::after {
  transform: scaleX(-1);
}
.p-voice .voice-item {
  background-color: #fff;
  border: 1px solid #D1D1D1;
  height: auto;
  padding: 15px 15px 55px;
}
@media (min-width: 768px) {
  .p-voice .voice-item {
    margin-right: 27px;
    width: 275px;
  }
}
@media (max-width: 767px) {
  .p-voice .voice-item {
    margin-inline: 10px;
  }
}
.p-voice .voice-item__img {
  aspect-ratio: 244/179;
  margin-bottom: 12px;
}
.p-voice .voice-item__img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-voice .voice-item__head {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 9px;
}
.p-voice .voice-item__txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.73;
  letter-spacing: 0.05em;
}

.p-flow {
  padding-block: 64px 80px;
}
@media (min-width: 768px) {
  .p-flow {
    margin-bottom: 100px;
    padding-block: 0;
  }
}
.p-flow .hline01 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .p-flow .hline01 {
    margin-bottom: 41px;
  }
}
.p-flow__txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.75;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-flow__txt {
    letter-spacing: 0.05em;
    margin-bottom: 48px;
    text-align: center;
  }
}
.p-flow__list {
  background-color: #E2E3F7;
  max-width: 325px;
  margin: 0 auto 48px;
}
@media (min-width: 768px) {
  .p-flow__list {
    display: flex;
    max-width: 1067px;
    margin-bottom: 56px;
  }
}
.p-flow .flow-item {
  flex: 1;
  padding: 25px 20px 30px 55px;
  position: relative;
}
@media (min-width: 981px) {
  .p-flow .flow-item {
    padding: 25px 38px 40px 75px;
  }
  .p-flow .flow-item:last-child::after {
    content: "";
    background: url("../img/home/icon_flow_arrow02.svg") no-repeat center/cover;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 42px;
  }
  .p-flow .flow-item:not(:last-child)::after {
    content: "";
    background: url("../img/home/icon_flow_arrow.svg") no-repeat center/cover;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 64px;
    transform: translateX(80%);
  }
  .p-flow .flow-item:not(:first-child) .flow-item__img {
    position: relative;
    left: 13px;
  }
  .p-flow .flow-item:not(:first-child) .flow-item__ttl {
    position: relative;
    left: 14px;
  }
}
@media (max-width: 767px) {
  .p-flow .flow-item {
    display: grid;
    align-items: center;
    grid-template-columns: 80px 1fr;
    gap: 20px;
    padding: 30px 0 70px 65px;
  }
  .p-flow .flow-item:not(:last-child)::after {
    content: "";
    background: url("../img/home/icon_flow_arrow_sp.svg") no-repeat center/cover;
    height: 64px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .p-flow .flow-item:first-child {
    padding-top: 35px;
  }
  .p-flow .flow-item:last-child {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-flow .flow-item:first-child {
    padding-left: 25px;
  }
}
@media (min-width: 981px) {
  .p-flow .flow-item:first-child {
    padding-left: 38px;
  }
}
.p-flow .flow-item__num {
  color: var(--color-primary);
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .p-flow .flow-item__num {
    margin-bottom: 20px;
    margin-left: -15px;
  }
  .p-flow .flow-item__num.num02 {
    margin-left: -10px;
  }
  .p-flow .flow-item__num.num03 {
    margin-left: -4px;
  }
  .p-flow .flow-item__num.num04 {
    margin-left: -2px;
  }
}
@media (min-width: 981px) {
  .p-flow .flow-item__num {
    margin-bottom: 43px;
  }
}
@media (max-width: 767px) {
  .p-flow .flow-item__num {
    position: absolute;
    left: 24px;
    top: 8px;
  }
  .p-flow .flow-item__num.num01 {
    top: 13px;
  }
}
@media (min-width: 768px) {
  .p-flow .flow-item__img {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (min-width: 981px) {
  .p-flow .flow-item__img {
    margin-bottom: 30px;
  }
}
.p-flow .flow-item__img img {
  width: 80px;
}
@media (min-width: 768px) {
  .p-flow .flow-item__img img {
    width: 160px;
  }
}
.p-flow .flow-item__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-flow .flow-item__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 57px;
    font-size: 16px;
    margin: 0 -20px;
    text-align: center;
  }
}
@media (min-width: 981px) {
  .p-flow .flow-item__ttl {
    font-size: 20px;
  }
}
.p-flow__btn .c-btn-primary {
  margin: 0 auto;
  max-width: 490px;
}

.p-salon {
  background-color: #E2E3F7;
  padding-block: 72px 80px;
}
@media (min-width: 768px) {
  .p-salon {
    padding-block: 100px 120px;
  }
}
.p-salon .wrap-inner {
  max-width: 1080px;
}
.p-salon__head {
  background-color: #fff;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 35px;
  padding: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .p-salon__head {
    grid-template-columns: repeat(6, 1fr);
    margin-bottom: 76px;
    padding: 30px;
  }
}
.p-salon__head::after {
  content: "";
  background: url("../img/common/icon_arrow_down02.svg") no-repeat center/contain;
  aspect-ratio: 29/20;
  width: 29px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}
.p-salon__head .salon-nav-trigger {
  background-color: #E0E0E0;
  border-radius: 10px;
  color: #2C2C2C;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 768px) {
  .p-salon__head .salon-nav-trigger {
    height: 50px;
  }
}
.p-salon__head .salon-nav-trigger.is-current {
  background-color: var(--color-primary);
  color: #fff;
}

@media (min-width: 981px) {
  .salon-item {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .salon-item {
    gap: 70px;
  }
}
.salon-item__img {
  margin-bottom: 24px;
}
@media (min-width: 981px) {
  .salon-item__img {
    flex-shrink: 0;
    order: 2;
    margin-bottom: 0;
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .salon-item__img {
    width: 540px;
  }
}
.salon-item__img img {
  width: 100%;
}
.salon-item__info {
  flex: 1;
}
.salon-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 17px;
}
@media (min-width: 768px) {
  .salon-item__head {
    justify-content: flex-start;
    padding-bottom: 25px;
  }
}
.salon-item__head::before {
  content: "";
  background-color: var(--color-primary);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 40px;
  z-index: 1;
}
.salon-item__head::after {
  content: "";
  background-color: var(--color-primary);
  opacity: 0.2;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.salon-item__social {
  display: flex;
  gap: 8px;
}
.salon-item__social img {
  width: 36px;
}
@media (min-width: 768px) {
  .salon-item__social img {
    width: 39px;
  }
}
.salon-item__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .salon-item__ttl {
    font-size: 28px;
  }
}
.salon-item__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .salon-item__txt {
    margin-bottom: 24px;
  }
}
.salon-item__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.salon-item__group a {
  background-color: #C2C4F2;
  border-radius: 10px;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-decoration: none;
}
@media (min-width: 768px) {
  .salon-item__group a {
    height: 54px;
  }
}
.salon-item__group a.link-tel {
  font-size: 15px;
  gap: 3px;
}
@media (min-width: 768px) {
  .salon-item__group a.link-tel {
    font-size: 20px;
  }
}
.salon-item__group a.link-tel::before {
  content: "";
  background: url("../img/common/icon_tel.svg") no-repeat center/contain;
  height: 14px;
  width: 14px;
}
@media (min-width: 768px) {
  .salon-item__group a.link-tel::before {
    height: 19px;
    width: 19px;
  }
}
.salon-item__group a.link-map {
  font-size: 13px;
}
@media (min-width: 768px) {
  .salon-item__group a.link-map {
    font-size: 17px;
  }
}
.salon-item__group a.link-map::before {
  content: "";
  background: url("../img/common/icon_location.svg") no-repeat center/contain;
  height: 13px;
  width: 10px;
  margin-right: 6px;
}
@media (min-width: 768px) {
  .salon-item__group a.link-map::before {
    height: 17px;
    width: 14px;
  }
}
.salon-item__group a.link-map .font-en {
  font-size: 15px;
}
@media (min-width: 768px) {
  .salon-item__group a.link-map .font-en {
    font-size: 19px;
  }
}

.p-faq {
  padding-block: 72px;
}
@media (min-width: 768px) {
  .p-faq {
    padding-block: 126px 100px;
  }
}
@media (min-width: 981px) {
  .p-faq .hline01 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  .p-faq .hline01__sub {
    writing-mode: sideways-rl;
    order: 2;
  }
  .p-faq .hline01__ttl {
    letter-spacing: 0.1em;
    writing-mode: vertical-lr;
  }
}
@media (min-width: 981px) {
  .p-faq__wrap {
    display: flex;
    gap: 110px;
  }
}
.p-faq__btn {
  display: none;
}
@media (min-width: 981px) {
  .p-faq__btn {
    display: block;
  }
}
.p-faq__footer {
  margin-top: 40px;
}
@media (min-width: 981px) {
  .p-faq__footer {
    display: none;
  }
}
.p-faq__side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.p-faq__main {
  flex: 1;
}
.p-faq__list {
  border-top: 2px solid rgba(29, 32, 136, 0.2);
}
.p-faq .faq-item {
  border-bottom: 2px solid rgba(29, 32, 136, 0.2);
  padding-block: 24px;
}
@media (min-width: 768px) {
  .p-faq .faq-item {
    padding-block: 28px;
  }
}
.p-faq .faq-item__ttl {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  position: relative;
  padding-right: 36px;
}
@media (min-width: 768px) {
  .p-faq .faq-item__ttl {
    font-size: 20px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .p-faq .faq-item__ttl::before {
    content: "Q";
    color: var(--color-primary);
    font-family: var(--font-en);
    font-size: 28px;
    margin-right: 24px;
  }
}
.p-faq .faq-item__ttl.is-active .icon-expand::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.p-faq .faq-item__ttl .icon-expand {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
}
@media (min-width: 768px) {
  .p-faq .faq-item__ttl .icon-expand {
    right: 24px;
  }
}
.p-faq .faq-item__ttl .icon-expand::after, .p-faq .faq-item__ttl .icon-expand::before {
  content: "";
  background-color: var(--color-primary);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.p-faq .faq-item__ttl .icon-expand::before {
  height: 3px;
  width: 20px;
}
.p-faq .faq-item__ttl .icon-expand::after {
  height: 20px;
  width: 3px;
}
.p-faq .faq-item__txt {
  display: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.p-news {
  background-color: #F0F0F0;
  padding-block: 72px;
}
@media (min-width: 768px) {
  .p-news {
    padding-block: 100px 120px;
  }
}
.p-news__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 49px;
}
.p-news__head .hline01 {
  margin-bottom: 0;
  text-align: left;
}
.p-news__footer {
  margin-top: 40px;
}
.p-news .news-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .p-news .news-item {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 40px 0;
  }
}
.p-news .news-item::before {
  content: "";
  background-color: rgba(101, 101, 101, 0.2);
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-news .news-item::before {
    left: -20px;
    right: -20px;
  }
}
.p-news .news-item:last-child::after {
  content: "";
  background-color: rgba(101, 101, 101, 0.2);
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-news .news-item:last-child::after {
    left: -20px;
    right: -20px;
  }
}
.p-news .news-item__date {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .p-news .news-item__date {
    margin-bottom: 0;
  }
}
.p-news .news-item__link {
  color: #2C2C2C;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.71;
  text-decoration: none;
}

.mfp-img-popup .mfp-content {
  max-width: calc(100% - 50px);
  width: 1000px;
}
@media (max-width: 767px) {
  .mfp-img-popup .mfp-content {
    margin-block: 25px;
  }
}
.mfp-img-popup .mfp-figure {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
}
.mfp-img-popup .mfp-close {
  background: url("../img/common/icon_close.svg") no-repeat center/contain;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  height: 36px;
  width: 36px;
}
@media (min-width: 768px) {
  .mfp-img-popup .mfp-close {
    height: 50px;
    width: 50px;
  }
}