@charset "UTF-8";
/* Sass Document */
#content * {
  font-family: "Noto Sans JP", sans-serif;
}

#content *.en {
  font-family: "Inter", sans-serif;
}

.txt_b {
  color: #21AEDD;
}

.main_title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  aspect-ratio: 1/0.09375;
  background: -webkit-gradient(linear, left top, right top, from(#4c69d3), to(#3baedb));
  background: linear-gradient(90deg, #4c69d3 0%, #3baedb 100%);
}
@media screen and (max-width: 767px) {
  .main_title_area {
    aspect-ratio: 1/0.4106280193;
  }
}
.main_title_area .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5rem;
  max-width: 147.6rem;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .main_title_area .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.1739130435vw;
    max-width: none;
    width: 85.5072463768vw;
  }
}
.main_title_area .wrap .en {
  font-size: 4.5rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .main_title_area .wrap .en {
    font-size: 7.9710144928vw;
  }
}
.main_title_area .wrap .main_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .main_title_area .wrap .main_title {
    gap: 1.690821256vw;
    font-size: 3.3816425121vw;
  }
}
.main_title_area .wrap .main_title:before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .main_title_area .wrap .main_title:before {
    width: 1.4492753623vw;
    height: 1.4492753623vw;
  }
}

.title_area {
  position: relative;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .title_area {
    padding-top: 0;
  }
}
.title_area .bg_txt.en {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 20rem;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .title_area .bg_txt.en {
    top: 13.5265700483vw;
    font-size: 21.7391304348vw;
  }
}
.title_area .bg_txt.en:before {
  display: none;
}
.title_area .en {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.7rem;
  margin-bottom: 4.2rem;
  font-size: 2.2rem;
  color: #21AEDD;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title_area .en {
    gap: 4.1062801932vw;
    margin-bottom: 8.2125603865vw;
    font-size: 4.1062801932vw;
  }
}
.title_area .en:before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 4rem;
  background: #21AEDD;
}
@media screen and (max-width: 767px) {
  .title_area .en:before {
    height: 9.6618357488vw;
  }
}
.title_area .title02 {
  position: relative;
  font-size: 4.4rem;
  color: #1B245E;
  text-align: center;
  font-weight: 700;
  line-height: 1.4318;
}
@media screen and (max-width: 767px) {
  .title_area .title02 {
    font-size: 6.5217391304vw;
  }
}
.title_area .title02 img {
  width: 59.546rem;
  margin-right: 1.7rem;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .title_area .title02 img {
    display: block;
    width: 89.4323671498vw;
    margin: 0 auto 2.1739130435vw;
  }
}

#about_sec01 {
  padding: 14.8rem 0 17.5rem;
  background: #EFF4FA;
}
@media screen and (max-width: 767px) {
  #about_sec01 {
    padding: 9.6618357488vw 0 16.9082125604vw;
  }
}
#about_sec01 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 161rem;
}
@media screen and (max-width: 1025px) {
  #about_sec01 .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #about_sec01 .wrap {
    max-width: none;
    width: 85.5072463768vw;
  }
}
#about_sec01 .wrap .txt_area {
  margin: 2.3rem 0 0 6.8rem;
}
@media screen and (max-width: 1025px) {
  #about_sec01 .wrap .txt_area {
    margin: 4.1666666667vw auto;
  }
}
@media screen and (max-width: 767px) {
  #about_sec01 .wrap .txt_area {
    margin: 8.6956521739vw 0 0;
  }
}
#about_sec01 .wrap .txt_area .title02 {
  margin-bottom: 7rem;
  font-size: 4rem;
  color: #1B245E;
  font-weight: 700;
  line-height: 1.775;
}
@media screen and (max-width: 767px) {
  #about_sec01 .wrap .txt_area .title02 {
    margin-bottom: 7.9710144928vw;
    font-size: 4.8309178744vw;
    line-height: 1.7272;
  }
}
#about_sec01 .wrap .txt_area .txt p {
  font-size: 1.6rem;
  line-height: 2.0625;
}
@media screen and (max-width: 767px) {
  #about_sec01 .wrap .txt_area .txt p {
    font-size: 3.3816425121vw;
    line-height: 1.92857;
  }
}
#about_sec01 .wrap .txt_area .txt .mt1em {
  margin-top: 2em;
}
#about_sec01 .wrap .txt_area .txt .txt_b {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #about_sec01 .wrap .txt_area .txt .txt_b {
    font-size: 3.3816425121vw;
  }
}
#about_sec01 .wrap figure {
  max-width: 86.942rem;
  width: 54.001242236%;
}
@media screen and (max-width: 1025px) {
  #about_sec01 .wrap figure {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  #about_sec01 .wrap figure {
    max-width: none;
    width: 79.7101449275vw;
    margin: auto;
  }
}

