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

/*========================
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: 28px;
  font-weight: 900;
  line-height: 1;
  padding: 29px 52px 29px 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: 22px;
    line-height: 1.2;
    padding: 11px 52px 9px 10px;
  }
}
.btn::after {
  content: "";
  background: url(../img/btn-arrow.png) no-repeat center center/contain;
  position: absolute;
  width: 40px;
  height: 40px;
  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);
  -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;
  bottom: -70px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .snow {
    bottom: -41px;
  }
}
.snow img {
  min-width: 1920px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .snow img {
    min-width: 1240px;
  }
}

/*========================
mv
========================*/
.mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
}
.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: 24px;
  }
}

.problem {
  padding-bottom: 92px;
}
.problem h2 {
  margin: 52px 0 31px;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .problem h2 {
    font-size: 24px;
  }
}
.problem .subtitle {
  text-align: center;
  font-size: 25px;
  font-weight: 900;
}
.problem .subtitle span {
  font-size: 31px;
  color: #2644A9;
}
.problem .items {
  max-width: 943px;
  margin: 35px auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 44px;
}
@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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.problem .items .item .img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .problem .items .item .img {
    max-width: 280px;
  }
}
.problem .items .item p {
  background: #FCF1E7;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  text-align: left;
  padding: 12px 16px;
  min-height: 159px;
  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) {
  .problem .items .item p {
    min-height: 0px;
  }
}
.problem .text {
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .problem .text {
    font-size: 24px;
  }
}
.problem .text span {
  color: #2644A9;
}

