@charset "UTF-8";
html {
  overflow-x: hidden;
}

.fv_main.pc {
  position: relative;
  background-image: url(../img/fv_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 28.125vw;
}
@media (max-width: 700px) {
  .fv_main.pc {
    display: none;
  }
}
.fv_main.pc .fv_ttl_b {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 0 1.667vw 1.667vw 0;
  display: inline-block;
  background: #102318;
  padding: 2.431vw 4.514vw 2.431vw 14.583vw;
}
.fv_main.pc .fv_ttl_b .txt1 {
  padding: 0.486vw 1.042vw;
  border-radius: 0.556vw;
  color: #102318;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  font-size: 1.111vw;
}
.fv_main.pc .fv_ttl_b h1.ttl {
  font-size: 2.222vw;
  color: #fff;
}
.fv_main.pc .fv_ttl_b h1.ttl span {
  font-size: 3.819vw;
  color: #fff;
}
.fv_main.pc .fv_ttl_b .txt2 {
  color: #fff;
  font-weight: bold;
  font-size: 1.111vw;
}
.fv_main.pc .fv_img {
  position: absolute;
  top: 2.778vw;
  right: 0;
  width: 50.972vw;
}
.fv_main.pc .fv_img img {
  width: 100%;
}

.fv_main.sp {
  position: relative;
  background-image: url(../img/fv_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 28.125vw;
  display: none;
}
@media (max-width: 700px) {
  .fv_main.sp {
    display: flex;
    flex-direction: column;
    margin-top: 0vw;
    position: relative;
    background-image: url(../img/fv_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 118.125vw;
  }
}
.fv_main.sp .fv_ttl_b {
  width: 90%;
  border-radius: 1.667vw;
  display: inline-block;
  background: #102318;
  padding: 4.431vw;
  margin: 0 auto;
  margin-bottom: 7vw;
  margin-top: 5vw;
}
.fv_main.sp .fv_ttl_b .txt1 {
  padding: 0.486vw 1.042vw;
  border-radius: 0.556vw;
  color: #102318;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  font-size: 4.111vw;
}
.fv_main.sp .fv_ttl_b h1.ttl {
  font-size: 7.622vw;
  color: #fff;
}
.fv_main.sp .fv_ttl_b h1.ttl span {
  font-size: 5.819vw;
  color: #fff;
}
.fv_main.sp .fv_ttl_b .txt2 {
  color: #fff;
  font-weight: bold;
  font-size: 3.311vw;
}
.fv_main.sp .fv_img {
  width: 93.972vw;
  margin: 0 auto;
  margin-top: 0vw;
}
.fv_main.sp .fv_img img {
  width: 100%;
}

.problem {
  margin-top: 10.556vw;
  margin-bottom: 7vw;
}
.problem .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .problem .inner {
    width: 69.444vw;
  }
}
@media (max-width: 700px) {
  .problem .inner {
    width: 90%;
  }
}
.problem .inner h2.ttl {
  font-size: 1.625em;
  text-align: center;
}
@media (max-width: 1440px) {
  .problem .inner h2.ttl {
    font-size: 1.806vw;
  }
}
@media (max-width: 700px) {
  .problem .inner h2.ttl {
    font-size: 3.206vw;
    text-align: center;
  }
}
.problem .inner h2.ttl span {
  font-size: 1.54em;
  color: #429561;
}
@media (max-width: 1440px) {
  .problem .inner h2.ttl span {
    font-size: 2.778vw;
  }
}
@media (max-width: 700px) {
  .problem .inner h2.ttl span {
    font-size: 5.778vw;
  }
}
.problem .inner h2.ttl span br {
  display: none;
}
@media (max-width: 700px) {
  .problem .inner h2.ttl span br {
    display: block;
  }
}
.problem .inner .problem_img {
  margin-top: 80px;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .problem .inner .problem_img {
    margin-top: 5.556vw;
    margin-bottom: 5.556vw;
  }
}
.problem .inner .problem_img img {
  width: 100%;
}
.problem .problem_txt {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  padding: 0 4vw;
  line-height: 1.75;
}
@media (max-width: 1440px) {
  .problem .problem_txt {
    font-size: 2.847vw;
  }
}
@media (max-width: 700px) {
  .problem .problem_txt {
    padding: 0;
    font-size: 4.847vw;
    width: 95%;
    margin: 0 auto;
    line-height: 1.75;
  }
}
.problem .problem_txt .sp_only {
  display: none;
}
@media (max-width: 700px) {
  .problem .problem_txt .sp_only {
    display: block;
  }
}
.problem .problem_txt .span1 {
  font-size: 1em;
  padding: 0.486vw 1.042vw;
  color: #fff;
  background: #429561;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1440px) {
  .problem .problem_txt .span1 {
    font-size: 2.847vw;
  }
}
@media (max-width: 700px) {
  .problem .problem_txt .span1 {
    padding: 1.486vw 2.042vw;
    font-size: 4.847vw;
    color: #fff;
    background: #429561;
    font-weight: bold;
    text-align: center;
  }
}
.problem .problem_txt .span2 {
  font-size: 1em;
  color: #429561;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1440px) {
  .problem .problem_txt .span2 {
    font-size: 2.847vw;
  }
}
@media (max-width: 700px) {
  .problem .problem_txt .span2 {
    font-size: 4.847vw;
  }
}

.how_to_take {
  padding: 13.889vw 0 6.25vw;
  background: #d9eedd;
  -webkit-clip-path: polygon(50% 15%, 100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(50% 15%, 100% 0, 100% 100%, 0 100%, 0 0);
}
@media (max-width: 700px) {
  .how_to_take {
    -webkit-clip-path: polygon(50% 3%, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 3%, 100% 0, 100% 100%, 0 100%, 0 0);
    padding: 24.889vw 0 14.25vw;
  }
}
.how_to_take .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .how_to_take .inner {
    width: 69.444vw;
  }
}
@media (max-width: 700px) {
  .how_to_take .inner {
    width: 90%;
    margin: 0 auto;
  }
}
.how_to_take .inner h2.ttl {
  margin-bottom: 1.736vw;
  font-size: 2.188em;
  text-align: center;
  color: #102318;
}
@media (max-width: 700px) {
  .how_to_take .inner h2.ttl {
    font-size: 5.231vw;
  }
}
.how_to_take .inner .txt {
  font-size: 1.07em;
  line-height: 1.75;
}
@media (max-width: 700px) {
  .how_to_take .inner .txt {
    font-size: 4.181vw;
    margin-bottom: 5vw;
  }
}
.how_to_take .inner .txt .sp_only {
  display: block;
}
@media (max-width: 700px) {
  .how_to_take .inner .txt .sp_only {
    display: none;
  }
}
.how_to_take .inner .pic_wrap {
  margin-top: 2.222vw;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .how_to_take .inner .pic_wrap {
    display: block;
  }
}
.how_to_take .inner .pic_wrap .pic_b {
  width: 234px;
}
@media (max-width: 1440px) {
  .how_to_take .inner .pic_wrap .pic_b {
    width: 16.25vw;
  }
}
@media (max-width: 700px) {
  .how_to_take .inner .pic_wrap .pic_b {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.how_to_take .inner .pic_wrap .pic_b img {
  width: 100%;
}

.award {
  padding: 3.333vw 0 6.25vw;
}
@media (max-width: 700px) {
  .award {
    padding: 14.333vw 0;
  }
}
.award .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .award .inner {
    width: 69.444vw;
  }
}
@media (max-width: 700px) {
  .award .inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .award .inner .award_b1.pc {
    display: none;
  }
}
.award .inner .award_b1.pc img {
  width: 100%;
}
.award .inner .award_b1.sp {
  display: none;
}
@media (max-width: 700px) {
  .award .inner .award_b1.sp {
    display: block;
    margin-bottom: 2vw;
    font-size: 4.2vw;
  }
}
.award .inner .award_b1.sp .award_b1_pic {
  margin-bottom: 3vw;
}
.award .inner .award_b1.sp .award_b1_pic img {
  width: 100%;
}
@media (max-width: 700px) {
  .award .inner .award_b1.sp .award_b1_sp_txt {
    font-size: 4.181vw;
  }
}
.award .inner .award_b2 {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
@media (max-width: 1440px) {
  .award .inner .award_b2 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .award .inner .award_b2 {
    flex-direction: column-reverse;
  }
}
.award .inner .award_b2 .left {
  width: 613px;
  flex: 0 0 613px;
}
@media (max-width: 1440px) {
  .award .inner .award_b2 .left {
    width: 42.569vw;
    flex: 0 0 42.569vw;
  }
}
@media (max-width: 700px) {
  .award .inner .award_b2 .left {
    width: 100%;
    flex: auto;
  }
}
.award .inner .award_b2 .left .a_txt1 {
  font-size: 1.25em;
  margin-bottom: 1.944vw;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .award .inner .award_b2 .left .a_txt1 {
    font-size: 1.389vw;
  }
}
@media (max-width: 700px) {
  .award .inner .award_b2 .left .a_txt1 {
    font-size: 5.231vw;
    margin-bottom: 4.944vw;
    font-weight: bold;
  }
}
.award .inner .award_b2 .left .a_txt1 br.sp_only {
  display: none;
}
@media (max-width: 700px) {
  .award .inner .award_b2 .left .a_txt1 br.sp_only {
    display: none;
  }
}
.award .inner .award_b2 .left .a_txt2 {
  font-size: 1.063em;
}
@media (max-width: 1440px) {
  .award .inner .award_b2 .left .a_txt2 {
    font-size: 1.181vw;
  }
}
@media (max-width: 700px) {
  .award .inner .award_b2 .left .a_txt2 {
    font-size: 4.181vw;
  }
}
.award .inner .award_b2 .right {
  width: 292px;
  flex: 0 0 292px;
}
@media (max-width: 1440px) {
  .award .inner .award_b2 .right {
    width: 20.278vw;
    flex: 0 0 20.278vw;
  }
}
@media (max-width: 700px) {
  .award .inner .award_b2 .right {
    margin-top: 3vw;
    margin-bottom: 3vw;
    width: 100%;
    flex: auto;
  }
}
.award .inner .award_b2 .right img {
  width: 100%;
}
.award .inner .award_b3 {
  margin-top: 2.083vw;
}
@media (max-width: 700px) {
  .award .inner .award_b3 {
    margin-top: 6.083vw;
  }
}
.award .inner .award_b3 img.pc {
  width: 100%;
}
@media (max-width: 700px) {
  .award .inner .award_b3 img.pc {
    display: none;
  }
}
.award .inner .award_b3 img.sp {
  display: none;
  width: 100%;
}
@media (max-width: 700px) {
  .award .inner .award_b3 img.sp {
    display: block;
  }
}

.process {
  padding: 8.333vw 0 6.944vw;
  background: #d9eedd;
}
@media (max-width: 700px) {
  .process {
    padding: 14.333vw 0;
  }
}
.process .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .process .inner {
    width: 69.444vw;
  }
}
@media (max-width: 700px) {
  .process .inner {
    width: 90%;
    margin: 0 auto;
  }
}
.process .inner .process_b1 h2.ttl {
  font-size: 2.25em;
  margin-bottom: 1.736vw;
  text-align: center;
  color: #102318;
}
@media (max-width: 1440px) {
  .process .inner .process_b1 h2.ttl {
    font-size: 2.431vw;
  }
}
@media (max-width: 700px) {
  .process .inner .process_b1 h2.ttl {
    font-size: 5.231vw;
    margin-bottom: 3.736vw;
  }
}
.process .inner .process_b1 h2.ttl span {
  font-size: 0.86em;
  position: relative;
  text-align: center;
}
@media (max-width: 1440px) {
  .process .inner .process_b1 h2.ttl span {
    font-size: 2.111vw;
  }
}
@media (max-width: 700px) {
  .process .inner .process_b1 h2.ttl span {
    position: relative;
    top: -0.389vw;
    font-size: 4.111vw;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .process .inner .process_b1 .p_img1.pc_only {
    display: none;
  }
}
.process .inner .process_b1 .p_img1.pc_only img {
  width: 100%;
}
.process .inner .process_b1 .p_img1.sp_only {
  display: none;
  cursor: pointer;
}
@media (max-width: 700px) {
  .process .inner .process_b1 .p_img1.sp_only {
    display: block;
  }
}
.process .inner .process_b1 .p_img1.sp_only img {
  width: 100%;
}
.process .inner .process_b1 .modal_info.sp_only {
  display: none;
  cursor: pointer;
}
@media (max-width: 700px) {
  .process .inner .process_b1 .modal_info.sp_only {
    display: block;
    background: #102318;
    color: #fff;
    text-align: center;
    padding: 4vw 0;
    border-radius: 2vw;
    font-weight: bold;
    font-size: 3.3vw;
    margin-bottom: 2vw;
    font-size: 4.181vw;
  }
}
.process .inner .process_b2 {
  margin-top: 60px;
}
@media (max-width: 1430px) {
  .process .inner .process_b2 {
    margin-top: 4.196vw;
  }
}
@media (max-width: 700px) {
  .process .inner .process_b2 {
    font-size: 4.431vw;
  }
}
.process .inner .process_b2 h2.ttl {
  font-size: 2.188em;
  margin-bottom: 2.917vw;
  text-align: center;
  color: #102318;
}
@media (max-width: 1440px) {
  .process .inner .process_b2 h2.ttl {
    font-size: 2.431vw;
  }
}
@media (max-width: 700px) {
  .process .inner .process_b2 h2.ttl {
    font-size: 5.231vw;
  }
}
.process .inner .process_b2 h2.ttl br {
  display: none;
}
@media (max-width: 700px) {
  .process .inner .process_b2 h2.ttl br {
    display: block;
  }
}
.process .inner .process_b2 h2.ttl.on_margin {
  font-size: 2.188em;
  margin-top: 3.5vw;
  margin-bottom: 2.917vw;
  text-align: center;
  color: #102318;
}
@media (max-width: 1440px) {
  .process .inner .process_b2 h2.ttl.on_margin {
    font-size: 2.431vw;
  }
}
@media (max-width: 700px) {
  .process .inner .process_b2 h2.ttl.on_margin {
    font-size: 5.231vw;
  }
}
.process .inner .process_b2 .process_wrap1.pc {
  display: flex;
  justify-content: space-between;
  margin-top: 1.2vw;
}
@media (max-width: 700px) {
  .process .inner .process_b2 .process_wrap1.pc {
    display: none;
  }
}
.process .inner .process_b2 .process_wrap1.pc .process_b {
  width: 234px;
}
@media (max-width: 1440px) {
  .process .inner .process_b2 .process_wrap1.pc .process_b {
    width: 16.2vw;
  }
}
.process .inner .process_b2 .process_wrap1.pc .process_b .b_pic img {
  width: 100%;
}
.process .inner .process_b2 .process_wrap1.pc .process_b .b_txt {
  font-size: 1.2em;
  text-align: center;
  color: #102318;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .process .inner .process_b2 .process_wrap1.pc .process_b .b_txt {
    font-size: 1.3vw;
  }
}
.process .inner .process_b2 .process_wrap1.sp {
  display: none;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .process .inner .process_b2 .process_wrap1.sp {
    display: flex;
    margin-top: 2.5vw;
    margin-bottom: 4vw;
  }
}
.process .inner .process_b2 .process_wrap1.sp .process_b {
  width: 42.2vw;
}
.process .inner .process_b2 .process_wrap1.sp .process_b .b_pic img {
  width: 100%;
}
.process .inner .process_b2 .process_wrap1.sp .process_b .b_txt {
  font-size: 3.3vw;
  text-align: center;
  color: #102318;
  font-weight: bold;
}
@media (max-width: 700px) {
  .process .inner .process_b2 .process_wrap1.sp .process_b .b_txt {
    font-size: 3.181vw;
  }
}
.process .inner .process_b2 .process_pic_wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .process .inner .process_b2 .process_pic_wrap {
    width: 62.083vw;
  }
}
@media (max-width: 700px) {
  .process .inner .process_b2 .process_pic_wrap {
    display: block;
    width: 100%;
  }
}
.process .inner .process_b2 .process_pic_wrap .process_pic {
  width: 486px;
}
@media (max-width: 1440px) {
  .process .inner .process_b2 .process_pic_wrap .process_pic {
    width: 30.278vw;
  }
}
@media (max-width: 700px) {
  .process .inner .process_b2 .process_pic_wrap .process_pic {
    width: 100%;
  }
}
.process .inner .process_b2 .process_pic_wrap .process_pic img {
  width: 100%;
}
.process .inner .process_b2 .video1 {
  width: 600px;
  margin: 0 auto;
  margin-top: 2.431vw;
}
@media (max-width: 1440px) {
  .process .inner .process_b2 .video1 {
    width: 41.667vw;
  }
}
@media (max-width: 700px) {
  .process .inner .process_b2 .video1 {
    width: 100%;
  }
}
.process .inner .process_b2 .video1 video {
  width: 100%;
}
.process .inner .process_b2 .video1.v1 {
  position: relative;
}
.process .inner .process_b2 .video1.v1:after {
  position: absolute;
  top: calc(50% + 5.069vw);
  transform: translateY(-50%);
  content: "";
  background-image: url(../img/c-deco1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 161px;
  height: 189px;
  right: -219.2px;
}
@media (max-width: 1440px) {
  .process .inner .process_b2 .video1.v1:after {
    width: 11.181vw;
    height: 13.194vw;
    right: -15.139vw;
  }
}
@media (max-width: 700px) {
  .process .inner .process_b2 .video1.v1:after {
    display: none;
  }
}
.process .inner .process_b2 .video1.v2 {
  position: relative;
}
.process .inner .process_b2 .video1.v2:before {
  position: absolute;
  top: calc(50% + 5.069vw);
  transform: translateY(-50%);
  content: "";
  background-image: url(../img/c-deco2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 195px;
  left: -142.2px;
}
@media (max-width: 1440px) {
  .process .inner .process_b2 .video1.v2:before {
    width: 6.319vw;
    height: 13.542vw;
    left: -10.139vw;
  }
}
@media (max-width: 700px) {
  .process .inner .process_b2 .video1.v2:before {
    display: none;
  }
}
.process .inner .process_b2 .video1.v3 {
  position: relative;
}
.process .inner .process_b2 .video1.v3:after {
  position: absolute;
  top: calc(50% + 8.069vw);
  transform: translateY(-50%);
  content: "";
  background-image: url(../img/c-deco3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 161px;
  height: 103px;
  right: -216.2px;
}
@media (max-width: 1440px) {
  .process .inner .process_b2 .video1.v3:after {
    width: 11.181vw;
    height: 7.194vw;
    right: -15.139vw;
  }
}
@media (max-width: 700px) {
  .process .inner .process_b2 .video1.v3:after {
    display: none;
  }
}
.process .inner .process_b2 .video1 {
  width: 600px;
  margin: 0 auto;
  margin: 0 auto;
  margin-top: 2.431vw;
}
@media (max-width: 1440px) {
  .process .inner .process_b2 .video1 {
    width: 41.667vw;
  }
}
@media (max-width: 700px) {
  .process .inner .process_b2 .video1 {
    width: 100%;
  }
}
.process .inner .process_b2 .video1 video {
  width: 100%;
}
.process .inner .sec2 {
  margin-top: 6.25vw;
}

.merit {
  padding: 5.556vw 0;
}
@media (max-width: 700px) {
  .merit {
    padding: 14.333vw 0;
  }
}
.merit .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .merit .inner {
    width: 69.444vw;
  }
}
@media (max-width: 700px) {
  .merit .inner {
    width: 90%;
  }
}
.merit .inner h2.ttl {
  font-size: 2.25em;
  margin-bottom: 4.222vw;
  text-align: center;
  color: #102318;
}
@media (max-width: 1440px) {
  .merit .inner h2.ttl {
    font-size: 2.431vw;
  }
}
@media (max-width: 700px) {
  .merit .inner h2.ttl {
    font-size: 5.231vw;
  }
}
.merit .inner .merit_con .merit_b {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1440px) {
  .merit .inner .merit_con .merit_b {
    gap: 2.083vw;
  }
}
@media (max-width: 700px) {
  .merit .inner .merit_con .merit_b {
    gap: 0;
  }
}
.merit .inner .merit_con .merit_b .left {
  width: 13.889vw;
  flex: 0 0 13.889vw;
}
@media (max-width: 700px) {
  .merit .inner .merit_con .merit_b .left {
    width: 32vw;
    flex: 0 0 32vw;
  }
}
.merit .inner .merit_con .merit_b .left img {
  width: 100%;
}
.merit .inner .merit_con .merit_b .right {
  font-size: 1.5em;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .merit .inner .merit_con .merit_b .right {
    font-size: 1.667vw;
  }
}
@media (max-width: 700px) {
  .merit .inner .merit_con .merit_b .right {
    font-size: 3.8vw;
  }
}
.merit .inner .merit_con .merit_b .right span {
  font-size: 1em;
  color: #23298f;
}
@media (max-width: 1440px) {
  .merit .inner .merit_con .merit_b .right span {
    font-size: 1.667vw;
  }
}
@media (max-width: 700px) {
  .merit .inner .merit_con .merit_b .right span {
    font-size: 4.531vw;
  }
}
.merit .inner .merit_con .merit_b .right small {
  font-size: 0.65em;
}
@media (max-width: 1440px) {
  .merit .inner .merit_con .merit_b .right small {
    font-size: 1.267vw;
  }
}
@media (max-width: 700px) {
  .merit .inner .merit_con .merit_b .right small {
    font-size: 4.181vw;
  }
}
.merit .inner .merit_con .merit_b .right .sp_only {
  display: none;
}
@media (max-width: 700px) {
  .merit .inner .merit_con .merit_b .right .sp_only {
    display: block;
  }
}
@media (max-width: 700px) {
  .merit .inner .merit_con .merit_b .right .pc_only {
    display: none;
  }
}
.merit .inner .merit_con .merit_b .right .sp_only {
  display: none;
}
@media (max-width: 700px) {
  .merit .inner .merit_con .merit_b .right .sp_only {
    display: block;
  }
}
.merit .inner .merit_con:after {
  margin: 1.389vw auto;
  display: block;
  content: "";
  width: 100%;
  height: 0.139vw;
  background: #102318;
}
@media (max-width: 700px) {
  .merit .inner .merit_con:after {
    margin: 7.389vw auto;
  }
}
.merit .inner .merit_con.last:after {
  display: none;
}

.can_be_send {
  padding: 8.333vw 0;
  background: #f5f3f1;
}
@media (max-width: 700px) {
  .can_be_send {
    padding: 14.333vw 0;
  }
}
.can_be_send .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .can_be_send .inner {
    width: 69.444vw;
  }
}
@media (max-width: 700px) {
  .can_be_send .inner {
    width: 90%;
  }
}
.can_be_send .inner h2.ttl {
  font-size: 2.25em;
  margin-bottom: 0.694vw;
  text-align: center;
  color: #102318;
}
@media (max-width: 1440px) {
  .can_be_send .inner h2.ttl {
    font-size: 2.431vw;
  }
}
@media (max-width: 700px) {
  .can_be_send .inner h2.ttl {
    font-size: 5.231vw;
    line-height: 1;
  }
}
.can_be_send .inner h2.ttl span {
  font-size: 0.45em;
  position: relative;
  top: -1.389vw;
  text-align: center;
}
@media (max-width: 1440px) {
  .can_be_send .inner h2.ttl span {
    font-size: 1.111vw;
  }
}
@media (max-width: 700px) {
  .can_be_send .inner h2.ttl span {
    font-size: 3.311vw;
    top: 2vw;
  }
}
.can_be_send .inner .can_be_send_wrap {
  display: flex;
  gap: 1.806vw;
  justify-content: center;
}
@media (max-width: 700px) {
  .can_be_send .inner .can_be_send_wrap {
    margin-top: 8vw;
    display: block;
  }
}
.can_be_send .inner .can_be_send_wrap .c_img {
  width: 33.611vw;
}
@media (max-width: 700px) {
  .can_be_send .inner .can_be_send_wrap .c_img:first-of-type {
    margin-bottom: 6vw;
  }
}
@media (max-width: 700px) {
  .can_be_send .inner .can_be_send_wrap .c_img {
    width: 100%;
  }
}
.can_be_send .inner .can_be_send_wrap .c_img img.pc_only {
  width: 100%;
}
@media (max-width: 700px) {
  .can_be_send .inner .can_be_send_wrap .c_img img.pc_only {
    display: none;
  }
}
.can_be_send .inner .can_be_send_wrap .c_img img.sp_only {
  display: none;
}
@media (max-width: 700px) {
  .can_be_send .inner .can_be_send_wrap .c_img img.sp_only {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 4vw;
  }
}

.price {
  padding: 6.25vw 0;
}
@media (max-width: 700px) {
  .price {
    padding: 14.333vw 0;
  }
}
.price .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .price .inner {
    width: 69.444vw;
  }
}
@media (max-width: 700px) {
  .price .inner {
    width: 90%;
  }
}
.price .inner h2.ttl {
  font-size: 1.5em;
  margin-bottom: 1.042vw;
  text-align: center;
  color: #102318;
}
@media (max-width: 1440px) {
  .price .inner h2.ttl {
    font-size: 1.667vw;
  }
}
@media (max-width: 700px) {
  .price .inner h2.ttl {
    font-size: 5.231vw;
  }
}
.price .inner h2.ttl .span1 {
  font-size: 1.68em;
}
@media (max-width: 1440px) {
  .price .inner h2.ttl .span1 {
    font-size: 2.431vw;
  }
}
@media (max-width: 700px) {
  .price .inner h2.ttl .span1 {
    font-size: 4.431vw;
  }
}
.price .inner .under_txt {
  margin-bottom: 2.778vw;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
}
@media (max-width: 1440px) {
  .price .inner .under_txt {
    font-size: 1.111vw;
  }
}
@media (max-width: 700px) {
  .price .inner .under_txt {
    font-size: 3.111vw;
  }
}
.price .inner .table_con {
  overflow-x: auto;
}
@media (max-width: 700px) {
  .price .inner .table_con {
    width: 100%;
  }
}
.price .inner .table_con table {
  border-collapse: collapse;
  width: 100%;
  min-width: 800px;
}
.price .inner .table_con table thead tr th {
  font-size: 0.972vw;
  padding: 0.694vw 0.833vw;
}
@media (max-width: 700px) {
  .price .inner .table_con table thead tr th {
    font-size: 16px;
  }
}
.price .inner .table_con table thead tr th:nth-child(2) {
  background: #60c1c1;
  text-align: center;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.price .inner .table_con table thead tr th:nth-child(3) {
  background: #5075b4;
  text-align: center;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.price .inner .table_con table thead tr th:nth-child(4) {
  text-align: center;
  background: #2d2e91;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.price .inner .table_con table thead tr th.no_border {
  border-top: none;
  border-left: none;
  border-right: none;
}
.price .inner .table_con table tbody {
  border: 1px solid;
}
.price .inner .table_con table tbody tr td {
  width: 249px;
  padding: 10px 12px;
  font-size: 14px;
  text-align: center;
  border: 1px solid;
  font-weight: bold;
  vertical-align: middle;
}
@media (max-width: 1440px) {
  .price .inner .table_con table tbody tr td {
    width: 17.292vw;
    padding: 0.694vw 0.833vw;
    font-size: 0.972vw;
  }
}
@media (max-width: 700px) {
  .price .inner .table_con table tbody tr td {
    font-size: 15px;
    padding: 1.694vw 1.833vw;
  }
}
.price .inner .table_con table tbody tr td:first-of-type {
  text-align: left;
  background: #d9f0de;
  vertical-align: middle;
}
@media (max-width: 700px) {
  .price .inner .table_con table tbody tr td:first-of-type {
    width: 72px;
  }
}
.price .inner .table_con table tbody tr td.color1 {
  color: #60c1c1;
  border: 1px solid #000;
}
.price .inner .table_con table tbody tr td.color2 {
  color: #5075b4;
  border: 1px solid #000;
}
.price .inner .table_con table tbody tr td.color3 {
  color: #2d2e91;
  border: 1px solid #000;
}
.price .inner .table_con table tbody tr td.gray_bg {
  background: #e5e5e5;
  border: 1px solid #000;
}
.price .inner .ps {
  font-size: 12px;
  margin-top: 10px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .price .inner .ps {
    margin-top: 0.694vw;
    font-size: 0.833vw;
  }
}
@media (max-width: 700px) {
  .price .inner .ps {
    font-size: 2.433vw;
  }
}
.price .inner .arrow {
  width: 117px;
  margin: 60px auto 20px;
}
@media (max-width: 1440px) {
  .price .inner .arrow {
    width: 8.125vw;
    margin: 4.167vw auto 1.389vw;
  }
}
@media (max-width: 700px) {
  .price .inner .arrow {
    width: 35%;
    margin: 6.167vw auto;
  }
}
.price .inner .arrow img {
  width: 100%;
}
.price .inner .info_txt_con {
  margin-bottom: 2.778vw;
}
.price .inner .info_txt_con .i_txt1 {
  margin-bottom: 0.347vw;
  text-align: center;
  font-weight: bold;
  font-size: 0.833vw;
}
@media (max-width: 700px) {
  .price .inner .info_txt_con .i_txt1 {
    font-size: 3.833vw;
  }
}
.price .inner .info_txt_con .i_txt2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.111vw;
}
@media (max-width: 700px) {
  .price .inner .info_txt_con .i_txt2 {
    font-size: 5.231vw;
  }
}
.price .inner .info_txt_con .i_txt3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.111vw;
}
@media (max-width: 700px) {
  .price .inner .info_txt_con .i_txt3 {
    text-align: center;
    font-weight: bold;
    font-size: 4.111vw;
  }
}
.price .inner .info_txt_con .i_txt3 span {
  font-size: 1.736vw;
}
@media (max-width: 700px) {
  .price .inner .info_txt_con .i_txt3 span {
    font-size: 7.736vw;
  }
}
.price .inner .per_guideline {
  width: 570px;
  padding: 4px 0;
  gap: 30px;
  border: 4px solid #429561;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ecf4e9;
}
@media (max-width: 1440px) {
  .price .inner .per_guideline {
    width: 39.583vw;
    padding: 0.278vw 0;
    gap: 2.083vw;
    border: 0.278vw solid #429561;
  }
}
@media (max-width: 700px) {
  .price .inner .per_guideline {
    width: 100%;
    display: block;
    padding: 4vw;
    border: 1.278vw solid #429561;
  }
}
.price .inner .per_guideline .left {
  font-size: 20px;
  border-radius: 9999px;
  width: 190px;
  height: 42px;
  background: #429561;
  text-align: center;
  align-content: center;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1440px) {
  .price .inner .per_guideline .left {
    font-size: 1.389vw;
    width: 13.194vw;
    height: 2.917vw;
  }
}
@media (max-width: 700px) {
  .price .inner .per_guideline .left {
    border-radius: 694.375vw;
    background: #429561;
    width: 68%;
    text-align: center;
    align-content: center;
    height: 9.917vw;
    font-size: 4.389vw;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 4vw;
  }
}
.price .inner .per_guideline .right ul li {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .price .inner .per_guideline .right ul li {
    font-size: 1.389vw;
  }
}
@media (max-width: 700px) {
  .price .inner .per_guideline .right ul li {
    font-size: 4.181vw;
    margin-bottom: 2vw;
  }
}
.price .inner .per_guideline .right ul li span {
  font-size: 20px;
  color: #429561;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .price .inner .per_guideline .right ul li span {
    font-size: 1.389vw;
  }
}
@media (max-width: 700px) {
  .price .inner .per_guideline .right ul li span {
    font-size: 3.589vw;
  }
}
.price .inner .table_con2 {
  width: 609px;
  margin: 40px auto;
}
@media (max-width: 1440px) {
  .price .inner .table_con2 {
    width: 42.361vw;
    margin: 2.778vw auto;
  }
}
@media (max-width: 700px) {
  .price .inner .table_con2 {
    width: 100%;
  }
}
.price .inner .table_con2 table thead tr .bg1 {
  padding: 10px 0 12px;
  border-radius: 10px 10px 0 0;
  width: 357px;
  font-size: 22px;
  background: #429561;
  text-align: center;
  border: 1px solid #429561;
  display: inline-block;
  color: #fff;
}
@media (max-width: 1440px) {
  .price .inner .table_con2 table thead tr .bg1 {
    padding: 0.694vw 0.833vw;
    border-radius: 0.694vw 0.694vw 0 0;
    width: 24.792vw;
    font-size: 1.528vw;
  }
}
@media (max-width: 700px) {
  .price .inner .table_con2 table thead tr .bg1 {
    width: 100%;
    font-size: 3.528vw;
    border-radius: 10px 10px 0 0;
  }
}
.price .inner .table_con2 table tbody tr td {
  width: 357px;
  font-size: 14px;
  border: 1px solid #000;
  text-align: center;
  align-content: center;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .price .inner .table_con2 table tbody tr td {
    width: 24.792vw;
    font-size: 0.972vw;
  }
}
@media (max-width: 700px) {
  .price .inner .table_con2 table tbody tr td {
    width: 350px;
    font-size: 3.572vw;
    padding: 2.042vw 1.833vw;
  }
}
.price .inner .table_con2 table tbody tr td:first-of-type {
  width: 250px;
  padding: 15px 12px;
  background: #d9f0de;
  border: 1px solid #000;
  text-align: left;
  vertical-align: baseline;
}
@media (max-width: 1440px) {
  .price .inner .table_con2 table tbody tr td:first-of-type {
    width: 17.361vw;
    padding: 1.042vw 0.833vw;
  }
}
@media (max-width: 700px) {
  .price .inner .table_con2 table tbody tr td:first-of-type {
    width: 246px;
    padding: 2.042vw 1.833vw;
  }
}
.price .inner .table_con2 table tbody tr td:nth-child(2) {
  color: #429561;
}
.price .inner .table_con2 table tbody tr td .sp_only {
  display: none;
}
@media (max-width: 700px) {
  .price .inner .table_con2 table tbody tr td .sp_only {
    display: block;
  }
}
.price .inner .table_con2 table tbody tr td.gray_bg {
  background: #e5e5e5;
  border: 1px solid #000;
}
.price .inner .cta .c_txt {
  font-size: 25px;
  width: 140px;
  position: relative;
  color: #fe6e18;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .price .inner .cta .c_txt {
    font-size: 1.736vw;
    width: 9.722vw;
  }
}
@media (max-width: 700px) {
  .price .inner .cta .c_txt {
    position: relative;
    font-size: 5.736vw;
    color: #fe6e18;
    text-align: center;
    font-weight: bold;
    width: 53%;
    margin: 0 auto;
    margin-top: 5.5vw;
  }
}
.price .inner .cta .c_txt:before {
  width: 22px;
  height: 22px;
  left: -25px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/cta-ttl-before.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1440px) {
  .price .inner .cta .c_txt:before {
    left: -1.736vw;
    width: 1.528vw;
    height: 1.528vw;
  }
}
@media (max-width: 700px) {
  .price .inner .cta .c_txt:before {
    width: 5.528vw;
    height: 5.528vw;
  }
}
.price .inner .cta .c_txt:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.736vw;
  background-image: url(../img/cta-ttl-after.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 1.528vw;
  height: 1.528vw;
}
@media (max-width: 700px) {
  .price .inner .cta .c_txt:after {
    width: 5.528vw;
    height: 5.528vw;
  }
}
.price .inner .cta .cta_btn {
  width: 575px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .price .inner .cta .cta_btn {
    width: 39.931vw;
  }
}
@media (max-width: 700px) {
  .price .inner .cta .cta_btn {
    width: 100%;
  }
}
.price .inner .cta .cta_btn img {
  width: 100%;
}
.price .inner .cta .cta_ps {
  margin: 40px auto;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .price .inner .cta .cta_ps {
    margin: 2.778vw auto;
    font-size: 1.111vw;
  }
}
@media (max-width: 700px) {
  .price .inner .cta .cta_ps {
    font-size: 4.181vw;
    margin-bottom: 5.5vw;
  }
}
.price .inner .pic2_wrap {
  gap: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .price .inner .pic2_wrap {
    gap: 1.389vw;
  }
}
@media (max-width: 700px) {
  .price .inner .pic2_wrap {
    display: block;
  }
}
.price .inner .pic2_wrap .pic2_b {
  width: 436px;
}
@media (max-width: 1440px) {
  .price .inner .pic2_wrap .pic2_b {
    width: 30.278vw;
  }
}
@media (max-width: 700px) {
  .price .inner .pic2_wrap .pic2_b {
    width: 100%;
    margin-bottom: 3vw;
  }
}
.price .inner .pic2_wrap .pic2_b img {
  width: 100%;
}

