@charset "UTF-8";
@media screen and (max-width: 425px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 426px) {
  .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: 52px;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  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;
}

/*========================
common
========================*/
.pc-bg {
  background: #F4F4F4;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.main-area {
  background: white;
  width: 100%;
  max-width: 429px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 425px) {
  .main-area {
    max-width: none;
  }
}

.inner {
  max-width: 429px;
  padding: 0 16px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.center {
  text-align: center;
}

.small {
  font-size: 13px;
}

.cta {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: -26px 0 -23px;
}
@media screen and (max-width: 425px) {
  .cta {
    margin: -6vw 0 -5vw;
  }
}
.cta .bg img {
  display: block;
}

.cta-body {
  background: #F2CA34;
  padding: 17px 0 24px;
}

.btn-text {
  font-weight: 500;
}

.btn {
  border-radius: 100px;
  color: #179143;
  background: white;
  display: block;
  max-width: 312px;
  width: 100%;
  position: relative;
  margin: 8px auto 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 121.357%;
  padding: 13px;
  padding-right: 41px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
.btn::after {
  content: "";
  background: url(../img/arrow.png) no-repeat center center/contain;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
}
.btn:hover {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-box-shadow: 0px 0px 0px 0px #004171;
          box-shadow: 0px 0px 0px 0px #004171;
}

.small-btn {
  background: #DD9E00;
  color: white;
  border: 1px solid white;
  padding: 9px 15px;
  display: inline-block;
  border-radius: 100px;
  font-weight: bold;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.28);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.28);
}

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

.speech-bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.speech-bubble .left {
  background: #F5EED3;
  padding: 16px;
  width: calc(100% - 90px + 4px);
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 425px) {
  .speech-bubble .left {
    font-size: 15px;
  }
}
.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;
}
.speech-bubble .right {
  width: 90px;
  margin-left: -4px;
  position: relative;
  z-index: 1;
}

.cource {
  text-align: left;
}
.cource .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.cource .left {
  width: 48px;
}
.cource .right {
  width: calc(100% - 48px - 8px);
}
.cource .right h3 {
  line-height: 1.3;
}
.cource .small {
  font-weight: 500;
  font-size: 15px;
}
.cource h3 {
  font-size: 22px;
  color: #179143;
  font-weight: bold;
}
.cource .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.cource .flex .item {
  background: #179143;
  color: white;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 500;
}

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

.header_logo {
  width: 160px;
  margin-top: 7px;
}
.header_logo img {
  display: block;
}

.header_menu > li {
  display: inline-block;
  position: relative;
  font-size: 18px;
  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 {
  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: 5px 0;
  height: 50px;
  position: relative;
  max-width: 1060px;
}

.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;
  max-width: 429px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -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;
  }
}
/*========================
mv
========================*/
.mv {
  padding-top: 60px;
}