#about_sec02 {
  position: relative;
}
#about_sec02:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EFF4FA;
  z-index: -1;
}
#about_sec02 .wrap {
  width: 90%;
}
#about_sec02 .title_area {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #about_sec02 .title_area {
    margin-bottom: 8.4541062802vw;
  }
}
#about_sec02 .title_area .en {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #about_sec02 .title_area .en {
    margin-bottom: 9.6618357488vw;
  }
}
#about_sec02 .title_area .title02 {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  #about_sec02 .title_area .title02 {
    font-size: 7.2463768116vw;
  }
}
#about_sec02 .title_area .title02 span {
  display: inline-block;
  padding: 1.2rem;
  margin: 0 0.8rem;
  font-size: 4.8rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  background: #1B245E;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  #about_sec02 .title_area .title02 span {
    padding: 2.8985507246vw;
    margin: 0 2.4154589372vw 2.4154589372vw;
    font-size: 7.2463768116vw;
    border-radius: 1.2077294686vw;
  }
}
#about_sec02 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 120rem;
  padding: 5.3rem 8.7rem 5.2rem 6.2rem;
  margin: auto;
  background: #fff;
  border: 0.3rem solid #1B245E;
  border-radius: 2rem;
}
@media screen and (max-width: 1025px) {
  #about_sec02 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #about_sec02 .box {
    max-width: none;
    width: 85.5072463768vw;
    padding: 7.2463768116vw 3.3816425121vw 9.1787439614vw 6.038647343vw;
    border: 0.7246376812vw solid #1B245E;
    border-radius: 2.4154589372vw;
  }
}
#about_sec02 .box ul li {
  position: relative;
  padding-left: 5rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.70588;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #about_sec02 .box ul li {
    padding-left: 7.4879227053vw;
    font-size: 4.1062801932vw;
  }
}
#about_sec02 .box ul li + li {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #about_sec02 .box ul li + li {
    margin-top: 5.3140096618vw;
  }
}
#about_sec02 .box ul li img {
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 2.9rem;
}
@media screen and (max-width: 767px) {
  #about_sec02 .box ul li img {
    width: 4.8309178744vw;
  }
}
#about_sec02 .box figure {
  width: 36.6317792578%;
}
@media screen and (max-width: 1025px) {
  #about_sec02 .box figure {
    margin: 0 auto 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #about_sec02 .box figure {
    width: 48.309178744vw;
    margin: 0 auto 7.2463768116vw;
  }
}