.case_study {
  background: #fefcf0;
}
.case_study h2.ttl {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
  color: #493b0c;
}
@media (max-width: 1440px) {
  .case_study h2.ttl {
    margin-bottom: 1.042vw;
    font-size: 1.667vw;
  }
}
@media (max-width: 768px) {
  .case_study h2.ttl {
    font-size: 5.231vw;
  }
}
.case_study h2.ttl .span1 {
  font-size: 2.431vw;
  color: #493b0c;
}
@media (max-width: 768px) {
  .case_study h2.ttl .span1 {
    font-size: 5.231vw;
  }
}
.case_study .under_txt {
  text-align: center;
  font-weight: bold;
  color: #493b0c;
  font-size: 1.111vw;
}
@media (max-width: 768px) {
  .case_study .under_txt {
    font-size: 3.111vw;
  }
}

.faq {
  padding: 90px 0;
  background: #f5f3f1;
}
@media (max-width: 1440px) {
  .faq {
    padding: 6.25vw 0;
  }
}
@media (max-width: 700px) {
  .faq {
    padding: 14.333vw 0;
  }
}
.faq .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .faq .inner {
    width: 69.444vw;
  }
}
@media (max-width: 700px) {
  .faq .inner {
    width: 90%;
  }
}
.faq .inner h2.ttl {
  margin-bottom: 25px;
  font-size: 35px;
  text-align: center;
}
@media (max-width: 1440px) {
  .faq .inner h2.ttl {
    margin-bottom: 1.736vw;
    font-size: 2.431vw;
  }
}
@media (max-width: 700px) {
  .faq .inner h2.ttl {
    font-size: 5.231vw;
    margin-bottom: 3.736vw;
  }
}
.faq .inner .faq_con {
  padding: 45px;
  border-radius: 24px;
  background: #fff;
}
@media (max-width: 1440px) {
  .faq .inner .faq_con {
    padding: 3.125vw;
    border-radius: 1.667vw;
  }
}
.faq .inner .faq_con .f_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}
@media (max-width: 1440px) {
  .faq .inner .faq_con .f_wrap {
    margin-bottom: 3.194vw;
  }
}
@media (max-width: 700px) {
  .faq .inner .faq_con .f_wrap {
    display: block;
  }
}
.faq .inner .faq_con .f_wrap .f_b {
  width: 446px;
  flex: 0 0 446px;
}
@media (max-width: 1440px) {
  .faq .inner .faq_con .f_wrap .f_b {
    width: 31vw;
    flex: 0 0 31vw;
  }
}
@media (max-width: 700px) {
  .faq .inner .faq_con .f_wrap .f_b {
    flex: auto;
    width: 100%;
    margin-bottom: 3vw;
  }
}
@media (max-width: 700px) {
  .faq .inner .faq_con .f_wrap .f_b:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #999;
    margin: 20px auto;
  }
}
.faq .inner .faq_con .f_wrap .f_b .q {
  font-size: 25px;
  margin-bottom: 15px;
  color: #429561;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .faq .inner .faq_con .f_wrap .f_b .q {
    font-size: 1.736vw;
    margin-bottom: 1.042vw;
  }
}
@media (max-width: 700px) {
  .faq .inner .faq_con .f_wrap .f_b .q {
    font-size: 4.181vw;
  }
}
.faq .inner .faq_con .f_wrap .f_b .a {
  font-size: 16px;
}
@media (max-width: 1440px) {
  .faq .inner .faq_con .f_wrap .f_b .a {
    font-size: 1.111vw;
  }
}
@media (max-width: 700px) {
  .faq .inner .faq_con .f_wrap .f_b .a {
    font-size: 4.181vw;
  }
}
@media (max-width: 700px) {
  .faq .inner .faq_con .f_wrap .f_b.last {
    display: none;
  }
}
@media (max-width: 700px) {
  .faq .inner .faq_con .f_wrap .f_b.last_b:after {
    display: none;
  }
}

