@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;
  transform: translateY(20px);
  transition: all 1s;
}

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

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

@keyframes dokundokun {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.06);
  }
  40% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}
/*--------------- fv ---------------*/
.fv {
  height: 43.6vw;
  width: 100%;
  background-image: url(../img/fv.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1400px) {
  .fv {
    height: 48.8vw;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 1000px) {
  .fv {
    height: 55.8vw;
  }
}
@media screen and (max-width: 800px) {
  .fv {
    height: 62.8vw;
  }
}
@media screen and (max-width: 600px) {
  .fv {
    background-image: url(../img/fv_sp.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 102vw;
  }
}

/*--------------- 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%;
  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;
  position: relative;
  z-index: 2;
}
@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_content {
  display: grid;
  grid-template-columns: 42vw 1fr;
  gap: 3.5vw;
  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: -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: linear-gradient(180deg, #5FD956 0%, #209E17 100%);
  position: relative;
  margin-bottom: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 10px;
  overflow: hidden;
  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%;
  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: -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;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: max(2.4vw, 24px);
  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: -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;
  position: relative;
  z-index: 2;
}
@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_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: -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: -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: flex;
  align-items: center;
  justify-content: center;
  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: flex;
  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: flex;
  align-items: 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;
}

.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: -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: 500;
  text-decoration: underline;
  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;
  grid-template-columns: 1fr 14.9vw;
  padding-top: 24px;
  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 {
    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;
  clip-path: polygon(24% 0, 76% 0, 76% 60%, 100% 60%, 50% 100%, 0 60%, 24% 60%);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.solution_bubble {
  background-color: #F1D302;
  border-radius: 3vw;
  padding: 40px 0;
  position: relative;
}
@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: 350px) {
  .solution_bubble {
    padding: 28px 0 20px;
  }
}
.solution_bubble::after {
  content: "";
  position: absolute;
  width: 3.6vw;
  height: max(1.6vw, 20px);
  background-color: #F1D302;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 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);
  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: -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: 22px;
  }
}
@media screen and (max-width: 375px) {
  .solution_bubble p:nth-child(1) {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  .solution_bubble p:nth-child(1) {
    font-size: 18px;
  }
}
.solution_bubble p:nth-child(2) {
  font-size: max(1.8vw, 20px);
  font-weight: 700;
}
@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: 17px;
    text-align: center;
    line-height: 1.6;
  }
}
@media screen and (max-width: 350px) {
  .solution_bubble p:nth-child(2) {
    font-size: 16px;
  }
}

/*--------------- chapter ---------------*/
.chapter {
  background-color: #16A180;
  position: relative;
  padding-bottom: 60px;
}

.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: -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;
  background-color: #fff;
  border: 10px solid #16A180;
  border-radius: max(3vw, 30px);
  padding: 60px 40px;
}
@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%;
  }
}
@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_txt_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .chapter_txt_top {
    align-items: flex-start;
  }
}

.chapter_txt_top_center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.chapter_txt_top_center span {
  display: block;
  background-color: #E6B89C;
  width: max(1vw, 16px);
  height: max(1vw, 16px);
  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;
}
@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: -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: 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);
  -moz-column-gap: 0.8vw;
       column-gap: 0.8vw;
  row-gap: 1vw;
}
@media screen and (max-width: 1400px) {
  .chapter_list {
    -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: flex;
  align-items: 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%;
  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: -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: -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 {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: max(1.2vw, 18px);
  line-height: 1.8;
}
@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;
  margin-bottom: max(4vw, 40px);
}
@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%;
  }
}
@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: -moz-fit-content;
  width: fit-content;
  position: relative;
  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;
  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: flex;
  align-items: center;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .future_heading_main {
    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;
  position: relative;
}
@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_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: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: max(8vw, 60px);
}

.future_item {
  margin-bottom: max(1.2vw, 18px);
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  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);
  transform: rotate(-8deg);
}
@media screen and (max-width: 600px) {
  .future_item_img {
    width: 14px;
  }
}

.future_item_txt {
  font-size: max(1.2vw, 18px);
}
@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;
}
@media screen and (max-width: 1000px) {
  .message {
    padding: 40px 0 100px;
  }
}
@media screen and (max-width: 600px) {
  .message {
    padding: 40px 0;
  }
}

.message_heading {
  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: -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;
  background-color: #fff;
  border-radius: max(3vw, 30px);
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 5vw;
}
@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%;
  }
}
@media screen and (max-width: 600px) {
  .message_content {
    padding: 32px 16px;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.16);
  }
}

.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;
  }
}
.message_content p span {
  font-size: max(1.6vw, 22px);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #E6B89C; /* アンダーラインの色 */
  text-decoration-thickness: 5px;
}
@media screen and (max-width: 600px) {
  .message_content p span {
    font-size: 20px;
  }
}

/*--------------- 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;
  align-items: center;
  gap: 16px;
}
@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: -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: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
}

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

/*--------------- 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: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 600px) {
  .footer_link {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 32px;
    gap: 16px;
  }
}

.footer_link a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(1vw, 16px);
  font-weight: 500;
  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: -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;
  }
}/*# sourceMappingURL=lp-index.css.map */