#about_sec03 {
  padding: 14.3rem 0 11.1rem;
  margin-top: -7.6rem;
  background: -webkit-gradient(linear, left top, right top, from(#4c69d3), to(#3baedb));
  background: linear-gradient(90deg, #4c69d3 0%, #3baedb 100%);
}
@media screen and (max-width: 767px) {
  #about_sec03 {
    padding: 31.4009661836vw 0 16.9082125604vw;
    margin-top: -18.8405797101vw;
  }
}
#about_sec03 .wrap {
  width: 90%;
}
#about_sec03 .title02 {
  margin-bottom: 5.6rem;
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.4318;
}
@media screen and (max-width: 767px) {
  #about_sec03 .title02 {
    margin-bottom: 9.6618357488vw;
    font-size: 6.5217391304vw;
  }
}
@media screen and (max-width: 767px) {
  #about_sec03 .title02 .small {
    font-size: 5.7971014493vw;
  }
}
#about_sec03 .title02 img {
  width: 54.326rem;
  margin-right: 1.7rem;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  #about_sec03 .title02 img {
    display: block;
    width: 89.4323671498vw;
    margin: 0 auto 3.6231884058vw;
  }
}
#about_sec03 .title02 .w_box {
  display: block;
  width: 34rem;
  padding: 1.5rem 2rem;
  margin: 0 auto 5rem;
  font-size: 3.7rem;
  color: #438DD7;
  font-weight: 700;
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  #about_sec03 .title02 .w_box {
    width: 60.6280193237vw;
    padding: 2.8985507246vw;
    margin: 0 auto 6.2801932367vw;
    font-size: 6.5217391304vw;
    border-radius: 1.2077294686vw;
  }
}
@media screen and (max-width: 767px) {
  #about_sec03 .txt {
    width: 85.5072463768vw;
    margin: auto;
  }
}
#about_sec03 .txt p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  #about_sec03 .txt p {
    font-size: 3.3816425121vw;
    line-height: 1.9285;
  }
}

