@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
  .is-tab {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .is-sp {
    display: none !important;
  }
  .is-tab {
    display: none !important;
  }
}
@media screen and (max-width: 999.5px) and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  color: #333;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 157px;
}
@media screen and (max-width: 1000px) {
  html {
    scroll-padding-top: 70px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

p {
  line-height: 1.6;
}

img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  height: auto;
  line-height: 1;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1001px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}
/*========================
common
========================*/
.inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 16px;
  }
}

.center {
  text-align: center;
}

.small {
  font-size: 13px;
}

.section {
  padding-top: 40px;
}

.section-bg {
  background: #F5EED3;
}

.sec-title {
  text-align: center;
  border-bottom: 2px solid #179143;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2.4px;
  color: #179143;
  margin-bottom: 24px;
}

.strong-text {
  margin-bottom: 26px;
  color: #1D2A73;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.strong-text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFEFB4));
  background: linear-gradient(transparent 70%, #FFEFB4 70%);
  display: inline-block;
}

/*========================
header
========================*/
.header {
  padding: 0 30px;
  padding-right: 0;
  height: 150px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media screen and (max-width: 1000px) {
  .header {
    padding: 0 0 0 10px;
    height: 60px;
  }
}

.header_logo {
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .header_logo {
    width: 160px;
    margin-top: 7px;
  }
}
.header_logo img {
  display: block;
}

.header_menu > li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .header_menu > li {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .header_menu > li a {
    display: block;
    padding: 15px;
    border-top: 1px solid #cccccc;
    font-size: 14.2px;
    font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    -webkit-font-smoothing: auto;
    line-height: 1.15;
  }
}

.header_menu > li > ul {
  display: none;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .header_menu > li > ul {
    padding: 5px;
  }
}

.header_menu {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .header_menu {
    max-width: none;
    position: absolute;
    top: 100%;
    left: -10px;
    /* background-color: #666666; */
    background-color: #007733;
    font-weight: bold;
    display: none;
    margin-top: 0;
    width: calc(100% + 10px);
    color: #fff;
  }
}

.sp_menu_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

.sp_menu_btn .close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.sp_menu_btn.active .close {
  opacity: 1;
  z-index: 2;
}

/* 2025.2.15修正 */
.header_contact {
  background-color: #009944;
  /* 2025.2.15追加 */
  width: 235px;
  /* 2025.2.15追加 */
  height: 150px;
  /* 2025.2.15追加 */
  position: absolute;
  right: 0;
  top: 0;
}

.header .section_inner {
  padding: 15px 0;
  max-width: 1000px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .header .section_inner {
    padding: 5px 0;
    height: 50px;
  }
}

.header_menu > li:hover > ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 5px;
}

.header_menu > li > ul > li {
  padding: 10px 0;
  width: 90px;
  text-align: center;
}
.header_menu > li > ul > li a {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

.header_menu > li > ul > li:hover {
  background-color: #009944;
  color: #fff;
}
.header_menu > li > ul {
  opacity: 0;
  pointer-events: none;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 5px;
}

.header_menu button:focus + ul,
.header_menu ul:focus-within,
.header_menu > li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}

.header.h-fixed {
  position: fixed;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  /*--アニメーション名--*/
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  /*--時間--*/
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.contact_banner {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* 2025.2.15修正 */
.contact_banner_text {
  position: absolute;
  left: 0;
  /* 	top: 0; */
  top: 30px;
  right: 0;
  bottom: 0;
  text-align: center;
}

.contact_banner_text p {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 20px;
}

/* 2025.2.15修正 */
.contact_banner_text p:first-child {
  padding-top: 14px;
  /* 	color: yellow; */
  color: #fff;
}

/* 2025.2.15修正 */
.contact_banner_text p:nth-child(2) {
  /* 	color: #1D2087; */
  color: #fff;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*========================
cta
========================*/
.cta {
  text-align: center;
  margin: 64px 0;
  font-family: "Zen Maru Gothic", serif;
}
.cta .text {
  color: #1d2a75;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .cta .text {
    font-size: 22px;
  }
}
.cta .btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 600px;
  margin: 0 auto;
}
.cta .btn-wrap .btn {
  background: #1d2a75;
  color: white;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  padding: 16px 20px;
  -webkit-box-shadow: 5px 5px 0 0 #9FA0A0;
          box-shadow: 5px 5px 0 0 #9FA0A0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cta .btn-wrap .btn {
    font-size: 20px;
  }
}
.cta .btn-wrap .btn.btn2 {
  grid-column: span 2;
}

/*========================
mv
========================*/
.mv {
  padding-top: 150px;
}
@media screen and (max-width: 1000px) {
  .mv {
    padding-top: 60px;
  }
}

/*========================
anker
========================*/
.anker {
  text-align: center;
  font-size: 22px;
  color: #0075c2;
  padding: 56px 0;
}
@media screen and (max-width: 767px) {
  .anker {
    font-size: 18px;
  }
}
.anker .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 40px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .anker .flex {
    gap: 16px 20px;
  }
}
.anker a {
  display: inline-block;
  border-bottom: 1px solid #0075c2;
  padding: 0 4px 2px;
}