/*========================
point
========================*/
.point {
  padding: 37px 0 61px;
  background: #F1F5FF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point {
    padding: 16px 0 61px;
  }
}
.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: 700;
  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 span {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .point .text span {
    font-size: 32px;
  }
}
.point .text span::before {
  content: "";
  background: url(../img/slash.png) no-repeat center center/contain;
  position: absolute;
  width: 22px;
  height: 34px;
  left: -30px;
  bottom: 16px;
}
.point .text span::after {
  content: "";
  background: url(../img/slash.png) no-repeat center center/contain;
  position: absolute;
  width: 22px;
  height: 34px;
  right: -25px;
  bottom: 16px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.point .text .img1 {
  position: absolute;
  width: 161px;
  bottom: 10px;
  left: -220px;
}
@media screen and (max-width: 767px) {
  .point .text .img1 {
    width: 86px;
    bottom: -20px;
    left: -35px;
  }
}
.point .text .img2 {
  position: absolute;
  width: 153px;
  bottom: 10px;
  right: -220px;
}
@media screen and (max-width: 767px) {
  .point .text .img2 {
    right: -24px;
    width: 76px;
    bottom: -15px;
  }
}
.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: 700;
  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: 134px 0 116px;
}
@media screen and (max-width: 767px) {
  .free {
    padding: 84px 0 116px;
  }
}
.free h2 .free-title {
  font-size: 41px;
  color: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .free h2 .free-title {
    font-size: 24px;
  }
}
.free h2 .free-title span {
  font-size: 49px;
  color: #FF7840;
}
@media screen and (max-width: 767px) {
  .free h2 .free-title span {
    font-size: 32px;
  }
}
.free h2 .free-title::before {
  content: "";
  background: url(../img/slash.png) no-repeat center center/contain;
  position: absolute;
  width: 22px;
  height: 34px;
  left: -35px;
  bottom: 9px;
}
.free h2 .free-title::after {
  content: "";
  background: url(../img/slash.png) no-repeat center center/contain;
  position: absolute;
  width: 22px;
  height: 34px;
  right: -25px;
  bottom: 9px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.free h2 .small {
  font-size: 31px;
  margin-top: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .free h2 .small {
    font-size: 20px;
  }
}
.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 {
  text-align: center;
}
.free .box .text1 {
  font-size: 14px;
  line-height: 1.9;
  font-weight: 500;
  margin: 35px 0 15px;
}
.free .box .text1 span {
  font-size: 25px;
  font-weight: 900;
}
.free .box .text2 {
  color: #2644A9;
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 27px;
}
.free .box-bottom {
  background: #2644A9;
  color: white;
  position: relative;
  padding: 10px 0 12px;
  max-width: 729px;
  margin: 0 auto 75px;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .free .box-bottom {
    font-size: 20px;
  }
}

/*========================
reason
========================*/
.reason {
  position: relative;
  background: #F1F5FF;
  padding: 95px 0 56px;
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 70px 0 114px;
  }
}
.reason h2 {
  font-size: 51px;
  position: absolute;
  width: 100%;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .reason h2 {
    font-size: 32px;
    top: -80px;
  }
}
.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px 24px;
  margin-bottom: 23px;
}
.reason .flex1 .item {
  background: white;
  width: 287px;
  text-align: center;
  padding-bottom: 18px;
  border-radius: 26px;
}
.reason .flex1 .item .img {
  margin: 0 auto;
}
.reason .flex1 .item h3 {
  margin: 11px 0 17px;
  color: #2644A9;
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .reason .flex1 .item h3 {
    font-size: 20px;
  }
}
.reason .flex1 .item p {
  font-weight: 700;
  font-size: 15px;
}
.reason .flex1 .item:nth-child(1) .img {
  width: 134px;
  margin-top: -20px;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
@media screen and (max-width: 767px) {
  .reason .flex1 .item:nth-child(1) .img {
    width: 110px;
  }
}
.reason .flex1 .item:nth-child(2) .img {
  width: 226px;
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .reason .flex1 .item:nth-child(2) .img {
    width: 200px;
  }
}
.reason .flex1 .item:nth-child(3) .img {
  width: 111px;
  margin-top: -27px;
}
@media screen and (max-width: 767px) {
  .reason .flex1 .item:nth-child(3) .img {
    width: 85px;
  }
}
.reason .flex1 .item:nth-child(4) .img {
  width: 186px;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .reason .flex1 .item:nth-child(4) .img {
    width: 150px;
    margin-top: 39px;
  }
}
.reason .flex1 .item:nth-child(5) .img {
  width: 175px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .reason .flex1 .item:nth-child(5) .img {
    width: 150px;
  }
}
.reason .flex2 {
  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 .flex2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reason .flex2 .img {
  width: 173px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .reason .flex2 .img {
    width: 120px;
  }
}
.reason .flex2 h3 {
  margin: 16px 0 8px;
  color: #2644A9;
  font-weight: 900;
  font-size: 37px;
}
@media screen and (max-width: 767px) {
  .reason .flex2 h3 {
    font-size: 24px;
  }
}
.reason .flex2 h4 {
  font-size: 22px;
  letter-spacing: 1.98px;
  font-weight: 900;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .reason .flex2 h4 {
    font-size: 20px;
  }
}
.reason .flex2 p {
  margin-top: 10px;
  font-weight: 900;
  letter-spacing: 1.44px;
  line-height: 1.8;
}

/*========================
flow
========================*/
.flow {
  padding: 120px 0 87px;
}
.flow .box {
  margin: 138px 0 59px;
  background: #F1F5FF;
  border-radius: 40px;
  padding: 55px 35px;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .flow .box {
    font-size: 20px;
    padding: 50px 20px 32px;
  }
}
.flow .box h2 {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -40px;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .flow .box h2 {
    font-size: 32px;
    top: -70px;
  }
}
.flow .box p {
  line-height: 1.7;
}
.flow .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 72px;
}
@media screen and (max-width: 767px) {
  .flow .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flow .flex .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 248px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow .flex .item {
    max-width: none;
  }
}
.flow .flex .item:not(:last-child)::before {
  content: "";
  background: url(../img/triangle.png) no-repeat center center/contain;
  position: absolute;
  top: 121px;
  right: -60px;
  width: 44px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .flow .flex .item:not(:last-child)::before {
    top: inherit;
    right: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    bottom: -70px;
  }
}
.flow .flex .img {
  margin: 0 10px 14px;
}
@media screen and (max-width: 767px) {
  .flow .flex .img {
    max-width: 200px;
    margin: 0 auto 14px;
  }
}
.flow .flex p {
  font-size: 14px;
  font-weight: bold;
}

/*========================
example
========================*/
.example {
  padding-bottom: 91px;
}
.example .box {
  background: #F1F5FF;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 43px 43px 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .example .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 43px 20px 32px;
  }
}
.example .box h2 {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -40px;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .example .box h2 {
    font-size: 32px;
    top: -27px;
  }
}
.example p {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin: 17px 0 93px;
}

/*========================
school
========================*/
.school {
  padding-bottom: 97px;
}
.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: 0px;
  }
}
.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__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
========================*/
.footer {
  text-align: center;
  background: #2644A9;
  color: white;
  font-size: 13px;
  font-weight: 400;
  padding: 12px 0 13px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 72px;
  }
}

.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: 18px;
  padding-right: 20px;
  -webkit-box-shadow: 0px 4px 0px 0px #DF541B;
          box-shadow: 0px 4px 0px 0px #DF541B;
}
.fixed .btn::after {
  width: 22px;
  right: 13px;
}
.fixed .btn:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}