#about_sec04 {
  padding: 5.8rem 0 12rem;
  background: #EFF4FA;
}
@media screen and (max-width: 767px) {
  #about_sec04 {
    padding: 12.077294686vw 0;
  }
}
#about_sec04 .wrap {
  max-width: 130rem;
  width: 90%;
}
@media screen and (max-width: 767px) {
  #about_sec04 .wrap {
    max-width: none;
    width: 100%;
  }
}
#about_sec04 .title_area {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #about_sec04 .title_area {
    margin-bottom: 9.6618357488vw;
  }
}
#about_sec04 .title_area .title02 .txt_b {
  display: inline-block;
  font-size: 5.3rem;
}
@media screen and (max-width: 767px) {
  #about_sec04 .title_area .title02 .txt_b {
    font-size: 7.2463768116vw;
  }
}
#about_sec04 .txt {
  max-width: 120rem;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 767px) {
  #about_sec04 .txt {
    width: 85.5072463768vw;
    margin: 0 auto 8.4541062802vw;
  }
}
#about_sec04 .txt p {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  #about_sec04 .txt p {
    font-size: 3.3816425121vw;
    line-height: 1.9285;
  }
}
#about_sec04 .w_box {
  padding: 6.2rem 8rem 9rem 8rem;
  background: #fff;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box {
    width: 85.5072463768vw;
    padding: 8.2125603865vw 6.038647343vw 10.8695652174vw;
    margin: auto;
    border-radius: 1.9323671498vw;
  }
}
#about_sec04 .w_box + .w_box {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box + .w_box {
    margin-top: 7.2463768116vw;
  }
}
#about_sec04 .w_box .txt {
  margin: 0 auto;
}
#about_sec04 .w_box .flex_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 6.6rem;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flex_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 6.038647343vw;
  }
}
#about_sec04 .w_box .flex_top .txt_area {
  width: 61.4035087719%;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flex_top .txt_area {
    width: 100%;
  }
}
#about_sec04 .w_box .flex_top .txt_area .merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem;
  width: 11.4rem;
  height: 3.3rem;
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  background: #1B245E;
  border-radius: 1.9rem 1.9rem 0 1.9rem;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flex_top .txt_area .merit {
    gap: 0.9661835749vw;
    width: 23.4299516908vw;
    height: 7.2463768116vw;
    margin-bottom: 3.6231884058vw;
    font-size: 3.1400966184vw;
    border-radius: 4.5893719807vw 4.5893719807vw 0 4.5893719807vw;
  }
}
#about_sec04 .w_box .flex_top .txt_area .merit span {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flex_top .txt_area .merit span {
    font-size: 4.5893719807vw;
  }
}
#about_sec04 .w_box .flex_top .txt_area .title03 {
  margin-bottom: 2.8rem;
  font-size: 3.4rem;
  color: #1B245E;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flex_top .txt_area .title03 {
    margin-bottom: 7.0048309179vw;
    font-size: 5.3140096618vw;
  }
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flex_top .txt_area .txt {
    width: 100%;
  }
}
#about_sec04 .w_box .flex_top .txt_area .txt p {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flex_top .txt_area .txt p {
    font-size: 3.3816425121vw;
    line-height: 1.9285;
  }
}
#about_sec04 .w_box .flex_top .txt_area .txt .txt_b {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.764;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flex_top .txt_area .txt .txt_b {
    font-size: 3.3816425121vw;
    line-height: 1.9285;
  }
}
#about_sec04 .w_box .flex_top figure {
  width: 31.5271929825%;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flex_top figure {
    width: 67.6328502415vw;
    margin: 0 auto 6.038647343vw;
  }
}
#about_sec04 .w_box .flex_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.6rem;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flex_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.6618357488vw;
  }
}
#about_sec04 .w_box .flex_bottom .in {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flex_bottom .in {
    width: 100%;
  }
}
#about_sec04 .w_box .flex_bottom .in figure {
  position: relative;
  width: 89.3333333333%;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flex_bottom .in figure {
    width: 64.7342995169vw;
  }
}
#about_sec04 .w_box .flex_bottom .in figure img {
  width: 100%;
}
#about_sec04 .w_box .flex_bottom .in .title03 {
  position: relative;
  margin: -5.2rem auto 1.6rem;
  font-size: 2.4rem;
  color: #21AEDD;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flex_bottom .in .title03 {
    margin: -15.7004830918vw auto 3.6231884058vw;
    font-size: 4.8309178744vw;
  }
}
#about_sec04 .w_box .flex_bottom .in .txt {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flex_bottom .in .txt {
    width: 100%;
  }
}
#about_sec04 .w_box .flex_bottom .in .txt p {
  font-size: 1.4rem;
  line-height: 1.785;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flex_bottom .in .txt p {
    font-size: 3.1400966184vw;
    line-height: 1.846;
  }
}
#about_sec04 .w_box .flow {
  margin-top: 4rem;
  padding: 4rem 0 5.6rem;
  background: #EFF4FA;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flow {
    margin-top: 5.3140096618vw;
    padding: 7.9710144928vw 5.3140096618vw 5.3140096618vw;
    border-radius: 2.8985507246vw;
  }
}
#about_sec04 .w_box .flow .title04 {
  margin-bottom: 5.3rem;
  font-size: 2.8rem;
  color: #1B245E;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flow .title04 {
    margin-bottom: 9.1787439614vw;
    font-size: 4.8309178744vw;
  }
}
#about_sec04 .w_box .flow ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.6rem;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flow ol {
    gap: 12.077294686vw;
  }
}
#about_sec04 .w_box .flow ol li {
  position: relative;
  width: 30rem;
  padding: 5rem 0;
  background: #fff;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flow ol li {
    width: 100%;
    padding: 7.2463768116vw 0 7.729468599vw;
    border-radius: 1.9323671498vw;
  }
}
#about_sec04 .w_box .flow ol li + li {
  position: relative;
}
#about_sec04 .w_box .flow ol li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7.6rem;
  display: block;
  width: 5.6rem;
  height: 2.8rem;
  background: url(../img/page/arrow_flow.svg) no-repeat center center;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flow ol li + li:before {
    top: -7.2463768116vw;
    left: 50%;
    width: 9.0169082126vw;
    height: 2.8985507246vw;
    -webkit-transform: rotate(90deg) translate(-50%, 0);
            transform: rotate(90deg) translate(-50%, 0);
  }
}
#about_sec04 .w_box .flow ol li .number {
  position: absolute;
  top: -2.3rem;
  left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.6rem;
  height: 5.6rem;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #21AEDD;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flow ol li .number {
    top: -4.8309178744vw;
    left: 3.6231884058vw;
    width: 12.077294686vw;
    height: 12.077294686vw;
    font-size: 5.0724637681vw;
  }
}
#about_sec04 .w_box .flow ol li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20.71rem;
  height: 18.043rem;
  margin: 0 auto 2.6rem;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flow ol li figure {
    width: auto;
    height: auto;
    margin: 0 auto 6.5217391304vw;
  }
}
#about_sec04 .w_box .flow ol li figure img {
  width: 16.654rem;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flow ol li figure img {
    width: 35.0241545894vw;
  }
}
#about_sec04 .w_box .flow ol li:nth-of-type(2) figure img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flow ol li:nth-of-type(2) figure img {
    width: 37.4396135266vw;
  }
}
#about_sec04 .w_box .flow ol li:nth-of-type(3) figure img {
  width: 20.521rem;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flow ol li:nth-of-type(3) figure img {
    width: 39.7753623188vw;
  }
}
#about_sec04 .w_box .flow ol li .title05 {
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
  color: #21AEDD;
  font-weight: 700;
  text-align: center;
  line-height: 1.27;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flow ol li .title05 {
    margin-bottom: 3.3816425121vw;
    font-size: 4.1062801932vw;
  }
}
#about_sec04 .w_box .flow ol li p {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flow ol li p {
    font-size: 3.6231884058vw;
    line-height: 1.714;
  }
}
#about_sec04 .w_box .flow ol li .small {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #about_sec04 .w_box .flow ol li .small {
    margin-top: 3.6231884058vw;
    font-size: 2.8985507246vw;
  }
}