/*========================
anker
========================*/
.anker {
  padding: 32px 0 48px;
  background: #F5EED3;
}
.anker .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
.anker a {
  background: #179143;
  color: white;
  position: relative;
  text-align: center;
  display: block;
  font-weight: 500;
  font-size: 18px;
  padding: 7px 9px;
  padding-right: 24px;
  width: 100%;
}
.anker a::before {
  content: "";
  background: url(../img/arrow2.png) no-repeat center center/contain;
  position: absolute;
  width: 12px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

/*========================
intro
========================*/
.intro h2 {
  max-width: 216px;
  margin: 0 auto 14px;
}
.intro .strong-text {
  margin-bottom: 26px;
}
.intro .img {
  margin: 24px 0 16px;
}

/*========================
cource-sec
========================*/
.cource-sec {
  padding-bottom: 48px;
}
.cource-sec .speech-bubble-top {
  margin: 24px 0 32px;
}
.cource-sec .voice {
  text-align: left;
}
.cource-sec .voice .label {
  font-weight: bold;
  color: white;
  padding: 4px 16px;
  display: inline-block;
  margin-top: 24px;
}
.cource-sec .voice .label1 {
  background: #179143;
}
.cource-sec .voice .label2 {
  background: #1D2A73;
}
.cource-sec .voice .speech-bubble {
  margin-top: 8px;
  margin-bottom: 0;
}
.cource-sec .voice .speech-bubble1 .left {
  background: #EAF7EF;
}
.cource-sec .voice .speech-bubble1 .left::before {
  border-bottom: 11px solid #EAF7EF;
  border-left: 10px solid #EAF7EF;
}
.cource-sec .voice .speech-bubble2 .left {
  background: #E9EBF8;
}
.cource-sec .voice .speech-bubble2 .left::before {
  border-bottom: 11px solid #E9EBF8;
  border-left: 10px solid #E9EBF8;
}

.jhs .wrap1 {
  margin: 32px 0 24px;
}
.jhs .wrap1 .strong-text {
  font-size: 22px;
}
.jhs .wrap1 p {
  margin: 16px 0 24px;
}
.jhs .wrap1 .text {
  color: #179143;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
}
.jhs .wrap2 {
  text-align: left;
}
.jhs .wrap2 .balloon {
  max-width: 167px;
}
.jhs .wrap2 .strong-text {
  text-align: left;
}
.jhs .wrap2 p {
  margin: 6px 0 24px;
}
.jhs .wrap2 h3 {
  margin-bottom: 8px;
}
.jhs .wrap2 .img {
  margin: 24px 0 16px;
}
.jhs .wrap2 .bold {
  font-weight: bold;
  margin-bottom: 17px;
  font-size: 22px;
}

.elm .wrap1 {
  margin-bottom: 30px;
}
.elm .wrap1 p {
  margin: 16px 0 24px;
}
.elm .wrap2 {
  margin: 32px 0 115px;
}
.elm .wrap2 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px 13px;
}
.elm .wrap2 .items .item {
  text-align: center;
  background: #F5EED3;
  font-weight: 500;
  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;
  line-height: 1.3;
  padding: 7px 14px;
  position: relative;
}
.elm .wrap2 .items .item .balloon {
  position: absolute;
  width: 253px;
  bottom: -83px;
  right: 0;
}
.elm ul {
  list-style-type: disc;
  padding-left: 1em;
  margin: 8px 0 16px;
}
.elm .wrap3 {
  margin-top: 40px;
}
.elm .wrap3 .items2 {
  margin-bottom: 16px;
}
.elm .wrap3 .items2 .head {
  line-height: 1.2;
}
.elm .wrap3 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.elm .wrap3 .item .head {
  background: #179143;
  color: white;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  width: 44px;
}
.elm .wrap3 .item .head span {
  font-size: 13px;
}
.elm .wrap3 .item .body {
  width: calc(100% - 44px);
  background: #F5EED3;
  padding: 16px;
  font-weight: 500;
}
.elm .wrap3 .item .body ul {
  margin: 0 0 16px;
}
.elm .wrap3 .item .body .img-en {
  padding-right: 61px;
}
@media screen and (max-width: 425px) {
  .elm .wrap3 .item .body .img-en {
    padding-right: 13vw;
  }
}
.elm .wrap3 .item .body .bottom {
  padding-top: 12px;
  border-top: 1px solid #333;
  font-size: 14px;
  margin-top: 16px;
}
.elm .wrap3 .item .body .bottom span {
  font-size: 12px;
}

/*========================
faq
========================*/
.faq .items .faq__item {
  margin-top: 24px;
}
.faq .items .faq__item .faq__head {
  background: #F5EED3;
  padding: 10px 30px 11px 57px;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
.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: 9px;
  left: 15px;
}
.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;
}

/*========================
flow
========================*/
.flow {
  padding-bottom: 40px;
}
.flow .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.flow .title img {
  display: block;
  width: 56px;
}
.flow .title span {
  color: #179143;
  font-size: 20px;
  font-weight: bold;
}
.flow .items .item {
  border: 2px solid #1D2A73;
  margin-top: 24px;
  position: relative;
  padding: 16px;
  padding-top: 11px;
}
.flow .items .item:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 21.5px 0 21.5px;
  border-color: #1D2A73 transparent transparent transparent;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flow .items .num {
  position: absolute;
  top: 0;
  left: 0;
  background: #1D2A73;
  color: white;
  width: 47px;
  height: 47px;
  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;
  font-size: 24px;
  font-weight: bold;
}
.flow .items .head {
  border-bottom: 1px dashed #1D2A73;
  color: #1D2A73;
  font-weight: bold;
  font-size: 18px;
  margin-left: 41px;
  padding-bottom: 9px;
}
.flow .items .body {
  margin-top: 12px;
}
.flow .bottom-text {
  text-align: center;
  color: #179143;
  font-weight: bold;
  font-size: 20px;
  margin-top: 24px;
}
.flow .bottom-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;
}

/*========================
footer
========================*/
.footer {
  text-align: center;
  background: #1D2A73;
  color: white;
  font-size: 13px;
  font-weight: 400;
  padding: 9px 0 10px;
}
@media screen and (max-width: 425px) {
  .footer {
    padding-bottom: 72px;
  }
}

.fixed {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 500;
  background: #F2CA34;
  text-align: center;
  padding: 6px 0 4px;
}
.fixed .btn {
  padding: 9px 0;
  margin: 6px auto;
  font-size: 20px;
  padding-right: 20px;
}
.fixed .btn::before {
  width: 62px;
  height: 62px;
}
.fixed .btn::after {
  right: 19px;
}