@charset "utf-8";

:root {
  color: var();
}

/* common */

.h2title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

.h3title {
  font-size: 3rem;
  font-weight: bold;
  color: var(--title-color);

}

.sec-title {
  font-size: 3rem;
  font-weight: bold;
  color: var(--main-color);
  position: relative;
  display: flex;
  align-items: center;
}

#jigyo .sec-title::before {
  content: "";
  margin-right: 16px;
  background: url(../img/icon__question.svg) no-repeat center;
  background-size: contain;
  width: 19px;
  aspect-ratio: 19 / 30;
  display: block;
}

#flow .sec-title::before {
  content: "";
  margin-right: 16px;
  background: url(../img/icon__money.svg) no-repeat center;
  background-size: contain;
  width: 25px;
  aspect-ratio: 25 / 30;
  display: block;
}

#faq .sec-title::before {
  content: "";
  margin-right: 16px;
  background: url(../img/icon__qa.svg) no-repeat center;
  background-size: contain;
  width: 30px;
  aspect-ratio: 30 / 30;
  display: block;
}

.sec-child {
  margin-left: auto;
  margin-right: auto;
  max-width: 926px;
}

.sec-child .center {
  text-align: center;
}

.sec-child-title {
  padding: 4px 40px;
  font-size: 2.8rem;
  font-weight: bold;
  background-color: #FFF8F0;
  border-radius: 25px;
  display: inline-block;

}

.navBlock {
  width: 100%;
  background-color: var(--shokuryo-color);
  position: relative;
}

.navBlock .nav__menu {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  justify-content: center;
}

.navBlock .nav__item {
  margin-left: 15px;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 5px;
}

.navBlock .nav__link {
  padding: 10px 12px;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.navBlock .nav__link img {
  margin-right: 8px;
}

.navBlock .nav__link-jigyo img {
  width: 16px;
  aspect-ratio: 16 / 25;
}

.navBlock .nav__link-flow img {
  width: 22px;
  aspect-ratio: 22 / 27;
}

.navBlock .nav__link-faq img {
  width: 25px;
  aspect-ratio: 25 / 26;
}

.navBlock .nav__link-contact img {
  width: 19px;
  aspect-ratio: 19 / 24;
}


/* sec __01*/

.sec.__01 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.sec.__01 .h2title {
  color: var(--shokuryo-color);
  margin-bottom: 40px;
}

.sec.__01 .h3title {
  margin-bottom: 32px;
  font-size: 2.6rem;
  text-align: center;
}

.sec.__01 .lead {
  width: fit-content;
  font-size: 2.2rem;
  line-height: 1.4;
  margin: 0 auto 65px;
}

.sec.__01 .newsBlock {
  margin-left: auto;
  margin-right: auto;
  max-width: 610px;
  width: 100%;
}

.sec.__01 .newsBlock a {
  font-size: 1.8rem;
  color: #333;
  text-decoration: none;
}

.sec.__01 .newsBlock .news__list {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #C8C8C8;
  display: flex;
}

.sec.__01 .newsBlock .news__list .date {
  min-width: 120px;
}

/* sec __02*/

.sec.__02 .sec-title {
  margin-bottom: 64px;
}

.sec.__02 .sec-child {
  margin-bottom: 64px
}

.sec.__02 .sec-child-title {
  margin-bottom: 48px;
}



.sec.__02 .sec-child.__01 .grant {
  margin-bottom: 60px;
}

.sec.__02 .sec-child.__01 .grant .grant-lead {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  background: var(--main-color);
  margin: 0 0 35px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .16);
}

.sec.__02 .sec-child.__01 .grant-about {
  width: 100%;
  padding: 19px 0;
  font-size: 2.2rem;
  text-align: center;
  border: var(--main-color) solid 2px;
  margin-bottom: 35px;
}

.sec.__02 .sec-child.__01 .grant-about span {
  font-weight: bold;
}

.sec.__02 .sec-child.__01 .grant-about strong {
  color: #E74C3C;
  font-weight: bold;
}