/*========================
link_freetrial 2026.3.10追加
========================*/
.link_freetrial {
  max-width: 360px;
  margin: 25px auto 75px;
  font-size: 18px;
}

.link_freetrial a {
  color: #0075c2;
  border-bottom: 1px solid #0075c2;
  padding: 0 3px;
  font-feature-settings: "halt";
}

/*========================
intro
========================*/
.intro h2 {
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .intro h2 {
    font-size: 22px;
  }
}
.intro .img {
  margin: 32px auto;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .intro .img {
    max-width: 170px;
  }
}
.intro p {
  margin-top: 56px;
  line-height: 1.9;
}
.intro .strong {
  font-size: 19px;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff100));
  background: linear-gradient(transparent 70%, #fff100 70%);
}
.intro .strong2 {
  font-size: 19px;
  font-weight: 500;
  color: #d0000e;
}

/*========================
intro2
========================*/
.intro2 {
  max-width: 500px;
  margin: 0 auto;
}
.intro2 h2 {
  max-width: 380px;
  margin: 0 auto 20px;
}
.intro2 .img {
  margin: 24px 0 16px;
}

/*========================
course
========================*/
.course {
  margin: 56px 0;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 767px) {
  .course {
    margin: 48px 0;
  }
}

.course-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid;
}
.course-head img {
  width: auto;
  display: block;
  margin-left: auto;
}
.course-head h2 {
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .course-head h2 {
    font-size: 32px;
    width: 145px;
    letter-spacing: normal;
  }
}
.course-head p {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .course-head p {
    font-size: 18px;
    width: calc(100% - 145px);
  }
}
.course-es .course-head {
  color: #4dbbae;
  border-color: #4dbbae;
}
.course-jhs .course-head {
  color: #004ea2;
  border-color: #004ea2;
}
.course-personal .course-head {
  color: #a2b267;
  border-color: #a2b267;
}
.course-hs .course-head {
  color: #00834a;
  border-color: #00834a;
}

.course-content {
  max-width: 540px;
  margin: 0 auto;
}
.course-content .speech-bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 24px 0;
}
.course-content .speech-bubble .left {
  background: #F5EED3;
  padding: 16px;
  width: calc(100% - 90px + 4px);
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .course-content .speech-bubble .left {
    font-size: 15px;
  }
}
.course-content .speech-bubble .left::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #F5EED3;
  border-left: 10px solid #F5EED3;
  position: absolute;
  bottom: 92px;
  right: -20px;
}
.course-content .speech-bubble .right {
  width: 90px;
  margin-left: -4px;
  position: relative;
  z-index: 1;
}
.course-content .wrap1 {
  margin: 32px 0 24px;
}
.course-content .wrap1 p {
  margin-bottom: 24px;
}
.course-content .wrap1 .text {
  color: #179143;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
}
.course-content .wrap2 {
  text-align: center;
}
.course-content .wrap2 .balloon {
  max-width: 167px;
  margin: 0 auto;
}
.course-content .wrap2 .strong-text {
  margin-bottom: 8px;
}

.couse-item {
  margin-top: 40px;
  padding-bottom: 40px;
}
.couse-item h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  color: white;
  padding: 2px 8px 3px;
  letter-spacing: 1px;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .couse-item h3 {
    line-height: 1.2;
    padding: 7px 8px 9px;
  }
}
.couse-item h3.hasicon {
  padding-left: 50px;
}
.couse-item h3 .icon {
  position: absolute;
  width: 60px;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .couse-item h3 .icon {
    left: -15px;
  }
}
.couse-item h3 .small {
  font-size: 16px;
}
.couse-item h3.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .couse-item h3.flex {
    gap: 0;
  }
}
.couse-item h3.flex img {
  width: 200px;
  display: block;
}
.course-es .couse-item h3 {
  background: #4dbbae;
}
.course-jhs .couse-item h3 {
  background: #004ea2;
}
.course-personal .couse-item h3 {
  background: #a2b267;
}
.course-hs .couse-item h3 {
  background: #00834a;
}
.couse-item .color-note {
  font-size: 13px;
  font-weight: 500;
}
.course-es .couse-item .color-note {
  color: #4dbbae;
}

