@charset "UTF-8";
/*ブレイクポイントを設定*/
/*メディアクエリ用のミックスイン*/
/*  メディアでの表示制御用 */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.0/font/bootstrap-icons.css");
@media screen and (min-width: 767px) {
  .pc {
    display: inherit !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  body {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
}
body #wrapper-navbar {
  display: none;
}

.cl_ye {
  color: #E3D146;
}
.cl_gl {
  color: #B9A041;
}
.cl_re {
  color: #F05A24;
}
.cl_bl {
  color: #06508E;
}

.inline-b {
  display: inline-block;
  width: 100%;
}

.form__box {
  position: relative;
  border: solid 3px #06508E;
  border-radius: 10px;
  padding: 30px 16px 10px;
  font-size: 15px;
  font-weight: 700;
  background-color: #FFF;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .form__box {
    margin-bottom: 35px;
  }
}
.form__box dt {
  padding: 10px;
  border-radius: 30.3px;
  width: 170px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #06508E;
  color: #FFF;
  letter-spacing: 0.06em;
}
.form__box dd {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.714;
}
.form__box-gr {
  border: solid 3px #797979;
}
.form__box-gr dt {
  background-color: #797979;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .form__box-gr dt {
    font-size: 13px;
  }
}
.form__box-gr dd {
  font-size: 14px;
}
.form__box2 {
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
.form__box2 dt {
  padding: 8px 0;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.357;
  border-bottom: solid 1px #555555;
}
@media only screen and (max-width: 767px) {
  .form__box2 dt {
    padding: 4px 0;
    font-size: 14px;
  }
}
.form__box2 dt .ttl {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.form__box2 dd {
  color: #06508E;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.357;
  letter-spacing: 0;
  padding: 11px 10px 4px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .form__box2 dd {
    font-size: 14px;
  }
}
.form__box3 {
  background-color: #FFF;
  padding: 12px 15px 19px;
}
.form__box4 {
  background-color: #FFF;
  margin: 38px 0 44px;
  padding-bottom: 40px;
  position: relative;
  background-image: linear-gradient(135deg, #B9A041 52px, transparent 0);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .form__box4 {
    margin: 45px 18px 40px;
    padding-bottom: 0;
    background-image: linear-gradient(135deg, #B9A041 24px, transparent 0);
  }
}
.form__box4_ttl {
  padding: 25px;
  color: #2A6AA0;
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .form__box4_ttl {
    padding: 12px;
    font-size: 20px;
  }
}
.form__frame_round_bl {
  background-color: #06508E;
  border-radius: 4px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.692;
  color: #FFF;
}
.form__frame_round_gl {
  height: 61px;
  width: 61px;
  border-radius: 50%;
  line-height: 61px;
  text-align: center;
  background: #E3D146;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .form__frame_round_gl {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
}
.form__frame_num {
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .form__frame_num {
    font-size: 20px;
  }
}
.form__cp_w_slash {
  background-image: url(../img/slash_left@2x.png), url(../img/slash_right@2x.png);
  background-position: left 20px center, right 20px center;
  background-size: 31px, 31px;
  background-repeat: no-repeat, no-repeat;
}
.form__cp_c_line {
  position: relative;
  text-align: center;
}
.form__cp_c_line::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  bottom: -3px;
  width: 80px;
  height: 4.5px;
  background-color: #E3D146;
}
@media only screen and (max-width: 767px) {
  .form__cp_c_line::before {
    width: 50px;
    height: 3px;
  }
}
.form__cp_c_line_qa::before {
  height: 9px;
  width: 197px;
}
@media only screen and (max-width: 767px) {
  .form__cp_c_line_qa::before {
    height: 4px;
    width: 88px;
  }
}

.table__result {
  width: 626px;
  margin: 23px auto 22px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  background-color: #fff;
  border-collapse: collapse;
}
@media only screen and (max-width: 767px) {
  .table__result {
    width: 100%;
    margin: 7px 0;
    font-size: 10px;
  }
}
.table__result th,
.table__result td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 8px;
}
@media only screen and (max-width: 767px) {
  .table__result th,
  .table__result td {
    padding: 7px 3px;
  }
}
.table__result thead th {
  background-color: #a2a6a8;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .table__result thead th {
    font-size: 11px;
  }
}
.table__result thead th:nth-child(1) {
  background-color: rgba(0, 0, 0, 0.64);
  width: 107px;
}
@media only screen and (max-width: 767px) {
  .table__result thead th:nth-child(1) {
    width: 67px;
  }
}
.table__result thead th:nth-child(2) {
  background-color: #B9A041;
  width: 210px;
}
@media only screen and (max-width: 767px) {
  .table__result thead th:nth-child(2) {
    width: 108px;
  }
}
.table__result thead th:nth-child(3) {
  width: 154px;
}
@media only screen and (max-width: 767px) {
  .table__result thead th:nth-child(3) {
    width: 85px;
  }
}
.table__result thead th:not(:first-child):not(:last-child) {
  border-right: solid 1px #fff;
}
.table__result tbody {
  font-size: 15px;
  font-weight: 300;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .table__result tbody {
    font-size: 10px;
  }
}
.table__result tbody th {
  font-size: 15px;
  font-weight: 500;
  background-color: #06508e;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .table__result tbody th {
    font-size: 10px;
  }
}
.table__result tbody tr td:nth-of-type(1) {
  font-weight: 600;
  color: #06508e;
}
.table__result tbody tr td:nth-of-type(1) div {
  min-height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table__result tbody tr:not(:last-child) th {
  border-bottom: solid 1px #fff;
}
.table__result tbody tr:not(:last-child) td {
  border-bottom: solid 1px #969696;
}
.table__result tbody td:not(:last-child) {
  border-right: solid 1px #969696;
}
.table__price {
  border-collapse: collapse;
  width: 100%;
  color: #333;
  font-weight: 400;
  line-height: 1.4;
  font-size: 10px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
.table__price th,
.table__price td {
  padding-block: 0.6em 0.4em;
  padding-inline: 0.5em;
  vertical-align: middle;
}
.table__price th {
  font-weight: 700;
}
.table__price .gap {
  width: 5px !important;
  min-width: 5px !important;
  border: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  -webkit-box-shadow: 1px 0 0 0 #707070 inset, -1px 0 0 0 #707070 inset;
          box-shadow: 1px 0 0 0 #707070 inset, -1px 0 0 0 #707070 inset;
}
.table__price :is(th, td):has(+ .gap) {
  border-right: none !important;
}
.table__price .gap + :is(th, td) {
  border-left: none !important;
}
.table__price th:first-child,
.table__price .table-fixed td:first-child {
  position: sticky;
  left: 0;
}
.table__price thead tr:nth-of-type(1) th {
  background-color: #09375a;
  color: #fff;
  font-size: 13px;
}
.table__price thead tr:nth-of-type(1) th:first-child {
  border-right: none;
  border-left: none;
  background-color: #f7f7f7;
}
.table__price thead tr:nth-of-type(1) th:nth-child(2) {
  border-left: none;
}
.table__price thead tr:nth-of-type(2) th {
  border: 1px solid #fff;
  border-bottom: none !important;
  padding-block: 0.5em;
  color: #fff;
}
.table__price thead tr:nth-of-type(2) th:nth-child(1) {
  border-right: none;
  border-left: none;
  background-color: #a3a3a3;
  -webkit-box-shadow: -1px 0 0 0 #fff inset;
          box-shadow: -1px 0 0 0 #fff inset;
  z-index: 1;
}
.table__price thead tr:nth-of-type(2) th:nth-child(2) {
  border-left: none;
}
.table__price thead tr:nth-of-type(2) th:nth-child(2), .table__price thead tr:nth-of-type(2) th:nth-child(5) {
  background-color: #e3981d;
}
.table__price thead tr:nth-of-type(2) th:nth-child(3), .table__price thead tr:nth-of-type(2) th:nth-child(6) {
  background-color: #2b904e;
}
.table__price thead tr:nth-of-type(2) th:nth-child(7) {
  background-color: #056baa;
}
.table__price thead tr:nth-of-type(2) th:nth-child(8) {
  background-color: #5a2bb4;
}
.table__price tbody tr:first-child :is(th, td) {
  border-top: none !important;
}
.table__price tbody th {
  border: 1px solid #707070;
  -webkit-box-shadow: 1px 0 0 0 #707070 inset, -1px 0 0 0 #707070 inset;
          box-shadow: 1px 0 0 0 #707070 inset, -1px 0 0 0 #707070 inset;
  border-right: none;
  border-left: none;
}
.table__price tbody td {
  border: 1px solid #707070;
  padding-block: 12px;
  font-size: 11px;
}
.table__price tbody td .color {
  font-weight: 700;
}
.table__price tbody td:nth-child(2) {
  border-left: none;
}
.table__price tbody td:nth-child(2) .color, .table__price tbody td:nth-child(5) .color {
  color: #e3981d;
}
.table__price tbody td:nth-child(3) .color, .table__price tbody td:nth-child(6) .color {
  color: #2b904e;
}
.table__price tbody td:nth-child(5) {
  border-right: none !important;
}
.table__price tbody td:nth-child(6) {
  border-left: none !important;
  border-right: none !important;
  -webkit-box-shadow: 4px 0 0 0 #2b904e inset, -4px 0 0 0 #2b904e inset;
          box-shadow: 4px 0 0 0 #2b904e inset, -4px 0 0 0 #2b904e inset;
}
.table__price tbody td:nth-child(7) {
  border-left: none !important;
}
.table__price tbody td:nth-child(7) .color {
  color: #056baa;
}
.table__price tbody td:nth-child(8) .color {
  color: #5a2bb4;
}
.table__price tbody tr:nth-child(odd) :is(th, td) {
  background-color: #fff;
}
.table__price tbody tr:nth-child(even) :is(th, td) {
  background-color: #f7f7f7;
}
.table__price tbody tr:last-child td:nth-child(6) {
  background-color: #f7f7f7;
  -webkit-box-shadow: 4px 0 0 0 #2b904e inset, -4px 0 0 0 #2b904e inset, 0 -4px 0 0 #2b904e inset;
          box-shadow: 4px 0 0 0 #2b904e inset, -4px 0 0 0 #2b904e inset, 0 -4px 0 0 #2b904e inset;
}
.table__price .recommend {
  display: inline-block;
  margin-top: -0.1em;
  margin-bottom: 0.3em;
  border: 1px solid #2b904e;
  border-radius: 3em;
  padding-block: 0.3em 0.1em;
  padding-inline: 0.9em;
  background-color: #fff;
  color: #2b904e;
  font-size: 12px;
  line-height: 1.2;
}
.table__price .fz-12 {
  font-size: 12px;
}
.table__price .fz-13 {
  font-size: 13px;
}
.table__price .fz-14 {
  font-size: 14px;
}
.table__price .fz-15 {
  font-size: 15px;
}
.table__price .fz-16 {
  font-size: 16px;
}
.table__service {
  width: 503px;
  margin: 0 auto;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.1;
  border-collapse: collapse;
  white-space: nowrap;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .table__service {
    width: 300px;
    font-size: 9px;
  }
}
.table__service tr:nth-child(2n+1) th {
  background-color: #f2efdb;
}
.table__service tr:nth-child(2n+1) td {
  background-color: #f2efdb;
}
.table__service th {
  padding: 8px;
  font-weight: 500;
}
.table__service td {
  font-weight: 500;
  vertical-align: middle;
}
.table__service td span {
  border-left: solid 1px #707070;
  padding: 4px 10px;
}
.table__wrap {
  margin-top: 15px;
}
.table__th_gray {
  background-color: rbga(0, 0, 0, 0.64);
}
.table__th_gold {
  background-color: #b9a041;
}

.fixedbtns {
  z-index: 30;
}
.fixedbtns__pc {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 3.3810143043vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 130px;
}
@media only screen and (max-width: 767px) {
  .fixedbtns__pc {
    display: none;
  }
}
.fixedbtns__sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .fixedbtns__sp {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
}
.fixedbtns__sp.hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.fixedbtns__list {
  width: 129px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .fixedbtns__list {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.fixedbtns__list_link {
  display: block;
}
.fixedbtns__list_link img {
  max-width: initial;
  width: 100%;
}

.footer {
  background-color: #989595;
  color: #FFF;
  text-align: center;
}
.footer__logo {
  width: 240px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    width: 65%;
    margin: 0 auto 20px;
  }
}
.footer__content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .footer__content {
    padding: 21px 0 100px;
  }
}
.footer__copy {
  font-size: 16px;
  font-weight: 200;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .footer__copy {
    font-size: 10px;
  }
}
.footer__totop {
  width: 47px;
  position: fixed;
  right: 54px;
  bottom: 25px;
  z-index: 90;
}
@media only screen and (max-width: 767px) {
  .footer__totop {
    width: 11.2vw;
    right: 3.73333vw;
    bottom: 28.4vw;
  }
}

.bottom__btns {
  display: none;
}
@media only screen and (max-width: 767px) {
  .bottom__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 10px 10px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    bottom: -100%;
    z-index: 900;
    list-style: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .bottom__btns_item {
    width: 32%;
    margin: 0;
    padding: 0;
  }
  .bottom__btns_link {
    display: block;
    margin: 0;
    padding: 0;
  }
  .bottom__btns.on {
    bottom: 0;
  }
}

/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}

/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 92%; /* これが無いと「overflow:scroll」が利かない */
  max-width: 345px;
  background-image: linear-gradient(135deg, #2A6AA0 24px, transparent 0);
  background-color: #F4F4F4;
  padding: 22px 28px 23px;
  border-radius: 0;
  border: none;
  text-align: left;
  letter-spacing: 0;
}
.modal-content-tr {
  background-image: linear-gradient(135deg, #B9A041 24px, transparent 0);
}

.modal-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.571;
  padding-bottom: 19px;
  color: #333333;
}
.modal-title-tr {
  font-weight: 500;
}

.modal-text {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.833;
  color: #333333;
}

a.js-modal-close {
  position: absolute;
  right: 10px;
  top: 0;
  text-align: center;
  cursor: pointer;
  color: #777777;
}

/* モーダルウィンドウ表示中に本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.lp-top__wrap {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/lp_top_bg_pc.png);
  background-size: cover;
  text-align: center;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .lp-top__wrap {
    background-image: url(../img/lp_top_bg_sp.png);
  }
}
.lp-top__wrap::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.61);
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lp-top__ttl {
  margin: 0 auto;
  padding-top: 61px;
  width: 100%;
  max-width: 620px;
}
@media only screen and (max-width: 767px) {
  .lp-top__ttl {
    margin: 0 auto;
    padding-top: 51px;
    max-width: 304px;
  }
}
.lp-top__ttl_kyutei {
  display: block;
  margin: 65px auto 0;
  max-width: 267px;
}
@media only screen and (max-width: 767px) {
  .lp-top__ttl_kyutei {
    margin: 90px auto 0;
    max-width: 234px;
  }
}
.lp-top__ttl_taiken {
  width: 100%;
  max-width: 362px;
  margin: 55px auto 91px;
}
@media only screen and (max-width: 767px) {
  .lp-top__ttl_taiken {
    max-width: 266px;
    margin: 71px auto 175px;
  }
}
.lp-lead__wrap {
  padding: 60px 0 52px;
  background: url(../img/lp_lead_bg@2x.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .lp-lead__wrap {
    padding: 39px 21px 38px;
  }
}
.lp-lead__ttl {
  margin: 0 auto 35px;
  max-width: 625px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .lp-lead__ttl {
    margin-bottom: 25.5px;
    max-width: 365px;
    gap: 12px;
  }
}
.lp-lead__ttl span {
  display: inline-block;
  padding: 3px 23px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 38px;
  color: #09375A;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media only screen and (max-width: 767px) {
  .lp-lead__ttl span {
    font-size: 20px;
  }
}
.lp-lead__ttl span:nth-of-type(2) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.lp-lead__ttl span:nth-of-type(3) {
  margin-left: 29.5px;
}
@media only screen and (max-width: 767px) {
  .lp-lead__ttl span:nth-of-type(3) {
    margin-left: 0;
  }
}
.lp-lead__text {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 2.13;
}
@media only screen and (max-width: 767px) {
  .lp-lead__text {
    font-size: 12px;
    line-height: 2;
  }
}
.lp-trainer__wrap {
  background-image: url(../img/lp_trainer_bg@2x.png);
  background-size: cover;
  text-align: center;
  padding: 40px 15px;
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lp-trainer__ttl {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .lp-trainer__ttl {
    font-size: 20px;
    margin-bottom: 23px;
  }
}
.lp-trainer__ttl_2 {
  padding: 38px 0;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.666;
  color: #E3D146;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media only screen and (max-width: 767px) {
  .lp-trainer__ttl_2 {
    padding: 24px 0;
    font-size: 15px;
    letter-spacing: 0.2em;
  }
}
.lp-trainer__block, .lp-trainer__block2 {
  display: grid;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .lp-trainer__block, .lp-trainer__block2 {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.lp-trainer__block {
  grid-template-columns: repeat(3, 188px);
}
@media only screen and (max-width: 767px) {
  .lp-trainer__block {
    grid-template-columns: repeat(3, 108px);
  }
}
.lp-trainer__block2 {
  grid-template-columns: repeat(2, 188px);
}
@media only screen and (max-width: 767px) {
  .lp-trainer__block2 {
    grid-template-columns: repeat(2, 108px);
  }
}
.lp-column {
  padding-bottom: 80px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .lp-column {
    padding-bottom: 40px;
  }
}
.lp-column__wrap {
  display: grid;
  grid-auto-flow: row dense;
  grid-template-columns: repeat(2, minmax(auto, -webkit-max-content));
  grid-template-columns: repeat(2, minmax(auto, max-content));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1026px;
  margin-inline: auto;
  padding-block: 31px 41px;
  padding-inline: min(64px, 6.2378167641%);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .lp-column__wrap {
    margin-inline: 16px;
    padding-block: 17px 20px;
    padding-inline: 17px;
  }
}
.lp-column__ttl {
  justify-self: start;
  margin-block: -0.1em;
  color: #06508e;
  font-weight: 700;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .lp-column__ttl {
    font-size: 16px;
  }
}
.lp-column__list {
  grid-column: 1/-1;
  border-top: 1px solid #b2b2b2;
  margin-top: 46px;
  margin-bottom: 0;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .lp-column__list {
    margin-top: 20px;
  }
}
.lp-column__list_item {
  display: block;
  border-bottom: 1px solid #b2b2b2;
}
.lp-column__list_link {
  display: block;
}
.lp-column__list_link:hover {
  background-color: #f1f6fa;
  text-decoration: none;
}
.lp-column__list_entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
  padding-block: 16px;
  padding-inline: 10px;
}
@media only screen and (max-width: 767px) {
  .lp-column__list_entry {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 11px 29px;
    height: auto;
    padding-block: 14px;
  }
}
.lp-column__list_entry_date {
  color: #b2b2b2;
  font-weight: 300;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .lp-column__list_entry_date {
    font-size: 12px;
  }
}
.lp-column__list_entry_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 98px;
  height: 20px;
  margin-left: 5px;
  background-color: #06508e;
  color: #fff;
  font-weight: 300;
  font-size: 11px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp-column__list_entry_cat {
    width: 85px;
    height: 15px;
    margin-left: 0;
    font-size: 10px;
  }
}
.lp-column__list_entry_ttl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-block: -0.3333333333em;
  padding-right: 1em;
  position: relative;
  color: #333;
  font-weight: 300;
  line-height: 1.8333333333;
  font-size: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .lp-column__list_entry_ttl {
    -webkit-line-clamp: 2;
    width: 100%;
    font-size: 12px;
  }
}
.lp-column__list_entry_ttl::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  margin-block: auto;
  border-top: 2px solid #b2b2b2;
  border-right: 2px solid #b2b2b2;
  border-radius: 2px;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  position: absolute;
  right: 0;
  inset-block: 0;
}
.lp-column__btn {
  justify-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 182px;
  min-width: 0;
  height: 40px;
  border-radius: 3px;
  padding-inline: 20px;
  background-color: #06508e;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .lp-column__btn {
    max-width: 127px;
    height: 26px;
    padding-inline: 9px;
    font-size: 10px;
  }
}
.lp-column__btn:hover {
  background-color: #c7c7c7;
  color: #fff;
  text-decoration: none;
}
.lp-advice__wrap {
  padding: 39px 0 53px;
  background: url(../img/lp_advice_bg_pc.png) no-repeat 50% 0;
  background-size: 775px;
  text-align: center;
  color: #FFF;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lp-advice__wrap {
    background: url(../img/lp_advice_bg_sp.png);
    background-size: cover;
    padding: 40px 23px 40px 28px;
  }
}
.lp-advice__wrap::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lp-advice__ttl {
  position: relative;
  z-index: 1;
}
.lp-advice__ttl_recommend {
  font-size: 0;
}
.lp-advice__ttl_recommend span {
  display: block;
  margin-bottom: 7px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .lp-advice__ttl_recommend span {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}
.lp-advice__ttl_line {
  max-width: 389px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .lp-advice__ttl_line {
    max-width: 264px;
  }
}
.lp-advice__ttl_kyutei {
  max-width: 171px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .lp-advice__ttl_kyutei {
    max-width: 163px;
    margin-bottom: 13px;
  }
}
.lp-advice__box {
  position: relative;
  z-index: 1;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 29px auto 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  max-width: 815px;
}
@media only screen and (max-width: 767px) {
  .lp-advice__box {
    font-size: 13px;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    width: auto;
    margin: 13px 0 0;
  }
}
.lp-advice__box li {
  background: url(../img/li_advice.svg) left 0 top 1px no-repeat;
  background-size: 23px auto;
  margin-bottom: 26px;
  padding-left: 32px;
  line-height: 24px;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .lp-advice__box li {
    background: url(../img/li_advice.svg) left 0 top 3px no-repeat;
    background-size: 17px auto;
    margin-bottom: 8px;
    padding-left: 26px;
  }
}
.lp-advice__box_dotline {
  display: inline-block;
  width: 100%;
  border-bottom: dotted 1px;
}
.lp-reason {
  padding: 59px 0 61px;
  background-color: #E0E0E0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp-reason {
    padding: 40px 15px 5px;
  }
}
.lp-reason__wrap {
  max-width: 780px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp-reason__wrap {
    margin: 0;
  }
}
.lp-reason__ttl {
  margin-bottom: 25px;
  color: #09375A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .lp-reason__ttl {
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lp-reason__ttl-before {
  padding: 4px 13px 3px 13px;
  font-size: 22px;
  background: #E3D146;
  border: 1px solid #00435A;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .lp-reason__ttl-before {
    font-size: 19px;
  }
}
.lp-reason__ttl-after {
  margin-left: -34px;
  padding: 10px 31px 8px 52px;
  font-size: 33px;
  background: #fff;
  border: 1px solid #00435A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .lp-reason__ttl-after {
    padding: 16px 21px 6px;
    margin-left: 60px;
    font-size: 23px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.lp-reason__ttl-after span {
  margin-left: 11px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media only screen and (max-width: 767px) {
  .lp-reason__ttl-after span {
    max-width: 86.5px;
  }
}
.lp-reason__text {
  margin-bottom: 15px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .lp-reason__text {
    font-size: 14px;
    text-align: left;
  }
}
.lp-reason__box_wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 703px;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .lp-reason__box_wrap {
    display: block;
  }
}
.lp-reason__box_item_left {
  width: 63%;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .lp-reason__box_item_left {
    width: 100%;
    padding-right: 0;
  }
}
.lp-reason__box_item_right {
  width: 37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .lp-reason__box_item_right {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .lp-reason__time {
    margin-bottom: 45px;
  }
}
.lp-interview {
  background-color: #75addd;
}
.lp-interview__wrap {
  width: calc(100% - 150px);
  max-width: 970px;
  margin: 0 auto;
  padding: 50px 0 60px;
}
@media only screen and (max-width: 767px) {
  .lp-interview__wrap {
    width: auto;
    margin-right: 24px;
    margin-left: 24px;
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
.lp-interview__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lp-interview__head {
    display: block;
  }
}
.lp-interview__ttl {
  padding-left: 0.22em;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.22em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp-interview__ttl {
    padding-left: 0.2em;
    font-size: 20px;
    letter-spacing: 0.2em;
  }
}
.lp-interview__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 132px;
  height: 38px;
  margin: auto 0;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  inset: 0 0 0 auto;
  color: #09375a;
  font-weight: 800;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .lp-interview__more {
    width: 76px;
    height: 27px;
    margin: 17px auto 0;
    position: static;
    font-size: 10px;
  }
}
.lp-interview__more::after {
  content: ">";
  margin-left: 1em;
}
.lp-interview__more:hover {
  background-color: #c7c7c7;
  color: #fff;
  text-decoration: none;
}
.lp-interview__slider {
  margin-top: 40px;
  cursor: -webkit-grab;
  cursor: grab;
}
@media only screen and (max-width: 767px) {
  .lp-interview__slider {
    margin-top: 21px;
  }
}
.lp-interview__slider .slick-arrow {
  width: 33px;
  height: 33px;
  border-radius: 16.5px;
  background-color: #fff;
  margin-top: calc((100% - 66px) / 4 / 226 * 151 / 2);
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .lp-interview__slider .slick-arrow {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 479.98px) {
  .lp-interview__slider .slick-arrow {
    margin-top: calc((100% - 15px) / 2 / 156 * 104 / 2);
  }
}
.lp-interview__slider .slick-arrow::before, .lp-interview__slider .slick-arrow::after {
  content: "";
  display: block;
  width: 14px;
  height: 3px;
  margin: auto;
  border-top: 3px solid #75addd;
  border-radius: 1.5px;
  position: absolute;
  inset: 0;
  -webkit-transform-origin: 1.5px center;
          transform-origin: 1.5px center;
}
@media only screen and (max-width: 767px) {
  .lp-interview__slider .slick-arrow::before, .lp-interview__slider .slick-arrow::after {
    width: 6px;
    height: 1px;
    border-top-width: 2px;
  }
}
.lp-interview__slider .slick-arrow::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.lp-interview__slider .slick-arrow::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lp-interview__slider .slick-arrow:hover {
  background-color: #c7c7c7;
}
.lp-interview__slider .slick-prev {
  right: calc(100% + 20px);
}
@media only screen and (max-width: 767px) {
  .lp-interview__slider .slick-prev {
    right: calc(100% + 4.5px);
  }
}
.lp-interview__slider .slick-next {
  left: calc(100% + 20px);
}
@media only screen and (max-width: 767px) {
  .lp-interview__slider .slick-next {
    left: calc(100% + 4.5px);
  }
}
.lp-interview__slider .slick-next::before, .lp-interview__slider .slick-next::after {
  -webkit-transform-origin: calc(100% - 1.5px) center;
          transform-origin: calc(100% - 1.5px) center;
}
@media only screen and (max-width: 767px) {
  .lp-interview__slider .slick-next::before, .lp-interview__slider .slick-next::after {
    -webkit-transform-origin: calc(100% - 1px) center;
            transform-origin: calc(100% - 1px) center;
  }
}
.lp-interview__slider .slick-list {
  margin: 0 -11px;
}
@media only screen and (max-width: 767px) {
  .lp-interview__slider .slick-list {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
.lp-interview__slider .slick-slide {
  padding: 0 11px;
}
@media only screen and (max-width: 767px) {
  .lp-interview__slider .slick-slide {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
.lp-interview__slider_ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 14.5px;
  font-weight: 300;
  line-height: 26px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .lp-interview__slider_ttl {
    margin-top: 13px;
    line-height: 20px;
    font-size: 12px;
  }
}
.lp-interview__slider_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 188px;
  max-width: 100%;
  height: 41px;
  margin: 19.5px auto 0;
  border-radius: 21px;
  background-color: #09375a;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .lp-interview__slider_btn {
    width: 128px;
    height: 26px;
    margin-top: 8px;
    font-size: 10px;
  }
}
.lp-interview__slider_btn:hover {
  color: #fff;
  background-color: #c7c7c7;
  text-decoration: none;
}
.lp-describe {
  background-image: url(../img/lp_describe_bg_pc.png);
  background-repeat: repeat-y;
  background-size: contain;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp-describe {
    background-image: url(../img/lp_describe_bg_sp.png);
    background-size: cover;
  }
}
.lp-describe__wrap {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .lp-describe__wrap {
    display: block;
  }
}
.lp-describe__top {
  position: relative;
  background-image: url(../img/lp_describe_top_pc@2x.png);
  background-size: cover;
  color: #FFF;
  padding-top: 25px;
  height: 237.5px;
}
@media only screen and (max-width: 767px) {
  .lp-describe__top {
    background-image: url(../img/lp_describe_top@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 127px;
  }
}
.lp-describe__ttl {
  max-width: 626px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.375;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp-describe__ttl {
    display: block;
    font-size: 18px;
    line-height: 34px;
    position: absolute;
    left: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .lp-describe__ttl img {
    width: 27px;
  }
}
.lp-describe__ttl_1 {
  font-size: 29px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .lp-describe__ttl_1 {
    font-size: 13px;
  }
}
.lp-describe__ttl_2 {
  display: block;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .lp-describe__ttl_2 {
    display: inline;
  }
}
.lp-describe__ttl_3 {
  font-size: 65px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .lp-describe__ttl_3 {
    font-size: 30px;
  }
}
.lp-describe__women {
  display: none;
}
@media only screen and (max-width: 767px) {
  .lp-describe__women {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 179px;
  }
}
.lp-describe__point {
  position: relative;
  z-index: 5;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .lp-describe__point {
    font-size: 12px;
  }
}
.lp-describe__point_wrap_1 {
  position: relative;
  background-image: url(../img/lp_point1_bg_pc@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 68px 0 80px;
  width: 703px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp-describe__point_wrap_1 {
    background-image: url(../img/lp_point1_bg@2x.png);
    padding: 0 0 5px;
    width: auto;
    margin: 0 15px;
  }
}
.lp-describe__point_wrap_2 {
  position: relative;
  background-image: url(../img/lp_point2_bg_pc@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 68px;
  width: 703px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp-describe__point_wrap_2 {
    background-image: url(../img/lp_point2_bg@2x.png);
    padding-top: 0;
    padding-bottom: 100px;
    width: auto;
    margin: 0 15px;
  }
}
.lp-describe__point_wrap_3 {
  position: relative;
  padding: 68px 0 0;
  width: 703px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp-describe__point_wrap_3 {
    background-image: url(../img/lp_point3_bg_sp@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0 0 55px;
    width: auto;
    margin: 0 15px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 767px) {
  .lp-describe__point_bk_3 {
    background-image: url(../img/lp_point3_bg_pc@2x.png);
    background-size: contain;
    background-position-y: top;
    background-color: #E0E0E0;
    background-repeat: no-repeat;
  }
}
.lp-describe__point_no {
  position: absolute;
  top: 0;
  width: 144px;
}
@media only screen and (max-width: 767px) {
  .lp-describe__point_no {
    position: static;
    width: 75.5px;
  }
}
.lp-describe__point_left {
  left: -45px;
}
.lp-describe__point_right {
  right: -40px;
}
.lp-describe__point_ttl {
  width: 100%;
  max-width: 473px;
  font-size: 33px;
  line-height: 1.363;
  font-weight: 700;
  margin: 8px auto;
}
@media only screen and (max-width: 767px) {
  .lp-describe__point_ttl {
    font-size: 22px;
  }
}
.lp-describe__point_ttl img {
  width: 48px;
}
.lp-describe__point-time-ttl, .lp-describe__point-screen-ttl {
  margin: 0 auto 28px;
  width: 346px;
  max-width: 100%;
  text-align: center;
  background: #fff;
  border-radius: 999rem;
  border: 1px solid #00435A;
  font-size: 27px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .lp-describe__point-time-ttl, .lp-describe__point-screen-ttl {
    margin-bottom: 7px;
  }
}
.lp-describe__point-time-ttl--blue, .lp-describe__point-screen-ttl--blue {
  margin-left: 6px;
  color: #06508E;
  font-size: 32px;
}
.lp-describe__point-time-ttl--small, .lp-describe__point-screen-ttl--small {
  font-size: 19px;
}
.lp-describe__point-time-row, .lp-describe__point-screen-row {
  margin: 0 auto;
  max-width: 497px;
}
.lp-describe__point-time-row span, .lp-describe__point-screen-row span {
  color: #06508E;
  font-size: 34px;
  font-weight: bold;
}
.lp-describe__point-time-arrow, .lp-describe__point-screen-arrow {
  width: 33.6px;
}
.lp-describe__point-time-row {
  padding-bottom: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24.2px;
}
@media only screen and (max-width: 767px) {
  .lp-describe__point-time-row {
    gap: 3px;
    padding-bottom: 38px;
  }
}
.lp-describe__point-time-before, .lp-describe__point-time-after {
  width: 208px;
}
@media only screen and (max-width: 767px) {
  .lp-describe__point-time-after {
    margin-top: 26px;
  }
}
.lp-describe__point-time-arrow {
  width: 33.6px;
}
.lp-describe__point-screen-row {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .lp-describe__point-screen-row {
    padding-bottom: 80px;
  }
}
.lp-describe__point-screen-arrow {
  margin-top: -13px;
  width: 21.6px;
  -webkit-transform: translateX(25px) rotateZ(90deg);
          transform: translateX(25px) rotateZ(90deg);
}
.lp-describe__point-screen-before {
  padding-left: 15px;
  padding-right: 16px;
}
.lp-describe__point-screen-after {
  padding-right: 28px;
  padding-left: 23px;
  margin-top: -26px;
}
.lp-describe__point_bk_3 {
  margin-top: 27.5px;
}
.lp-describe__root {
  width: 100%;
  max-width: 470px;
  margin: 44px 0 58px;
}
@media only screen and (max-width: 767px) {
  .lp-describe__root {
    margin: 24px 0 42px;
  }
}
.lp-describe__text1 {
  font-size: 13px;
  font-weight: 300;
  color: #707070;
}
.lp-describe__text2 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.769;
}
.lp-describe__text3 {
  font-size: 16px;
  font-weight: 600;
}
.lp-describe__arrow {
  margin: 10px 0;
  width: 62px;
}
.lp-describe__schedule {
  position: relative;
  height: 415px;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .lp-describe__schedule {
    height: 221px;
    font-size: 12px;
  }
}
.lp-describe__schedule .img_1 {
  position: absolute;
  left: 50%;
  top: 42px;
  -webkit-transform: translateX(-85%);
          transform: translateX(-85%);
  width: 427px;
}
@media only screen and (max-width: 767px) {
  .lp-describe__schedule .img_1 {
    top: 109px;
    -webkit-transform: translateX(-65%);
            transform: translateX(-65%);
    width: 246px;
  }
}
.lp-describe__schedule .img_2 {
  position: absolute;
  width: 290px;
  left: 61%;
}
@media only screen and (max-width: 767px) {
  .lp-describe__schedule .img_2 {
    width: 157px;
    left: 50%;
    text-align: right;
  }
}
.lp-describe__img_3 {
  height: 311px;
  margin-bottom: 59.5px;
}
@media only screen and (max-width: 767px) {
  .lp-describe__img_3 {
    padding-top: 10px;
    margin-bottom: 20px;
    height: 221px;
  }
}
.lp-result__wrap {
  background-image: url(../img/describe_result_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 190px;
  background-color: #E0E0E0;
  text-align: center;
  color: #FFF;
  position: relative;
  font-size: 26px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .lp-result__wrap {
    background-position-y: 0;
    font-size: 14px;
  }
}
.lp-result__wrap::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.33), rgb(255, 255, 255));
  position: absolute;
  top: 190px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .lp-result__wrap::after {
    top: 0;
  }
}
.webp .lp-result__ttl {
  background-image: url(../img/describe_result_bg2_pc.webp);
}
@media only screen and (max-width: 767px) {
  .webp .lp-result__ttl {
    background-image: url(../img/describe_result_bg2_sp.webp);
  }
}
.no-webp .lp-result__ttl {
  background-image: url(../img/describe_result_bg2_pc@2x.png);
}
@media only screen and (max-width: 767px) {
  .no-webp .lp-result__ttl {
    background-image: url(../img/describe_result_bg2_sp@2x.png);
  }
}
.lp-result__ttl {
  position: relative;
  z-index: 5;
  height: 440px;
  padding: 150px 0 0;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .lp-result__ttl {
    padding: 70px 0 30px;
    margin-bottom: 0;
    background-size: contain;
    top: -62px;
    height: auto;
  }
}
.lp-result__ttl img {
  width: 90px;
}
@media only screen and (max-width: 767px) {
  .lp-result__ttl img {
    width: 48px;
  }
}
.lp-result__ttl2 {
  font-size: 46px;
  font-weight: 700;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .lp-result__ttl2 {
    font-size: 25px;
  }
}
.lp-result__difference {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .lp-result__difference {
    font-size: 20px;
  }
}
.lp-result__text {
  margin: 0 auto 43px;
  width: 626px;
  font-size: 11px;
  text-align: left;
  color: #333333;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .lp-result__text {
    width: auto;
    font-size: 9px;
  }
}
.lp-result__text span {
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .lp-result__text span {
    margin-left: 0;
  }
}
.lp-result__banner {
  display: block;
  margin: 0 auto 60px;
  max-width: 421px;
}
.lp-result__banner:hover {
  -webkit-filter: brightness(0.68);
          filter: brightness(0.68);
}
.lp-flow {
  background-image: url(../img/lp_flow_bg_pc.png);
  background-size: contain;
  background-repeat: repeat-y;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.47;
  color: #06508E;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp-flow {
    background-image: url(../img/lp_flow_bg_sp.png);
    font-size: 17px;
    padding: 20px 0;
  }
}
.lp-flow__wrap {
  width: 780px;
  max-width: 100%;
  padding: 37px 0 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp-flow__wrap {
    padding-top: 0;
    width: 100%;
    margin: 0;
  }
}
.lp-flow__ttl {
  color: #fff;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-flow__ttl img {
  width: 49px;
  color: #fff;
  padding-bottom: 4px;
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .lp-flow__ttl img {
    width: 27px;
    padding-bottom: 4px;
    margin: 0 2px;
  }
}
.lp-flow__sla {
  color: #fff;
  font-size: 39px;
  font-weight: 100;
  padding: 0 8px;
}
@media only screen and (max-width: 767px) {
  .lp-flow__sla {
    font-size: 23px;
  }
}
.lp-flow__ttl2 {
  display: block;
  font-size: 43px;
  margin-bottom: 44px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lp-flow__ttl2 {
    font-size: 26px;
  }
}
.lp-flow__item {
  position: relative;
  padding: 4.1rem 2.5rem 4rem 6.7rem;
  background: #D7EBF7;
}
@media only screen and (max-width: 767px) {
  .lp-flow__item {
    display: grid;
    grid-template-columns: 23.6rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.6rem 0 1.6rem 1.5rem;
    text-align: left;
  }
}
.lp-flow__item + :nth-child(even) {
  background: #EDEDED;
}
.lp-flow__item + :nth-child(even) .lp-flow__item_inner {
  grid-template-columns: 1fr 26.3rem;
}
.lp-flow__item + :nth-child(even) .lp-flow__item_text {
  grid-column: 1/2;
}
.lp-flow__item + :nth-child(even) .lp-flow__item_img {
  grid-column: 2/3;
}
.lp-flow__item + .lp-flow__item {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .lp-flow__item + .lp-flow__item {
    margin-top: 1.7rem;
  }
}
.lp-flow__item + .lp-flow__item::before {
  content: "";
  width: 6.3rem;
  height: 2.7rem;
  background: url(../img/lp-flow_arrow.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: -3.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .lp-flow__item + .lp-flow__item::before {
    width: 3rem;
    height: 1.3rem;
    top: -1.4rem;
  }
}
.lp-flow__item_no {
  position: absolute;
  top: 0;
  left: 2.9rem;
  width: 7.5rem;
}
@media only screen and (max-width: 767px) {
  .lp-flow__item_no {
    left: 1.4rem;
    width: 3.6rem;
  }
}
.lp-flow__item_inner {
  position: relative;
  display: grid;
  grid-template-columns: 26.3rem 1fr;
  -webkit-column-gap: 3.1rem;
     -moz-column-gap: 3.1rem;
          column-gap: 3.1rem;
  max-width: 549px;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .lp-flow__item_inner {
    display: inline-block;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
.lp-flow__item_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.lp-flow__item_ttl {
  margin: 0 0 2.8rem 5.6rem;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.232;
  color: #09375A;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .lp-flow__item_ttl {
    grid-row: 1/2;
    grid-column: 1/2;
    margin: 0 0 0 4.3rem;
    font-size: 1.9rem;
    line-height: 1.238;
  }
}
@media only screen and (max-width: 767px) {
  .lp-flow__item_ttl .ab_txt {
    position: absolute;
    top: 1.7rem;
    z-index: 1;
  }
}
.lp-flow__item .bf {
  font-weight: 700;
}
.lp-flow__item_text {
  grid-row: 1/2;
  grid-column: 2/3;
  padding-right: 0.7rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.733;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .lp-flow__item_text {
    display: none;
  }
}
.lp-flow__item_img {
  width: 26.3rem;
  grid-row: 1/2;
  grid-column: 1/2;
}
@media only screen and (max-width: 767px) {
  .lp-flow__item_img {
    position: relative;
    width: 100%;
  }
}
.lp-flow__item_accordion {
  display: none;
}
@media only screen and (max-width: 767px) {
  .lp-flow__item_accordion {
    display: block;
    position: absolute;
    top: 41px;
    right: 8px;
  }
}
.lp-flow .accordion_box .accordion_header {
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.lp-flow .accordion_box .accordion_header .i_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E3D146;
  border-radius: 11px;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.lp-flow .accordion_box .accordion_header .i_box .one_i {
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}
.lp-flow .accordion_box .accordion_header .i_box .one_i::before, .lp-flow .accordion_box .accordion_header .i_box .one_i::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #09375A;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 5.5px;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.lp-flow .accordion_box .accordion_header .i_box .one_i::before {
  width: 1px;
  height: 12px;
  top: 0;
  left: 5.5px;
}
.lp-flow .accordion_box .accordion_header.open .i_box .one_i::after {
  content: none;
}
.lp-flow .accordion_inner {
  display: none;
  grid-row: 2/3;
  grid-column: 1/3;
  padding: 1.9rem 1.9rem 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.833;
  color: #333333;
}
.lp-image {
  background: url(../img/lp-image_bg@2x.jpg) no-repeat center/cover;
}
.lp-image__wrap {
  width: 780px;
  max-width: 100%;
  padding: 52px 0 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp-image__wrap {
    padding: 24px 0 25px;
  }
}
.lp-image__ttl {
  margin: 0 auto;
  padding: 0 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 43px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #808080;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .lp-image__ttl {
    padding: 0 15px;
    font-size: 30px;
  }
}
.lp-image__text {
  margin-top: 1px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp-image__text {
    padding: 0 0 0 21px;
    width: 50%;
    font-size: 14px;
    text-align: left;
  }
}
.lp-image__img {
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .lp-image__img {
    margin-top: -50px;
    padding: 0 15px;
  }
}
.lp-experience {
  background: url(../img/lp-experience_bg.png) no-repeat center/cover;
}
.lp-experience__wrap {
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .lp-experience__wrap img {
    width: 100%;
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.lp-experience__main {
  padding: 54px 0 42px;
  background: url(../img/lp-experience_inner-bg.png) no-repeat top center/cover;
}
@media only screen and (max-width: 767px) {
  .lp-experience__main {
    padding: 20px 0 23px;
    background-image: url(../img/lp-experience_inner-bg_sp.png);
  }
}
.lp-experience__main-heading {
  font-size: 51px;
  font-weight: bold;
  letter-spacing: 0.16em;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lp-experience__main-heading {
    font-size: 32px;
  }
}
.lp-experience__main-heading span {
  display: block;
  font-size: 22px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .lp-experience__main-heading span {
    font-size: 14px;
  }
}
.lp-experience__main-heading::after {
  content: "";
  margin: 14px auto 12px;
  display: block;
  width: 79px;
  height: 28px;
  background: url(../img/lp-experience_aroow.svg) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .lp-experience__main-heading::after {
    width: 49px;
    margin: 13.5px auto 5px;
  }
}
.lp-experience__main-ttl {
  margin-bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .lp-experience__main-ttl {
    gap: 4px;
    margin-bottom: 8px;
  }
}
.lp-experience__main-ttl span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #E3D146;
  background: #09375A;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.23em;
}
@media only screen and (max-width: 767px) {
  .lp-experience__main-ttl span {
    font-size: 28px;
  }
}
.lp-experience__main-ttl span:nth-of-type(1) {
  padding: 3px 30px 0;
}
@media only screen and (max-width: 767px) {
  .lp-experience__main-ttl span:nth-of-type(1) {
    padding: 3px 20px 0;
  }
}
.lp-experience__main-ttl span:nth-of-type(2) {
  padding: 3px 30px 0;
}
.lp-experience__main-list {
  margin: 0 auto 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media only screen and (max-width: 767px) {
  .lp-experience__main-list {
    margin-bottom: 8px;
    gap: 10px;
  }
}
.lp-experience__main-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .lp-experience__main-item {
    font-size: 16px;
  }
}
.lp-experience__main-item::before {
  content: "";
  margin-right: 11px;
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url(../img/lp-experience_check.svg) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .lp-experience__main-item::before {
    width: 18px;
    height: 18px;
  }
}
.lp-experience__main-text {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lp-experience__main-text {
    font-size: 14px;
  }
}
.lp-experience__bottom {
  padding: 40px 0 60px;
}
@media only screen and (max-width: 767px) {
  .lp-experience__bottom {
    padding: 25.5px 15px 30px;
  }
}
.lp-experience__bottom-list {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.5px;
}
@media only screen and (max-width: 767px) {
  .lp-experience__bottom-list {
    margin-bottom: 16px;
    gap: 4px;
  }
}
.lp-experience__bottom-item {
  padding: 3px 0 2px;
  width: 488px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.7);
  color: #06508E;
  font-weight: bold;
  border-radius: 14px;
  border: 1px solid #707070;
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp-experience__bottom-item {
    max-width: 305px;
    font-size: 15px;
  }
}
.lp-experience__bottom-text {
  margin-bottom: 43px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp-experience__bottom-text {
    margin-bottom: 17px;
    font-size: 15px;
  }
}
.lp-price {
  padding: 60px 0;
  background-color: #f7f7f7;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp-price {
    padding: 40px 15px 30px;
  }
}
.lp-price__wrap {
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp-price__wrap {
    width: 100%;
    margin: 0;
  }
}
.lp-price__ttl {
  width: 534px;
  max-width: 100%;
  margin: 0 auto;
  padding-inline: 0.3em;
  font-size: 43px;
  font-weight: 700;
  text-indent: 0.3em;
  letter-spacing: 0.3em;
  line-height: 1.2;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 767px) {
  .lp-price__ttl {
    font-size: 26px;
  }
}
.lp-price__about {
  padding: 18px 0 0;
  font-weight: 700;
  line-height: 1.7;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .lp-price__about {
    padding-bottom: 0;
    font-size: 14px;
  }
}
.lp-price__ex {
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.4545454545;
  font-size: 11px;
  text-align: left;
}
.lp-price__init {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .lp-price__init {
    font-size: 11px;
    line-height: 1.363;
  }
}
@media only screen and (max-width: 767px) {
  .lp-price__space {
    padding-left: 12px;
  }
}
.lp-qa {
  background-image: url(../img/lp_qa_bg@2x.png);
  background-size: 471px;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 44px 15px;
}
@media only screen and (max-width: 767px) {
  .lp-qa {
    padding: 25px 15px 37px;
    background-size: 211px;
  }
}
.lp-qa__ttl {
  font-size: 43px;
  font-weight: bold;
  text-align: center;
  color: #06508E;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 767px) {
  .lp-qa__ttl {
    font-size: 23px;
  }
}
.lp-qa__ttl::after {
  content: "";
  display: block;
  margin: 13px auto 55px;
  width: 95px;
  height: 9px;
  background: #E3D146;
}
@media only screen and (max-width: 767px) {
  .lp-qa__ttl::after {
    width: 57px;
    height: 3px;
  }
}
.lp-qa__wrap {
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp-qa__wrap {
    width: 100%;
    margin: 0;
  }
}
.lp-qa__inner {
  background: #fff;
  border: 1px solid #707070;
}
.lp-qa__inner + .lp-qa__inner {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .lp-qa__inner + .lp-qa__inner {
    margin-top: 15px;
  }
}
.lp-qa__question-wrap {
  padding: 0 36px 0 102px;
  height: 70px;
  font-size: 18px;
  font-weight: bold;
  color: #06508E;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .lp-qa__question-wrap {
    padding: 12px 16px 11px 45px;
    height: auto;
    font-size: 14px;
  }
}
.lp-qa__question-wrap::before, .lp-qa__question-wrap::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #B9A041;
  position: absolute;
  top: calc(50% - 3px);
  left: 27px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .lp-qa__question-wrap::before, .lp-qa__question-wrap::after {
    width: 15px;
    height: 1px;
    left: 12px;
  }
}
.lp-qa__question-wrap::after {
  -webkit-transform: translateY(50%) rotateZ(90deg);
          transform: translateY(50%) rotateZ(90deg);
}
.lp-qa__question-wrap--js-open::before {
  -webkit-transform: translateY(50%) rotateZ(-135deg);
          transform: translateY(50%) rotateZ(-135deg);
}
.lp-qa__question-wrap--js-open::after {
  -webkit-transform: translateY(50%) rotateZ(-45deg);
          transform: translateY(50%) rotateZ(-45deg);
}
.lp-qa__answer-wrap {
  margin: 0 78px 22px 77px;
  background: #F7F7F7;
  font-weight: 500;
  display: none;
}
@media only screen and (max-width: 767px) {
  .lp-qa__answer-wrap {
    margin: 0 10px 11px 10px;
  }
}
.lp-qa__answer-text {
  padding: 19px 28px 13px;
  font-size: 15px;
  line-height: 1.67;
}
@media only screen and (max-width: 767px) {
  .lp-qa__answer-text {
    font-size: 13px;
  }
}
.lp-contact {
  padding: 6.05rem 0 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#09375a), to(#09375a));
  background: linear-gradient(to bottom, #09375a, #09375a);
}
@media only screen and (max-width: 767px) {
  .lp-contact {
    padding: 3.01rem 0 2.2rem;
  }
}
.lp-contact__ttl {
  margin: 0 auto 5rem;
  font-size: 43px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 767px) {
  .lp-contact__ttl {
    font-size: 23px;
    margin-bottom: 3.7rem;
  }
}
.lp-contact__ttl::after {
  content: "";
  display: block;
  margin: 13px auto 38px;
  width: 95px;
  height: 7px;
  background: #b9a041;
}
@media only screen and (max-width: 767px) {
  .lp-contact__ttl::after {
    width: 57px;
    height: 3px;
  }
}
.lp-contact__block {
  max-width: 853px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: 50% 0 no-repeat;
  background-size: 100%;
  position: relative;
}
.lp-contact__block + .lp-contact__block {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .lp-contact__block + .lp-contact__block {
    margin-top: 2.3rem;
  }
}
.lp-contact__block_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 267px;
  padding-left: 173px;
  background: url(../img/contact_box_01.svg) no-repeat left center/100% auto;
}
@media only screen and (max-width: 767px) {
  .lp-contact__block_01 {
    height: 14.7rem;
    padding-left: 5.95rem;
    background-image: url(../img/contact_box_01_sp.svg);
  }
}
.lp-contact__block_02 {
  background: url(../img/contact_box_02.svg) no-repeat top left/100% auto;
}
@media only screen and (max-width: 767px) {
  .lp-contact__block_02 {
    background-image: url(../img/contact_box_02_sp.svg);
  }
}
.lp-contact__block_method {
  background: url(../img/contact_box_method.svg) no-repeat top left/100% auto;
}
@media only screen and (max-width: 767px) {
  .lp-contact__block_method {
    background-image: url(../img/contact_box_method_sp.svg);
  }
}
.lp-contact__block_ttl {
  margin: 35px auto 32px;
  line-height: 1;
  font-size: 25px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .lp-contact__block_ttl {
    margin-bottom: 1.3rem;
    font-size: 1.7rem;
  }
}
.lp-contact__block_line {
  display: block;
  width: 234px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .lp-contact__block_line {
    width: 15.4rem;
    margin-bottom: 1.3rem;
  }
}
.lp-contact__block_text {
  margin: 0 auto 38px;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .lp-contact__block_text {
    font-size: 11px;
  }
}
.lp-contact__block_deco {
  width: 13.999rem;
  position: absolute;
  top: -8.9rem;
  left: 6.2rem;
}
@media only screen and (max-width: 767px) {
  .lp-contact__block_deco {
    width: 8.599rem;
    top: -6.8rem;
    left: 0.6rem;
  }
}
.lp-contact__block_sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 14.05rem;
  margin: 0 0 2.25rem;
  padding: 0 0 0 17.05rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .lp-contact__block_sign {
    height: 6.85rem;
    margin-bottom: 1.85rem;
    padding-left: 5.05rem;
  }
}
.lp-contact__block_sign_ttl {
  line-height: 1.5;
  font-size: 25px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .lp-contact__block_sign_ttl {
    font-size: 1.7rem;
  }
}
.lp-contact .wpcf7 {
  max-width: none;
}
.lp-contact__form {
  padding: 22.5px 3.1rem 3rem 2.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .lp-contact__form {
    padding: 0 0.8rem 3.9rem;
  }
}
.wpcf7:first-child .lp-contact__form {
  padding-top: 3rem;
}
.lp-contact__form_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .lp-contact__form_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-contact__form_box + .lp-contact__form_box {
  margin-top: 38px;
}
.lp-contact__form_ttl {
  width: calc(100% - 54.3rem);
  padding: 1.2rem 0 1.3rem 7.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .lp-contact__form_ttl {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0;
    font-size: 1.4rem;
  }
}
.lp-contact__form_required::before {
  content: "必須";
  display: inline-block;
  padding: 0.5rem 1.6rem 0.6rem;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #b9a041;
  position: absolute;
  top: 1.4rem;
  left: 0;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lp-contact__form_required::before {
    margin-right: 0.8rem;
    padding: 0.3rem 1rem 0.1rem;
    position: static;
    font-size: 1.1rem;
  }
}
.lp-contact__form_cont {
  width: 54.3rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .lp-contact__form_cont {
    width: 100%;
    font-size: 1.3rem;
  }
}
.lp-contact__form_cont input[type=text],
.lp-contact__form_cont input[type=email],
.lp-contact__form_cont input[type=tel],
.lp-contact__form_cont textarea,
.lp-contact__form_cont select {
  width: 100%;
  height: auto;
  padding: 1.2rem 2.4rem;
  border: 1px solid #707070;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .lp-contact__form_cont input[type=text],
  .lp-contact__form_cont input[type=email],
  .lp-contact__form_cont input[type=tel],
  .lp-contact__form_cont textarea,
  .lp-contact__form_cont select {
    padding: 0.3rem 1.3rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .lp-contact__form_cont textarea {
    padding-top: 1rem;
  }
}
.lp-contact__form_cont .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 37px;
  margin-top: 1.1rem;
  line-height: 1.4;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .lp-contact__form_cont .wpcf7-radio {
    gap: 1.5rem 2.2rem;
    margin-top: 0.2rem;
    font-size: 1.4rem;
  }
}
.lp-contact__form_cont .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0;
}
.lp-contact__form_cont .wpcf7-radio .wpcf7-list-item label {
  margin-bottom: 0;
}
.lp-contact__form_btn {
  margin: 7rem auto 0;
}
@media only screen and (max-width: 767px) {
  .lp-contact__form_btn {
    margin: 1.9rem auto 0;
  }
}
.lp-contact__form_agree {
  margin-bottom: 2rem !important;
  line-height: 1.6;
  font-size: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp-contact__form_agree {
    margin-bottom: 1.5rem !important;
    font-size: 1.2rem;
  }
}
.lp-contact__form_submit:not(#id) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: columns;
          flex-direction: columns;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31.6rem;
  height: 6.6rem;
  margin: 0 auto;
  border: 0;
  border-radius: 100px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #b9a041;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lp-contact__form_submit:not(#id) {
    width: 21rem;
    height: 4.3rem;
    font-size: 1.3rem;
  }
}
.lp-contact__form_submit:not(#id):hover {
  background: #a3a3a3;
}
.lp-contact__form .wpcf7-not-valid-tip:not(#id) {
  margin-top: 0.4em;
}
.lp-contact__form .wpcf7-response-output:not(#id) {
  margin: 0 0 1.3em;
  padding: 0.4em 0.8em;
  font-size: 1.6em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp-contact__form .wpcf7-response-output:not(#id) {
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 1.2em;
  }
}
.lp-contact__form_att {
  width: 58.5rem;
  margin: 4.4rem auto 0;
  line-height: 1.6666;
  text-align: left;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .lp-contact__form_att {
    width: auto;
    margin-top: 2.4rem;
    font-size: 1.2rem;
  }
}
.lp-counsel {
  background: url(../img/lp-counsel_bg.svg) no-repeat center/cover;
  padding: 54px 0 68px;
}
@media only screen and (max-width: 767px) {
  .lp-counsel {
    padding: 40px 15px;
  }
}
.lp-counsel__wrap {
  width: 626px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp-counsel__wrap {
    width: 100%;
    margin: 0;
  }
}
.lp-counsel__ttl {
  text-align: center;
  color: #06508E;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.384;
  letter-spacing: 0.3em;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .lp-counsel__ttl {
    font-size: 23px;
  }
}
.lp-counsel__ttl::after {
  content: "";
  display: block;
  margin: 13px auto 38px;
  width: 95px;
  height: 7px;
  background: #B9A041;
}
@media only screen and (max-width: 767px) {
  .lp-counsel__ttl::after {
    width: 57px;
    height: 3px;
  }
}
.lp-counsel__badge {
  position: absolute;
  top: -30px;
  right: 0;
  width: 113px;
}
@media only screen and (max-width: 767px) {
  .lp-counsel__badge {
    top: -15px;
    right: -11px;
    width: 52px;
  }
}
.lp-counsel__linelink {
  width: 247px;
  padding: 23px 0 28px;
}
@media only screen and (max-width: 767px) {
  .lp-counsel__linelink {
    width: 154px;
  }
}
.lp-counsel__qrlink {
  width: 183px;
  margin-left: 40px;
}
.lp-counsel__capture {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .lp-counsel__capture {
    width: 210px;
  }
}
.lp-counsel__step {
  color: #06508E;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .lp-counsel__step {
    font-size: 14px;
  }
}
.lp-counsel__step_wrap {
  display: table;
  width: 100%;
}
.lp-counsel__step_box {
  display: table-row;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp-counsel__step_box {
    display: inline-block;
  }
}
.lp-counsel__step_box_item {
  display: table-cell;
  vertical-align: middle;
}
.lp-counsel__step_box2 {
  display: table-row;
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .lp-counsel__step_box2 {
    display: block;
    padding: 0 16px 19px;
  }
}
.lp-counsel__step_box2_item {
  display: table-cell;
  vertical-align: middle;
}
.lp-counsel__text {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.571;
  padding-top: 19px;
}
@media only screen and (max-width: 767px) {
  .lp-counsel__text {
    font-size: 14px;
    padding-top: 12px;
  }
}
.lp-counsel__box {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
  row-gap: 35px;
  padding-left: 15px;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .lp-counsel__box {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 23px;
  }
}
.lp-counsel__box_icon {
  width: 57px;
  height: 57px;
}
@media only screen and (max-width: 767px) {
  .lp-counsel__box_icon {
    width: 37px;
    height: 37px;
  }
}
.lp-counsel__box_no {
  width: 32px;
  height: 43px;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .lp-counsel__box_no {
    width: 25px;
    height: 34px;
    margin-left: 15px;
  }
}
.lp-counsel__box_item {
  margin: auto 0;
}
.lp-counsel__box_text {
  margin-top: 13px;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .lp-counsel__box_text {
    margin-top: 10px;
    font-size: 10px;
    position: absolute;
    right: 15px;
  }
}
.lp-counsel__box dt {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.294;
  color: #06508E;
}
@media only screen and (max-width: 767px) {
  .lp-counsel__box dt {
    font-size: 17px;
  }
}
.lp-counsel__box dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.416;
  margin: 15px 0;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .lp-counsel__box dd {
    font-size: 12px;
    margin: 10px 0;
  }
}
.lp-message {
  background-image: url(../img/lp_message_bg_pc.png);
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .lp-message {
    background-image: url(../img/lp_message_bg_sp.png);
  }
}
.lp-message__wrap {
  width: 626px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp-message__wrap {
    width: 100%;
    margin: 0;
  }
}
.lp-message__title {
  padding: 70px 0 70px 77px;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.4em;
  line-height: 1.782;
}
@media only screen and (max-width: 767px) {
  .lp-message__title {
    padding: 48px 63px 20px;
    font-size: 26px;
    line-height: 1.769;
  }
}
.lp-message__box {
  display: table;
  width: 940px;
  max-width: 100%;
  padding: 0 0 32px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lp-message__box {
    width: 100%;
    margin: 0;
    padding: 0px 7px 11px 0;
    position: relative;
  }
}
.lp-message__box::after {
  content: "";
  display: none;
  width: 428px;
  height: 153px;
  background: url(../img/lp-message_sign.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media only screen and (max-width: 767px) {
  .lp-message__box::after {
    display: block;
    width: 239px;
    -webkit-transform: none;
            transform: none;
    top: auto;
    bottom: -48px;
  }
}
.lp-message__box_item {
  display: table-cell;
  vertical-align: middle;
}
.lp-message__box_item_left {
  display: table-cell;
  width: 463px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .lp-message__box_item_left {
    width: auto;
    vertical-align: middle;
  }
}
.lp-message__box_item_right {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .lp-message__box_item_right {
    vertical-align: middle;
  }
}
.lp-message__box_wrap {
  padding-left: 36px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .lp-message__box_wrap {
    padding-left: 17px;
  }
}
.lp-message__text {
  padding: 37px 80px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.714;
}
@media only screen and (max-width: 767px) {
  .lp-message__text {
    padding: 37px 46px 68px;
    font-size: 14px;
  }
}
.lp-message__underline {
  border-bottom: 1px solid #707070;
  font-size: 15px;
  padding-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  .lp-message__underline {
    font-size: 11px;
  }
}
.lp-message__nm {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.666;
  padding-top: 4px;
}
@media only screen and (max-width: 767px) {
  .lp-message__nm {
    font-size: 15px;
  }
}
.lp-message__nm_img {
  width: 100px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .lp-message__nm_img {
    width: 66px;
    height: 18px;
  }
}
.lp-message__row {
  margin: 0 auto;
  padding: 0 15px 60px;
  width: 780px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .lp-message__row {
    padding-bottom: 40px;
  }
}
.lp-message__left {
  padding: 20px 16px 15px 25px;
  width: 431px;
  max-width: 100%;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lp-message__left {
    margin: 0 15px;
    width: 100%;
  }
}
.lp-message__left::after {
  content: "";
  display: block;
  width: 555px;
  max-width: 43vw;
  height: 214px;
  background: url(../img/lp-message_sign.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media only screen and (max-width: 767px) {
  .lp-message__left::after {
    display: none;
  }
}
.lp-message__para {
  font-size: 12px;
  line-height: 1.83;
}
.lp-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-message__inner-para {
  font-size: 12px;
  line-height: 1.83;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lp-message__inner-img {
  width: 105px;
}
.lp-service {
  padding: 94px 0 68px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp-service {
    padding: 40px 38px;
  }
}
.lp-service__ttl_kyutei {
  max-width: 283px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .lp-service__ttl_kyutei {
    max-width: 168px;
    margin-bottom: 15px;
  }
}

.de-school__contents_l {
  position: relative;
  margin: 0 auto;
  max-width: 1026px;
}
@media only screen and (max-width: 767px) {
  .de-school__contents_l {
    margin: 0 16px;
  }
}
.de-school__contents_m {
  position: relative;
  margin: 0 auto;
  max-width: 1026px;
}
@media only screen and (max-width: 767px) {
  .de-school__contents_m {
    margin: 0 32px;
  }
}
.de-school__review {
  position: relative;
  background: #F7F7F3;
  width: 100vw;
  text-align: left;
  padding: 80px 0;
  line-height: 1.8;
  font-size: 16px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .de-school__review {
    padding: 40px 0;
  }
}
.de-school__review_wrap {
  background: #FFF;
  padding: 35px 42px 30px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .de-school__review_wrap {
    padding: 17px;
  }
}
.de-school__review_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .de-school__review_ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.de-school__review_ttl h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  line-height: 1.5;
  color: #06508E;
}
@media only screen and (max-width: 767px) {
  .de-school__review_ttl h2 {
    font-size: 16px;
  }
}
.de-school__review_weblink {
  border-bottom: solid 1px #7C7C7C;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .de-school__review_weblink {
    margin-left: auto;
    margin-top: 10px;
    font-size: 11px;
  }
}
.de-school__review_weblink:hover {
  text-decoration: none;
  color: #7C7C7C;
}
.de-school__review_icon_star {
  height: 17px;
}
.de-school__review_icon_star_on {
  color: #FECF5E;
}
.de-school__review_icon_star_off {
  color: #EDEDED;
}
.de-school__review_total_rating {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 600;
  color: #7C7C7C;
}
@media only screen and (max-width: 767px) {
  .de-school__review_total_rating {
    margin: 25px 0 20px;
    font-size: 12px;
  }
}
.de-school__review_total_badge {
  display: inline-block;
  padding: 3px 14px;
  background-color: #7C7C7C;
  border-radius: 9px;
  color: #FFF;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .de-school__review_total_badge {
    font-size: 9px;
  }
}
.de-school__review_list {
  width: 100%;
  max-width: 940px;
  height: 351px;
  overflow-y: scroll;
  margin-left: auto;
  padding: 20px 20px;
}
@media only screen and (max-width: 767px) {
  .de-school__review_list {
    padding: 14px 15px 14px 0;
  }
}
@media only screen and (max-width: 767px) {
  .de-school__review_item {
    font-size: 12px;
  }
}
.de-school__review_item:not(:first-of-type) {
  padding-top: 20px;
}
.de-school__review_item:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 2px solid #EAEAEA;
}
.de-school__review_box {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .de-school__review_box {
    font-size: 13px;
  }
}
.de-school__review_rating {
  margin-left: 64px;
}
@media only screen and (max-width: 767px) {
  .de-school__review_rating {
    margin-top: 10px;
    margin-left: 0;
  }
}
.de-school__review_comment {
  margin-top: 5px;
  margin-left: 64px;
}
@media only screen and (max-width: 767px) {
  .de-school__review_comment {
    margin-top: 10px;
    margin-left: 0;
  }
}
.de-school__review_icon {
  max-width: 48px;
  max-height: 56px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .de-school__review_icon {
    max-width: 37px;
  }
}
.de-school__review_time {
  margin-left: 20px;
  color: #7C7C7C;
}
.de-school__review_reply {
  border-left: 4px solid #EAEAEA;
  margin-top: 30px;
  margin-left: 46px;
  padding-left: 14px;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .de-school__review_reply {
    margin-top: 20px;
    margin-left: 0;
    font-size: 12px;
  }
}
.de-school__review_reply_ttl {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .de-school__review_reply_ttl {
    font-size: 12px;
  }
}
.de-school__review_reply_time {
  color: #7C7C7C;
}/*# sourceMappingURL=new_style.css.map */