#about_sec05 {
  padding: 11rem 0 5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #about_sec05 {
    padding: 12.077294686vw 0 19.3236714976vw;
  }
}
#about_sec05 .wrap {
  max-width: 130rem;
  width: 90%;
}
@media screen and (max-width: 767px) {
  #about_sec05 .wrap {
    max-width: none;
    width: 90.3381642512vw;
  }
}
#about_sec05 .title_area {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #about_sec05 .title_area {
    margin-bottom: 10.6280193237vw;
  }
}
#about_sec05 .title_area .en {
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 767px) {
  #about_sec05 .title_area .en {
    margin-bottom: 9.6618357488vw;
  }
}
#about_sec05 .title_area .bg_txt.en {
  color: #EFF4FA;
}
#about_sec05 .bg_g {
  position: relative;
  padding: 7rem 8.4rem 8rem;
  margin-bottom: 6rem;
  background: #FAFCFE;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1025px) {
  #about_sec05 .bg_g {
    padding: 5.8333333333vw 4.1666666667vw 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g {
    padding: 0;
    margin-bottom: 6.5217391304vw;
    background: none;
    border-radius: 0;
  }
}
#about_sec05 .bg_g table {
  width: 112.5rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table {
    width: 367.3913043478vw;
  }
}
#about_sec05 .bg_g table th:nth-child(odd),
#about_sec05 .bg_g table td:nth-child(odd) {
  background: #F4F7FC;
}
#about_sec05 .bg_g table th:nth-child(even),
#about_sec05 .bg_g table td:nth-child(even) {
  background: #EBF2FC;
}
#about_sec05 .bg_g table th:last-child,
#about_sec05 .bg_g table td:last-child {
  position: relative;
}
#about_sec05 .bg_g table th:last-child:after,
#about_sec05 .bg_g table td:last-child:after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  right: 0.2rem;
  width: 27.7rem;
  height: 0.4rem;
  background: #21AEDD;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table th:last-child:after,
  #about_sec05 .bg_g table td:last-child:after {
    display: none;
  }
}
#about_sec05 .bg_g table thead tr th {
  width: 26rem;
  padding: 2.3rem 0 2.1rem;
  font-size: 2.7rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table thead tr th {
    width: 36.231884058vw;
    height: 16.9082125604vw;
    padding: 0;
    font-size: 3.8647342995vw;
    color: #1B245F;
    font-weight: 600;
    line-height: 1.3125;
  }
}
#about_sec05 .bg_g table thead tr th:first-child {
  background: none;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table thead tr th:nth-of-type(2) {
    border-radius: 1.2077294686vw 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table thead tr th .midd {
    font-size: 3.1400966184vw;
  }
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table thead tr th .small {
    font-size: 2.6570048309vw;
  }
}
#about_sec05 .bg_g table thead tr .non_member {
  background: #1B245E;
  border-radius: 0.5rem 0 0 0;
}
#about_sec05 .bg_g table thead tr .associate_member {
  background: #1B6C96;
}
#about_sec05 .bg_g table thead tr .associate_member img {
  width: 2.305rem;
  margin-right: 0.7rem;
}
#about_sec05 .bg_g table thead tr .regular_member {
  position: relative;
  width: 28rem;
  background: #21AEDD;
  border-radius: 0 0.5rem 0 0;
}
#about_sec05 .bg_g table thead tr .regular_member img {
  width: 2.6rem;
  margin-right: 0.9rem;
}
#about_sec05 .bg_g table thead tr .regular_member .small {
  font-size: 1.4rem;
}
#about_sec05 .bg_g table thead tr .regular_member .fukidashi {
  position: absolute;
  top: -6rem;
  left: 50%;
  width: 17.529rem;
  height: 5.523rem;
  margin-right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#about_sec05 .bg_g table tbody tr:nth-child(odd) {
  background: #EBF2FC;
}
#about_sec05 .bg_g table tbody tr:nth-child(even) {
  background: #F4F7FC;
}
#about_sec05 .bg_g table tbody tr:last-child {
  position: relative;
}
#about_sec05 .bg_g table tbody tr:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0.2rem;
  width: 27.7rem;
  height: 0.4rem;
  background: #21AEDD;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody tr:last-child:after {
    right: 0.4830917874vw;
    width: 338.4057971014vw;
    height: 0.7246376812vw;
  }
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody tr:last-child td:last-child {
    position: relative;
    padding: 0 2.4154589372vw;
  }
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody tr:last-child td:last-child:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -0.4830917874vw;
    width: 0.7246376812vw;
    height: 100%;
    background: #21AEDD;
  }
}
#about_sec05 .bg_g table tbody th {
  width: 32rem;
  padding: 2.7rem 4rem;
  font-size: 2rem;
  color: #1B245F;
  font-weight: 600;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody th {
    width: 36.231884058vw;
    height: 24.154589372vw;
    padding: 0;
    font-size: 4.8309178744vw;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
}
#about_sec05 .bg_g table tbody th .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody th .small {
    font-size: 3.1400966184vw;
  }
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody th .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody th.non_member {
    width: 36.231884058vw;
    border-radius: 1.2077294686vw 0 0 0;
    background: #1B245E;
  }
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody th.associate_member {
    width: 36.231884058vw;
    background: #1B6C96;
  }
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody th.associate_member img {
    width: 4.347826087vw;
    margin-right: 1.690821256vw;
  }
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody th.regular_member {
    position: relative;
    width: 36.231884058vw;
    height: 28.9855072464vw;
    padding: 4.8309178744vw 3.3816425121vw 0;
    border-radius: 0 0 0 1.690821256vw;
    background: #21AEDD;
  }
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody th.regular_member:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0.4830917874vw;
    width: 365.7004830918vw;
    height: 0.7246376812vw;
    background: #21AEDD;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody th.regular_member img {
    width: 4.347826087vw;
    margin-right: 1.690821256vw;
  }
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody th.regular_member .small {
    display: block;
    margin: 2.4154589372vw 0 0;
    font-size: 3.1400966184vw;
    line-height: 1.307;
  }
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody th.regular_member .fukidashi {
    position: absolute;
    top: -1.690821256vw;
    left: 50%;
    width: 24.077294686vw;
    height: 8.5507246377vw;
    margin-right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
}
#about_sec05 .bg_g table tbody td {
  padding: 2.6rem 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5714;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody td {
    padding: 0;
    font-size: 3.3816425121vw;
  }
}
#about_sec05 .bg_g table tbody td img {
  width: 3.2rem;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody td img {
    width: 7.729468599vw;
  }
}
#about_sec05 .bg_g table tbody td .txt {
  display: block;
  margin: 0.8rem auto 0;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody td .txt {
    margin: 1.9323671498vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody td .txt.small {
    font-size: 2.4154589372vw;
  }
}
#about_sec05 .bg_g table tbody td:last-child {
  position: relative;
  width: 27.7rem;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody td:last-child {
    width: 36.231884058vw;
  }
}
#about_sec05 .bg_g table tbody td:last-child:before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 0.4rem;
  height: calc(100% + 0.2rem);
  background: #22AEDE;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody td:last-child:before {
    display: none;
  }
}
#about_sec05 .bg_g table tbody td:last-child:after {
  content: "";
  position: absolute;
  top: -0.2rem;
  right: 0;
  width: 0.4rem;
  height: calc(100% + 0.2rem);
  background: #22AEDE;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody td:last-child:after {
    display: none;
  }
}
#about_sec05 .bg_g table tbody .price td {
  font-size: 2.1rem;
  color: #1B245E;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody .price {
    font-size: 4.1062801932vw;
  }
}
#about_sec05 .bg_g table tbody .price .large {
  margin-left: 0.6rem;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody .price .large {
    margin-left: 0.7246376812vw;
    font-size: 7.4879227053vw;
  }
}
#about_sec05 .bg_g table tbody .price .lash {
  margin-left: 1.2rem;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody .price .lash {
    margin-left: 0.2415458937vw;
  }
}
#about_sec05 .bg_g table tbody .price .middle {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody .price .middle {
    font-size: 3.3816425121vw;
  }
}
#about_sec05 .bg_g table tbody .price .line {
  position: relative;
  font-size: 1.2rem;
  color: #A7B2C1;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody .price .line {
    font-size: 3.3816425121vw;
  }
}
#about_sec05 .bg_g table tbody .price .line:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #A7B2C1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#about_sec05 .bg_g table tbody .price .line .large {
  margin-left: 0.4rem;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody .price .line .large {
    margin-left: 0.7246376812vw;
    font-size: 4.8309178744vw;
  }
}
#about_sec05 .bg_g table tbody .price .line .lash {
  margin-left: 0.3rem;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody .price .line .lash {
    margin-left: 0.4830917874vw;
  }
}
#about_sec05 .bg_g table tbody .price .line .middle {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #about_sec05 .bg_g table tbody .price .line .middle {
    font-size: 3.1400966184vw;
  }
}
#about_sec05 .caution {
  font-size: 1.5rem;
  text-align: right;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #about_sec05 .caution {
    margin-top: 0;
    font-size: 3.1400966184vw;
    text-align: left;
    line-height: 1.615;
  }
}
#about_sec05 .scrool {
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  #about_sec05 .scrool {
    padding-bottom: 5.7971014493vw;
  }
}
#about_sec05 .scroll__inner {
  background-color: #ffffff;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
