<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html,
body,
h1,
h2,
h3,
p,
a,
span,
ul,
li {
  margin: 0;
  padding: 0;
  line-height: 2;
  letter-spacing: -0.025em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1A1311;
}

@media screen and (max-width: 1050px) {

  html,
  body,
  h1,
  h2,
  h3,
  p,
  a,
  span,
  ul,
  li {
    letter-spacing: 0.05em;
  }
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

html {
  font-size: 62.5%;
}

address {
  font-style: normal;
  /* イタリック体を解除 */
  margin: 0;
  /* デフォルトの余白をリセット */
  padding: 0;
  /* デフォルトのパディングをリセット */
  text-decoration: none;
  /* 下線などのテキスト装飾を解除 */
  line-height: normal;
  /* 通常の行間に戻す */
}

/* ----------------------------------------------------------- */


/* 共通スタイル */

/* .body_wrapper {
  width: 100%;
  overflow: hidden;
} */

.container-base {
  max-width: 872px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

.container-small {
  max-width: 886px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}


.btn_wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  background-color: #FFEC73;
  border: 2px solid #fff;
  border-radius: 33px;
  width: 330px;
  padding: 18px 0;
  transition: background-color 0.3s ease;
}

.btn_wrap:hover {
  background-color: #5BC8FE;
}

@media screen and (max-width: 768px) {
  .btn_wrap {
    padding: 10px 0;
  }
}

.btn_wrap_text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .btn_wrap_text {
    font-size: 20px;
  }
}


.header_btn .btn_wrap_text {
  font-size: 20px;
}

.header_btn {
  padding: 13px 0;
}

@media screen and (max-width: 370px) {
  .btn_wrap_text {
    font-size: 18px;
  }
}

.underline {
  position: relative;
  padding-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .underline {
    padding-bottom: 5px;
  }
}


.underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #FFEC73;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .underline::after {
    height: 3px;
  }
}

.br768 {
  display: none;
}

@media screen and (max-width: 768px) {
  .br768 {
    display: block;
  }
}

.br600 {
  display: none;
}

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


.br450 {
  display: none;
}

@media screen and (max-width: 450px) {
  .br450 {
    display: block;
  }
}


.br860 {
  display: none;
}

@media screen and (max-width: 860px) {
  .br860 {
    display: block;
  }
}

.br550 {
  display: none;
}

@media screen and (max-width: 550px) {
  .br550 {
    display: block;
  }
}

.br670 {
  display: none;
}

@media screen and (max-width: 670px) {
  .br670 {
    display: block;
  }
}


.min_551 {
  display: block;
}

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

.min_671 {
  display: block;
}

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

.min_961 {
  display: block;
}

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

.min_1050 {
  display: block;
}

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

.asterisk {
  display: block;
  font-size: 13px;
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
  margin-top: 8px;
}

.asterisk::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}





/* -------------------------------------------------------------------------- */



/* ヘッダー */

