@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.related .related__textBox a::before, .related .related__textBox a::after, .faq .faq__block ul li::after, .course .input__flow li:not(:last-child)::after, .about .pagenavi li .pagenavi__button::after, .rd__contact .contact__link::after, .download a::before, .download a::after, .download::after {
  display: block;
  content: "";
  position: absolute;
}

.page_inner_s {
  max-width: 800px;
  width: calc(100% - 36px) !important;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .page_inner_s {
    width: calc(100% - 80px) !important;
  }
}

.page_inner_m {
  max-width: 1000px;
  width: calc(100% - 36px) !important;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .page_inner_m {
    width: calc(100% - 80px) !important;
  }
}

.page_inner_l {
  max-width: 1200px;
  width: calc(100% - 36px) !important;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .page_inner_l {
    width: calc(100% - 80px) !important;
  }
}

.font_montserrat {
  font-family: "Montserrat", sans-serif;
}

html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

.template_breadcrumbs {
  background-color: #fff;
  width: auto;
  margin: 0;
  padding: 9px 0 10px;
  font-size: 1.4rem;
}

.template_set {
  position: relative;
  color: #232323;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.8;
  width: 100%;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 641px) {
  .template_set {
    font-size: 1.6rem;
    line-height: 1.9;
    letter-spacing: 0.03em;
  }
}
.template_set section {
  margin: 0;
}
.template_set #wrap {
  overflow: hidden;
}
.template_set {
  /*breakpoint display*/
}
.template_set .sp_min {
  display: block;
}
.template_set .sp_min_inline {
  display: inline;
}
.template_set .sp {
  display: block;
}
.template_set .sp_inline {
  display: inline;
}
.template_set .sp_tab {
  display: block;
}
.template_set .sp_tab_inline {
  display: inline;
}
.template_set .pc,
.template_set .pc_inline {
  display: none !important;
}
.template_set .tab,
.template_set .tab_inline {
  display: none !important;
}
.template_set .pc_tab,
.template_set .pc_tab_inline {
  display: none !important;
}
@media (min-width: 360px) {
  .template_set .sp_min,
  .template_set .sp_min_inline {
    display: none !important;
  }
}
@media (min-width: 641px) {
  .template_set .sp,
  .template_set .sp_inline {
    display: none !important;
  }
  .template_set .tab {
    display: block !important;
  }
  .template_set .tab_inline {
    display: inline !important;
  }
  .template_set .pc_tab {
    display: block !important;
  }
  .template_set .pc_tab_inline {
    display: inline !important;
  }
}
@media (min-width: 920px) {
  .template_set .sp_tab,
  .template_set .sp_tab_inline {
    display: none !important;
  }
  .template_set .tab,
  .template_set .tab_inline {
    display: none !important;
  }
  .template_set .pc {
    display: block !important;
  }
  .template_set .pc_inline {
    display: inline !important;
  }
}
.template_set {
  /*box-sizing default*/
}
.template_set * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.template_set *:before,
.template_set * :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.template_set h1,
.template_set h2,
.template_set h3,
.template_set h4,
.template_set h5,
.template_set h6,
.template_set dt,
.template_set dd,
.template_set li,
.template_set caption,
.template_set col,
.template_set th,
.template_set td,
.template_set p,
.template_set address,
.template_set figcaption,
.template_set em,
.template_set strong {
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
.template_set {
  /*aタグ デフォルト設定*/
}
.template_set a {
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}
.template_set button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.template_set img {
  max-width: 100%;
  height: auto;
}
.template_set .fw_bold {
  font-weight: bold;
}
.template_set .fw_semibold {
  font-weight: 600;
}
.template_set .block_title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0E3188;
  text-align: center;
  line-height: 1.52;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
@media (min-width: 321px) {
  .template_set .block_title {
    font-size: 3rem;
  }
}
@media (min-width: 641px) {
  .template_set .block_title {
    font-size: 6rem;
    margin-bottom: 65px;
  }
}
.template_set .line_title {
  font-size: 2rem;
  font-weight: bold;
  color: #0E3188;
  line-height: 1.52;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (min-width: 641px) {
  .template_set .line_title {
    font-size: 3.6rem;
    margin-bottom: 36px;
  }
}
.template_set .line_title::before, .template_set .line_title::after {
  content: "";
  width: 100%;
  max-width: 70px;
  height: 5px;
  flex: 1;
  display: block;
  border-top: 1px solid #0E3188;
  border-bottom: 1px solid #0E3188;
}
@media (min-width: 641px) {
  .template_set .line_title::before, .template_set .line_title::after {
    width: 105px;
    max-width: initial;
    flex: none;
  }
}
.template_set .line_title::before {
  margin-right: 10px;
}
@media (min-width: 641px) {
  .template_set .line_title::before {
    margin-right: 27px;
  }
}
.template_set .line_title::after {
  margin-left: 8px;
}
@media (min-width: 641px) {
  .template_set .line_title::after {
    margin-left: 20px;
  }
}

.bg_lightgray {
  background-color: #F3F3F3;
}

.whBox {
  padding: 26px 20px 30px 20px;
  border-radius: 16px;
  background-color: #FFF;
}
@media (min-width: 641px) {
  .whBox {
    padding: 80px 100px 75px 100px;
    border-radius: 34px;
  }
}

.download {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.download::after {
  width: 100%;
  height: 100%;
  border-radius: 80px;
  background-color: #FAB053;
  bottom: -4px;
  left: 0;
  z-index: 1;
}
@media (min-width: 641px) {
  .download::after {
    bottom: -8px;
  }
}
.download a {
  display: block;
  padding: 15px 10px 15px 10px;
  border: 2px solid #B9D7FF;
  border-radius: 80px;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  transition: transform 0.3s;
}
@media (min-width: 641px) {
  .download a {
    padding: 40px 30px 44px 30px;
    border: 3px solid #B9D7FF;
  }
}
@media (hover: hover) {
  .download a:where(:any-link, :enabled, summary, span, dt, div):hover {
    transform: translateY(8px);
  }
}
.download a::before, .download a::after {
  top: 50%;
  transform: translateY(-50%);
}
.download a::before {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #0E3188;
  right: 10px;
  z-index: 1;
}
@media (min-width: 321px) {
  .download a::before {
    width: 30px;
    height: 30px;
    right: 11px;
  }
}
@media (min-width: 641px) {
  .download a::before {
    width: 75px;
    height: 75px;
    right: 25px;
  }
}
.download a::after {
  width: 7px;
  height: 10px;
  background-color: #FFF;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  right: 18px;
  z-index: 2;
}
@media (min-width: 321px) {
  .download a::after {
    width: 8px;
    height: 11px;
    right: 20px;
  }
}
@media (min-width: 641px) {
  .download a::after {
    width: 24.2px;
    height: 28px;
    right: 45px;
  }
}
.download span {
  font-weight: bold;
  text-align: center;
  color: #0E3188;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
}
.download .download__text1 {
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media (min-width: 641px) {
  .download .download__text1 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.download .download__text2 {
  font-size: 1.7rem;
}
@media (min-width: 321px) {
  .download .download__text2 {
    font-size: 1.9rem;
  }
}
@media (min-width: 641px) {
  .download .download__text2 {
    font-size: 4rem;
  }
}

.rd__contact {
  padding-block: 26px;
  background: linear-gradient(135deg, rgb(250, 189, 83) 0%, rgb(255, 149, 68) 100%);
  position: relative;
}
@media (min-width: 641px) {
  .rd__contact {
    padding-block: 47px 42px;
  }
}
.rd__contact p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 641px) {
  .rd__contact p {
    font-size: 2.5rem;
    line-height: 1.54;
  }
}
.rd__contact .contact__link {
  max-width: 800px;
  margin: 0 auto 13px auto;
  position: relative;
}
@media (min-width: 641px) {
  .rd__contact .contact__link {
    margin: 0 auto 32px auto;
  }
}
.rd__contact .contact__link::after {
  width: 100%;
  height: 100%;
  border-radius: 86px;
  background-color: #0E3188;
  bottom: -4px;
  left: 0;
  z-index: 1;
}
@media (min-width: 641px) {
  .rd__contact .contact__link::after {
    bottom: -8px;
  }
}
.rd__contact a {
  font-size: 1.7rem;
  font-weight: bold;
  color: #0E3188;
  text-align: center;
  line-height: 1.52;
  letter-spacing: 0.05em;
  display: block;
  padding: 22px 20px 22px 20px;
  border: 1px solid #96A5B8;
  border-radius: 86px;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  transition: transform 0.3s;
}
@media (min-width: 321px) {
  .rd__contact a {
    font-size: 1.9rem;
    padding: 24px 20px 24px 20px;
  }
}
@media (min-width: 641px) {
  .rd__contact a {
    font-size: 3.2rem;
    padding: 33px 20px 28px 20px;
    border: 0px;
  }
}
@media (min-width: 641px) {
  .rd__contact .contact__link:hover a {
    transform: translateY(8px);
  }
}
.rd__contact .hexagon {
  position: absolute;
  z-index: 1;
}
.rd__contact .hexagon.left {
  width: 26.66%;
  max-width: 236px;
  top: 0;
  left: 0;
}
@media (min-width: 641px) {
  .rd__contact .hexagon.left {
    width: 16.38%;
  }
}
.rd__contact .hexagon.right {
  width: 29.33%;
  max-width: 300px;
  bottom: 0;
  right: 0;
}
@media (min-width: 641px) {
  .rd__contact .hexagon.right {
    width: 20.83%;
  }
}

.sp_min_none {
  display: none;
}
@media (min-width: 321px) {
  .sp_min_none {
    display: block;
  }
}

main a,
main input,
main textarea,
main select,
main button {
  outline: none;
  outline-color: #232323;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
main a:focus,
main input:focus,
main textarea:focus,
main select:focus,
main button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
main a:focus-visible,
main input:focus-visible,
main textarea:focus-visible,
main select:focus-visible,
main button:focus-visible {
  outline-color: #232323;
  outline-offset: -3px;
  outline-style: solid;
  outline-width: 3px;
}
@-moz-document url-prefix() {
  main a:focus-visible,
  main input:focus-visible,
  main textarea:focus-visible,
  main select:focus-visible,
  main button:focus-visible {
    accent-color: #232323;
  }
}
main a:focus-visible _::-webkit-full-page-media,
main a:focus-visible _:future,
main a:focus-visible :root,
main input:focus-visible _::-webkit-full-page-media,
main input:focus-visible _:future,
main input:focus-visible :root,
main textarea:focus-visible _::-webkit-full-page-media,
main textarea:focus-visible _:future,
main textarea:focus-visible :root,
main select:focus-visible _::-webkit-full-page-media,
main select:focus-visible _:future,
main select:focus-visible :root,
main button:focus-visible _::-webkit-full-page-media,
main button:focus-visible _:future,
main button:focus-visible :root {
  accent-color: #232323;
}
main _::-webkit-full-page-media a,
main _::-webkit-full-page-media input,
main _::-webkit-full-page-media textarea,
main _::-webkit-full-page-media select,
main _::-webkit-full-page-media button,
main _:future a,
main _:future input,
main _:future textarea,
main _:future select,
main _:future button,
main :root a,
main :root input,
main :root textarea,
main :root select,
main :root button {
  accent-color: #232323;
}

/*@media screen and (max-width: 640px) {
    #header {
        z-index: 90000;
    }
}
@media print, screen and (min-width: 641px) {
    #header {
        z-index: 2000;
    }
}*/
.cmn_header {
  z-index: 9990;
}

.page-footer {
  margin-top: 0;
}

main {
  overflow: hidden;
}

picture {
  display: block;
}

.mv {
  height: 300px;
  position: relative;
}
@media (min-width: 641px) {
  .mv {
    height: calc(100vh - 120px);
    height: calc(100dvh - 120px);
  }
}
.mv .mv__text {
  width: calc(100% - 36px);
  max-width: 1100px;
  padding: 18px 25px 18px 25px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.87);
  position: absolute;
  top: calc((100% - 50px) / 2);
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-47%);
}
@media (min-width: 321px) {
  .mv .mv__text {
    padding: 18px 35px 18px 35px;
  }
}
@media (min-width: 641px) {
  .mv .mv__text {
    width: calc(100% - 80px);
    padding: 55px 30px 50px 30px;
    top: 42%;
    transform: translateY(-50%);
  }
}
.mv .mv__text h1 {
  width: 100%;
  margin: 0 auto 11px auto;
}
@media (min-width: 641px) {
  .mv .mv__text h1 {
    width: 82.5%;
    margin: 0 auto 26px auto;
  }
}
.mv .mv__text h1 img {
  width: 100%;
}
.mv .mv__text p {
  font-size: 1.2rem;
  text-align: center;
  color: #3B3B3B;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (min-width: 641px) {
  .mv .mv__text p {
    font-size: 1.5rem;
  }
}
.mv .mv__text p strong {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin-top: 9px;
}
@media (min-width: 641px) {
  .mv .mv__text p strong {
    font-size: 3.3rem;
    margin-top: 10px;
  }
}
.mv .mv__bg {
  width: 100%;
  height: 100%;
}
.mv .mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about {
  padding: 0 18px 63px 18px;
  background: url(../img/about_bg_sp.jpg) no-repeat center center;
  background-size: cover;
}
@media (min-width: 641px) {
  .about {
    padding: 0 80px 175px 80px;
    background: url(../img/about_bg_pc.jpg) no-repeat center center;
    background-size: cover;
  }
}
.about .pagenavi {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 0 auto -50px auto;
  position: relative;
  top: -50px;
  z-index: 1;
}
@media (min-width: 641px) {
  .about .pagenavi {
    width: 100%;
    margin: 0 auto -60px auto;
    top: -60px;
  }
}
.about .pagenavi ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 641px) {
  .about .pagenavi ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.about .pagenavi li a {
  text-align: center;
  display: block;
  padding: 15px 15px;
  border-radius: 10px;
  background-color: #FAB053;
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}
@media (min-width: 641px) {
  .about .pagenavi li a {
    padding: 36px 20px;
    border-radius: 21px;
  }
}
.about .pagenavi li p {
  font-weight: bold;
  color: #FFF;
}
.about .pagenavi li .pagenavi__title {
  font-size: 1.9rem;
  line-height: 1.52;
  letter-spacing: 0.1em;
  max-width: 240px;
  padding-bottom: 6px;
  margin: 0 auto 6px auto;
  border-bottom: 1px solid #FFF;
}
@media (min-width: 641px) {
  .about .pagenavi li .pagenavi__title {
    font-size: 2.2rem;
    letter-spacing: 0.28em;
    max-width: 168px;
    padding-bottom: 10px;
    margin: 0 auto 13px auto;
  }
}
.about .pagenavi li .pagenavi__text {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 9px;
}
@media (min-width: 641px) {
  .about .pagenavi li .pagenavi__text {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
}
.about .pagenavi li .pagenavi__button {
  line-height: 1.52;
  letter-spacing: 0.02em;
  max-width: 178px;
  padding: 1px 5px 3px 5px;
  margin: 0 auto;
  border: 1px solid #FFF;
  border-radius: 50px;
  position: relative;
  transition: color 0.3s, background-color 0.3s;
}
@media (min-width: 641px) {
  .about .pagenavi li .pagenavi__button {
    padding: 2px 5px 4px 5px;
    border: 2px solid #FFF;
  }
}
.about .pagenavi li .pagenavi__button::after {
  width: 9px;
  height: 7.5px;
  background-color: #FFF;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  top: 50%;
  right: 12px;
  z-index: 1;
  transform: translateY(-50%);
}
@media (min-width: 641px) {
  .about .pagenavi li .pagenavi__button::after {
    width: 10px;
    height: 8.5px;
    right: 15px;
  }
}
.about .pagenavi li:nth-child(2) .pagenavi__title {
  letter-spacing: 0.1em;
}
@media (min-width: 641px) {
  .about .pagenavi li:nth-child(2) .pagenavi__title {
    letter-spacing: 0.14em;
  }
}
@media (hover: hover) {
  .about .pagenavi li a:where(:any-link, :enabled, summary, span, dt, div):hover {
    transform: translateY(-10px);
  }
  .about .pagenavi li a:where(:any-link, :enabled, summary, span, dt, div):hover .pagenavi__button {
    color: #FAB053;
    background-color: #FFF;
  }
}
.about .about__contents {
  text-align: center;
  margin-top: 56px;
}
@media (min-width: 641px) {
  .about .about__contents {
    margin-top: 140px;
  }
}
.about .about__contents h2 {
  font-size: 2.3rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.3;
  letter-spacing: 0.07em;
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .about .about__contents h2 {
    font-size: 5rem;
    line-height: 1.66;
    margin-bottom: 30px;
  }
}
.about .about__contents p {
  color: #FFF;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 26px;
}
@media (min-width: 641px) {
  .about .about__contents p {
    text-align: center;
    line-height: 2.3;
    margin-bottom: 40px;
  }
}
.about .about__contents p.font_l {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.6;
  margin-top: 26px;
}
@media (min-width: 641px) {
  .about .about__contents p.font_l {
    font-size: 2.2rem;
    line-height: 2;
    margin-top: 50px;
  }
}

.features {
  padding-block: 60px 84px;
}
@media (min-width: 641px) {
  .features {
    padding-block: 100px 185px;
  }
}
.features .block_title {
  margin-bottom: 25px;
}
@media (min-width: 641px) {
  .features .block_title {
    margin-bottom: 65px;
  }
}
.features .features__block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 641px) {
  .features .features__block {
    grid-template-columns: 1fr 46.33%;
    gap: 7.58%;
  }
}
.features .features__block:not(:last-child) {
  margin-bottom: 45px;
}
@media (min-width: 641px) {
  .features .features__block:not(:last-child) {
    margin-bottom: 113px;
  }
}
.features .features__block .block__textBox .block__num {
  font-size: 2.7rem;
  font-style: italic;
  color: #C1A825;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
@media (min-width: 641px) {
  .features .features__block .block__textBox .block__num {
    font-size: 5.2rem;
    text-align: left;
    margin-bottom: 20px;
  }
}
.features .features__block .block__textBox h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0E3188;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
@media (min-width: 641px) {
  .features .features__block .block__textBox h3 {
    font-size: 2.5rem;
    line-height: 1.54;
    margin-bottom: 23px;
  }
}
.features .features__block .block__img {
  margin-left: auto;
}
.features .features__block .block__img img {
  width: 100%;
}
@media (min-width: 641px) {
  .features .features__block.reserve .block__textBox {
    order: 1;
    margin-left: auto;
  }
}
@media (min-width: 641px) {
  .features .features__block.reserve .block__img {
    margin-left: 0;
  }
}

.merit {
  padding-block: 55px 52px;
  background-color: #0E3188;
  position: relative;
}
@media (min-width: 641px) {
  .merit {
    padding-block: 105px 155px;
  }
}
.merit .hexagon {
  position: absolute;
  z-index: 1;
}
.merit .hexagon.top_left, .merit .hexagon.top_right {
  width: 83px;
  top: 20px;
  transform: translateY(-100%);
}
@media (min-width: 641px) {
  .merit .hexagon.top_left, .merit .hexagon.top_right {
    width: 203px;
    top: 45px;
  }
}
.merit .hexagon.top_left {
  left: -22px;
}
@media (min-width: 641px) {
  .merit .hexagon.top_left {
    left: 0;
  }
}
.merit .hexagon.top_right {
  right: -12px;
}
@media (min-width: 641px) {
  .merit .hexagon.top_right {
    right: 0;
  }
}
.merit .hexagon.bottom_left, .merit .hexagon.bottom_right {
  width: 116px;
  bottom: 22px;
  transform: translateY(100%);
}
@media (min-width: 641px) {
  .merit .hexagon.bottom_left, .merit .hexagon.bottom_right {
    width: 235px;
    bottom: 31px;
  }
}
.merit .hexagon.bottom_left {
  left: -17px;
}
@media (min-width: 641px) {
  .merit .hexagon.bottom_left {
    left: 0;
  }
}
.merit .hexagon.bottom_right {
  right: -11px;
}
@media (min-width: 641px) {
  .merit .hexagon.bottom_right {
    right: 0;
  }
}
.merit .section__head {
  text-align: center;
  color: #FFF;
  margin-bottom: 25px;
}
@media (min-width: 641px) {
  .merit .section__head {
    margin-bottom: 65px;
  }
}
.merit .section__head .head__title {
  margin-bottom: 41px;
}
@media (min-width: 641px) {
  .merit .section__head .head__title {
    margin-bottom: 70px;
  }
}
.merit .section__head .head__title .eng {
  font-size: 3.6rem;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0.11em;
}
@media (min-width: 641px) {
  .merit .section__head .head__title .eng {
    font-size: 6.4rem;
  }
}
.merit .section__head .head__title h3 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: 0.11em;
}
@media (min-width: 641px) {
  .merit .section__head .head__title h3 {
    font-size: 2.4rem;
  }
}
.merit .section__head .catch {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 17px;
}
@media (min-width: 641px) {
  .merit .section__head .catch {
    font-size: 4.1rem;
    line-height: 1.54;
    margin-bottom: 30px;
  }
}
.merit .section__head .lead {
  text-align: left;
}
@media (min-width: 641px) {
  .merit .section__head .lead {
    text-align: center;
  }
}
.merit .merit__step {
  margin-bottom: 42px;
}
@media (min-width: 641px) {
  .merit .merit__step {
    margin-bottom: 90px;
  }
}
.merit .merit__step img {
  width: 100%;
  max-width: initial;
}
.merit .etc_merit {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 641px) {
  .merit .etc_merit {
    grid-template-columns: 1fr 43.6%;
    gap: 65px;
  }
}
.merit .etc_merit:not(:last-child) {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #8198D0;
}
@media (min-width: 641px) {
  .merit .etc_merit:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.merit .etc_merit .etc__text {
  color: #FFF;
}
.merit .etc_merit .etc__text h4 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
@media (min-width: 641px) {
  .merit .etc_merit .etc__text h4 {
    font-size: 2.5rem;
    line-height: 1.54;
    margin-bottom: 15px;
  }
}
.merit .etc_merit .etc__img img {
  width: 100%;
  max-width: initial;
  border-radius: 8px;
}
@media (min-width: 641px) {
  .merit .etc_merit .etc__img img {
    border-radius: 20px;
  }
}

.results {
  padding-block: 80px 34px;
}
@media (min-width: 641px) {
  .results {
    padding-block: 100px 65px;
  }
}
.results .results__block:not(:last-child) {
  margin-bottom: 51px;
}
@media (min-width: 641px) {
  .results .results__block:not(:last-child) {
    margin-bottom: 100px;
  }
}
.results .case ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media (min-width: 641px) {
  .results .case ul {
    gap: 18px;
  }
}
.results .case li.clm3 {
  width: 100%;
}
@media (min-width: 641px) {
  .results .case li.clm3 {
    width: calc((100% - 36px) / 3);
  }
}
.results .case li:nth-child(1) {
  width: 100%;
}
@media (min-width: 641px) {
  .results .case li:nth-child(1) {
    width: calc((100% - 36px) * 0.5112);
  }
}
.results .case li:nth-child(2) {
  width: 100%;
}
@media (min-width: 641px) {
  .results .case li:nth-child(2) {
    width: calc((100% - 36px) * 0.4888);
  }
}
.results .case li:nth-child(6) {
  width: 100%;
}
@media (min-width: 641px) {
  .results .case li:nth-child(6) {
    width: calc((100% - 36px) * 0.5498);
  }
}
.results .case li:nth-child(7) {
  width: 100%;
}
@media (min-width: 641px) {
  .results .case li:nth-child(7) {
    width: calc((100% - 36px) * 0.4502);
  }
}
.results .case li img {
  width: 100%;
}
.results .teacher_voice .teacher_voice__head {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 23px;
  gap: 20px;
}
@media (min-width: 641px) {
  .results .teacher_voice .teacher_voice__head {
    grid-template-columns: 1fr 44.46%;
    margin-bottom: 60px;
  }
}
.results .teacher_voice .teacher_voice__head .head__textBox p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  line-height: 1.36;
  letter-spacing: 0.11em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}
@media (min-width: 641px) {
  .results .teacher_voice .teacher_voice__head .head__textBox p {
    font-size: 2.5rem;
    font-weight: 600;
    gap: 10px 20px;
    margin-bottom: 20px;
  }
}
.results .teacher_voice .teacher_voice__head .head__textBox p img {
  width: 32px;
}
@media (min-width: 641px) {
  .results .teacher_voice .teacher_voice__head .head__textBox p img {
    width: 62px;
  }
}
.results .teacher_voice .teacher_voice__head .head__textBox p span {
  font-size: 1.6rem;
}
@media (min-width: 641px) {
  .results .teacher_voice .teacher_voice__head .head__textBox p span {
    font-size: 3rem;
  }
}
.results .teacher_voice .teacher_voice__head .head__textBox h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0E3188;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 641px) {
  .results .teacher_voice .teacher_voice__head .head__textBox h4 {
    font-size: 3.1rem;
    font-weight: 600;
    line-height: 1.54;
  }
}
.results .teacher_voice .teacher_voice__head .head__img {
  margin-left: auto;
}
.results .teacher_voice .teacher_voice__head .head__img img {
  width: 100%;
}
.results .teacher_voice .teacher_voice__block:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 641px) {
  .results .teacher_voice .teacher_voice__block:not(:last-child) {
    margin-bottom: 30px;
  }
}
.results .teacher_voice .teacher_voice__block h5 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 1px 0 4px 13px;
  margin-bottom: 13px;
  border-left: 3px solid #0E3188;
}
@media (min-width: 641px) {
  .results .teacher_voice .teacher_voice__block h5 {
    font-size: 2.5rem;
    padding: 5px 0 10px 25px;
    border-left: 5px solid #0E3188;
  }
}
.results .user_voice .voice__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 23px;
}
@media (min-width: 641px) {
  .results .user_voice .voice__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 29px;
    margin-bottom: 55px;
  }
}
.results .user_voice .voice__list li {
  display: grid;
  grid-template-columns: 1fr;
  padding: 16px 20px 25px 20px;
  border-radius: 3px;
  background-color: #FFF;
}
@media (min-width: 641px) {
  .results .user_voice .voice__list li {
    grid-template-columns: 20.15% 1fr;
    gap: 40px;
    padding: 37px 32px;
    border-radius: 6px;
  }
}
.results .user_voice .voice__list .voice__img img {
  width: 100%;
}
.results .user_voice .voice__list .voice__text h4 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0E3188;
  line-height: 1.6;
}
@media (min-width: 641px) {
  .results .user_voice .voice__list .voice__text h4 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.results .user_voice .voice__list .voice__text p {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 641px) {
  .results .user_voice .voice__list .voice__text p {
    font-size: 1.4rem;
  }
}
.results .user_voice .voice__list .text__spGrid {
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: center;
  gap: 20px;
  margin-bottom: 13px;
}
@media (min-width: 641px) {
  .results .user_voice .voice__list .text__spGrid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
  }
}