.course-item__toptext {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .course-item__toptext {
    font-size: 16px;
  }
}
.course-item__toptext .small {
  display: inline-block;
}
.course-item__toptext .small.transform {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.course-item__bottomtext {
  margin: 24px 0;
}
.course-item__bottomtext span {
  color: #e60012;
}

.course-item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  gap: 8px;
}
.course-item__flex:not(:last-child) {
  margin-bottom: 40px;
}
.course-item__flex .img {
  width: 100%;
  max-width: 290px;
}
.course-item__flex .free {
  width: 100%;
  max-width: 200px;
}

.couse-item-note {
  font-size: 13px;
}

/*========================
link_freetrial_course-item 2026.3.10追加
========================*/
.link_freetrial_course-item {
  max-width: 325px;
  margin: 25px auto 50px;
  font-weight: 500;
}

.link_freetrial_course-item a {
  color: #0075c2;
  border-bottom: 1px solid #0075c2;
}

/*========================
voice
========================*/
.voice {
  padding: 40px 0;
}

.voice-head {
  background: #6794be;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 0 16px 2px;
  margin-bottom: 24px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .voice-head {
    font-size: 22px;
  }
}

.voice-img {
  max-width: 600px;
  margin: 0 auto;
}

/*========================
faq
========================*/
.faq {
  padding-bottom: 60px;
}
.faq .items .faq__item {
  margin-top: 24px;
}
.faq .items .faq__item .faq__head {
  background: #F5EED3;
  padding: 16px 30px 17px 57px;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq .items .faq__item .faq__head {
    padding: 10px 30px 11px 57px;
  }
}
.faq .items .faq__item .faq__head::before {
  content: "";
  background: url(../img/q.png) no-repeat center center/contain;
  position: absolute;
  width: 27px;
  height: 27px;
  top: 16px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .faq .items .faq__item .faq__head::before {
    top: 9px;
  }
}
.faq .items .faq__item .faq__head::after {
  content: "";
  background: url(../img/arrow3.png) no-repeat center center/contain;
  position: absolute;
  width: 15px;
  height: 8px;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq .items .faq__item .faq__body {
  padding: 14px 14px 0 55px;
  position: relative;
  display: none;
}
.faq .items .faq__item .faq__body::before {
  content: "";
  background: url(../img/a.png) no-repeat center center/contain;
  position: absolute;
  width: 27px;
  height: 27px;
  top: 14px;
  left: 15px;
}

/*========================
f_school_list
========================*/
.f_school_list {
  font-family: "M PLUS Rounded 1c", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.f_school_list_title img {
  max-width: 55%;
}

.f_school_list_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .f_school_list_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.f_school_list_contents li {
  margin-bottom: 50px;
  width: 47%;
}
.f_school_list_contents li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .f_school_list_contents li {
    margin-bottom: 40px;
    width: 100%;
  }
}

.f_school_list_contents h4 {
  color: #fff;
  background-color: #009944;
  padding: 5px 30px;
  margin-bottom: 10px;
  border-radius: 10px;
  font-size: 122.222%;
  text-align: center;
}

/* 2026.1.28修正 */
.f_school_list_contents p {
  margin: 16px 0;
  text-align: left;
  position: relative;
  padding-left: 30px;
}

.f_school_list_address::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 34px;
  background-image: url(../img/myryoutaiken04_map.png);
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  margin: 0 10px 5px 0;
  position: absolute;
  left: 0;
  top: 0px;
}

.f_school_list_tel::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 34px;
  background-image: url(../img/myryoutaiken04_tel.png);
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  margin: 0 8px 5px 0;
  position: absolute;
  left: 0;
  top: -5px;
}

/*========================
footer
========================*/
footer {
  text-align: center;
  padding-top: 60px;
  font-size: 18px;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 48px;
    font-size: 16px;
  }
}
footer img {
  width: auto;
}

.footer_information {
  max-width: 1160px;
  margin: 0 auto;
  background-color: #fff;
}

.footer_logo_contents {
  padding: 0 50px 50px;
}

/* 	2025.6.17追加 */
.page-template-contact-page .footer_logo_contents {
  padding: 0;
}

/* 	2025.6.17追加 */
.page-template-contact-page-seasons_contact .footer_logo_contents {
  padding: 0;
}

.footer_logo_set {
  text-align: center;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_logo_set img {
  margin-right: 30px;
}

.footer_logo_set img:last-child {
  margin-right: 0;
}

.footer_logo_contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 85%;
  margin: 40px auto 0;
  color: #05502b;
  font-weight: bold;
}

.footer_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 91px;
}

.footer_copyright {
  max-width: 1160px;
  /* 2025.2.15修正 */
  margin: 0 auto;
  /* 2025.2.15修正 */
  /*     background-color: #007733; */
  background-color: #fff;
  /*     color: #fff; */
  color: #000;
  margin-bottom: 0;
  padding: 10px;
}

/* 2025.2.15追加 */
.footer_copyright img {
  height: 18px;
  margin: 0 0 6px 5px;
}