@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) and (min-width: 768px) {
  html {
    font-size: 16px;
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  overflow-x: hidden;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  background-color: #e8e8e2;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #000;
}

p {
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 500;
}

.desc,
.note,
.lead {
  font-family: "Noto Sans JP", serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
/* —————————————————
  ヘッダー header
  —————————————————*/
.l-header {
  width: 100%;
  height: 4.375rem;
  margin: 0 auto;
  transition: 0.3s ease all;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}
.l-header .l-header__logo {
  position: relative;
  z-index: 9;
  width: 14%;
  max-width: 140px;
}

.l-header__inner {
  width: calc(100% - 400px);
  /* max-width: 1200px; */
  margin: 0 auto 0 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.5s;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .l-header__inner {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    transition: 0.5s;
    height: 100%;
  }
}

.l-header-list {
  display: -ms-flexbox;
  display: flex;
}
.l-header-list li {
  width: 50%;
  max-width: 21.25rem;
  height: 4.375rem;
}
.l-header-list li a {
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-header-list li a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    padding: 0;
    height: 45px;
  }
  .l-header .l-header__logo {
    width: 22%;
    max-width: 90px;
  }
  .l-header-cta {
    z-index: 99999;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: auto;
    background-color: #15234B;
  }
  .l-header-list {
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .l-header-list li {
    width: 50%;
    height: auto;
  }
}
/* —————————————————
  フッター footer
  —————————————————*/
.l-footer {
  position: relative;
  overflow: hidden;
  background-color: #15234B;
  font-family: "Noto Sans JP", serif;
}
.l-footer .l-wrap {
  max-width: 1100px;
}

.l-footer__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5rem;
  color: #fff;
  padding: 30px 0 40px;
}

.l-footer__info {
  width: 50%;
  max-width: 510px;
  border: 1px solid #fff;
  padding: 50px;
}
.l-footer__info p,
.l-footer__info address {
  font-size: 1.125rem;
  line-height: 1.9;
  letter-spacing: 0.06em;
}
.l-footer__info .l-footer__name {
  margin-bottom: 12px;
}
.l-footer__info .l-footer__name p {
  font-size: 1rem;
}

.l-footer__map {
  width: 46%;
  max-width: 410px;
}
.l-footer__map .desc {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 30px;
  letter-spacing: 0.06em;
}

.c-copyLight {
  background-color: #8c7f56;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 3.125rem;
    padding-bottom: max(12.4vw, 50px);
  }
  .l-footer .l-wrap {
    width: calc(100% - 90px);
    -ms-flex-pack: center;
        justify-content: center;
  }
  .l-footer__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .l-footer__info {
    width: 100%;
    padding: 24px 16px;
  }
  .l-footer__info img {
    width: 50%;
  }
  .l-footer__info p,
  .l-footer__info address {
    font-size: 0.75rem;
  }
  .l-footer__info .l-footer__name {
    margin-bottom: 6px;
  }
  .l-footer__info .l-footer__name p {
    font-size: 0.8125rem;
  }
  .l-footer__map {
    width: 100%;
  }
  .l-footer__map .desc {
    font-size: 0.8125rem;
    margin-top: 12px;
  }
  .c-copyLight {
    font-size: 0.625rem;
  }
}
.u-color {
  color: #314085;
}

.u-en {
  font-family: "Times New Roman", sans-serif;
}

.c-btn a {
  display: block;
  width: 84%;
  max-width: 520px;
  margin: 5.625rem auto 0;
  box-shadow: 0 5px 9px rgba(43, 19, 1, 0.2);
  transition: 0.3s ease;
  border-radius: 5px;
}
@media (hover: hover) {
  .c-btn a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .c-btn a {
    margin: 50px auto 0;
  }
}
/* —————————————————
  home
  —————————————————*/
.l-wrap {
  width: calc(100% - 60px);
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-wrap {
    width: calc(100% - 3rem);
  }
}
/* ---------------------------------------------
  mv
  --------------------------------------------- */
.p-mv {
  margin-top: 4.375rem;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1540px) {
  .p-mv__block {
    /* min-width: 96.25rem; */
    min-width: 86.25rem;
    margin-left: calc((100% - 86.25rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 45px;
  }
  .p-mv__block {
    min-width: 100%;
    margin-left: 0;
  }
}
/* ---------------------------------------------
  award
  --------------------------------------------- */
.p-award {
  position: relative;
  overflow: hidden;
  background-color: #141344;
  padding: 3.75rem 0 3.125rem;
}
.p-award::before {
  content: "";
  display: block;
  width: 57.15vw;
  height: 57.15vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(133, 77, 45) 0%, rgba(133, 77, 45, 0) 50%);
  position: absolute;
  top: -40vw;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-award .l-wrap {
  position: relative;
}
.p-award .note {
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
}

.p-award__ttl {
  text-align: center;
  width: 74%;
  max-width: 868px;
  margin: 0 auto;
}

.p-award__list {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}
.p-award__list li {
  width: 33.3333333333%;
}

@media screen and (max-width: 767px) {
  .p-award {
    padding: 36px 0 50px;
  }
  .p-award::before {
    width: 150vw;
    height: 150vw;
    top: -100vw;
  }
  .p-award .l-wrap {
    width: 100%;
  }
  .p-award .note {
    line-height: 1.4;
  }
  .p-award__ttl {
    width: 80%;
    margin: 0 auto;
  }
  .p-award__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 20px;
  }
  .p-award__list li {
    width: 50%;
    -ms-transform: scale(1.06);
        transform: scale(1.06);
  }
}
/* ---------------------------------------------
  trouble
  --------------------------------------------- */
.p-trouble {
  background-color: #c7cedd;
  padding: 6.25rem 0 7.5rem;
  position: relative;
  overflow: hidden;
}
.p-trouble::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: url("../../../../img/lp_ad/02__standard/trouble_bg_1.png") no-repeat bottom center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
.p-trouble::after {
  content: "";
  display: block;
  width: 50vw;
  height: 50vw;
  background: radial-gradient(circle, rgb(213, 226, 232) 0%, rgba(213, 226, 232, 0) 60%);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
}

.p-trouble__block {
  width: 94%;
  max-width: 1560px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
.p-trouble__block .p-trouble__en {
  font-size: 2.9375rem;
  letter-spacing: 0.16em;
  color: #314085;
  opacity: 0.2;
  margin-left: 7.5rem;
  line-height: 0.8;
}

.p-trouble__box {
  background: url("../../../../img/lp_ad/02__standard/trouble_bg_2.png") no-repeat top left/cover;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.1);
  padding: 5.625rem 3.75rem 5.625rem 5rem;
  position: relative;
}
.p-trouble__box::after {
  content: "";
  display: block;
  width: 12px;
  height: 74px;
  background: url("../../../../img/lp_ad/02__standard/arrow_1.svg") no-repeat top center/100%;
  position: absolute;
  left: 45%;
  transform: translateX(-50%);
  bottom: -40px;
}

.p-trouble__text {
  max-width: 1000px;
  margin: 0 auto 0 0;
}
.p-trouble__text .text_1 {
  font-family: "Noto Serif", serif;
  font-size: 2.125rem;
  line-height: 0.8;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-trouble__text .text_1 span {
  display: inline-block;
}
.p-trouble__text .text_1 span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 14px;
  background: url("../../../../img/lp_ad/02__standard/border_1.svg") no-repeat top left/100%;
}
.p-trouble__text .text_2 {
  font-family: "Noto Serif", serif;
  font-size: 2.125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 1.5;
}
.p-trouble__text .text_2 .u-lg {
  font-size: 1.5rem;
}
.p-trouble__text .text_2 .has-border {
  display: inline-block;
  position: relative;
  color: #314085;
  font-size: 3rem;
}
.p-trouble__text .text_2 .has-border span {
  position: relative;
  z-index: 1;
}
.p-trouble__text .text_2 .has-border::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 35px;
  background: url("../../../../img/lp_ad/02__standard/border_2.svg") no-repeat top left/100%;
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: 0;
}
.p-trouble__text .c-fBox {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 3rem;
}

