@charset "UTF-8";
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, small, strong, b, dl, dt, dd, ol, ul, li,
form, label, legend, table, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

html {
  touch-action: manipulation;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ul li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
}

table {
  border-spacing: 0;
}

img {
  width: 100%;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 28px;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.7333333333vw;
  }
}

.wrap .inner {
  max-width: 750px;
  margin: 0 auto;
}
.wrap .rel {
  position: relative;
}
.wrap .float_area {
  width: 100%;
  padding: 20px 0 23px;
  background: url(../img/float_bg.png) repeat top left/11px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  .wrap .float_area {
    padding: 2.6666666667vw 0 3.0666666667vw;
    background: url(../img/float_bg.png) repeat top left/1.4666666667vw;
  }
}
.wrap .float_area .float_text {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .wrap .float_area .float_text {
    margin-bottom: 2vw;
  }
}
.wrap .float_area .float_text span {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 35px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .wrap .float_area .float_text span {
    font-size: 4vw;
    padding: 0 4.6666666667vw;
  }
}
.wrap .float_area .float_text span::before, .wrap .float_area .float_text span::after {
  content: "";
  display: block;
  width: 25px;
  height: 44px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 750px) {
  .wrap .float_area .float_text span::before, .wrap .float_area .float_text span::after {
    width: 3.3333333333vw;
    height: 5.8666666667vw;
  }
}
.wrap .float_area .float_text span::before {
  background: url(../img/btn_line_b_l.png) no-repeat top left/100%;
  left: 0;
}
.wrap .float_area .float_text span::after {
  background: url(../img/btn_line_b_r.png) no-repeat top left/100%;
  right: 0;
}
.wrap .float_area .float_btn a {
  display: block;
  color: #fff;
  font-size: 40px;
  line-height: 105px;
  font-weight: 700;
  letter-spacing: 0.06em;
  width: 562px;
  height: 112px;
  margin: 0 auto;
  padding-left: 75px;
  background: url(../img/float_btn.png) no-repeat top left/100%;
  filter: drop-shadow(8px 8px 8px rgba(5, 51, 0, 0.2));
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .wrap .float_area .float_btn a {
    font-size: 5.3333333333vw;
    line-height: 14vw;
    width: 74.9333333333vw;
    height: 14.9333333333vw;
    padding-left: 10vw;
    filter: drop-shadow(1.0666666667vw 1.0666666667vw 1.0666666667vw rgba(5, 51, 0, 0.2));
  }
}
.wrap .modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.wrap .modal .modal_bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.wrap .modal .modal_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrap .modal .modal_box .js-modal-close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .wrap .modal .modal_box .js-modal-close {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
.wrap .modal .modal_box .modal_inner {
  overflow: auto;
  width: 680px;
  height: 88vh;
  padding: 60px 50px 80px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .wrap .modal .modal_box .modal_inner {
    width: 90.6666666667vw;
    padding: 8vw 6.6666666667vw 10.6666666667vw;
  }
}
.wrap .modal .modal_box .modal_inner .text {
  color: #4D4D4D;
  font-size: 26px;
  line-height: 1.84;
}
@media screen and (max-width: 750px) {
  .wrap .modal .modal_box .modal_inner .text {
    font-size: 3.4666666667vw;
  }
}
.wrap .modal .modal_box .modal_inner .text:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .wrap .modal .modal_box .modal_inner .text:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
.wrap .modal .modal_box .modal_inner .sub_kome {
  color: #999;
  font-size: 26px;
  line-height: 1.84;
  padding-left: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .wrap .modal .modal_box .modal_inner .sub_kome {
    font-size: 3.4666666667vw;
    padding-left: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.wrap .fv {
  background: url("../img/fv_bg.jpg") no-repeat top center, #4BBE50;
}
@media screen and (max-width: 750px) {
  .wrap .fv {
    background-size: 266.6666666667vw auto;
  }
}
.wrap .fv .inner {
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .wrap .fv .inner {
    padding-bottom: 13.3333333333vw;
  }
}
.wrap .fv .inner::before, .wrap .fv .inner::after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: 78px;
}
@media screen and (max-width: 750px) {
  .wrap .fv .inner::before, .wrap .fv .inner::after {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    bottom: 10.4vw;
  }
}
.wrap .fv .inner::before {
  background: url(../img/fv_offer_frame_l.png) no-repeat top left/100%;
  left: 48px;
}
@media screen and (max-width: 750px) {
  .wrap .fv .inner::before {
    left: 6.4vw;
  }
}
.wrap .fv .inner::after {
  background: url(../img/fv_offer_frame_r.png) no-repeat top left/100%;
  right: 48px;
}
@media screen and (max-width: 750px) {
  .wrap .fv .inner::after {
    right: 6.4vw;
  }
}
.wrap .fv .inner .header {
  width: 610px;
  margin: 0 auto;
  filter: drop-shadow(10px 10px 10px rgba(8, 102, 0, 0.2));
}
@media screen and (max-width: 750px) {
  .wrap .fv .inner .header {
    width: 81.3333333333vw;
    filter: drop-shadow(1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(8, 102, 0, 0.2));
  }
}
.wrap .fv .inner .header .num {
  color: #1A1A1A;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: 110px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 75px;
}
@media screen and (max-width: 750px) {
  .wrap .fv .inner .header .num {
    font-size: 3.7333333333vw;
    padding-left: 14.6666666667vw;
    bottom: 10vw;
  }
}
.wrap .fv .inner .header .num strong {
  color: #4BBE50;
  font-weight: 700;
  vertical-align: 0;
}
.wrap .fv .inner .header .num strong span {
  font-size: 210%;
  letter-spacing: 0;
  vertical-align: -4px;
}
@media screen and (max-width: 750px) {
  .wrap .fv .inner .header .num strong span {
    vertical-align: -0.5333333333vw;
  }
}
.wrap .fv .inner .fv_text {
  color: #fff;
  font-size: 43px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 15px 0 35px;
}
@media screen and (max-width: 750px) {
  .wrap .fv .inner .fv_text {
    font-size: 5.7333333333vw;
    margin: 2vw 0 4.6666666667vw;
  }
}
.wrap .fv .inner .fv_list {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .wrap .fv .inner .fv_list {
    gap: 3.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.wrap .fv .inner .fv_list li {
  width: 200px;
  height: 180px;
  filter: drop-shadow(5px 5px 0 rgba(5, 51, 0, 0.2));
}
@media screen and (max-width: 750px) {
  .wrap .fv .inner .fv_list li {
    width: 26.6666666667vw;
    height: 24vw;
    filter: drop-shadow(0.6666666667vw 0.6666666667vw 0 rgba(5, 51, 0, 0.2));
  }
}
.wrap .fv .inner .fv_list li:nth-child(1) {
  background: url(../img/fv_list01.png) no-repeat top left/100%;
}
.wrap .fv .inner .fv_list li:nth-child(2) {
  background: url(../img/fv_list02.png) no-repeat top left/100%;
}
.wrap .fv .inner .fv_list li:nth-child(3) {
  background: url(../img/fv_list03.png) no-repeat top left/100%;
}
.wrap .fv .inner .fv_list li .text {
  color: #1E321E;
  text-align: center;
  font-weight: 500;
  padding-top: 125px;
}
@media screen and (max-width: 750px) {
  .wrap .fv .inner .fv_list li .text {
    padding-top: 16.6666666667vw;
  }
}
.wrap .fv .inner .limit {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
  top: 387px;
  left: 495px;
}
@media screen and (max-width: 750px) {
  .wrap .fv .inner .limit {
    font-size: 5.3333333333vw;
    top: 51.6vw;
    left: 66vw;
  }
}
.wrap .fv .inner .limit strong {
  color: #FFFF00;
  font-weight: 700;
}
.wrap .conditions {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 15px 0 45px;
}
@media screen and (max-width: 750px) {
  .wrap .conditions {
    font-size: 2.4vw;
    margin: 2vw 0 6vw;
  }
}
.wrap .conditions span {
  text-decoration: underline;
  cursor: pointer;
}
.wrap .conditions span:hover {
  opacity: 0.7;
}
.wrap .offer_text {
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 750px) {
  .wrap .offer_text {
    margin-bottom: 2.4vw;
  }
}
.wrap .offer_text span {
  color: #E1F082;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 35px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .wrap .offer_text span {
    font-size: 4vw;
    padding: 0 4.6666666667vw;
  }
}
.wrap .offer_text span::before, .wrap .offer_text span::after {
  content: "";
  display: block;
  width: 25px;
  height: 44px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 750px) {
  .wrap .offer_text span::before, .wrap .offer_text span::after {
    width: 3.3333333333vw;
    height: 5.8666666667vw;
  }
}
.wrap .offer_text span::before {
  background: url(../img/btn_line_y_l.png) no-repeat top left/100%;
  left: 0;
}
.wrap .offer_text span::after {
  background: url(../img/btn_line_y_r.png) no-repeat top left/100%;
  right: 0;
}
.wrap .offer_btn a {
  display: block;
  color: #fff;
  font-size: 40px;
  line-height: 126px;
  font-weight: 700;
  letter-spacing: 0.06em;
  width: 582px;
  height: 132px;
  margin: 0 auto;
  padding-left: 84px;
  background: url(../img/offer_btn.png) no-repeat top left/100%;
  filter: drop-shadow(8px 8px 8px rgba(5, 51, 0, 0.2));
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .wrap .offer_btn a {
    font-size: 5.3333333333vw;
    line-height: 16.8vw;
    width: 77.6vw;
    height: 17.6vw;
    padding-left: 11.2vw;
    filter: drop-shadow(1.0666666667vw 1.0666666667vw 1.0666666667vw rgba(5, 51, 0, 0.2));
  }
}
.wrap .offer_kome {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: 18px;
}
@media screen and (max-width: 750px) {
  .wrap .offer_kome {
    font-size: 2.4vw;
    margin-top: 2.4vw;
  }
}
.wrap .worries {
  background: url("../img/worries_bg.jpg") no-repeat top center;
}
@media screen and (max-width: 750px) {
  .wrap .worries {
    background-size: 266.6666666667vw auto;
  }
}
.wrap .lecturer {
  background: url("../img/lecturer_bg.jpg") no-repeat top center, #F0F0F0;
  height: 2053px;
}
@media screen and (max-width: 750px) {
  .wrap .lecturer {
    background-size: 266.6666666667vw auto;
    height: 273.7333333333vw;
  }
}
.wrap .lecturer .inner .lecturer_text_area {
  height: 432px;
}
@media screen and (max-width: 750px) {
  .wrap .lecturer .inner .lecturer_text_area {
    height: 57.6vw;
  }
}
.wrap .lecturer .inner .lecturer_text_area .lecturer_text {
  line-height: 1.71;
  letter-spacing: 0.04em;
  width: 600px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 750px) {
  .wrap .lecturer .inner .lecturer_text_area .lecturer_text {
    width: 80vw;
    padding: 4vw 0;
  }
}
.wrap .lecturer .inner .lecturer_text_area .career {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 640px;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 2px solid #4BBE50;
  border-bottom: 2px solid #4BBE50;
}
@media screen and (max-width: 750px) {
  .wrap .lecturer .inner .lecturer_text_area .career {
    gap: 3.3333333333vw;
    width: 85.3333333333vw;
    padding: 2.6666666667vw 0;
    border-top: 0.2666666667vw solid #4BBE50;
    border-bottom: 0.2666666667vw solid #4BBE50;
  }
}
.wrap .lecturer .inner .lecturer_text_area .career .tit {
  color: #fff;
  font-size: 22px;
  line-height: 90px;
  text-align: center;
  font-weight: 500;
  width: 140px;
  height: 90px;
  background: #96D282;
}
@media screen and (max-width: 750px) {
  .wrap .lecturer .inner .lecturer_text_area .career .tit {
    font-size: 2.9333333333vw;
    line-height: 12vw;
    width: 18.6666666667vw;
    height: 12vw;
  }
}
.wrap .lecturer .inner .lecturer_text_area .career .text {
  font-size: 24px;
  line-height: 1.66;
}
@media screen and (max-width: 750px) {
  .wrap .lecturer .inner .lecturer_text_area .career .text {
    font-size: 3.2vw;
  }
}
.wrap .lecturer .inner .message_area {
  margin-top: 87px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .wrap .lecturer .inner .message_area {
    margin-top: 11.6vw;
  }
}
.wrap .lecturer .inner .message_area .message_img {
  width: 310px;
  box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -27px;
  left: -50px;
}
@media screen and (max-width: 750px) {
  .wrap .lecturer .inner .message_area .message_img {
    width: 41.3333333333vw;
    box-shadow: 1.3333333333vw 1.3333333333vw 1.0666666667vw rgba(0, 0, 0, 0.2);
    top: -3.6vw;
    left: -6.6666666667vw;
  }
}
.wrap .lecturer .inner .message_area .message_text_area {
  margin-left: 310px;
}
@media screen and (max-width: 750px) {
  .wrap .lecturer .inner .message_area .message_text_area {
    margin-left: 41.3333333333vw;
  }
}
.wrap .lecturer .inner .message_area .message_text_area .tit {
  width: 214px;
}
@media screen and (max-width: 750px) {
  .wrap .lecturer .inner .message_area .message_text_area .tit {
    width: 28.5333333333vw;
  }
}
.wrap .lecturer .inner .message_area .message_text_area .text {
  color: #fff;
  font-size: 26px;
  line-height: 1.61;
  letter-spacing: 0.04em;
  width: 390px;
  margin-top: 27px;
}
@media screen and (max-width: 750px) {
  .wrap .lecturer .inner .message_area .message_text_area .text {
    font-size: 3.4666666667vw;
    width: 52vw;
    margin-top: 3.6vw;
  }
}
.wrap .lost {
  background: url("../img/lost_bg.jpg") no-repeat top center, #F0F0F0;
}
@media screen and (max-width: 750px) {
  .wrap .lost {
    background-size: 266.6666666667vw auto;
  }
}
.wrap .lost .inner {
  padding-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .wrap .lost .inner {
    padding-bottom: 3.3333333333vw;
  }
}
.wrap .lost .inner p[class^=lost_text] {
  line-height: 1.71;
  letter-spacing: 0.04em;
  width: 580px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .wrap .lost .inner p[class^=lost_text] {
    width: 77.3333333333vw;
  }
}
.wrap .lost .inner p[class^=lost_text].lost_text01 {
  margin: 13px auto 35px;
}
@media screen and (max-width: 750px) {
  .wrap .lost .inner p[class^=lost_text].lost_text01 {
    margin: 1.7333333333vw auto 4.6666666667vw;
  }
}
.wrap .anxiety {
  background: url("../img/anxiety_bg.jpg") no-repeat top center, #F5FAF0;
}
@media screen and (max-width: 750px) {
  .wrap .anxiety {
    background-size: 266.6666666667vw auto;
  }
}
.wrap .anxiety .inner {
  padding-bottom: 55px;
}
@media screen and (max-width: 750px) {
  .wrap .anxiety .inner {
    padding-bottom: 7.3333333333vw;
  }
}
.wrap .anxiety .inner .anxiety_list li {
  display: flex;
  gap: 30px;
  width: 674px;
  margin: 0 auto;
  padding-left: 12px;
  padding-bottom: 42px;
  margin-bottom: 28px;
  background: url(../img/anxiety_line.png) no-repeat bottom center/100%;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .wrap .anxiety .inner .anxiety_list li {
    gap: 4vw;
    width: 89.8666666667vw;
    padding-left: 1.6vw;
    padding-bottom: 5.6vw;
    margin-bottom: 3.7333333333vw;
  }
}
.wrap .anxiety .inner .anxiety_list li:last-child {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.wrap .anxiety .inner .anxiety_list li .num {
  width: 110px;
}
@media screen and (max-width: 750px) {
  .wrap .anxiety .inner .anxiety_list li .num {
    width: 14.6666666667vw;
  }
}
.wrap .anxiety .inner .anxiety_list li .text_area {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .wrap .anxiety .inner .anxiety_list li .text_area {
    margin-top: 2vw;
  }
}
.wrap .anxiety .inner .anxiety_list li .text_area .tit {
  color: #1A1A1A;
  font-size: 34px;
  font-weight: 900;
}
@media screen and (max-width: 750px) {
  .wrap .anxiety .inner .anxiety_list li .text_area .tit {
    font-size: 4.5333333333vw;
  }
}
.wrap .anxiety .inner .anxiety_list li .text_area .tit strong {
  color: #4BBE50;
  font-weight: 900;
}
.wrap .anxiety .inner .anxiety_list li .text_area .text {
  font-size: 26px;
  line-height: 1.38;
  width: 510px;
  margin-top: 18px;
}
@media screen and (max-width: 750px) {
  .wrap .anxiety .inner .anxiety_list li .text_area .text {
    font-size: 3.4666666667vw;
    width: 68vw;
    margin-top: 2.4vw;
  }
}
.wrap .onestop {
  background: url("../img/onestop_bg.jpg") no-repeat bottom center, #F5FAF0;
  height: 2020px;
}
@media screen and (max-width: 750px) {
  .wrap .onestop {
    background-size: 266.6666666667vw auto;
    height: 269.3333333333vw;
  }
}
.wrap .onestop .inner .onestop_text {
  line-height: 1.71;
  letter-spacing: 0.04em;
  width: 590px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .wrap .onestop .inner .onestop_text {
    width: 78.6666666667vw;
  }
}
.wrap .merit {
  background: url("../img/merit_bg.jpg") no-repeat top center;
  height: 1435px;
}
@media screen and (max-width: 750px) {
  .wrap .merit {
    background-size: 266.6666666667vw auto;
    height: 191.3333333333vw;
  }
}
.wrap .merit .inner .merit_box .text_area {
  position: absolute;
  top: 40px;
  left: 290px;
}
@media screen and (max-width: 750px) {
  .wrap .merit .inner .merit_box .text_area {
    top: 5.3333333333vw;
    left: 38.6666666667vw;
  }
}
.wrap .merit .inner .merit_box .text_area .tit {
  color: #1A1A1A;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 48px;
}
@media screen and (max-width: 750px) {
  .wrap .merit .inner .merit_box .text_area .tit {
    font-size: 5.6vw;
    margin-bottom: 6.4vw;
  }
}
.wrap .merit .inner .merit_box .text_area .text {
  font-size: 26px;
  line-height: 1.46;
}
@media screen and (max-width: 750px) {
  .wrap .merit .inner .merit_box .text_area .text {
    font-size: 3.4666666667vw;
  }
}
.wrap .about {
  background: url("../img/about_bg.jpg") no-repeat top center;
  height: 2200px;
}
@media screen and (max-width: 750px) {
  .wrap .about {
    background-size: 266.6666666667vw auto;
    height: 293.3333333333vw;
  }
}
.wrap .about .inner .about_box {
  width: 648px;
  height: 1348px;
  margin: 0 auto;
  background: #F5FAF0;
  border: 1px solid #B3B3B3;
}
@media screen and (max-width: 750px) {
  .wrap .about .inner .about_box {
    width: 86.4vw;
    height: 179.7333333333vw;
  }
}
.wrap .about .inner .about_box .about_info {
  width: 560px;
  margin: 5px auto 0;
}
@media screen and (max-width: 750px) {
  .wrap .about .inner .about_box .about_info {
    width: 74.6666666667vw;
    margin: 0.6666666667vw auto 0;
  }
}
.wrap .about .inner .about_box .about_info .box {
  display: flex;
  font-size: 26px;
  line-height: 1.53;
  letter-spacing: 0.04em;
  padding: 25px 0;
}
@media screen and (max-width: 750px) {
  .wrap .about .inner .about_box .about_info .box {
    font-size: 3.4666666667vw;
    padding: 3.3333333333vw 0;
  }
}
.wrap .about .inner .about_box .about_info .box:not(:first-child) {
  border-top: 1px solid #B3B3B3;
}
.wrap .about .inner .about_box .about_info .box dt {
  color: #4BBE50;
  font-weight: 500;
  width: 157px;
}
@media screen and (max-width: 750px) {
  .wrap .about .inner .about_box .about_info .box dt {
    width: 20.9333333333vw;
  }
}
.wrap .about .inner .about_box .about_info .box dd {
  color: #4D4D4D;
  width: 400px;
}
@media screen and (max-width: 750px) {
  .wrap .about .inner .about_box .about_info .box dd {
    width: 53.3333333333vw;
  }
}
.wrap .voice {
  background: url("../img/voice_bg.jpg") no-repeat top center, #F5FAF0;
}
@media screen and (max-width: 750px) {
  .wrap .voice {
    background-size: 266.6666666667vw auto;
  }
}
.wrap .voice .inner {
  padding-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .wrap .voice .inner {
    padding-bottom: 9.3333333333vw;
  }
}
.wrap .voice .inner .voice_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrap .voice .inner .voice_list .box {
  display: inline-block;
  border: 4px solid #333;
  border-radius: 30px;
}
@media screen and (max-width: 750px) {
  .wrap .voice .inner .voice_list .box {
    border: 0.5333333333vw solid #333;
  }
}
@media screen and (max-width: 750px) {
  .wrap .voice .inner .voice_list .box {
    border-radius: 4vw;
  }
}
.wrap .voice .inner .voice_list .box:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .wrap .voice .inner .voice_list .box:not(:first-child) {
    margin-top: 4vw;
  }
}
.wrap .voice .inner .voice_list .box .box_in {
  width: 670px;
  margin: 6px;
  padding-bottom: 45px;
  border-radius: 20px;
  background: #fff;
  filter: drop-shadow(8px 8px 8px rgba(109, 114, 109, 0.2));
}
@media screen and (max-width: 750px) {
  .wrap .voice .inner .voice_list .box .box_in {
    width: 89.3333333333vw;
    margin: 0.8vw;
    padding-bottom: 6vw;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .wrap .voice .inner .voice_list .box .box_in {
    filter: drop-shadow(1.0666666667vw 1.0666666667vw 1.0666666667vw rgba(109, 114, 109, 0.2));
  }
}
.wrap .voice .inner .voice_list .box .box_in .age {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: absolute;
  top: 125px;
  left: 265px;
}
@media screen and (max-width: 750px) {
  .wrap .voice .inner .voice_list .box .box_in .age {
    font-size: 4.2666666667vw;
    top: 16.6666666667vw;
    left: 35.3333333333vw;
  }
}
.wrap .voice .inner .voice_list .box .box_in .text {
  line-height: 1.71;
  letter-spacing: 0.04em;
  width: 560px;
  margin: 30px auto 0;
}
@media screen and (max-width: 750px) {
  .wrap .voice .inner .voice_list .box .box_in .text {
    width: 74.6666666667vw;
    margin: 4vw auto 0;
  }
}
.wrap .voice .inner .voice_list .box .box_in .text strong {
  font-weight: 700;
}
.wrap .offer {
  background: url("../img/offer_bg.jpg") no-repeat top center, #4BBE50;
}
@media screen and (max-width: 750px) {
  .wrap .offer {
    background-size: 266.6666666667vw auto;
  }
}
.wrap .offer .inner {
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .wrap .offer .inner {
    padding-bottom: 13.3333333333vw;
  }
}
.wrap .offer .inner .last_offer_text {
  color: #fff;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: 0.04em;
  width: 480px;
  position: absolute;
  top: 90px;
  left: 220px;
}
@media screen and (max-width: 750px) {
  .wrap .offer .inner .last_offer_text {
    font-size: 3.2vw;
    width: 64vw;
    top: 12vw;
    left: 29.3333333333vw;
  }
}
.wrap .offer .inner .limit {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
  top: 412px;
  left: 495px;
}
@media screen and (max-width: 750px) {
  .wrap .offer .inner .limit {
    font-size: 5.3333333333vw;
    top: 54.9333333333vw;
    left: 66vw;
  }
}
.wrap .offer .inner .limit strong {
  color: #FFFF00;
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */