@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
  .is-tab {
    display: none !important;
  }
}
@media screen and (min-width: 1022px) {
  .is-sp {
    display: none !important;
  }
  .is-tab {
    display: none !important;
  }
}
@media screen and (max-width: 1021.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: #000;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: normal;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

p {
  line-height: 1.5;
}

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;
}

/*========================
common
========================*/
.inner {
  max-width: 1022px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.center {
  text-align: center;
}

.small {
  font-size: 12px;
}

.cta {
  text-align: center;
}
.cta .link-text {
  margin-top: 31px;
  color: #FF7840;
  font-size: 20px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media screen and (max-width: 767px) {
  .cta .link-text {
    font-size: 18px;
  }
}

.btn-text {
  font-size: 24px;
  color: #FF7840;
  font-weight: 900;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .btn-text {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.btn {
  border-radius: 100px;
  color: white;
  background: #FF7840;
  display: inline-block;
  position: relative;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  padding: 27px 52px 27px 10px;
  -webkit-box-shadow: 0px 8px 0px 0px #DF541B;
          box-shadow: 0px 8px 0px 0px #DF541B;
  position: relative;
  width: 100%;
  max-width: 550px;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 24px;
    line-height: 1.2;
    padding: 13px 52px 13px 10px;
  }
}
.btn::after {
  content: "";
  background: url(../img/btn-arrow.png) no-repeat center center/contain;
  position: absolute;
  width: 43px;
  height: 43px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 767px) {
  .btn::after {
    width: 33px;
    height: 33px;
  }
}
.btn:hover {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  opacity: 1;
  -webkit-box-shadow: 0px 0px 0px 0px #DF541B;
          box-shadow: 0px 0px 0px 0px #DF541B;
}

.section {
  padding: 48px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}

.section-bg {
  background: #F1F5FF;
}

.sec-title {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.sec-title span {
  color: #2644A9;
}

.snow {
  position: absolute;
  left: 0;
  top: -132px;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .snow {
    top: -60px;
  }
}
.snow img {
  min-width: 1920px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .snow img {
    min-width: 1000px;
  }
}

/*========================
header
========================*/
.header {
  padding: 0 30px;
  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: 767px) {
  .header {
    padding: 0 0 0 10px;
    height: 60px;
  }
}

.header_logo {
  width: 300px;
}
.header_logo a {
  display: block;
}
@media screen and (max-width: 1050px) {
  .header_logo {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 160px;
  }
}

.header_menu > li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .header_menu > li {
    width: 100%;
    margin-right: 0;
  }
  .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;
  padding: 5px;
  background-color: #fff;
}

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

.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;
  position: relative;
  max-width: 1060px;
}
@media screen and (max-width: 767px) {
  .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 {
  list-style-type: disc;
  margin-left: 20px;
  padding: 5px 0;
}

.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;
}

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

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contact_banner {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 1.6;
}

.contact_banner_text {
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  bottom: 0;
  text-align: center;
}

.contact_banner_text p {
  font-weight: bold;
  margin-bottom: 0;
  -webkit-font-smoothing: auto;
}

.contact_banner_text p:first-child {
  padding-top: 14px;
  color: #fff;
  font-size: 20px;
}

.contact_banner_text p:nth-child(2) {
  color: #fff;
  font-size: 20px;
}

/*========================
mv
========================*/
.mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
  padding-top: 74px;
}
@media screen and (max-width: 1100px) {
  .mv {
    padding-top: 98px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    margin-top: -12vw;
    padding-top: 60px;
  }
}
.mv .mv__img {
  min-width: 2060px;
  max-width: 2100px;
}
@media screen and (max-width: 1100px) {
  .mv .mv__img {
    min-width: 1400px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv__img {
    min-width: 0;
  }
}

/*========================
problem
========================*/
.cta--top {
  margin-top: -43px;
}
@media screen and (max-width: 767px) {
  .cta--top {
    margin-top: -36px;
  }
}

.problem {
  padding-bottom: 92px;
}
.problem h2 {
  margin-top: 27px;
  font-size: 37px;
}
@media screen and (max-width: 767px) {
  .problem h2 {
    font-size: 24px;
  }
}
.problem h2 span {
  font-size: 47px;
}
@media screen and (max-width: 767px) {
  .problem h2 span {
    font-size: 32px;
  }
}
.problem .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 43px 50px;
  margin: 38px 0 68px;
}
@media screen and (max-width: 767px) {
  .problem .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0px;
  }
}
.problem .items .item {
  width: calc(50% - 75px);
  background: #F1F5FF;
  padding: 20px 1px 20px 30px;
  border-radius: 24px;
  margin-left: 50px;
  position: relative;
  font-size: 20px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .problem .items .item {
    width: 100%;
    margin: 0;
    font-size: 16px;
    padding-left: 50px;
  }
}
.problem .items .item .img {
  position: absolute;
  width: 72px;
  left: -50px;
  bottom: -4px;
}
@media screen and (max-width: 767px) {
  .problem .items .item .img {
    width: 60px;
    left: -15px;
  }
}
.problem .text {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .problem .text {
    font-size: 24px;
  }
}
.problem .text span {
  font-size: 43px;
  color: #2644A9;
}
@media screen and (max-width: 767px) {
  .problem .text span {
    font-size: 32px;
  }
}

/*========================
point
========================*/
.point {
  padding: 37px 0 61px;
  background: #F1F5FF;
  position: relative;
}
.point h2 {
  font-size: 36px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -36px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .point h2 {
    font-size: 24px;
  }
}
.point h2 span {
  font-size: 46px;
}
@media screen and (max-width: 767px) {
  .point h2 span {
    font-size: 32px;
  }
}
.point .text {
  text-align: center;
  font-size: 31px;
  font-weight: 900;
  margin: 24px 0;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .point .text {
    font-size: 22px;
  }
}
.point .text .text-inner {
  position: relative;
  display: inline-block;
}
.point .text .img {
  position: absolute;
  width: 189px;
  bottom: 30px;
  right: -220px;
}
@media screen and (max-width: 1021.5px) and (min-width: 768px) {
  .point .text .img {
    bottom: -30px;
    right: -151px;
  }
}
@media screen and (max-width: 767px) {
  .point .text .img {
    right: -11px;
    width: 86px;
    bottom: 130px;
  }
}
.point .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 66px;
}
@media screen and (max-width: 767px) {
  .point .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.point .flex .item {
  background: white;
  border-radius: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
}
.point .flex .img {
  max-width: 203px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 767px) {
  .point .flex .img {
    max-width: 160px;
  }
}
.point .flex p {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .point .flex p {
    font-size: 20px;
  }
}

/*========================
free
========================*/
.free {
  position: relative;
  padding: 53px 0 198px;
}
.free h2 {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .free h2 {
    font-size: 24px;
  }
}
.free h2 span {
  color: #000;
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  .free h2 span {
    font-size: 32px;
  }
}
.free h2 .small {
  font-size: 24px;
}
.free .img1 {
  max-width: 219px;
  margin: 8px auto;
}
@media screen and (max-width: 767px) {
  .free .img1 {
    max-width: 180px;
  }
}
.free .img2 {
  max-width: 668px;
  margin: 0 auto;
}
.free .box {
  background: #F1F5FF;
  text-align: center;
  margin: 56px 0 34px;
  position: relative;
  padding-top: 35px;
}
.free .box .h3-1 {
  color: #2644A9;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 28px;
  font-weight: 900;
  top: -21px;
}
@media screen and (max-width: 767px) {
  .free .box .h3-1 {
    font-size: 24px;
    top: -19px;
  }
}
.free .box .img3 {
  max-width: 516px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .free .box .img3 {
    max-width: 300px;
  }
}
.free .box p {
  font-size: 14px;
  font-weight: 900;
  line-height: 2;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .free .box p {
    font-size: 13px;
  }
}
.free .box-bottom {
  background: #2644A9;
  color: white;
  position: relative;
  margin-top: 17px;
  padding: 8px 0 16px;
}
.free .box-bottom .h3-2 {
  color: white;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 8px;
}
.free .box-bottom .note {
  position: absolute;
  top: 9px;
  right: 9px;
  font-size: 10px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .free .box-bottom .note {
    position: relative;
    top: inherit;
    right: inherit;
    font-size: 9px;
    margin-bottom: 8px;
  }
}
.free .box-bottom .img4 {
  max-width: 560px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .free .box-bottom .img4 {
    max-width: 310px;
  }
}

/*========================
reason
========================*/
.reason {
  position: relative;
  background: #F1F5FF;
  padding: 89px 0 114px;
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 40px 0 114px;
  }
}
.reason h2 {
  font-size: 51px;
  position: absolute;
  width: 100%;
  top: -140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .reason h2 {
    font-size: 32px;
    top: -130px;
  }
}
.reason h2 .logo {
  width: 373px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .reason h2 .logo {
    width: 280px;
  }
}
.reason h2 span {
  font-size: 61px;
}
@media screen and (max-width: 767px) {
  .reason h2 span {
    font-size: 40px;
  }
}
.reason .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 27px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason .flex1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reason .flex1 .img {
  width: 173px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .reason .flex1 .img {
    width: 120px;
  }
}
.reason .flex1 h3 {
  margin: 16px 0 8px;
  color: #2644A9;
  font-weight: 900;
  font-size: 37px;
}
@media screen and (max-width: 767px) {
  .reason .flex1 h3 {
    font-size: 24px;
  }
}
.reason .flex1 h4 {
  font-size: 22px;
  letter-spacing: 1.98px;
  font-weight: 900;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .reason .flex1 h4 {
    font-size: 20px;
  }
}
.reason .flex1 p {
  margin-top: 10px;
  font-weight: 900;
  letter-spacing: 1.44px;
  line-height: 1.8;
}
.reason .flex2 {
  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: 26px 24px;
  margin-top: 48px;
}
.reason .flex2 .item {
  background: white;
  width: 287px;
  text-align: center;
  padding-bottom: 18px;
}
.reason .flex2 .item .img {
  margin: 0 auto;
}
.reason .flex2 .item h3 {
  margin: 11px 0 17px;
  color: #2644A9;
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .reason .flex2 .item h3 {
    font-size: 20px;
  }
}
.reason .flex2 .item p {
  font-weight: 900;
  font-size: 15px;
}
.reason .flex2 .item:nth-child(1) .img {
  width: 176px;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .reason .flex2 .item:nth-child(1) .img {
    width: 150px;
  }
}
.reason .flex2 .item:nth-child(2) .img {
  width: 226px;
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .reason .flex2 .item:nth-child(2) .img {
    width: 200px;
  }
}
.reason .flex2 .item:nth-child(3) .img {
  width: 120px;
  margin-top: -12px;
}
@media screen and (max-width: 767px) {
  .reason .flex2 .item:nth-child(3) .img {
    width: 100px;
  }
}
.reason .flex2 .item:nth-child(4) .img {
  width: 206px;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .reason .flex2 .item:nth-child(4) .img {
    width: 180px;
  }
}
.reason .flex2 .item:nth-child(5) .img {
  width: 175px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .reason .flex2 .item:nth-child(5) .img {
    width: 150px;
  }
}

/*========================
course
========================*/
.course {
  padding-bottom: 46px;
  position: relative;
}
.course .snow {
  top: -47px;
}
@media screen and (max-width: 767px) {
  .course .snow {
    top: 38px;
  }
}
.course .cta {
  margin-top: -96px;
  z-index: 1;
  position: relative;
}
.course h2 {
  font-size: 56px;
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .course h2 {
    font-size: 32px;
  }
}
.course .text {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin: 18px 0 65px;
}
@media screen and (max-width: 767px) {
  .course .text {
    font-size: 18px;
  }
}
.course .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 67px;
}
@media screen and (max-width: 767px) {
  .course .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.course .flex .item {
  background: #F1F5FF;
  border-radius: 40px;
  position: relative;
  padding: 90px 40px 34px;
}
.course .flex .item:nth-child(1) h3 span {
  color: #2644A9;
}
.course .flex .item:nth-child(2) h3 span {
  color: #1A997E;
}
.course .flex .item h3 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -32px;
  font-size: 40px;
  width: 100%;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .course .flex .item h3 {
    font-size: 30px;
  }
}
.course .flex .item h3 span {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .course .flex .item h3 span {
    font-size: 40px;
  }
}
.course .flex .item p {
  font-size: 15px;
  font-weight: 900;
  line-height: 2;
}
.course .bottom {
  background: #F8FFD2;
  position: relative;
  padding: 18px 40px 23px;
  margin-top: 69px;
}
@media screen and (max-width: 1021.5px) and (min-width: 768px) {
  .course .bottom {
    padding: 18px 0 23px;
  }
}
@media screen and (max-width: 767px) {
  .course .bottom {
    padding: 23px 16px 180px;
  }
}
.course .bottom .img {
  position: absolute;
  max-width: 358px;
  bottom: 12px;
  left: 64px;
}
@media screen and (max-width: 1021.5px) and (min-width: 768px) {
  .course .bottom .img {
    max-width: 238px;
    bottom: 12px;
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .course .bottom .img {
    max-width: 250px;
    left: 35px;
  }
}
.course .bottom ul {
  max-width: 500px;
  margin-left: auto;
  font-size: 24px;
  font-weight: 900;
  text-indent: -1em;
  padding-left: 1em;
}
.course .bottom ul li {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .course .bottom ul {
    font-size: 18px;
  }
}
.course .bottom ul span {
  color: #FF7840;
}

/*========================
voice
========================*/
.voice h2 {
  font-size: 56px;
}
@media screen and (max-width: 767px) {
  .voice h2 {
    font-size: 32px;
  }
}
.voice .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px 0 55px;
  gap: 57px;
}
@media screen and (max-width: 767px) {
  .voice .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.voice .flex .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice .flex .head .img {
  max-width: 157px;
}
@media screen and (max-width: 767px) {
  .voice .flex .head .img {
    max-width: 120px;
  }
}
.voice .flex .head .content {
  max-width: 227px;
  width: 100%;
}
.voice .flex .head .content h3 {
  background: #2644A9;
  color: white;
  padding: 0 15px 2px;
}
.voice .flex .head .content .name {
  font-size: 25px;
  font-weight: 900;
  padding-left: 15px;
  margin: 4px 0 2px;
}
.voice .flex .head .content p {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 900;
}
.voice .flex .body {
  margin-top: 12px;
  font-weight: bold;
  line-height: 1.9;
}

/*========================
school
========================*/
.school {
  padding: 50px 0 60px;
}
.school .inner {
  max-width: 763px;
}
.school h2 {
  font-size: 56px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .school h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}

.school__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 57px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .school__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.school__contents .school__area-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.school__area:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .school__area:not(:first-child) {
    margin-top: 32px;
  }
}