.p-trouble__list {
  font-family: "Noto Sans JP", serif;
}
.p-trouble__list li {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.3;
}
.p-trouble__list li .u-color {
  font-weight: 700;
}
.p-trouble__list li:not(:last-child) {
  margin-bottom: 24px;
}
.p-trouble__list li::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../../../../img/lp_ad/02__standard/icon_check.svg") no-repeat top right/100%;
  margin-right: 12px;
  -ms-transform: translateY(4px);
      transform: translateY(4px);
}

.p-choices__block {
  margin-top: 7.5rem;
  position: relative;
  z-index: 1;
}
.p-choices__block .l-wrap {
  position: relative;
}
.p-choices__block .img__block {
  width: 50%;
  max-width: 592px;
  position: absolute;
  top: -10%;
  left: -7%;
}
.p-choices__block .text_1 {
  font-size: 1.5rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin-bottom: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.p-choices__block .text_1 span {
  display: inline-block;
  color: #fff;
  background-color: #314085;
  line-height: 1.3;
  padding: 0 10px;
}
.p-choices__block .text_1 .u-sp {
  display: none;
}
.p-choices__block .ttl__block {
  text-align: center;
  position: relative;
}
.p-choices__block .ttl__block p {
  font-size: 1.85rem;
  font-weight: 600;
  font-family: "Noto Serif", serif;
}
.p-choices__block .ttl__block .text__lg {
  font-size: 6.375rem;
  color: #314085;
  line-height: 0.8;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  font-weight: 500;
}
.p-choices__block .ttl__block .wrap {
  display: inline-block;
}
.p-choices__block .ttl__block .wrap::before, .p-choices__block .ttl__block .wrap::after {
  content: "";
  display: inline-block;
  color: #fff;
  font-size: 6.5rem;
  position: relative;
  z-index: -1;
}
.p-choices__block .ttl__block .wrap::before {
  content: "“";
  -ms-transform: translate(1.5rem, -0.875rem);
      transform: translate(1.5rem, -0.875rem);
}
.p-choices__block .ttl__block .wrap::after {
  content: "”";
  -ms-transform: translate(-1.5rem, -0.875rem);
      transform: translate(-1.5rem, -0.875rem);
}
.p-choices__block .ttl__block .u-en {
  font-weight: 500;
  font-size: 6rem;
}
.p-choices__block .ttl__block .sm {
  font-size: 4.125rem;
}

.p-chouices__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 1.875rem;
  margin-top: 3rem;
}
.p-chouices__list .item {
  width: 33.3333333333%;
  padding: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 30px;
  box-shadow: 10px 20px 10px rgba(0, 0, 38, 0.2);
  position: relative;
}
.p-chouices__list .item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 6%);
          clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 6%);
}
.p-chouices__list figure {
  width: 80%;
  max-width: 11.125rem;
  min-height: 11.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.p-chouices__list .ttl {
  font-size: 1.5rem;
  font-family: "Noto Serif", serif;
  text-align: center;
  color: #314085;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}
.p-chouices__list .desc {
  font-size: 1rem;
  letter-spacing: 0.01em;
  text-align: justify;
  line-height: 1.7;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-trouble {
    padding: 50px 0 60px;
  }
  .p-trouble__block .p-trouble__en {
    font-size: 1.4375rem;
    margin-left: 60px;
  }
  .p-trouble__box {
    background-image: url("../../../../img/lp_ad/02__standard/trouble_bg_2_sp.png");
    padding: 40px 24px 60px;
  }
  .p-trouble__box::after {
    width: 6px;
    height: 38px;
    left: 50%;
    bottom: -18px;
  }
  .p-trouble__text .text_1 {
    font-size: 1.375rem;
  }
  .p-trouble__text .text_1 span::after {
    height: 8px;
  }
  .p-trouble__text .text_2 {
    font-size: 1rem;
    line-height: 1.4;
  }
  .p-trouble__text .text_2 .u-lg {
    font-size: 1.25rem;
  }
  .p-trouble__text .text_2 .has-border {
    font-size: 1.675rem;
  }
  .p-trouble__text .text_2 .has-border::after {
    height: 20px;
  }
  .p-trouble__text .c-fBox {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
  }
  .p-trouble__list li {
    font-size: 0.9375rem;
  }
  .p-trouble__list li:not(:last-child) {
    margin-bottom: 14px;
  }
  .p-trouble__list li::before {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
  .p-choices__block {
    margin-top: 50px;
  }
  .p-choices__block .img__block {
    width: 112%;
    top: -5%;
    left: -8%;
  }
  .p-choices__block .text__block {
    width: 55%;
    margin: 0 0 0 auto;
  }
  .p-choices__block .text_1 {
    font-size: 1rem;
    gap: 5px;
    margin-bottom: 12px;
  }
  .p-choices__block .text_1 span {
    line-height: 1.4;
  }
  .p-choices__block .text_1 .u-sp {
    display: inline-block;
  }
  .p-choices__block .text_1 .u-pc {
    display: none;
  }
  .p-choices__block .ttl__block p {
    font-size: 1rem;
  }
  .p-choices__block .ttl__block .text__lg {
    font-size: 3.25rem;
    line-height: 0.9;
    margin-bottom: 0;
  }
  .p-choices__block .ttl__block .wrap::before, .p-choices__block .ttl__block .wrap::after {
    font-size: 3.25rem;
    position: absolute;
    line-height: 1;
  }
  .p-choices__block .ttl__block .wrap::before {
    -ms-transform: none;
        transform: none;
    top: -8%;
    left: -1.5%;
  }
  .p-choices__block .ttl__block .wrap::after {
    -ms-transform: none;
        transform: none;
    bottom: -28%;
    right: 0;
  }
  .p-choices__block .ttl__block .u-en {
    font-size: 4rem;
  }
  .p-choices__block .ttl__block .sm {
    font-size: 3rem;
  }
  .p-chouices__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
  }
  .p-chouices__list .item {
    width: 100%;
    padding: 20px 32px;
    gap: 12px;
  }
  .p-chouices__list .item::before {
    -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 6%);
            clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 6%);
  }
  .p-chouices__list figure {
    width: 45%;
    min-height: 94px;
  }
  .p-chouices__list figure img {
    height: 100%;
    width: auto;
  }
  .p-chouices__list .ttl {
    font-size: 1.4375rem;
  }
  .p-chouices__list .desc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
/* ---------------------------------------------
  advisor
  --------------------------------------------- */
.p-advisor {
  position: relative;
  overflow: hidden;
  background-color: #141344;
  padding-bottom: 8.125rem;
}
.p-advisor::before {
  content: "";
  display: block;
  width: 57.15vw;
  height: 57.15vw;
  border-radius: 50%;
  background: radial-gradient(circle, #2c429c 0%, rgba(44, 66, 156, 0) 46%);
  position: absolute;
  top: -30vw;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-advisor .l-wrap {
  max-width: 1180px;
}

.p-advisor__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin-top: -1rem;
}
.p-advisor__heading .en {
  font-family: "Times New Roman", sans-serif;
  font-size: 14rem;
  color: #ffffff;
  opacity: 0.1;
  font-weight: 400;
  line-height: 0.8;
}
.p-advisor__heading .ja {
  font-family: "Noto Serif", serif;
  font-size: 3.125rem;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.swiper-button-next,
.swiper-button-prev {
  top: 59%;
  width: 3.75rem;
  height: 3.75rem;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  display: inline-block;
  width: 3.75rem;
  height: 3.75rem;
  background: url("../../../../img/lp_ad/02__standard/icon_arrow.svg") no-repeat center/100%;
}

.swiper-button-next {
  right: -2.5rem;
}

.swiper-button-prev {
  left: -2.5rem;
}
.swiper-button-prev::after {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

.p-advisor__slider {
  margin-top: 6.25rem;
  position: relative;
}

.p-advisor__slider {
  overflow: initial;
}
.p-advisor__slider .swiper-slide {
  height: auto;
  max-width: 550px;
}

.p-advisor__item {
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  box-shadow: 10px 20px 10px rgba(0, 0, 38, 0.2);
}
.p-advisor__item > * {
  position: relative;
  z-index: 1;
}
.p-advisor__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2a3875;
  -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 4%);
          clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 4%);
  z-index: 0;
}
.p-advisor__item a {
  display: block;
}
.p-advisor__item .advisor__img {
  position: absolute;
  bottom: -4.375rem;
  right: -3.75rem;
  width: 40%;
  height: 37.5rem;
  width: auto;
}
.p-advisor__item .advisor__img img {
  height: 100%;
  width: auto;
}
.p-advisor__item .advisor__ttl {
  font-size: 1.85rem;
  border-bottom: 1px solid #fff;
  padding: 3.5rem 1.25rem 1.875rem 2.5rem;
  color: #fff;
}
.p-advisor__item .p-advisor__detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 20px 2.5rem 60px;
  position: relative;
  z-index: 2;
}
.p-advisor__item .advisor__prof {
  font-weight: 500;
  margin-bottom: 16px;
}
.p-advisor__item .advisor__prof .post {
  font-size: 1rem;
  color: #8c7f56;
  margin-bottom: 8px;
  font-family: "Noto Serif", serif;
}
.p-advisor__item .advisor__prof .name {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 24px;
  font-family: "Noto Serif", serif;
}
.p-advisor__item .advisor__prof .name .ja {
  font-size: 2.25rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.p-advisor__item .advisor__prof .name .en {
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.p-advisor__item .advisor__license {
  width: 100%;
  max-width: 340px;
  margin-bottom: 30px;
}
.p-advisor__item .advisor__license p {
  font-family: "Noto Serif", serif;
  font-size: 1.5rem;
  color: #fff;
  -ms-transform: translateX(-10px);
      transform: translateX(-10px);
  font-weight: 600;
}
.p-advisor__item .advisor__license .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 5px;
  margin-top: 6px;
  font-family: "Noto Sans JP", serif;
}
.p-advisor__item .advisor__license .list li {
  background-color: #fff;
  color: #1b244a;
  font-size: 1rem;
  border-radius: 30px;
  padding: 0 20px;
}
.p-advisor__item .advisor__desc {
  color: #fff;
  font-size: 1rem;
  line-height: 1.7;
  width: 66%;
  max-width: 250px;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", serif;
}
.p-advisor__item .advisor__more {
  font-family: "Noto Serif", serif;
  font-size: 1.5rem;
  color: #8c7f56;
  display: block;
  width: 100%;
  max-width: 15.625rem;
  position: relative;
  line-height: 1.2;
  margin-top: auto;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.p-advisor__item .advisor__more::after {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  background: url("../../../../img/lp_ad/02__standard/advisor_arrow.svg") no-repeat bottom right/100%;
  transition: 0.3s ease;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
}
@media (hover: hover) {
  .p-advisor__item .advisor__more:hover::after {
    -ms-transform: scale(1.05, 1);
        transform: scale(1.05, 1);
  }
}

.p-advisor__btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 88%;
  max-width: 560px;
  height: 90px;
  margin: 10rem auto 0;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  position: relative;
  color: #fff;
  font-family: "Noto Serif", serif;
  transition: 0.3s ease;
}
.p-advisor__btn a::after {
  content: "";
  display: block;
  width: 100px;
  height: 14px;
  background: url("../../../../img/lp_ad/02__standard/arrow_2.svg") no-repeat top right/100%;
  position: absolute;
  top: 50%;
  right: -50px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-advisor__btn a:hover {
    background-color: #fff;
    color: #1b244a;
  }
}

@media screen and (max-width: 767px) {
  .p-advisor {
    padding-bottom: 60px;
  }
  .p-advisor::before {
    width: 150vw;
    height: 150vw;
    top: -90vw;
  }
  .p-advisor .l-wrap {
    width: calc(100% - 60px);
  }
  .p-advisor__heading {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .p-advisor__heading .en {
    font-size: 4.6875rem;
  }
  .p-advisor__heading .ja {
    font-size: 1.675rem;
    letter-spacing: 0;
    bottom: -24%;
    white-space: nowrap;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 54%;
    width: 30px;
    height: 30px;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    content: "";
    width: 30px;
    height: 30px;
  }
  .swiper-button-next {
    right: -15px;
  }
  .swiper-button-prev {
    left: -15px;
  }
  .p-advisor__slider {
    margin-top: 40px;
  }
  .p-advisor__slider {
    max-width: 420px;
  }
  .p-advisor__slider .swiper-slide {
    max-width: 100%;
  }
  .p-advisor__item {
    height: 100%;
  }
  .p-advisor__item .advisor__img {
    bottom: -30px;
    right: -20px;
    height: 21.25rem;
  }
  .p-advisor__item .advisor__ttl {
    font-size: 1.25rem;
    line-height: 1.3;
    padding: 20px 10px 12px 20px;
  }
  .p-advisor__item .p-advisor__detail {
    padding: 20px 24px;
  }
  .p-advisor__item .advisor__prof {
    margin-bottom: 12px;
  }
  .p-advisor__item .advisor__prof .post {
    font-size: 0.875rem;
  }
  .p-advisor__item .advisor__prof .name .ja {
    font-size: 1.675rem;
  }
  .p-advisor__item .advisor__prof .name .en {
    font-size: 0.8125rem;
  }
  .p-advisor__item .advisor__license {
    width: 80%;
    margin-bottom: 12px;
  }
  .p-advisor__item .advisor__license p {
    font-size: 1.125rem;
    -ms-transform: none;
        transform: none;
  }
  .p-advisor__item .advisor__license .list {
    margin-top: 4px;
  }
  .p-advisor__item .advisor__license .list li {
    font-size: 0.875rem;
    padding: 0 10px;
  }
  .p-advisor__item .advisor__desc {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .p-advisor__item .advisor__more {
    font-size: 0.875rem;
    max-width: 250px;
    position: relative;
  }
  .p-advisor__item .advisor__more::after {
    width: 52%;
    height: 6px;
  }
  .p-advisor__btn a {
    width: 88%;
    height: 48px;
    margin: 60px auto 0;
    font-size: 1rem;
  }
  .p-advisor__btn a::after {
    width: 40px;
    height: 8px;
    right: -20px;
  }
}
/* ---------------------------------------------
  reason
  --------------------------------------------- */
.p-reason {
  position: relative;
  overflow: hidden;
  background-color: #000829;
  padding: 4.375rem 0 17.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}
.p-reason::before {
  content: "";
  display: block;
  width: 57.15vw;
  height: 57.15vw;
  border-radius: 50%;
  background: radial-gradient(circle, #2c429c 0%, rgba(44, 66, 156, 0) 46%);
  position: absolute;
  top: -30vw;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-reason .l-wrap {
  position: relative;
}
.p-reason .c-btn a {
  margin-top: 2.5rem;
}

.p-reason__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin-bottom: 3.75rem;
}
.p-reason__heading .en {
  color: #8c7f56;
  font-size: 1.675rem;
  letter-spacing: 0.15em;
  margin-bottom: 16px;
}
.p-reason__heading .ja {
  color: #fff;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
}
.p-reason__heading .ja .lg {
  font-size: 4rem;
}

.p-reason__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 56px;
  position: relative;
  padding-top: 11.25rem;
}
.p-reason__block:not(:last-child) {
  margin-bottom: 5rem;
}
.p-reason__block .p-reason__img {
  width: 80vw;
  max-width: 100rem;
  margin-right: calc(50% - 50vw);
  position: absolute;
  top: 0;
  right: 0;
}
.p-reason__block .p-reason__text {
  width: 80%;
  max-width: 900px;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 8, 41, 0.85);
  padding: 64px 50px 80px;
}
.p-reason__block .p-reason__text::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #8c7f56;
  position: absolute;
  top: 0;
  right: calc(100% - 30px);
}
.p-reason__block .p-reason__text .reason__en {
  font-size: 2.8125rem;
  font-style: italic;
  line-height: 0.8;
  position: absolute;
  top: -4.375rem;
  left: 50px;
  color: #8c7f56;
}
.p-reason__block .p-reason__text .reason__en .num {
  font-size: 6.875rem;
}
.p-reason__block .p-reason__text .ttl {
  color: #fff;
  font-size: 2.75rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.p-reason__block .p-reason__text .desc {
  color: #fff;
  line-height: 1.9;
  font-size: 1rem;
}
.p-reason__block .p-reason__text .results__block {
  margin-top: 30px;
}
.p-reason__block .p-reason__text .results__block .results__ttl {
  color: #8c7f56;
  font-size: 1.5rem;
  font-family: "Noto Serif", serif;
}
.p-reason__block .p-reason__text .results__block .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.p-reason__block .p-reason__text .results__block .list li {
  font-size: 1.375rem;
  text-align: center;
  color: #fff;
  background-color: #8c7f56;
  border-radius: 5px;
  padding: 2px 8px;
  letter-spacing: 0;
}
.p-reason__block:nth-child(even) .p-reason__img {
  margin: 0;
  margin-left: calc(50% - 50vw);
  right: initial;
  left: 0;
}
.p-reason__block:nth-child(even) .p-reason__text {
  margin: 0 0 0 auto;
}
.p-reason__block:nth-child(even) .p-reason__text::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #8c7f56;
  position: absolute;
  top: 0;
  right: initial;
  left: calc(100% - 30px);
}
.p-reason__block:nth-child(even) .p-reason__text .reason__en {
  left: initial;
  right: 50px;
  color: #8c7f56;
}
.p-reason__block:nth-child(2) .p-reason__text {
  padding-left: 6.25rem;
  position: relative;
}
.p-reason__block:nth-child(2) .p-reason__text .fig {
  width: 45%;
  max-width: 28.125rem;
  position: absolute;
  top: -30%;
  left: -24%;
}
.p-reason__block:nth-child(2) .p-reason__text .list li {
  min-width: 8.75rem;
}
.p-reason__block:nth-child(3) .p-reason__text picture {
  display: inline-block;
  max-width: 740px;
  margin-top: 40px;
}
.p-reason__block:nth-child(4) .p-reason__text {
  padding-left: 6.25rem;
}
.p-reason__block:nth-child(4) .p-reason__text figure {
  display: inline-block;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-reason {
    padding: 30px 0 80px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%);
  }
  .p-reason::before {
    width: 150vw;
    height: 150vw;
    top: -100vw;
  }
  .p-reason .c-btn {
    margin-top: 20px;
  }
  .p-reason__heading {
    margin-bottom: 1.125rem;
  }
  .p-reason__heading .en {
    font-size: 1rem;
  }
  .p-reason__heading .ja {
    font-size: 1rem;
  }
  .p-reason__heading .ja .lg {
    font-size: 1.85rem;
  }
  .p-reason__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-reason__block:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-reason__block .p-reason__img {
    width: 100vw;
    margin-left: 24px;
    position: static;
  }
  .p-reason__block .p-reason__text {
    width: 100%;
    max-width: 700px;
    padding: 30px 10px 30px 0;
    margin-top: -120px;
  }
  .p-reason__block .p-reason__text::before {
    right: 101%;
    height: 1px;
  }
  .p-reason__block .p-reason__text .reason__en {
    font-size: 1.5625rem;
    top: -9%;
    left: 0;
  }
  .p-reason__block .p-reason__text .reason__en .num {
    font-size: 3.75rem;
  }
  .p-reason__block .p-reason__text .ttl {
    font-size: 1.4375rem;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .p-reason__block .p-reason__text .desc {
    line-height: 1.5;
    font-size: 0.875rem;
  }
  .p-reason__block .p-reason__text .results__block {
    margin-top: 10px;
  }
  .p-reason__block .p-reason__text .results__block .results__ttl {
    font-size: 1.125rem;
  }
  .p-reason__block .p-reason__text .results__block .list {
    margin-top: 5px;
  }
  .p-reason__block .p-reason__text .results__block .list li {
    font-size: 1rem;
    border-radius: 2px;
    padding: 0 5px;
  }
  .p-reason__block:nth-child(even) .p-reason__text {
    margin-top: -120px;
  }
  .p-reason__block:nth-child(even) .p-reason__text::before {
    height: 1px;
    left: 100%;
  }
  .p-reason__block:nth-child(even) .p-reason__text .reason__en {
    top: -11%;
    right: 10px;
  }
  .p-reason__block:nth-child(2) .p-reason__text {
    padding-left: 30px;
  }
  .p-reason__block:nth-child(2) .p-reason__text .reason__en {
    top: -12%;
  }
  .p-reason__block:nth-child(2) .p-reason__text .fig {
    width: 40%;
    max-width: 150px;
    position: absolute;
    top: -32%;
    left: -7%;
  }
  .p-reason__block:nth-child(2) .p-reason__text .list {
    gap: 5px;
  }
  .p-reason__block:nth-child(2) .p-reason__text .list li {
    width: calc(33.3333333333% - 5px);
    min-width: initial;
    padding: 0;
    text-align: center;
  }
  .p-reason__block:nth-child(3) .p-reason__text img {
    width: 94%;
  }
  .p-reason__block:nth-child(3) .p-reason__text picture {
    margin-top: 20px;
  }
  .p-reason__block:nth-child(4) .p-reason__text {
    padding-left: 24px;
    padding-right: 0;
  }
  .p-reason__block:nth-child(4) .p-reason__text figure {
    margin-top: 20px;
  }
}
/* ---------------------------------------------
  voice
  --------------------------------------------- */
.p-voice {
  background-color: #e8e8e2;
  position: relative;
  z-index: 1;
  padding: 2.5rem 0 6.25rem;
  overflow: hidden;
}
.p-voice .l-wrap {
  position: relative;
  max-width: 1120px;
}

.p-voice__heading {
  font-size: 2.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
}
.p-voice__heading .en {
  font-size: 14.875rem;
  color: #8392d4;
  opacity: 0.2;
  line-height: 0.8;
  letter-spacing: 0;
}
.p-voice__heading .ja {
  width: 100%;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 3%;
  left: 50%;
  line-height: 1.2;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-voice__heading .ja .lg {
  font-size: 4rem;
}

.p-voice__slider {
  overflow: initial;
}
.p-voice__slider .swiper-button-next,
.p-voice__slider .swiper-button-prev {
  top: 49%;
}
.p-voice__slider .swiper-button-next {
  right: -1.875rem;
}
.p-voice__slider .swiper-button-prev {
  left: -2.5rem;
}
.p-voice__slider .swiper-slide {
  height: auto;
  max-width: 530px;
}
.p-voice__slider .p-voice__block {
  height: 100%;
  background-color: #fff;
  box-shadow: 10px 20px 10px rgba(0, 0, 38, 0.2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.p-voice__slider .p-voice__block .p-voice__img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.p-voice__slider .p-voice__text {
  padding: 30px 40px 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.p-voice__slider .p-voice__text .ttl {
  font-size: 1.675rem;
  line-height: 1.4;
  font-weight: 600;
  color: #1b244a;
  margin-bottom: 2.5rem;
}
.p-voice__slider .p-voice__text .wrap {
  margin-top: auto;
}
.p-voice__slider .p-voice__text dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 8px;
  padding-bottom: 12px;
}
.p-voice__slider .p-voice__text dl:not(:last-of-type) {
  margin-bottom: 24px;
  border-bottom: 1px solid #e3e3e3;
}
.p-voice__slider .p-voice__text dl:nth-of-type(3) dt {
  -webkit-clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
}
.p-voice__slider .p-voice__text dl dt {
  font-size: 1rem;
  line-height: 1.2;
  background-color: #314085;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  color: #fff;
  padding: 2px 24px 2px 8px;
}
.p-voice__slider .p-voice__text dl dd {
  font-size: 1rem;
  font-family: "Noto Sans JP", serif;
}

.p-voice__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 88%;
  max-width: 345px;
  height: 50px;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 30px auto 0;
  border: 1px solid #314085;
  position: relative;
  color: #314085;
  font-family: "Noto Serif", serif;
  transition: 0.3s ease;
}
.p-voice__btn::after {
  content: "";
  display: block;
  width: 50px;
  height: 14px;
  background: url("../../../../img/lp_ad/02__standard/arrow_3.svg") no-repeat top right/100%;
  position: absolute;
  top: 50%;
  right: -25px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media (hover: hover) {
  .p-voice__btn:hover {
    background-color: #314085;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-voice {
    padding: 30px 0 60px;
  }
  .p-voice .l-wrap {
    width: calc(100% - 60px);
  }
  .p-voice__heading {
    margin-bottom: 30px;
  }
  .p-voice__heading .en {
    font-size: 7.125rem;
  }
  .p-voice__heading .ja {
    font-size: 1rem;
    top: 2%;
  }
  .p-voice__heading .ja .lg {
    font-size: 2.6875rem;
  }
  .p-voice__slider {
    max-width: 530px;
  }
  .p-voice__slider .swiper-button-next {
    right: -15px;
  }
  .p-voice__slider .swiper-button-prev {
    left: -15px;
  }
  .p-voice__slider .swiper-slide {
    max-width: 100%;
  }
  .p-voice__slider .p-voice__text {
    padding: 24px 22px 30px;
  }
  .p-voice__slider .p-voice__text .ttl {
    font-size: 1.125rem;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .p-voice__slider .p-voice__text dl {
    gap: 5px;
    padding-bottom: 10px;
  }
  .p-voice__slider .p-voice__text dl:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .p-voice__slider .p-voice__text dl:last-of-type {
    border-bottom: none;
  }
  .p-voice__slider .p-voice__text dl dt {
    font-size: 0.875rem;
    padding: 2px 12px 2px 8px;
    line-height: 1.2;
  }
  .p-voice__slider .p-voice__text dl dd {
    font-size: 0.875rem;
  }
  .p-voice__btn {
    max-width: 345px;
    height: 34px;
    font-size: 0.9375rem;
    margin: 16px auto 0;
  }
  .p-voice__btn::after {
    width: 36px;
    height: 10px;
    right: -16px;
  }
}
/* ---------------------------------------------
  feature
  --------------------------------------------- */
.p-feature {
  background: #1b244a;
  padding: 13.75rem 0 0;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
}
.p-feature::before {
  content: "";
  display: block;
  width: 57.15vw;
  height: 57.15vw;
  border-radius: 50%;
  background: radial-gradient(circle, #2c429c 0%, rgba(44, 66, 156, 0) 46%);
  position: absolute;
  top: -30vw;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-feature::after {
  content: "";
  display: block;
  width: 100%;
  height: 38%;
  background: url("../../../../img/lp_ad/02__standard/feature_bg.png") no-repeat top center/cover;
  position: absolute;
  bottom: -2%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 0;
  mix-blend-mode: soft-light;
}
.p-feature .l-wrap {
  position: relative;
  z-index: 1;
}

.p-feature__heading {
  text-align: center;
  margin-bottom: 3.375rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.p-feature__heading .u-en {
  color: #8c7f56;
  font-size: 1.675rem;
  letter-spacing: 0.15em;
}
.p-feature__heading .ja {
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.1em;
}
.p-feature__heading .ja .sm {
  font-size: 3.75rem;
}

.p-feature__block {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-feature__block:not(:last-child) {
  margin-bottom: 7.5rem;
}
.p-feature__block .p-feature__img {
  position: absolute;
}
.p-feature__block .p-feature__text {
  width: 71.4%;
  background-color: #2a3875;
  box-shadow: 10px 20px 10px rgba(0, 0, 38, 0.2);
  color: #fff;
  padding: 4rem;
}
.p-feature__block .p-feature__text .ttl {
  color: #fff;
  font-size: 2.125rem;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding-bottom: 24px;
  margin-bottom: 34px;
}
.p-feature__block .p-feature__text .desc {
  font-size: 1rem;
  letter-spacing: 0.01em;
  line-height: 1.9;
}
.p-feature__block .p-feature__text .note {
  font-size: 1rem;
  margin-top: 20px;
}
.p-feature__block:first-child .p-feature__img {
  width: 54%;
  max-width: 33.625rem;
  top: -3%;
  right: -3%;
}
.p-feature__block:first-child .p-feature__text {
  padding-right: 13.125rem;
}
.p-feature__block:nth-child(2) .p-feature__img {
  width: 40%;
  max-width: 28.875rem;
  top: -20%;
  left: 0;
}
.p-feature__block:nth-child(2) .p-feature__text {
  margin: 0 0 0 auto;
  padding-left: 9.375rem;
}
.p-feature__block:nth-child(3) .p-feature__img {
  width: 42%;
  max-width: 29.75rem;
  top: -15%;
  right: -3%;
}
.p-feature__block:nth-child(3) .p-feature__text {
  padding-right: 6.25rem;
}

.p-feature__bottom {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.p-feature__bottom .text {
  width: 78%;
  position: relative;
  z-index: 1;
}
.p-feature__bottom .img {
  position: absolute;
  bottom: 0;
  right: -19%;
  z-index: 0;
  width: 52%;
}

@media screen and (max-width: 767px) {
  .p-feature {
    padding: 70px 0 0;
    -webkit-clip-path: polygon(0 1.8%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 1.8%, 100% 0, 100% 100%, 0% 100%);
  }
  .p-feature::after {
    height: 38%;
  }
  .p-feature .l-wrap {
    width: calc(100% - 50px);
  }
  .p-feature__heading {
    margin-bottom: 30px;
  }
  .p-feature__heading .u-en {
    font-size: 1.125rem;
  }
  .p-feature__heading .ja {
    font-size: 1.5rem;
    letter-spacing: 0.01em;
  }
  .p-feature__heading .ja .sm {
    font-size: 1.675rem;
  }
  .p-feature__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 640px;
    margin: 0 auto;
  }
  .p-feature__block:not(:last-child) {
    margin-bottom: 30px;
  }
  .p-feature__block .p-feature__img {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .p-feature__block .p-feature__img img {
    width: 100%;
  }
  .p-feature__block .p-feature__text {
    width: 100%;
    padding: 56px 24px 30px;
    position: relative;
    z-index: 0;
    margin-top: -36px;
  }
  .p-feature__block .p-feature__text .ttl {
    font-size: 1.4375rem;
    line-height: 1.3;
    padding-bottom: 20px;
    margin-bottom: 16px;
  }
  .p-feature__block .p-feature__text .desc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .p-feature__block .p-feature__text .note {
    font-size: 0.75rem;
    margin-top: 16px;
  }
  .p-feature__block:first-child .p-feature__img {
    width: 100%;
    max-width: 600px;
    margin: 0 0 0 auto;
    -ms-transform: scale(1.04);
        transform: scale(1.04);
    right: 1%;
  }
  .p-feature__block:first-child .p-feature__text {
    padding-right: 24px;
  }
  .p-feature__block:nth-child(2) .p-feature__img {
    width: 100%;
    max-width: 600px;
    margin: 0 0 0 auto;
  }
  .p-feature__block:nth-child(2) .p-feature__img img {
    width: 100%;
  }
  .p-feature__block:nth-child(2) .p-feature__text {
    margin-top: -20px;
    padding-left: 24px;
  }
  .p-feature__block:nth-child(3) .p-feature__img {
    width: 88%;
    max-width: 524px;
    margin: 0 0 0 auto;
  }
  .p-feature__block:nth-child(3) .p-feature__text {
    padding-right: 24px;
  }
  .p-feature__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 0;
    gap: 20px;
  }
  .p-feature__bottom .text {
    width: 100%;
  }
  .p-feature__bottom .img {
    width: 100vw;
    position: static;
    margin-left: calc(50% - 50vw);
  }
  .p-feature__bottom .img img {
    max-width: 100vw;
  }
}
/* ---------------------------------------------
  price
  --------------------------------------------- */
.p-price {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 6.25rem 0;
  overflow: hidden;
}
.p-price::before {
  content: "";
  display: block;
  width: 100%;
  height: 55%;
  background: url("../../../../img/lp_ad/02__standard/price_bg.png") no-repeat bottom center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
.p-price .l-wrap {
  position: relative;
  z-index: 1;
  max-width: 1140px;
}

.p-price__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
}
.p-price__heading .en {
  font-size: 14.875rem;
  color: #8c7f56;
  opacity: 0.2;
  line-height: 0.8;
}
.p-price__heading .ja {
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  width: 100%;
  position: absolute;
  top: 4%;
  left: 50%;
  line-height: 1.2;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.p-price__block {
  max-width: 1100px;
  margin: 0 auto 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-price__block .p-price__text {
  width: 50%;
  padding-left: 1.25rem;
}
.p-price__block .p-price__text p {
  font-size: 1rem;
}
.p-price__block .p-price__img {
  width: 50%;
  -ms-transform: translate(5%, -5%);
      transform: translate(5%, -5%);
}
.p-price__block .p-price__img img {
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 38, 0.1));
}

.p-price__graph .note {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-right: 3.125rem;
  margin: 0 0 0 auto;
  margin-top: 1.875rem;
  max-width: 700px;
}
.p-price__graph .note p {
  font-size: 1rem;
}

.p-price__btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, rgb(255, 174, 0) 0%, rgb(232, 117, 16) 100%);
  width: 80%;
  max-width: 470px;
  height: 88px;
  margin: 3.125rem auto 0;
  font-size: 1.5rem;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  border: 1px solid #b85d0d;
  border-radius: 5px;
  box-shadow: 0 5px 9px rgba(43, 19, 1, 0.2);
  transition: 0.3s ease;
}
.p-price__btn a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
@media (hover: hover) {
  .p-price__btn a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-price {
    padding: 40px 0 60px;
  }
  .p-price::before {
    height: 90%;
  }
  .p-price__heading {
    margin-bottom: 20px;
  }
  .p-price__heading .en {
    font-size: 6.5625rem;
  }
  .p-price__heading .ja {
    font-size: 1.85rem;
    top: 2%;
  }
  .p-price__block {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 24px;
    margin-bottom: 28px;
  }
  .p-price__block .p-price__text {
    width: auto;
    padding: 0 10px;
  }
  .p-price__block .p-price__text p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .p-price__block .p-price__img {
    width: auto;
    max-width: 96%;
    -ms-transform: none;
        transform: none;
  }
  .p-price__graph .note {
    padding-right: 0;
    margin-top: 12px;
  }
  .p-price__graph .note p {
    font-size: 0.75rem;
    text-indent: -12px;
    padding-left: 12px;
    line-height: 1.5;
  }
  .p-price__btn a {
    width: 80%;
    height: 50px;
    margin: 30px auto 0;
    font-size: 1.125rem;
  }
  .p-price__btn a::after {
    width: 10px;
    height: 10px;
  }
}
/* ---------------------------------------------
  flow
  --------------------------------------------- */
.p-flow {
  background-color: #1a1a1a;
  position: relative;
  z-index: 1;
  padding: 0 0 6.875rem;
  overflow: hidden;
}
.p-flow::before {
  content: "";
  display: block;
  width: 130vw;
  height: 130vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(79, 74, 68) 0%, rgba(79, 74, 68, 0) 50%);
  position: absolute;
  top: -30vw;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-flow .l-wrap {
  position: relative;
}
.p-flow .lead {
  font-size: 1rem;
  text-align: center;
  color: #fff;
}
.p-flow .text__bottom {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-top: 4.375rem;
  line-height: 2.2;
  letter-spacing: 0.01em;
}
.p-flow .text__bottom .u-bg {
  font-size: 1.6875rem;
  background-color: #8c7f56;
  display: inline-block;
  line-height: 1.2;
  padding: 0 4px;
}

.p-flow__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  margin-top: -1.125rem;
  margin-bottom: 20px;
}
.p-flow__heading .en {
  font-size: 14.3125rem;
  color: #8c7f56;
  opacity: 0.2;
  line-height: 0.8;
}
.p-flow__heading .ja {
  font-size: 4rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  width: 100%;
  text-align: center;
  color: #fff;
}

.p-flow__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
  margin-top: 3.75rem;
}
.p-flow__list li {
  width: calc(25% - 14px);
  max-width: 270px;
  min-height: 18.75rem;
  background-color: #54524a;
  box-shadow: 10px 20px 10px rgba(0, 0, 38, 0.2);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 4.375rem 10px 20px;
}
.p-flow__list li:not(:last-child)::after {
  content: "";
  display: block;
  width: 32px;
  height: 38px;
  background: url("../../../../img/lp_ad/02__standard/flow_arrow.svg") no-repeat top right/100%;
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.6));
  position: absolute;
  top: 44%;
  right: -24px;
  z-index: 1;
}
.p-flow__list li:nth-child(5)::before {
  content: "";
  display: block;
  width: 32px;
  height: 38px;
  background: url("../../../../img/lp_ad/02__standard/flow_arrow.svg") no-repeat top right/100%;
  filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.6));
  position: absolute;
  top: 44%;
  left: -20px;
  z-index: 1;
}
.p-flow__list li .num {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #8c7f56;
  color: #fff;
  font-size: 2.6875rem;
  line-height: 1;
  border-radius: 0 0 10px 0;
  padding: 10px;
}
.p-flow__list li img {
  display: inline-block;
  filter: drop-shadow(5px 5px 12px rgba(0, 0, 0, 0.2));
}
.p-flow__list li .ttl {
  text-align: center;
  font-size: 1.6875rem;
  color: #fff;
  font-weight: 600;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .p-flow {
    padding: 0 0 40px;
  }
  .p-flow::before {
    top: -50vw;
    left: 50%;
  }
  .p-flow .l-wrap {
    width: calc(100% - 50px);
  }
  .p-flow .lead {
    font-size: 0.875rem;
    line-height: 1.3;
  }
  .p-flow .text__bottom {
    font-size: 0.875rem;
    margin-top: 30px;
    line-height: 1.7;
  }
  .p-flow .text__bottom .u-bg {
    font-size: 1rem;
  }
  .p-flow__heading {
    margin-top: -0.375rem;
    margin-bottom: 16px;
  }
  .p-flow__heading .en {
    font-size: 6.25rem;
  }
  .p-flow__heading .ja {
    font-size: 1.85rem;
    line-height: 1.2;
  }
  .p-flow__list {
    gap: 10px;
    margin-top: 36px;
  }
  .p-flow__list li {
    width: calc(50% - 5px);
    max-width: 100%;
    min-height: 10.9375rem;
    padding: 40px 10px 20px;
  }
  .p-flow__list li:not(:last-child)::after {
    width: 16px;
    height: 20px;
    right: -18px;
  }
  .p-flow__list li:nth-child(5)::before {
    display: none;
  }
  .p-flow__list li .num {
    font-size: 1.5625rem;
    padding: 8px;
  }
  .p-flow__list li img {
    width: 40%;
  }
  .p-flow__list li .ttl {
    font-size: 1rem;
  }
}
/* ---------------------------------------------
  contact
  --------------------------------------------- */
.p-contact {
  padding: 5.25rem 0 7.5rem;
  position: relative;
  overflow: hidden;
  background-color: #efefef;
}
.p-contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: url("../../../../img/lp_ad/02__standard/contact_bg.png") no-repeat bottom center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
.p-contact .l-wrap {
  position: relative;
}

.p-contact__head {
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.p-contact__head .item:first-child {
  width: 54%;
  position: relative;
}
.p-contact__head .item:first-child::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #1a1a1a;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: rotate(20deg);
      transform: rotate(20deg);
}
.p-contact__head .item:last-child {
  width: 42%;
  max-width: 500px;
}
.p-contact__head .c-ttl {
  margin-bottom: 20px;
}
.p-contact__head .c-ttl .ja {
  font-size: 1.625rem;
  letter-spacing: 0.1em;
}
.p-contact__head .c-ttl .en {
  font-size: 6.9375rem;
  line-height: 1;
}
.p-contact__head .lead {
  font-size: 1rem;
}
.p-contact__head .hours {
  font-size: 2.25rem;
  border: 1px solid #504c47;
  border-radius: 5px;
  text-align: center;
  line-height: 1.2;
  margin-top: 24px;
}

.p-contact__form {
  margin: 0 auto;
}
.p-contact__form dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.25rem;
  margin: 0 auto;
}
.p-contact__form dl:not(:last-of-type) {
  margin-bottom: 30px;
}
.p-contact__form dl dt {
  font-size: 1.25rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 20px;
  text-align: right;
}
.p-contact__form dl dd {
  font-size: 1rem;
  font-weight: 500;
  width: 63%;
  font-family: "Noto Sans JP", serif;
}