#about_sec05 .scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
#about_sec05 .simplebar-scrollbar::before {
  background: #BFBEBE;
  border-radius: 0.4rem;
  height: 0.6rem !important;
  top: -2px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #about_sec05 .simplebar-scrollbar::before {
    border-radius: 0.9661835749vw;
    height: 1.4492753623vw !important;
    top: -0.4830917874vw;
  }
}
#about_sec05 .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
#about_sec05 .simplebar-track {
  background: #EAEAEA;
  height: 0.6rem !important;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  #about_sec05 .simplebar-track {
    border-radius: 0.9661835749vw;
    height: 1.4492753623vw !important;
  }
}
#about_sec05 .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44.6rem;
  height: 8.8rem;
  margin: auto;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#4c69d3), to(#3baedb));
  background: linear-gradient(90deg, #4c69d3 0%, #3baedb 100%);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  #about_sec05 .btn a {
    width: 72.4637681159vw;
    height: 16.9082125604vw;
    margin: 12.077294686vw auto 0;
    font-size: 4.347826087vw;
    border-radius: 1.2077294686vw;
  }
}



.privacy_content {
  margin-top: 100px;
  padding: 0 5vw;
}

.privacy_content p,
.privacy_content ul li{
      font-size: 1.6rem;
    line-height: 2.3125;
    letter-spacing: .08em;
    margin-top: 0.5em;
}
.privacy_content ul li {
  line-height: 1.7;
}
.privacy_content p.intro {
  margin: 0 0 3em;
}
.privacy_content h2  {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.32142857142;
  letter-spacing: .08em;
  position: relative;
  margin: 70px 0 30px;
  padding-bottom: 20px;
  border-bottom: 4px solid #DEDEDE;
}