.sec.__02 .sec-child.__01 .grant-fomula {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec.__02 .sec-child.__01 .grant-case {
  width: 778px;
  margin: 0 auto;
}

.sec.__02 .sec-child.__01 .grant-case._02 {
  padding-left: 30px;
}

.sec.__02 .sec-child.__01 .grant-fomula .wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sec.__02 .sec-child.__01 .grant-fomula .wrap .price {
  background: #FFE4CA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.sec.__02 .sec-child.__01 .grant-fomula .wrap .price+.price {
  margin-left: 43px;
}

.sec.__02 .sec-child.__01 .grant-fomula .wrap .price span {
  display: block;
  font-size: 2.3rem;
}

.sec.__02 .sec-child.__01 .grant-fomula .wrap .price.many {
  width: 180px;
  height: 180px;
}

.sec.__02 .sec-child.__01 .grant-fomula .wrap .price.bit {
  width: 120px;
  height: 120px;
  font-size: 1.8rem;
}

.sec.__02 .sec-child.__01 .grant-fomula .result {
  width: 276px;
  height: 111px;
  background: #FFF8F0;
  border: var(--main-color) solid 5px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sec.__02 .sec-child.__01 .grant-fomula .result span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.sec.__02 .sec-child.__01 .grant-fomula .result strong {
  font-size: 2.2rem;
  color: #E74C3C;
  font-weight: bold;
}

.sec.__02 .sec-child.__01 .grant-fomula .result::before {
  position: absolute;
  left: -81px;
  content: '';
  width: 63px;
  height: 46px;
  background: url(../img/icon_grant-arrow.svg) no-repeat;
  background-size: contain;
}

.sec.__02 .sec-child.__01 .grant-case-or {
  display: block;
  text-align: center;
  margin: 40px auto;
  font-size: 2.2rem;
  font-weight: bold;
}

.sec.__02 .sec-child.__01 .sideNote {
  margin-bottom: 64px;
}

.sec.__02 .sec-child.__01 .sideNote .sideNote__item {
  margin-bottom: 24px;
  position: relative;
  margin-left: 2.3rem;
  text-indent: -1.6rem;
  font-size: 1.8rem;
  line-height: 1.8;
}

.sec.__02 .sec-child.__01 .sideNote .sideNote__item .caution {
  font-size: 1.6rem;
}

.sec.__02 .sec-child.__01 .sideNote .sideNote__item:before {
  margin-right: 0.5rem;
  content: "";
  font-size: 2rem;
  font-weight: bold;
  color: var(--title-color);
}

.sec.__02 .sec-child.__01 .sideNote .sideNote__item.a:before {
  content: "a";
}

.sec.__02 .sec-child.__01 .sideNote .sideNote__item.b:before {
  content: "b";
}

.sec.__02 .sec-child.__01 .sideNote .sideNote__item.c:before {
  content: "c";
}

.sec.__02 .sec-child.__01 .sideNote__caution {
  padding-left: 1.5em;
}

.sec.__02 .sec-child.__01 .requirements {
  width: 100%;
  border: var(--main-color) solid 3px;
  padding: 36px 50px 40px;
  margin-bottom: 65px;
}

.sec.__02 .sec-child.__01 .requirements h3 {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 4px 14px;
  background: var(--main-color);
  border-radius: 25px;
  margin: 0 auto 10px 0;
}

.sec.__02 .sec-child.__01 .requirements p {
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.sec.__02 .sec-child.__01 .requirements .requirements-btn {
  width: 435px;
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: var(--main-color) solid 3px;
  border-radius: 88px;
  margin: 34px auto 0;
  text-decoration: none;
  transition: 0.3s;
}

.sec.__02 .sec-child.__01 .requirements .requirements-btn span {
  display: inline-block;
  color: var(--main-color);
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.sec.__02 .sec-child.__01 .requirements .requirements-btn:hover {
  background: var(--main-color);
}

.sec.__02 .sec-child.__01 .requirements .requirements-btn:hover span {
  color: #fff;
}


.sec.__02 .sec-child.__01 .table {
  margin-bottom: 16px;
  width: 100%;
  border-collapse: collapse;
}

.sec.__02 .sec-child.__01 .table .title {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: bold;
}

.sec.__02 .sec-child.__01 .table th {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-color: var(--accent-color);
  border-top: 2px solid #A8A8A8;
  border-left: 2px solid #A8A8A8;
  border-right: 2px solid #A8A8A8;
}

.sec.__02 .sec-child.__01 .table td {
  padding: 12px 88px;
  font-size: 1.8rem;
  text-align: center;
  border-top: 2px solid #A8A8A8;
  border-left: 2px solid #A8A8A8;
  border-right: 2px solid #A8A8A8;
}

.sec.__02 .sec-child.__01 .table th:last-child,
.sec.__02 .sec-child.__01 .table td:last-child {
  border-left: none;
}

.sec.__02 .sec-child.__01 .table tr:last-child td {
  border-bottom: 2px solid #A8A8A8;
}

.sec.__02 .sec-child.__02 .comparisonChartBlock {
  margin-top: 28px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}

.sec.__02 .sec-child.__02 .comparisonChart {
  width: calc((100% - 18px) / 2);
  border: 2px solid #CBCBCB;
}

.sec.__02 .sec-child.__02 .comparisonChart .title {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.sec.__02 .sec-child.__02 .comparisonChart.target .title {
  background-color: var(--accent-color);
}

.sec.__02 .sec-child.__02 .comparisonChart.non-target .title {
  background-color: #797979;
}

.sec.__02 .sec-child.__02 .comparisonChart .body {
  padding: 20px 24px;
}

.sec.__02 .sec-child.__02 .comparisonChart ul {
  margin-bottom: 20px;
}

.sec.__02 .sec-child.__02 .comparisonChart.non-target ul {
  margin-bottom: 64px;
}

.sec.__02 .sec-child.__02 .comparisonChart ul li {
  margin-left: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-indent: -1rem;
  line-height: 1.666;
}

.sec.__02 .sec-child.__02 .comparisonChart.target ul+.attention {
  margin-bottom: 16px;
}

.sec.__02 .sec-child.__02 .comparisonChart .conjunction {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  font-size: 2rem;
  font-weight: bold;
  color: #515151;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.sec.__02 .sec-child.__02 .comparisonChart.target .conjunction {
  background-color: #EEFAFB;
}

.sec.__02 .sec-child.__02 .comparisonChart.non-target .conjunction {
  background-color: #EDEDED;
}

.sec.__02 .sec-child.__02 .comparisonChart .conjunction+.text {
  min-height: 88px;

}

.sec.__02 .sec-child.__02>.attention {
  margin-bottom: 24px;
  display: block;

}

.sec.__02 .sec-child.__03 .targetBlock {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 40px;
  max-width: 582px;
  width: 100%;
  font-size: 2.1rem;
  color: #fff;
  background-color: var(--accent-color);
  border-radius: 32px;
  text-align: center;
}

.sec.__02 .sec-child.__03 .targetBlock strong {
  font-size: 4.5rem;
  font-weight: bold;
}

.sec.__02 .sec-child.__04 .imgWrapper {
  margin-bottom: 48px;
  width: 100%;
}

.sec.__02 .sec-child.__04 .scheduleBlock {
  padding: 26px 72px;
  border: 2px solid #FFE4CA;
  border-radius: 19px;
}

.sec.__02 .sec-child.__04 .schedule-list {
  font-size: 1.8rem;
  line-height: 1.3;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sec.__02 .sec-child.__04 .schedule-list dt {
  width: 300px;
}

.sec.__02 .sec-child.__04 .schedule-list dd {
  width: calc(100% - 300px);
  position: relative;
  padding-left: .7em;
}

.sec.__02 .sec-child.__04 .schedule-list dd::before {
  position: absolute;
  top: -0.1em;
  left: 0;
  content: ":";
}

.sec.__02 .sec-child.__04 .schedule-list strong {
  color: #E74C3C;
  font-weight: bold;
}

/* sec __03*/
.sec.__03 .sec-title {
  margin-bottom: 32px;
}

.sec.__03 .sec-child.__01 .text {
  margin-bottom: 32px;
  font-size: 1.8rem;
}

.sec.__03 .sec-child.__01 .linkBlock {
  margin-bottom: 80px;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
}

.sec.__03 .sec-child.__01 .link__card {
  text-align: center;
  padding: 18px 36px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ff7a00;
  border-radius: 100vh;
}

.sec.__03 .sec-child.__01 .link__card .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

.sec.__03 .sec-child.__02,
.sec.__03 .sec-child.__03 {
  margin-bottom: 72px;
}

.sec.__03 .sec-child-title {
  margin-bottom: 32px;
}

.sec.__03 .sec-child .center+.text {
  margin-bottom: 32px;
}

.sec.__03 .sec-child .flow-list {
  margin-bottom: 100px;
}

.sec.__03 .sec-child .flow-list__item {
  width: 100%;
  padding: 40px 20px 40px 254px;
  background: #FFF8F0;
  border-radius: 19px;
  position: relative;
}

.sec.__03 .sec-child .flow-list__item+.flow-list__item {
  margin-top: 25px;
}

.sec.__03 .sec-child .flow-list__item._01::before {
  position: absolute;
  top: 45px;
  left: 65px;
  content: '';
  width: 98px;
  height: 115px;
  background: url(../img/flow_step-01.png) no-repeat;
  background-size: contain;
}

.sec.__03 .sec-child .flow-list__item._02::before {
  position: absolute;
  top: 40px;
  left: 52px;
  content: '';
  width: 124px;
  height: 124px;
  background: url(../img/flow_step-02.png) no-repeat;
  background-size: contain;
}

.sec.__03 .sec-child .flow-list__item._03::before {
  position: absolute;
  top: 34px;
  left: 44px;
  content: '';
  width: 140px;
  height: 140px;
  background: url(../img/flow_step-03.png) no-repeat;
  background-size: contain;
}

.sec.__03 .sec-child .flow-list__item._04::before {
  position: absolute;
  top: 40px;
  /*left: 54px;*/
  left: 64px;
  content: '';
  width: 121px;
  height: 121px;
  background: url(../img/flow_step-04.png) no-repeat;
  background-size: contain;
}

.sec.__03 .sec-child .flow-list__item h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--title-color);
  margin-bottom: 0.8em;
}

.sec.__03 .sec-child .flow-list__item p {
  font-size: 1.8rem;
  line-height: 1.3;
}

.sec.__03 .sec-child .flow-list__item p strong {
  color: #A82222;
  font-weight: bold;
}

.sec.__03 .sec-child .flow-list__item p span {
  display: inline-block;
  font-size: 80%;
  color: #666;
  margin-top: 0.5em;
}

.sec.__03 .sec-child .flow-list__item .btn_apply {
  width: 488px;
  height: 96px;
  border: #FFE4CA solid 5px;
  background: #E65B2D;
  border-radius: 63px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px auto 0;
  text-decoration: none;
}

.sec.__03 .sec-child .flow-list__item .btn_apply span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}

.sec.__03 .sec-child .flow-list__item .btn_apply span .font-small {
  font-size: 1.5rem;
  font-weight: 500;
}

.sec.__03 .sec-child .flow-list__item .btn_apply::before {
  position: absolute;
  top: 50%;
  left: 40px;
  content: '';
  transform: translateY(-50%);
  width: 41px;
  height: 39px;
  background: url(../img/icon_memo.svg) no-repeat;
  background-size: cover;
}

.sec.__03 .sec-child .flow-list__item .btn_apply::after {
  position: absolute;
  top: 50%;
  right: 40px;
  content: '';
  transform: translateY(-50%);
  width: 18px;
  height: 31px;
  background: url(../img/icon_arrow_right.svg) no-repeat;
  background-size: cover;
}

.sec.__03 .sec-child .downloadBlock {
  padding: 28px 36px 36px;
  margin-bottom: 32px;
  border-radius: 19px;
  background-color: #FFF7F7;
}

.sec.__03 .sec-child .downloadBlock .title {
  margin-bottom: 16px;
  text-align: center;
}

.sec.__03 .sec-child .downloadBlock .downloadLinkBlock {
  margin-left: auto;
  margin-right: auto;
  max-width: 405px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.sec.__03 .sec-child .downloadBlock .download__link {
  color: #1E698B;
  font-weight: bold;
  line-height: 1.85;
  display: flex;
  align-items: center;
  position: relative;
}

.sec.__03 .sec-child .downloadBlock .download__link::before {
  content: "";
  margin-right: 8px;
  background: url(../img/icon__download.svg) no-repeat center;
  background-size: contain;
  min-width: 15px;
  height: 18px;
  display: block;
}

.sec.__03 .sec-child .mailaddress {
  margin-bottom: 12px;
  padding: 28px 36px 36px;
  border: 2px solid #F2CECE;
  border-radius: 19px;
  background-color: #fff;
  text-align: center;
}

.sec.__03 .sec-child .mailaddress .title {
  margin-bottom: 8px;
}

.sec.__03 .sec-child .mailaddress .text {
  font-size: 1.8rem;
}

.sec.__03 .sec-child .mailaddress .mail__link {
  color: #1E698B;
  font-weight: bold;
  line-height: 1.85;
  font-size: 1.8rem;
}

.sec.__03 .sec-child .mailaddress+.attention {
  text-align: right;
  font-size: 1.6rem;
}

/* sec __04*/
.sec.__04 {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #FFF8F0;
}

.sec.__04 .sec-title {
  margin-bottom: 32px;
}

/* アコーディオン実装 *******************/
.accordion-list .accordion-item {
  margin-bottom: 16px;
  padding: 0 56px;
  background-color: #fff;
  border-radius: 16px;
}

.accordion-list .accordion-item:last-child {
  margin-bottom: 0;
}

.acc-ttl {
  padding: 18px 52px 24px 40px;
  /*padding: 18px 52px 24px 60px;*/
  font-size: 1.8rem;
  text-indent: -30px;
  /*text-indent: -52px;*/
  position: relative;
  cursor: pointer;
}

.acc-ttl::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../img/icon__plus.svg) no-repeat center var(--main-color);
  background-size: 60%;
  position: absolute;
  top: 30px;
  right: 0;
  transition: all .3s;
}

.acc-ttl.active::after {
  background: url(../img/icon__minus.svg) no-repeat center var(--main-color);
  transition: all .3s;
}

.acc-txt {
  padding-left: 54px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 1.8rem;
  border-top: 1px solid #C8C8C8;
  text-indent: -44px;
  display: none;
}

.acc-ttl::before {
  margin-right: 32px;
  content: "Q";
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--main-color);
}

.acc-txt::before {
  margin-right: 32px;
  content: "A";
  font-size: 2.8rem;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width:966px) {
  .sec.__02 .sec-child.__01 .formulaBlock {
    justify-content: center;
  }

  .sec.__03 .sec-child.__01 .link__card .title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width:767px) {
  .h2title {
    font-size: 7.5vw;
  }

  .h3title {
    font-size: 6.5vw;

  }

  .sec-title {
    font-size: 5.5vw;
  }

  #jigyo .sec-title::before {
    content: "";
    margin-right: 16px;
    background: url(../img/icon__question.svg) no-repeat center;
    background-size: contain;
    width: 19px;
    aspect-ratio: 19 / 30;
    display: block;
  }

  #flow .sec-title::before {
    content: "";
    margin-right: 16px;
    background: url(../img/icon__money.svg) no-repeat center;
    background-size: contain;
    width: 25px;
    aspect-ratio: 25 / 30;
    display: block;
  }

  #faq .sec-title::before {
    content: "";
    margin-right: 16px;
    background: url(../img/icon__qa.svg) no-repeat center;
    background-size: contain;
    width: 30px;
    aspect-ratio: 30 / 30;
    display: block;
  }

  .sec-child {
    max-width: 100%;
  }

  .sec-child-title {
    font-size: 5.5vw;
  }

  .navBlock {
    width: 100%;
  }

  .navBlock .nav__menu {
    padding-top: 16px;
    padding-bottom: 16px;
    flex-direction: column;
  }

  .navBlock .nav__item {
    margin-bottom: 10px;
  }

  .navBlock .nav__item:last-child {
    margin-bottom: 0;
  }

  .navBlock .nav__link {
    font-size: 5vw;
  }


  /* sec __01*/

  .sec.__01 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .sec.__01 .h2title {
    margin-bottom: 56px;
  }

  .sec.__01 .h3title {
    font-size: 6.5vw;
  }

  .sec.__01 .lead {
    width: 100%;
    font-size: 4.5vw;
  }

  .sec.__01 .newsBlock {
    max-width: 100%;
  }

  .sec.__01 .newsBlock a {
    font-size: 4.5vw;
  }

  .sec.__01 .newsBlock .news__list {
    flex-direction: column;
  }

  .sec.__01 .newsBlock .news__list .date {
    margin-bottom: 1rem;
    min-width: 100%;
  }

  /* sec __02*/

  .sec.__02 .sec-title {
    margin-bottom: 48px;
  }

  .sec.__02 .sec-child {
    margin-bottom: 48px
  }

  .sec.__02 .sec-child.__01 .grant .grant-lead {
    width: 100%;
    height: auto;
    padding: 10px;
    line-height: 1.3;
    font-size: 5vw;
    text-align: left;
  }

  .sec.__02 .sec-child.__01 .grant-about {
    padding: 10px;
    font-size: 4.5vw;
  }

  .sec.__02 .sec-child.__01 .grant-fomula {
    flex-direction: column;
    justify-content: center;
  }

  .sec.__02 .sec-child.__01 .grant-case {
    width: 100%;
  }

  .sec.__02 .sec-child.__01 .grant-case._02 {
    padding-left: 0;
  }

  .sec.__02 .sec-child.__01 .grant-fomula .wrap {
    justify-content: center;
    margin-bottom: 80px;
  }

  .sec.__02 .sec-child.__01 .grant-fomula .wrap .price {
    font-size: min(5.5vw, 2.6rem);
    width: auto;
    height: auto;
    min-width: 180px;
    padding: 10px;
    aspect-ratio: 1 / 1;
  }

  .sec.__02 .sec-child.__01 .grant-fomula .wrap .price+.price {
    margin-left: 30px;
  }

  .sec.__02 .sec-child.__01 .grant-fomula .wrap .price span {
    font-size: 5vw;
  }

  .sec.__02 .sec-child.__01 .grant-fomula .wrap .price.bit {
    font-size: min(4.5vw, 2.4rem);
    width: auto;
    height: auto;
    min-width: 120px;
    padding: 10px;
    aspect-ratio: 1 / 1;
  }

  .sec.__02 .sec-child.__01 .grant-fomula .result {
    width: auto;
    height: auto;
    padding: 20px;
    margin: 0 auto;
  }

  .sec.__02 .sec-child.__01 .grant-fomula .result span {
    font-size: 4.5vw;
  }

  .sec.__02 .sec-child.__01 .grant-fomula .result strong {
    font-size: 4.8vw;
  }

  .sec.__02 .sec-child.__01 .grant-fomula .result::before {
    position: absolute;
    left: 50%;
    top: -70px;
    content: '';
    transform: translateX(-50%) rotate(90deg);
  }

  .sec.__02 .sec-child.__01 .grant-case-or {
    margin: 30px auto;
    font-size: 5vw;
  }

  .sec.__02 .sec-child.__01 .sideNote .sideNote__item {
    font-size: 4.5vw;
    line-height: 1.5;
  }

  .sec.__02 .sec-child.__01 .sideNote .sideNote__item .caution {
    font-size: 3.8vw;
  }

  .sec.__02 .sec-child.__01 .sideNote .sideNote__item:before {
    font-size: 5vw;
  }


  .sec.__02 .sec-child.__01 .requirements {
    padding: 20px;
  }

  .sec.__02 .sec-child.__01 .requirements h3 {
    font-size: 4.5vw;
  }

  .sec.__02 .sec-child.__01 .requirements p {
    font-size: 4.5vw;
  }

  .sec.__02 .sec-child.__01 .requirements .requirements-btn {
    width: 100%;
    height: auto;
    padding: .5em 0;
  }

  .sec.__02 .sec-child.__01 .requirements .requirements-btn span {
    font-size: 5vw;
  }

  .sec.__02 .sec-child.__01 .table {
    margin-bottom: 16px;
    width: 100%;
    border-collapse: collapse;
  }

  .sec.__02 .sec-child.__01 .table .title {
    font-size: 5vw;
    font-weight: bold;
  }

  .sec.__02 .sec-child.__01 .table th {
    font-size: 4.5vw;
  }

  .sec.__02 .sec-child.__01 .table td {
    padding: 12px 2.5vw;
    font-size: 4.5vw;
  }

  .sec.__02 .sec-child.__01 .table th:last-child,
  .sec.__02 .sec-child.__01 .table td:last-child {
    width: 30%;
  }

  .sec.__02 .sec-child.__02 .comparisonChartBlock {
    flex-direction: column;
  }

  .sec.__02 .sec-child.__02 .comparisonChart {
    width: 100%;
    margin-bottom: 18px;
  }

  .sec.__02 .sec-child.__02 .comparisonChart:last-child {
    margin-bottom: 0;
  }

  .sec.__02 .sec-child.__02 .comparisonChart .title {
    font-size: 5vw;
  }

  .sec.__02 .sec-child.__02 .comparisonChart.non-target ul {
    margin-bottom: 24px;
  }

  .sec.__02 .sec-child.__02 .comparisonChart ul li {
    font-size: 4.5vw;
  }

  .sec.__02 .sec-child.__02 .comparisonChart .conjunction+.text {
    margin-bottom: 24px;
    min-height: auto;
  }


  .sec.__02 .sec-child.__03 .targetBlock {
    font-size: 4.5vw;
  }

  .sec.__02 .sec-child.__03 .targetBlock strong {
    font-size: 7.5vw;
  }

  .sec.__02 .sec-child.__04 .imgWrapper {
    margin-bottom: 8px;
    overflow-x: scroll;
  }

  .sec.__02 .sec-child.__04 .imgWrapper img {
    min-width: 767px;
  }

  .sec.__02 .sec-child.__04 .imgWrapper+small {
    margin-bottom: 48px;
  }

  .sec.__02 .sec-child.__04 .scheduleBlock {
    padding: 32px 5vw;
  }

  .sec.__02 .sec-child.__04 .schedule-list {
    font-size: 4.5vw;
    display: block;
  }

  .sec.__02 .sec-child.__04 .schedule-list dt {
    display: inline-block;
    width: auto;
    padding-right: 0.5em;
    position: relative;

  }

  .sec.__02 .sec-child.__04 .schedule-list dt::after {
    position: absolute;
    top: -0.1em;
    right: 0;
    content: ":";
  }

  .sec.__02 .sec-child.__04 .schedule-list dd {
    width: 100%;
    padding-left: 1em;
    margin-bottom: 0.5em;
  }

  .sec.__02 .sec-child.__04 .schedule-list dd::before {
    content: none;
  }

  /* sec __03*/
  .sec.__03 .sec-child.__01 .text {
    font-size: 4.5vw;
  }

  .sec.__03 .sec-child.__01 .linkBlock {
    flex-direction: column;
  }

  .sec.__03 .sec-child.__01 .link__card {
    margin-bottom: 16px;
    width: 100%;
  }

  .sec.__03 .sec-child.__01 .link__card:last-child {
    margin-bottom: 0;
  }

  .sec.__03 .sec-child.__01 .link__card img {
    margin-right: 16px;
  }

  .sec.__03 .sec-child.__01 .link__card.--post img {
    width: 30px;
  }

  .sec.__03 .sec-child.__01 .link__card.--mail img {
    width: 27px;
  }

  .sec.__03 .sec-child.__01 .link__card .title {
    font-size: 6vw;
  }

  .sec.__03 .sec-child .mailaddress .text {
    font-size: 4.5vw;
  }


  .sec.__03 .sec-child .flow-list {
    margin-bottom: 50px;
  }

  .sec.__03 .sec-child .flow-list__item {
    padding: 30px 20px 20px;
  }

  .sec.__03 .sec-child .flow-list__item+.flow-list__item {
    margin-top: 20px;
  }

  .sec.__03 .sec-child .flow-list__item._01::before,
  .sec.__03 .sec-child .flow-list__item._02::before,
  .sec.__03 .sec-child .flow-list__item._03::before,
  .sec.__03 .sec-child .flow-list__item._04::before {
    content: none;
  }

  .sec.__03 .sec-child .flow-list__item h3 {
    font-size: 5vw;
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 1em;
  }

  .sec.__03 .sec-child .flow-list__item h3::before {
    position: absolute;
    top: -0.2em;
    left: 0;
    content: '';
    width: 10vw;
    height: 10vw;
  }

  .sec.__03 .sec-child .flow-list__item._01 h3::before {
    background: url(../img/flow_step-01.png) no-repeat;
    background-size: contain;
  }

  .sec.__03 .sec-child .flow-list__item._02 h3::before {
    background: url(../img/flow_step-02.png) no-repeat;
    background-size: contain;
  }

  .sec.__03 .sec-child .flow-list__item._03 h3::before {
    background: url(../img/flow_step-03.png) no-repeat;
    background-size: contain;
  }

  .sec.__03 .sec-child .flow-list__item._04 h3::before {
    background: url(../img/flow_step-04.png) no-repeat;
    background-size: contain;
  }

  .sec.__03 .sec-child .flow-list__item p {
    font-size: 4.5vw;
  }

  .sec.__03 .sec-child .flow-list__item .btn_apply {
    width: 100%;
    max-width: 488px;
    height: auto;
    padding: .5em 0;
    border: #FFE4CA solid 3px;
    margin: 25px auto 0;
  }

  .sec.__03 .sec-child .flow-list__item .btn_apply span {
    font-size: 5vw;
  }

  .sec.__03 .sec-child .flow-list__item .btn_apply span .font-small {
    font-size: 3vw;
  }

  .sec.__03 .sec-child .flow-list__item .btn_apply::before {
    left: 5.215vw;
    width: 5.346vw;
    height: 5.085vw;
  }

  .sec.__03 .sec-child .flow-list__item .btn_apply::after {
    right: 5.215vw;
    width: 2.347vw;
    height: 4.042vw;
  }

  .sec.__03 .sec-child .mailaddress .title {
    margin-bottom: 16px;
  }


  .sec.__03 .sec-child .mailaddress+.attention {
    text-align: left;
    font-size: 4.5vw;
  }


  /* アコーディオン実装 *******************/
  .accordion-list .accordion-item {
    padding: 0 5vw;
  }

  .acc-ttl {
    padding: 18px 30px 24px 40px;
    /*padding: 18px 30px 24px 60px;*/
    font-size: 5vw;
  }

  .acc-txt {
    font-size: 5vw;
    padding-left: 40px;
    text-indent: -30px;
  }

  .acc-ttl::after {
    width: 20px;
    height: 20px;
  }

  .acc-ttl::before {
    margin-right: 16px;
    font-size: 5.5vw;
    font-weight: bold;
    color: #7AC0C8;
  }

  .acc-txt::before {
    margin-right: 16px;
    font-size: 5.5vw;
  }
}