.contact {
  padding: 6.944vw 0;
}
@media (max-width: 700px) {
  .contact {
    padding: 13.994vw 0;
  }
}
.contact .inner {
  width: 69.444vw;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .contact .inner {
    width: 90%;
  }
}
.contact .inner h2.ttl {
  margin-bottom: 65px;
  font-size: 34px;
  text-align: center;
  color: #102318;
}
@media (max-width: 1440px) {
  .contact .inner h2.ttl {
    margin-bottom: 4.514vw;
    font-size: 2.431vw;
  }
}
@media (max-width: 700px) {
  .contact .inner h2.ttl {
    font-size: 5.231vw;
    margin-bottom: 3.736vw;
  }
}
.contact .inner .contact_con {
  width: 850px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .contact .inner .contact_con {
    width: 59.028vw;
  }
}
@media (max-width: 700px) {
  .contact .inner .contact_con {
    width: 100%;
  }
}
.contact .inner .contact_con .name-flex {
  gap: 8px;
  display: flex;
}
@media (max-width: 1440px) {
  .contact .inner .contact_con .name-flex {
    gap: 0.556vw;
  }
}
.contact .inner .contact_con .name-item {
  min-width: 3px;
  width: 290px;
  gap: 6px;
  margin-left: 1px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .contact .inner .contact_con .name-item {
    min-width: 0.208vw;
    width: 20.139vw;
    gap: 0.417vw;
    font-size: 1.11vw;
  }
}
@media (max-width: 700px) {
  .contact .inner .contact_con .name-item {
    font-size: 3.11vw;
    width: 45.139vw;
  }
}
.contact .inner .contact_con .required {
  padding: 1.7px 6px;
  font-size: 12px;
  margin-left: 5px;
  border-radius: 4px;
  padding-top: 4px;
  color: #fff;
  background: #ff0001;
  font-weight: bold;
  transform: translateY(-3px);
}
@media (max-width: 1440px) {
  .contact .inner .contact_con .required {
    padding: 0.117vw 0.417vw;
    font-size: 0.833vw;
    margin-left: 0.347vw;
    border-radius: 0.278vw;
    padding-top: 0.28vw;
  }
}
@media (max-width: 700px) {
  .contact .inner .contact_con .required {
    padding: 1.117vw;
    font-size: 2.333vw;
    color: #fff;
    background: #ff0001;
    margin-left: 0.347vw;
    border-radius: 0.278vw;
    font-weight: bold;
    transform: translateY(0);
    padding-top: 1.417vw;
    margin-left: 2vw;
    border-radius: 1vw;
  }
}

