@charset "UTF-8";
@font-face {
  font-display: swap;
  font-weight: normal;
}
@font-face {
  font-display: swap;
  font-weight: bold;
}
/* css-wipe */
* {
  box-sizing: border-box;
}
/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}
input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
input:focus {
  outline: none;
}
ul, ol {
  list-style-type: none;
}
input, select {
  -webkit-appearance: none;
  appearance: none;
}
body {
  color: #231815;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size: 16px;
  line-height: 1.25;
}
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
img {
  display: block;
  height: auto;
  width: 100%;
}
.w_container, .w_container2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .w_container, .w_container2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.w_container2 {
  max-width: 964px;
}
main {
  overflow-x: hidden;
  line-height: 1.45;
}
.header {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
.header_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 146px;
  }
}
.header_nav ul {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .header_nav ul {
    gap: 4px;
  }
}
.header_nav ul > li {
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  min-width: 137px;
  padding: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header_nav ul > li {
    font-size: 13px;
    min-width: 84px;
  }
}
.header_nav ul > li:nth-of-type(1) {
  background-color: #1B9F39;
}
.header_nav ul > li:nth-of-type(2) {
  background-color: #E84709;
}
.fv {
  aspect-ratio: 1366/685;
  position: relative;
  z-index: 1;
  margin-top: -30px;
}
.fv > *:not(.fv_img) {
  position: absolute;
  z-index: 2;
}
.fv > *:not(.fv_img) > * {
  position: absolute;
}
.fv_img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.fv_catch {
  color: #333;
  z-index: 5 !important;
}
.fv_catch > * {
  font-weight: bold;
  white-space: nowrap;
}
.fv_catch .fv_catch1 {
  font-size: 3.82vw;
  padding: 2px 10px;
  left: 13.57vw;
  background-color: #fff;
  top: 13.81vw;
}
.fv_catch .fv_course {
  font-size: 2.85vw;
  padding: 0 10px;
  left: 12.57vw;
  top: 7.81vw;
  color: #333;
}
@media screen and (max-width: 767px) {
  .fv_catch .fv_catch1 {
    font-size: 7.21vw;
    left: 2.67vw;
    top: 42.67vw;
  }
  .fv_catch .fv_course {
    font-size: 5.6vw;
    padding: 0 10px;
    left: 1.57vw;
    top: 21.81vw;
    color: #333;
  }
}
.fv_catch .fv_catch2 {
  background-color: #fff;
  font-size: 3.82vw;
  left: 13.57vw;
  padding: 2px 10px;
  top: 20.58vw;
}
@media screen and (max-width: 767px) {
  .fv_catch .fv_catch2 {
    background-color: #fff;
    font-size: 7.21vw;
    left: 2.67vw;
    padding: 0 10px;
    top: 56.01vw;
  }
}
.fv_catch .fv_catch3 {
  background-color: #fff;
  font-size: 3.82vw;
  left: 13.57vw;
  padding: 2px 10px;
  top: 27.2vw;
}
@media screen and (max-width: 767px) {
  .fv_catch .fv_catch3 {
    position: absolute;
    background-color: #fff;
    font-size: 7.21vw;
    left: 2.67vw;
    padding: 0 10px;
    top: 68.2vw;
  }
  .fv_catch .fv_catch4 {
    position: absolute;
    background-color: #fff;
    font-size: 7.21vw;
    left: 2.67vw;
    padding: 0 10px;
    top: 77.2vw;
  }
}
.fv_subCatch {
  font-size: 2.88vw;
  font-weight: bold;
  left: 13.57vw;
  color: #005edf;
  padding: 0 10px;
  background-color: #fff;
  top: 34.11vw;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fv_subCatch {
    font-size: 5.21vw;
    left: 2.67vw;
    top: 81.2vw;
  }
}
.fv_subCatch > * {
  font-weight: bold;
  white-space: nowrap;
}
.fv_subCatch2 {
  color: #fb0707;
  z-index: 5 !important;
}
.fv_subCatch2 > * {
  font-weight: bold;
  white-space: nowrap;
}
.fv_subCatch2 .fv_subCatch2_1 {
  font-size: 1.85vw;
  left: 14.57vw;
  top: 40.5vw;
  color: #333;
}
@media screen and (max-width: 767px) {
  .fv_subCatch2 .fv_subCatch2_1 {
    font-size: 4.5vw;
    left: 4.2vw;
    top: 106.67vw;
  }
  .fv_subCatch2 .fv_subCatch2_1_02 {
    font-size: 4.5vw;
    left: 4.2vw;
    top: 117.67vw;
  }
  .fv_subCatch_bg {
    opacity: .7;
    background: #fff;
    width: 100%;
    display: block;
    height: 23.51vw;
    left: 0;
    bottom: 0;
  }
}
.fv_subCatch2 .fv_subCatch2_2 {
  color: #fb0707;
  font-size: 5.52vw;
  left: 19.17vw;
  top: 36.5vw;
  font-family: 'Oswald';
}
@media screen and (max-width: 767px) {
  .fv_subCatch2 .fv_subCatch2_2 {
    font-size: 10.96vw;
    left: 14.17vw;
    top: 100.25vw;
    letter-spacing: 0;
  }
}
.fv_subCatch2 .fv_subCatch2_3 {
  font-size: 1.96vw;
  left: 35.17vw;
  top: 40.5vw;
}
@media screen and (max-width: 767px) {
  .fv_subCatch2 .fv_subCatch2_3 {
    font-size: 5.33vw;
    left: 46.8vw;
    top: 106.67vw;
  }
}
.fv_group1 {
  height: 10.03vw;
  left: 10.47vw;
  top: 1.61vw;
  width: 28.18vw;
}
@media screen and (max-width: 767px) {
  .fv_group1 {
    font-size: 5.33vw;
    height: 22.4vw;
    left: 2.67vw;
    top: 7.47vw;
    width: 61.33vw;
  }
}
.fv_group1 img {
  height: 100%;
  width: 100%;
}
.fv_underline {
  height: 1.3vw;
  left: 11.74vw;
  top: 10.51vw;
  width: 35.4vw;
}
@media screen and (max-width: 767px) {
  .fv_underline {
    left: 2vw;
    height: 11px;
    top: 35.53vw;
    width: 32.53vw;
  }
  .fv_underline2 {
    left: 2.5vw;
    height: 8px;
    top: 25.53vw;
    width: 34.53vw;
  }
}
.fv_underline img {
  height: 100%;
  width: 100%;
}
.fv_rect03 {
  height: 17.88vw;
  right: 35.47vw;
  top: 29.38vw;
  width: 15.77vw;
}
@media screen and (max-width: 767px) {
  .fv_rect03 {
    height: 36.88vw;
    right: 2.47vw;
    top: 86.38vw;
    width: 31.77vw;
  }
}
.fv_rect03 img {
  height: 100%;
  width: 100%;
}
.fv_rect04 {
  bottom: 1.46vw;
  height: 7.47vw;
  right: 10.4vw;
  width: 25.84vw;
}
@media screen and (max-width: 767px) {
  .fv_rect04 {
    height: 19.47vw;
    right: -2.67vw;
    top: 116.8vw;
    width: 63.2vw;
  }
}
.fv_rect04 img {
  height: 100%;
  width: 100%;
}
.fv_attention {
 font-size: 9px;
 text-align: left;
 padding: 10px;
 color: #808080;
}
.gokaku_year {
  left: 51.41vw;
  top: 31.5vw;
  font-size: 1.70vw;
  z-index: 3 !important;
  font-family: 'Oswald';
  font-weight: bold;
  color: red;
}
.gokaku_title {
  left: 52.1vw;
  top: 33.11vw;
  font-size: 2.15vw;
  z-index: 5 !important;
  font-weight: bold;
  color: red;
}
.gokaku_number {
  left: 51.4vw;
  top: 34.5vw;
  letter-spacing: -1px;
  font-size: 5.1vw;
  z-index: 3 !important;
  font-family: 'Oswald';
  font-weight: bold;
}
.gokaku_number .small {
  font-size: 1.8vw;
  left: 8vw;
  top: 4vw;
}
@media screen and (max-width: 767px) {
  .gokaku_number {
    left: 72vw;
    top: 97vw;
    letter-spacing: -1px;
    font-size: 10.88vw;
    font-family: 'Oswald';
    font-weight: bold;
    z-index: 100 !important;
  }
  .gokaku_year {
    left: 75.41vw;
    top: 90.5vw;
    font-size: 3.12vw;
  }
  .gokaku_title {
    left: 71.15vw;
    top: 94.11vw;
    font-size: 4.85vw;
  }
  .gokaku_number .small {
    font-size: 4.56vw;
    left: 16.21vw;
    top: 7.56vw;
  }
}
.coupon {
  padding-bottom: 65px;
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .coupon {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
.coupon_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 718px;
}
@media screen and (max-width: 767px) {
  .coupon_img {
    width: 80vw;
  }
}
.coupon_img img {
  height: auto;
  width: 100%;
}
.onayami {
  background-color: #1746A2;
  padding-bottom: 45px;
  padding-top: 35px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .onayami {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
.onayami h2 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .onayami h2 {
    font-size: clamp(20px, 4.85vw, 30px);
    line-height: 1.5833333333;
  }
}
.onayami_cont {
  align-items: center;
  background-color: #fff;
  border-radius: 7px;
  display: -ms-grid;
  display: grid;
  gap: 4%;
  grid-template-columns: 19.537037037% 1fr 0;
  margin-top: 30px;
  padding: 25px 4%;
}
@media screen and (max-width: 767px) {
  .onayami_cont {
    -ms-grid-columns: 1fr 13.33vw 1fr;
    -webkit-column-gap: 13.33vw;
    column-gap: 0vw;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
    padding: 20px 2.13vw;
    row-gap: 10px;
  }
}
.onayami_list {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-column-align: center;
  grid-column: 2/3;
  grid-row: 1;
  justify-self: center;
}
@media screen and (max-width: 767px) {
  .onayami_list {
    grid-column: 1/-1;
  }
}
.onayami_list li {
  background: url(../img/check.webp) left 0px top 7px no-repeat;
  background-size: 1.2em auto;
  line-height: 2.2em;
  font-size: 22px;
  padding-left: 1.8em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .onayami_list li {
    background: url(../img/check.webp) left 0px top 1px no-repeat;
    background-size: 1em auto;
    line-height: 1.25;
    padding-left: 1.4em;
    font-size: clamp(20px, 4.85vw, 30px);
  }
  .onayami_list li + li {
    margin-top: 0.5em;
  }
}
.onayami_img1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: 1/2;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .onayami_img1 {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    grid-column: 2;
    grid-row: 2;
    width: 29.33vw;
    justify-self: flex-start;
  }
}
.onayami_img2 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: 3/4;
  grid-row: 1;
  display: none;
}
@media screen and (max-width: 767px) {
  .onayami_img2 {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    grid-column: 2;
    grid-row: 2;
    justify-self: flex-start;
    width: 32.8vw;
  }
}
.tsuzuki {
  padding-bottom: min(20px, 1.46vw);
  padding-top: 50px;
}
.tsuzuki_txt_line {
  border-top: 10px #fb920b solid;
}
.sankaku {
  background-color: #fb920b;
  width: 100%;
  height: 80px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (min-width: 1220px) {
  .tsuzuki {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .tsuzuki {
    padding-top: 220px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki {
    padding: 0;
  }
  .sankaku {
    height: 60px;
  }
}
.tsuzuki_txt {
  font-size: clamp(20px, 4.56vw, 30px);
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
  margin: 10px 0;
  border-top: 5px #fb920b solid;
  border-bottom: 5px #fb920b solid;
}
@media screen and (max-width: 767px) {
  .tsuzuki_txt {
    font-size: clamp(20px, 5.55vw, 30px);
    line-height: 1.5;
    padding: 20px 0;
    margin: 5px 0;
    border-top: 3px #fb920b solid;
    border-bottom: 3px #fb920b solid;
  }
}
.sec01 {
  background-color: #FFF7E9;
  padding-bottom: 180px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 150px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 450px) {
  .sec01 {
    padding-bottom: 100px;
  }
}
.sec_ttl {
  align-items: center;
  background: url(../img/sec01_ttl.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  font-size: clamp(24px, 10.33vw, 40px);
  font-weight: bold;
  height: 117px;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .sec_ttl {
    font-size: clamp(20px, 5.33vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    background: url(../img/sec01_ttl_sp.webp);
    background-size: 100% 100%;
    font-size: clamp(20px, 5.33vw, 30px);
    height: 88px;
    justify-content: flex-start;
    line-height: 1.17;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 12px 0;
    padding-left: 8.27vw;
    text-align: left;
    width: 100vw !important;
  }
}
.sec01_desc {
  font-size: 20px;
  padding: 20px 40px 30px;
  margin-top: 1.3em;
  line-height: 1.65;
}
.sec02_desc {
  font-size: 24px;
  text-align: center;
  margin-top: 1.3em;
  line-height: 1.65;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec01_desc {
    font-size: 16px;
    line-height: 1.45;
    padding: 0 0 15px;
  }
}
.sec01_cardCont {
  -ms-grid-columns: 1fr 2.49vw 1fr;
  display: -ms-grid;
  display: grid;
  gap: 2.49vw;
  padding-top: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .sec01_cardCont {
    -ms-grid-columns: 1fr;
    gap: 18px;
    grid-template-columns: 1fr;
  }
}
.sec01_card {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 30px 8% 30px;
}
@media screen and (max-width: 767px) {
  .sec01_card {
    padding: 15px 5% 10px;
  }
}
.sec01_card_ttl {
  align-items: center;
  border-bottom: 5px solid #1746A2;
  display: flex;
  gap: 12px;
  padding-bottom: 2px;
}
.sec01_card_ttl > span:nth-of-type(1) {
  aspect-ratio: 1;
  background-color: #1746A2;
  color: #fff;
  font-family: oswald;
  display: -ms-grid;
  display: grid;
  flex: 0 0 45px;
  font-size: 26px;
  font-weight: normal;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .sec01_card_ttl > span:nth-of-type(1) {
    flex: 0 0 40px;
    font-size: 20px;
  }
}
.sec01_card_ttl > span:nth-of-type(2) {
  font-size: 24px;
  font-weight: bold;
}
.sec01_ttl {
  font-size: clamp(20px, 5.12vw, 26px);
}
@media screen and (max-width: 767px) {
  .sec01_card_ttl > span:nth-of-type(2) {
    font-size: 20px;
  }
}
.sec01_card_txt {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.75;
}
.sec01_card_strong {
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sec01_card_strong {
    font-size: 18px;
  }
  .sec01_card_txt {
    font-size: 15px;
    line-height: 1.45;
  }
}
.inlineBlock {
  display: block;
}
.marker {
  background: linear-gradient(transparent 85%, #fffa00 85%);
  color: #e84709;
  font-weight: bold;
}
.marker_orange {
  background: linear-gradient(transparent 85%, #E84709 85%);
}
.sec01_card--01 .sec01_card01_img {
  margin-left: 40%;
  margin-right: auto;
  margin-top: 45px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .sec01_card--01 .sec01_card01_img {
    width: 44%;
    margin-left: auto;
    margin-right: 4vw;
    margin-top: 15px;
  }
}
.sec01_card--02 .sec01_card_strong {
  line-height: 1.65;
}
.sec01_card--02 .sec01_card01_img {
  margin-left: 50%;
  margin-right: auto;
  margin-top: 0px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .sec01_card--02 .sec01_card01_img {
    width: 37%;
    margin-left: auto;
    margin-right: 3vw;
    margin-top: 10px;
  }
}
.sec01_card--03 {
  position: relative;
}
.sec01_card--03 .sec01_card_strong {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec01_card--03 .sec01_card_strong {
    bottom: 5.33vw;
    left: 5.87vw;
    position: absolute;
  }
}
.sec01_card--03 .sec01_card01_img {
  margin-left: 50%;
  margin-right: auto;
  margin-top: 0;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .sec01_card--03 .sec01_card01_img {
    width: 35%;
    margin-left: auto;
    margin-right: 7vw;
    margin-top: 15px;
  }
}
.sec01_card--04 .sec01_card01_img {
  margin-left: 44%;
  margin-right: auto;
  margin-top: 15px;
  width: 56%;
}
@media screen and (max-width: 767px) {
  .sec01_card--04 .sec01_card01_img {
    width: 43%;
    margin-left: auto;
    margin-right: 4vw;
  }
}
.sec01_card--05 .sec01_card01_img {
  margin-left: 43%;
  margin-right: auto;
  margin-top: 5px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .sec01_card--05 .sec01_card01_img {
    width: 39%;
    margin-left: auto;
    margin-right: 4vw;
  }
}
.sec01_card--06 .sec01_card01_img {
  margin-left: 56%;
  margin-right: auto;
  margin-top: 5px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .sec01_card--06 .sec01_card01_img {
    width: 29%;
    margin-left: auto;
    margin-right: 7vw;
  }
}
.tsuzuki--2 {}
@media screen and (max-width: 767px) {
  .tsuzuki--2 {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.tsuzuki--2 .tsuzuki_txt {
  top: min(53px, 4.39vw);
}
@media screen and (max-width: 767px) {
  .tsuzuki--2 .tsuzuki_txt {
    line-height: 1.3;
    top: clamp(1.5625rem, -2.0249rem + 15.3061vw, 5.3125rem);
  }
}
.tsuzuki--2 .mt_large {
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .tsuzuki--2 .mt_large {
    margin-top: 1.33vw;
  }
}
.tsuzuki_txt2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .tsuzuki_txt2 {
    margin-top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .tsuzuki_txt2 {
    font-size: 30px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 550px) {
  .tsuzuki_txt2 {
    font-size: 22px;
    line-height: 1.6;
  }
}
.tsuzuki_txt2 .df {
  align-items: center;
  display: flex;
  justify-content: center;
}
.tsuzuki_txt2 .df img {
  flex: 0 0 209px;
  width: 209px;
}
@media screen and (max-width: 767px) {
  .tsuzuki_txt2 .df img {
    flex: 0 0 125px;
    width: 125px;
  }
}
span.red {
  color: red;
  font-weight: bold;
}
.tsuzuki2_img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 415px;
}
@media screen and (max-width: 767px) {
  .tsuzuki2_img {
    width: 61.33vw;
    margin-top: 20px;
  }
}
.trialBtn {
  padding-bottom: 65px;
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .trialBtn {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
.btn_square {
  align-items: center;
  background-color: #1B9F39;
  border-radius: 18px;
  box-shadow: 0 5px 0 0 #0d4b1b;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  gap: 15px;
  justify-content: center;
  line-height: 1.67;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 0;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .btn_square {
    font-size: 20px;
    gap: 8px;
    line-height: 1.5;
    padding: 12px 0;
    width: 66vw;
  }
}
.btn_square > p:nth-of-type(1) {
  text-align: center;
}
.btn_square--red {
  background-color: #e84709;
  box-shadow: 0 5px 0 0 #8d2b06;
}
.sec02 {
  background-color: #FFF7E9;
  padding-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    overflow-x: hidden;
    padding-bottom: 25px;
  }
}
.sec02_setsumei {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8666666667;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec02_setsumei {
    font-size: 5.12vw;
    line-height: 1.45;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 10px 0;
    position: relative;
    width: 100vw !important;
  }
  .sec02_setsumei::after {
    -webkit-transform: translatex(50%);
    border-left: calc(50vw - 10px) solid transparent;
    border-right: calc(50vw - 10px) solid transparent;
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 100%;
    transform: translatex(50%);
  }
}
.sec02_setsumei .inlineBlock {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec02_setsumei .marker {
  background: linear-gradient(transparent 90%, #fb4b07 90%);
  color: #231815;
}
@media screen and (max-width: 767px) {
  .sec02_setsumei .marker {
    color: #231815;
  }
}
.sec02 .reasonCard_img {}
.sec3_ttl {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec3_ttl {
    padding-left: 0;
  }
}
.sec3_ttl_txt {
  font-size: clamp(22px, 8.33vw, 28px);
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  margin: 20px 0;
  padding: 30px 50px;
  min-width: 120px;
  max-width: 730px;
  background: linear-gradient(to right, #e84709, #f98b08);
  box-sizing: border-box;
}
.sec3_ttl_txt:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #f60;
  z-index: 2;
}
.sec3_ttl_txt:after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #f60;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .sec3_ttl_txt {
    font-size: 2.85vw;
  }
}
@media screen and (max-width: 768px) {
  .sec3_ttl_txt {
    font-size: clamp(18px, 5.15vw, 27px);
    padding: 17px 40px;
    margin: 10px 0;
  }
}
.sec3_ttl_txt .small {
  font-size: 0.7222222222em;
}
.sec3_ttl_txt .large {
  font-size: 1.3888888889em;
}
.reasonCard {
  -ms-grid-columns: 495px 1fr;
  -ms-grid-rows: 115px auto;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: -ms-grid;
  display: grid;
  grid-template-columns: 495px 1fr;
  grid-template-rows: 115px auto;
  margin-top: 70px;
  position: relative;
}
.reasonCard > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.reasonCard > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.reasonCard > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.reasonCard > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media screen and (max-width: 767px) {
  .reasonCard {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-top: 40px;
  }
  .reasonCard > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.reasonCard + .reasonCard {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .reasonCard + .reasonCard {
    margin-top: 40px;
  }
}
.reasonCard_num {
  -webkit-transform: rotate(-5deg);
  background-color: #fb9208;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  left: -30px;
  padding: 3px;
  position: absolute;
  text-align: center;
  top: -30px;
  transform: rotate(-5deg);
  width: 135px;
}
@media screen and (max-width: 767px) {
  .reasonCard_num {
    font-size: 18px;
    left: -10px;
    padding: 2px;
    top: -20px;
    width: 95px;
  }
}
.reasonCard_ttl {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  background-color: #fad4a2;
  display: -ms-grid;
  display: grid;
  font-size: 30px;
  font-weight: bold;
  grid-column: 1/2;
  grid-row: 1/2;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .reasonCard_ttl {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    border-radius: 7px 7px 0 0;
    font-size: 20px;
    grid-column: 1;
    grid-row: 1;
    height: 70px;
  }
}
.reasonCard_txt {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-row-align: center;
  align-self: center;
  grid-column: 1/2;
  grid-row: 2/3;
  padding: 27px;
}
.reasonCard_txt .bold {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .reasonCard_txt {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-column: 1;
    grid-row: 2;
    padding: 10px 5%;
    line-height: 1.75;
    font-size: 15px;
  }
}
.reasonCard_txt .marker {
  color: #231815;
  font-weight: bold;
}
.reasonCard_img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-row-align: center;
  align-self: center;
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .reasonCard_img {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    grid-column: 1;
    grid-row: 3;
  }
}
.reasonCard--01 .reasonCard_img {
  padding: 35px 7%;
}
.reasonCard--02 .reasonCard_img img {
  padding-bottom: 20px;
}
.reasonCard--02 .reasonCard_img {
  padding: 35px 5% 25px;
  display: flex;
}
.reasonCard--02 .reasonCard_img p {
  text-align: center;
  font-size: 14px;
}
.reasonCard--03 .reasonCard_img {
  padding: 20px 27%;
}
.reasonCard--04 .reasonCard_img {
  padding: 15px 9% 25px;
}
.reasonCard--05 .reasonCard_img {
  padding: 35px 5%;
}
.reasonCard--06 .reasonCard_img {
  padding: 35px 10%;
}
@media screen and (max-width: 767px) {
  .reasonCard--03 .reasonCard_img {
    padding: 10px 34% 20px;
  }
  .reasonCard--04 .reasonCard_img {
    padding: 10px 20% 20px;
  }
  .sec03 {
    padding-bottom: 25px;
  }
  .reasonCard--01 .reasonCard_img, .reasonCard--02 .reasonCard_img {
    padding: 5px 15% 20px;
  }
  .reasonCard--05 .reasonCard_img {
    padding: 10px 5% 20px;
  }
  .reasonCard--06 .reasonCard_img {
    padding: 10px 27% 20px;
  }
}
.recommend {
  background-color: #fff;
  padding-bottom: 77px;
  position: relative;
}
.recommend_ttlCont {
  position: absolute;
  top: -130px;
}
@media screen and (max-width: 767px) {
  .recommend {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 450px) {
  .recommend {
    padding-bottom: 50px;
  }
  .recommend_ttlCont {
    top: -60px;
  }
}
.recommend_ttlPositioner {
  -webkit-transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.recommend_ttl {
  color: #fff;
  font-size: clamp(40px, 67.8px + 1.67vw, 50px);
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .recommend_ttl {
    font-size: 24px;
  }
}
.sec03_cont {
  align-items: center;
  display: flex;
  gap: 11.3636363636%;
  justify-content: space-between;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .sec03_cont {
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
  }
}
.sec03_txt {
  flex: 0 0 46.4285714286%;
  line-height: 1.65;
  font-size: 20px;
}
.recommend_tableWrapper {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .recommend_tableWrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    margin-top: 20px;
  }
}
.recommend_table tr {
  border-bottom: 1px solid #707070;
}
.recommend_table tr:first-of-type {
  border-top: 1px solid #707070;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .recommend_table tr:first-of-type {
    height: 30px;
  }
}
.recommend_table tr:first-of-type th:nth-of-type(1) {
  width: 25.5434782609%;
}
@media screen and (max-width: 767px) {
  .recommend_table tr:first-of-type th:nth-of-type(1) {
    width: 20%;
  }
}
.recommend_table tr:first-of-type th:nth-of-type(2) {
  vertical-align: middle;
  width: 37.6086956522%;
}
@media screen and (max-width: 767px) {
  .recommend_table tr:first-of-type th:nth-of-type(2) {
    width: 41.6438356164%;
  }
}
.recommend_table tr:first-of-type th:nth-of-type(2) img {
  margin-left: auto;
  margin-right: auto;
  width: 169px;
}
@media screen and (max-width: 767px) {
  .recommend_table tr:first-of-type th:nth-of-type(2) img {
    width: 85px;
  }
}
.recommend_table tr:first-of-type th:nth-of-type(3) {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .recommend_table tr:first-of-type th:nth-of-type(3) {
    font-size: 13px;
  }
}
.recommend_table th, .recommend_table td {
  border-right: 1px solid #707070;
}
.recommend_table th:first-of-type, .recommend_table td:first-of-type {
  border-left: 1px solid #707070;
}
.recommend_table .bgOrange {
  background-color: #f8b641;
}
.recommend_table .bgBlue {
  background-color: #a9d8ea;
}
.recommend_table .bgGray {
  background-color: #efefef;
  font-size: 18px;
  height: 104px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .recommend_table .bgGray {
    font-size: 13px;
    height: 73px;
  }
}
.recommend_table .bgYellow {
  background-color: #fcf7df;
  background-image: url(../img/sec02_table_maru.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18%;
  font-size: 18px;
  line-height: 1.45;
  padding: 15px 20px;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .recommend_table .bgYellow {
    background-image: url(../img/sec02_table_maru_sp.webp);
    background-size: 24%;
    font-size: 13px;
    padding: 8px;
  }
}
.recommend_table .bgSky {
  background-color: #e4f3f8;
  background-image: url(../img/sec02_table_batu.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18%;
  font-size: 18px;
  padding: 20px;
  vertical-align: middle;
  line-height: 1.45;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .recommend_table .bgSky {
    background-image: url(../img/sec02_table_batu_sp.webp);
    background-size: 24%;
    font-size: 13px;
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .sec03_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sec03_img {
    width: 60vw;
  }
}
.movie {
  padding-bottom: 50px;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .movie {
    padding-bottom: 30px;
    padding-top: 0;
  }
}
.message {
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .message {
    padding-bottom: 35px;
  }
}
.message_card {
  border: solid 3px #fad4a2;
  border-radius: 7px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .message_card {
    border-width: 5px;
  }
}
.message_card_ttl {
  align-items: center;
  background-color: #fad4a2;
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: bold;
  height: 85px;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .message_card_ttl {
    font-size: 20px;
    height: 58px;
  }
}
.message_card_ttl .small {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.message_card--02 .message_card_ttl {
  background-color: #fb9208;
}
.message_card_body {
  padding: 40px 5%;
}
@media screen and (max-width: 767px) {
  .message_card_body {
    padding: 13px 10px;
  }
}
.message_card--01 .message_card_body {
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .message_card--01 .message_card_body {
    flex-direction: column;
    gap: 13px;
  }
}
.voice {
  background-color: #f7f5ee;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .voice {
    padding-bottom: 10px;
  }
}
.voice h2 {
  background-color: #f6d08b;
  font-size: 33px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice h2 {
    font-size: 18px;
    padding: 5px;
    padding-left: 10px;
    text-align: left;
  }
}
.voice h2 img {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .voice h2 img {
    margin-right: 15px;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .voice_message_cont_rightCont_message {
    font-size: 15px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    overflow: hidden;
  }
  .voice_message_cont_rightCont_message.is_active {
    display: block;
  }
  .voice_message_cont_rightCont_message.is_active + .message_continue {
    visibility: hidden;
  }
}
.voice_message_cont_rightCont {
  padding: 40px 0 0;
  line-height: 1.68;
}
@media screen and (max-width: 767px) {
  .voice_message_cont_rightCont {
    border-left: none;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .message_card_txt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    overflow: hidden;
  }
  .message_card_txt.is_active {
    display: block;
  }
  .message_card_txt.is_active + .message_continue {
    visibility: hidden;
  }
}
.message_continue {
  background: unset;
  border: none;
  color: #333;
  font-size: 15px;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  text-decoration: underline;
}
.voice_message_cont {
  align-items: center;
  margin-top: 20px;
  padding: 0 20px;
  max-width: 950px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .voice_message_cont {
    flex-direction: column;
    margin-top: 15px;
    padding: 0;
  }
}
.voice_message_cont_leftCont {
  align-items: center;
  display: flex;
  gap: 17px;
  max-width: 680px;
  margin: 0 auto;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .voice_message_cont_leftCont {
    gap: 10px;
    padding-left: 15px;
    padding-right: 10px;
  }
}
.voice_message_cont_leftCont_img {
  flex: 0 0 23%;
  overflow: hidden;
}
.voice_message_cont_leftCont_body_message {
  font-weight: bold;
  padding-bottom: 20px;
  color: #fb4b07;
  line-height: 1.5;
  font-size: 19px;
}
.voice_message_cont_leftCont_body_name {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .voice_message_cont_leftCont_img {
    flex: 0 0 31%;
  }
  .voice_message_cont_leftCont_body_message {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 0;
  }
  .voice_message_cont_leftCont_body_name {
    font-size: 14px;
  }
}
.requirements {
  max-width: 950px;
  border-top: 1px #929292 dotted;
  margin: 60px auto 70px;
  padding-top: 40px;
}
.requirements h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}
.requirements_inner {
  display: flex;
  gap: 5%;
  flex-flow: row wrap;
  justify-content: center;
}
.requirements ul li {
  text-align: center;
  font-size: 14px;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .requirements {
    margin: 0;
    padding-top: 20px;
    border: none;
  }
  .requirements h3 {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .requirements_inner {
    flex-wrap: wrap;
    gap: 0%;
    justify-content: flex-start;
  }
  .requirements ul li {
    width: 33.3%;
    text-align: center;
    padding-bottom: 20px;
    font-size: 12px;
  }
}
.requirements .requirements_img {
  margin: 0 auto 15px;
  border-radius: 150px;
  overflow: hidden;
}
strong {
  font-weight: bold;
}
.sec6_userVoiceSect {
  background-color: #f8ebe1;
  padding: 70px 6%;
}
.sec6_userVoiceSect .attention {
  color: #333;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .requirements .requirements_img {
    width: 70%;
  }
  .sec6_userVoiceSect {
    padding: 8.6vw 0;
    margin-top: 0;
  }
}
.sec6_userVoiceSect_ttl {
  margin-top: 15px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.sec6_userVoiceSect_ttl span {
  background: linear-gradient(transparent 60%, #FFEC9C 60%);
}
.sec6_userVoiceSect_sub {
  font-size: clamp(20px, 5.33vw, 34px);
  font-weight: bold;
  text-align: center;
  margin-top: -10px;
}
.sec6_userVoiceSect_sub span {
  background: linear-gradient(transparent 60%, #FFEC9C 60%);
}
@media screen and (max-width: 768px) {
  .sec6_userVoiceSect_ttl {
    margin-top: 2.6666666667vw;
    font-size: 5.28vw;
  }
  .sec6_userVoiceSect_sub {
    font-size: 6.55vw;
    line-height: 1.2;
    margin-top: 5px;
  }
}
.sec6_userVoiceSect_ttl .strong {
  color: #f05a24;
  font-size: 30px;
  margin-left: 10px;
  border-bottom: 4px solid #f05a24;
}
@media screen and (max-width: 768px) {
  .sec6_userVoiceSect_ttl .strong {
    font-size: 4.8vw;
    border-bottom: 3px solid #f05a24;
  }
}
.sec6_userVoiceSect_sub .large {
  font-size: 49px;
  color: #fb4b07;
  font-family: 'Oswald';
  font-weight: 500;
  background: none;
}
@media screen and (max-width: 768px) {
  .sec6_userVoiceSect_sub .large {
    font-size: 9.3333333333vw;
  }
}
.voice_cont {
  display: flex;
  column-gap: 3.5%;
  row-gap: 80px;
  margin-top: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .voice_cont {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    column-gap: 14px;
    row-gap: 50px;
    flex-wrap: wrap;
  }
}
.voice_cont_item {
  background-color: #fff;
  position: relative;
  width: 31%;
  padding: 100px 25px 22px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  flex-flow: column;
  gap: 5px;
}
.voice_cont_item_attribute {
  text-align: center;
  font-size: 14px;
}
.voice_cont_item_subject {
  text-align: center;
  font-weight: bold;
}
.voice_cont_item_period {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.voice_cont_item_period span:first-child {
  background: #fb4b07;
  padding: 4px 20px 6px;
  color: #fff;
  border-radius: 20px;
  margin-right: 10px;
}
.voice_cont_item_period span:nth-child(2) {
  font-size: 28px;
  font-weight: bold;
}
.voice_cont_item_period span:nth-child(3) {
  font-weight: bold;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .voice_cont_item {
    padding: 20vw 10px 10px;
    width: calc(50% - 7px);
    font-size: 13px;
  }
  .voice_cont_item_period span:nth-child(3) {
    margin-top: 0;
  }
  .voice_cont_item_period span:first-child {
    padding: 3px 8px;
    font-size: 12px;
    margin-right: 5px;
  }
  .voice_cont_item_attribute {
    font-size: 14px;
  }
  .voice_cont_item_period {
    padding-bottom: 8px;
  }
  .voice_cont_item_period span:nth-child(2) {
    font-size: 20px;
  }
}
.voice_cont_item_img {
  width: 120px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  top: -30px;
  border-radius: 900px;
  overflow: hidden;
  max-width: -webkit-fill-available;
}
@media screen and (max-width: 1000px) {
  .voice_cont_item_img {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .voice_cont_item_img {
    width: 50%;
  }
}
.voice_cont_item_txt1 {
  color: #fb4b07;
  font-size: 17px;
  font-weight: bold;
}
.voice_movie_head {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .voice_movie_head {
    margin-top: 15px;
  }
  .voice_cont_item_txt1 {
    font-size: 13px;
  }
  .voice_cont_item_txt2 {
    font-size: 13px;
  }
}
.voice_movie_head figure {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  width: 80px;
}
@media screen and (max-width: 767px) {
  .voice_movie_head figure {
    -webkit-transform: unset;
    transform: unset;
    width: 41px;
  }
}
.voice_movie_head p {
  border-bottom: 3px solid #fb4b07;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .voice_movie_head p {
    border-bottom: 3px solid #f98b08;
    font-size: 13px;
    padding-left: 2px;
    padding-right: 2px;
  }
}
.voice_movie_subject {
  margin-top: 14px;
  margin-inline: auto;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  max-width: 620px;
}
@media screen and (max-width: 767px) {
  .voice_movie_subject {
    font-size: 14px;
    margin-top: 11px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.voice_movie_txt {
  font-size: 20px;
  color: red;
  font-weight: bold;
  margin-left: auto;
  text-align: center;
  line-height: 1.6;
  margin-right: auto;
  margin-top: 14px;
  max-width: 620px;
  /* white-space: nowrap; */
}
@media screen and (max-width: 767px) {
  .voice_movie_txt {
    font-size: 14px;
    margin-top: 11px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.voice_movie {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 582px;
}
@media screen and (max-width: 767px) {
  .voice_movie {
    margin-top: 10px;
    width: 69.3333333333%;
  }
}
.voice_movie iframe {
  aspect-ratio: 582/327;
  height: 100%;
  width: 100%;
}
.voice_movie {
  aspect-ratio: 582/328;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 582px;
}
@media screen and (max-width: 767px) {
  .voice_movie {
    margin-top: 14px;
    width: 67.2vw;
  }
}
.voice_movie iframe {
  height: 100%;
  width: 100%;
}
.btn_containter a {
  display: block;
  width: 420px;
  border: 1px solid #f76b1e;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  padding: 20px 0;
}
.voice_movie_btn {
  background-color: #fb4b07;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding: 22px 80px 20px;
  white-space: nowrap;
}
.voice_movie_btn:after {
  float: right;
  margin-right: 20px;
  content: "\3e";
  z-index: 1;
}
.trial {
  background-color: #f8f5ec;
  padding-top: 60px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .trial {
    padding-top: 15px;
  }
  .btn_containter a {
    width: 90%;
    padding: 3.5vw;
    font-size: 16px;
  }
}
.trial_ttl {
  color: #e84709;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .trial_ttl {
    font-size: 20px;
  }
}
.trial_txt {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  font-size: 14px;
  max-width: 716px;
  text-align: center;
}
.trial_cardCont {
  -ms-grid-columns: 1fr 3.73vw 1fr;
  display: -ms-grid;
  display: grid;
  gap: 3.73vw;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .trial_cardCont {
    -ms-grid-columns: 1fr;
    gap: 18px;
    grid-template-columns: 1fr;
    margin-top: 15px;
  }
}
.trial_card {
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  flex: 1;
  padding: 0 40px 25px;
}
@media screen and (max-width: 767px) {
  .trial_card {
    padding: 0 10px 10px;
  }
}
.trial_card_ttlCont {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .trial_card_ttlCont {
    gap: 13px;
  }
}
.trial_card_ttlImg {
  flex: 0 0 47px;
}
@media screen and (max-width: 767px) {
  .trial_card_ttlImg {
    flex: 0 0 35px;
  }
}
.trial_card_ttl {
  color: #fb9208;
  font-size: 20px;
  font-weight: bold;
  padding-top: 14px;
}
@media screen and (max-width: 767px) {
  .trial_card_ttl {
    font-size: 16px;
    padding-top: 10px;
  }
}
.trial_card--01 .trial_card_bodyCont {
  margin-top: 10px;
}
.trial_card--01 .trial_card_body_img {
  width: 90%;
  margin: 20px auto 0;
}
.trial_card--02 .trial_card_body_img {
  width: 50%;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .trial_card--01 .trial_card_bodyCont {
    margin-top: 15px;
  }
  .trial_card--01 .trial_card_body_img {
    width: 60%;
    margin: 20px auto;
  }
  .trial_card--02 .trial_card_body_img {
    width: 45%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .trial_card--01 .trial_card_bodyCont .trial_card_body_txt {
    flex: 0 0 50.1474926254%;
    font-size: 15px;
  }
}
.trial_card--01 .trial_card_bodyCont .trial_card_body_txt .small {
  display: block;
  font-size: 11px;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .trial_card--01 .trial_card_bodyCont .trial_card_body_txt .small {
    font-size: 10px;
  }
}
.trial_card--02 .trial_card_bodyCont {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .trial_card--02 .trial_card_bodyCont .trial_card_body_txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .trial_card--02 .trial_card_bodyCont .trial_card_body_img {
    margin-top: 10px;
  }
}
.registframe {
  height: 750px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .registframe {
    height: 850px;
  }
}
@media screen and (max-width: 530px) .registframe {
  height: 960px;
}
@media screen and (max-width: 470px) .registframe {
  height: 1120px;
}
.buy {
  overflow-x: hidden;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .buy {
    padding-bottom: 32px;
    padding-top: 20px;
  }
}
.buy2 {
  padding-top: 50px;
}
.buy2 .buy_text {
  padding-bottom: 20px;
  text-align: center;
  max-width: 500px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .buy2 {}
  .buy2 .buy_text {
    font-size: 12px;
    width: 78%;
    margin: 0 auto;
  }
}
.buy_text::before, .buy_text::after {
  background: #333;
  content: "";
  display: inline-block;
  height: 3em;
  position: absolute;
  top: 6px;
  vertical-align: middle;
  width: 2px;
}
.buy_text::before {
  -webkit-transform: rotate(-35deg);
  left: -15px;
  transform: rotate(-35deg);
}
.buy_text::after {
  -webkit-transform: rotate(35deg);
  right: -15px;
  transform: rotate(35deg);
}
.free_message {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .free_message {
    font-size: 15px;
  }
}
.free_message::before, .free_message::after {
  background: #333;
  content: "";
  display: inline-block;
  height: 3em;
  position: absolute;
  top: 6px;
  vertical-align: middle;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .free_message::before, .free_message::after {
    top: 2px;
  }
}
.free_message::before {
  -webkit-transform: rotate(-35deg);
  left: -15px;
  transform: rotate(-35deg);
}
.free_message::after {
  -webkit-transform: rotate(35deg);
  right: -15px;
  transform: rotate(35deg);
}
.free_message img {
  -webkit-transform: translateY(-5px);
  display: inline-block;
  transform: translateY(-5px);
  vertical-align: middle;
  width: 144px;
}
@media screen and (max-width: 767px) {
  .free_message img {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    width: 92px;
  }
}
.free_btn1 {
  background-color: #fff;
  border: solid 1px #e84709;
  border-radius: 999px;
  color: #e84709;
  display: -ms-grid;
  display: grid;
  font-size: 24px;
  font-weight: bold;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 23px;
  place-items: center;
  position: relative;
  width: 290px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .free_btn1 {
    font-size: 16px;
    height: 27px;
    margin-top: 10px;
    width: 186px;
  }
}
.free_btn2 {
  background-color: #e84709;
  box-shadow: 0 5px 0 0 #9c0106;
  border-radius: 7px;
  color: #fff;
  display: flex;
  font-size: 28px;
  font-weight: bold;
  height: 132px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -18px;
  place-items: center;
  position: relative;
  padding: 15px 50px 0;
  width: 400px;
  z-index: 1;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .free_btn2 {
    font-size: 16px;
    height: 80px;
    margin-top: -14px;
    width: 269px;
    padding: 15px 50px 0;
  }
}
@media screen and (max-width: 1000px) {
  .sec07 {
    padding: 7vw 0 8vw;
  }
  .sec07 .wrap {
    width: 98vw;
  }
  .sec07 h2 + picture img {
    width: 34.8vw;
  }
  .course-each {
    width: 32.5%;
  }
  .course-content {
    height: calc(100% - 10.5vw);
    padding: 2.5vw 1vw 3vw;
  }
  .course-ttl {
    letter-spacing: 0;
    padding: 4vw 0 2.5vw;
  }
  .dot-line {
    padding-bottom: 1vw;
  }
  .course-ttl img {
    top: -11vw;
    width: 15vw;
  }
  .course-price {
    padding: 1vw 0 1.5vw;
  }
  .ylw-box {
    padding: 1vw;
  }
}
.xday-after {
  max-width: 650px;
  margin: 60px auto 10px;
}
@media screen and (max-width: 768px) {
  .banner {
    padding-bottom: 7vw;
  }
  .xday-after {
    width: 80%;
    margin: 7vw auto 2vw;
  }
}
/*============================
.コース 
============================*/
.buy_btn {
  padding-top: 50px;
}
.trial_course {
  background-color: #fcf7df;
  border: solid 2px #e84709;
  border-radius: 7px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  max-width: 577px;
  padding: 20px 18px;
}
@media screen and (max-width: 767px) {
  .trial_course {
    margin-top: 15px;
    padding: 12px 9px;
    width: 94%;
  }
  .buy_btn {
    padding-top: 20px;
  }
}
.trial_course_ttl {
  color: #fff;
  background: #fb4b07;
  display: -ms-grid;
  display: grid;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  margin-left: auto;
  padding: 10px;
  margin-right: auto;
  place-items: center;
  text-align: center;
}
.trial_course_ttl span {
  font-size: 16px;
  font-weight: normal;
}
.trial_course_2 {
  border: solid 2px #0982c3;
}
.trial_course_2 .trial_course_ttl {
  background-color: #0982c3;
}
.trial_course_2 .trial_course_price {
  color: #0982c3;
}
.trial_course_3 {
  border: solid 2px #f8b641;
}
.trial_course_3 .trial_course_ttl {
  background-color: #f8b641;
}
.trial_course_3 .trial_course_price {
  color: #f8b641;
}
@media screen and (max-width: 767px) {
  .trial_course_ttl {
    font-size: 18px;
    padding: 8px;
    border-radius: 0;
  }
  .trial_course_ttl span {
    font-size: 15px;
  }
}
.trial_course_price {
  font-size: 30px;
  font-weight: bold;
  color: #fb4b07;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trial_course_price {
    font-size: 18px;
    color: #fb4b07;
  }
}
.trial_course_price span {
  font-size: 63px;
}
@media screen and (max-width: 767px) {
  .trial_course_price span {
    font-size: 37px;
  }
}
.trial_course_small {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trial_course_small {
    font-size: 14px;
  }
}
.trial_course_txt {
  font-size: 15px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .trial_course_txt {
    font-size: 13px;
    margin-top: 8px;
  }
}
.trial_course_list {
  -ms-grid-columns: 1fr 10px 1fr;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .trial_course_list {
    gap: 5px;
  }
}
.trial_course_list li {
  background-color: #d2d0d0;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 8px;
}
@media screen and (max-width: 767px) {
  .trial_course_list li {
    font-size: 12px;
    padding: 2px 4px;
  }
}
.trial_course_txt2 {
  font-size: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .trial_course_txt2 {
    font-size: 13px;
  }
}
.other_courses_btn {
  position: relative;
}
.other_courses_balloon {
  position: relative;
  display: block;
  margin: 7vw auto 3vw;
  padding: 35px 40px;
  border-radius: 20px;
  min-width: 120px;
  max-width: 520px;
  color: #555;
  font-size: 16px;
  background: #F5F1E1;
  text-align: left;
}
.other_courses_balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F5F1E1;
}
.other_courses_btn .text {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  color: #333;
}
.other_courses_btn .text span {
  font-size: 30px;
}
.other_courses_illust {
  width: 190px;
  position: absolute;
  right: -40px;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .other_courses_balloon {
    padding: 20px;
    margin: 40px auto 30px;
  }
  .other_courses_btn .text {
    font-size: 20px;
  }
  .other_courses_btn .text span {
    font-size: 24px;
  }
  .other_courses_illust {
    width: 25vw;
    right: 0px;
    bottom: -10px;
  }
}
/*============================
.sec09 
============================*/
.sec09 {
  padding: 60px 0;
  background: #F8F6EE;
  margin-top: 80px;
}
.sec09 .title {
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
  line-height: 2;
}
.sec09 .title h2 {
  font-size: 31px;
  color: #fb4b07;
}
.sec09 .title h3 {
  font-size: 21px;
  color: #1746A2;
}
.sec09 ul li {
  line-height: 1.8;
}
.oiwai, .oiwai + p {
  margin-left: 135px;
  position: relative;
}
.oiwai::before {
  content: "";
  width: 157px;
  height: 242px;
  background: url(../img/present-img.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.oiwai + p {
  letter-spacing: .025em;
}
.oiwai li {
  padding-left: 28px;
  position: relative;
}
.oiwai li::before {
  content: "";
  width: 23px;
  height: 18px;
  background: url(../img/check.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.oiwai .inner_list li {
  padding-left: 0;
}
.oiwai .inner_list li::before {
  background: none;
}
.inner_list {
  padding-left: 20px;
}
@media (max-width: 1000px) {
  .oiwai, .oiwai + p {
    margin-left: 8.5vw;
  }
  .sec09 .oiwai li {
    font-size: 14px;
    line-height: 1.5;
  }
  .inner_list {}
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: 30px 0;
    margin-top: 50px;
  }
  .sec09 .title {
    line-height: 1.8;
    padding-bottom: 10px;
  }
  .sec09 .title h2 {
    font-size: 22px;
    line-height: 1.25;
  }
  .sec09 .title h3 {
    font-size: 15px;
    line-height: 1.45;
    padding-top: 5px;
  }
  .oiwai, .oiwai + p {
    margin-left: 0;
  }
  .oiwai::before {
    width: 20vw;
    height: 30.66vw;
    top: 26vw;
  }
}
.buy_list2 {
  font-size: 12px;
  list-style-position: outside;
  margin-top: 12px;
  padding-left: 1em;
  position: relative;
  text-indent: -1em;
  margin-left: 135px;
  /* margin-right: 300px; */
}
@media (max-width: 1000px) {
  .buy_list2 {
    margin-left: 8.5vw;
  }
}
@media screen and (max-width: 767px) {
  .buy_list2 {
    font-size: 12px;
    margin-left: 0;
  }
}
.buy_list2 li::before {
  content: "※";
}
/*============================
.footer 
============================*/
.footer {
  background-color: #E5E8EB;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 10px;
    padding-top: 14px;
  }
}
.footer_nav {
  align-items: center;
  display: flex;
  font-weight: bold;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer_nav {
    flex-direction: column;
    gap: 5px;
  }
}
.copyRight {
  margin-top: 25px;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .copyRight {
    margin-top: 10px;
  }
}
.pageTop {
  bottom: 55px;
  height: 51px;
  position: fixed;
  right: 55px;
  width: 51px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .pageTop {
    height: 35px;
    right: 11px;
    width: 35px;
  }
}
.fixed_nav {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  height: 80px;
  left: 0;
  position: fixed;
  transition: visibility 0.3s;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .fixed_nav {
    height: 65px;
  }
}
.fixed_nav_inner {
  align-items: center;
  display: flex;
  gap: 40px;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fixed_nav_inner {
    gap: 20px;
  }
}
.btn_round {
  background-color: #1B9F39;
  border-radius: 999px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 14px;
  text-align: center;
  width: 286px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .btn_round {
    font-size: 13px;
    padding: 12px 0;
    width: 168px;
  }
}
.btn_round--red {
  background-color: #fb4b07;
}
.sm_only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sm_only {
    display: block !important;
  }
}
.md_only {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .md_only {
    display: block !important;
  }
}
.lg_only {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .lg_only {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .mdLg_only {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .smMd_only {
    display: none !important;
  }
}
.orange {
  color: #fb4b07;
}
.red {
  color: #fb4b07;
}
.yellow {
  color: #fb9208
}
.white {
  color: #fff;
}
.blue {
  color: #1746A2;
}
.attention {
  text-align: center;
  font-size: 12px;
  color: red;
  padding: 0 5%;
  margin-top: 20px;
}
.2024_kaikou_banner img {
  max-width: 40% !important; /*  f t H   g ̃X ^ C   */
}
@media screen and (max-width: 768px) { /*  X } [ g t H   ̕     ɃX ^ C    ύX */
  .2024_kaikou_banner img {
    max-width: 90%;
  }
}