@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.color1 {
  color: #D4A849;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media (min-width: 1921px) {
  html {
    font-size: 1px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 0.07vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1px;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #372b06;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
  color: #333333;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--g-angle)), color-stop(var(--g-color-0)), color-stop(var(--g-color-1)), to(var(--g-color-2)));
  background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1), var(--g-color-2) var(--g-position-2));
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  border-radius: 70px;
  border-right: 3px solid white;
  border-top: 3px solid white;
  -webkit-box-shadow: 3px 3px 0px rgba(130, 178, 197, 0.5019607843);
          box-shadow: 3px 3px 0px rgba(130, 178, 197, 0.5019607843);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  height: 73px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0px 5px 0px;
  width: 388px;
  --gap-h-fcf4c54c-c053-4f23-b562-46ea8a3c9be0: 10px;
  --gap-v-fcf4c54c-c053-4f23-b562-46ea8a3c9be0: 0px;
  --gap-uuid: fcf4c54c-c053-4f23-b562-46ea8a3c9be0;
  max-width: 100%;
  --g-color-0: #61b437ff;
  --g-position-0: 0%;
  --g-color-1: #61b43780;
  --g-position-1: 48%;
  --g-color-2: #61b437ff;
  --g-position-2: 100%;
  --g-color-3: #61b437ff;
  --g-position-3: 100%;
  --g-color-4: #61b437ff;
  --g-position-4: 100%;
  --g-color-5: #61b437ff;
  --g-position-5: 100%;
  --g-color-6: #61b437ff;
  --g-position-6: 100%;
  --g-color-7: #61b437ff;
  --g-position-7: 100%;
  --g-color-8: #61b437ff;
  --g-position-8: 100%;
  --g-color-9: #61b437ff;
  --g-position-9: 100%;
  --g-color-10: #61b437ff;
  --g-position-10: 100%;
  --g-color-11: #61b437ff;
  --g-position-11: 100%;
  --g-angle: 180deg;
}
.c-btn span {
  color: white;
  font-size: 28px;
  font-weight: 700;
  margin-left: -40px;
  position: relative;
}
.c-btn span::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  top: calc(50% - 10px);
  z-index: 1;
}
.c-btn span::before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: unset;
  border-left: 7px solid #61b437;
  position: absolute;
  top: calc(50% - 4px);
  right: -24px;
  z-index: 2;
}

.mv {
  position: relative;
}
.mv_img img {
  width: 100%;
}
.mv_area {
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: 70px;
  right: 30px;
}
.mv_ttl1 {
  font-size: 32px;
  background-color: white;
  border: 1px solid #c1615f;
  line-height: 1;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 150px;
  height: 65px;
}
.mv_ttl1 span {
  color: #c1615f;
}
.mv_ttl2 {
  font-size: 32px;
  background-color: white;
  border: 1px solid #c1615f;
  height: 65px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-top: 20px;
}
.mv_bibi {
  position: absolute;
  left: 20px;
  bottom: 345px;
}
.mv .bottom {
  margin-top: -150px;
}
.mv .bottom .lead {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
}
.mv .bottom .lead span {
  font-size: 40px;
  color: white;
  background: #FBB3B2;
  background: -webkit-gradient(linear, left top, right top, from(rgb(251, 179, 178)), to(rgb(208, 136, 135)));
  background: linear-gradient(90deg, rgb(251, 179, 178) 0%, rgb(208, 136, 135) 100%);
  padding: 10px 30px;
  margin-right: 15px;
}
.mv .bottom .wrap {
  margin-top: 60px;
}
.mv .bottom .wrap .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.mv .bottom .wrap .box:last-child {
  margin-right: unset;
}
.mv .bottom .wrap .box_txt {
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.mv .bottom .wrap .box_txt span {
  font-size: 24px;
  font-weight: 600;
  color: #c1615f;
}

.about {
  margin-top: 50px;
  background: url(../img/about_bg.webp) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 60px 0 80px;
}
.about .inner {
  max-width: 1154px;
  margin: 0 auto;
}
.about .item .left_img2 {
  margin-top: 15px;
}
.about .item .area {
  max-width: 694px;
}
.about .item .area_en {
  font-size: 16px;
  color: #c1615f;
  font-weight: 600;
}
.about .item .area_ttl {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
}
.about .item .area_ttl span {
  font-size: 36px;
}
.about .item .area_txt {
  line-height: 1.8;
  margin-top: 50px;
}
.about .item .area_bottom {
  margin-top: 50px;
  font-size: 24px;
}
.about .item .area_bottom .txt1 span {
  background-color: #fcf7a0;
  padding: 3px 30px;
}
.about .item .area_bottom .txt2 {
  margin-top: 15px;
}
.about .item .area_bottom .txt2 span {
  background-color: #fcf7a0;
  padding: 3px 30px;
}

.worry {
  background: url(../img/worry_bg.webp) no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 50px 0 50px;
}
.worry .inner {
  max-width: 990px;
  margin: 0 auto;
}
.worry .item .lead_txt {
  font-size: 20px;
  font-weight: 600;
}
.worry .item .lead_ttl .title {
  font-size: 20px;
  color: #372b06;
  font-weight: 600;
  border-bottom: 4px solid #372b06;
  margin-top: 30px;
}
.worry .item .lead_ttl .title span {
  font-size: 32px;
  position: relative;
}
.worry .item .lead_ttl .title span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #372b06;
  position: absolute;
  top: -10px;
  left: calc(50% - 4px);
}
.worry .item .box {
  background-color: white;
  padding: 15px;
  margin-top: 40px;
}
.worry .item .box .boxItem {
  border: 1px solid #372b06;
  padding: 40px 30px 15px 15px;
}
.worry .item .box .boxItem .img {
  margin-top: -20px;
}
.worry .item .box .area {
  max-width: 600px;
}
.worry .item .box .area_row {
  border-bottom: 1px dotted #372b06;
  padding: 15px 0 8px;
}
.worry .item .box .area_row:first-child {
  padding-top: unset;
}
.worry .item .box .area_row .icon {
  margin-right: 20px;
}
.worry .item .box .area_txt span {
  font-size: 20px;
  color: #c1615f;
}
.worry_bottom {
  margin-top: 40px;
}