.ps {
  margin-top: 20px;
  font-size: 16px;
  padding-top: 0px;
  display: block;
}
@media (max-width: 1440px) {
  .ps {
    margin-top: 1.458vw;
    font-size: 1.111vw;
  }
}
@media (max-width: 700px) {
  .ps {
    margin-top: 2.5vw;
    font-size: 3.11vw;
  }
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 1em;
  margin-bottom: 0.347vw;
}
@media (max-width: 700px) {
  .wpcf7-list-item {
    margin-left: 0 !important;
    margin-right: 2vw !important;
  }
}
.wpcf7-list-item:first-of-type {
  margin: 0;
}

input[type=radio i] {
  margin-bottom: 0.347vw;
}
@media (max-width: 700px) {
  input[type=radio i] {
    margin-bottom: 1.247vw;
  }
}

.wpcf7-list-item-label {
  font-size: 1.11vw;
}
@media (max-width: 700px) {
  .wpcf7-list-item-label {
    font-size: 3.11vw;
  }
}

.form_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
  margin-bottom: 6.778vw;
}
@media (max-width: 700px) {
  .form_flex {
    display: block;
  }
}

.form_flex.top_form_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0px;
  margin-bottom: 2.778vw;
}
@media (max-width: 700px) {
  .form_flex.top_form_flex {
    display: block;
  }
}
.form_flex.top_form_flex .form_ttl {
  margin-top: 0.8vw;
}