.school__head {
  background: #2644A9;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 11px 20px;
  position: relative;
  cursor: pointer;
}
.school__head.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.school__head::after {
  content: "";
  background: url(../img/arrow-down.png) no-repeat center center/contain;
  position: absolute;
  width: 25px;
  height: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.school__body {
  padding: 0 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .school__body {
    padding: 0 14px;
  }
}

.school__item {
  padding: 20px 0;
  border-bottom: 1px solid #2644A9;
}
.school__item h3 {
  color: #2644A9;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.school__item li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}
.school__item li:not(:first-child) {
  margin-top: 10px;
}
.school__item li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
}
.school__item .address::before {
  background: url(../img/school-icon1.png) no-repeat center center/contain;
}
.school__item .tel::before {
  background: url(../img/school-icon2.png) no-repeat center center/contain;
}
.school__item .access::before {
  background: url(../img/school-icon3.png) no-repeat center center/contain;
}

/*========================
footer
========================*/
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 77px;
  }
}

.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;
  width: 285px;
}

.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-size: 18px;
  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;
}

/* 2025.4.25追加 */
.footer_logo {
  text-align: center;
}

.footer_logo a {
  display: block;
}

.footer_logo_sp {
  max-width: 285px;
  margin: 20px auto;
}

/* 2025.2.15修正 */
.footer_copyright {
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 0;
  padding: 10px;
  font-size: 18px;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    font-size: 14px;
  }
}

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

/* 2025.2.17追加 */
.page-template-links-page .common_section {
  padding: 50px 50px 100px;
}

.fixed {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 500;
  background: white;
  text-align: center;
  padding: 2px 0 6px;
}
.fixed .btn {
  padding: 10px 0;
  margin: 6px auto;
  font-size: 22px;
  padding-right: 20px;
  -webkit-box-shadow: 0px 4px 0px 0px #DF541B;
          box-shadow: 0px 4px 0px 0px #DF541B;
}
.fixed .btn::after {
  width: 30px;
  right: 13px;
}
.fixed .btn:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}