.support {
  margin-top: 30px;
  position: relative;
  padding-bottom: 60px;
  z-index: 0;
}
.support::before {
  content: "";
  width: 100%;
  height: 85%;
  background-color: #F3EEEC;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.support .item .lead .txtArea .txt {
  font-size: 24px;
  background-color: #fcf7a0;
  padding: 3px 20px;
}
.support .item .lead .txtArea .txt:last-child {
  margin-top: 10px;
}
.support .item .lead_img {
  margin-top: 50px;
}
.support .choice {
  margin-top: 120px;
}
.support .choice .choiceLead_en {
  font-weight: 600;
  color: #c1615f;
}
.support .choice .choiceLead_jp {
  font-size: 36px;
  font-weight: 600;
  margin-top: 15px;
}
.support .wrap {
  max-width: 1150px;
  margin: 0 auto;
  margin-top: 100px;
}
.support .wrap .box {
  max-width: 345px;
  margin-right: 30px;
  margin-bottom: 40px;
}
.support .wrap .box:nth-child(1) .box_wrap_img img {
  width: 291px;
}
.support .wrap .box:nth-child(2) .box_wrap_img img {
  width: 180px;
}
.support .wrap .box:nth-child(3) {
  margin-right: unset;
}
.support .wrap .box:last-child {
  margin-right: unset;
}
.support .wrap .box_wrap {
  width: 100%;
  position: relative;
}
.support .wrap .box_num {
  color: #c1615f;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 140px;
}
.support .wrap .box_num .reason {
  font-size: 13px;
}
.support .wrap .box_num .number {
  font-size: 24px;
}
.support .wrap .box_area {
  margin-top: -40px;
  max-width: 345px;
  min-height: 333px;
  border-radius: 40px;
  background-color: white;
  padding: 60px 25px 25px;
}
.support .wrap .box_area_ttl {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #c1615f;
}
.support .wrap .box_area_txt {
  line-height: 1.6;
  margin-top: 20px;
}