.form_flex.top_form_flex2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0px;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .form_flex.top_form_flex2 {
    margin-bottom: 2.778vw;
  }
}
@media (max-width: 700px) {
  .form_flex.top_form_flex2 {
    display: block;
  }
}

.form_flex.flex2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2.778vw;
}
@media (max-width: 700px) {
  .form_flex.flex2 {
    display: block;
  }
}

input[type=text i],
input[type=email i],
input[type=tel i] {
  width: 600px;
  height: 45px;
  border-radius: 4px;
  padding: 20px 10px;
  outline: none;
  border: 1px solid #999;
}
@media (max-width: 1440px) {
  input[type=text i],
input[type=email i],
input[type=tel i] {
    width: 41.667vw;
    height: 3.125vw;
    border-radius: 0.278vw;
    padding: 15px 10px;
  }
}
@media (max-width: 700px) {
  input[type=text i],
input[type=email i],
input[type=tel i] {
    width: 100%;
    padding: 20px 10px;
    border-radius: 0.778vw;
  }
}

.name-item input[type=text i] {
  width: 260px;
  height: 45px;
}
@media (mx-width: 1440px) {
  .name-item input[type=text i] {
    height: 3.125vw;
  }
}
@media (max-width: 1440px) {
  .name-item input[type=text i] {
    width: 18.056vw;
    height: 45px;
  }
}
@media (max-width: 700px) {
  .name-item input[type=text i] {
    width: 100%;
  }
}

