@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

li {
  list-style-type: none;
}

th {
  font-weight: inherit;
}

address {
  font-style: inherit;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
  }
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  padding: 0;
  border: 0;
}

button:not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  min-width: 1200px;
  padding-top: 112px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    padding-top: 53px;
  }
  body.is-fixed {
    width: 100%;
    position: fixed;
    overflow: hidden;
  }
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}
[v-cloak] {
  visibility: hidden;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.l-container {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .l-container {
    max-width: 100%;
  }
}

.l-container2 {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-container2 {
    max-width: 100%;
    padding: 0 15px;
  }
}

.c-header {
  min-width: 1200px;
  height: 112px;
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  border-bottom: 1px solid rgba(233, 235, 237, 0.1);
  padding: 20px 30px 19px 32px;
}
@media screen and (max-width: 767px) {
  .c-header {
    height: auto;
    min-width: 320px;
    padding: 8px 11px 7px;
  }
}
.c-header__inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.c-header__logo {
  max-width: 220px;
  width: 16.8%;
}
@media screen and (max-width: 767px) {
  .c-header__logo {
    width: 112.5px;
    position: relative;
    z-index: 99;
  }
}
.c-header__logo a {
  display: block;
}
.c-header__logo img {
  width: 100%;
}
.c-header__nav {
  max-width: 80%;
  width: 915px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-header__nav {
    background: #fff;
    max-width: 100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    padding: 53px 0;
  }
}
.c-header__nav.is-open {
  opacity: 1;
  visibility: visible;
}
.c-header__menu {
  width: 560px;
  max-width: 63%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .c-header__menu {
    background: #f2fbf6;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 26px 28px 39px;
  }
}
.c-header__item:not(:last-child) {
  margin-right: 5.7%;
}
@media screen and (max-width: 1280px) {
  .c-header__item:not(:last-child) {
    margin-right: 4.5%;
  }
}
@media screen and (max-width: 767px) {
  .c-header__item:not(:last-child) {
    margin: 0 0 16px;
  }
}
.c-header__txt {
  display: block;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #20334b;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .c-header__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-header__txt {
    display: inline-block;
    font-size: 1.4rem;
    position: relative;
    padding-left: 9px;
  }
  .c-header__txt::before {
    content: "";
    width: 4px;
    height: 2px;
    background: #20334b;
    position: absolute;
    top: 13px;
    left: 0;
  }
}
.c-header__btn {
  width: 33%;
  margin-left: 4%;
  display: flex;
  column-gap: 10%;
}
@media screen and (max-width: 767px) {
  .c-header__btn {
    width: 222px;
    margin: 0;
    position: fixed;
    right: 0;
    bottom: 0;
  }
}
.c-header__btn a {
  display: block;
  background: #00bc46;
  border-radius: 32px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 14px 28px 16px 20px;
}
a.c-header__btn__web {
  background: #f96e35;
}
a.c-header__btn__line {
  background: #00bc46;
  transform: scale(1.15);
}
@media screen and (max-width: 767px) {
  .c-header__btn a {
    font-size: 1.5rem;
    border-radius: 9px 0 0 0;
    padding: 14px 10px 13px;
  }
}
.c-header__btn a::after {
  content: "";
  width: 9px;
  height: 15px;
  background: url("/assets/images/common/icon/icon-arrow-right.svg") no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -7.5px;
}
@media screen and (max-width: 767px) {
  .c-header__btn a::after {
    display: none;
  }
  .c-header__btn a span {
    display: inline-block;
    padding-left: 32px;
    position: relative;
  }
  .c-header__btn a span::before {
    content: "";
    width: 23px;
    height: 15px;
    background: url("/assets/images/common/icon/icon-mail.svg") no-repeat center/cover;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 2px;
    margin: auto;
  }
}
.c-header__hamburger {
  width: 34px;
  height: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  position: absolute;
  top: 2px;
  right: 15px;
}
.c-header__hamburger span {
  display: block;
  background: #122e43;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  margin: 4px auto;
  transition: all 0.3s ease-in-out;
}
.c-header__hamburger.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(8px, 6.5px);
          transform: rotate(45deg) translate(8px, 6.5px);
}
.c-header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.c-header__hamburger.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -6.5px);
          transform: rotate(-45deg) translate(7px, -6.5px);
}