.curriculum {
  padding: 50px 0 80px;
}
.curriculum .item {
  max-width: 1080px;
  margin: 0 auto;
  border: 2px solid #c1615f;
  padding: 45px 30px 70px;
}
.curriculum .item .wrapLead_en {
  font-weight: 600;
  color: #c1615f;
}
.curriculum .item .wrapLead_jp {
  font-weight: 600;
  font-size: 36px;
  margin-top: 15px;
}
.curriculum .item .wrap .box {
  max-width: 875px;
  margin: 0 auto;
}
.curriculum .item .wrap .box .row:last-child .category {
  border-bottom: unset;
  padding-bottom: unset;
}
.curriculum .item .wrap .box .row:last-child .contents {
  border-bottom: unset;
  padding-bottom: unset;
}
.curriculum .item .wrap .box .row .category {
  border-bottom: 1px solid #372b06;
  max-width: 250px;
  width: 28%;
  font-weight: 600;
  padding: 20px 0;
}
.curriculum .item .wrap .box .row .contents {
  border-bottom: 1px solid #372b06;
  max-width: 600px;
  width: 68%;
  line-height: 1.7;
  padding: 20px 0;
}
.curriculum .item .wrap .box .row .contents .title {
  margin-bottom: 20px;
  color: #c1615f;
  font-weight: 600;
}
.curriculum .item .wrap .box .row .contents .txt.mt20 {
  margin: 20px 0;
}
.curriculum .item1 {
  max-width: 1185px;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}

.faq {
  background-color: #ede0dc;
  padding: 50px 0 70px 0;
}
.faq .inner {
  max-width: 926px;
  margin: 0 auto;
}
.faq .item .lead_en {
  font-weight: 600;
  color: #c1615f;
}
.faq .item .lead_jp {
  font-size: 36px;
  font-weight: 600;
  margin-top: 15px;
}
.faq .item .wrap {
  margin-top: 60px;
}
.faq .item .box {
  background-color: white;
  border-radius: 20px;
  padding: 30px 40px;
  margin-bottom: 20px;
}
.faq .item .box_ttl {
  font-size: 20px;
  font-weight: 600;
  color: #c1615f;
  border-bottom: 1px dashed #c1615f;
  padding-bottom: 10px;
}
.faq .item .box_txt {
  padding-top: 10px;
}

.message {
  padding: 60px 0 90px;
}
.message .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.message .item .lead_en {
  font-weight: 600;
  color: #c1615f;
}
.message .item .lead_jp {
  font-size: 36px;
  font-weight: 600;
  margin-top: 15px;
}
.message .wrap {
  margin-top: 80px;
}
.message .wrap .area {
  max-width: 640px;
}
.message .wrap .area .ttl {
  font-size: 24px;
  background-color: #fcf7a0;
  padding: 3px 15px;
}
.message .wrap .area .ttl:last-child {
  margin-top: 10px;
}
.message .wrap .area_txt {
  margin-top: 50px;
  line-height: 1.8;
}

.contact {
  background-color: #ede0dc;
  padding: 50px 0;
}
.contact .inner {
  max-width: 1078px;
  margin: 0 auto;
}
.contact .item {
  padding: 40px 50px;
  background-color: white;
}
.contact .item .lead .txt1 {
  font-size: 20px;
  color: #c1615f;
  font-weight: 600;
}
.contact .item .lead .title {
  margin-top: 15px;
  font-size: 36px;
  font-weight: 600;
}
.contact .item .lead .title span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #fcf7a0));
  background: linear-gradient(transparent 75%, #fcf7a0 0%);
}
.contact .wrap {
  margin-top: 50px;
}
.contact .wrap .area_txt {
  font-size: 20px;
}
.contact .wrap .area_tel {
  font-size: 36px;
  font-weight: 600;
  margin: 20px 0;
}
.contact .wrap .buttonLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 397px;
  height: 89px;
  border-radius: 10px;
  color: white;
  font-size: 32px;
  background-color: #c1615f;
  position: relative;
}
.contact .wrap .buttonLink span::before {
  content: "";
  width: 12px;
  height: 3px;
  background-color: white;
  position: absolute;
  right: 40px;
  top: 40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0 3px 3px 0;
}
.contact .wrap .buttonLink span::after {
  content: "";
  width: 12px;
  height: 3px;
  background-color: white;
  position: absolute;
  right: 40px;
  top: 47px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 0 3px 3px 0;
}
.contact .wrap .btn1 {
  position: relative;
}
.contact .wrap .btn1 .btns_icon {
  position: absolute;
  top: -30px;
  left: -40px;
  z-index: 1;
}
.contact .wrap .btn1 .buttonLink {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact .wrap .btn1 .buttonLink:hover {
  opacity: 0.8;
}
.contact .wrap .btn2 {
  position: relative;
  margin-top: 80px;
}
.contact .wrap .btn2 .btns_icon {
  position: absolute;
  top: -30px;
  left: -40px;
  z-index: 1;
}
.contact .wrap .btn2 .buttonLink {
  background-color: white;
  color: #c1615f;
  border: 3px solid #c1615f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact .wrap .btn2 .buttonLink span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact .wrap .btn2 .buttonLink span::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #c1615f;
}
.contact .wrap .btn2 .buttonLink span::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  background-color: #c1615f;
}
.contact .wrap .btn2 .buttonLink:hover {
  background-color: #c1615f;
  color: white;
}
.contact .wrap .btn2 .buttonLink:hover span::before {
  background-color: white;
}
.contact .wrap .btn2 .buttonLink:hover span::after {
  background-color: white;
}