textarea {
  width: 600px;
  padding: 10px;
}
@media (max-width: 1440px) {
  textarea {
    width: 41.667vw;
    padding: 10px;

  }
}
@media (max-width: 700px) {
  textarea {
    width: 100%;
    padding: 10px;
  }
}

.form_ttl {
  width: 209px;
  flex: 0 0 250px;
  padding-right: 45px;
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .form_ttl {
    width: 14.583vw;
    flex: 0 0 17.361vw;
    font-size: 1.111vw;
    padding-right: 3.125vw;
  }
}
@media (max-width: 700px) {
  .form_ttl {
    margin-bottom: 2.5vw;
    width: 100%;
    font-size: 3.836vw;
    justify-content: flex-start;
  }
}

input[type=submit i] {
  width: 575px;
  font-size: 30px;
  padding: 20px 0;
  border-radius: 12px;
  outline: none;
  border: none;
  background: linear-gradient(#67af8b, #185c42);
  color: #fff;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  input[type=submit i] {
    width: 39.931vw;
    font-size: 2.083vw;
    padding: 1.389vw 0;
    border-radius: 0.833vw;
  }
}
@media (max-width: 700px) {
  input[type=submit i] {
    width: 100%;
    font-size: 4.083vw;
    padding: 20px 12px;
  }
}