.privacy_content h2::before {
  content:"";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 156px;
  height: 4px;
  background: linear-gradient(-90deg, #4C69D3 0%, #3BAEDB 100%);
}

.privacy_content h3  {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.32142857142;
  letter-spacing: .08em;
  margin-top: 40px;
}
.privacy_content ul {
  padding-left: 20px;
}
.sec_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.32142857142;
  letter-spacing: .08em;
  color: #1B245E;
}

@media screen and (max-width: 767px) {
  .privacy_content {
    margin-top: 10%;
  }

  .privacy_content p,
  .privacy_content ul li {
      font-size: 1.5rem;
  }
  .privacy_content p.intro {
    margin: 0 0 3em;
  }
  .privacy_content h2  {
    font-size: 2.2rem;
    margin: 8% 0 4%;
    padding-bottom: 0.8em;
    border-bottom: 3px solid #DEDEDE;
  }

  .privacy_content h2::before {
    bottom: -3px;
    width:25%;
    height: 3px;
  }

  .privacy_content h3 {
    margin-top: 8%;
  }
  .privacy_content ul {
    padding-left: 5vw;
  }
  .sec_ttl {
    text-align: center;
    font-size: 2.8rem;
  }
}


/* お問い合わせ */
.form-section {
  margin-top: 50px;
  padding: 0 20px;
}
.form-wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.form-wrap .form-input input,
.form-wrap .form-input textarea {
  background: #EFF4FA;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
.form-tl {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 10px;
}
.form-tl .must {
  background: #21AEDD;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
}
.form-input + .form-tl {
  margin-top: 30px;
}
.submit-button {
  margin-top: 40px;
}
.submit-button input {
  width: 100%;
  display: block;
  background: #1B245E;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 20px;
  border-radius: 4px;
  cursor: pointer;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  transition-duration: .3s;
}
.submit-button input:hover {
  background: #21AEDD;
}
.form-input .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-weight: 700;
  font-size: .8em;
}
@media screen and (min-width: 768px) {
  .form-section {
    margin-top: 100px;
  }
  .form-tl {
    margin-bottom: 20px;
  }
  .form-input + .form-tl {
    margin-top: 40px;
  }
  .form-wrap .form-input input,
  .form-wrap .form-input textarea {
    padding: 20px;
  }
  .submit-button {
    margin-top: 40px;
  }
  .submit-button input {
    font-size: 18px;
    padding: 24px;
    border-radius: 6px;
  }
}


#content .wpcf7 form .wpcf7-response-output {
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #content .wpcf7 form .wpcf7-response-output {
    padding: 20px;
  }
}