@media (min-width: 768px) {
  .u-sp-block {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-pc-block {
    display: none;
  }
  .mv_area {
    right: 5px;
    top: 410px;
  }
  .mv_ttl1 {
    font-size: 17px;
    margin-right: 0;
    padding: 0 10px;
    height: 42px;
  }
  .mv_ttl2 {
    font-size: 17px;
    padding: 0 10px;
    height: 42px;
    margin-top: 10px;
  }
  .mv .bottom {
    margin: -41px 20px 0;
  }
  .mv .bottom .lead {
    font-size: 17px;
    display: block;
    text-align: center;
    line-height: 2.5;
  }
  .mv .bottom .lead span {
    font-size: 17px;
    padding: 5px 20px;
  }
  .mv .bottom .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 30px;
    margin-top: 40px;
  }
  .mv .bottom .wrap .box {
    width: 130px;
    margin-right: 0;
  }
  .mv .bottom .wrap .box_txt {
    font-size: 12px;
  }
  .mv .bottom .wrap .box_txt span {
    font-size: 16px;
  }
  .about {
    margin-top: 20px;
    padding: 50px 0 50px;
  }
  .about .inner {
    padding: 0 15px;
  }
  .about .item .area_en {
    font-size: 14px;
  }
  .about .item .area_ttl {
    font-size: 14px;
  }
  .about .item .area_ttl span {
    font-size: 24px;
  }
  .about .item .left {
    text-align: right;
    margin-top: 40px;
  }
  .about .item .left_img2 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .about .item .area_txt {
    padding: 0 17px;
    font-size: 14px;
  }
  .about .item .area_bottom {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .about .item .area_bottom .txt2 span {
    padding: 0 0 0 8px;
  }
  .about .item .area_bottom .txt1 span {
    padding: 0 5px 0 8px;
    margin: 0 0 0 10px;
  }
  .worry {
    padding: 40px 0 0px;
  }
  .worry .item .lead_txt {
    font-size: 14px;
  }
  .worry .item .lead_ttl .title {
    font-size: 14px;
    border-bottom: 3px solid #372b06;
  }
  .worry .item .lead_ttl .title span {
    font-size: 24px;
  }
  .worry .item .lead_ttl .title span::after {
    width: 6px;
    height: 6px;
  }
  .worry .item .box {
    margin: 30px 18px 0;
    padding: 10px;
  }
  .worry .item .box .boxItem {
    display: block;
    padding: 20px 20px;
    position: relative;
  }
  .worry .item .box .boxItem .img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 201px;
  }
  .worry .item .box .area_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 12px;
  }
  .worry .item .box .area_txt span {
    font-size: 16px;
  }
  .worry .item .box .area_row {
    border-bottom: 1px dotted #372b06;
    padding: 11px 0 5px;
  }
  .worry .item .box .area_row .icon {
    width: 13px;
    margin-right: 13px;
  }
  .worry .item .box .sp-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .worry .worry_bottom {
    margin-top: 30px;
  }
  .worry .worry_bottom img {
    width: 22px;
  }
  .support::before {
    height: 95%;
  }
  .support .item .lead {
    margin: 0 15px;
  }
  .support .item .lead .txtArea .txt {
    font-size: 16px;
  }
  .support .item .lead_img {
    margin-top: 30px;
  }
  .support .choice .choiceLead_en {
    font-size: 14px;
  }
  .support .choice .choiceLead_jp {
    font-size: 24px;
    text-align: center;
  }
  .support .wrap .box:nth-child(1) .box_wrap_img img {
    width: 225px;
  }
  .support .wrap .box {
    max-width: 285px;
    margin: 0 0 30px 0;
  }
  .support .wrap .box_num {
    bottom: 136px;
  }
  .support .wrap .box_area_ttl {
    font-size: 16px;
  }
  .support .wrap .box_area_txt {
    font-size: 14px;
  }
  .support .wrap .box_area {
    min-height: auto;
    border-radius: 30px;
  }
  .curriculum {
    padding: 30px 10px 30px;
  }
  .curriculum .item {
    padding: 30px 15px 35px;
  }
  .curriculum .item .wrapLead_jp {
    padding: 30px 15px 35px;
    font-size: 24px;
  }
  .curriculum .item .wrap .box .row {
    font-size: 14px;
    gap: 3px;
  }
  .curriculum .item .wrap .box .row .category {
    width: 31%;
    padding: 20px 0;
    letter-spacing: 0.01em;
  }
  .curriculum .item .wrap .box .row .contents {
    width: 66%;
  }
  .curriculum .item1 {
    max-width: 1185px;
    margin: 40px auto 0;
    gap: 12px;
  }
  .faq {
    padding: 30px 0 40px 0;
  }
  .faq .item .lead_jp {
    font-size: 24px;
  }
  .faq .item .wrap {
    margin: 40px 25px 0;
  }
  .faq .item .box {
    padding: 30px 15px;
  }
  .faq .item .box_ttl {
    font-size: 16px;
  }
  .faq .item .box_txt {
    font-size: 14px;
  }
  .message {
    padding: 40px 30px 30px;
  }
  .message .item .lead_jp {
    font-size: 24px;
  }
  .message .wrap {
    display: block;
    margin-top: 40px;
  }
  .message .wrap .area .ttl {
    font-size: 20px;
    padding: 0px 12px;
  }
  .message .wrap_img {
    margin-top: 40px;
  }
  .contact {
    padding: 20px;
  }
  .contact .item {
    padding: 20px 10px;
  }
  .contact .item .lead .txt1 {
    font-size: 16px;
  }
  .contact .item .lead .title {
    font-size: 24px;
    text-align: center;
  }
  .contact .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact .wrap .buttonLink {
    width: 280px;
    height: 62px;
    font-size: 22px;
  }
  .contact .wrap .buttonLink span::before {
    width: 8px;
    height: 2px;
    right: 19px;
    top: 29px;
    border-radius: 0 3px 3px 0;
  }
  .contact .wrap .buttonLink span::after {
    content: "";
    width: 8px;
    height: 2px;
    right: 19px;
    top: 35px;
  }
  .contact .wrap .btn1 {
    margin-left: 35px;
  }
  .contact .wrap .btn1 .btns_icon {
    width: 65px;
    top: -15px;
    left: -31px;
  }
  .contact .wrap .btn2 {
    margin-left: 35px;
    margin-top: 50px;
  }
  .contact .wrap .btn2 .btns_icon {
    width: 90px;
    top: -21px;
    left: -36px;
  }
  .contact .wrap .area {
    margin-top: 60px;
  }
  .contact .wrap .area_txt {
    font-size: 14px;
  }
  .contact .wrap .area_tel {
    font-size: 30px;
  }
  .contact .wrap .area_tel_icon {
    width: 35px;
  }
}
.sp-menu {
  display: none;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sp-menu-item span {
  border-bottom: 2px solid #01439b;
  width: 30px;
  display: block;
  margin-bottom: 6px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sp-menu-item span:last-child {
  margin-bottom: unset;
  width: 30px;
}

.sp-menu-item.change span:first-child {
  -webkit-transform: rotate(-45deg) translate(-2px, 3px);
  transform: rotate(-45deg) translate(-2px, 3px);
}

.sp-menu-item.change span:nth-child(2) {
  display: none;
}

.sp-menu-item.change span:last-child {
  width: 30px;
  -webkit-transform: rotate(45deg) translate(-3px, -4px);
  transform: rotate(45deg) translate(-3px, -4px);
}

@media (max-width: 1300px) {
  .sp-menu {
    display: block;
  }
}
.menu-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 85px);
  z-index: 20;
  padding: 60px 36px;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 99;
  overflow: auto;
}
.menu-overlay .sp_link {
  padding: 15px;
  color: #01439b;
  font-weight: 500;
  font-size: 18px;
}
.menu-overlay.change {
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 1300px) {
  .menu-overlay {
    display: block;
    width: 100%;
  }
}
.u-sp-block {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .u-sp-block {
    display: block;
  }
  .u-pc-block {
    display: none;
  }
}

.copyright-area {
  text-align: center;     /* 中央寄せ */
  padding: 20px 0;        /* 上下に余白 */
  font-size: 14px;
  color: #666;
  background-color: #f8f8f8; /* 任意 */
}

.copyright-area p {
  margin: 0;
}