/* 追加CSS */
/* スライダーの動き */
.case_study {
  padding-top: 6.25vw;
}
@media (max-width: 768px) {
  .case_study {
    padding-top: 14.333vw;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.scroll_area {
  background: #fefcf0;
  padding-top: 3.5vw;
  padding-bottom: 6.25vw;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  margin: 0 auto;
}

.scroll-infinity__list {
  gap: 1.569vw;
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 280s infinite linear 0.5s both;
          animation: infinity-scroll-left 280s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 24vw;
}

.scroll-infinity__item a {
  text-decoration: none;
  color: inherit;
  transition: 0.5s;
}

.scroll-infinity__item a:hover {
  opacity: 0.7;
}

.scroll-infinity__item__pic {
  height: 14.902vw;
}

.scroll-infinity__item__pic img {
  width: 100%;
  height: 14.902vw;
  border-radius: 0.941vw 0.941vw 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.scroll-infinity__item__desc {
  position: relative;
  padding: 0.941vw;
  height: 27.929vw;
  border-radius: 0 0 0.941vw 0.941vw;
  background: #fff;
  border: 1px solid #eee;
}

.desc__logo {
  width: 10vw;
  margin-bottom: 0.784vw;
}

.desc__logo img {
  width: 100%;
  vertical-align: bottom;
}

.desc__ttl {
  font-size: 1.176vw;
  line-height: 1.5;
  margin-bottom: 0.784vw;
  color: #333;
  font-weight: 600;
}

.desc__ttl:after {
  content: "";
  display: block;
  width: 100%;
  margin: 0.941vw auto;
  height: 0.118vw;
  background: #3d9ca7;
}

.desc__txt {
  font-size: 1.02vw;
  line-height: 1.5;
  color: #333;
}

.link_arrow {
  position: absolute;
  bottom: 1.4vw;
  right: 1.4vw;
  font-size: 0.941vw;
  font-weight: bold;
  color: #3d9ca7;
  text-align: right;
  padding-right: 1.882vw;
}

.link_arrow::after {
  border-top: 2px solid #009e99;
  border-right: 2px solid #009e99;
  content: "";
  height: 0.627vw;
  right: 0.627vw;
  margin-top: -0.392vw;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 0.627vw;
}

@media (max-width: 768px) {
  .scroll_area {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  .scroll-infinity__wrap {
    gap: 2.604vw;
    display: flex;
    overflow: hidden;
  }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
  }
  .scroll-infinity__list--left {
    -webkit-animation: infinity-scroll-left 280s infinite linear 0.5s both;
            animation: infinity-scroll-left 280s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    width: 39.844vw;
  }
  .scroll-infinity__item a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .scroll-infinity__item__pic {
    height: 24.74vw;
  }
  .scroll-infinity__item__pic img {
    width: 100%;
    height: 24.74vw;
    border-radius: 1.563vw 1.563vw 0 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .scroll-infinity__item__desc {
    position: relative;
    padding: 1.563vw;
    height: 47.563vw;
    border-radius: 0 0 1.563vw 1.563vw;
    background: #fff;
    border: 1px solid #eee;
  }
  .desc__logo {
    width: 16vw;
    margin-bottom: 1.302vw;
  }
  .desc__logo img {
    width: 100%;
    vertical-align: bottom;
  }
  .desc__ttl {
    font-size: 1.953vw;
    line-height: 1.5;
    margin-bottom: 1.302vw;
    color: #333;
  }
  .desc__ttl:after {
    content: "";
    display: block;
    width: 100%;
    margin: 1.563vw auto;
    height: 0.195vw;
    background: #3d9ca7;
  }
  .desc__txt {
    font-size: 1.693vw;
    line-height: 1.5;
    color: #333;
  }
  .link_arrow {
    position: absolute;
    bottom: 2.7vw;
    right: 1.7vw;
    font-size: 1.563vw;
    font-weight: bold;
    color: #3d9ca7;
    text-align: right;
    padding-right: 3.125vw;
  }
  .link_arrow::after {
    border-top: 2px solid #009e99;
    border-right: 2px solid #009e99;
    content: "";
    height: 1.042vw;
    right: 0.911vw;
    margin-top: -0.651vw;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 1.042vw;
  }
}
@media (max-width: 450px) {
  scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
  }
  .scroll-infinity__list--left {
    -webkit-animation: infinity-scroll-left 280s infinite linear 0.5s both;
            animation: infinity-scroll-left 280s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    width: 68vw;
  }
  .scroll-infinity__item a {
    text-decoration: none;
    color: inherit;
  }
  .scroll-infinity__item__pic {
    height: 42.222vw;
  }
  .scroll-infinity__item__pic img {
    width: 100%;
    height: 42.222vw;
    border-radius: 2.667vw 2.667vw 0 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .scroll-infinity__item__desc {
    padding: 2.667vw;
    height: 79.667vw;
    border-radius: 0 0 2.667vw 2.667vw;
    background: #fff;
    border: 1px solid #eee;
  }
  .desc__logo {
    width: 18vw;
    margin-bottom: 2.222vw;
  }
  .desc__logo img {
    width: 100%;
    vertical-align: bottom;
  }
  .desc__ttl {
    font-size: 3.333vw;
    line-height: 1.5;
    margin-bottom: 2.222vw;
    color: #333;
  }
  .desc__ttl:after {
    content: "";
    display: block;
    width: 100%;
    margin: 12px auto;
    height: 0.333vw;
    background: #3d9ca7;
  }
  .desc__txt {
    font-size: 2.889vw;
    line-height: 1.5;
    color: #333;
  }
  .link_arrow {
    position: absolute;
    margin-top: 3.556vw;
    font-size: 2.667vw;
    font-weight: bold;
    color: #3d9ca7;
    text-align: right;
    padding-right: 5.333vw;
    position: absolute;
    bottom: 4vw;
    right: 4vw;
  }
  .link_arrow::after {
    border-top: 2px solid #009e99;
    border-right: 2px solid #009e99;
    content: "";
    height: 1.778vw;
    right: 0.667vw;
    margin-top: -1.111vw;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 1.778vw;
  }
}
.ftr_main {
  background: #102318;
  padding: 2.734vw 0 13vw;
}
@media (max-width: 1200px) {
  .ftr_main {
    padding: 2.734vw 0 15vw;
  }
}
@media (max-width: 700px) {
  .ftr_main {
    padding: 8.734vw 5vw 25vw;
  }
}
.ftr_main .inner {
  width: 92.188vw;
  margin: 0 auto;
}
.ftr_main .inner .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .ftr_main .inner .wrap {
    display: block;
  }
}
@media (max-width: 700px) {
  .ftr_main .inner .wrap .left {
    margin-top: -1vw;
  }
}
.ftr_main .inner .wrap .left ul {
  display: flex;
  gap: 2.734vw;
}
@media (max-width: 700px) {
  .ftr_main .inner .wrap .left ul {
    display: block;
  }
}
.ftr_main .inner .wrap .left ul li {
  list-style: none;
}
@media (max-width: 700px) {
  .ftr_main .inner .wrap .left ul li {
    margin-bottom: 3vw;
  }
}
.ftr_main .inner .wrap .left ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}
@media (max-width: 1440px) {
  .ftr_main .inner .wrap .left ul li a {
    font-size: 1.094vw;
  }
}
@media (max-width: 700px) {
  .ftr_main .inner .wrap .left ul li a {
    font-size: 3.094vw;
  }
}
.ftr_main .inner .wrap .right {
  font-size: 1.094vw;
  color: #fff;
}
@media (max-width: 700px) {
  .ftr_main .inner .wrap .right {
    font-size: 3.094vw;
    margin-top: 6vw;
  }
}

input[type=submit i] {
  cursor: pointer;
}

.img-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.img-modal-content {
  max-width: 90%;
  max-height: 80vh;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

.img-modal-content.zoomed {
  transform: scale(2); /* 拡大倍率は任意に調整可 */
  cursor: zoom-out;
}

.img-modal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.howknow_row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 48px;
  flex-wrap: wrap;
  width: 59.722vw;
  margin-left: -3.1vw;
  text-align: left;
}
@media (max-width: 700px) {
  .howknow_row {
    display: block;
    width: 100%;
  }
}

.howknow_label {
  flex: 0 0 304px; /* 左側の幅を調整 */
  font-weight: 600;
  padding-right: 20px;
}
.howknow_label p {
  font-size: 16px;
}
@media (max-width: 1938px) {
  .howknow_label {
    flex: 0 0 33.4%; /* 左側の幅を調整 */
  }
}
@media (max-width: 740px) {
  .howknow_label {
    flex: 0 0 34.1%;
  }
}

.howknow_options {
  flex: 1;
}

.howknow_options label {
  display: flex;
  margin-bottom: 8px;
  cursor: pointer;
  justify-content: flex-start;
}
@media (max-width: 700px) {
  .howknow_options label {
    display: block;
  }
}

/* 「その他」と入力欄を横並び */
.other_option {
  display: ruby !important;
  align-items: center;
  gap: 10px; /* ラジオとテキストの間隔 */
  font-size: 1.11vw;
}
@media (max-width: 700px) {
  .other_option {
    display: block !important;
    font-size: 3.11vw;
  }
}

.other_input input {
  max-width: 464px;
  width: 84%;
  margin-left: 8px;
  padding: 5px 8px;
  border: 1px solid #999;
  border-radius: 0.278vw;
}
@media (max-width: 1261px) {
  .other_input input {
    margin-top: 8px;
  }
}
@media (max-width: 700px) {
  .other_input input {
    padding: 20px 10px;
    border-radius: 0.778vw;
    width: 100%;
    margin-top: 2vw;
  }
}

.howknow_label label {
  font-size: 1.11vw;
  font-weight: normal;
}
.howknow_label label span {
  padding: 0.117vw 0.417vw;
  font-size: 0.833vw;
  margin-left: 0.347vw;
  border-radius: 0.278vw;
  padding-top: 0.28vw;
  color: #fff;
  background: #29A87D;
  font-weight: bold;
  transform: translateY(-3px);
}
@media (max-width: 700px) {
  .howknow_label label span {
    padding: 1.117vw;
    font-size: 2.333vw;
    color: #fff;
    background: #29A87D;
    border-radius: 1vw;
  }
}
@media (max-width: 700px) {
  .howknow_label label {
    font-size: 3.836vw;
  }
}

.howknow_row .wpcf7-list-item {
  width: 100%;
  margin: 0;
}/*# sourceMappingURL=lp.css.map */