.p-contact__form dl dd.form-select::before {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background-color: #1B2234;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.p-contact__form dl dd.form-radio {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.p-contact__form dl dd.form-radio label {
  width: 48%;
}
.p-contact__form dl dd.form-radio [type=radio] {
  margin-right: 10px;
}
.p-contact__form dl dd.form-radio input {
  padding: .75em
}

@media screen and (max-width: 767px) {
  .p-contact__form dl dd.form-radio label {
    width: 100%;
  }
  .p-contact__form dl dd.form-radio input {
    padding: .75em
  }
}

.p-contact__form dl dd input[type=text],
.p-contact__form dl dd input[type=tel],
.p-contact__form dl dd input[type=email],
.p-contact__form dl dd select,
.p-contact__form dl dd textarea {
  width: 100%;
  padding: 14px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
}
.p-contact__form dl dd ::-moz-placeholder {
  color: #c9c9c9;
}
.p-contact__form dl dd :-ms-input-placeholder {
  color: #c9c9c9;
}
.p-contact__form dl dd ::placeholder {
  color: #c9c9c9;
}
.p-contact__form dl dd input:focus,
.p-contact__form dl dd textarea:focus,
.p-contact__form dl dd select:focus {
  outline: none;
}

.p-contact__form dl dd textarea {
  height: 5rem;
  resize: vertical;
}
.p-contact__form dl dd.form-select {
  position: relative;
}
.p-contact__form dl dd.form-select::before {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background-color: #1B2234;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  pointer-events: none;
}
.p-contact__form dl .form-require,
.p-contact__form dl .form-any {
  font-size: 1.175rem;
  display: inline-block;
  padding: 4px 16px;
  margin-right: 10px;
  font-weight: 700;
  color: #fff;
}
.p-contact__form dl .form-require {
  background-color: #8c7f56;
}
.p-contact__form dl .form-any {
  background-color: #b0b0b0;
}
.p-contact__form dl .form-check {
  display: -ms-flexbox;
  display: flex;
}
.p-contact__form dl .form-check input[type=checkbox] {
  display: none;
}
.p-contact__form dl .form-check .check-block {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
}
.p-contact__form dl .form-check .check-block::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
}
.p-contact__form dl .form-check .check-block::after {
  border-right: 2px solid #2a3875;
  border-bottom: 2px solid #2a3875;
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  opacity: 0;
  position: absolute;
  top: 6px;
  left: 16px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  margin-left: -8px;
}
.p-contact__form dl .form-check input[type=checkbox]:checked + .check-block::after {
  opacity: 1;
}

