@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
  font-display: swap;
}
/*============================================================
common
==============================================================*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  font-style: normal;
  color: #000;
}
img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
ul {
  list-style: none;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
a:visited {
  text-decoration: none;
}
a {
  color: #fff;
  text-decoration: none;
}
.flex {
  display: flex;
}
.center {
  text-align: center;
}
.nmb {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
/*============================================================
main
==============================================================*/
header {
  position: fixed;
  width: 100%;
  padding: 16px 0;
  background: #fff;
  z-index: 10000;
}
header .flex {
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.cta {
  display: block;
  background-color: #FF4081;
  color: white;
  border-radius: 55px;
  border: 1px solid #FF4081;
  font-weight: bold;
  transition: 0.3s all ease-out;
  text-align: center;
}
.cta:hover {
  background-color: white;
  color: #FF4081;
}
.header_logo {
  width: 280px;
}
.header_cta {
  font-size: 1.8rem;
  padding: 10px 60px;
}
#main {
  width: 100%;
  padding: 105px 0 43px;
  background: linear-gradient(to right, #4373C7, #5EDAEB);
}
h1 {
  color: #fff;
  font-size: 60px;
  margin: 16px 0 0;
  letter-spacing: 0.05em;
}
.yellow {
  color: #ffe200;
  font-size: 38px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.2;
}
.fz84 {
  font-size: 70px;
  letter-spacing: normal;
  font-weight: normal;
}
.fz24 {
  font-size: 24px;
}
.main_content {
  justify-content: space-between;
  margin-bottom: 24px;
}
.cr ul {
  margin: 26px 0 30px;
}
.main_list {
  max-width: 403px;
}
.main_list:not(:last-of-type) {
  margin-bottom: 10px;
}
.main_cta {
  max-width: 560px;
  font-size: 2.6rem;
  padding: 18px 120px;
  margin: 0 auto;
}
.cmt {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 300;
}
#about {
  padding: 40px 0 65px;
}
#about h2 {
  font-size: 4.4rem;
  text-align: center;
  color: #218FCE;
}
#about h2 img {
  display: inline;
  max-width: 360px;
}
.about_box {
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 770px;
  width: 100%;
  margin: 20px auto 0;
}
.about_text {
  margin-top: 20px;
  font-size: 2.4rem;
}
.pink {
  color: #000000;
  font-weight: bold;
}
.pink, .nmb {
  line-height: 1;
}
.blue {
  color: #218FCE;
  font-weight: bold;
  font-size: 1.8rem;
}
.border_box {
  text-align: center;
  max-width: 375px;
  width: 100%;
  font-weight: bold;
  color: #218FCE;
  background: #F3F9FD;
  border: 2px solid #218FCE;
  font-size: 2.4rem;
  padding: 20px 15px 20px;
  margin-bottom: 15px;
}
.border_box h3 {
  font-size: 24px;
}
.border_box p {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: left;
}
.border_box .pink {
  color: #218FCE;
  font-size: 3rem;
}
.border_box .nmb {
  font-size: 4.4rem;
}
#reform {
  padding: 0 0 80px;
  background: #F3F9FD;
}
.h2_ttl_wrap {
  position: relative;
  margin-bottom: 87px;
  background: #218FCE;
  padding: 40px;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.h2_ttl_wrap::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -36px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37px 110px 0 110px;
  border-color: #218FCE transparent transparent transparent;
  z-index: 2;
}
h2.h2_ttl {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  font-size: 3.6rem;
  font-weight: 500;
}
.h2_ttl_sub {
  font-size: 2.4rem;
}
.reform_box_wrap {
  justify-content: space-between;
  flex-wrap: wrap;
}
.reform_box {
  width: 320px;
  padding: 27px 25px 30px;
  border: 2px solid #218FCE;
  background: #fff;
}
.reform_box img {
  width: 190px;
}
.reform_box h3 {
  padding: 16px 0 21px;
  text-align: center;
  font-size: 2.4rem;
  color: #218FCE;
}
.triangle {
  margin: 20px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 85px 0 85px;
  border-color: #218FCE transparent transparent transparent;
}
.reform_section02_box {
  width: 100%;
  justify-content: space-between;
  padding: 30px 70px 30px 120px;
  border: 2px solid #218FCE;
  background: #fff;
}
.reform_section02_box img {
  width: 183px;
  margin-left: 0;
}
.reform_box_text h3 {
  font-size: 2.4rem;
  color: #218FCE;
  margin-bottom: 21px;
}
.reform_box_text .pink {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
#introduction {
  padding-bottom: 80px;
}
#introduction .h2_ttl .nmb {
  font-size: 5.6rem;
  font-weight: 500;
}
.introduction_content {
  align-items: center;
  margin-bottom: 30px;
}
.introduction_list_wrap {
  justify-content: space-between;
}
.introduction_list_wrap .flex:not(:last-of-type) {
  margin-bottom: 35px;
}
.introduction_list_wrap .flex {
  justify-content: flex-start;
  align-items: center;
}
.introduction_list_wrap .flex div.nmb {
  font-size: 7rem;
  color: #218FCE;
}
.introduction_list_wrap .flex p {
  margin-left: 8px;
  font-size: 2.4rem;
  font-weight: bold;
}
.introduction_list_wrap .flex p .pink .nmb {
  font-size: 3.6rem;
  color: #FF4081
}
.introduction_figure {
  max-width: 389px;
  width: 100%;
}
.introduction_logo h3 {
  font-size: 3.6rem;
  color: #218FCE;
  margin-bottom: 42px;
}
#support {
  padding: 0 0 80px;
  background: #F3F9FD;
}
.support_box {
  margin-bottom: 40px;
  padding: 30px 80px;
  background: #fff;
  border: 2px solid #218FCE;
  justify-content: space-between;
  align-items: center;
}
.support_box_text {
  margin-left: 60px;
}
.support_box_text .flex {
  align-items: center;
  margin-bottom: 30px;
}
.support_box_text .nmb {
  font-size: 8rem;
  color: #218FCE;
}
.support_box_text h3 {
  margin-left: 10px;
  font-size: 1.8rem;
  color: #000;
}
.support_box_text h3 .blue {
  font-size: 2.4rem;
}
.support_box img {
  width: 200px;
}
.contant_cta {
  max-width: 403px;
  font-size: 2rem;
  padding: 16px 60px;
  margin: auto;
}
#cost {
  padding: 0 0 80px;
}
.cost_ttl {
  margin-bottom: 42px;
  font-size: 3.6rem;
  text-align: center;
}
.cost_box_wrap {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.cost_box {
  max-width: 320px;
  width: 100%;
  background: #fff;
  border: 2px solid #218FCE;
}
.cost_box_ttl {
  padding: 10px 30px;
  font-size: 2.4rem;
  background: #218FCE;
  color: #fff;
  font-weight: bold;
}
.cost_box:nth-of-type(-n+3) {
  margin-bottom: 20px;
}
.cost_box_ttl h4 {
  padding-left: 10px;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.cost_box_ttl p {
  padding: 6px 18px;
  border: 2px solid #fff;
  font-size: 1.4rem;
}
.cost_box_people {
  align-content: center;
  padding: 20px;
}
.cost_box_people img {
  width: 70px;
}
.cost_box_text {
  text-align: center;
  padding: 15px 10px;
  background: #F3F9FD;
  min-height: 88px;
}
.cost_box_price .nmb {
  font-size: 4.4rem;
}
.cost_figure {
  margin-bottom: 52px;
}
.cost_figure_text {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: bold;
}
#exercise {
  padding: 0 0 80px;
}
.exercise_content {
  padding: 40px 60px;
  background: #E8F4FA;
}
.exercise_content:last-of-type {
  margin-top: 60px;
  background: #EBF3F4;
}
.exercise_ttl {
  align-items: center;
}
.exercise_ttl .nmb {
  font-size: 8rem;
}
.exercise_content:last-of-type .exercise_ttl .nmb.blue, .olive {
  color: #408896;
}
.exercise_ttl_text {
  margin-left: 20px;
}
.exercise_ttl_text h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.exercise_content:last-of-type .exercise_ttl_text h3 {
  color: #408896;
}
.exercise_ttl_text img {
  max-width: 440px;
  width: 100%;
}
.exercise_content_img {
  margin: 40px auto 30px;
}
.exercise_content_img + p .blue {
  font-size: 1.6rem;
  font-weight: normal;
}
#efficiency {
  padding: 0 0 80px;
  background: #F3F9FD;
}
.eff_content {
  max-width: 930px;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.eff_content:last-of-type {
  margin-right: 0;
  margin-left: auto;
}
.eff_content_box_people_sp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eff_content_box_name {
  margin: 10px;
}
.eff_content_box_name strong {
  font-size: 1.8rem;
}
.eff_content_box_people {
  align-items: center;
}
.efficiency_img {
  width: 256px;
}
.eff_content_box_people img {
  width: 61px;
  margin-right: 11px;
  margin-left: 0;
}
.eff_content_box_people .nmb {
  font-size: 4.4rem;
}
.eff_content_text {
  max-width: 634px;
  width: 100%;
  margin-left: 40px;
}
.eff_content_text h3 {
  font-size: 2.4rem;
  color: #218FCE;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D5EAF7;
}
.eff_content:last-of-type .eff_content_text {
  margin-left: 0px;
  margin-right: 20px;
}
#flow {
  padding: 0 0 80px;
}
.flow_content {
  margin-bottom: 10px;
  justify-content: flex-start;
  align-items: center;
}
.flow_content:last-of-type {
  margin-bottom: 60px;
}
.flow_content_text {
  margin-left: 30px;
}
.flow_content_text h3 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  color: #218FCE;
}
.flow_content .nmb {
  font-size: 7rem;
  color: #218FCE;
  margin-right: 40px;
}
.flow_content img {
  width: 148px;
  margin: 0;
}
.flow_borderbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.flow_borderbox .triangle {
  margin: 0 0 0 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 15px 0 15px;
  border-color: #218FCE transparent transparent transparent;
}
.flow_borderbox .border {
  max-width: 919px;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #BEDEF1;
}
#faq {
  padding: 0 0 80px;
}
.qa_content:not(:last-of-type) {
  margin-bottom: 40px;
}
.qa_q {
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #218FCE;
  color: #218FCE;
  font-size: 2.4rem;
  font-weight: bold;
}
.qa_q .nmb {
  font-size: 3rem;
  margin-right: 20px;
}
footer {
  padding: 10px 0;
  color: #fff;
  background: #218FCE;
  text-align: center;
  font-size: 1.2rem;
}
.pagetop {
  position: fixed;
  bottom: 3%;
  right: 4%;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
  background: #218FCE;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.pagetop .pagetop_btn {
  display: block;
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 14px 15px;
  border-color: transparent transparent #fff transparent;
  z-index: 100;
}
.pagetop.opacity {
  opacity: 1;
}
/*============================================================
breakpoint 1000px
==============================================================*/
@media screen and (max-width: 1000px) {
  .inner {
    width: 94%;
    margin: auto;
  }
  .main_content {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .cr, .cl {
    width: 48%;
  }
  .reform_box {
    width: 30%;
  }
  .reform_section02_box {
    padding: 30px 7%;
  }
  h2.h2_ttl {
    font-size: 3rem;
  }
  .introduction_list_wrap {
    margin-bottom: 40px;
  }
  .introduction_content {
    margin-bottom: 40px;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  }
  .support_box {
    padding: 30px 5%;
  }
  .cost_box_wrap {
    justify-content: space-around;
  }
  .eff_content_text {
    max-width: 67%;
  }
  .eff_content_text h3 {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
/*============================================================
breakpoint 768px
==============================================================*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
  h1 {
    text-align: center;
  }
  .cr {
    width: 100%;
  }
  .left, .right {
    float: none;
  }
  .content_txt {
    margin-bottom: 120px;
  }
  .content_txt {
    margin-bottom: 10px;
  }
}
/*============================================================
breakpoint 500px
==============================================================*/
@media screen and (max-width: 500px) {
  body {
    font-size: 1.4em;
  }
  h1 {
    font-size: 45px;
    line-height: 1.25;
  }
  .cr {
    width: 100%;
  }
  .cl {
    display: none;
  }
  .yellow {
    font-size: 28px;
    text-align: center;
  }
  .fz84 {
    font-size: 60px;
  }
  .main_cta {
    padding: 16px 0;
    font-size: 2rem;
  }
  .header_logo {
    margin-left: 20px;
    width: 122px;
  }
  .header_cta {
    font-size: 1.2rem;
    margin-right: 10px;
    padding: 7px 0;
    max-width: 150px;
    width: 100%;
  }
  #main {
    padding: 90px 0 40px;
  }
  .main_cta {
    padding: 16px 0;
  }
  .cmt.sp {
    margin: 10px auto 20px;
  }
  #about h2, h2.h2_ttl {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  #about h2 img {
    display: inline;
    max-width: 180px;
  }
  .border_box {
    max-width: 405px;
  }
  .border_box h3 {
    font-size: 20px;
  }
  .border_box p {
    font-size: 14px;
  }
  .border_box .pink {
    color: #218FCE;
    font-size: 2.4rem;
  }
  .border_box .nmb {
    font-size: 4rem;
  }
  .about_text, .reform_box_text .pink, .cost_figure_text {
    font-size: 2rem;
    line-height: 1.5;
  }
  .h2_ttl_wrap::after {
    bottom: -36px;
  }
  .h2_ttl_wrap {
    padding: 30px 20px;
  }
  .h2_sub {
    margin-top: 8px;
  }
  .reform_box {
    width: 100%;
  }
  .reform_box h3 {
    font-size: 2rem;
    padding: 16px 0 8px;
  }
  .reform_box:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .reform_section02_box {
    flex-wrap: wrap;
  }
  .reform_section02_box img {
    margin: 0 auto 20px;
  }
  .reform_box_text h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 15px;
  }
  .triangle {
    border-width: 30px 65px 0 65px;
  }
  #introduction .h2_ttl .nmb {
    font-size: 3rem;
  }
  .introduction_list_wrap .flex p {
    font-size: 1.6rem;
  }
  .introduction_list_wrap .flex div.nmb {
    font-size: 4rem;
  }
  .introduction_list_wrap .flex p .nmb {
    font-size: 3rem;
    color: #FF4081;
  }
  .introduction_logo h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .introduction_logo img {
    max-width: 326px;
    width: 100%;
    margin: auto;
  }
  #support h2.h2_ttl {
    font-size: 20px;
  }
  .support_box {
    flex-wrap: wrap;
  }
  .support_box_text {
    margin: 20px auto 0;
  }
  .support_box_text .nmb {
    font-size: 5rem;
  }
  .support_box_text h3 .blue {
    font-size: 2rem;
  }
  .support_box_text h3 {
    font-size: 1.4rem;
  }
  .support_box_text .flex {
    align-items: center;
    margin-bottom: 15px;
  }
  .contant_cta {
    padding: 15px 0;
    font-size: 2rem;
  }
  .cost_ttl {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .cost_box {
    max-width: 100%;
  }
  .cost_box_people {
    justify-content: space-around;
  }
  .cost_box_text {
    min-height: auto;
  }
  .cost_box_people img {
    width: 70px;
    margin: 0 20px 0 0;
  }
  .cost_box_ttl h4 {
    font-size: 2rem;
    padding-left: 15px;
  }
  .cost_box:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .cost_figure {
    max-width: 335px;
    width: 100%;
    margin-bottom: 20px;
  }
  .cost_figure.sp + p.center {
    font-size: 1.3rem;
  }
  .pagetop .pagetop_btn {
    border-width: 0 10px 12px 10px;
  }
  #exercise h2.h2_ttl {
    font-size: 20px;
  }
  .exercise_content {
    padding: 30px 15px;
  }
  .exercise_ttl .nmb {
    font-size: 5rem;
  }
  .exercise_ttl_text h3 {
    font-size: 2rem;
  }
  .exercise_content_img {
    margin: 15px auto;
    max-width: 320px;
  }
  .eff_content_box {
    margin: 0 auto 20px;
  }
  .eff_content_box_nam {
    margin: 0 10px 0 0;
  }
  .eff_content_text {
    max-width: 100%;
    margin: 0 auto;
  }
  .eff_content_text h3 {
    font-size: 1.6rem;
  }
  .eff_content_box_people_sp {
    display: flex;
    flex-direction: initial;
    margin: 10px auto 0;
  }
  .eff_content:last-of-type {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .flow_content .nmb {
    font-size: 5rem;
    margin-right: 5px;
  }
  .flow_content_text {
    margin-left: 8px;
  }
  .flow_content_text h3 {
    margin-bottom: 0px;
    font-size: 1.8rem;
    color: #218FCE;
  }
  .flow_content {
    margin-bottom: 20px;
  }
  .flow_borderbox {
    margin-bottom: 20px;
  }
  .flow_borderbox .border {
    max-width: 80%;
    margin-top: 2px;
  }
  #faq h2.h2_ttl {
    font-size: 3.2rem;
    line-height: 1.3;
  }
  .qa_q {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .qa_q .nmb {
    font-size: 2.3rem;
    margin-right: 10px;
  }
  #about, #introduction, #cost, #support, #exercise, #efficiency, #reform, #flow, #faq {
    padding-bottom: 40px;
  }
}
/*============================================================
breakpoint 375px
==============================================================*/
@media screen and (max-width: 375px) {
  .introduction_list_wrap .flex p {
    font-size: 1.4rem;
  }
  #introduction .h2_ttl .nmb {
    font-size: 3rem;
  }
}
/*============================================================
breakpoint 320px
==============================================================*/
@media screen and (max-width: 320px) {
  .inner {
    width: 97%;
    margin: auto;
  }
  .h2_ttl_wrap {
    padding: 30px 10px;
  }
  .h2_ttl_wrap::after {
    bottom: -26px;
    border-width: 27px 70px 0 70px;
  }
  #introduction .h2_ttl {
    font-size: 2rem;
  }
  #introduction .h2_ttl .nmb {
    font-size: 3rem;
  }
  .introduction_list_wrap .flex div.nmb {
    font-size: 2.4rem;
  }
  .introduction_list_wrap .flex p .nmb {
    font-size: 2.2rem;
    color: #FF4081;
  }
  .introduction_logo h3, .cost_ttl, .exercise_ttl_text h3 {
    font-size: 1.8rem;
  }
  .exercise_ttl .nmb, .flow_content .nmb {
    font-size: 3.6rem;
  }
  .exercise_content .blue {
    font-size: 1.4rem;
  }
  .eff_content_box_name {
    margin: 10px 0;
  }
  .eff_content:last-of-type .eff_content_text {
    margin-left: 0px;
    margin-right: 0px;
  }
  .flow_content img {
    width: 100px;
  }
  .flow_borderbox .triangle {
    border-width: 9px 9px 0 9px;
  }
  .flow_borderbox .border {
    max-width: 85%;
  }
}
