@charset "UTF-8";
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 460px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  color: #060606;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.animation_dokundokun {
  -webkit-animation: dokundokun 1300ms ease infinite;
          animation: dokundokun 1300ms ease infinite;
}

@-webkit-keyframes dokundokun {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes dokundokun {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*--------------- fv ---------------*/
/*--------------- cta ---------------*/
.cta {
  background-color: rgba(115, 170, 156, 0.72);
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .cta {
    padding: 15px 0;
  }
}

.cta_bg {
  position: absolute;
  width: max(14.8vw, 148px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: max(2.8vw, 28px);
}
@media screen and (max-width: 600px) {
  .cta_bg {
    display: none;
  }
}

.cta_wrap {
  width: 62.5%;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .cta_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .cta_wrap {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .cta_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .cta_wrap {
    width: 94%;
  }
}
.cta_wrap {
  position: relative;
  z-index: 4;
}

.cta_content {
  display: grid;
  grid-template-columns: 42vw 1fr;
  gap: 3.5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1400px) {
  .cta_content {
    grid-template-columns: 46vw 1fr;
    gap: 4.8vw;
  }
}
@media screen and (max-width: 1000px) {
  .cta_content {
    grid-template-columns: 460px 1fr;
  }
}
@media screen and (max-width: 800px) {
  .cta_content {
    grid-template-columns: 400px 1fr;
    gap: 2.8vw;
  }
}
@media screen and (max-width: 600px) {
  .cta_content {
    display: block;
  }
}

.cta_bubble {
  width: max(29vw, 290px);
  margin-left: max(2.6vw, 26px);
}
@media screen and (max-width: 600px) {
  .cta_bubble {
    width: min(58vw, 234px);
  }
}

.cta_main {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto max(1.4vw, 14px);
  font-size: max(4.2vw, 42px);
  font-weight: 700;
  text-shadow: 3px 3px 0 #F1D304;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .cta_main {
    font-size: min(10vw, 40px);
    line-height: 1;
  }
}

.cta_btn {
  display: block;
  width: 100%;
  border: 3px solid #Fff;
  padding: max(2.2vw, 22px) 0;
  border-radius: max(3.2vw, 32px);
  background: -webkit-gradient(linear, left top, left bottom, from(#5FD956), to(#209E17));
  background: -webkit-linear-gradient(top, #5FD956 0%, #209E17 100%);
  background: linear-gradient(180deg, #5FD956 0%, #209E17 100%);
  position: relative;
  margin-bottom: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 3px 10px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 3px 10px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 800px) {
  .cta_btn {
    padding: 8px 0;
  }
}
@media screen and (max-width: 600px) {
  .cta_btn {
    width: 300px;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 350px) {
  .cta_btn {
    width: 280px;
  }
}
.cta_btn:hover {
  opacity: 0.6;
}

.cta_btn_shadow {
  position: absolute;
  width: 96%;
  height: max(3.8vw, 38px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: min(-0.8vw, -8px);
  background-image: url(../img/cta_btn_shadow.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.6;
}
@media screen and (max-width: 800px) {
  .cta_btn_shadow {
    display: none;
  }
}

.cta_btn_txt {
  text-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  color: #fff;
  font-weight: 700;
  font-size: max(1.8vw, 18px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  padding-right: max(2vw, 20px);
  padding-bottom: max(0.2vw, 2px);
  text-align: center;
}
@media screen and (max-width: 800px) {
  .cta_btn_txt {
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .cta_btn_txt {
    font-size: 17px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 400px) {
  .cta_btn_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .cta_btn_txt {
    font-size: 15px;
    padding-right: 12px;
  }
}

.cta_btn_arrow {
  height: max(1.6vw, 16px);
  width: max(1.8vw, 18px);
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: max(2.4vw, 24px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .cta_btn_arrow {
    right: 8px;
    width: 16px;
    height: 14px;
  }
}
@media screen and (max-width: 400px) {
  .cta_btn_arrow {
    width: 12px;
    height: 10px;
    right: 6px;
  }
}

.cta_note {
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .cta_note {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .cta_note {
    font-size: 12px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .cta_note {
    font-size: 10px;
  }
}

@media screen and (max-width: 600px) {
  .cta_note_pc {
    display: none;
  }
}

.cta_note_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .cta_note_sp {
    display: block;
  }
}

@media screen and (max-width: 1400px) {
  .cta_book {
    max-width: 270px;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .cta_book {
    width: 120px;
    margin: 0 auto 16px;
  }
}

@media screen and (max-width: 600px) {
  .cta_book_pc {
    display: none;
  }
}

.cta_book_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .cta_book_sp {
    display: block;
  }
}

/*--------------- trouble ---------------*/
.trouble {
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .trouble {
    padding-top: 32px;
  }
}

.trouble_bg {
  height: 84%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/trouble_bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 600px) {
  .trouble_bg {
    height: 100%;
  }
}

.trouble_wrap {
  width: 57.3%;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 1400px) {
  .trouble_wrap {
    width: 64%;
  }
}
@media screen and (max-width: 1000px) {
  .trouble_wrap {
    width: 76%;
  }
}
@media screen and (max-width: 800px) {
  .trouble_wrap {
    width: 88%;
  }
}
@media screen and (max-width: 600px) {
  .trouble_wrap {
    width: 94%;
  }
}
.trouble_wrap {
  position: relative;
  z-index: 2;
}

.trouble_heading {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .trouble_heading {
    padding: 8px 0 20px;
    margin-bottom: 12px;
  }
}
.trouble_heading span {
  font-size: max(2.1vw, 21px);
  font-weight: 700;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 14px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .trouble_heading span {
    line-height: 1.4;
  }
}
.trouble_heading p {
  font-size: max(1.7vw, 18px);
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .trouble_heading p {
    line-height: 1.4;
  }
}

.trouble_heading_left {
  width: max(4vw, 40px);
  position: absolute;
  top: 0;
  left: 0;
}

.trouble_heading_right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: max(3.6vw, 36px);
}

.trouble_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 1200px) {
  .trouble_content {
    gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .trouble_content {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}

.trouble_item {
  height: max(5.9vw, 70px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.36);
          box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.36);
  border-radius: 1.6vw;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .trouble_item {
    height: 80px;
  }
}
.trouble_item span {
  font-size: max(1.2vw, 16px);
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .trouble_item span {
    text-align: center;
    line-height: 1.5;
  }
}

.trouble_etc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.trouble_etc span {
  font-size: max(1.5vw, 20px);
  font-weight: 500;
  display: block;
  padding-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .trouble_etc span {
    padding-left: 10px;
    font-size: 18px;
  }
}

.trouble_bottom {
  display: grid;
  grid-template-columns: 30vw 1fr;
}
@media screen and (max-width: 1000px) {
  .trouble_bottom {
    grid-template-columns: 40vw 1fr;
  }
}
@media screen and (max-width: 800px) {
  .trouble_bottom {
    grid-template-columns: 46vw 1fr;
  }
}
@media screen and (max-width: 600px) {
  .trouble_bottom {
    grid-template-columns: 1fr;
  }
}

.trouble_bubble {
  width: 80%;
  aspect-ratio: 446/281;
  background-image: url(../img/trouble_bubble.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px auto 0;
}
@media screen and (max-width: 600px) {
  .trouble_bubble {
    max-width: 220px;
    margin: 8px 20px 0 auto;
  }
}
.trouble_bubble span {
  font-weight: 700;
  font-size: max(1.7vw, 18px);
}

@media screen and (max-width: 600px) {
  .trouble_img {
    max-width: 240px;
    margin-right: auto;
    margin-left: 20px;
  }
}

/*--------------- solution ---------------*/
.solution {
  padding-top: 24px;
}
@media screen and (max-width: 800px) {
  .solution {
    width: 100%;
    overflow: hidden;
  }
}

.solution_wrap {
  width: 57.3%;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 1400px) {
  .solution_wrap {
    width: 64%;
  }
}
@media screen and (max-width: 1000px) {
  .solution_wrap {
    width: 76%;
  }
}
@media screen and (max-width: 800px) {
  .solution_wrap {
    width: 88%;
  }
}
@media screen and (max-width: 600px) {
  .solution_wrap {
    width: 94%;
  }
}

.solution_txt {
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .solution_txt {
    margin-bottom: 24px;
  }
}

.solution_txt p {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.solution_txt p:nth-child(1) {
  font-size: max(1.2vw, 20px);
  font-weight: 700;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1200px) {
  .solution_txt p:nth-child(1) {
    margin: 0 auto 32px;
  }
}
@media screen and (max-width: 600px) {
  .solution_txt p:nth-child(1) {
    text-align: center;
    line-height: 1.5;
    margin: 0 auto 24px;
  }
}
.solution_txt p:nth-child(2) {
  font-size: max(1vw, 18px);
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1200px) {
  .solution_txt p:nth-child(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .solution_txt p:nth-child(2) {
    line-height: 1.8;
  }
}
.solution_txt p:nth-child(3) {
  font-size: max(1.2vw, 20px);
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-color: #E6B89C;
          text-decoration-color: #E6B89C;
  /* アンダーラインの色 */
  text-decoration-thickness: 6px;
}
@media screen and (max-width: 1200px) {
  .solution_txt p:nth-child(3) {
    text-align: center;
    line-height: 1.6;
  }
}
@media screen and (max-width: 600px) {
  .solution_txt p:nth-child(3) {
    line-height: 1.8;
  }
}

.solution_main {
  display: grid;
  padding: 120px 0 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2vw;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .solution_main {
    padding-top: 42px;
  }
}
@media screen and (max-width: 800px) {
  .solution_main {
    padding-top: 58px;
  }
}
@media screen and (max-width: 600px) {
  .solution_main {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    grid-template-columns: 1fr 18vw;
  }
}

.solution_arrow {
  position: absolute;
  width: max(3.8vw, 38px);
  height: max(4vw, 40px);
  background-color: #E4E4E4;
  -webkit-clip-path: polygon(24% 0, 76% 0, 76% 60%, 100% 60%, 50% 100%, 0 60%, 24% 60%);
          clip-path: polygon(24% 0, 76% 0, 76% 60%, 100% 60%, 50% 100%, 0 60%, 24% 60%);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.solution_bubble {
  background-color: #F1D302;
  border-radius: 3vw;
  padding: 40px 0;
  position: relative;
  width: calc(100% - 15vw);
}
@media screen and (max-width: 1200px) {
  .solution_bubble {
    padding: 28px 0;
  }
}
@media screen and (max-width: 600px) {
  .solution_bubble {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 375px) {
  .solution_bubble {
    width: calc(100% - 5vw);
  }
}
@media screen and (max-width: 350px) {
  .solution_bubble {
    padding: 28px 0 20px;
  }
}
.solution_bubble::after {
  content: "";
  position: absolute;
  width: 3.6vw;
  height: max(1.6vw, 20px);
  background-color: #F1D302;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -3.2vw;
}
@media screen and (max-width: 600px) {
  .solution_bubble::after {
    top: 70%;
  }
}

.solution_bubble_img {
  position: absolute;
  width: max(2.8vw, 28px);
  -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
          transform: rotate(-12deg);
  top: -2vw;
  left: 2vw;
}
@media screen and (max-width: 600px) {
  .solution_bubble_img {
    width: 24px;
    top: -24px;
    left: 8px;
  }
}

.solution_bubble p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.solution_bubble p:nth-child(1) {
  font-size: max(2.1vw, 26px);
  font-weight: 700;
  margin: 0 auto 14px;
}
@media screen and (max-width: 800px) {
  .solution_bubble p:nth-child(1) {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .solution_bubble p:nth-child(1) {
    font-size: 17px;
  }
}
.solution_bubble p:nth-child(2) {
  font-size: max(1.8vw, 20px);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .solution_bubble p:nth-child(2) {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .solution_bubble p:nth-child(2) {
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
  }
}

.solution_img img {
  position: absolute;
  width: 32vw;
  bottom: 0;
  right: -16vw;
}
@media screen and (max-width: 1000px) {
  .solution_img img {
    right: -10vw;
  }
}
@media screen and (max-width: 600px) {
  .solution_img img {
    width: 78vw;
    right: -24vw;
  }
}
@media screen and (max-width: 375px) {
  .solution_img img {
    right: -32vw;
  }
}

/*--------------- chapter ---------------*/
.chapter {
  background-color: #16A180;
  position: relative;
  padding-bottom: 60px;
  width: 100%;
  overflow-x: hidden;
}

.chapter_bg {
  position: absolute;
  width: 100%;
  height: 68%;
  bottom: 0;
  left: 0;
  background-image: url(../img/chapter_bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1000px) {
  .chapter_bg {
    height: 74%;
  }
}
@media screen and (max-width: 600px) {
  .chapter_bg {
    height: 80%;
  }
}

.chapter_wrap {
  position: relative;
  z-index: 2;
}

.chapter_heading {
  font-size: max(2.1vw, 24px);
  line-height: 1.8;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 60px 0 38px;
}
@media screen and (max-width: 800px) {
  .chapter_heading {
    padding: 48px 0 24px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 600px) {
  .chapter_heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .chapter_heading {
    font-size: 18px;
  }
}

.chapter_content {
  width: 57.3%;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 1400px) {
  .chapter_content {
    width: 64%;
  }
}
@media screen and (max-width: 1000px) {
  .chapter_content {
    width: 76%;
  }
}
@media screen and (max-width: 800px) {
  .chapter_content {
    width: 88%;
  }
}
@media screen and (max-width: 600px) {
  .chapter_content {
    width: 94%;
  }
}
.chapter_content {
  background-color: #fff;
  border: 10px solid #16A180;
  border-radius: max(3vw, 30px);
  padding: 60px 40px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .chapter_content {
    padding: 54px 20px;
  }
}
@media screen and (max-width: 600px) {
  .chapter_content {
    border: 3px solid #16A180;
    padding: 32px 8px;
  }
}

.chapter_img {
  width: 20vw;
  position: absolute;
  bottom: -70px;
  left: -16vw;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .chapter_img {
    bottom: -63px;
    left: auto;
    right: -4vw;
    width: 24vw;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}

.chapter_txt_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .chapter_txt_top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.chapter_txt_top_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.chapter_txt_top_center span {
  display: block;
  background-color: #E6B89C;
  width: max(1vw, 16px);
  height: max(1vw, 16px);
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.chapter_txt_top_center p {
  font-weight: 700;
  font-size: max(1.2vw, 18px);
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .chapter_txt_top_center p {
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
  }
}

.chapter_txt_circle {
  display: block;
  width: max(1vw, 16px);
  height: max(1vw, 16px);
  border-radius: 100%;
  background-color: #73A99D;
}
@media screen and (max-width: 600px) {
  .chapter_txt_circle {
    width: 8px;
    height: 8px;
  }
}

.chapter_txt_bottom span {
  font-weight: 700;
  font-size: max(1.6vw, 24px);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .chapter_txt_bottom span {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .chapter_txt_bottom span {
    font-size: 19px;
  }
}
@media screen and (max-width: 350px) {
  .chapter_txt_bottom span {
    font-size: 18px;
  }
}

.chapter_txt_bottom_line {
  position: relative;
  width: max(26.8vw, 380px);
  height: 6px;
  /* 線の高さ */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #E6B89C), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #E6B89C 50%, transparent 50%);
  background: linear-gradient(to right, #E6B89C 50%, transparent 50%);
  background-size: 4px 100%;
  /* 2pxの線と2pxの間隔 */
  margin: 2px auto 4px;
}
@media screen and (max-width: 600px) {
  .chapter_txt_bottom_line {
    width: 300px;
  }
}
@media screen and (max-width: 375px) {
  .chapter_txt_bottom_line {
    width: 260px;
  }
}

.chapter_txt_bottom_arrow {
  width: max(1.4vw, 22px);
  margin: 0 auto 12px;
}
@media screen and (max-width: 600px) {
  .chapter_txt_bottom_arrow {
    width: 18px;
    margin: 0 auto 8px;
  }
}

.chapter_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.8vw;
     -moz-column-gap: 0.8vw;
          column-gap: 0.8vw;
  row-gap: 1vw;
}
@media screen and (max-width: 1400px) {
  .chapter_list {
    -webkit-column-gap: max(0.4vw, 4px);
       -moz-column-gap: max(0.4vw, 4px);
            column-gap: max(0.4vw, 4px);
    row-gap: max(0.6vw, 6px);
  }
}
@media screen and (max-width: 1200px) {
  .chapter_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .chapter_list {
    grid-template-columns: 1fr;
  }
}

.chapter_item {
  height: max(11.8vw, 160px);
  background-color: #9AC2B8;
  border-radius: max(1vw, 10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .chapter_item {
    height: 120px;
  }
}
@media screen and (max-width: 600px) {
  .chapter_item {
    height: 82px;
  }
}

.chapter_item_num {
  font-family: "Oswald", serif;
  color: #FAFAFA;
  opacity: 0.24;
  font-size: 10vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1vw;
  padding-bottom: 0.4vw;
}
@media screen and (max-width: 600px) {
  .chapter_item_num {
    font-size: 50px;
    left: 20px;
  }
}

.chapter_item_txt {
  text-align: center;
  font-size: max(1vw, 16px);
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .chapter_item_txt {
    font-size: 14px;
    line-height: 1.4;
  }
}
.chapter_item_txt span {
  font-size: max(1.2vw, 18px);
  background-color: #F1D302;
  display: inline-block;
  padding: 1px 4px 3px;
  margin-top: 4px;
}
@media screen and (max-width: 600px) {
  .chapter_item_txt span {
    font-size: 16px;
  }
}

/*--------------- youtube ---------------*/
.youtube {
  padding: 60px 0 75px;
  background-image: url(../img/youtube_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .youtube {
    padding: 40px 0 50px;
    background-size: cover;
  }
}

.youtube_wrap {
  width: 62.5%;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .youtube_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .youtube_wrap {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .youtube_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .youtube_wrap {
    width: 94%;
  }
}

.youtube_heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 28px;
}
@media screen and (max-width: 600px) {
  .youtube_heading {
    margin: 0 auto 12px;
  }
}

.youtube_heading span {
  font-weight: 700;
  font-size: max(2.1vw, 24px);
  text-align: center;
  line-height: 1.8;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .youtube_heading span {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  .youtube_heading span {
    font-size: 19px;
  }
}

.youtube_content {
  background-color: #fff;
  padding: 24px 2.5vw 48px;
}

.youtube_arrow {
  width: max(1.4vw, 22px);
  margin: 0 auto 12px;
}
@media screen and (max-width: 600px) {
  .youtube_arrow {
    width: 18px;
    margin: 0 auto 8px;
  }
}

.youtube_txt {
  max-width: 628px;
  font-weight: 700;
  margin: 0 auto;
  font-size: max(1.2vw, 18px);
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .youtube_txt {
    font-size: 17px;
  }
}
.youtube_txt .red_txt {
  color: #F80808;
}
.youtube_txt .bold_txt {
  font-weight: 700;
}

/*--------------- future ---------------*/
.future {
  background-image: url(../img/future_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 75px;
}
@media screen and (max-width: 600px) {
  .future {
    padding-top: 48px;
    background-image: url(../img/future_bg_sp.webp);
  }
}

.future_heading {
  width: 57.3%;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 1400px) {
  .future_heading {
    width: 64%;
  }
}
@media screen and (max-width: 1000px) {
  .future_heading {
    width: 76%;
  }
}
@media screen and (max-width: 800px) {
  .future_heading {
    width: 88%;
  }
}
@media screen and (max-width: 600px) {
  .future_heading {
    width: 94%;
  }
}
.future_heading {
  margin-bottom: max(4vw, 40px);
}
@media screen and (max-width: 600px) {
  .future_heading {
    margin-bottom: 32px;
  }
}

.future_heading_bubble {
  background-color: #F1D302;
  border-radius: max(3vw, 30px);
  padding: max(1vw, 10px) max(2vw, 20px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
  margin-bottom: max(1vw, 14px);
}
@media screen and (max-width: 600px) {
  .future_heading_bubble {
    padding: 8px 16px;
  }
}
.future_heading_bubble::after {
  content: "";
  position: absolute;
  width: max(1.6vw, 16px);
  height: max(1.6vw, 16px);
  background-color: #F1D302;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  bottom: min(-1.5vw, -15px);
  left: max(3vw, 30px);
}
@media screen and (max-width: 600px) {
  .future_heading_bubble::after {
    bottom: -10px;
    height: 12px;
  }
}
.future_heading_bubble span {
  font-size: max(1.6vw, 18px);
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .future_heading_bubble span {
    font-size: 17px;
  }
}

.future_heading_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .future_heading_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.future_heading_main span {
  font-size: max(2.1vw, 24px);
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .future_heading_main span {
    font-size: 22px;
  }
}
@media screen and (max-width: 350px) {
  .future_heading_main span {
    font-size: 20px;
  }
}
.future_heading_main span.green_bg {
  color: #fff;
  font-size: max(2.6vw, 28px);
  background-color: #16A180;
  display: inline-block;
  line-height: 1.2;
  padding: 0 max(0.8vw, 8px) max(0.3vw, 3px);
}
@media screen and (max-width: 600px) {
  .future_heading_main span.green_bg {
    font-size: 26px;
  }
}

.future_content {
  width: 62.5%;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .future_content {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .future_content {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .future_content {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .future_content {
    width: 94%;
  }
}
.future_content {
  position: relative;
}

.future_img_left {
  position: absolute;
  width: 10vw;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .future_img_left {
    display: none;
  }
}

.future_img_right {
  position: absolute;
  width: 9.6vw;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .future_img_right {
    width: 14vw;
  }
}

.future_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: max(3vw, 20px);
}
@media screen and (max-width: 600px) {
  .future_list {
    padding-bottom: 24px;
  }
}

.future_note {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: max(3vw, 20px);
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .future_note {
    padding-bottom: 40px;
    line-height: 1.4;
  }
}

.future_item {
  margin-bottom: max(1.2vw, 18px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .future_item {
    gap: 8px;
  }
}
.future_item:last-child {
  margin-bottom: 0;
}

.future_item_img {
  width: max(1.2vw, 18px);
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
@media screen and (max-width: 600px) {
  .future_item_img {
    width: 14px;
  }
}

.future_item_txt {
  font-size: max(1.2vw, 18px);
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .future_item_txt {
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .future_item_txt {
    font-size: 17px;
  }
}
.future_item_txt span {
  font-weight: 700;
}

/*--------------- message ---------------*/
.message {
  background-color: #EFF7F5;
  padding: 60px 0 180px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .message {
    padding: 40px 0 100px;
  }
}
@media screen and (max-width: 600px) {
  .message {
    padding: 40px 0;
  }
}

.message_heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 28px;
}
@media screen and (max-width: 600px) {
  .message_heading {
    margin: 0 auto 12px;
  }
}

.message_heading span {
  font-weight: 700;
  font-size: max(2.1vw, 24px);
  text-align: center;
  line-height: 1.8;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .message_heading span {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  .message_heading span {
    font-size: 19px;
  }
}

.message_content {
  width: 57.3%;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 1400px) {
  .message_content {
    width: 64%;
  }
}
@media screen and (max-width: 1000px) {
  .message_content {
    width: 76%;
  }
}
@media screen and (max-width: 800px) {
  .message_content {
    width: 88%;
  }
}
@media screen and (max-width: 600px) {
  .message_content {
    width: 94%;
  }
}
.message_content {
  background-color: #fff;
  border-radius: max(3vw, 30px);
  -webkit-box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 5vw;
  position: relative;
}
@media screen and (max-width: 600px) {
  .message_content {
    padding: 32px 16px;
    -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.16);
            box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.16);
  }
}

.message_content img {
  position: absolute;
  width: 12vw;
  right: -3vw;
  bottom: -180px;
}
@media screen and (max-width: 1000px) {
  .message_content img {
    bottom: -100px;
  }
}
@media screen and (max-width: 600px) {
  .message_content img {
    bottom: -40px;
    width: 100px;
    right: -20px;
  }
}
@media screen and (max-width: 375px) {
  .message_content img {
    width: 90px;
  }
}

.message_content p {
  font-size: max(1vw, 16px);
  line-height: max(2vw, 32px);
}
@media screen and (max-width: 600px) {
  .message_content p {
    text-align: justify;
  }
}
@media screen and (max-width: 1000px) {
  .message_content p br.pc_S_hidden {
    display: none;
  }
}

/*--------------- profile ---------------*/
.profile {
  padding: 90px 0;
}
@media screen and (max-width: 600px) {
  .profile {
    padding: 60px 0 40px;
  }
}

.profile_wrap {
  width: 62.5%;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .profile_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .profile_wrap {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .profile_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .profile_wrap {
    width: 94%;
  }
}

.profile_content {
  border: 6px solid #73AA9C;
  padding: 70px 2.5vw;
  position: relative;
  display: grid;
  grid-template-columns: 14vw 1fr;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .profile_content {
    grid-template-columns: 18vw 1fr;
  }
}
@media screen and (max-width: 600px) {
  .profile_content {
    border: 3px solid #73AA9C;
    grid-template-columns: 1fr;
    padding: 32px 16px 24px;
  }
}

.profile_heading {
  width: 100%;
  margin: 0 auto 28px;
  position: absolute;
  top: -2vw;
}
@media screen and (max-width: 1400px) {
  .profile_heading {
    top: -32px;
  }
}
@media screen and (max-width: 600px) {
  .profile_heading {
    margin: 0 auto 12px;
    top: -24px;
  }
}

.profile_heading span {
  font-weight: 700;
  font-size: max(2.1vw, 24px);
  text-align: center;
  line-height: 1.8;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 2px 16px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .profile_heading span {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  .profile_heading span {
    font-size: 19px;
  }
}

.profile_img img {
  margin-bottom: 8px;
  border-radius: 100%;
}
@media screen and (max-width: 600px) {
  .profile_img img {
    width: 200px;
    margin: 0 auto 8px;
  }
}
.profile_img span {
  font-size: max(1.2vw, 18px);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
}

.profile_txt p:nth-child(1) {
  font-size: max(1.2vw, 18px);
  line-height: 1.6;
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .profile_txt p:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .profile_txt p:nth-child(1) {
    line-height: 1.8;
  }
}

.profile_txt p:nth-child(2) {
  line-height: 1.6;
  font-size: 12px;
}

/*--------------- footer ---------------*/
.footer {
  background-color: #73AA9C;
  padding: 24px 0;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 24px 0 40px;
  }
}

.footer_wrap {
  width: 62.5%;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .footer_wrap {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .footer_wrap {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .footer_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .footer_wrap {
    width: 94%;
  }
}

.footer_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 600px) {
  .footer_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 32px;
    gap: 16px;
  }
}

.footer_link a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(1vw, 16px);
  font-weight: 500;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer_link a:hover {
  opacity: 0.4;
}

.footer_link span {
  font-size: max(1vw, 16px);
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .footer_link span {
    display: none;
  }
}

.footer_copy {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .footer_copy {
    font-size: 12px;
    line-height: 1.6;
  }
}