.p-contact__note {
  width: 90%;
  max-width: 864px;
  margin: 50px 0 0 auto;
}
.p-contact__note p {
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  text-indent: -16px;
  padding-left: 16px;
  line-height: 1.625;
}

.p-contact__btn {
  position: relative;
  margin-top: 4.375rem;
}
.p-contact__btn input,
.p-contact__btn button {
  padding: 23px;
  width: 88%;
  max-width: 500px;
  height: 100%;
  max-height: 72px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  gap: 10px;
  transition: 0.3s ease;
  background: url("../../../../img/lp_ad/02__standard/btn_2.png") no-repeat top center/cover;
  text-indent: -9999px;
  box-shadow: 0 5px 9px rgba(43, 19, 1, 0.2);
}
@media (hover: hover) {
  .p-contact__btn input:hover,
  .p-contact__btn button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__btn input,
  .p-contact__btn button {
    max-height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .p-contact {
    padding: 60px 0;
  }
  .p-contact .l-wrap {
    width: calc(100% - 48px);
  }
  .p-contact__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 24px;
  }
  .p-contact__head .item:first-child {
    width: 100%;
    padding-bottom: 30px;
  }
  .p-contact__head .item:first-child .c-ttl {
    max-width: 500px;
    margin: 0 auto 10px;
  }
  .p-contact__head .item:first-child .lead {
    max-width: 500px;
    margin: 0 auto;
  }
  .p-contact__head .item:first-child::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #1a1a1a;
    position: absolute;
    right: 0;
    top: 100%;
    -ms-transform: none;
        transform: none;
  }
  .p-contact__head .item:last-child {
    width: 100%;
    max-width: 500px;
    padding: 0 12px;
  }
  .p-contact__head .c-ttl {
    margin-bottom: 10px;
  }
  .p-contact__head .c-ttl .ja {
    font-size: 0.9375rem;
  }
  .p-contact__head .c-ttl .en {
    font-size: 3.75rem;
  }
  .p-contact__head .lead {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .p-contact__head .hours {
    font-size: 1.375rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .p-contact__form dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .p-contact__form dl:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .p-contact__form dl dt {
    width: 100%;
    font-size: 0.9375rem;
    text-align: left;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 10px;
  }
  .p-contact__form dl dd {
    width: 100%;
    font-size: 1rem;
  }
  .p-contact__form dl dd input[type=text],
  .p-contact__form dl dd input[type=tel],
  .p-contact__form dl dd input[type=email],
  .p-contact__form dl dd select {
    padding: 10px 16px;
  }
  .p-contact__form dl .form-require,
  .p-contact__form dl .form-any {
    font-size: 0.875rem;
    padding: 4px 12px;
  }
  .p-contact__form dl .form-check .check-block {
    gap: 12px;
  }
  .p-contact__form dl .form-check .check-block::before {
    width: 25px;
    height: 25px;
  }
  .p-contact__note {
    width: 100%;
    margin-top: 30px;
  }
  .p-contact__note p {
    font-size: 0.75rem;
    text-indent: -12px;
    padding-left: 12px;
  }
  .p-contact__btn {
    margin-top: 40px;
  }
  .p-contact__btn input {
    max-width: 280px;
    height: 50px;
    background: url("../../../../img/lp_ad/02__standard/btn_sp.png") no-repeat top center/100%;
  }
}
/* ---------------------------------------------
  media
  --------------------------------------------- */
.p-media {
  padding: 5rem 0 5rem;
  overflow: hidden;
}
.p-media .c-ttl {
  font-size: 3.125rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 50px;
}

.p-media-list {
  transition-timing-function: linear;
}
.p-media-list li {
  width: auto !important;
  height: 5.625rem;
}
.p-media-list li img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-media {
    padding: 40px 0;
  }
  .p-media .c-ttl {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .p-media-list li {
    height: 45px;
  }
}


/* ---------------------------------------------
  side form
  --------------------------------------------- */
.p-side-contact {
  margin: 0;
}
.p-side-contact .l-wrap {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  padding: 1.25rem 1rem 1.5rem;
  overflow: auto;
  background: #E6E5DF;
  z-index: 99999;
}
@media screen and (min-width: 1200px) {
  .page-wrapper {
    display: flex;
  }
  .left-wrapper {
    width: calc(100% - 360px);
  }
  .p-side-contact {
    width: 360px;
    min-width: 360px;
    position: relative;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner {
    width: calc(100% - 40px);
  }
  .p-side-contact {
    display: none;
  }
}

.p-side-contact__head {
  margin-bottom: 20px;
}
.p-side-contact__head .item {
  width: 100%;
  position: relative;
}

.p-side-contact__head .c-ttl {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.p-side-contact__head .c-ttl .ja {
  font-size: .625rem;
  letter-spacing: 0.1em;
}
.p-side-contact__head .c-ttl .en {
  font-size: 1.9375rem;
  line-height: 1;
}
.p-side-contact__head .lead {
  font-size: .75rem;
}
.p-side-contact__head .hours {
  font-size: 1rem;
  border: 1px solid #504c47;
  border-radius: 5px;
  text-align: center;
  line-height: 1.2;
  margin-top: 24px;
}

.p-side-contact__form {
  margin: 0 auto;
}
.p-side-contact__form dl {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: flex-start;
      align-items: flex-start;
  gap: .35rem;
  margin: 0 auto;
}
.p-side-contact__form dl.-check {
  flex-direction: row;
  align-items: center;
}
.p-side-contact__form dl.-check dd {
  width: 35%;
}
.p-side-contact__form dl:not(:last-of-type) {
  margin-bottom: 16px;
}
.p-side-contact__form dl dt {
  font-size: .85rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  /* -ms-flex-pack: end;
      justify-content: flex-end; */
  gap: 10px;
  text-align: right;
}
.p-side-contact__form dl dd {
  font-size: .75rem;
  font-weight: 500;
  width: 100%;
  font-family: "Noto Sans JP", serif;
}

.p-side-contact__form dl dd.form-select::before {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background-color: #1B2234;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.p-side-contact__form dl dd.form-radio {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.p-side-contact__form dl dd.form-radio label {
  width: 48%;
}
.p-side-contact__form dl dd.form-radio [type=radio] {
  margin-right: 4px;
}
.p-side-contact__form dl dd.form-radio input {
  padding: .75em
}

.p-side-contact__form dl dd input[type=text],
.p-side-contact__form dl dd input[type=tel],
.p-side-contact__form dl dd input[type=email],
.p-side-contact__form dl dd select,
.p-side-contact__form dl dd textarea {
  width: 100%;
  padding: 8px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
}
.p-side-contact__form dl dd ::-moz-placeholder {
  color: #c9c9c9;
}
.p-side-contact__form dl dd :-ms-input-placeholder {
  color: #c9c9c9;
}
.p-side-contact__form dl dd ::placeholder {
  color: #c9c9c9;
}
.p-side-contact__form dl dd input:focus,
.p-side-contact__form dl dd textarea:focus,
.p-side-contact__form dl dd select:focus {
  outline: none;
}

.p-side-contact__form dl dd textarea {
  height: 3.5rem;
  resize: vertical;
}
.p-side-contact__form dl dd.form-select {
  position: relative;
}
.p-side-contact__form dl dd.form-select::before {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background-color: #1B2234;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  pointer-events: none;
}
.p-side-contact__form dl .form-require,
.p-side-contact__form dl .form-any {
  font-size: .65rem;
  display: inline-block;
  padding: 2px 6px;
  margin-right: 4px;
  font-weight: 700;
  color: #fff;
}
.p-side-contact__form dl .form-require {
  background-color: #8c7f56;
}
.p-side-contact__form dl .form-any {
  background-color: #b0b0b0;
}
.p-side-contact__form dl .form-check {
  display: -ms-flexbox;
  display: flex;
}
.p-side-contact__form dl .form-check input[type=checkbox] {
  display: none;
}
.p-side-contact__form dl .form-check .check-block {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
}
.p-side-contact__form dl .form-check .check-block::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
}
.p-side-contact__form dl .form-check .check-block::after {
  border-right: 2px solid #2a3875;
  border-bottom: 2px solid #2a3875;
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  opacity: 0;
  position: absolute;
  top: 6px;
  left: 16px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  margin-left: -8px;
}
.p-side-contact__form dl .form-check input[type=checkbox]:checked + .check-block::after {
  opacity: 1;
}

.p-side-contact__note {
  width: 100%;
  max-width: 864px;
  margin: 16px auto;
}
.p-side-contact__note p {
  font-family: "Noto Sans JP", serif;
  font-size: .65rem;
  text-indent: -10px;
  padding-left: 10px;
  line-height: 1.625;
}

.p-side-contact__btn {
  margin-top: 1.375rem;
  position: relative;
}
.p-side-contact__btn input,
.p-side-contact__btn button {
  padding: 20px;
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 45px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  gap: 10px;
  transition: 0.3s ease;
  background: url("../../../../img/lp_ad/02__standard/btn_2.png") no-repeat top center/cover;
  border: 1px solid #694519;
  border-radius: 5px;
  text-indent: -9999px;
  box-shadow: 0 5px 9px rgba(43, 19, 1, 0.2);
}
@media (hover: hover) {
  .p-side-contact__btn input:hover,
  .p-side-contact__btn button:hover {
    opacity: 0.7;
  }
}