.course {
  padding-block: 60px 50px;
}
@media (min-width: 641px) {
  .course {
    padding-block: 120px;
  }
}
.course .block_title {
  margin-bottom: 26px;
}
@media (min-width: 641px) {
  .course .block_title {
    margin-bottom: 65px;
  }
}
.course .course__outline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 59px;
}
@media (min-width: 641px) {
  .course .course__outline {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 100px;
  }
}
.course .course__outline .outline__block {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  border: 1px solid #0E3188;
}
.course .course__outline .outline__block h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1.52;
  letter-spacing: 0.11em;
  padding: 7px 10px 8px 10px;
  background-color: #0E3188;
}
@media (min-width: 641px) {
  .course .course__outline .outline__block h3 {
    font-size: 2.4rem;
    padding: 11px 10px 13px 10px;
  }
}
.course .course__outline .outline__textBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 7px 20px 12px 20px;
}
@media (min-width: 641px) {
  .course .course__outline .outline__textBox {
    padding: 15px 27px 27px 27px;
  }
}
.course .course__outline .outline__textBox .textBox__inner {
  width: 100%;
}
.course .course__outline .outline__textBox p {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media (min-width: 641px) {
  .course .course__outline .outline__textBox p {
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
.course .course__outline .outline__textBox .price,
.course .course__outline .outline__textBox .frame_num {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media (min-width: 641px) {
  .course .course__outline .outline__textBox .price,
  .course .course__outline .outline__textBox .frame_num {
    font-size: 4.8rem;
  }
}
.course .course__outline .outline__textBox .yen,
.course .course__outline .outline__textBox .frame {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media (min-width: 641px) {
  .course .course__outline .outline__textBox .yen,
  .course .course__outline .outline__textBox .frame {
    font-size: 2.4rem;
  }
}
.course .course__outline .outline__textBox .year {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 641px) {
  .course .course__outline .outline__textBox .year {
    font-size: 4.8rem;
  }
}
.course .course__outline .outline__textBox dl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 0;
  margin-top: 10px;
  border-top: 1px solid #B0B0B0;
}
@media (min-width: 641px) {
  .course .course__outline .outline__textBox dl {
    padding: 8px 0;
    margin-top: 18px;
  }
}
.course .course__outline .outline__textBox dl:last-child {
  padding-bottom: 0;
  margin-top: 0;
}
.course .course__outline .outline__textBox dl dt,
.course .course__outline .outline__textBox dl dd {
  font-weight: bold;
}
.course .course__outline .outline__textBox dl dt {
  font-size: 1.2rem;
  color: #FFF;
  text-align: center;
  line-height: 1.52;
  letter-spacing: 0.04em;
  width: 109px;
  padding: 4px;
  background-color: #0E3188;
}
@media (min-width: 641px) {
  .course .course__outline .outline__textBox dl dt {
    font-size: 1.4rem;
    width: 122px;
  }
}
.course .course__outline .outline__textBox dl dd {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  width: 50px;
}
@media (min-width: 641px) {
  .course .course__outline .outline__textBox dl dd {
    font-size: 1.8rem;
    width: 62px;
  }
}
.course .course__section:not(:last-child) {
  margin-bottom: 67px;
}
@media (min-width: 641px) {
  .course .course__section:not(:last-child) {
    margin-bottom: 100px;
  }
}
.course .course__section .section__title {
  margin-bottom: 16px;
}
@media (min-width: 641px) {
  .course .course__section .section__title {
    margin-bottom: 47px;
  }
}
.course .course__section .section__title p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1.52;
  letter-spacing: 0.04em;
  width: 109px;
  padding: 4px 5px;
  margin: 0 auto 8px auto;
  background-color: #0E3188;
}
@media (min-width: 641px) {
  .course .course__section .section__title p {
    font-size: 2rem;
    width: 200px;
    margin: 0 auto 12px auto;
  }
}
.course .course__section .section__title .line_title {
  text-align: center;
  line-height: 1.24;
  margin-bottom: 0;
}
@media (min-width: 641px) {
  .course .course__section .section__title .line_title {
    line-height: 1.52;
  }
}
.course .input__chart {
  margin-bottom: 32px;
}
@media (min-width: 641px) {
  .course .input__chart {
    margin-bottom: 23px;
  }
}
.course .input__chart .chart__lead {
  font-size: 1.5rem;
  font-weight: 600;
  color: #404040;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .course .input__chart .chart__lead {
    font-size: 2.5rem;
    margin-bottom: 34px;
    line-height: 1.54;
    margin-bottom: 34px;
  }
}
.course .input__chart .chart__img img {
  width: 100%;
}
.course .input__sampleList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 29px;
}
@media (min-width: 641px) {
  .course .input__sampleList {
    grid-template-columns: repeat(5, 1fr);
    gap: 33px;
    margin-bottom: 80px;
  }
}
.course .input__sampleList li {
  display: grid;
  overflow: hidden;
}
.course .input__sampleList button {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  border-radius: 6px;
  overflow: hidden;
}
@media (min-width: 641px) {
  .course .input__sampleList button {
    text-align: center;
    border-radius: 11px;
  }
}
.course .input__sampleList dl {
  text-align: left;
  padding: 22px 10px 20px 10px;
}
@media (min-width: 641px) {
  .course .input__sampleList dl {
    text-align: center;
    padding: 22px 10px 20px 10px;
  }
}
.course .input__sampleList dl dt {
  font-size: 1.5rem;
  font-weight: bold;
  color: #404040;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 1px;
}
@media (min-width: 641px) {
  .course .input__sampleList dl dt {
    font-size: 1.8rem;
    line-height: 1.54;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
  }
}
.course .input__sampleList dl dd {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #404040;
}
@media (min-width: 641px) {
  .course .input__sampleList dl dd {
    font-size: 1.4rem;
    ine-height: 1.6;
  }
}
.course .input__sampleList p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.52;
  letter-spacing: 0;
  padding: 6px 10px 4px 10px;
  transition: color 0.3s, background-color 0.3s;
}
@media (min-width: 641px) {
  .course .input__sampleList p {
    padding: 13px 10px;
  }
}
@media (hover: hover) {
  .course .input__sampleList button:where(:any-link, :enabled, summary, span, dt, div):hover p {
    color: #FFF;
  }
}
.course .input__sampleList .sample01 p {
  color: #EB911B;
  border-top: 1px solid #EB911B;
}
.course .input__sampleList .sample01 button {
  border: 1px solid #EB911B;
}
@media (hover: hover) {
  .course .input__sampleList .sample01 button:where(:any-link, :enabled, summary, span, dt, div):hover p {
    background-color: #EB911B;
  }
}
.course .input__sampleList .sample02 p {
  color: #FD887B;
  border-top: 1px solid #FD887B;
}
.course .input__sampleList .sample02 button {
  border: 1px solid #FD887B;
}
@media (hover: hover) {
  .course .input__sampleList .sample02 button:where(:any-link, :enabled, summary, span, dt, div):hover p {
    background-color: #FD887B;
  }
}
.course .input__sampleList .sample03 p {
  color: #70C370;
  border-top: 1px solid #70C370;
}
.course .input__sampleList .sample03 button {
  border: 1px solid #70C370;
}
@media (hover: hover) {
  .course .input__sampleList .sample03 button:where(:any-link, :enabled, summary, span, dt, div):hover p {
    background-color: #70C370;
  }
}
.course .input__sampleList .sample04 p {
  color: #2F8DDC;
  border-top: 1px solid #2F8DDC;
}
.course .input__sampleList .sample04 button {
  border: 1px solid #2F8DDC;
}
@media (hover: hover) {
  .course .input__sampleList .sample04 button:where(:any-link, :enabled, summary, span, dt, div):hover p {
    background-color: #2F8DDC;
  }
}
.course .input__sampleList .sample05 p {
  color: #8B75CA;
  border-top: 1px solid #8B75CA;
}
.course .input__sampleList .sample05 button {
  border: 1px solid #8B75CA;
}
@media (hover: hover) {
  .course .input__sampleList .sample05 button:where(:any-link, :enabled, summary, span, dt, div):hover p {
    background-color: #8B75CA;
  }
}
.course .modal {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.course .modal .modal__wrap {
  width: calc(100% - 36px);
  max-width: 1100px;
  max-height: calc(100vh - 200px);
  margin: auto;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 641px) {
  .course .modal .modal__wrap {
    width: calc(100% - 80px);
    max-height: calc(100vh - 200px);
    top: 50%;
    transform: translateY(-50%);
  }
}
.course .modal .close__button {
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  transform: translateY(calc(-100% - 10px));
}
@media (min-width: 641px) {
  .course .modal .close__button {
    width: 43px;
  }
}
.course .modal .close__button img {
  width: 100%;
}
.course .modal .modal__contents {
  width: 100%;
  max-height: calc(100vh - 200px);
  padding: 15px 15px;
  background-color: #FFF;
  overflow: auto;
}
@media (min-width: 641px) {
  .course .modal .modal__contents {
    max-height: calc(100vh - 200px);
    padding: 50px 30px;
  }
}
.course .modal .modal__sample {
  max-width: 900px;
  display: none;
  margin: 0 auto;
  position: relative;
}
.course .modal .modal__sample img {
  width: 100%;
  display: block;
}
.course .modal .modal__sample .sample__answer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.course .modal .modal__sample button {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.course .modal .modal__sample.sample01 button {
  width: 18.29%;
  padding-top: 10.51%;
  margin-bottom: 5.07%;
  right: 1.62%;
}
.course .modal .modal__sample.sample02 button {
  width: 62.5%;
  padding-top: 9.77%;
  margin-bottom: 4.5%;
  right: 2%;
}
.course .modal .modal__sample.sample03 button {
  width: 18.22%;
  padding-top: 10.59%;
  margin-bottom: 4%;
  right: 0.14%;
}
.course .modal .modal__sample.sample04 button {
  width: 14.14%;
  padding-top: 9.92%;
  margin-bottom: 6.3%;
}
.course .modal .modal__sample.sample05 button {
  width: 14.29%;
  padding-top: 9.92%;
  margin-bottom: 3%;
  right: 0%;
}
.course .modal .modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.course .garyBox {
  padding: 20px !important;
  border-radius: 16px;
}
@media (min-width: 641px) {
  .course .garyBox {
    padding: 67px 100px 56px 100px !important;
    border-radius: 34px;
  }
}
.course .garyBox h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 8px 10px 8px 10px;
  margin-bottom: 21px;
  border-radius: 3px;
  background-color: #0E3188;
}
@media (min-width: 641px) {
  .course .garyBox h4 {
    font-size: 2.8rem;
    line-height: 1.52;
    letter-spacing: 0.11em;
    padding: 8px 10px 9px 10px;
    margin-bottom: 36px;
    border-radius: 5px;
  }
}
.course .input__flow li {
  padding: 20px;
  border-radius: 10px;
  background-color: #FFF;
}
@media (min-width: 641px) {
  .course .input__flow li {
    padding: 35px 30px;
    border-radius: 20px;
  }
}
.course .input__flow li:not(:last-child) {
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 641px) {
  .course .input__flow li:not(:last-child) {
    margin-bottom: 31px;
  }
}
.course .input__flow li:not(:last-child)::after {
  width: 4px;
  height: 20px;
  margin: 0 auto;
  background-color: #0E3188;
  top: 100%;
  left: 0;
  right: 0;
}
@media (min-width: 641px) {
  .course .input__flow li:not(:last-child)::after {
    height: 31px;
  }
}
.course .input__flow .flow__inner {
  max-width: 803px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .course .input__flow .flow__inner {
    grid-template-columns: 24.9% 1fr;
    gap: 40px;
  }
}
.course .input__flow .flow__inner img {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .course .input__flow .flow__inner img {
    max-width: initial;
  }
}
@media (min-width: 641px) {
  .course .input__flow .flow__textBox {
    padding-top: 5px;
  }
}
.course .input__flow .flow__textBox h5 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
@media (min-width: 641px) {
  .course .input__flow .flow__textBox h5 {
    font-size: 2.5rem;
    line-height: 1.54;
    gap: 20px;
    margin-bottom: 10px;
  }
}
.course .input__flow .flow__textBox h5 .num {
  font-size: 2.7rem;
  font-weight: normal;
  font-style: italic;
  color: #C1A825;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 641px) {
  .course .input__flow .flow__textBox h5 .num {
    font-size: 5.2rem;
  }
}
.course .output__chart {
  margin-bottom: 29px;
}
@media (min-width: 641px) {
  .course .output__chart {
    margin-bottom: 90px;
  }
}
.course .output__chart .chart__lead {
  font-size: 1.5rem;
  font-weight: bold;
  color: #404040;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media (min-width: 641px) {
  .course .output__chart .chart__lead {
    font-size: 1.8rem;
    margin-bottom: 23px;
  }
}
.course .output__chart .chart__img img {
  width: 100%;
}
.course .output__digest .youtube {
  width: 100%;
  border: 3px solid #DBDBDB;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .course .output__digest .youtube {
    margin-bottom: 33px;
    border: 6px solid #DBDBDB;
  }
}
.course .output__digest .youtube iframe {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.course .output__teacher {
  display: grid;
  grid-template-columns: 1fr;
  padding: 20px;
  border-radius: 10px;
  background-color: #FFF;
}
@media (min-width: 641px) {
  .course .output__teacher {
    grid-template-columns: 21.73% 1fr;
    gap: 50px;
    padding: 40px;
    border-radius: 0px;
  }
}
.course .output__teacher img {
  width: 100%;
}
.course .output__teacher .teacher__textBox .textBox__spGrid {
  display: grid;
  grid-template-columns: 34.6% 1fr;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
@media (min-width: 321px) {
  .course .output__teacher .teacher__textBox .textBox__spGrid {
    gap: 20px;
  }
}
@media (min-width: 641px) {
  .course .output__teacher .teacher__textBox .textBox__spGrid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 641px) {
  .course .output__teacher .teacher__textBox dl {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
  }
}
.course .output__teacher .teacher__textBox dt,
.course .output__teacher .teacher__textBox dd {
  font-weight: bold;
  color: #0E3188;
  line-height: 1.52;
}
.course .output__teacher .teacher__textBox dt {
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 0.05em;
  max-width: 132px;
  padding: 3px 5px;
  margin-bottom: 4px;
  border: 1px solid #0E3188;
}
@media (min-width: 321px) {
  .course .output__teacher .teacher__textBox dt {
    font-size: 1.2rem;
    padding: 4px 12px;
  }
}
@media (min-width: 641px) {
  .course .output__teacher .teacher__textBox dt {
    font-size: 1.6rem;
    text-align: left;
    max-width: initial;
    padding: 3px 15px;
    margin-bottom: 0;
  }
}
.course .output__teacher .teacher__textBox dd {
  font-size: 2.2rem;
  letter-spacing: 0.11em;
}
@media (min-width: 641px) {
  .course .output__teacher .teacher__textBox dd {
    font-size: 2.8rem;
  }
}
.course .output__teacher .teacher__textBox p {
  font-size: 1.3rem;
  color: #383838;
  line-height: 1.8;
}
@media (min-width: 641px) {
  .course .output__teacher .teacher__textBox p {
    font-size: 1.4rem;
  }
}

.flow {
  padding-block: 50px 59px;
}
@media (min-width: 641px) {
  .flow {
    padding-block: 100px 130px;
  }
}
.flow .flow__lead {
  font-size: 1.5rem;
  font-weight: bold;
  color: #404040;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media (min-width: 641px) {
  .flow .flow__lead {
    font-size: 2.5rem;
    color: #232323;
    line-height: 1.54;
    margin-bottom: 39px;
  }
}
.flow .flow__img {
  margin-bottom: 39px;
}
@media (min-width: 641px) {
  .flow .flow__img {
    margin-bottom: 50px;
  }
}
.flow .flow__img img {
  width: 100%;
}

.faq {
  padding-block: 50px 22px;
}
@media (min-width: 641px) {
  .faq {
    padding-block: 94px 58px;
  }
}
.faq .block_title {
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .faq .block_title {
    margin-bottom: 60px;
  }
}
.faq .line_title {
  margin-bottom: 5px;
}
@media (min-width: 641px) {
  .faq .line_title {
    margin-bottom: 16px;
  }
}
.faq .faq__block.block1 {
  margin-bottom: 64px;
}
@media (min-width: 641px) {
  .faq .faq__block.block1 {
    margin-bottom: 103px;
  }
}
.faq .faq__block.block2 {
  margin-bottom: 22px;
}
@media (min-width: 641px) {
  .faq .faq__block.block2 {
    margin-bottom: 83px;
  }
}
.faq .faq__block ul li {
  padding: 14px 0 14px 0;
  border-bottom: 1px solid #5B5B5B;
  position: relative;
}
@media (min-width: 641px) {
  .faq .faq__block ul li {
    padding: 20px 43px 20px 43px;
  }
}
.faq .faq__block ul li::after {
  width: 20px;
  height: 10px;
  background-color: #A5B6E0;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  bottom: 10px;
  right: 0;
  z-index: 1;
  transform: rotate(180deg);
  transition: transform 0.3s;
}
@media (min-width: 641px) {
  .faq .faq__block ul li::after {
    width: 28px;
    height: 18px;
    bottom: 20px;
  }
}
.faq .faq__block ul li.is-active::after {
  transform: rotate(0);
}
.faq .faq__block ul li .icon {
  width: 100%;
  margin-inline: auto;
}
.faq .faq__block ul .question {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 11px;
  padding-block: 5px;
}
@media (min-width: 641px) {
  .faq .faq__block ul .question {
    grid-template-columns: 31px 1fr;
    gap: 23px;
    padding-block: 10px;
  }
}
.faq .faq__block ul .question {
  cursor: pointer;
}
.faq .faq__block ul .question h4 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 641px) {
  .faq .faq__block ul .question h4 {
    font-size: 2rem;
    line-height: 1.54;
    padding-top: 3px;
  }
}
.faq .faq__block ul .answer {
  display: none;
}
.faq .faq__block ul .answer .answer__grid {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 11px;
  padding-block: 5px;
}
@media (min-width: 641px) {
  .faq .faq__block ul .answer .answer__grid {
    grid-template-columns: 31px 1fr;
    gap: 23px;
    padding-block: 10px;
  }
}
.faq .faq__block ul .answer a {
  color: #2F8DDC;
  text-decoration: underline;
  display: inline-block;
}
.faq .faq__feelfreeto {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #0E3188;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 641px) {
  .faq .faq__feelfreeto {
    font-size: 1.8rem;
    line-height: 1.54;
  }
}
.faq .faq__feelfreeto .font_l {
  font-size: 1.8rem;
  line-height: 1.5;
  display: block;
  margin-top: 3px;
}
@media (min-width: 641px) {
  .faq .faq__feelfreeto .font_l {
    font-size: 4.1rem;
    line-height: 1.54;
  }
}

.related {
  padding-block: 50px 32px;
  background: url(../img/related_bg_sp.jpg) no-repeat center center;
  background-size: cover;
}
@media (min-width: 641px) {
  .related {
    padding-block: 105px 100px;
    background: url(../img/related_bg_pc.jpg) no-repeat center center;
    background-size: cover;
  }
}
.related .block_title {
  color: #FFF;
  margin-bottom: 10px;
}
@media (min-width: 641px) {
  .related .block_title {
    margin-bottom: 18px;
  }
}
.related .lead {
  color: #FFF;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 6px;
}
@media (min-width: 641px) {
  .related .lead {
    letter-spacing: 0.05em;
    margin-bottom: 3px;
  }
}
.related .related__block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  padding-block: 30px;
}
@media (min-width: 641px) {
  .related .related__block {
    grid-template-columns: 1fr 43.8%;
    gap: 65px;
    padding-block: 50px;
  }
}
.related .related__block:not(:last-child) {
  border-bottom: 1px solid #8198D0;
}
.related .related__textBox h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 11px;
}
@media (min-width: 641px) {
  .related .related__textBox h3 {
    font-size: 2.5rem;
    line-height: 1.54;
    margin-bottom: 16px;
  }
}
.related .related__textBox p {
  font-weight: 500;
  color: #FFF;
  margin-bottom: 28px;
}
@media (min-width: 641px) {
  .related .related__textBox p {
    margin-bottom: 24px;
  }
}
.related .related__textBox a {
  font-size: 1.6rem;
  color: #0E3188;
  text-align: center;
  display: block;
  padding: 8px;
  border: 2px solid #FFF;
  border-radius: 50px;
  background-color: #FFF;
  position: relative;
  transition: color 0.3s, background-color 0.3s;
}
@media (min-width: 641px) {
  .related .related__textBox a {
    max-width: 324px;
  }
}
.related .related__textBox a::before, .related .related__textBox a::after {
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}
.related .related__textBox a::before {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #0E3188;
  right: 15px;
  z-index: 1;
}
.related .related__textBox a::after {
  width: 6.5px;
  height: 7.5px;
  background-color: #FFF;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  right: 20px;
  z-index: 2;
}
@media (hover: hover) {
  .related .related__textBox a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #FFF;
    background-color: #0E3188;
  }
  .related .related__textBox a:where(:any-link, :enabled, summary, span, dt, div):hover::before {
    background-color: #FFF;
  }
  .related .related__textBox a:where(:any-link, :enabled, summary, span, dt, div):hover::after {
    background-color: #0E3188;
  }
}
.related .related__img img {
  width: 100%;
  border-radius: 20px;
}