.header {
  z-index: 999;
  background-color: transparent !important;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header {
    z-index: 999;
    position: relative;
    background-color: transparent !important;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

/* @media screen and (max-width: 768px) {
  .header {
    padding-top: 20px;
    padding-left: 24px;
  }
} */

@media screen and (max-width: 768px) {
  .header .btn_wrap {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .site_header_logo {
    background-color: #fff;
    height: fit-content;
    padding: 18px 43px;
  }
}

@media screen and (max-width: 767px) {
  .site_header_logo {
    background-color: #fff;
    height: fit-content;
    padding: 12px 20px;
  }
}


@media screen and (min-width: 768px) {
  .header_body {
    padding: 15px 30px 0 0;
    position: fixed;
    right: 0;
  }
}











/* ------------------------------------------------------------------------- */

/* メインビジュアル */

.main_visual {
  position: relative;
  width: 100%;
  margin-top: -91px;
}

@media screen and (max-width: 768px) {
  .main_visual {
    padding-top: 51px;
    margin-top: -46px;
  }
}

.main_visual_present {
  position: absolute;
  bottom: -11px;
  right: 53px;
}

@media screen and (max-width: 1140px) {
  .main_visual_present {
    width: 290px;
    right: 30px;
  }

  .main_visual_present img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 950px) {
  .main_visual_present {
    width: 250px;
    right: 20px;
    bottom: -18px;
  }
}

@media screen and (max-width: 768px) {
  .main_visual_present {
    right: 50%;
    transform: translateX(50%);
    bottom: -165px;
    width: 346px;
  }
}

@media screen and (max-width: 380px) {
  .main_visual_present {
    width: 300px;
  }
}

@media screen and (max-width: 355px) {
  .main_visual_present {
    width: 250px;
  }
}

.main_visual img {
  width: 100%;
}

.main_visual_bottom {
  margin-top: 30px;
  padding: 30px 0 26px 0;
  background-color: #5BC8FE;
}

@media screen and (max-width: 1255px) {
  .main_visual_bottom {
    padding: 7px 0 12px 0;
  }
}

@media screen and (max-width: 768px) {
  .main_visual_bottom {
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.main_visual_bottom .container-base {
  position: relative;
  max-width: 1120px;
}

@media screen and (max-width: 768px) {
  .main_visual_bottom .explanation_flex {
    justify-content: center;
  }
}

.main_visual_bottom_body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 155px;
}

.main_visual_bottom_right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1255px) {
  .main_visual_bottom_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9px;
  }
  .main_visual_bottom_body .explanation_flex {
    padding: 0;
  }
}


@media screen and (max-width: 1255px) {
  .main_visual_bottom_body {
    justify-content: center;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .main_visual_bottom_body {
    margin-left: 0;
  }
}

.main_visual_bottom_img {
  position: absolute;
  bottom: -26px;
  left: -164px;
  min-width: 154px;
}

@media screen and (max-width: 1255px) {
  .main_visual_bottom_img {
    position: relative;
    left: 0;
    bottom: -12px;
  }
  .main_visual_bottom_img img {
    width: 100%;
    height: auto;
  }
}

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

.main_visual_bottom_img_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .main_visual_bottom_img_sp {
    position: relative;
    bottom: -9px;
    display: block;
    min-width: 100px;
    width: 22%;
    margin-top: -53px;
  }
}

@media screen and (max-width: 768px) {
  .main_visual_bottom_img_sp img {
    width: 100%;
    height: auto;
  }
}

.main_visual_bottom_text {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main_visual_bottom_text {
    margin-bottom: 12px;
    text-align: left;
  }
}

.main_visual_bottom_text_inr {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .main_visual_bottom_text_inr {
    font-size: 19px;
    font-weight: 700;
  }
}

@media screen and (max-width: 360px) {
  .main_visual_bottom_text_inr {
    font-size: 18px;
  }
}

.text_decoration {
  position: absolute;
  top: -12px;
  left: -21px;
}

@media screen and (max-width: 768px) {
  .text_decoration {
    left: -21px;
  }
}

@media screen and (max-width: 600px) {
  .text_decoration {
    left: 27px;
  }
}

.main_visual_bottom .btn_wrap {
  width: 396px;
}

@media screen and (max-width: 768px) {
  .main_visual_bottom .btn_wrap {
    width: 100%;
    max-width: 360px;
  }
}

/* ---------------------------------------------- */
/* challenge */

.challenge {
  padding: 112px 0 117px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .challenge {
    padding: 35px 0 31px 0;
  }
}

.section_top {
  position: relative;
  margin: 0 auto 22px auto;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .section_top {
    margin: 0 auto 0 auto;
  }
}

.section_top::before {
  content: '';
  position: absolute;
  left: -41px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 31px;
  background-image: url('../img/home/textdecoration_left.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .section_top::before {
    left: -29px;
  }
}

.section_top::after {
  content: '';
  position: absolute;
  right: -37px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 32px;
  background-image: url('../img/home/textdecoration_right.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .section_top::after {
    right: -29px;
  }

}

.section_top_inr {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

@media screen and (max-width: 768px) {
  .section_top_inr {
    font-size: 22px;
  }
}

@media screen and (max-width: 350px) {
  .section_top_inr {
    font-size: 20px;
  }
}

.section_title {
  position: relative;
  text-align: center;
  margin-top: 12px;
  width: max-content;
  margin: 0 auto;
}


.challenge01 {
  position: absolute;
  top: -62px;
  left: -367px;
}

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

.challenge02 {
  position: absolute;
  top: -27px;
  right: -417px;
}

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

.section_title_inr {
  font-size: 46px;
  font-weight: 700;
  color: #5BC8FE;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

@media screen and (max-width: 768px) {
  .section_title_inr {
    font-size: 28px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 350px) {
  .section_title_inr {
    font-size: 24px;
  }
}

.challenge_title {
  position: relative;
  width: max-content;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .challenge_title {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    line-height: 1.25;
  }
}

@media screen and (max-width: 350px) {
  .challenge_title {
    font-size: 18px;
  }
}

.challenge_title_img {
  position: absolute;
  top: 7px;
  left: -13px;
  width: 11px;
}

@media screen and (max-width: 768px) {
  .challenge_title_img {
    top: -12px;
    left: 58px;
  }
}

.accordion {
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .accordion {
    margin-top: 65px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .accordion {
    margin-top: 40px;
  }
}

.accordion-item {
  border-radius: 10px;
  border: 2px solid #5BC8FE;
}

.accordion-content {
  display: none;
}


.accordion-header {
  padding-left: 176px;
  padding-right: 30px;
  background-color: #5BC8FE;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.accordion-header:not(.active) {
  border-radius: 5px 5px 4px 4px;
}

@media screen and (max-width: 800px) {
  .accordion-header {
    padding-left: 103px;
    padding-right: 20px;
    height: 97px;
  }
}

@media screen and (max-width: 355px) {
  .accordion-header {
    padding-right: 10px;
  }
}

.accordion-header_img01 {
  position: absolute;
  bottom: 0;
  left: 7px;
}

.accordion-header_img02 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.accordion-header_img03 {
  position: absolute;
  bottom: 0;
  left: 10px;
}

@media screen and (max-width: 800px) {
  .accordion-header_img03 {
    left: -5px;
  }
}

.accordion-header_img04 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.accordion-header_text {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .accordion-header_text {
    font-size: 20px;
  }
}

@media screen and (max-width: 385px) {
  .accordion-header_text {
    font-size: 18px;
  }
}

@media screen and (max-width: 365px) {
  .accordion-header_text {
    font-size: 16px;
  }
}


.accordion-content {
  background-color: #fff;
  padding: 23px 87px 32px 89px;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 800px) {
  .accordion-content {
    padding: 9px 11px 12px 20px;
  }
}

.accordion-content_text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 375px) {
  .accordion-content_text {
    font-size: 14px;
  }
}



.arrow-icon {
  height: 30px;
  width: 30px;
  background-image: url('../img/home/accordion_arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 800px) {
  .arrow-icon {
    height: 24px;
    width: 24px;
    background-image: url('../img/home/accordion_arrow_sp.svg');
  }
}

.arrow-icon {
  transform: rotate(180deg);
}

.active .arrow-icon {
  transform: rotate(0);
}



.challenge03 {
  position: absolute;
  top: 273px;
  left: -259px;
}

@media screen and (max-width: 1350px) {
  .challenge03 {
    right: -209px;
  }
}

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

.challenge04 {
  position: absolute;
  top: 562px;
  right: -250px;
}

@media screen and (max-width: 1350px) {
  .challenge04 {
    right: -210px;
  }
}

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

.recommend {
  margin-top: 115px;
  display: flex;
  align-items: flex-end;
  position: relative;
}

@media screen and (max-width: 1240px) {
  .recommend_explanation {
    padding: 22px 0 22px 0 !important;
  }
}

/* @media screen and (max-width: 768px) {
  .recommend {
    flex-direction: column;
    gap: 29px;
  }
} */

@media screen and (max-width: 1200px) {
  .recommend {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .recommend {
    margin-top: 69px;
  }
}

.recommend_img {
  position: absolute;
  bottom: -7px;
  right: -128px;
  border-radius: 15px;
  overflow: hidden;
}

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

.recommend_img_background {
  position: absolute;
  top: 0;
  right: -306px;
  z-index: -1;
}

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

.recommend_img_sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .recommend_img_sp {
    display: flex;
    justify-content: center;
    margin-top: 23px;
  }
}

.recommend .underline {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 12px;
  width: max-content;
  position: relative;
}

@media screen and (max-width: 768px) {
  .recommend .underline {
    padding-bottom: 3px;
    font-size: 20px;
  }
}

.recommend .recommend_title_illust {
  display: none;
}

@media screen and (max-width: 1255px) {
  .recommend .recommend_title_illust {
    display: block;
    position: absolute;
    bottom: -17px;
    right: -166px;
  }
}

@media screen and (max-width: 370px) {
  .recommend .recommend_title_illust {
    right: -128px;
  }
}

@media screen and (max-width: 345px) {
  .recommend .recommend_title_illust {
    display: none;
  }
}

.recommend_textdecoration {
  position: absolute;
  top: -11px;
  left: -19px;
}


@media screen and (max-width: 1255px) {
  .recommend_textdecoration {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 11px;
    height: 17px;
  }
}




.recommend_text_body {
  margin-top: 62px;
}

@media screen and (max-width: 768px) {
  .recommend_text_body {
    margin-top: 29px;
  }
}

.recommend_text_item {
  display: flex;
  align-items: center;
  gap: 19px;
  padding-top: 23px;
  padding-bottom: 23px;
  border-bottom: 2px dashed #D9D9D9;
}

@media screen and (max-width: 768px) {
  .recommend_text_item {
    gap: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.recommend_text_item:first-child {
  padding-top: 0;
}

.recommend_text_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.recommend_text_item_body_inr {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .recommend_text_item_body_inr {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .recommend_text_item_check {
    width: 35px;
    height: 33px;
  }
}


/* ----------------------------------------------- */
/* 説明会 */

.explanation {
  padding: 13px 0;
  background-color: #5BC8FE;
}

@media screen and (max-width: 1240px) {
  .explanation {
    padding: 22px 0;
  }
}

.explanation_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}

@media screen and (max-width: 1240px) {
  .explanation_body {
    justify-content: center;
  }
}

.explanation_flex {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .explanation_flex {
    padding: 0;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

.explanation_flex03 {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .explanation_flex02 {
    flex-direction: row;
  }
}

.explanation_left {
  overflow: hidden;
  border-radius: 0 15px 15px 0;
}

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

@media screen and (min-width: 1600px) {
  .explanation_left {
    border-radius: 15px;
  }
}

.explanation_right {
  overflow: hidden;
  border-radius: 15px 0 0 15px;
}

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

@media screen and (min-width: 1600px) {
  .explanation_right {
    border-radius: 15px;
  }
}

.explanation_center {
  position: relative;
  text-align: center;
  padding-top: 0;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .explanation_center {
    max-width: 380px;
    width: calc(100% - 40px);
  }
}

.explanation_center_img {
  position: relative;
  bottom: -24px;
  min-width: 169px;
  margin-top: -24px;
}

@media screen and (max-width: 768px) {
  .explanation_center_img {
    min-width: 110px;
    width: 25%; 
    bottom: -12px;
    left: 12px;
    margin-top: -22px;
  }
}

@media screen and (max-width: 768px) {
  .explanation_center_img img {
    height: auto;
  }
}

.explanation_center_img02 {
  position: relative;
  bottom: -9px;
  min-width: 169px;
}

@media screen and (max-width: 768px) {
  .explanation_center_img02 {
    bottom: -12px;
    min-width: 120px;
    width: 22%;
    margin-top: -22px;
  }
}

.explanation_center_img03 {
  right: 8px;
  bottom: -24px;
  margin-top: -76px;
  min-width: 169px;
}

@media screen and (max-width: 768px) {
  .explanation_center_img03 {
    position: relative;
    bottom: -21px;
    right: -3px;
    min-width: 120px;
    width: 22%;
    margin-top: -31px;
  }
}

.explanation_center_text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .explanation_center_text {
    width: 60%;
    font-size: 20px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 390px) {
  .explanation_center_text {
    font-size: 19px;
  }
}

.explanation_center_text span {
  line-height: 1.2;
}

.explanation_center_text .yellow {
  display: inline-block;
  position: relative;
  bottom: -4px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .explanation_center_text .yellow {
    bottom: -1px;
  }
}

.explanation_center::before {
  display: none;
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 67px;
  height: 22px;
  background-image: url('../img/home/textdecoration_center.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.recommend_explanation .explanation_center::before {
  display: block;
}

.qanda_explanation .explanation_center::before {
  display: block;
}

.qanda_explanation .explanation_center {
  padding-top: 12px;
}

@media screen and (max-width: 767px) {
  .qanda_explanation .explanation_center {
    padding-top: 20px;
  }
}

.recommend_explanation .explanation_center  {
  padding-top: 26px;
}

.point_explanation .explanation_center_text .blod {
  display: inline-block;
  position: relative;
  top: -5px; 
  line-height: 1;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .point_explanation .explanation_center_text .blod {
    margin-bottom: 3px;
  }
}

.explanation_center .btn_wrap {
  margin: 24px auto 0 auto;
  width: 460px;
}

@media screen and (max-width: 1350px) {
  .explanation_center .btn_wrap {
    width: 100%;
    /*max-width: 343px;*/
  }
}

@media screen and (max-width: 768px) {
  .explanation_center .btn_wrap {
    margin: 8px auto 0 auto;
  }

  .explanation_center .btn_wrap.recommend_btn {
    margin: 13px auto 0 auto;
    padding: 14px 0;
  }
}

.yellow {
  font-size: 30px;
  color: #FFEC73;
}

@media screen and (max-width: 768px) {
  .yellow {
    font-size: 23px;
  }
}

@media screen and (max-width: 360px) {
  .yellow {
    font-size: 20px;
  }
}

.blod {
  line-height: 1;
  font-size: 34px;
}

@media screen and (max-width: 768px) {
  .blod {
    font-size: 22px;
  }
}

@media screen and (max-width: 360px) {
  .blod {
    font-size: 20px;
  }
}

/* -------------------------------------------------- */

.flow {
  overflow: hidden;
  padding: 93px 0 73px 0;
}

@media screen and (max-width: 960px) {
  .flow {
    padding: 100px 0 131px 0;
  }
}

@media screen and (max-width: 768px) {
  .flow {
    padding: 44px 0 125px 0;
  }
}

.flow .section_top_inr {
  font-size: 26px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .flow .section_top_inr {
    font-size: 20px;
  }
}

.flow .container-base {
  max-width: 946px;
}

@media screen and (max-width: 768px) {
  .flow .section_top {
    margin-bottom: 7px;
  }
}

.flow01 {
  position: absolute;
  top: -48px;
  right: -287px;
}

@media screen and (max-width: 1150px) {
  .flow01 {
    top: 73px;
    right: 50%;
    transform: translateX(50%);
    width: 185px;
  }
}

@media screen and (max-width: 450px) {
  .flow01 {
    top: 90px;
  }
}

.flow_title {
  position: relative;
  text-align: center;
  margin-top: 56px;
}

@media screen and (max-width: 1150px) {
  .flow_title {
    margin-top: 180px;
  }
}

.flow_title_bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -33px;
}

@media screen and (max-width: 768px) {
  .flow_title_bottom {
    width: 110px;
    bottom: -26px;
  }
}

.flow_title_inr {
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .flow_title_inr {
    font-size: 18px;
  }
}

.flow_container {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 92px;
  margin-bottom: 38px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .flow_container {
    gap: 46px;
    margin-bottom: 46px;
    margin-top: 39px;
  }
}

.flow_background {
  position: absolute;
  top: -370px;
  right: 50%;
  transform: translateX(50%);
  width: 1592px;
}

@media screen and (max-width: 960px) {
  .flow_background {
    position: absolute;
    top: -152px;
    right: 50%;
    transform: translateX(50%);
    width: 465px;
  }
}

.flow_container_item {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 960px) {
  .flow_container_item {
    flex-direction: column;
    gap: 46px;
  }
}

.circle_text {
  position: absolute;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background-color: #7DCDF4;
  border-radius: 50%;
  width: 177px;
  height: 177px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 196px;
  right: 170px;
  line-height: 1.75;
}


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

.flow02 {
  position: absolute;
  top: 288px;
  right: -10px;
  z-index: -1;
}

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

.illust_sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .illust_sp {
    display: block;
    width: 315px;
    margin: 0 auto;
  }
}

.circle_text_sp {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background-color: #7DCDF4;
  border-radius: 50%;
  width: 177px;
  height: 177px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1.75;
}

.flow02_sp {
  position: absolute;
  bottom: -105px;
  right: -140px;
  z-index: -1;
  width: 202px;
  height: 202px;
}

@media screen and (max-width: 350px) {
  .flow02_sp {
    position: absolute;
    bottom: -84px;
    right: -107px;
    z-index: -1;
    width: 180px;
    height: 180px;
  }
}

.flow_item {
  width: 376px;
}

@media screen and (max-width: 960px) {
  .flow_item {
    width: 100%;
  }

  .flow_item img {
    width: 100%;
    height: auto;
  }
}

.flow_item_top {
  margin-bottom: 23px;
  display: flex;
  align-items: flex-end;
  gap: 26px;
}

@media screen and (max-width: 960px) {
  .flow_item_top {
    justify-content: center;
    gap: 20px;
  }
}

.right {
  position: absolute;
  right: 0;
  top: 189px;
}

@media screen and (max-width: 960px) {
  .right {
    position: static;
    top: 0;
  }
}



.num {
  font-size: 56px;
  line-height: 1.25;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #5BC8FE;
  border-bottom: 6px solid #5BC8FE;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 600px) {
  .num {
    font-size: 44px;
    border-bottom: 4px solid #5BC8FE;
  }
}

.contents {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .contents {
    font-size: 24px;
  }
}

.flow_item_img {
  margin-bottom: 22px;
}

.flow_item_img img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .flow_item_img {
    margin-bottom: 14px;
  }
}

.flow_item_text {
  font-size: 16px;
  line-height: 1.75;
}

.explanation.flow_explanation .explanation_center::before {
  display: none;
  top: -9px;
}

.explanation.flow_explanation .explanation_center_text {
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .explanation.flow_explanation {
    padding: 17px 0 18px 0;
    background-color: #5BC8FE;
  }

  .explanation.flow_explanation .btn_wrap {
    margin-top: 12px;
    padding: 14px 0;
  }

  .explanation.flow_explanation .explanation_center::before {
    top: 0;
  }
}

/* --------------------------------------------------- */
/* point */

.point {
  padding: 92px 0 95px 0;
  background-color: #FFFCE9;
}

@media screen and (max-width: 768px) {
  .point {
    padding: 58px 0 34px 0;
  }
}

.point .section_top {
  margin: 0 auto 19px auto;
}

@media screen and (max-width: 768px) {
  .point .section_top {
    margin: 0 auto 9px auto;
  }
}

.point .section_top_inr {
  font-size: 26px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .point .section_top_inr {
    font-size: 20px;
  }
}

.point .container-base {
  max-width: 960px;
}

.point_container {
  display: flex;
  flex-direction: column;
  gap: 41px;
  margin-top: 59px;
}

@media screen and (max-width: 768px) {
  .point_container {
    gap: 18px;
    margin-top: 33px;
  }
}

.point_item {
  padding: 28px 27px 28px 47px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 935px) {
  .point_item {
    flex-direction: column;
    gap: 14px;
    padding: 20px 19px 22px;
  }
}

.point_item_text {
  width: 45.29%;
}

@media screen and (max-width: 935px) {
  .point_item_text {
    width: 100%;
  }
}

.point_item_text_top {
  display: flex;
  align-items: flex-end;
  gap: 28px;
  margin-bottom: 45px;
}

@media screen and (max-width: 600px) {
  .point_item_text_top {
    gap: 20px;
  }
}

.point_item_text_top.width {
  width: 405px;
}

@media screen and (max-width: 600px) {
  .point_item_text_top.width {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .point_item_text_top {
    margin-bottom: 16px;
  }
}

.point_left {
  display: flex;
  flex-direction: column;
  padding-bottom: 4px;
}

.point_left_text {
  font-size: 16px;
  font-weight: 700;
  color: #5BC8FE;
}

@media screen and (max-width: 600px) {
  .point_left_text {
    font-size: 12px;
  }
}

.point_left_num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  background-color: #5BC8FE;
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  border-radius: 50%;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 600px) {
  .point_left_num {
    font-size: 30px;
    width: 54px;
    height: 54px;
  }
}

.point_right_top {
  display: block;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}

@media screen and (max-width: 600px) {
  .point_right_top {
    font-size: 16px;
  }
}

.point_right_bottom {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #5BC8FE;
}

@media screen and (max-width: 600px) {
  .point_right_bottom {
    font-size: 22px;
  }
}

@media screen and (max-width: 365px) {
  .point_right_bottom {
    font-size: 20px;
  }
}

.point_item_text_bottom {
  font-size: 16px;
  text-align: justify;
  letter-spacing: -0.025em;
}

@media screen and (max-width: 768px) {
  .point_item_text_bottom {
    line-height: 1.75;
  }
}

.explanation.point_explanation .explanation_center::before {
  display: none;
  top: -8px;
}

.point_explanation .yellow_blod {
  line-height: 1.75;
}

.point_explanation .explanation_center {
  
}

@media screen and (max-width: 768px) {
  .point_explanation .explanation_center {
    padding-top: 17px;
  }
}

.explanation.point_explanation .btn_wrap {
  margin-top: 9px;
}

@media screen and (max-width: 768px) {
  .explanation.point_explanation {
    padding: 12px 0 22px 0;
    background-color: #5BC8FE;
  }

  .explanation.point_explanation .btn_wrap {
    margin-top: 12px;
  }

  .explanation.point_explanation .explanation_center::before {
    top: -20px;
  }

  .point_explanation .btn_wrap {
    padding: 14px 0;
  }
}

/* ----------------------------------------- */
/* voice */

.voice {
  margin-top: 331px;
  padding: 1px 0 87px 0;
  position: relative;
  background-color: #5BC8FE;
}

@media screen and (max-width: 768px) {
  .voice {
    margin-top: 179px;
    padding-bottom: 44px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .voice {
    margin-top: 161px;
  }
}

.voice .section_top_inr {
  font-size: 26px;
  font-weight: 500;
}

.voice .container-base {
  max-width: 920px;
}

@media screen and (max-width: 960px) {
  .voice {
    padding-top: 157px;
  }
}

.voice_background {
  position: absolute;
  top: -21.8%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .voice_background {
    position: absolute;
    top: -5.8%;
    width: 100%;
    height: 100%;
  }
}


.voice_background img {
  width: 100%;
  height: 100%;
}

.voice .section_top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -13%;
  margin: 0 auto 0 auto;
  width: max-content;
}

@media screen and (max-width: 960px) {
  .voice .section_top {
    display: none;
  }
}

.voice .section_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6.6%;
  text-align: center;
  margin-top: 12px;
  width: max-content;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .voice .section_title {
    display: none;
  }
}

.voice .section_title_inr {
  color: #fff;
}

.voice01 {
  position: absolute;
  top: -28%;
  transform: translateY(-50%);
  left: -270px;
}

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

.voice02 {
  position: absolute;
  top: -28%;
  transform: translateY(-50%);
  right: -270px;
}

@media screen and (max-width: 960px) {
  .voice02 {
    /* right: 50%;
    transform: translateX(50%);
    top: -270px; */
    display: none;
  }
}

/* @media screen and (max-width: 768px) {
  .voice02 {
    top: 38px;
    width: 137px;
    height: 137px;
  }
} */

.voice_top_sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .voice_top_sp {
    width: 100%;
    display: block;
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
}

.voice02_sp {
  display: flex;
  justify-content: center;
}

.section_top_sp {
  position: relative;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
}

.section_top_sp::before {
  content: '';
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 31px;
  background-image: url(../img/home/textdecoration_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.section_top_sp::after {
  content: '';
  position: absolute;
  right: -33px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 32px;
  background-image: url(../img/home/textdecoration_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.section_top_inr_sp {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.section_title_sp {
  text-align: center;
}

.section_title_inr_sp {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -0.025em;
}



/* .section_top_sp {
  content: '';
  position: absolute;
  right: -37px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('../img/home/textdecoration_right.svg');
  background-size: contain;
  background-repeat: no-repeat;
} */
/* .section_top_inr_sp {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.section_title_inr_sp {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -0.025em;
} */



.voice_container {
  margin-top: 113px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 55px;
  row-gap: 80px;
}

@media screen and (max-width: 960px) {
  .voice_container {
    display: flex;
    flex-direction: column;
    gap: 110px;
    margin-top: 59px;
  }
}

@media screen and (max-width: 768px) {
  .voice_container {
    gap: 71px;
  }
}

.voice_item {
  background-color: #FFFCE9;
  border-radius: 15px;
  position: relative;
  padding: 92px 19px 26px 25px;
}

@media screen and (max-width: 960px) {
  .voice_item {
    background-color: #FFFCE9;
    border-radius: 15px;
    position: relative;
    padding: 79px 19px 16px 25px;
  }
}

.voice_item.teacher02 {
  padding: 79px 19px 10px 25px;
}



.voice_item::before {
  content: '';
  position: absolute;
  background-color: #FFFCE9;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
}

.voice_item.teacher03::before {
  top: -60px;
}

.voice_item.teacher04::before {
  top: -60px;
}

@media screen and (max-width: 768px) {
  .voice_item::before {
    width: 126px;
    height: 126px;
    top: -58px;
  }
}

.teacher_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .teacher_img {
    top: -48px;
  }
}

.teacher03 .teacher_img {
  top: -50px;
}

.teacher04 .teacher_img {
  top: -50px;
}

.voice_item_text_top {
  display: block;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 19px;
}

@media screen and (max-width: 600px) {
  .voice_item_text_top {
    font-size: 22px;
    margin-bottom: 16px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 390px) {
  .voice_item_text_top {
    font-size: 20px;
  }
}

@media screen and (max-width: 360px) {
  .voice_item_text_top {
    font-size: 16px;
  }
}

.teacher02 .voice_item_text_top {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .teacher02 .voice_item_text_top {
    margin-bottom: 27px;
  }
}

.voice_item_text_center {
  display: block;
  /* margin-bottom: 8px; */
  font-size: 16px;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .voice_item_text_center {
    line-height: 1.75
  }
}

@media screen and (max-width: 360px) {
  .voice_item_text_center {
    font-size: 14px;
  }
}

.voice_item_text_bottom {
  display: block;
  font-size: 16px;
  text-align: right;
}

@media screen and (max-width: 360px) {
  .voice_item_text_bottom {
    font-size: 14px;
  }
}

.blue {
  color: #5BC8FE;
  line-height: 1.5;
}

/* -------------------------------------------- */
/* qanda */
.qanda {
  padding: 77px 0 93px 0;
  background-color: #fff;
}

@media screen and (max-width: 800px) {
  .qanda {
    padding: 46px 0 47px 0;
  }
}

.qanda .accordion {
  margin-top: 39px;
  gap: 36px;
}

@media screen and (max-width: 800px) {
  .qanda .accordion {
    margin-top: 19px;
    gap: 15px;
  }
}

.qanda .accordion-content_text {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .qanda .accordion-content_text {
    font-size: 16px;
  }
}



.qanda .container-base {
  max-width: 987px;
}

.qanda_title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #5BC8FE;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 800px) {
  .qanda_title {
    font-size: 35px;
  }
}

.small {
  color: #5BC8FE;
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 800px) {
  .small {
    font-size: 30px;
  }
}

.qanda .accordion-content {
  padding-top: 23px;
  padding-bottom: 23px;
}

.accordion .blue {
  line-height: 1.5;
}

.qanda .accordion-header,
.qanda .accordion-content {
  padding-left: 121px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .qanda .accordion-content {
    padding: 9px 13px 15px 72px;
  }


  .qanda .accordion-header_text {
    font-size: 18px;
  }

}

@media screen and (max-width: 800px) {

  .qanda .accordion-header,
  .qanda .accordion-content {
    padding-left: 72px;
  }
}

@media screen and (max-width: 390px) {

  .qanda .accordion-header,
  .qanda .accordion-content {
    padding-left: 60px;
  }
}

@media screen and (max-width: 375px) {

  .qanda .accordion-header,
  .qanda .accordion-content {
    padding-left: 45px;
  }
}

@media screen and (max-width: 325px) {

  .qanda .accordion-header,
  .qanda .accordion-content {
    padding-left: 35px;
  }
}



.qanda .accordion-header::before {
  content: "Q";
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 41px;
}

@media screen and (max-width: 800px) {
  .qanda .accordion-header::before {
    font-size: 34px;
    left: 22px;
  }
}

@media screen and (max-width: 390px) {
  .qanda .accordion-header::before {
    font-size: 28px;
    left: 14px;
  }
}

.qanda .accordion-content::before {
  content: "A";
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  color: #5BC8FE;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 41px;
}

@media screen and (max-width: 800px) {
  .qanda .accordion-content::before {
    top: 28px;
  }
}

.qanda_explanation .explanation_center_text {
  line-height: 1.75;
}

.explanation.qanda_explanation .explanation_center::before {
  top: -26px;
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  .explanation {
    /*padding-top: 35px;*/
  }

  .explanation.qanda_explanation .explanation_center::before {
    top: -20px;
  }

  .explanation .explanation_center::before {
    top: -2px;
  }
}

@media screen and (max-width: 800px) {
  .qanda .accordion-content::before {
    font-size: 34px;
    left: 22px;
  }

  .explanation.qanda_explanation {
    padding-top: 34px;
    padding-bottom: 28px;
  }

  .explanation.qanda_explanation .explanation_center_text {
    line-height: 1.75;
  }

  .explanation.qanda_explanation .explanation_center::before {
    top: -13px;

  }

  .explanation.qanda_explanation .btn_wrap {
    margin-top: 14px;
    padding: 14px 0;
  }
}

@media screen and (max-width: 390px) {
  .qanda .accordion-content::before {
    font-size: 28px;
    left: 14px;
  }
}


/* --------------------------------------------- */
/* guidance */

.guidance {
  padding: 88px 0 71px 0;
}

@media screen and (max-width: 500px) {
  .guidance {
    padding: 42px 0 22px 0;
  }
}

.guidance .container-base {
  max-width: 969px;
}

.guidance_top {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #5BC8FE;
  margin-bottom: 58px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .guidance_top {
    font-size: 28px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 365px) {
  .guidance_top {
    font-size: 22px;
  }
}

.guidance_img {
  display: flex;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 54px;
}

@media screen and (max-width: 768px) {
  .guidance_img {
    margin-bottom: 27px;
  }
}


.explanation_content {
  position: relative;
  background-color: #FFFAE1;
  border-radius: 15px;
  padding: 40px 76px;
  margin-bottom: 56px;
}

@media screen and (max-width: 960px) {
  .explanation_content {
    padding: 22px 19px 98px 27px;
    margin-bottom: 22px;
  }
}

.explanation_content_top {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 4px solid #5BC8FE;
  display: block;
  width: fit-content;
  line-height: 1.5;
}

@media screen and (max-width: 680px) {
  .explanation_content_top {
    font-size: 20px;
    border-bottom: 3px solid #5BC8FE;
    margin: 0 auto;
    line-height: 1.5;
  }
}

.explanation_content_bottom {
  font-size: 18px;
  margin-top: 36px;
  line-height: 1.75;
}

@media screen and (max-width: 680px) {
  .explanation_content_bottom {
    font-size: 16px;
    margin-top: 13px;
  }
}

.explanation_content_list {
  margin-top: 28px;
}

@media screen and (max-width: 680px) {
  .explanation_content_list {
    margin-top: 26px;
  }
}

.explanation_content_list_item {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.75;
  padding-left: 23px;
  position: relative;
}

@media screen and (max-width: 680px) {
  .explanation_content_list_item {
    font-size: 18px;
  }

  .explanation_content_list_item:not(:first-child) {
    margin-top: 11px;
  }
}

.explanation_content_list_item::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #5BC8FE;
  border-radius: 50%;
  position: absolute;
  top: 26px;
  left: 0;
}

@media screen and (max-width: 680px) {
  .explanation_content_list_item::before {
    top: 12px;
  }
}

.explanation_content_circle_text {
  position: absolute;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background-color: #7DCDF4;
  border-radius: 50%;
  width: 225px;
  height: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 22px;
  right: 180px;
  line-height: 1.7;
}

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

.explanation_content_illust {
  position: absolute;
  top: 193px;
  right: 80px;
}

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

.explanation_content_sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .explanation_content_sp {
    display: block;
    margin-top: 18px;
  }

  .explanation_content_circle_text_sp {
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background-color: #7DCDF4;
    border-radius: 50%;
    width: 176px;
    height: 176px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.75;
  }

  .explanation_content_illust_sp {
    position: absolute;
    top: 90px;
    right: -122px;
    width: 162px;
    height: 162px;
  }
}

@media screen and (max-width: 370px) {

  .explanation_content_circle_text_sp {
    position: relative;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    background-color: #7DCDF4;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .explanation_content_illust_sp {
    position: absolute;
    top: 90px;
    right: -85px;
    width: 120px;
    height: 120px;
  }

  .explanation_content_illust_sp img {
    width: 120px;
    height: 120px;
  }
}

.present {
  display: flex;
  justify-content: center;
}

.explanation.web {
  padding: 22px 0 35px 0;
}

.explanation.web .explanation_center_text {
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .explanation.web {
    padding: 22px 0 22px 0;
  }

  .explanation.web .btn_wrap {
    margin-top: 21px;
    padding: 14px 0;
  }

  .explanation.web .explanation_center::before {
    top: -4px;
  }

  .explanation.web .yellow_blod {
    font-size: 26px;
  }

  .explanation.web .explanation_center_text {
    font-size: 20px;
  }
}

@media screen and (max-width: 375px) {
  .present img {
    width: 250px;
    height: auto;
  }
}

.explanation_body.web {
  justify-content: center;
}

.explanation_center_text.yellow {
  font-size: 36px;
}

.yellow_blod {
  font-size: 36px;
  color: #FFEC73;
}

@media screen and (max-width: 768px) {
  .yellow_blod {
    font-size: 28px;
  }
}



/* ----------------------------------------------- */
/* footer */

footer {
  padding: 61px 0 30px 0;
}

@media screen and (max-width: 500px) {
  footer {
    padding: 40px 0 78px 0;
  }
}

.footer_top {
  display: flex;
  align-items: center;
  gap: 37px;
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 500px) {
  .footer_top {
    gap: 20px;
    margin-bottom: 19px;
  }
}

.footer_top_text {
  font-size: 21px;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  .footer_top_text {
    font-size: 16px;
  }
}

.privacypolicy {
  font-size: 16px;
  line-height: 1.25;
  position: relative;
  width: fit-content;
  margin: 0 auto 62px auto;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .privacypolicy {
    font-size: 14px;
    margin: 0 auto 28px auto;
  }
}


.privacypolicy::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1A1311;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.privacypolicy:hover::after {
  transform-origin: right;
  transform: scaleX(0);
}

.copyright {
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 500px) {
  .copyright {
    font-size: 10px;
  }
}

.fixed_button {
  display: none;
}

@media screen and (max-width: 767px) {
  .fixed_button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 53px;
    background-color: #FFEC73;
    text-align: center;
    padding: 15px 0;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .fixed_button img {
    margin-right: 10px;
  }

  .fixed_button.show {
    opacity: 1;
  }
}</pre></body></html>