.c-footer {
  padding: 41px 43px;
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding: 38px 30px 17px;
  }
}
.c-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.c-footer__info {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .c-footer__info {
    width: 100%;
  }
}
.c-footer__logo {
  width: 292px;
  margin: 0 0 14px;
}
@media screen and (max-width: 767px) {
  .c-footer__logo {
    width: 175px;
    margin-bottom: 8px;
  }
}
.c-footer__logo a {
  display: block;
}
.c-footer__logo img {
  width: 100%;
}
.c-footer__txt {
  font-size: 1.6rem;
  line-height: 1.68;
  color: #20334b;
  font-weight: 500;
  letter-spacing: 0.95px;
}
@media screen and (max-width: 1280px) {
  .c-footer__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__txt {
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
}
.c-footer__txt:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-footer__txt:not(:last-child) {
    margin-bottom: 11px;
  }
  .c-footer__copyright {
    width: 100%;
    order: 2;
    text-align: center;
    margin-top: 11px;
  }
}
.c-footer__copyright__txt {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #20334b;
  letter-spacing: 0.95px;
}
@media screen and (max-width: 1280px) {
  .c-footer__copyright__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__copyright__txt {
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
}
.c-footer__sitemap {
  width: 36%;
  padding: 0 3px 0 0;
}
@media screen and (max-width: 767px) {
  .c-footer__sitemap {
    width: 100%;
    padding: 0;
    margin-top: 31px;
  }
}
.c-footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-footer__menu {
    justify-content: center;
  }
}
.c-footer__menu__item {
  line-height: 1;
}
.c-footer__menu__item:not(:last-child) {
  border-right: 1px solid #20334b;
  padding-right: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .c-footer__menu__item:not(:last-child) {
    padding-right: 14px;
    margin-right: 14px;
  }
}
.c-footer__menu__txt {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #20334b;
  font-weight: 500;
  letter-spacing: 0.95px;
}
@media screen and (max-width: 1280px) {
  .c-footer__menu__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__menu__txt {
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
}

.c-gotop {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 2px rgba(152, 156, 154, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-gotop {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 130px;
  }
}
.c-gotop img {
  width: 26px;
}
@media screen and (max-width: 767px) {
  .c-gotop img {
    width: 20px;
  }
}
.c-gotop.is-show {
  opacity: 1;
  visibility: visible;
}
.c-gotop.is-bottom {
  bottom: 90px;
}
@media screen and (max-width: 767px) {
  .c-gotop.is-bottom {
    bottom: 60px;
  }
}

.u-green {
  color: #00bc46;
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-btn1 {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn1 {
    width: 280px;
  }
}
.c-btn1__txt {
  display: block;
  text-align: center;
  background: #00bc46;
  border-radius: 44px;
  box-shadow: 3px 7px 0 #0f873c;
  font-size: 2.7rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 800;
  padding: 25px 0 28px;
}
@media screen and (max-width: 767px) {
  .c-btn1__txt {
    font-size: 1.8rem;
    border-radius: 28px;
    padding: 16px 10px 18px;
    box-shadow: 3px 4px 0 #0f873c;
  }
}
.c-btn1__txt span {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-btn1__txt span {
    width: auto;
    display: inline-block;
    padding: 0 12px 0 0;
  }
}
.c-btn1__txt span::after {
  content: "";
  width: 12px;
  height: 20px;
  background: url("/assets/images/common/icon/icon-arrow-right.svg") no-repeat center/cover;
  position: absolute;
  top: calc(50% - 8px);
  right: 31px;
}
@media screen and (max-width: 767px) {
  .c-btn1__txt span::after {
    width: 8px;
    height: 14px;
    right: -12px;
    top: calc(50% - 7px);
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title1 {
  text-align: center;
  font-size: 6.4rem;
  line-height: 1.25;
  color: #20334b;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title1 {
    font-size: 3.85rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 374px) {
  .c-title1 {
    font-size: 3.6rem;
  }
}
.c-title1::after {
  content: "";
  width: 442px;
  height: 288px;
  background: url("/assets/images/common/cloud.png") no-repeat center/cover;
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-title1::after {
    width: 265px;
    height: 172px;
    top: 59%;
  }
}
.c-title1 span {
  position: relative;
  z-index: 2;
}

/*
------------------------------------------------------------*/
.c-title2 {
  text-align: center;
  font-size: 5rem;
  line-height: 1.6;
  color: #20334b;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-title2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 374px) {
  .c-title2 {
    font-size: 2.6rem;
  }
}
.c-title2 .dot {
  display: inline-block;
  position: relative;
}
.c-title2 .dot::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #20334b;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: calc(50% - 4px);
}
@media screen and (max-width: 767px) {
  .c-title2 .dot::before {
    width: 5px;
    height: 5px;
    top: 2px;
    left: calc(50% - 2.5px);
  }
}

/*
------------------------------------------------------------*/
.c-title3 {
  text-align: center;
  font-size: 5rem;
  line-height: 1.55;
  color: #20334b;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-title3 {
    font-size: 3rem;
    line-height: 1.5;
  }
}
.c-title3 span {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .c-title3 span {
    font-size: 2.4rem;
  }
}
.c-title3 span small {
  font-size: 5rem;
  background: url("/assets/images/common/line1.png") no-repeat center bottom/117px 7px;
  padding: 0 7px 3px;
  margin: 0 -5px;
}
@media screen and (max-width: 767px) {
  .c-title3 span small {
    font-size: 3rem;
    background-size: 64px 2px;
  }
}

/*
------------------------------------------------------------*/
.c-title4 {
  text-align: center;
}
.c-title4__sub {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #20334b;
  font-weight: 500;
  position: relative;
  padding: 0 13px;
}
@media screen and (max-width: 767px) {
  .c-title4__sub {
    font-size: 1.3rem;
    padding: 0 8px;
  }
}
.c-title4__sub::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #20334b;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
}
.c-title4__sub::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #20334b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
}
.c-title4__main {
  display: block;
  font-size: 5rem;
  line-height: 1.65;
  color: #20334b;
  font-weight: bold;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .c-title4__main {
    font-size: 3rem;
    margin-top: 2px;
  }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-text1 {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.82;
  color: #20334b;
  font-weight: 500;
  letter-spacing: 0.45px;
}
@media screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.5rem;
    line-height: 1.63;
    letter-spacing: 0.3px;
  }
}
.c-text1 .underline {
  background: url("/assets/images/common/line1.png") no-repeat center bottom/contain;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-text1 .underline {
    padding-bottom: 0;
    background-position: center bottom 1px;
  }
}
.c-text1 .underline small {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .c-text1 .underline small {
    font-size: 2.5rem;
    letter-spacing: 0.5px;
  }
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -12.5px;
}
@media screen and (max-width: 767px) {
  .c-list1 {
    margin: 0;
  }
}
.c-list1__item {
  width: calc(33.3333333333% - 25px);
  margin: 0 12.5px;
  background: #00bc46;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-list1__item {
    width: 100%;
    margin: 0;
    border-radius: 5px;
    box-shadow: none;
  }
}
.c-list1__item:nth-child(3n+2) {
  margin-top: 87px;
}
@media screen and (max-width: 767px) {
  .c-list1__item:nth-child(3n+2) {
    margin: 0;
  }
  .c-list1__item:not(:last-child) {
    margin-bottom: 18px;
  }
}
.c-list1__intro {
  background: #fff;
  padding: 37px 10px 21px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-list1__intro {
    padding: 33px 10px 4px;
  }
}
.c-list1__intro::after {
  content: "";
  width: 100%;
  height: 42px;
  background: url("/assets/images/common/arrow-down.png") no-repeat center/auto 100%;
  position: absolute;
  left: 0;
  bottom: -41px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-list1__intro::after {
    background-size: 100% 100%;
    height: 25px;
    bottom: -25px;
  }
}
.c-list1__img {
  width: 180px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-list1__img {
    width: 162px;
  }
}
.c-list1__ttl {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #20334b;
  font-weight: 500;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .c-list1__ttl {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-top: 15px;
  }
}
.c-list1__ttl span {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-list1__ttl span {
    font-size: 1.5rem;
  }
}
.c-list1__txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #20334b;
  font-weight: 500;
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .c-list1__txt {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 8px;
  }
}
.c-list1__content {
  padding: 73px 37px 40px;
}
@media screen and (max-width: 1280px) {
  .c-list1__content {
    padding: 73px 25px 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-list1__content {
    padding: 48px 18px 26px;
  }
}
.c-list1__ttl2 {
  background: #ffff00;
  border-radius: 58px;
  text-align: center;
  font-size: 3rem;
  line-height: 1.25;
  color: #f96e35;
  font-weight: bold;
  padding: 21px 5px 19px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1280px) {
  .c-list1__ttl2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-list1__ttl2 {
    font-size: 1.8rem;
    padding: 11px 5px 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 374px) {
  .c-list1__ttl2 {
    font-size: 1.5rem;
  }
}
.c-list1__ttl2 span {
  font-size: 2.2rem;
}
@media screen and (max-width: 1280px) {
  .c-list1__ttl2 span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-list1__ttl2 span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 374px) {
  .c-list1__ttl2 span {
    font-size: 1.1rem;
  }
}
.c-list1__txt2 {
  font-size: 2.2rem;
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .c-list1__txt2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-list1__txt2 {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*------------------------------------------------------------
slider
------------------------------------------------------------*/
/*------------------------------------------------------------
mv
------------------------------------------------------------*/
.c-mv {
  position: relative;
}
.c-mv__img {
  width: 100%;
  padding-top: 48.38%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-mv__img {
    padding-top: 0;
  }
}
.c-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-mv__img img {
    height: auto;
    position: relative;
  }
}
.c-mv__info {
  background: rgba(255, 255, 255, 0.8);
  width: 684px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  padding: 46px 60px 53px;
}
@media screen and (max-width: 1280px) {
  .c-mv__info {
    max-width: 540px;
    padding: 26px 40px 33px;
  }
}
@media screen and (max-width: 767px) {
  .c-mv__info {
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    padding: 23px 20px 32px;
  }
}
.c-mv__ttl {
  font-size: 5rem;
  line-height: 1.33;
  color: #20334b;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .c-mv__ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-mv__ttl {
    font-size: 3rem;
    line-height: 1.35;
  }
}
@media screen and (max-width: 374px) {
  .c-mv__ttl {
    font-size: 2.4rem;
  }
}
.c-mv__ttl span {
  font-size: 6.4rem;
  color: #00bc46;
}
@media screen and (max-width: 1280px) {
  .c-mv__ttl span {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-mv__ttl span {
    font-size: 3.85rem;
  }
}
@media screen and (max-width: 374px) {
  .c-mv__ttl span {
    font-size: 3.2rem;
  }
}
.c-mv__txt {
  font-size: 2.2rem;
  line-height: 1.4;
  color: #20334b;
  font-weight: 500;
  margin-top: 24px;
}
@media screen and (max-width: 1280px) {
  .c-mv__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-mv__txt {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 14px;
  }
}
.c-mv__btn {
  display: flex;
  gap: 0 20px;
  margin: 36px auto 0;
}
@media screen and (max-width: 767px) {
  .c-mv__btn {
    width: 279px;
    margin: 27px auto 0;
  }
}
.c-mv__btn a {
  display: block;
  flex: 0 0 calc(50% - 10px);
  text-align: center;
  background: #f96e35;
  border-radius: 47.5px;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  font-weight: 800;
  padding: 31px 20px 34px;
}
a.c-mv__btn__web {
  background: #f96e35;
  transform: scale(0.9);
}
a.c-mv__btn__line {
  background: #00bc46;
  transform: scale(1.1);
}
@media screen and (max-width: 1280px) {
  .c-mv__btn a {
    font-size: 2rem;
    padding: 21px 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-mv__btn a {
    font-size: 1.8rem;
    padding: 19px 20px 20px;
  }
}
.c-mv__btn a span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-mv__btn a span {
    padding-right: 13px;
  }
}
.c-mv__btn a span::after {
  content: "";
  width: 15px;
  height: 24px;
  background: url("/assets/images/common/icon/icon-arrow-right.svg") no-repeat center/cover;
  position: absolute;
  top: calc(50% - 9px);
  right: -19px;
}
@media screen and (max-width: 1280px) {
  .c-mv__btn a span::after {
    width: 10px;
    height: 16px;
    top: calc(50% - 7px);
  }
}
@media screen and (max-width: 767px) {
  .c-mv__btn a span::after {
    width: 10px;
    height: 15px;
    top: calc(50% - 6px);
    right: -12px;
  }
}
.c-mv__img2 img {
  width: 100%;
}

/*------------------------------------------------------------
block
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-banner__ttl {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .c-banner__ttl {
    width: 97.5%;
  }
}
.c-banner__ttl img {
  width: 100%;
}
.c-banner__box {
  max-width: calc(100% - 127px);
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .c-banner__box {
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .c-banner__box {
    max-width: 100%;
    padding: 0 25px;
    margin-top: 27px;
  }
}
.c-banner__info {
  width: 61%;
  padding: 49px 0 0;
}
@media screen and (max-width: 1280px) {
  .c-banner__info {
    padding: 29px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-banner__info {
    width: 100%;
    padding: 0;
  }
}
.c-banner__img {
  width: 38.5%;
  margin: -12% -8px 0 0;
}
@media screen and (max-width: 767px) {
  .c-banner__img {
    width: 100%;
    margin: 28px 13px 0;
  }
}
.c-banner__img img {
  width: 100%;
}
.c-banner__item {
  font-size: 2.2rem;
  line-height: 2.1;
  color: #20334b;
  font-weight: 500;
  letter-spacing: 1.35px;
  position: relative;
  padding-left: 54px;
}
@media screen and (max-width: 1280px) {
  .c-banner__item {
    font-size: 1.8rem;
    padding-left: 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-banner__item {
    font-size: 1.5rem;
    line-height: 1.65;
    padding-left: 28px;
    letter-spacing: 0.9px;
  }
}
.c-banner__item::before {
  content: "";
  width: 34px;
  height: 22px;
  background: url("/assets/images/common/icon/icon-checked.svg") no-repeat center/cover;
  position: absolute;
  top: 14px;
  left: 2px;
}
@media screen and (max-width: 1280px) {
  .c-banner__item::before {
    width: 26px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-banner__item::before {
    width: 18px;
    height: 12px;
    top: 7px;
  }
}
.c-banner__item span {
  font-weight: 900;
}
.c-banner__item:not(:last-child) {
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .c-banner__item:not(:last-child) {
    margin-bottom: 14px;
  }
}

/*
------------------------------------------------------------*/
.c-banner2 {
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 43px 150px 59px;
}
@media screen and (max-width: 767px) {
  .c-banner2 {
    border-radius: 5px;
    padding: 40px 10px 25px;
  }
}
.c-banner2__ttl {
  text-align: center;
  font-size: 4rem;
  line-height: 1.63;
  color: #20334b;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .c-banner2__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-banner2__ttl {
    font-size: 2.4rem;
    line-height: 1.46;
  }
}
@media screen and (max-width: 374px) {
  .c-banner2__ttl {
    font-size: 2rem;
  }
}
.c-banner2__ttl small {
  font-size: 3rem;
}
@media screen and (max-width: 1280px) {
  .c-banner2__ttl small {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-banner2__ttl small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 374px) {
  .c-banner2__ttl small {
    font-size: 1.4rem;
  }
}
.c-banner2__ttl span:not(.dot) {
  font-size: 5rem;
}
@media screen and (max-width: 1280px) {
  .c-banner2__ttl span:not(.dot) {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-banner2__ttl span:not(.dot) {
    font-size: 3rem;
  }
}
@media screen and (max-width: 374px) {
  .c-banner2__ttl span:not(.dot) {
    font-size: 2.4rem;
  }
}
.c-banner2__ttl .dot {
  position: relative;
}
.c-banner2__ttl .dot::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #20334b;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: calc(50% - 4px);
}
@media screen and (max-width: 767px) {
  .c-banner2__ttl .dot::before {
    width: 5px;
    height: 5px;
    top: -2px;
    left: calc(50% - 2.5px);
  }
}
.c-banner2__txt {
  text-align: center;
  font-size: 3rem;
  line-height: 1.5;
  color: #00bc46;
  font-weight: bold;
  margin-top: 14px;
}
@media screen and (max-width: 1280px) {
  .c-banner2__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-banner2__txt {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 16px;
  }
}
@media screen and (max-width: 374px) {
  .c-banner2__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-banner2__imgbox {
    display: flex;
    flex-wrap: wrap;
    margin: 29px -14px 0 0;
    padding: 0 0 0 13px;
  }
}
.c-banner2__img1 {
  width: 170px;
  height: 274px;
  position: absolute;
  top: 47.5%;
  left: 1.9%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 1280px) {
  .c-banner2__img1 {
    left: 1%;
  }
}
@media screen and (max-width: 767px) {
  .c-banner2__img1 {
    width: 100%;
    margin-right: -10px;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.c-banner2__img1 img {
  width: 100%;
}
.c-banner2__img2 {
  width: 217px;
  height: 283px;
  position: absolute;
  top: 46.5%;
  right: -3.2%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 1280px) {
  .c-banner2__img2 {
    right: -1.5%;
  }
}
.c-banner2__img2 img {
  width: 100%;
}

/*
------------------------------------------------------------*/
.c-box1 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 28px 38px;
}
@media screen and (max-width: 767px) {
  .c-box1 {
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    padding: 22px 20px 25px;
  }
}
.c-box1 + .c-box1 {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .c-box1 + .c-box1 {
    margin-top: 20px;
  }
}
.c-box1__img {
  width: 27.6%;
}
@media screen and (max-width: 767px) {
  .c-box1__img {
    width: 100%;
    padding: 0 2px;
  }
}
.c-box1__img img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-box1__img img {
    border-radius: 5px;
  }
}
.c-box1__info {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .c-box1__info {
    width: 100%;
    margin-top: 24px;
  }
}
.c-box1__ttl {
  font-size: 3rem;
  line-height: 1.75;
  color: #20334b;
  font-weight: 900;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .c-box1__ttl {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 1.45px;
  }
}
@media screen and (max-width: 374px) {
  .c-box1__ttl {
    font-size: 1.6rem;
  }
}
.c-box1__ttl span {
  background: #ffff00;
  color: #00bc46;
  padding-left: 3px;
}
.c-box1__txt {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #20334b;
  font-weight: 500;
  letter-spacing: 1.3px;
  margin-top: 13px;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .c-box1__txt {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.9px;
    margin-top: 11px;
    padding: 0;
  }
}
@media screen and (max-width: 374px) {
  .c-box1__txt {
    font-size: 1.3rem;
  }
}
.c-box1__txt span {
  background: url("/assets/images/common/line3.png") no-repeat center bottom/100% 4px;
  padding-bottom: 3px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-box1__txt span {
    background-size: 100% 3px;
  }
}
.c-box1__txt span.underlineSP {
  background: none;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-box1__txt span.underlineSP {
    background: url("/assets/images/common/line3.png") no-repeat center bottom/100% 3px;
  }
}
.c-box1__btn {
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-box1__btn {
    margin-top: 42px;
  }
}
.c-box1__btn__txt {
  display: inline-flex;
  background: #def6e7;
  border-radius: 24px;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #20334b;
  font-weight: 500;
  padding: 7px 23px 10px;
}
@media screen and (max-width: 767px) {
  .c-box1__btn__txt {
    font-size: 1.5rem;
    padding: 2px 15px 6px;
  }
}
.c-box1__btn__txt span {
  color: #00bc46;
  font-weight: bold;
  position: relative;
  padding-left: 24px;
  margin-left: 20px;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .c-box1__btn__txt span {
    padding-left: 15px;
    margin-left: 15px;
  }
}
.c-box1__btn__txt span::before {
  content: "";
  width: 13px;
  height: 20px;
  background: url("/assets/images/common/icon/icon-arrow-right2.svg") no-repeat center/100% 100%;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-box1__btn__txt span::before {
    width: 8px;
    height: 10px;
    top: 6px;
  }
}
.c-box1--reverse {
  flex-direction: row-reverse;
  padding: 28px 42px 27px 47px;
}
@media screen and (max-width: 767px) {
  .c-box1--reverse {
    padding: 22px 20px 25px;
  }
}
.c-box1--reverse .c-box1__img {
  width: 27.9%;
}
@media screen and (max-width: 767px) {
  .c-box1--reverse .c-box1__img {
    width: 100%;
  }
}
.c-box1--reverse .c-box1__txt {
  margin-top: 8px;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 767px) {
  .c-box1--reverse .c-box1__txt {
    margin-top: 9px;
    padding: 0;
  }
}
.c-box1--reverse .c-box1__btn {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .c-box1--reverse .c-box1__btn {
    margin-top: 39px;
  }
}

/*
------------------------------------------------------------*/
.c-box2 {
  max-width: 1063px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  padding: 69px 20px 70px;
}
@media screen and (max-width: 767px) {
  .c-box2 {
    border-radius: 5px;
    padding: 42px 20px 47px;
  }
}
.c-box2__ttl {
  text-align: center;
}
.c-box2__ttlsub {
  display: block;
  font-size: 4rem;
  line-height: 1.6;
  color: #20334b;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-box2__ttlsub {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 374px) {
  .c-box2__ttlsub {
    font-size: 2rem;
  }
}
.c-box2__ttlsub span {
  color: #00bc46;
}
.c-box2__ttlmain {
  display: block;
  font-size: 5rem;
  line-height: 1.3;
  color: #20334b;
  font-weight: bold;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .c-box2__ttlmain {
    font-size: 3rem;
    margin-top: 2px;
  }
}
@media screen and (max-width: 374px) {
  .c-box2__ttlmain {
    font-size: 2.6rem;
  }
}
.c-box2 .c-btn1 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-box2 .c-btn1 {
    margin-top: 29px;
  }
}

/*
------------------------------------------------------------*/
.c-box3__ttl {
  text-align: center;
  font-size: 4rem;
  line-height: 1.7;
  color: #20334b;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-box3__ttl {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.c-box3__txt {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #20334b;
  font-weight: 500;
  letter-spacing: 1.3px;
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .c-box3__txt {
    font-size: 1.5rem;
    line-height: 1.75;
    letter-spacing: 0;
    margin-top: 12px;
  }
}
.c-box3__img {
  max-width: 100%;
  width: 435px;
  text-align: center;
  margin: 83px auto 0;
}
@media screen and (max-width: 767px) {
  .c-box3__img {
    width: 80%;
    margin: 32px auto 0;
  }
}

/*
------------------------------------------------------------*/
.c-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-flow__list {
  width: calc(100% - 95px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 19px 0 0;
}
@media screen and (max-width: 767px) {
  .c-flow__list {
    width: 100%;
    padding: 0 0 10px;
  }
}
.c-flow__item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  padding: 48px 32px 45px 42px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-flow__item {
    width: 100% !important;
    padding: 1px 24px 21px 30px;
  }
}
@media screen and (max-width: 374px) {
  .c-flow__item {
    padding: 1px 14px 21px 20px !important;
  }
}
.c-flow__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 26px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .c-flow__item::after {
    border-width: 16px 13.5px 0 13.5px;
    border-color: #fff transparent transparent transparent;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -11px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.c-flow__item:nth-child(1) {
  width: 37.8%;
}
.c-flow__item:nth-child(2) {
  width: 30.5%;
  padding: 48px 46px 45px;
}
@media screen and (max-width: 767px) {
  .c-flow__item:nth-child(2) {
    padding: 1px 30px 22px 30px;
  }
}
.c-flow__item:nth-child(2) .c-flow__number {
  left: 34px;
}
@media screen and (max-width: 767px) {
  .c-flow__item:nth-child(2) .c-flow__number {
    left: 0;
  }
}
.c-flow__item:nth-child(3) {
  width: 27.3%;
  padding: 48px 32px 45px;
}
@media screen and (max-width: 767px) {
  .c-flow__item:nth-child(3) {
    padding: 1px 30px 25px 30px;
  }
}
.c-flow__item:nth-child(3) .c-flow__heading {
  margin: 4px 0 38px;
}
@media screen and (max-width: 767px) {
  .c-flow__item:nth-child(3) .c-flow__heading {
    margin: 1px 0;
  }
  .c-flow__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.c-flow__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .c-flow__heading {
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 17px;
  }
}
.c-flow__heading.center {
  text-align: center;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .c-flow__heading.center {
    margin-bottom: 1px;
  }
}
.c-flow__number {
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 8px;
  color: rgba(0, 188, 70, 0.1);
  font-weight: bold;
  position: absolute;
  top: 5px;
  left: 21px;
}
@media screen and (max-width: 767px) {
  .c-flow__number {
    font-size: 7.75rem;
    letter-spacing: -5px;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 7px 10px -17px;
  }
}
@media screen and (max-width: 374px) {
  .c-flow__number {
    font-size: 6.5rem;
  }
}
.c-flow__ttl {
  min-height: 73px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 3rem;
  line-height: 1.6;
  color: #20334b;
  font-weight: 900;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1280px) {
  .c-flow__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flow__ttl {
    display: block;
    text-align: center;
    min-height: 52px;
    flex: none;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 374px) {
  .c-flow__ttl {
    min-height: 45px;
    font-size: 1.6rem;
  }
}
.c-flow__ttl span {
  display: block;
  position: relative;
  padding-top: 17px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-flow__ttl span {
    display: inline-block;
    margin: 0 0 0 2px;
    padding: 0 0 0 18px;
  }
}
.c-flow__ttl span::before {
  content: "";
  width: 19px;
  height: 12px;
  background: url("/assets/images/common/icon/icon-arrow-down.svg") no-repeat center/100% 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 9px);
}
@media screen and (max-width: 767px) {
  .c-flow__ttl span::before {
    width: 18px;
    height: 11px;
    background: url("/assets/images/common/icon/icon-arrow-right2.svg") no-repeat center/100% 100%;
    top: 10px;
    left: 0;
  }
}
.c-flow__tag {
  display: flex;
  width: 102px;
}
@media screen and (max-width: 1280px) {
  .c-flow__tag {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-flow__tag {
    width: 62px;
    margin: 0 0 -2px 2px;
  }
}
.c-flow__tag img {
  width: 100%;
}
.c-flow__txt {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #20334b;
  font-weight: 500;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 767px) {
  .c-flow__txt {
    font-size: 1.5rem;
    line-height: 1.75;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 374px) {
  .c-flow__txt {
    font-size: 1.3rem;
  }
}
.c-flow__note {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #20334b;
  font-weight: 500;
  letter-spacing: 0.95px;
  padding-left: 18px;
  position: relative;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .c-flow__note {
    font-size: 1.2rem;
    letter-spacing: 0.25px;
    padding-left: 14px;
  }
}
@media screen and (max-width: 374px) {
  .c-flow__note {
    font-size: 1.1rem;
  }
}
.c-flow__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.c-flow__box {
  width: 89px;
  background: #00bc46;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  font-size: 4.4rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 900;
  padding: 10px 10px 24px;
}
@media screen and (max-width: 767px) {
  .c-flow__box {
    width: 100%;
    font-size: 2.6rem;
    letter-spacing: 5.7px;
    padding: 7px 10px 15px;
    margin-top: 6px;
  }
}

/*
------------------------------------------------------------*/
.c-faq {
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-faq {
    border-radius: 5px;
  }
}
.c-faq + .c-faq {
  margin-top: 29px;
}
@media screen and (max-width: 767px) {
  .c-faq + .c-faq {
    margin-top: 23px;
  }
}
.c-faq__heading {
  padding: 31px 105px 34px 47px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-faq__heading {
    padding: 20px 55px 16px 19px;
  }
}
.c-faq__heading::after {
  content: "";
  width: 30px;
  height: 15px;
  background: url("/assets/images/common/icon/icon-arrow-down2.svg") no-repeat center/100% 100%;
  position: absolute;
  top: calc(50% - 9px);
  right: 69px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-faq__heading::after {
    width: 20px;
    height: 10px;
    top: calc(50% - 2px);
    right: 27px;
  }
}
.c-faq__heading.is-open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.c-faq__ttl {
  font-size: 3rem;
  line-height: 1.75;
  color: #20334b;
  font-weight: 900;
  letter-spacing: 2.4px;
  position: relative;
  padding-left: 46px;
}
@media screen and (max-width: 767px) {
  .c-faq__ttl {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 1.45px;
    padding-left: 28px;
  }
}
.c-faq__ttl::before {
  content: "Q.";
  color: #00bc46;
  position: absolute;
  top: 0;
  left: 0;
}
.c-faq__info {
  display: none;
  padding: 34px 48px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-faq__info {
    padding: 18px 18px 23px 39px;
  }
}
.c-faq__info::before {
  content: "A.";
  font-size: 2.2rem;
  line-height: 1.5;
  color: #f96e35;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-faq__info::before {
    font-size: 1.3rem;
    position: absolute;
    top: 22px;
    left: 20px;
  }
}
.c-faq__info::after {
  content: "";
  width: calc(100% - 68px);
  height: 2px;
  background: #20334b;
  position: absolute;
  top: 0;
  left: 34px;
}
@media screen and (max-width: 767px) {
  .c-faq__info::after {
    width: calc(100% - 38px);
    height: 1px;
    left: 19px;
  }
}
.c-faq__txt {
  display: inline;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #20334b;
  font-weight: 500;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 767px) {
  .c-faq__txt {
    display: block;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.9px;
  }
}
.c-faq__txt span {
  font-weight: 900;
}

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px;
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
.p-top1 {
  padding: 152px 0 104px;
}
@media screen and (max-width: 767px) {
  .p-top1 {
    padding: 91px 0 12px;
  }
}
.p-top1 .c-title2 {
  margin-top: 128px;
}
@media screen and (max-width: 767px) {
  .p-top1 .c-title2 {
    margin-top: 56px;
  }
}
.p-top1 .c-text1 {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .p-top1 .c-text1 {
    margin-top: 21px;
  }
}
.p-top1 .c-banner {
  margin-top: 67px;
}
@media screen and (max-width: 767px) {
  .p-top1 .c-banner {
    margin-top: 35px;
  }
}
.p-top2 {
  background: rgba(0, 188, 70, 0.13);
  padding: 126px 0 130px;
}
@media screen and (max-width: 767px) {
  .p-top2 {
    padding: 53px 0 50px;
  }
}
.p-top2 .c-list1 {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-top2 .c-list1 {
    margin-top: 58px;
  }
}
.p-top2 .c-banner2 {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-top2 .c-banner2 {
    margin-top: 22px;
  }
}
.p-top3 {
  padding: 105px 0 169px;
}
@media screen and (max-width: 767px) {
  .p-top3 {
    padding: 35px 0 61px;
  }
}
.p-top3 .c-title4 {
  margin-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .p-top3 .c-title4 {
    margin-bottom: 28px;
  }
}
.p-top4 {
  background: linear-gradient(73.6deg, rgb(0, 188, 70) 0%, rgb(0, 188, 70) 50.3%, rgb(43, 199, 101) 50.3%);
  padding: 112px 0 115px;
}
@media screen and (max-width: 767px) {
  .p-top4 {
    background: linear-gradient(73.1deg, rgb(0, 188, 70) 0%, rgb(0, 188, 70) 51%, rgb(43, 199, 101) 51%);
    padding: 49px 0;
  }
}
.p-top5 {
  background: #def6e7;
  padding: 103px 0 105px;
}
@media screen and (max-width: 767px) {
  .p-top5 {
    padding: 60px 0 62px;
  }
}
.p-top5 .c-flow {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top5 .c-flow {
    margin-top: 39px;
  }
}
.p-top5 .c-box3 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-top5 .c-box3 {
    margin-top: 49px;
  }
}
.p-top6 {
  background: #f2fcf6;
  padding: 129px 0 173px;
}
@media screen and (max-width: 767px) {
  .p-top6 {
    padding: 52px 0 55px;
  }
}
.p-top6 .c-title4 {
  margin-bottom: 69px;
}
@media screen and (max-width: 767px) {
  .p-top6 .c-title4 {
    margin-bottom: 44px;
  }
}

/* add form */
.p-top7 {
  padding: 100px 0;
  background-color: #f4f4f4;
}
.c-form {
  padding-top: 50px;
}
.form_row {
  display: flex;
  margin: 0 -15px;
}
.form_col {
  flex: 0 0 50%;
  padding: 0 15px;
}
.form_group {
  margin-bottom: 30px;
}
.form_label {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 10px;
}
.form_label span.required {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 30px;
  background-color: #00bc46;
  color: #fff;
  font-size: 1.7rem;
  border-radius: 5px;
}
.form_control {
  width: 100%;
  border: 2px solid #a3abb3;
  border-radius: 10px;
  height: 50px;
  padding: 10px 20px;
  font-size: 20px;
}
.form_memo {
  text-align: center;
}
.form_memo a {
  text-decoration: underline;
}
.form_memo a:hover {
  text-decoration: none;
}
.form_btn {
  text-align: center;
}
.form_btn .btn button {
  display: block;
  margin: 0 auto;
  text-align: center;
  background: #f96e35;
  border-radius: 60px;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-weight: 800;
  padding: 20px;
  cursor: pointer;
  width: 500px;
}
@media screen and (max-width: 767px) {
.c-header__btn {
  width: 100%;
  column-gap: 0;
}
.c-header__btn a {
  width: 100%;
  border-radius: 0;
}
a.c-header__btn__line {
  transform: scale(1);
}
.c-mv__btn {
  display: block;
}
a.c-mv__btn__line {
  transform: scale(1);
  margin-top: 10px;
}
.p-top7 {
  padding: 50px 0;
}
.c-form {
  padding-top: 30px;
}
.form_row {
    margin: 0 -5px;
}
.form_col {
    padding: 0 5px;
}
.form_control {
    padding: 0 10px;
}
  .form_btn .btn button {
    font-size: 20px;
    padding: 20px;
    width: 100%;
  }
  .grecaptcha-badge {
    bottom: 60px !important;
  }
}
