@charset "UTF-8";
:root {
  --color01: #000000;
  --color02: #333333;
  --color03: #cccccc;
  --color04: #cfcfcf;
  --color05: #ffffff;
}
:root {
  --font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --font-family01: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
:root {
  --width01: 1280px;
  --width02: 1080px;
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: normal;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: bold;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
}
/* 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;
  background-color:#E3F2FF;
}
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;
  -moz-appearance: none;
  appearance: none;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #333;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a:hover img {
  cursor: pointer;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  zoom: 1;
}
img {
  display: block;
  height: auto;
  width: 100%;
}
.w_container, .w_container2 {
  margin-inline: auto;
  max-width: 980px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .w_container, .w_container2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.w_container2 {
  max-width: 1040px;
}
main {
  overflow-x: hidden;
  background:#fff;
  max-width:1200px;
  margin:0 auto;
  box-shadow:0 6px 6px 0 rgba(0, 0, 0, 0.1);
}
@media (hover: hover) {
  button:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.footer {
  background-color: #333;
  color: #fff;
  font-size: 14px;
  height: 66px;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 10px;
    height: 39px;
  }
}
.footer_inner {
  display: grid;
  height: 100%;
  place-items: center;
}
.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;
  }
}
.pageTop {
  bottom: 55px;
  height: 50px;
  position: fixed;
  right: 55px;
  width: 50px;
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  .pageTop {
    bottom: 73px;
    height: 35px;
    right: 11px;
    width: 35px;
  }
}
.fixed_nav {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  height: 74px;
  left: 0;
  position: fixed;
  transition: visibility 0.3s;
  width: 100%;
  z-index: 2000;
}
@media screen and (max-width: 767px) {
  .fixed_nav {
    height: 65px;
  }
}
.fixed_nav_inner {
  align-items: center;
  display: flex;
  gap: 30px;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fixed_nav_inner {
    gap: 15px;
  }
}
.btn_round {
  background-color: #06c556;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .btn_round {
    font-size: 13px;
    padding: 8px 0;
    width: 168px;
  }
}
.btn_round::after {
  -webkit-transform: translateY(-50%);
  content: url("../img/arrow_red.svg");
  display: block;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
@media screen and (max-width: 767px) {
  .btn_round::after {
    -webkit-transform: translateY(-50%) scale(0.7);
    right: 10px;
    transform: translateY(-50%) scale(0.7);
  }
}
.btn_round--green {
  background-color: #06c556 !important;
  padding-right: 12px;
}
.btn_round--green::after {
  content: url("../img/arrow_green_01.svg") !important;
}
.btn_round--red {
  background-color: #E84709;
}
.btn_round--red::after {
  content: url("../img/arrow_red.svg");
}
.header {
  background-color: #fff;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  height: 70px;
  position:relative;
  z-index:999;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
  .btn_round--green::after {
    right: 5px;
  }
}
.header_inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .header_inner{
    justify-content: space-between;
  }  
}
.header_inner.w_container {
  max-width: unset;
}
.header_logo {
  width: 171px;
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 124px;
  }
}
.header_nav ul {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .header_nav ul {
    gap: 5px;
  }
}
.header_nav ul > li a {
  border-radius: 5px;
  display: grid;
  font-size: 14px;
  font-weight: bold;
  min-width: 80px;
  padding: 11px 30px 12px;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .header_nav ul > li a {
    font-size: 13px;
    height: 30px;
    min-width: 84px;
    padding: 0 5px;
  }
}
.header_nav ul > li:nth-of-type(1) a {
  background-color: #06c556;
}
.header_nav ul > li:nth-of-type(2) a {
  background-color: #63ABEC;
}
.fv {
  aspect-ratio: 1440/652;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv {
    aspect-ratio: 375/435;
  }
}
.fv_bodyWrapper {
  left: 19.44vw;
  position: absolute;
  top: 3.21vw;
}
@media screen and (max-width: 767px) {
  .fv_bodyWrapper {
    top: 9.21vw;
    padding: 0 15px;
    left: 50%;
    width: 100%;
    z-index: 100;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.fv_ttl {
  font-size: 1.88vw;
  font-weight: bold;
  margin-bottom: 1.12vw;
}
@media screen and (max-width: 767px) {
  .fv_ttl {
    font-size: 4.53vw;
    margin-bottom: 2.67vw;
  }
}
.fv_ttl span {
  display: block;
  font-size: 4.85vw;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .fv_ttl span {
    font-size: 11.87vw;
    line-height: 1.2;
  }
}
.fv_catch {
  color: #fff;
  font-size: 2.22vw;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fv_catch {
    font-size: 4.8vw;
  }
}
.fv_catch span {
  background-color: #E84709;
  display: block;
  padding: 0 0.5em 0.18em;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .fv_catch span {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  }
}
.fv_catch span + span {
  margin-top: 0.69vw;
}
@media screen and (max-width: 767px) {
  .fv_catch span + span {
    margin-top: 1.87vw;
  }
}
.fv_catch2 {
  color: #63ABEC;
  font-size: 2.22vw;
  font-weight: bold;
  margin-top: 0.21vw;
  margin-left: 0.52vw;
}
@media screen and (max-width: 767px) {
  .fv_catch2 {
    font-size: 4.53vw;
    margin-top: 2vw;
  }
}
.fv_catch2SpanCont {
  align-items: center;
  display: flex;
  margin-top: 0.22vw;
}
@media screen and (max-width: 767px) {
  .fv_catch2SpanCont {
    margin-top: 0.87vw;
  }
}
.fv_catch2SpanCont_item {
  background-color: #63ABEC;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-size: 4.24vw;
  height: 8.33vw;
  line-height: 1;
  place-items: center;
  width: 8.33vw;
}
@media screen and (max-width: 767px) {
  .fv_catch2SpanCont_item {
    font-size: 9.07vw;
    height: 17.33vw;
    width: 17.33vw;
  }
}
.fv_catch2SpanCont_item:nth-of-type(1) {
  transform: translateX(-0.49vw);
}
@media screen and (max-width: 767px) {
  .fv_catch2SpanCont_item:nth-of-type(1) {
    transform: translateX(-0.93vw);
  }
}
.fv_catch2SpanCont_item:nth-of-type(2) {
  transform: translateX(-1.18vw);
}
@media screen and (max-width: 767px) {
  .fv_catch2SpanCont_item:nth-of-type(2) {
    transform: translateX(-3.6vw);
  }
}
.fv_catch2SpanCont_item:nth-of-type(3) {
  transform: translateX(-1.88vw);
}
@media screen and (max-width: 767px) {
  .fv_catch2SpanCont_item:nth-of-type(3) {
    transform: translateX(-6.27vw);
  }
}
.fv_img {
  bottom: 1px;
  position: absolute;
  right: -20px;
  width: 53.68vw;
}
@media screen and (max-width: 767px) {
  .fv_img {
    width: 65.33vw;
    bottom: 8.12vw;
    right: 0;
  }
}
.fv_bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.fv_bg img {
  height: 100%;
  width: 100%;
}
.trial-content.btn {
  margin-top: 1.56vw;
  position: relative;
  z-index: 200;
}
.trial-content.btn .free_btn2 {
  max-width: 440px !important;
}
.trial-content.btn .free_btn1 {
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  .trial-content.btn .free_btn2 {
    height: 68px;
    max-width: 100% !important;
    font-size: 18px;
  }
  .trial-content.btn .free_btn1 {
    max-width: 220px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .fv {
    aspect-ratio: 1440/690;
  }
}
@media screen and (max-width: 767px) {
  .t_tag_01, .t_tag_02 {
    position: absolute;
    bottom: 34.26vw;
    right: 4.22vw;
    background: #FFF1E8;
    padding: 0px 8px 2px;
    color: #EF6B1D;
    font-weight: bold;
    font-size: 12px;
  }
  .t_tag_02 {
    bottom: 21.26vw;
    right: 8.22vw;
  }
  .trial-content.btn {
    margin-top: 10.56vw;
  }
}
.course_ttl, .course_ttl_sub {
  font-size: 20px;
  color: #3D42BC;
  font-weight: bold;
  padding: 6px 10px 10px;
  text-align: center;
}
.course_ttl_sub {
  background-color: #3D42BC;
  color: #fff;
  font-size: 24px;
}
.course_ttl_sub strong {
  font-size: 120%;
}
@media screen and (max-width: 767px) {
  .course_ttl, .course_ttl_sub {
    font-size: 16px;
    padding: 5px;
  }
}
.course_ttl_cp {
  position: relative;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 0 38px;
  font-size: 24px;
  font-weight: bold;
  color: red;
}
.course_ttl_cp::before, .course_ttl_cp::after {
  content: '';
  position: absolute;
  top: 7px;
  width: 26px;
  height: 33px;
  background: url(../img/course_bg3.webp) 0 0 / contain no-repeat;
}
.course_ttl_cp::before {
  left: 0;
}
@media screen and (max-width: 767px) {
  .course_ttl_cp::before {
    left: -22px;
  }
}
.course_ttl_cp::after {
  right: 0;
  scale: -1 1;
}
@media screen and (max-width: 767px) {
  .course_ttl_cp {
    padding: 0;
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .course_ttl_cp::before, .course_ttl_cp::after {
    top: 5px;
    width: 20px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .course_ttl_cp::after {
    right: -22px;
  }
}
@media screen and (max-width: 767px) {
  .course_ttl_catch {
    font-size: 17px;
  }
}
.course_itemWrepper {
  margin-bottom: 22px;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .course_itemWrepper {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.course .course_item_price_sub_02 {
  text-align: center;
  color: red;
  font-size: 15px;
  line-height: 1.25;
}
.course_item_ttl, .voices_viewMoreBtn {
  background-color: #fff1e8;
  border: 2px solid #E84709;
  color: #E84709;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  padding: 12px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .course_item_ttl, .voices_viewMoreBtn {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    padding: 10px;
  }
}
@media (hover: hover) {
  .course_item_ttl:hover, .voices_viewMoreBtn:hover, .bnr:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.course_item_ttl span, .voices_viewMoreBtn span {
  display: inline-block;
  margin-top: 0.1em;
  font-size: 70%;
  background: linear-gradient(114deg, #ff3200 33%, #ff7900 72%);
  padding: 3px 10px;
  font-weight: normal;
  color: #fff;
  margin-left: 15px;
  line-height: 1;
}
.course_item_ttl .title_new {
  display: inline-block;
  margin-top: 0.1em;
  font-size: 70%;
  background: linear-gradient(138deg, #3d42bc 33%, #0071d0 72%);
  padding: 7px 10px;
  font-weight: normal;
  color: #fff;
  margin-right: 15px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .course_item_ttl span, .voices_viewMoreBtn span {
    font-size: 12px;
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 5px auto 0;
    padding: 1px 10px;
  }
  .course_item_ttl .title_new {
    font-size: 12px;
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto 5px;
    padding: 4px 10px;
  }
}
.course_item_ttl::after, .voices_viewMoreBtn::after {
  border: 8px solid transparent;
  border-top: 14px solid #E84709;
  content: "";
  position: absolute;
  right: 20px;
  top: 40%;
}
.course_item_ttl.is_open::after, .is_open.voices_viewMoreBtn::after {
  transform: translateY(-10px) rotate(180deg);
}
.course_item_body {
  display: none;
  padding-bottom: 35px;
  padding-top: 22px;
}
@media screen and (max-width: 767px) {
  .course_item_body {
    padding-bottom: 26px;
    padding-top: 16px;
  }
}
.course_itemCont {
  -ms-grid-columns: 1fr 34px 1fr;
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .course_itemCont {
    -ms-grid-columns: 1fr;
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
.course_itemCont > .course_item:nth-child(1) {
  background-image: url("../img/course_bg1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.course_itemCont > .course_item:nth-child(2) {
  background-image: url("../img/course_bg2.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.course_item {
  display: flex;
  flex-direction: column;
  padding: 15px 13px 8px;
}
@media screen and (max-width: 767px) {
  .course_item {
    padding: 15px 13px 8px;
  }
}
.course_item .spacer {
  height: 38px;
}
.course_item_name {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .course_item_name {
    font-size: 16px;
    margin-top: 0;
  }
}
.course_item_priceWrapper {
  background-color: #fff;
  padding-bottom: 5px;
}
.course_item_price {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .course_item_price {
    font-size: 19px;
  }
}
.course_item_price .large {
  color: #E84709;
  font-family: "Oswald", sans-serif;
  font-size: 58px;
  font-weight: normal;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .course_item_price .large {
    font-size: 43px;
    padding-left: 10px;
  }
}
.course_item_price .yen {
  color: #E84709;
  font-size: 43px;
}
@media screen and (max-width: 767px) {
  .course_item_price .yen {
    font-size: 32px;
  }
}
.course_item_price_sub {
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .course_item_price_sub {
    font-size: 13px;
  }
}
.course_item_label {
  background-image: url("../img/label_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-inline: auto;
  padding: 8px 10px 6px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .course_item_label {
    font-size: 14px;
  }
}
.course_item_sub {
  font-size: 17px;
  margin-bottom: 0.3em;
  margin-top: 0.5em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .course_item_sub {
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 0.3em;
  }
}
.course_item_price_02 {
  line-height: 1.4;
  text-align: center;
}
.course_item_price_02 {
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  .course_item_price_02 {
    font-size: 19px;
  }
}
.course_item_price_01 {
  text-align: center;
  padding-bottom: 5px;
}
.course_item_price_01 .large {
  color: #333;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  text-decoration: line-through;
  font-weight: normal;
  padding-left: 10px;
}
.course_item_price_02 .large {
  color: #E84709;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: normal;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .course_item_price_02 .large {
    font-size: 40px;
    padding-left: 5px;
  }
  .course_item_price_01 .large {
    font-size: 16px;
  }
  .course_item_price_01 .yen {
    font-size: 14px;
  }
}
.course_item_price_02 .yen {
  color: #333;
  font-size: 17px;
}
.course_item_price_02 .yen {
  color: #E84709;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .course_item_price_02 .yen {
    font-size: 14px;
  }
}
.trial_submit_txt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .trial_submit_txt {
    font-size: 15px;
  }
}
.trial_submit_txt::before, .trial_submit_txt::after {
  background: #333;
  content: "";
  display: inline-block;
  height: 1.5em;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .trial_submit_txt::before, .trial_submit_txt::after {
    top: -2px;
  }
}
.trial_submit_txt::before {
  -webkit-transform: rotate(-30deg);
  left: -15px;
  transform: rotate(-30deg);
}
.trial_submit_txt::after {
  -webkit-transform: rotate(30deg);
  right: -15px;
  transform: rotate(30deg);
}
.trial_submit_btn {
  background-image: linear-gradient(121deg, #ef6b1d 33%, #e84709 77%);
  border-radius: 12px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  padding: 22px 0;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  width: 360px;
}
@media screen and (max-width: 767px) {
  .trial_submit_btn {
    font-size: 18px;
    margin-top: 10px;
    padding: 20px 0;
    width: 300px;
  }
}
.goukakusya {
  padding-bottom: 40px;
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .goukakusya {
    padding-bottom: 50px;
    padding-top: 100px;
  }
}
.goukakusya_ttl, .voices_ttl {
  color: #E84709;
  font-size: 48px;
  font-weight: bold;
  margin-inline: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .goukakusya_ttl, .voices_ttl {
    font-size: 29px;
  }
}
.goukakusya_ttl::before, .voices_ttl::before {
  background-image: url("../img/sakura_l.webp");
  background-size: contain;
  content: "";
  height: 102px;
  left: -113px;
  position: absolute;
  top: -32px;
  width: 105px;
}
@media screen and (max-width: 767px) {
  .goukakusya_ttl::before, .voices_ttl::before {
    height: 73px;
    left: -73px;
    top: -16px;
    width: 76px;
  }
}
.goukakusya_ttl::after, .voices_ttl::after {
  background-image: url("../img/sakura_r.webp");
  background-size: contain;
  content: "";
  height: 105px;
  position: absolute;
  right: -118px;
  top: -37px;
  width: 119px;
}
@media screen and (max-width: 767px) {
  .goukakusya_ttl::after, .voices_ttl::after {
    height: 76px;
    right: -69px;
    top: -18px;
    width: 86px;
  }
}
.goukakusya_ttl .underline, .voices_ttl .underline {
  background-color: #ffec9c;
  bottom: 5px;
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .goukakusya_ttl .underline, .voices_ttl .underline {
    height: 9px;
  }
}
.goukakusya_txt {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0.3em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .goukakusya_txt {
    font-size: 20px;
  }
}
.goukakusya_list_1 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  font-weight: bold;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .goukakusya_list_1 {
    font-size: 16px;
    margin-top: 10px;
  }
}
.goukakusya_list_1 li {
  background-color: #f5efd3;
  border-radius: 999px;
  padding: 5px 20px;
}
@media screen and (max-width: 767px) {
  .goukakusya_list_1 li {
    padding: 5px 15px;
  }
}
.goukakusya_list_2 {
  -webkit-column-gap: 1em;
  align-items: center;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  margin-inline: auto;
  margin-top: 17px;
  max-width: 980px;
  row-gap: 0.2em;
}
@media screen and (max-width: 767px) {
  .goukakusya_list_2 {
    -moz-column-gap: 0.5em;
    column-gap: 0.2em;
    font-size: 12px;
    margin-top: 10px;
    row-gap: 0.2em;
    width: 92%;
  }
}
.goukakusya_list_2 li::before {
  content: "・";
}
.goukakusya_txt2 {
  font-size: 16px;
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .goukakusya_txt2 {
    font-size: 13px;
    margin-top: 0.5em;
  }
}
.goukakusya_txt3 {
  color: #9d9d9d;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.47;
  margin-inline: auto;
  margin-top: 1em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0px 0 300px;
}
@media screen and (max-width: 767px) {
  .goukakusya_txt3 {
    font-size: 10px;
    margin-top: 1em;
    margin:0 auto;
  }
}
.onayami {
  background-color: #d0e3ed;
  padding-bottom: 63px;
  padding-top: 87px;
}
@media screen and (max-width: 767px) {
  .onayami {
    padding-bottom: 65px;
    padding-top: 37px;
  }
}
.onayami_inner.w_container {
  max-width: 1001px;
}
.onayami_ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .onayami_ttl {
    font-size: 18px;
  }
}
.onayami_ttl span {
  display: block;
  font-size: 46px;
}
@media screen and (max-width: 767px) {
  .onayami_ttl span {
    font-size: 26px;
  }
}
.onayami_container {
  background-color: #fff;
  border-radius: 18px;
  margin-top: 165px;
  padding: 75px 65px 51px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .onayami_container {
    border-radius: 9px;
    margin-top: 107px;
    padding: 75px 10px 33px;
  }
}
.onayami_img {
  -webkit-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: -128px;
  transform: translateX(-50%);
  width: 325px;
}
@media screen and (max-width: 767px) {
  .onayami_img {
    top: -81px;
    width: 246px;
  }
}
.onayami_list {
  font-size: 24px;
  font-weight: bold;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .onayami_list {
    font-size: 18px;
  }
}
.onayami_list li {
  align-items: center;
  display: flex;
  gap: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .onayami_list li {
    gap: 10px;
    line-height: 1.28em;
  }
}
.onayami_list li img {
  width: 25px;
}
@media screen and (max-width: 767px) {
  .onayami_list li img {
    width: 23px;
  }
}
.onayami_list li + li {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .onayami_list li + li {
    margin-top: 22px;
  }
}
.onayami_img2 {
  margin-inline: auto;
  margin-top: 35px;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .onayami_img2 {
    margin-top: 15px;
    width: 148px;
  }
}
.onayami_txt {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 7px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .onayami_txt {
    font-size: 25px;
    line-height: 1.4;
    margin-top: 17px;
  }
}
.support {
  padding-bottom: 70px;
  padding-top: 111px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .support {
    padding-bottom: 30px;
    padding-top: 54px;
  }
}
.support_message {
  -webkit-transform: translateX(-50%);
  background-image: url("../img/tape.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  display: grid;
  height: 117px;
  left: 50%;
  margin-inline: auto;
  place-items: center;
  position: absolute;
  top: -51px;
  transform: translateX(-50%);
  width: 289px;
}
@media screen and (max-width: 767px) {
  .support_message {
    color: #fff;
    height: 70px;
    top: -30px;
    width: 170px;
  }
}
.support_message span {
  -webkit-transform: translateX(7px) rotate(-3deg);
  display: block;
  font-size: 46px;
  font-weight: bold;
  transform: translateX(7px) rotate(-3deg);
}
@media screen and (max-width: 767px) {
  .support_message span {
    -webkit-transform: translateX(7px) rotate(-3deg);
    font-size: 29px;
    transform: translateX(7px) rotate(-3deg);
  }
}
.support_ttl {
  font-size: 35px;
  font-weight: bold;
  margin-inline: auto;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .support_ttl {
    font-size: 21px;
  }
}
.support_ttl::before {
  background-image: url("../img/star_l.webp");
  background-size: contain;
  content: "";
  height: 53px;
  left: -61px;
  position: absolute;
  top: 83px;
  width: 46px;
}
@media screen and (max-width: 767px) {
  .support_ttl::before {
    height: 32px;
    left: 25px;
    top: -28px;
    width: 28px;
  }
}
.support_ttl::after {
  background-image: url("../img/star_r.webp");
  background-size: contain;
  content: "";
  height: 80px;
  position: absolute;
  right: -85px;
  top: 19px;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .support_ttl::after {
    height: 53px;
    right: 10px;
    top: -23px;
    width: 46px;
  }
}
.support_ttl span {
  display: block;
}
.support_ttl .one {
  font-size: 50px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .support_ttl .one {
    font-size: 28px;
  }
}
.support_ttl .two {
  font-size: 50px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .support_ttl .two {
    font-size: 33px;
  }
}
.support_img {
  margin-inline: auto;
  margin-top: -90px;
  max-width: 778px;
}
@media screen and (max-width: 767px) {
  .support_img {
    margin-top: -43px;
  }
}
.support_message2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support_message2 {
    font-size: 23px;
    margin-top: 30px;
  }
}
.support_message2 span {
  color: #e84709;
  display: block;
  font-size: 50px;
  line-height: 1.28;
  margin-inline: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .support_message2 span {
    font-size: 30px;
  }
}
.support_message2 span .underline {
  background-color: #ffec9c;
  bottom: 5px;
  height: 17px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .support_message2 span .underline {
    height: 11px;
  }
}
.reason {
  background-color: #ffe9db;
  padding-bottom: 70px;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .reason {
    padding-bottom: 36px;
    padding-top: 60px;
  }
}
.reason_ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason_ttl {
    font-size: 16px;
    margin-bottom: 47px;
  }
}
.reason_ttl span {
  display: block;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .reason_ttl span {
    font-size: 25px;
  }
}
.reason_item {
  -ms-grid-columns: 46.17% 3.89% 49.94%;
  -ms-grid-rows: auto 15px auto;
  -webkit-column-gap: 3.89%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-column-gap: 3.89%;
  column-gap: 3.89%;
  display: grid;
  grid-template-columns: 46.17% 49.94%;
  grid-template-rows: auto auto;
  margin-top: 50px;
  padding: 47px 40px 40px 50px;
  position: relative;
  row-gap: 15px;
}
.reason_item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-row: 1;
  grid-column: 1;
}
.reason_item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-row: 1;
  grid-column: 2;
}
.reason_item > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-row: 2;
  grid-column: 1;
}
.reason_item > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-row: 2;
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .reason_item {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: auto;
    border-radius: 9px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-top: 43px;
    padding: 47px 20px 22px;
  }
  .reason_item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    grid-column: 1;
  }
}
.reason_item_num {
  -webkit-transform: translateX(-50%);
  align-items: center;
  background-color: #E84709;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 52px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: -25px;
  transform: translateX(-50%);
  width: 104px;
}
@media screen and (max-width: 767px) {
  .reason_item_num {
    font-size: 13px;
    height: 43px;
    top: -20px;
    width: 85px;
  }
}
.reason_item_num span {
  font-family: "Oswald", sans-serif;
  font-size: 37px;
  font-weight: normal;
  padding-left: 0.1em;
}
@media screen and (max-width: 767px) {
  .reason_item_num span {
    font-size: 32px;
  }
}
.reason_item_ttl {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  color: #E84709;
  font-size: 22px;
  font-weight: bold;
  grid-column: 2;
  grid-row: 1;
  line-height: 1.36;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .reason_item_ttl {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    font-size: 22px;
    grid-column: 1;
    grid-row: 1;
    text-align: center;
  }
}
.reason_item_img {
  -ms-grid-column: 1;
  -ms-grid-row: 1/-1;
  aspect-ratio: 356/238;
  grid-column: 1;
  grid-row: 1/-1;
}
@media screen and (max-width: 767px) {
  .reason_item_img {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    aspect-ratio: unset;
    grid-column: 1;
    grid-row: 2;
  }
}
.reason_item_img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .reason_item_img img {
    -o-object-fit: unset;
    height: auto;
    object-fit: unset;
  }
}
.reason_item_txt {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  font-size: 18px;
  grid-column: 2;
  grid-row: 2;
  line-height: 1.67;
}
@media screen and (max-width: 767px) {
  .reason_item_txt {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    font-size: 15px;
    grid-column: 1;
    grid-row: 3;
    line-height: 1.57;
  }
}
.reg_big_bnr {
  align-items: center;
  background: #fff1eb;
  border-bottom: 3px #e84709 solid;
  border-top: 3px #e84709 solid;
  display: flex;
  font-weight: bold;
  gap: 4.25vw;
  justify-content: center;
  margin: 80px 0 0;
  padding: 36px 2% 45px;
}
.reg_big_bnr_img {
  align-items: center;
  display: flex;
  width: 19.24vw;
}
.reg_big_bnr_title {
  max-width: 630px;
}
.reg_big_bnr_title .title {
  border-bottom: 3px #e84709 solid;
  color: #e84709;
  font-size: 22px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.reg_big_bnr_title .title span {
  padding-right: 2px;
  padding-left: 2px;
}
.reg_big_bnr_title .text {
  font-size: 16px;
  font-weight: normal;
}
.reg_big_bnr_title .title .oswald {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 44px;
}
span.reg_big_bnr_text_01 {
  font-size: 24px !important;
  line-height: 1.5;
  display: block;
  color: #2a2a98;
  margin-bottom: -25px;
}
.reg_big_bnr_text_02 {
  margin-bottom: -27px;
  display: block;
}
.reg_big_bnr .date {
  font-size: 1rem;
}
.reg_big_bnr_btn a {
  background: #06c556;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 14px;
  padding: 14px 20px 16px;
  position: relative;
  text-align: center;
  max-width: 400px;
}
.reg_big_bnr_btn a::before {
  background-color: #fff;
  border-radius: 20px;
  bottom: 0;
  content: "";
  height: 22px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  width: 22px;
}
.reg_big_bnr_btn a::after {
  border-bottom: 6px solid transparent;
  border-left: 9px solid #06c556;
  border-right: 0 solid transparent;
  border-top: 6px solid transparent;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 35px;
  top: 0;
  width: 0;
}
@media screen and (min-width: 1100px) {
  .reg_big_bnr_btn a {
    width: 32.24vw;
  }
}
@media screen and (max-width: 767px) {
  .reg_big_bnr {
    padding: 20px 14px 25px;
    margin: 3rem 0 0;
  }
  .reg_big_bnr_img {
    margin-left: -10px;
    width: 24.24vw;
    display: none;
  }
  .reg_big_bnr_title .title {
    font-size: 3.88vw;
    padding-bottom: 12px;
  }
  .reg_big_bnr_title .title .oswald {
    font-size: 6.42vw;
    padding-right: 0;
    padding-left: 0;
  }
  .reg_big_bnr_title .text {
    font-size: 14px;
    line-height: 1.55;
  }
  .reg_big_bnr_btn a {
    font-size: 4.25vw;
    margin-top: 10px;
    padding: 14px 10px 17px;
    width: 100%;
  }
  .reg_big_bnr_btn a::before {
    height: 18px;
    right: 20px;
    width: 18px;
  }
  .reg_big_bnr_btn a::after {
    border-bottom: 4px solid transparent;
    border-left: 6px solid #06c556;
    border-right: 0 solid transparent;
    border-top: 4px solid transparent;
    right: 25px;
  }
  span.reg_big_bnr_text_01 {
    margin-bottom: -14px;
    font-size: 3.88vw !important;
  }
  .reg_big_bnr_text_02 {
    font-size: 3.78vw !important;
    margin-bottom: -14px;
    line-height: 1.5;
  }
  .reg_big_bnr_title .title .oswald {
    font-size: 2rem;
  }
  .reg_big_bnr .date {
    font-size: 13px;
  }
}
.lesson {
  padding-bottom: 50px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .lesson {
    padding-bottom: 44px;
    padding-top: 75px;
  }
}
.lesson_ttl {
  background-color: #E84709;
  border-left: 8px solid #fc875a;
  border-right: 8px solid #fc875a;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  padding: 15px;
  position: relative;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .lesson_ttl {
    border-left: 5px solid #fc875a;
    border-right: 5px solid #fc875a;
    line-height: 1.3;
    padding: 15px;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}
.lesson_ttl .strong {
  color: #ffe576;
  font-size: 29px;
}
@media screen and (max-width: 767px) {
  .lesson_ttl .strong {
    font-size: 23px;
  }
}
.lesson_ttl .small {
  font-size: 18px;
  margin-left: 0.3em;
}
@media screen and (max-width: 767px) {
  .lesson_ttl .small {
    font-size: 15px;
    display: block;
  }
}
.lesson_ttl .normal {
  display: block;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .lesson_ttl .normal {
    font-size: 23px;
  }
}
.lesson_ttl .label {
  position: absolute;
  right: 28px;
  top: -50px;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .lesson_ttl .label {
    right: -17px;
    top: -67px;
    width: 111px;
  }
}
.lesson_inner2 {
  margin-inline: auto;
  max-width: 720px;
}
.lesson_txt {
  font-size: 20px;
  margin-top: 1.8em;
}
@media screen and (max-width: 767px) {
  .lesson_txt {
    font-size: 15px;
    margin-top: 0.8em;
  }
}
.lesson_subTxt {
  color: #9d9d9d;
  font-size: 12px;
  margin-top: 0.1em;
}
@media screen and (max-width: 767px) {
  .lesson_subTxt {
    font-size: 10px;
    margin-top: 0.5em;
  }
}
.lesson_img {
  margin-inline: auto;
  margin-top: 50px;
  max-width: 567px;
}
@media screen and (max-width: 767px) {
  .lesson_img {
    margin-top: 10px;
  }
}
.lesson_movie {
  aspect-ratio: 1143/643;
  margin-inline: auto;
  margin-top: 10px;
  max-width: 567px;
}
.lesson_movie iframe {
  height: 100%;
  width: 100%;
}
.lesson_txt2 {
  color: #e84709;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 56px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lesson_txt2 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 29px;
  }
}
.lesson_txt2 span {
  display: block;
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  .lesson_txt2 span {
    font-size: 30px;
  }
}
.lesson_itemCont {
  -webkit-column-gap: 25px;
  align-items: flex-start;
  -moz-column-gap: 25px;
  column-gap: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .lesson_itemCont {
    -moz-column-gap: 18px;
    column-gap: 18px;
    margin-top: 10px;
  }
}
.lesson_item {
  background-color: #f5f1e2;
  border-radius: 50%;
  display: grid;
  height: 245px;
  place-items: center;
  position: relative;
  width: 245px;
}
@media screen and (max-width: 767px) {
  .lesson_item {
    height: 163px;
    width: 163px;
  }
}
.lesson_item_ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.26;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lesson_item_ttl {
    font-size: 23px;
    line-height: 1.26;
  }
}
.lesson_item_ttl .red {
  color: #E84709;
}
.lesson_item_ttl .small {
  display: block;
  font-size: 15px;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .lesson_item_ttl .small {
    font-size: 12px;
    margin-top: 0;
  }
}
.lesson_item_ttl .normal {
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .lesson_item_ttl .normal {
    font-size: 18px;
  }
}
.lesson_item_ttl .black {
  display: block;
}
.lesson_item_img {
  -webkit-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
  z-index: 2;
}
.lesson_item--1 .lesson_item_img {
  bottom: -21px;
  width: 52px;
}
@media screen and (max-width: 767px) {
  .lesson_item--1 .lesson_item_img {
    bottom: -14px;
    width: 38px;
  }
}
.lesson_item--2 .lesson_item_img {
  bottom: -14px;
  width: 67px;
}
@media screen and (max-width: 767px) {
  .lesson_item--2 .lesson_item_img {
    bottom: -14px;
    width: 49px;
  }
}
.lesson_item--3 .lesson_item_img {
  bottom: -20px;
  width: 68px;
}
@media screen and (max-width: 767px) {
  .lesson_item--3 .lesson_item_img {
    bottom: -20px;
    width: 49px;
  }
}
.lesson_tableCont {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .lesson_tableCont {
    margin-top: 90px;
  }
}
.lesson_tableCont table {
  border-collapse: collapse;
  font-size: 1em;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}
.lesson_tableCont table td, .lesson_tableCont table th {
  font-size: 21px;
  font-weight: bold;
  padding: 24px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .lesson_tableCont table td, .lesson_tableCont table th {
    font-size: 13px;
    line-height: 1.4;
    padding: 8px 0;
  }
}
.lesson_tableCont table td {
  border: 1px solid #ddd;
}
.lesson_tableCont table .none {
  background: #fff;
  border: none !important;
}
.lesson_tableCont table th {
  background: #eaf3fa;
  border: 1px solid #ddd;
  font-weight: bold;
  vertical-align: top;
  width: 25%;
}
.lesson_tableCont table th.studying {
  background: #e94709;
  border-left: 1px solid #e94709;
  border-right: 1px solid #e94709;
  border-top: 1px solid #e94709;
  color: #fff;
}
.lesson_tableCont table td.studying {
  border-left: 1px solid #e94709;
  border-right: 1px solid #e94709;
  color: #e94709;
}
.lesson_tableCont table td.studying.text {
  border-bottom: 1px solid #e94709;
}
.lesson_tableCont table .title {
  background: #f4f4f4;
  border-right: 1px solid #e94709;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .lesson_tableCont table .title {
    text-align: center;
  }
}
.lesson_tableCont table td:not(.text) {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .lesson_tableCont table td:not(.text) {
    font-size: 16px;
  }
}
.graph {
  background-color: #fff7ef;
  padding-bottom: 60px;
  padding-top: 63px;
}
@media screen and (max-width: 767px) {
  .graph {
    padding-bottom: 31px;
    padding-top: 46px;
  }
}
.graph_inner.w_container {
  margin-inline: auto;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .graph_inner.w_container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.graph_ttl {
  color: #E84709;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .graph_ttl {
    font-size: 25px;
  }
}
.graph_ttl span {
  display: block;
  font-size: 24px;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .graph_ttl span {
    display: block;
    font-size: 17px;
  }
}
.graphCont {
  -ms-grid-columns: 280px 30px 1fr;
  -ms-grid-rows: auto 20px auto;
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-template-rows: auto auto;
  row-gap: 20px;
}
.graphCont > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-row: 1;
  grid-column: 1;
}
.graphCont > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-row: 1;
  grid-column: 2;
}
.graphCont > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-row: 2;
  grid-column: 3;
}
.graphCont > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
  grid-row: 2;
  grid-column: 4;
}
@media screen and (max-width: 767px) {
  .graphCont {
    grid-template-columns: 1fr;
  }
}
.graph_txt {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  align-self: flex-end;
  font-size: 20px;
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .graph_txt {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    font-size: 15px;
    grid-column: 1;
    grid-row: 1;
    margin-top: 18px;
  }
}
.graph_img {
  grid-column: 1;
  grid-row: 1/-1;
  margin-inline: auto;
  margin-top: 30px;
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .graph_img {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-column: 1;
    grid-row: 2;
    margin-top: 30px;
    max-width: unset;
    width: 70%;
  }
}
.graph_txt2 {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  grid-column: 2;
  grid-row: 2;
  font-size: 36px;
  color: #3d42bc;
  font-weight: bold;
}
.graph_txt2 span {
  color: #9d9d9d;
  font-size: 12px;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .graph_txt2 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 2;
    font-size: 25px;
    grid-area: 3;
    grid-column: 1;
    text-align: center;
    font-weight: bold;
  }
}
.voices {
  padding-bottom: 60px;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .voices {
    padding-bottom: 56px;
    padding-top: 53px;
  }
}
.voices_ttl {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voices_ttl {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .voices_ttl::before {
    left: -88px;
    top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .voices_ttl::after {
    right: -88px;
    top: -22px;
  }
}
.voices_ttl span {
  display: block;
  font-size: 46px;
}
@media screen and (max-width: 767px) {
  .voices_ttl span {
    font-size: 30px;
  }
}
/*****
.voices_cont {
  -ms-grid-columns: 1fr [2];
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 36px;
}
*****/
@media screen and (max-width: 767px) {
  .voices_cont {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
.voices_cont--2 {
  display: none;
  margin-top: 0;
}
.voices_cont--2 > .voices_item:nth-of-type(1) {
  border-top: none;
}
.voices_cont--2 > .voices_item:nth-of-type(2) {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .voices_cont--2 > .voices_item:nth-of-type(2) {
    border-top: 1px solid #c4c4c4;
  }
}
.voices_item {
  align-items: flex-start;
  border-top: 1px solid #c4c4c4;
  display: flex;
  gap: 26px;
  justify-content: flex-start;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .voices_item {
    gap: 18px;
    padding: 15px 0;
  }
}
.voices_item:nth-of-type(odd) {
  padding-right: 45px;
}
@media screen and (max-width: 767px) {
  .voices_item:nth-of-type(odd) {
    padding-right: 0;
  }
}
.voices_item:nth-of-type(even) {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .voices_item:nth-of-type(even) {
    padding-left: 0;
  }
}
.voices_item:nth-last-of-type(2) {
  border-bottom: 1px solid #c4c4c4;
}
@media screen and (max-width: 767px) {
  .voices_item:nth-last-of-type(2) {
    border-bottom: none;
  }
}
.voices_item:last-of-type {
  border-bottom: 1px solid #c4c4c4;
}
.voices_item_img {
  flex: 0 0 96px;
}
@media screen and (max-width: 767px) {
  .voices_item_img {
    flex: 0 0 76px;
  }
}
.voices_item_img img{
    border-radius: 100%;
    border: solid 0.1px rgba(9, 9, 9, 0.1);
  }
  @media screen and (max-width: 767px) {
    .voices_item_img img {
        border-radius: 100%;
        border: solid 0.1px rgba(9, 9, 9, 0.1);
    }
  }
.voices_item_name {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .voices_item_name {
    font-size: 15px;
  }
}
.voices_item_title {
  color: #E84709;
  font-size: 17px;
  font-weight: bold;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .voices_item_title {
    margin-top: 0;
    font-size: 16px;
  }
}
.voices_item_txt {
  margin-top: 0.2em;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .voices_item_txt {
    margin-top: 0;
    font-size: 15px;
  }
}
.voices_viewMoreBtn {
  background-color: #fff;
  display: block;
  font-size: 18px;
  margin-inline: auto;
  margin-top: 30px;
  padding: 18px;
  line-height: 1;
  width: 398px;
}
.voices_viewMoreBtn::after {
  right: 23px;
  top: 35%;
}
@media screen and (max-width: 767px) {
  .voices_viewMoreBtn {
    font-size: 16px;
    padding: 15px;
    width: 100%;
    margin-top: 20px;
  }
}
.voices_viewMoreBtn.is_open::after {
  transform: translateY(-10px) rotate(180deg);
}
.message {
  background-color: #f5f1e2;
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .message {
    padding-bottom: 32px;
    padding-top: 48px;
  }
}
.message_ttl {
  color: #E84709;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .message_ttl {
    font-size: 21px;
    line-height: 1.36;
  }
  .message_ttl .large {
    display: block;
    font-size: 30px;
  }
}
.message_cont {
  -ms-grid-columns: 1fr 4.08% 1fr;
  -moz-column-gap: 3.08%;
  column-gap: 3.08%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 60px;
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .message_cont {
    -ms-grid-columns: 1fr;
    gap: 23px;
    grid-template-columns: 1fr;
    margin-top: 46px;
  }
}
.message_item {
  background-color: #fff;
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  padding: 20px 25px 30px;
}
@media screen and (max-width: 767px) {
  .message_item {
    border-radius: 12px;
    padding: 20px 20px 20px;
  }
}
.message_item_head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .message_item_head {
    align-items: flex-start;
  }
  .message_item:nth-of-type(even) .message_item_head {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.message_item_name {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .message_item_name {
    font-size: 15px;
  }
}
.message_item_title {
  color: #E84709;
  line-height: 1.35;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .message_item_title {
    font-size: 16px;
  }
}
.message_item_img {
  transform: translateY(-30%);
  width: 128px;
}
@media screen and (max-width: 767px) {
  .message_item_img {
    transform: translateY(-60px);
  }
  .message_item:last-of-type .message_item_img {
    transform: translateY(-40px);
  }
}
.message_item_txt {
  font-size: 18px;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .message_item_txt {
    font-size: 15px;
    margin-top: -50px;
  }
  .message_item:last-of-type .message_item_txt {
    margin-top: -20px;
  }
}
.free_ttl {
  background-color: #f6d08b;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .free_ttl {
    font-size: 17px;
    padding-bottom: 45px;
    padding-top: 45px;
  }
}
.free_ttl span {
  display: block;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .free_ttl span {
    font-size: 25px;
  }
}
.free_inner {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-top: 22px;
}
@media screen and (max-width: 767px) {
  .free_inner {
    gap: 0;
    padding-top: 15px;
  }
}
.free_txt {
  font-size: 17px;
  max-width: 540px;
  line-height: 1.59;
}
@media screen and (max-width: 767px) {
  .free_txt {
    font-size: 15px;
  }
}
.free_img {
  flex: 0 0 151px;
}
@media screen and (max-width: 767px) {
  .free_img {
    flex: 0 0 90px;
  }
}
.trial iframe {
  height: 782px;
}
@media screen and (max-width: 959px) {
  .trial iframe {
    height: 730px;
  }
}
@media screen and (max-width: 599px) {
  .trial iframe {
    height: 740px;
  }
}
@media screen and (max-width: 546px) {
  .trial iframe {
    height: 744px;
  }
}
@media screen and (max-width: 503px) {
  .trial iframe {
    height: 761px;
  }
}
@media screen and (max-width: 480px) {
  .trial iframe {
    height: 780px;
  }
}
@media screen and (max-width: 463px) {
  .trial iframe {
    height: 820px;
  }
}
@media screen and (max-width: 394px) {
  .trial iframe {
    height: 850px;
  }
}
.check {
  background-color: #edeeee;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .check {
    background-color: #fe6302;
    padding-bottom: 16px;
  }
}
.check_ttl {
  background-image: linear-gradient(to right, #fe6302 0%, #ff4e00 100%);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 40px 0 70px;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .check_ttl {
    background-color: #fe6302;
    background-image: unset;
    font-size: 19px;
    padding: 22px;
  }
}
.check_cont {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-top: -25px;
  padding: 65px 0;
}
@media screen and (max-width: 767px) {
  .check_cont {
    border-radius: 6px;
    margin-top: 0;
    padding: 30px 0;
  }
}
.check_img {
  margin-inline: auto;
  width: 534px;
}
@media screen and (max-width: 767px) {
  .check_img {
    width: 307px;
  }
}
.free_btn1 {
  background-color: #fff;
  border: solid 2px #06c556;
  border-radius: 999px;
  color: #06c556;
  display: grid;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
  max-width: 190px;
  place-items: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .free_btn1 {
    font-size: 13px;
    height: 30px;
    margin-top: 10px;
    width: 175px;
  }
}
.free_btn2,.leaf_btn2 {
  background-image: linear-gradient(121deg, #06c556 33%, #06c556 77%);
  border-radius: 10px;
  color: #fff;
  display: grid;
  font-size: 20px;
  font-weight: bold;
  height: 76px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -18px;
  max-width: 360px;
  place-items: center;
  position: relative;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.free_btn2::after {
  content: url("../img/arrow_green.svg");
  position: absolute;
  right: 20px;
  top: 34%;
}
@media screen and (max-width: 767px) {
  .free_btn2::after {
    top: 28%;
  }
}
@media screen and (max-width: 767px) {
  .free_btn2 {
    font-size: 23px;
    height: 75px;
    margin-top: -14px;
    max-width: 290px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  }
}
.bottom {
  background-image: url("../img/bottom_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-weight: bold;
  margin-top: -80px;
  padding-top: 160px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bottom {
    background-image: url("../img/bottom_bg_sp.webp");
    margin-top: 0;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
  }
}
.bottom_textCont {
  margin-inline: auto;
  padding-bottom: 54px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .bottom_textCont {
    padding-bottom: 68px;
  }
}
.bottom_ttl {
  font-size: 30px;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .bottom_ttl {
    font-size: 19px;
  }
}
.bottom_ttl span {
  color: #ff0000;
  display: block;
  font-size: 50px;
  line-height: 1.2;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .bottom_ttl span {
    font-size: 25px;
    line-height: 1.3;
  }
}
.bottom_txt1 {
  background-color: #E84709;
  color: #fff;
  font-size: 26px;
  margin-inline: auto;
  margin-top: 16px;
  padding: 0.05em 0.8em 0.2em;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .bottom_txt1 {
    font-size: 14px;
    margin-top: 14px;
  }
}
.bottom_txt2 {
  margin-inline: auto;
  margin-top: 14px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .bottom_txt2 {
    margin-top: 7px;
  }
}
.bottom_txt2 span {
  background-color: #E84709;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 27px;
  padding: 0.1em 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .bottom_txt2 span {
    display: block;
    font-size: 18px;
    margin-inline: auto;
  }
}
.bottom_txt2 span:nth-of-type(1) {
  padding-left: 0.8em;
}
@media screen and (max-width: 767px) {
  .bottom_txt2 span:nth-of-type(1) {
    padding: 0.1em 0.8em;
  }
}
.bottom_txt2 span:nth-of-type(2) {
  padding-right: 0.8em;
}
@media screen and (max-width: 767px) {
  .bottom_txt2 span:nth-of-type(2) {
    margin-top: 7px;
    padding: 0.1em 0.8em;
  }
}
.bottom_txt3 {
  color: #63ABEC;
  font-size: 59px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .bottom_txt3 {
    font-size: 30px;
    margin-top: 16px;
  }
}
.bottom_txt4 {
  background-color: #fff;
  font-size: 52px;
  margin-inline: auto;
  margin-top: 10px;
  padding: 0 0.2em;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .bottom_txt4 {
    font-size: 31px;
    margin-top: 5px;
  }
}
.bottom_img_l {
  bottom: 0;
  left: calc(clamp(4.75rem, -20.64rem + 52.91vw, 18.37rem) * -1.1);
  position: absolute;
  width: clamp(12.93rem, -7.68rem + 42.96vw, 24rem);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bottom_img_l {
    left: 0;
    width: clamp(8.18rem, 1.67rem + 27.8vw, 15rem);
  }
}
.bottom_img_r {
  bottom: 0;
  position: absolute;
  right: calc(clamp(4rem, -14.52rem + 38.59vw, 13.93rem) * -1.5);
  width: clamp(14.62rem, -3.31rem + 37.37vw, 24.25rem);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bottom_img_r {
    right: 0;
    width: clamp(9.37rem, 2.08rem + 31.12vw, 17rem);
  }
}
.w_container.bnr {
  text-align: center;
  color: #E84709;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  max-width: 780px;
}
@media screen and (max-width: 767px) {
  .w_container.bnr {
    font-size: 15px;
  }
}
.coupon {
  padding-bottom: 35px;
  padding-top: 16px;
}
.coupon .free_btn2 {
  max-width: 345px;
}
.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: none !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;
  }
}
/* add and update 202404 */
.fv {
  /*aspect-ratio: 1440/610;
  overflow: hidden;*/
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv {
    aspect-ratio: initial;
    max-height: 75vh;
    max-width: 100%;
  }
}
.fv_inner {
  padding: 0 2.08% 0 1.73%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fv_inner {
    padding: 6.9333333333vw 4vw 13.3333333333vw;
    display: flex;
  }
}
.fv_cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .fv_cont {
    flex-direction: column-reverse;
    gap: 4.2666666667vw;
  }
}
.fv_img2 {
  position: relative;
  /*z-index: -1;*/
  width: 500px;
}
@media screen and (max-width: 767px) {
  .fv_img2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fv_img2 img{
    max-height: 100vh;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
  }
}
.fv_item {
  position: relative;
  z-index: 0;
  width: 422px;
}
@media screen and (max-width: 767px) {
  .fv_item {
    position: static;
    width: 100%;
  }
}
.fv_item_inner{
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .fv_item_inner {
    position: relative;
  }
}
.fv_item_inner::before {

  position: absolute;
  display: block;
  width: 43.1884057971%;
  height: auto;
  top: auto;
  right: -40px;
  bottom: 80px;
  left: auto;
  z-index: 1;
  margin-bottom: -12.3188405797%;
  background: url(../img/fv_smp.webp) no-repeat center/contain;
  aspect-ratio: 298/397;
}
@media screen and (max-width: 767px) {
  .fv_item_inner::before {
    content: "";
    right: -6vw;
    width: 37vw;
    margin-bottom: -28vw;
  }
}
.fv_item_inner::after {
  content: "";
  position: absolute;
  display: block;
  width: 40.5797101449%;
  height: auto;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: -1;
  border-radius: 50%;
  background: #E3F2FF;
  filter: blur(3.4722222222vw);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .fv_item_inner::after {
    right: -6.6666666667vw;
    bottom: -17.3333333333vw;
    width: 40.5333333333vw;
    filter: blur(13.3333333333vw);
  }
}
.fv-btn-box {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.fv_item_logo {
  width: 11.4583333333vw;
}
@media screen and (max-width: 767px) {
  .fv_item_logo {
    width: 33.0666666667vw;
  }
}
.fv_item_ttl {
  margin-top: 1rem;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.1818181818;
}
@media screen and (max-width: 767px) {
  .fv_item_ttl {
    margin-top: 2.6666666667vw;
    font-size: 11.7333333333vw;
  }
}
.fv_item_ttl .small {
  display: block;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .fv_item_ttl .small {
    font-size: 5.8666666667vw;
  }
}
.fv_item_catch {
  font-size: 2rem;
  margin-top: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .fv_item_catch {
    font-size: 5.8666666667vw;
  }
}
.fv_item_catch .big {
  font-size: 3.4722222222vw;
}
@media screen and (max-width: 767px) {
  .fv_item_catch .big {
    margin-top: 3.2vw;
    font-size: 8vw;
  }
}
.fv_item_catch .bg {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0 0.5rem;
  background: rgb(239, 28, 1);
  background: linear-gradient(90deg, rgb(239, 28, 1) 0%, rgb(255, 92, 2) 100%);
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fv_item_catch .bg {
    padding: 0 1.3333333333vw;
  }
}
.fv_box {
  display: inline-block;
  width: 100%;
  min-width: 16rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .fv_box {
    margin-top: 4.2666666667vw;
    width:auto;
  }
}
.fv_box_head {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem 0.5rem 0 0;
  background: #004E87;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv_box_head {
    padding: 1.6vw 6.6666666667vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    font-size: 3.7333333333vw;
  }
}
.fv_box_main {
  padding: 0.2rem 1rem 0.4rem;
  border: 2px solid #004E87;
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem; 
  background: #fff;
}
@media screen and (max-width: 767px) {
  .fv_box_main {
    padding: 1.3333333333vw 4vw 2.6666666667vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
}
.fv_box_txt {
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv_box_txt {
    font-size: 5.8666666667vw;
    text-align:left;
  }
}
.fv_box_txt .line {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.fv_box_txt .line::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0.6rem;
  top: auto;
  right: auto;
  bottom: 0.05rem;
  left: 0;
  z-index: -1;
  background: #FAFF19;
}
@media screen and (max-width: 767px) {
  .fv_box_txt .line::before {
    height: 2.6666666667vw;
  }
}
.fv_btn.btn {
  max-width: 20rem;
}
@media screen and (max-width: 767px) {
  .fv_btn.btn {
    position: absolute;
    display: none;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    bottom: 0vw;
    left: 50%;
    max-width: 91.4666666667vw;
    transform: translateX(-50%);
  }
}
.fv_btn.btn .free_btn1 {
  width: auto;
  max-width: 10rem;
  height: 1.8rem;
  font-size: 0.7rem;
  margin-top: 0;
  top: -13px;
    position: absolute;
    left: 2.4rem;
    padding: 0.3rem;
    text-align: center;
}
@media screen and (max-width: 767px) {
  .fv_btn.btn .free_btn1 {
    max-width: 53.66vw;
    height: 8vw;
    font-size: 3.466vw;
  }
}
.fv_btn.btn .free_btn2 {
  max-width: 100% !important;
  height: 5rem;
  margin-top: 0;
  border-radius: 0.5rem;
  background: #06c556;
  background: linear-gradient(0deg, #06c556 0%, #06c556 100%);
  font-size: 1.4rem;
  padding:0.2rem 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv_btn.btn .free_btn2 {
    height: 18.1333333333vw;
    margin-top: -4vw;
    border-radius: 2.4vw;
    font-size: 4.8vw;
  }
}
.fv_btn.btn .free_btn2::after {
  content: "";
  top: 50%;
  width: 1rem;
  background: url("../img/arrow_red.svg") no-repeat center/contain;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .fv_btn.btn .free_btn2::after {
    width: 5.3333333333vw;
  }
}
.fv_btn.btn .leaf_btn2{
  font-size: 16px;
  height: 66px;
  max-width: 100% !important;
  height: 5rem;
  margin-top: 0;
  border-radius: 0.5rem;
  background: #E84709;
  background: linear-gradient(0deg, #E84709 0%, #E84709 100%);
  font-size: 1.4rem;
  padding:0.2rem 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv_btn.btn .leaf_btn2{
    font-size: 16px;
    height: 66px;
    max-width: 100% !important;
    margin-top: -0.97vw;
    border-radius: 0.625vw;
    background: #E84709;
    background: linear-gradient(0deg, #E84709 0%, #E84709 100%);
  }
}
.feature {
  padding: 80px 0 50px;
}
.feature_inner {
  max-width: 870px;
}
.feature_ttl {
  color: #E84709;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.1363636364;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .feature {
    padding: 40px 0 30px;
  }
  .feature_ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.feature_ttl .small {
  display: block;
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .feature_ttl .small {
    margin-bottom: 8px;
    font-size: 15px;
  }
}
.feature_img {
  width: calc(33.3333333333% - 16.6666666667px);
}
@media screen and (max-width: 767px) {
  .feature_img {
    width: calc(50% - 5px);
  }
}
.feature_imgCont {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 25px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .feature_imgCont {
    gap: 10px;
    justify-content: center;
    column-gap: 5px;
    row-gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .goukakusya {
    padding-bottom: 50px;
  }
}
.course {
  padding-top: 70px;
  padding-bottom: 70px;
}
.reason {
  position: relative;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .course {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .reason {
    padding-bottom: 65px;
  }
}
.reason_inner {
  max-width: 920px;
}
.reason_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  padding: 80px 80px 60px;
}
@media screen and (max-width: 767px) {
  .reason_item {
    padding: 60px 20px 40px;
  }
}
.reason_item_ttl2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason_item_ttl2 {
    width: calc(100% + 40px);
    font-size: 20px;
    padding: 0 10px;
  }
}
.reason_item_txt2 {
  margin-top: 27px;
  max-width: 620px;
}
@media screen and (max-width: 767px) {
  .reason_item_txt2 {
    margin-top: 17px;
  }
}
.reason_item_img {
  max-width: 412px;
  margin-top: 27px;
  aspect-ratio: initial;
}
.reason_item_imgCont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 34px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .reason_item_imgCont {
    gap: 15px;
    margin-top: 30px;
  }
}
.reason_item_img2 {
  width: calc(50% - 22.6666666667px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason_item_img2 {
    width: calc(50% - 10px);
  }
}
.reason_item_img2 img {
  width: 100%;
  max-width: 197px;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .reason_item_img2 img {
    margin-top: 4px;
  }
}
.reason_item_img2 figcaption {
  position: relative;
  display: inline-block;
  color: #EF6B1D;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .reason_item_img2 figcaption {
    font-size: min(3.82vw, 18px);
  }
}
.reason_item_img2 figcaption::before, .reason_item_img2 figcaption::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 90%;
  top: 50%;
  right: calc(100% + 1em);
  bottom: auto;
  left: auto;
  background: #EF6B1D;
  transform: translateY(-50%) rotate(-20deg);
}
@media screen and (max-width: 767px) {
  .reason_item_img2 figcaption::before, .reason_item_img2 figcaption::after {
    right: calc(100% + 0.8em);
  }
}
.reason_item_img2 figcaption::after {
  right: auto;
  left: calc(100% + 1em);
  transform: translateY(-50%) rotate(20deg);
}
@media screen and (max-width: 767px) {
  .reason_item_img2 figcaption::after {
    left: calc(100% + 0.8em);
  }
}
.reason_movie {
  position: relative;
  width: 100%;
  max-width: 470px;
  height: 100%;
  margin-top: 77px;
  aspect-ratio: 470/270;
}
@media screen and (max-width: 767px) {
  .reason_movie {
    width: calc(100% - 30px);
    margin-top: 45px;
  }
}
.reason_movie iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.reason_movie_label {
  position: absolute;
  display: block;
  width: 130px;
  height: 130px;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 1;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .reason_movie_label {
    width: 80px;
    height: 80px;
    transform: translate(calc(50% - 10px), -50%);
  }
}
.reason_voice {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .reason_voice {
    gap: 14px;
  }
}
.reason_voice + .reason_voice {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .reason_voice + .reason_voice {
    margin-top: 20px;
  }
}
.reason_voice:nth-child(even) {
  flex-direction: row-reverse;
}
.reason_voice:nth-child(even) dd::before, .reason_voice:nth-child(even) dd::after {
  right: auto;
  left: 100%;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.reason_voice:nth-child(even) dd::after {
  left: calc(100% - 1px);
}
.reason_voice dt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .reason_voice dt {
    width: 55px;
  }
}
.reason_voice dd {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: calc(100% - 80px - 45px);
  padding: 15px 23px 15px 27px;
  border: 1px solid #EF6B1D;
  border-radius: 9px;
}
@media screen and (max-width: 767px) {
  .reason_voice dd {
    width: calc(100% - 55px - 14px);
    padding: 10px 7px 10px 13px;
  }
}
.reason_voice dd::before, .reason_voice dd::after {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.reason_voice dd::before {
  width: 23px;
  height: 22px;
  background: #EF6B1D;
}
@media screen and (max-width: 767px) {
  .reason_voice dd::before {
    width: 10px;
    height: 17px;
  }
}
.reason_voice dd::after {
  right: calc(100% - 1px);
  width: 22px;
  height: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .reason_voice dd::after {
    width: 9px;
    height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .reason_voice dd .reason_voice_txt {
    font-size: 14px;
    line-height: 1.3333333333;
  }
}
.reason_voiceCont {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .reason_voiceCont {
    max-width: 620px;
    margin: 20px auto 0;
  }
}
.reason_voice_img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .reason_voice_img img {
    width: 55px;
    height: 55px;
  }
}
.reason_voice_img figcaption {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason_voice_img figcaption {
    font-size: 10px;
  }
}
.reason_voice_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
.reason_voice_name {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  margin-top: 5px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .reason_voice_name {
    gap: 0 12px;
  }
}
.reason_voice_name .red {
  color: #EF6B1D;
}
.reason_voice_name .small {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .reason_voice_name .small {
    font-size: 13px;
    line-height: 1.6;
  }
}
.recommend {
  position: relative;
  padding: 100px 0 30px;
}
@media screen and (max-width: 767px) {
  .recommend {
    padding: 63px 0 0;
  }
}
.recommend_inner {
  max-width: 920px;
}
.recommend_plus {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 1;
  margin-top: -72px;
  text-align: center;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .recommend_plus {
    margin-top: -45px;
  }
}
.recommend_plus_txt {
  position: relative;
  display: inline-block;
  color: #FF0000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .recommend_plus_txt {
    font-size: 12px;
  }
}
.recommend_plus_txt::before, .recommend_plus_txt::after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 90%;
  top: 50%;
  right: calc(100% + 0.8em);
  bottom: auto;
  left: auto;
  background: #FF0000;
  transform: translateY(-50%) rotate(-25deg);
}
@media screen and (max-width: 767px) {
  .recommend_plus_txt::before, .recommend_plus_txt::after {
    width: 1px;
  }
}
.recommend_plus_txt::after {
  right: auto;
  left: calc(100% + 0.8em);
  transform: translateY(-50%) rotate(25deg);
}
.recommend_plus_img {
  width: 89px;
  height: 89px;
  margin: 5px auto 0;
}
@media screen and (max-width: 767px) {
  .recommend_plus_img {
    width: 56px;
    height: 56px;
    margin-top: 0;
  }
}
.recommend_cont {
  position: relative;
  z-index: 0;
  padding: 13px;
  background: #FFF1E8;
}
@media screen and (max-width: 767px) {
  .recommend_cont {
    padding: 6px;
  }
}
.recommend_cont::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  top: 13px;
  right: auto;
  bottom: auto;
  left: 13px;
  z-index: -1;
  border: 2px solid #EF6B1D;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .recommend_cont::before {
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
}
.recommend_cont_inner {
  padding: 56px 58px 48px 58px;
}
@media screen and (max-width: 767px) {
  .recommend_cont_inner {
    padding: 30px 20px 40px;
  }
}
.recommend_cont_inner::before, .recommend_cont_inner::after {
  content: "";
  position: absolute;
  display: block;
  width: 115px;
  height: 115px;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(../img/band_red.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .recommend_cont_inner::before, .recommend_cont_inner::after {
    width: 58px;
    height: 58px;
  }
}
.recommend_cont_inner::after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  transform: rotate(180deg);
}
.recommend_ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.53;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recommend_ttl {
    width: calc(100% + 40px);
    margin-left: -20px;
    font-size: 20px;
  }
}
.recommend_ttl .small {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .recommend_ttl .small {
    font-size: 15px;
  }
}
.recommend_item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 38px;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .recommend_item {
    flex-direction: column;
    gap: 25px;
    margin-top: 14px;
  }
}
.recommend_item_img {
  width: 304px;
}
@media screen and (max-width: 767px) {
  .recommend_item_img {
    width: calc(100% - 35px);
    max-width: 500px;
  }
}
.recommend_item_txt {
  width: calc(100% - 304px - 38px);
  max-width: 360px;
  font-size: 17px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .recommend_item_txt {
    width: 100%;
    max-width: 480px;
    font-size: 15px;
  }
}
.btn_content {
  margin-top: 70px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .btn_content {
    display: block;
    margin-top: 20px;
  }
}
.line_btn {
  background: #06c556 !important;
}
.recommend_btn {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .recommend_btn {
    margin-top: 30px;
  }
}
.recommend_btn a {
  background: #E84709;
  font-size: 16px;
  height: 66px;
}
@media screen and (max-width: 767px) {
  .recommend_btn a {
    height: 52px;
    border-radius: 3px;
    font-size: 16px;
    max-width: 100%;
  }
}
/*.recommend_btn a::after {
}
@media screen and (max-width: 767px) {
  .recommend_btn a::after {
    content: "";
    display: block;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    background: url(../img/arrow_red.svg) no-repeat center/contain;
    transform: translateY(-50%);
  }
}*/
.trial_wrap {
  margin: 0 auto;
  text-align: center;
  width: 900px;
  padding: 0 0 4em;
  margin-top: -36px;
}
.trial-title_wrap {
  background: linear-gradient(-45deg, #E9470A, #FF6C00);
  margin-left: calc(50% - 50vw) !important;
  width: 100vw
}
.trial-title_wrap h2.trial-title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 34px 0 60px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1.75
}
.trial-title_wrap h2.trial-title span {
  border: 2px solid #fff;
  border-radius: 32px;
  margin: 0 6px;
  padding: 2px 10px
}
.redactor-editor .box_area {
  overflow: hidden
}
.trial-content_wrap {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  padding: 32px 26px 56px 32px;
  margin-top: -28px
}
.trial-content.main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.trial-content.main .text {
  margin-top: 14px;
  max-width: 420px
}
.trial-content.main .text .trial-item.point {
  border: 2px solid #EC4E09;
  border-radius: 8px;
  min-width: 320px;
  position: relative
}
.trial-content.main .text .point-title {
  background: linear-gradient(-45deg, #FF6C00, #E9470A);
  border-radius: 28px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 6px 16px
}
.trial-content.main .text .point-list {
  display: inline-block;
  margin: 16px
}
.trial-content.main .text li {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  list-style: none;
  margin: 0 0 0 14px;
  padding-left: 8px;
  position: relative;
  text-align: justify
}
.trial-content.main .text li::before {
  background: #000;
  border-radius: 7px;
  content: '';
  height: 14px;
  left: -14px;
  margin-bottom: -1px;
  position: absolute;
  top: 3px;
  width: 14px
}
.trial-content.main .text li + li {
  margin-top: 6px
}
.trial-content.main .text .trial-item + .trial-item {
  margin-top: 28px
}
.trial-content.main .text .point-title_wrap + .trial-item {
  margin-top: 12px
}
.trial-content.main .img {
  padding-left: 28px
}
@media all and (-ms-high-contrast: none) {
  .trial-content.main .img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}
.trial-item.plus {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 320px;
  padding: 16px 5px 16px 16px;
  position: relative
}
.trial-item.plus .plus-title {
  background: #fff;
  border: 2px solid #E94709;
  border-radius: 12px;
  font-size: 14px;
  font-weight: bold;
  left: 50%;
  line-height: 1;
  padding: 3px 14px;
  position: absolute;
  top: -12px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%)
}
.trial-item.plus .plus-text {
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
  text-align: justify;
  max-width: calc(100% - 102px)
}
.trial-item.plus .plus-img {
  height: auto;
  margin-bottom: -12px;
  width: 82px
}
.trial-content.btn {
  margin-top: 13px;
  min-width: 22rem;
  min-height: 3rem;
}
.trial-content.btn .trial-content_btn {
  background: linear-gradient(-45deg, #DB4300, #FF7600, #DB4300);
  border: 1px solid #E94709;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  text-decoration: none;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 24px 48px;
  position: relative;
  width: 380px
}
.trial-content.btn .trial-content_btn::before {
  background: center/cover url("https://var.manabiz.jp/image/front/free/4358/20220526163603uvjTvPcUWk.png");
  content: '';
  height: 74px;
  left: -32px;
  position: absolute;
  top: -40px;
  width: 112px
}
.trial-content.btn .trial-content_btn:hover {
  background: linear-gradient(-45deg, #eb2400, #ff6700, #eb2400);
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s
}
.trial-content.btn svg {
  position: absolute;
  right: 14px;
  top: calc(50% - 12px)
}
.trial-content.icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  padding: 0 10px;
}
.trial-content.icon-text .trial-content_icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 3)
}
.trial-content.icon-text .trial-content_icon:not(:last-of-type) {
  padding-right: 24px
}
.trial-content.icon-text .trial-content_icon + .trial-content_icon {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 24px
}
.trial-content.icon-text .trial-content_icon svg {
  margin: 4px 4px 4px 0
}
.trial-content.icon-text .trial-content_icon .text {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: bold
}
.trial_wrap.compact .trial-title_wrap h2.trial-title {
  padding: 24px 0 48px
}
.trial_wrap.compact .trial-title_wrap h2.trial-title span {
  padding: 4px 10px
}
.trial_wrap.compact .trial-content_wrap {
  padding: 24px 36px 36px 24px
}
.trial_wrap.compact .trial-content.main .text li {
  font-size: 16px
}
.trial_wrap.compact .trial-content.main .img {
  padding: 0 32px 0 0
}
.trial_wrap.compact .trial-content.btn {
  margin-top: 44px
}
.trial_wrap.compact .trial-content.btn .trial-content_btn {
  padding: 24px 48px
}
@media screen and (max-width: 767px) {
  .trial_wrap {
    background: linear-gradient(-45deg, #E9470A, #FF6C00);
    margin-top: -2em;
    margin-bottom: 0;
    margin-left: calc(50% - 50vw) !important;
    padding: 0 15px 24px;
    text-align: center;
    width: 100vw
  }
  .trial-title_wrap h2.trial-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 36px 0;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    line-height: 1.75
  }
  .trial-title_wrap h2.trial-title span {
    border: 2px solid #fff;
    border-radius: 32px;
    margin: 0 6px;
    padding: 2px 10px
  }
  .trial-content_wrap {
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
    padding: 28px 16px 46px
  }
  .trial-content.main .trial-item.img + .text {
    margin-top: 32px
  }
  .trial-content.main .text .trial-item.point {
    border: 2px solid #EC4E09;
    border-radius: 8px;
    position: relative
  }
  .trial-content.main .text .point-title {
    background: linear-gradient(-45deg, #FF6C00, #E9470A);
    border-radius: 28px;
    color: #fff;
    display: inline-block;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 4px 16px
  }
  .trial-content.main .text .point-list {
    display: inline-block;
    margin: 16px
  }
  .trial-content.main .text li {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    list-style: none;
    margin: 0 0 0 14px;
    padding-left: 8px;
    position: relative;
    text-align: justify
  }
  .trial-content.main .text li::before {
    background: #000;
    border-radius: 7px;
    content: '';
    height: 14px;
    left: -14px;
    margin-bottom: -1px;
    position: absolute;
    top: 3px;
    width: 14px
  }
  .trial-content.main .text li + li {
    margin-top: 6px
  }
  .trial-content.main .text .trial-item + .trial-item {
    margin-top: 28px
  }
  .trial-content.main .text .point-title_wrap + .trial-item {
    margin-top: 12px
  }
  .trial-item.plus {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0 16px 8px;
    position: relative
  }
  .trial-item.plus .plus-title {
    background: #fff;
    border: 2px solid #E94709;
    border-radius: 12px;
    font-size: 14px;
    font-weight: bold;
    left: 50%;
    line-height: 1;
    padding: 3px 14px;
    position: absolute;
    top: -12px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
  }
  .trial-item.plus .plus-text {
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
    text-align: left;
    max-width: calc(100% - 102px)
  }
  .trial-item.plus .plus-img {
    height: auto;
    margin-bottom: -12px;
    width: 82px
  }
  .trial-content.btn {
    margin-top: 48px
  }
  .trial-content.btn .trial-content_btn {
    background: linear-gradient(-45deg, #DB4300, #FF7600, #DB4300);
    border: 1px solid #E94709;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 19px;
    font-weight: bold;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    text-decoration: none;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 20px 40px;
    position: relative;
    width: 100%
  }
  .trial-content.btn .trial-content_btn::before {
    background: center/cover url("https://var.manabiz.jp/image/front/free/4358/20220526163603uvjTvPcUWk.png");
    content: '';
    height: 66px;
    left: -20px;
    position: absolute;
    top: -36px;
    width: 100px
  }
  .trial-content.btn .trial-content_btn:hover {
    background: linear-gradient(-45deg, #eb2400, #ff6700, #eb2400);
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
  }
  .trial-content.btn svg {
    position: absolute;
    right: 8px;
    top: calc(50% - 12px)
  }
  .trial-content.icon-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 26px;
    padding: 0;
  }
  .trial-content.icon-text .trial-content_icon {
    padding: 8px 0 4px;
    width: calc(100% / 3)
  }
  .trial-content.icon-text .trial-content_icon:not(:last-of-type) {
    padding-right: 10px
  }
  .trial-content.icon-text .trial-content_icon + .trial-content_icon {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 10px
  }
  .trial-content.icon-text .trial-content_icon .text {
    color: #fff;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
    margin-top: 12px
  }
  .trial_wrap.compact .trial-title_wrap h2.trial-title {
    padding: 20px 0
  }
  .trial_wrap.compact .trial-content_wrap {
    padding: 20px 16px 24px
  }
  .trial_wrap.compact .trial-item.img + .text {
    margin-top: 20px
  }
  .trial_wrap.compact .trial-content.main .text .point-list {
    margin: 12px
  }
  .trial_wrap.compact .trial-content.btn {
    margin-top: 40px
  }
  .trial_wrap.compact .trial-content.btn .trial-content_btn {
    padding: 20px 40px
  }
  .trial_wrap .trial-content.main {
    display: inherit;
  }
}
.line_btn {
  background: #06c556 !important;
  padding-left: 70px;
}
.line_btn::before {
  -webkit-transform: translateY(-50%);
  content: url(../img/LINE_logo.svg);
  display: block;
  height: 44px;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
}
@media screen and (max-width: 767px) {
  .line_btn::before {
    height: 2.4rem;
    width: 2.4rem;
  }
}
.btn_round--green::after {
  content: url(../img/LINE_logo.svg) !important;
  height: 30px;
  width: 30px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .btn_round--green::after {
    height: 20px;
    width: 20px;
    right: 10px;
  }
}

.ext_link {
  margin-bottom: 18px;
  text-align: center;
  margin-top: 35px;
}
.ext_link a {
  color: #E24607;
  text-decoration: underline;
}
.ext_link strong {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ext_link {
    font-size: 15px;
    margin-top: 10px;
  }
}
.reg_big_bnr_text_02 .small {
  font-size: 14px;
}
.base_caption {
  font-weight: bold;
  font-size: 28px;
  color: #e24607;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .base_caption {
    font-size: 15px;
    margin-top: 40px;
  }
}
.zisseki-img {
  margin: 0rem auto 3rem;
  width:100%;
  max-width:400px;
}