.supplement-message {
  padding: 20px 40px 28px;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  width: 100%;
  margin-bottom: 80px;
  font-size: 1.8rem;
  background-color: #FFF8F0;
  border: 5px solid #F2EC4D;
}

.supplement-message .h3title {
  margin-bottom: 20px !important;
  text-align: center;
  font-size: 2.8rem;
  color: #E74C3C;
  font-weight: bold;
  position: relative;
}

.supplement-message .h3title::before {
  content: "";
  width: 48px;
  aspect-ratio: 1 / 1;
  background: url(../img/icon_caution.svg)no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -53px;
}

.supplement-message .text {
  font-size: 2.2rem;
  text-align: center;
}
.supplement-message .text.big{
  font-size: 2.6rem;
  font-weight: bold;
}
.supplement-message .text + .text{
  margin-top: 1em;
}

.supplement-message .text .link{
  font-size: 1.8rem;
  word-break: break-all;
}


.supplement-message ul {
  width: fit-content;
  margin: 10px auto 0;
}

.supplement-message ul li {
  display: flex;
  justify-content: flex-start;
  font-size: 2.2rem;
}



.supplement-message ul li span {
  display: inline-block;
  width: 200px;
  color: #E74C3C;
  margin-right: .5em;
}


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

  .supplement-message {
    padding: 5vw;
    margin-bottom: 48px;
    font-size: 4.5vw;
  }

  .supplement-message .h3title {
    font-size: 5vw !important;
  }

  .supplement-message .text {
    font-size: 4.5vw;
    text-align: left;
  }

  .supplement-message ul {
    margin-top: 20px;
    width: 100%;
  }

  .supplement-message ul li {
    font-size: 4.5vw;
    display: block;
  }

  .supplement-message ul li span {
    display: block;
    width: auto;
  }

  .supplement-message ul li+li {
    margin-top: 20px;
  }
}


.bannerBlock {
  width: 100%;
  padding: 100px 0 100px;
  background: #FFF8F0;
}

.bannerBlock .banner {
  width: 430px;
  height: 160px;
  background: url(../img/banner_bg.png) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-decoration: none;
}

.bannerBlock .banner span {
  color: #333;
  font-size: 2.2rem;
  line-height: 1.17;
  text-align: center;
}

.bannerBlock .banner .text-green {
  display: block;
  color: #4ABFCE;
  font-size: 2.6rem;
  margin-bottom: 0.3em;
}

.bannerBlock .link {
  margin-top: 0.5em;
}

.bannerBlock .link a {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #245793;
  text-decoration: underline;
}

@media screen and (max-width:767px) {
  .bannerBlock .banner {
    max-width: 430px;
    width: 100%;
    aspect-ratio: 430 / 160;
  }

  .bannerBlock .banner span {
    color: #333;
    font-size: min(5.5vw, 2.2rem);
  }

  .bannerBlock .banner .text-green {
    font-size: min(6.5vw, 2.6rem);
  }

  .bannerBlock .bannerBlock .link a {
    font-size: min(4.5vw, 1.8rem);
  }
}