.flmenu {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media (min-width: 641px) {
  .flmenu {
    width: auto;
    top: 50%;
    bottom: auto;
    right: 0;
    left: auto;
    transform: translateY(-50%);
  }
}
.flmenu ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 641px) {
  .flmenu ul {
    width: 80px;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) {
  .flmenu ul {
    width: 89px;
  }
}
.flmenu li:not(:last-child) {
  border-right: 1px solid #000;
}
@media (min-width: 641px) {
  .flmenu li:not(:last-child) {
    border-right: 0px;
    border-bottom: 1px solid #000;
  }
}
.flmenu a {
  height: 67px;
  display: grid;
  align-items: end;
  padding: 8px 5px;
  background-color: #707070;
  transition: opacity 0.3s;
}
@media (min-width: 641px) {
  .flmenu a {
    height: auto;
    padding: 10px 5px;
  }
}
@media (min-width: 1200px) {
  .flmenu a {
    padding: 15px 5px;
  }
}
@media (hover: hover) {
  .flmenu a:where(:any-link, :enabled, summary, span, dt, div):hover {
    opacity: 0.8;
  }
}
.flmenu a img {
  width: 30px;
  max-width: 53px;
  display: block;
  margin: 0 auto 3px auto;
}
@media (min-width: 641px) {
  .flmenu a img {
    width: 65%;
    margin: 0 auto 5px auto;
  }
}
@media (min-width: 1200px) {
  .flmenu a img {
    width: 100%;
  }
}
.flmenu a span {
  font-size: 1.1rem;
  color: #FFF;
  text-align: center;
  line-height: 1.52;
  letter-spacing: 0.08em;
  display: block;
}
@media (min-width: 1200px) {
  .flmenu a span {
    font-size: 1.2rem;
  }
}