@charset "UTF-8";
/*
Theme Name: Genova Template
File: top.css
Theme Author: Genova Design
Author URI: https://genova.co.jp/
Description: Description: This file is reserved for the top-page css
Version: 1.0
*/
/*--------------------------------------
	mainimage
--------------------------------------*/
#wrapper {
  padding-top: 8rem;
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 0rem;
  }
}
#mainimage h1 {
  display: none;
}

.section {
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 5rem;
  margin-top: -5rem;
  position: relative;
}

.section_title {
  color: #FFF;
  background-color: #1D918D;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 5.9rem 2rem;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.section_title.oreage {
  background-color: #EC8600;
}

@media screen and (max-width: 767px) {
  .section_title {
    font-size: 2.4rem;
    line-height: 1.33;
    padding: 2.7rem;
  }
}
.button_area {
  margin-top: 42px;
}

.button_area .button {
  display: inline-block;
  color: #FFF;
  background-color: #EC8600;
  font-size: 1.7rem;
  font-weight: bold;
  max-width: 312.94px;
  width: 90%;
  padding: 1.4rem;
  border-radius: 5rem;
  border: none;
}

.button_area .button:hover {
  background-color: #f4b666;
}

@media screen and (max-width: 767px) {
  .button_area {
    margin-top: 36px;
  }
  .button_area .button {
    max-width: 312.94px;
    width: 100%;
    padding: 1.5rem 0;
  }
}
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.flex.reverse {
  flex-direction: row-reverse;
}

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

.red, .required {
  color: #FF0000;
}

.green {
  color: #1D918D;
  font-weight: bold;
}

.contact {
  background-image: url(../img/top/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  padding: 67px 0 77px 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  top: 5rem;
}

.contact p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.93;
  letter-spacing: 0.04em;
}

.contact .title_area {
  text-align: center;
  margin-bottom: 33px;
}

.contact .title_area .subtitle {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.12em;
}

.contact .title_area .subtitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -5rem;
  background-image: url(../img/top/title_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 26px;
}

.contact .title_area .subtitle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -5rem;
  background-image: url(../img/top/title_icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 26px;
}

.contact .title_area .title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 13px;
  letter-spacing: 0.12em;
}

.contact .title_area .title .plus {
  font-size: 2.6rem;
}

.contact .title_area p {
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 37px 0 44px 0;
    background-image: url(../img/top/contact_bg-sp.jpg);
  }
  .contact p {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }
  .contact .title_area {
    margin-bottom: 20px;
  }
  .contact .title_area .subtitle {
    font-size: 1.4rem;
  }
  .contact .title_area .subtitle::before {
    top: 4px;
    width: 14px;
    height: 20px;
    left: -2.5rem;
  }
  .contact .title_area .subtitle::after {
    top: 4px;
    width: 14px;
    height: 20px;
    right: -2.5rem;
  }
  .contact .title_area .title {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-top: 6px;
  }
  .contact .title_area .title .plus {
    font-size: 1.9rem;
  }
}
.about {
  z-index: 10;
  margin-top: 0;
}

.about .about_bg {
  position: relative;
}

.about .about_bg .bg01 {
  background-image: url(../img/top/01.png);
  background-size: 100%;
  width: 376px;
  height: 276px;
  position: absolute;
  top: 0;
  left: 0;
}

.about .about_bg .bg02 {
  background-image: url(../img/top/02.png);
  background-size: 100%;
  width: 283px;
  height: 421px;
  position: absolute;
  top: -57px;
  right: 0;
}

.about .about_content .bg03 {
  background-image: url(../img/top/03.png);
  background-size: 100%;
  width: 257px;
  height: 279px;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}

.about_content .container .about_content_title {
  color: #1D918D;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 14px auto;
  padding-left: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.about .about_block {
  position: relative;
}

.about .about_block.num01 {
  padding-top: 131px;
}

.about .about_block.num02 {
  padding-top: 16.652rem;
}

@media screen and (max-width: 767px) {
  .about .about_block.num01 {
    padding-top: 44px;
  }
  .about .about_block.num02 {
    padding-top: 57px;
  }
}
.about .about_block .about_bg01 {
  position: absolute;
  z-index: 0;
  bottom: -67px;
  left: 0;
  right: 58.13vw;
  z-index: 1;
  height: 599px;
  border-radius: 0rem 30rem 30rem 0rem;
  background: linear-gradient(0deg, #43B2AE, #0B817D);
}

.about .about_block .about_bg02 {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 58.13vw;
  right: 0;
  z-index: 1;
  height: 599px;
  border-radius: 30rem 0 0rem 30rem;
  background: linear-gradient(0deg, #43B2AE, #0B817D);
}

.about .about_block .about_text .about_title {
  color: #1D918D;
  font-size: 3.2rem;
  line-height: 1.1;
  padding: 0 0 15px 0;
  font-weight: bold;
  border-bottom: solid 1px #1D918D;
  margin-bottom: 25px;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.about .about_block .about_text .about_box {
  padding: 41px 50px 42px 46px;
  background-color: #F4F4F4;
  margin-top: 33px;
}

.about .about_block .about_text .about_box p {
  font-size: 1.5rem;
  line-height: 2;
}

.about .about_block .about_text .about_box .box_title {
  color: #1D918D;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.about .about_block .reverse .about_img {
  margin-right: auto;
  margin-left: 6.1rem;
}

.about .about_content {
  padding-top: 102px;
  position: relative;
}

.about-container--wrap {
  max-width: 1140px;
  box-sizing: border-box;
  padding: 0 30px;
  margin: 0 auto;
}

.about-container {
  position: relative;
  z-index: 15;
  display: grid;
  grid-template-columns: 47.222% 46.296%;
  grid-gap: 6.482%;
}

.about_block.num02 .about-container {
  position: relative;
  z-index: 15;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5.556%;
  grid-template-areas: "b a";
}

.about_block.num02 .about-container .about_img {
  grid-area: a;
}

.about_block.num02 .about-container .about_text {
  grid-area: b;
}

@media screen and (max-width: 767px) {
  .about-container {
    display: block;
  }
  .about_block.num02 .about-container {
    display: block;
  }
}
.about .about_block.num01 .about_title {
  padding-top: 15px;
}

.about-container--wrap .about-txt--read p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .about .about_bg {
    z-index: 1;
  }
  .about .about_bg .bg01 {
    background-image: url(../img/top/01_sp.png);
    width: 132px;
    height: 124px;
    top: 0;
  }
  .about .about_bg .bg02 {
    background-image: url(../img/top/02_sp.png);
    width: 119px;
    height: 186px;
    position: absolute;
    top: -45px;
  }
  .about .about_block.num02 .bg03 {
    background-image: url(../img/top/03_sp.png);
    width: 131px;
    height: 146px;
    position: absolute;
    bottom: -110px;
  }
  .about_content .container {
    width: 100%;
  }
  .about_content .container .about_content_title {
    font-size: 1.8rem;
  }
  .about .about_block {
    padding-top: 4.392rem;
  }
  .about .about_block.num02 {
    padding-top: 5.5rem;
  }
  .about .about_block .flex {
    display: block;
  }
  .about .about_block .about_text .about_box {
    padding: 23px 24px 30px;
    margin-top: 32px;
  }
  .about .about_block .about_text p {
    line-height: 1.86;
  }
  .about .about_block .about_bg01 {
    top: 69px;
    left: 0;
    right: 18vw;
    z-index: 1;
    height: 176px;
  }
  .about .about_block .about_bg02 {
    top: 82px;
    left: 18vw;
    right: 0;
    z-index: 1;
    height: 176px;
  }
  .about .about_block .about_img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 54px;
    width: 100%;
  }
  .about .about_block .reverse .about_img {
    margin: 0 auto 3rem;
  }
  .about .about_block .about_text {
    width: 100%;
    margin: 0 auto;
  }
  .about .about_block .about_text .about_title {
    font-size: 2rem;
    padding: 0 0 12px;
    margin: 0 auto 15px;
  }
  .about .about_block .about_text .about_box .box_title {
    font-size: 1.8rem;
  }
  .about .about_block .about_text .about_box p {
    font-size: 1.4rem;
    line-height: 1.85;
    letter-spacing: 0;
  }
  .about .about_content {
    padding-top: 4.159rem;
    position: relative;
    z-index: 2;
  }
  .about .about_content .container {
    width: 100%;
  }
  .about-container--wrap .about-txt--read p {
    font-size: 1.5rem;
    line-height: 1.86;
    letter-spacing: 0;
  }
}
.strong {
  z-index: 9;
}

.strong .title_area {
  text-align: center;
  margin-bottom: 63px;
}

.strong .title_area .point {
  width: 112px;
  margin: 0 auto 9px;
}

.strong .title_area .title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.strong .title_area .title span {
  color: #EC8600;
}

.strong .strong01_bg {
  padding: 96px 0 134px 0;
  background-color: #EEF1F1;
  position: relative;
}

.strong .strong01_bg .bg04 {
  background-image: url(../img/top/04.png);
  background-size: 100%;
  width: 250px;
  height: 390px;
  position: absolute;
  top: 0px;
  right: 0;
}

.strong .strong01_bg .bg05 {
  background-image: url(../img/top/05.png);
  background-size: 100%;
  width: 207px;
  height: 313px;
  position: absolute;
  top: 816px;
  left: 0;
}

.strong .strong01_bg .bg06 {
  background-image: url(../img/top/06.png);
  background-size: 100%;
  width: 316px;
  height: 400px;
  position: absolute;
  bottom: 0px;
  right: 0;
}

.strong .strong01_bg .strong_block {
  border-top: solid 2px #1D918D;
  background-color: #FFF;
  padding: 68px 95px 76px;
  margin-top: 63px;
  position: relative;
}

.strong .strong01_bg .strong_block.matching .strong_title {
  margin-bottom: 54px;
}

.strong .strong01_bg .strong_block .strong_title {
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #4A4D54;
  margin-bottom: 2.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.strong .strong01_bg .strong_block .strong_box {
  background-color: #FCF1E2;
  border-radius: 2rem;
  padding: 4.4rem 0;
  margin: 3.7rem 0 3.5rem 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.strong .strong01_bg .strong_block .strong_box.flex {
  justify-content: space-around;
}

.strong .strong01_bg .strong_block .strong_box .box {
  padding: 23px 0 5px;
  text-align: center;
  border-right: solid 1px #E3D0B7;
}

.strong .strong01_bg .strong_block .strong_box .box p {
  font-weight: bold;
  line-height: 1.625;
  margin-top: 2rem;
  color: #1D918D;
}

.strong .strong01_bg .strong_block .strong_box .box:last-child {
  border-right: none;
}

.strong-readbox p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.matching-read {
  display: grid;
  grid-template-columns: 330px 1fr;
  grid-gap: 48px;
}

.matching-txt p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.strong .strong01_bg .strong_block .strong_note {
  border: solid 1px #1D918D;
  border-radius: 2rem;
  padding: 34px 35px 40px;
  margin-top: 43px;
}

.strong .strong01_bg .strong_block .strong_note .note_title {
  color: #1D918D;
  font-size: 1.8rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 0 0 35px;
}

.strong .strong01_bg .strong_block .strong_note .note_title::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 21px;
  background-image: url(../img/top/check_icon.png);
  background-size: 24px 21px;
  background-repeat: no-repeat;
  background-position: center;
}

.strong .strong01_bg .strong_block .strong_note p {
  font-size: 1.5rem;
  line-height: 1.57;
}

.strong .strong01_bg .strong_block .strong_text {
  margin-left: 4.8rem;
}

.strong .strong02_bg {
  padding: 118px 0 145px 0;
  background-color: #FFF;
  position: relative;
}

.strong .strong02_bg .strong_main {
  position: relative;
}

.strong .strong02_bg .bg07 {
  background-image: url(../img/top/07.png);
  background-size: 100%;
  width: 305px;
  height: 313px;
  position: absolute;
  top: 100px;
  left: 0;
}

.strong .strong02_bg .bg08 {
  background-image: url(../img/top/08.png);
  background-size: 100%;
  width: 300px;
  height: 357px;
  position: absolute;
  top: 800px;
  right: 0;
}

.strong .strong02_bg .bg09 {
  background-image: url(../img/top/09.png);
  background-size: 100%;
  width: 249px;
  height: 325px;
  position: absolute;
  top: 1470px;
  left: 0;
}

.strong .strong02_bg .bg10 {
  background-image: url(../img/top/10.png);
  background-size: 100%;
  width: 211px;
  height: 316px;
  position: absolute;
  bottom: 1030px;
  right: 0;
}

.strong .strong02_bg .bg11 {
  background-image: url(../img/top/11.png);
  background-size: 100%;
  width: 249px;
  height: 332px;
  position: absolute;
  bottom: 350px;
  left: 0;
}

.strong .strong02_bg .bg12 {
  background-image: url(../img/top/12.png);
  background-size: 100%;
  width: 324px;
  height: 149px;
  position: absolute;
  bottom: 0px;
  right: 0;
}

.strong .st-point--02 .title_area {
  text-align: center;
  margin-bottom: 38px;
}

.point-02--read {
  display: grid;
  grid-template-columns: 46.018% 48.333%;
  grid-gap: 5.649%;
  grid-template-areas: "b a";
}

.point-02--read .strong_img {
  grid-area: a;
}

.point-02--read .strong_box {
  grid-area: b;
  padding: 20px 0 0;
}

.point-02--read .strong_text p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.strong .strong02_bg .strong_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  color: #4A4D54;
  margin-bottom: 31px;
  line-height: 1.77;
}

.strong .strong02_bg .strong_block {
  border-top: solid 2px #1D918D;
  background-color: #F4F4F4;
  padding: 71px 95px 80px 95px;
  margin-top: 57px;
  position: relative;
}

.strong .strong02_bg .strong_block:first-child {
  margin-top: 91px;
}

.strong .strong02_bg .strong_block .strong_box {
  background-color: #FCF1E2;
  border-radius: 2rem;
  padding: 3rem 4rem;
  margin: 3.5rem 0;
}

.strong .strong02_bg .strong_block .strong_box .box {
  text-align: center;
  padding-right: 3rem;
  margin-right: 3rem;
  border-right: solid 1px #E3D0B7;
}

.strong .strong02_bg .strong_block .strong_box .box p {
  font-weight: bold;
  margin-top: 2rem;
  color: #1D918D;
}

.strong .strong02_bg .strong_block .strong_box .box:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.strong .strong02_bg .strong_block .strong_note {
  border: solid 1px #1D918D;
  border-radius: 2rem;
  padding: 3.5rem;
  margin-top: 4.5rem;
}

.strong .strong02_bg .strong_block .strong_note .note_title {
  color: #1D918D;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding-left: 4rem;
  position: relative;
}

.strong .strong02_bg .strong_block .strong_note .note_title::before {
  content: "";
  display: block;
  background-image: url(../img/top/check_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 21px;
  position: absolute;
  top: 0.5rem;
  left: 0;
}

.strong .strong02_bg .strong_block .reverse .strong_text {
  margin-right: 4.8rem;
  margin-left: 0;
}

.strong .strong02_bg .strong_img01 {
  margin: 71px 0 0 0;
}

.strong .strong02_bg .strong_img01 p {
  font-size: 1.5rem;
}

.strong .strong02_bg .strong_img01 .img {
  margin-bottom: 2.8rem;
}

.strong-greeting p {
  font-weight: 400;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.point-02--gbox .strong_title {
  margin-bottom: 54px !important;
}

.gbox--01 .gbox-read,
.gbox--03 .gbox-read {
  display: grid;
  grid-template-columns: 1fr 330px;
  grid-gap: 50px;
  grid-template-areas: "b a";
}

.gbox--01 .gbox-read .strong_img,
.gbox--03 .gbox-read .strong_img {
  grid-area: a;
}

.gbox--01 .gbox-read .strong_text,
.gbox--03 .gbox-read .strong_text {
  grid-area: b;
}

.gbox--02 .gbox-read {
  display: grid;
  grid-template-columns: 330px 1fr;
  grid-gap: 50px;
}

.gbox-read .strong_text p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .strong .title_area {
    position: relative;
    z-index: 13;
    margin-bottom: 29px;
  }
  .strong .title_area .point {
    width: 80px;
    margin: 0 auto 4px;
  }
  .strong .title_area .title {
    font-size: 2rem;
  }
  .strong .strong01_bg {
    padding: 29px 0 45px 0;
  }
  .strong .strong01_bg .bg04 {
    background-image: url(../img/top/04_sp.png);
    width: 180px;
    height: 292px;
  }
  .strong .strong01_bg .bg05 {
    background-image: url(../img/top/05_sp.png);
    width: 131px;
    height: 237px;
    top: 1074px;
  }
  .strong .strong01_bg .bg06 {
    background-image: url(../img/top/06_sp.png);
    width: 140px;
    height: 169px;
  }
  .strong .strong01_bg .strong_block {
    padding: 24px 27px 34px;
    margin-top: 0;
  }
  .strong .strong01_bg .strong_block.matching {
    margin-top: 28px;
  }
  .strong .strong01_bg .strong_block .flex {
    display: block;
  }
  .strong .strong01_bg .strong_block .strong_title {
    font-size: 1.8rem;
    line-height: 1.55;
    margin-bottom: 17px;
  }
  .strong-block--read p {
    text-align: left;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.73;
    letter-spacing: 0;
  }
  .strong .strong01_bg .strong_block .strong_box {
    background-color: #FCF1E2;
    border-radius: 2rem;
    padding: 19px 11px;
    margin: 21px 0;
    display: block;
  }
  .strong .strong01_bg .strong_block .strong_box .box {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-right: none;
    border-bottom: solid 1px #E3D0B7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.5;
    gap: 0.5rem;
    text-align: left;
    width: 100%;
    padding: 0 3rem;
  }
  .strong .strong01_bg .strong_block .strong_box .box img {
    width: 36px !important;
    margin-right: 1rem;
  }
  .strong .strong01_bg .strong_block .strong_box .box p {
    margin-top: 0rem;
    line-height: 1.42;
  }
  .strong .strong01_bg .strong_block .strong_box .box:first-child {
    padding: 0 3rem;
  }
  .strong .strong01_bg .strong_block .strong_box .box:last-child {
    padding: 0 3rem;
    margin-bottom: 0;
    border-bottom: none;
  }
  .strong .strong01_bg .strong_block .strong_note {
    padding: 24px 16px 28px 19px;
    margin-top: 21px;
  }
  .strong .strong01_bg .strong_block .strong_note .note_title {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0;
    margin-bottom: 11px;
    padding: 0;
    text-indent: 30px;
  }
  .strong .strong01_bg .strong_block .strong_note .note_title::before {
    width: 24px;
    height: 21px;
  }
  .strong .strong01_bg .strong_block .strong_text {
    margin-left: 0;
    margin-top: 2rem;
    width: 100%;
  }
  .strong-readbox p {
    font-size: 1.5rem;
    line-height: 1.73;
    letter-spacing: 0;
  }
  .strong .strong01_bg .strong_block .strong_note p {
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: 0;
  }
  .matching-read {
    display: block;
  }
  .strong .strong01_bg .strong_block.matching .strong_title {
    margin-bottom: 17px;
  }
  .matching-txt {
    margin: 21px 0 0;
  }
  .matching-txt p {
    font-size: 1.5rem;
    line-height: 1.73;
    letter-spacing: 0;
  }
  .strong .strong02_bg {
    padding: 39px 0 40px 0;
  }
  .strong .strong02_bg .bg07 {
    background-image: url(../img/top/07_sp.png);
    width: 235px;
    height: 311px;
    top: 60px;
  }
  .strong .strong02_bg .bg08 {
    background-image: url(../img/top/08_sp.png);
    width: 174px;
    height: 158px;
    top: -157px;
  }
  .strong .strong02_bg .bg10 {
    background-image: url(../img/top/10_sp.png);
    width: 151px;
    height: 206px;
    bottom: -206px;
  }
  .strong .strong02_bg .bg11 {
    background-image: url(../img/top/11_sp.png);
    width: 196px;
    height: 332px;
    bottom: 920px;
  }
  .strong .strong02_bg .bg12 {
    background-image: url(../img/top/12_sp.png);
    width: 217px;
    height: 165px;
  }
  .strong .strong02_bg .strong_block .strong_img {
    width: 100%;
  }
  .strong .strong02_bg .flex {
    display: block;
  }
  .strong .strong02_bg .strong_title {
    font-size: 1.8rem;
    line-height: 1.55;
    letter-spacing: 0.04em;
    margin-bottom: 21px;
  }
  .strong .strong02_bg .strong_text {
    line-height: 1.73;
  }
  .strong .strong02_bg .strong_block {
    padding: 22px 28px 28px;
    margin-top: 26px;
  }
  .strong .strong02_bg .strong_block:first-child {
    margin-top: 48px;
  }
  .strong .strong02_bg .strong_block .strong_box {
    background-color: #FCF1E2;
    border-radius: 2rem;
    padding: 3rem 4rem;
    margin: 3.5rem 0;
  }
  .strong .strong_main .strong_img {
    width: 90%;
    margin: 0 auto;
  }
  .strong .strong02_bg .strong_block .strong_box .box {
    text-align: center;
    padding-right: 3rem;
    margin-right: 3rem;
    border-right: solid 1px #E3D0B7;
  }
  .strong .strong02_bg .strong_block .strong_box .box p {
    font-weight: bold;
    margin-top: 2rem;
    color: #1D918D;
  }
  .strong .strong02_bg .strong_block .strong_box .box:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .strong .strong02_bg .strong_block .strong_text {
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    width: 100%;
  }
  .strong .strong02_bg .strong_block .reverse .strong_text {
    margin-right: auto;
    margin-left: auto;
    margin-top: 1.8rem;
    width: 100%;
    line-height: 1.73;
  }
  .strong .strong02_bg .strong_box {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .strong .strong02_bg .strong_img01 {
    margin: 40px 0 0 0;
    padding: 31px 0 40px 0;
    background-color: #FCF1E2;
    position: relative;
  }
  .strong .strong02_bg .strong_img01 .text-start {
    margin-top: 2.5rem;
    letter-spacing: 0;
    line-height: 1.73;
  }
  .strong .strong02_bg .strong_img01 .img {
    margin-bottom: 3rem;
  }
  .strong .st-point--02 .title_area {
    margin-bottom: 21px;
  }
  .point-02--read {
    display: block;
  }
  .point-02--read .strong_text p {
    font-size: 1.5rem;
    line-height: 1.73;
    letter-spacing: 0;
  }
  .point-02--gbox .strong_title {
    margin-bottom: 18px !important;
  }
  .gbox--01 .gbox-read,
  .gbox--03 .gbox-read {
    display: block;
  }
  .gbox--02 .gbox-read {
    display: block;
  }
  .gbox-read .strong_text p {
    font-size: 1.5rem;
    line-height: 1.73;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 480px) {
  .strong .strong01_bg .strong_block .strong_box .box {
    justify-content: space-around;
    padding: 0 0 1.5rem 0;
    margin-bottom: 1.5rem;
  }
  .strong .strong01_bg .strong_block .strong_box .box img {
    margin-right: 0;
  }
  .strong .strong01_bg .strong_block .strong_box .box:first-child {
    padding: 0 0 1.5rem 0;
    margin-bottom: 1.5rem;
  }
  .strong .strong01_bg .strong_block .strong_box .box:last-child {
    padding: 0rem;
    margin-bottom: 0;
  }
}
.schedule {
  z-index: 8;
}

.schedule .title_area {
  margin-bottom: 19px;
}

.schedule .title_area .title {
  position: relative;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding: 0 0 30px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.schedule .title_area .title::before {
  content: "";
  display: block;
  border-bottom: solid 5px #EC8600;
  width: 27px;
  height: 5px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}

.schedule .schedule01_bg {
  padding: 85px 0 120px 0;
  background-color: #FFF;
  position: relative;
}

.schedule .schedule01_bg .bg13 {
  background-image: url(../img/top/13.png);
  background-size: 100%;
  width: 275px;
  height: 243px;
  position: absolute;
  top: 0px;
  left: 0;
}

.schedule .schedule01_bg .bg14 {
  background-image: url(../img/top/14.png);
  background-size: 100%;
  width: 324px;
  height: 187px;
  position: absolute;
  bottom: 0px;
  right: 0;
}

.schedule .schedule02_bg {
  padding: 88px 0 89px 0;
  background-color: #E6F0F5;
  position: relative;
}

.schedule .schedule02_bg .bg15 {
  background-image: url(../img/top/15.png);
  background-size: 100%;
  width: 303px;
  height: 295px;
  position: absolute;
  top: 0px;
  left: 0;
}

.schedule .schedule02_bg .bg16 {
  background-image: url(../img/top/16.png);
  background-size: 100%;
  width: 292px;
  height: 382px;
  position: absolute;
  top: 210px;
  right: 0;
}

.schedule .schedule02_bg .bg17 {
  background-image: url(../img/top/17.png);
  background-size: 100%;
  width: 499px;
  height: 180px;
  position: absolute;
  bottom: 0;
  left: 221px;
}

.schedule .schedule02_bg .schedule_note {
  font-size: 1.4rem;
}

.schedule .schedule_table {
  margin-top: 4.5rem;
  position: relative;
}

.schedule .schedule_img {
  margin-top: 73px;
}

@media screen and (max-width: 767px) {
  .schedule .title_area {
    margin-bottom: 14px;
  }
  .schedule .title_area .title {
    font-size: 2rem;
    letter-spacing: 0.04em;
    padding-bottom: 18px;
  }
  .schedule .title_area .title::before {
    width: 27px;
  }
  .schedule .text-center {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.73;
    letter-spacing: 0;
  }
  .schedule .schedule01_bg {
    padding: 30px 0 46px 0;
  }
  .schedule .schedule01_bg .bg13 {
    background-image: url(../img/top/13_sp.png);
    width: 195px;
    height: 173px;
  }
  .schedule .schedule01_bg .bg14 {
    background-image: url(../img/top/14_sp.png);
    width: 171px;
    height: 141px;
  }
  .schedule .schedule02_bg {
    padding: 36px 0 52px 0;
  }
  .schedule .schedule02_bg .bg15 {
    background-image: url(../img/top/15_sp.png);
    width: 304px;
    height: 296px;
  }
  .schedule .schedule02_bg .bg16 {
    background-image: url(../img/top/16_sp.png);
    width: 252px;
    height: 274px;
    bottom: 0;
    top: auto;
  }
  .schedule .schedule_table {
    overflow-x: scroll;
    margin-top: 3.217rem;
  }
  .schedule .schedule_step {
    width: 1000px;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .schedule .schedule_img {
    margin-top: 37px;
  }
}
.price {
  background-color: #EEF1F1;
  z-index: 7;
}

.price .contact {
  position: static;
  margin-top: 0;
}

.price .price01_bg {
  padding: 108px 0 138px 0;
}

.price .price02_bg {
  padding: 95px 0 106px 0;
  background-color: #FFF;
}

.price .price01_bg .title_area, .price .price02_bg .title_area {
  margin-bottom: 1.819rem;
  position: relative;
}

.price .price01_bg .title_area .title,
.price .price02_bg .title_area .title {
  position: relative;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding: 0 0 30px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.price .price01_bg .title_area .title::before,
.price .price02_bg .title_area::before {
  content: "";
  display: block;
  border-bottom: solid 5px #EC8600;
  width: 27px;
  height: 5px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}

.addition-case {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin: 55px 0 0;
}

.price .price02_block .price_block {
  padding: 44px 48px 50px;
}

.price .price02_block .price_block ul li {
  position: relative;
  font-size: 1.4rem;
  line-height: 2.28;
  padding-left: 18px;
}

.price .price02_block .price_block ul li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-image: url(../img/top/maru_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 13px;
  left: 0;
}

.price .price_block {
  border-top: solid 2px #1D918D;
  background-color: #FFF;
  padding: 54px 73px 62px;
}

.price .price_block.blue {
  border-top: solid 2px #2B9AD4;
  margin: 49px 0 0;
}

.price .price_block.bg-gray {
  background-color: #F4F4F4;
}

.price .price_block .price_title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #4A4D54;
  margin-bottom: 38px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.04em;
}

.price .price_block .price_title.green {
  color: #1D918D;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}

.price .price_block .price_box {
  max-width: 457px;
  width: 49%;
  margin-bottom: 5.382rem;
}

.price .price_block .price_box p {
  font-size: 1.5rem;
}

.price .price_block .price_box .box {
  border-radius: 2rem;
  margin-bottom: 1.6rem;
  position: relative;
}

.price .price_block .price_box .box .box_number {
  position: absolute;
  top: -4vw;
  left: 5px;
  width: 21%;
}

.price .price_block .price_box .box_tite {
  background-color: #1D918D;
  border-radius: 2rem 2rem 0 0;
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.8rem;
}

.price .price_block .price_box .box_tite.blue {
  background-color: #2B9AD4;
}

.price .price_block .price_box .box_text {
  background-color: #F4F4F4;
  border-radius: 0 0 2rem 2rem;
  text-align: center;
  color: #1d918d;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 2.6rem;
}

.price .price_block .price_box .box_text.blue {
  color: #2B9AD4;
}

.price-info .price-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 43px 30px;
}

.price-info .box {
  position: relative;
}

.price-info .box .box_number {
  position: absolute;
  top: -42px;
  left: 18px;
  width: 81px;
}

.price-info .box_tite {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  background-color: #1D918D;
  border-radius: 2rem 2rem 0 0;
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
}

.price-option .price-info .box_tite {
  background-color: #2B9AD4;
}

.price-info .box_tite p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  color: #FFF;
  letter-spacing: 0.04em;
}

.price-info .box_text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 84px;
  background-color: #F4F4F4;
  border-radius: 0 0 2rem 2rem;
}

.price-info .box_text p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 2.8rem;
  color: #1d918d;
}

.price-info .box_text.please-contact p {
  font-size: 2.6rem;
}

.price-option .price-info .box_text p {
  color: #2B9AD4;
}

.price-info .price-lists--note {
  margin: 16px 0 0;
}

.price-info .price-lists--note p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.73;
  letter-spacing: 0.02em;
}

.price .price_note {
  margin: 18px 0 0;
}

.price .price_note p {
  font-size: 1.4rem;
  line-height: 1.71;
}

.price .addition-case .price_note {
  margin: 7px 0 0;
}

.price-table_block {
  margin-top: 60px;
}

.price-table_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #1D918D;
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}

.price-table {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.price-table_column {
  display: table;
  width: 25%;
}

.price-table_tr {
  display: table-row;
}

.price-table_th {
  display: table-cell;
  background-color: #1D918D;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.04em;
  border-left: 2px solid #fff;
}

.price-table_th.first {
  border-left: none;
}

.price-table_td {
  display: table-cell;
  background-color: #F4F4F4;
  height: 69px;
  text-align: center;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: bold;
  color: #1D918D;
  letter-spacing: 0.04em;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.price-table_row-th {
  display: none;
  background-color: #E8F4F3;
  height: 69px;
  text-align: center;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: bold;
  color: #1D918D;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #fff;
}

.price-table_row-th.first {
  display: table-cell;
}

.price-table_note {
  margin: 16px 0 0;
}

.price-table_note > p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.73;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1023px) {
  .price-table_block {
    margin-top: 40px;
  }
  .price-table_title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .price-table {
    display: block;
    border-radius: 0;
    overflow: visible;
  }
  .price-table_column {
    display: none;
  }
  .price-table_sp-table {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 2rem;
    overflow: hidden;
  }
  .price-table_th {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200%;
    font-size: 1.6rem;
    border-left: none;
  }
  .price-table_row-th {
    display: table-cell;
    width: 50%;
    height: 64px;
    font-size: 1.6rem;
  }
  .price-table_td {
    width: 50%;
    height: 64px;
    font-size: 1.6rem;
  }
  .price-table_note > p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .price .price_block .price_box .box_tite {
    font-size: 1.6rem;
  }
  .price .price_block .price_box .box_text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 900px) {
  .price .price_block .price_box .box_text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .price .price_block .price_box .box_text {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .price .price01_bg {
    padding: 39px 0 43px 0;
  }
  .price .price01_bg .flex {
    display: block;
  }
  .price .price02_bg {
    padding: 37px 0 51px 0;
  }
  .price .price02_bg .flex {
    display: block;
  }
  .price .title_area {
    margin-bottom: 2rem;
  }
  .price .title_area .title {
    font-size: 2rem;
  }
  .price .price01_bg .title_area .title, .price .price02_bg .title_area .title {
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .price .price02_bg .price02_text {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.73;
    letter-spacing: 0;
    margin-bottom: 0;
    text-align: left;
  }
  .price .price_block .price_title.green {
    font-size: 1.8rem;
    margin-bottom: 17px;
  }
  .price .title_area .title::before {
    width: 27px;
  }
  .price .price02_block {
    width: 100%;
    margin: 0;
  }
  .price .price02_block .price_block {
    padding: 22px 25px 30px 22px;
    margin-bottom: 0.981rem;
  }
  .price .price_block {
    border-top: solid 2px #1D918D;
    background-color: #FFF;
    padding: 23px 2.75rem 30px 2.75rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
  .price .price_block:first-child {
    margin-top: 0;
  }
  .price .price_block.blue {
    padding: 23px 2.75rem 30px 2.75rem;
  }
  .price .price_block .price_title {
    font-size: 2rem;
    letter-spacing: 0.04em;
    margin-bottom: 47px;
  }
  .price .price_block.price-option .price_title {
    margin-bottom: 27px;
  }
  .price-info .price-lists {
    display: block;
  }
  .price-info .price-lists > li + li {
    margin: 27px 0 0;
  }
  .price-info .box .box_number {
    position: absolute;
    top: -41px;
    left: 6px;
    width: 55px;
  }
  .price-info .price-lists--note {
    margin: 14px 0 0;
  }
  .price-info .price-lists--note p {
    font-size: 1.4rem;
    line-height: 1.71;
    letter-spacing: 0;
  }
  .price .price_note {
    margin: 13px 0 0;
  }
  .price .price_note p {
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .price-info .box_text.please-contact p {
    font-size: 2.2rem;
  }
  .price .addition-case .price_note {
    margin: 10px 0 0;
  }
  .price .price_block .price_box {
    width: 100%;
    margin: 0 auto 2.5rem;
  }
  .price .price_block .price_box .box {
    margin-bottom: 1.5rem;
  }
  .price .price_block .price_box:last-child {
    margin-bottom: 0;
  }
  .price .price_block .price_box:last-child .box {
    margin-bottom: 0;
  }
  .price .price_block.blue .price_box:last-child .box {
    margin-bottom: 1.5rem;
  }
  .price .price_block .price_box .box .box_number {
    top: -10vw;
  }
  .price .price_block .price_box .box .box_tite {
    font-size: 1.8rem;
    padding: 0.9rem;
  }
  .price .price_block .price_box .box .box_text {
    font-size: 2.2rem;
    padding: 2.7rem 1.5rem;
  }
  .price .price01_bg .title_area, .price .price02_bg .title_area {
    margin-bottom: 14px;
  }
  .price .price01_bg .title_area .title,
  .price .price02_bg .title_area .title {
    padding: 0 0 18px;
  }
  .addition-case {
    display: block;
    margin: 42px 0 0;
  }
  .addition-case > div + div {
    margin: 35px 0 0 !important;
  }
  .price .price02_block .price_block ul li {
    font-size: 1.4rem;
    line-height: 1.42;
    padding-left: 18px;
  }
  .price .price02_block .price_block ul li + li {
    margin: 13px 0 0;
  }
  .price .price02_block .price_block ul li::before {
    top: 6px;
    left: 0;
  }
}
.questions {
  background-color: #EEF1F1;
  padding-bottom: 110px;
  z-index: 6;
}

.questions .questions_note {
  margin: 74px 0 66px 0;
}

.questions .questions_note p {
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.02em;
}

.questions .questions_block .questions_box {
  background-color: #FFFFFF;
  margin-bottom: 1.6rem;
  padding: 33px 55px 40px;
}

.questions .questions_block .questions_box:last-child {
  margin-bottom: 0;
}

.questions .questions_block .questions_box .q {
  font-size: 2rem;
  font-weight: bold;
  color: #1D918D;
  margin-bottom: 17px;
}

.questions .questions_block .questions_box .a {
  font-size: 1.5rem;
  line-height: 2;
}

.related-service-section {
  padding: 56px 20px;
  background: #f3faf6;
}

.related-service-section .related-service-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 32px 36px;
  background: #fff;
  border: 1px solid #cfe8dc;
  border-left: 6px solid #10a66a;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
  box-sizing: border-box;
}

.related-service-section h2,
.related-service-section h3 {
  margin: 0 0 14px;
  color: #08724d;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}

.related-service-section p {
  margin: 0 0 16px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.9;
}

.related-service-section .related-service-btn {
  display: inline-block;
  min-width: 260px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #10a66a;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5;
  box-shadow: 0 4px 12px rgba(16, 166, 106, .20);
  transition: opacity .2s ease;
}

.related-service-section .related-service-btn:hover {
  opacity: .85;
}

.related-service-section .related-service-small {
  margin-top: 12px;
  margin-bottom: 0;
  color: #666;
  font-size: 1.3rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .questions {
    padding-bottom: 4rem;
  }
  .questions .questions_note {
    margin: 36px 0 20px 0;
    font-size: 1.5rem;
    text-align: left;
    letter-spacing: 0;
  }
  .questions .questions_note p {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.73;
    letter-spacing: 0;
  }
  .questions .questions_block .questions_box {
    margin-bottom: 16px;
    padding: 20px 28px 24px;
  }
  .questions .questions_block .questions_box .q {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
  .questions .questions_block .questions_box .a {
    font-size: 1.4rem;
    line-height: 1.71;
    letter-spacing: 0;
  }
  .related-service-section {
    padding: 36px 16px;
  }
  .related-service-section .related-service-card {
    padding: 24px 20px;
    border-radius: 12px;
  }
  .related-service-section h2,
  .related-service-section h3 {
    font-size: 2rem;
  }
  .related-service-section p {
    font-size: 1.5rem;
  }
  .related-service-section .related-service-btn {
    display: block;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
.contact-form {
  background-color: #FCF1E2;
  padding-bottom: 117px;
  z-index: 5;
}

.contact-form .contact-form_note {
  text-align: center;
  margin: 6.836rem 0 7.417rem 0;
}

.contact-form .title_area .title {
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.187rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.contact-form .contact-form_block {
  border-top: solid 2px #EC8600;
  background-color: #FFF;
  padding: 7rem 5.5rem 6rem 5.5rem;
  margin-bottom: 7.166rem;
}

.contact-form .contact-form_block.num01 {
  margin-bottom: 37px;
}

.contact-form .contact-form_block .table01 tr {
  border-bottom: solid 1px #D5D5D5;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 3rem 0;
  margin: 3rem 0;
}

.contact-form .contact-form_block .table01 tr:first-child {
  border: none;
  padding: 0;
  margin: 0;
}

.contact-form .contact-form_block .table01 tr:last-child {
  margin-bottom: 0;
  border: none;
}

.contact-form .contact-form_block .table01 tr th {
  width: 40%;
  max-width: 360px;
  vertical-align: top;
}

.contact-form .contact-form_block .table01 tr td {
  width: 58%;
  max-width: 537px;
  display: inline-block;
}

.contact-form .contact-form_block .table01 tr td .red {
  font-size: 1.4rem;
  line-height: 1.714;
  letter-spacing: 0.02em;
  margin-top: 1rem;
}

.contact-form .contact-form_block .table01 tr td table tr {
  border: none;
  padding: 0;
  margin: 1.5rem 0 0 0;
}

.contact-form .contact-form_block .table01 tr td table tr th {
  font-size: 1.6rem;
  max-width: 237px;
  width: 51%;
}

.contact-form .contact-form_block .table01 tr td table tr td {
  width: 64.5%;
}

.contact-form .contact-form_block .table01 tr td table tr td .your-plan-wrap {
  width: 100%;
}

.contact-form .contact-form_block .table01 tr td table tr td .number_block {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 128px;
}

.contact-form .contact-form_block .table01 tr td table tr td .number_block .number01 {
  display: inline-block;
}

.contact-form .contact-form_block .table01 tr td table tr td .number_block [data-name=your-number] {
  width: 80%;
}

.contact-form .contact-form_block .table01 tr td p {
  margin: 0 0 0 1.5rem;
}

.contact-form .contact-form_block .table02 tr {
  margin: 0 0 3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-direction: row;
}

.contact-form .contact-form_block .table02 tr:last-child {
  margin-bottom: 0;
}

.contact-form .contact-form_block .table02 tr th {
  width: 40%;
  max-width: 360px;
  vertical-align: middle;
  display: inline-block;
}

.contact-form .contact-form_block .table02 tr td {
  width: 58%;
  max-width: 537px;
  display: inline-block;
}

.contact-form .contact-form_block .table02 tr th .contact_note {
  font-size: 1.4rem;
  line-height: 1.71;
}

@media screen and (max-width: 767px) {
  .contact-form {
    padding-bottom: 5rem;
  }
  .contact-form .contact-form_note {
    font-size: 1.5rem;
    line-height: 1.73;
    letter-spacing: 0;
    margin: 2.9rem 0 4.2rem 0;
  }
  .contact-form .title_area .title {
    font-size: 2rem;
    margin-bottom: 1.817rem;
  }
  .contact-form .contact-form_block {
    padding: 3rem 2.5rem;
    margin-top: 0rem;
    margin-bottom: 3.239rem;
  }
  .contact-form .contact-form_block .table01 tr {
    padding: 3rem 0;
    margin: 0;
    display: block;
  }
  .contact-form .contact-form_block .table01 tr:first-child {
    border-bottom: solid 1px #D5D5D5;
    padding: 0 0 3rem 0;
    margin: 0;
  }
  .contact-form .contact-form_block .table01 tr:last-child {
    border: none;
    padding: 0;
    margin: 3rem 0 0 0;
    padding-bottom: 0rem;
  }
  .contact-form .contact-form_block .table01 tr th {
    width: 100%;
    min-width: auto;
    display: block;
    line-height: 1;
    margin-bottom: 2.048rem;
  }
  .contact-form .contact-form_block .table01 tr td {
    display: block;
    width: 100%;
  }
  .contact-form .contact-form_block .table01 tr td table tr {
    border: none;
    padding: 0;
    margin: 2rem 0 0 0;
  }
  .contact-form .contact-form_block .table01 tr td table tr:first-child {
    padding: 0;
    margin: 0 0 1.5rem 0;
    border: none;
  }
  .contact-form .contact-form_block .table01 tr td table tr th {
    width: 230px;
    margin-bottom: 1rem;
  }
  .contact-form .contact-form_block .table01 tr td table tr td {
    width: 100%;
  }
  .contact-form .contact-form_block .table01 tr td table tr td .your-plan-wrap {
    width: 100%;
  }
  .contact-form .contact-form_block .table01 tr td p {
    margin: 0 0 0 1.5rem;
  }
  .contact-form .contact-form_block .table01 .check3 .wpcf7-list-item {
    display: inline-block;
    width: 50%;
  }
  .contact-form .contact-form_block .table01 .check3 .wpcf7-list-item.has-free-text {
    width: 100%;
    display: block;
    flex: inherit;
    top: 0;
    margin-bottom: 0 !important;
  }
  .check1 .wpcf7-list-item.last {
    margin-bottom: 0 !important;
  }
  .contact-form .contact-form_block .table02 tr {
    display: block;
    margin: 0 0 2.4rem 0;
  }
  .contact-form .contact-form_block .table02 tr th {
    width: 100%;
    display: block;
    margin-bottom: 0.9rem;
  }
  .contact-form .contact-form_block .table02 tr th .contact_note {
    font-size: 1.3rem;
    margin-bottom: 0.9rem;
  }
  .contact-form .contact-form_block .table02 tr td {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .contact-form span.wpcf7-list-item {
    display: block;
    margin: 0 0 1.2rem 0 !important;
    line-height: 1;
  }
  .contact-form .accept_block {
    display: block;
    top: 0;
    position: static;
  }
}
input[type=text], input[type=email], textarea, select {
  width: 100%;
  padding: 1rem;
  border: solid 1px #C8C8C8;
  border-radius: 3px;
  color: #4A4D54;
}

.has-free-text {
  width: 100%;
}

.wpcf7-list-item-label {
  margin-left: 8px;
}

.check1 .wpcf7-list-item {
  width: 50%;
  max-width: 209px;
}

.check1 .wpcf7-list-item.first {
  width: 100%;
  max-width: 100%;
}

.check1 .wpcf7-list-item.last {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem !important;
}

.check1 .wpcf7-list-item.last input[type=text] {
  position: relative;
  left: -1.5rem;
  margin-top: 1rem;
}

.check2 .wpcf7-list-item {
  width: 50%;
  max-width: 209px;
}

.check2 .wpcf7-list-item.first {
  width: 100%;
  max-width: 100%;
}

.check2 .wpcf7-list-item.last {
  width: 100%;
  max-width: 100%;
}

.check2 .wpcf7-list-item.last label {
  width: 100px;
}

.check2 .wpcf7-list-item.last {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem !important;
}

.check2 .wpcf7-list-item.last input[type=text] {
  position: relative;
  left: -1.5rem;
  margin-top: 1rem;
}

.check3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
}

.check3 .wpcf7-list-item {
  width: 38%;
  max-width: 200px;
}

.check3 .wpcf7-list-item:nth-child(2n) {
  width: 62%;
  max-width: 370px;
}

.check3 .wpcf7-list-item.first {
  width: 38%;
  max-width: 200px;
}

.check3 .wpcf7-list-item.last {
  width: auto;
  max-width: 200px;
  display: flex;
  max-width: 370px;
  flex: 1;
  align-items: center;
  position: relative;
  top: -1.5rem;
}

.check3 .wpcf7-list-item.last label {
  width: 120px;
}

.check1 .has-free-text label::after {
  content: "複数の言語を記入する場合は半角コンマで区切って記入してください。";
  display: block;
  margin-left: 1.8rem;
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.42;
}

.check2 .has-free-text label::after {
  content: "複数の言語を記入する場合は半角コンマで区切って記入してください。";
  display: block;
  margin-left: 1.8rem;
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.42;
}

.check1 input[type=text] {
  background-color: #F0F1F3;
}

.check2 input[type=text] {
  color: #4A4D54;
  background-color: #F0F1F3;
}

.check3 input[type=text] {
  color: #4A4D54;
  background-color: #F0F1F3;
}

input[type=text]::placeholder {
  color: #C8C8C8;
}

input[type=email]::placeholder {
  color: #C8C8C8;
}

input[type=checkbox] {
  position: relative;
  height: 18px;
  width: 18px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #C8C8C8;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: top;
}

input[type=checkbox]:checked {
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16'><rect fill='%23f00' width='16' height='16'/><path fill='none' stroke='%23fff' stroke-width='2' d='M12.6,5.17l-5.66,5.66L3.4,7.29'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
}

.wpcf7-form-control-wrap[data-name=sample-file] {
  height: 2em;
  margin-top: 0.5em;
}

.recaptcha-notice {
  text-align: right;
  font-size: 14px;
  margin-top: 3em;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .wpcf7-list-item-label {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .check1 .has-free-text label::after {
    font-size: 1.3rem;
    line-height: 1.69;
    margin-top: 0.5rem;
    margin-bottom: 1.4rem;
    margin-left: 2.5rem;
  }
  .check2 .has-free-text label::after {
    font-size: 1.3rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    margin-left: 2.5rem;
  }
  .check1 .wpcf7-list-item.last input[type=checkbox] {
    margin-top: 0;
  }
  .check2 .wpcf7-list-item.last input[type=checkbox] {
    margin-top: 0;
  }
  .check1 .wpcf7-list-item.last {
    margin-bottom: 0 !important;
  }
  .check2 .wpcf7-list-item.last {
    margin-bottom: 0 !important;
  }
  .check1 .wpcf7-list-item.last input[type=text] {
    margin-top: 0;
  }
  .check2 .wpcf7-list-item.last input[type=text] {
    margin-top: 0;
  }
  .check3 input[type=text] {
    margin-top: 1rem;
  }
  .accept01 {
    line-height: 1.6;
  }
  .accept02 {
    margin-top: 2.5rem;
    line-height: 1.6;
  }
  .recaptcha-notice {
    text-align: center;
    font-size: 12px;
    margin-top: 1.5em;
  }
}
[data-name=your-plan], [data-name=your-koma], [data-name=your-color] {
  position: relative;
}

[data-name=your-plan]::before, [data-name=your-koma]::before, [data-name=your-color]::before {
  position: absolute;
  content: "";
  pointer-events: none;
  right: 1px;
  top: 1px;
  display: inline-block;
  width: 4.6rem;
  height: 4.4rem;
  border-radius: 0 3px 3px 0;
  background-color: #E2E2E2;
  content: "";
}

[data-name=your-plan]::after, [data-name=your-koma]::after, [data-name=your-color]::after {
  position: absolute;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 20px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

[data-name=your-plan] select, [data-name=your-koma] select, [data-name=your-color] select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 4.6rem;
  padding: 0.4em 3.6em 0.4em 0.8em;
  border: 1px solid #C8C8C8;
  border-radius: 3px;
  color: #4A4D54;
  font-size: 1em;
  cursor: pointer;
}

select option {
  color: #4A4D54;
}

select.color {
  color: #C8C8C8;
}

[data-name=your-plan] select:focus, [data-name=your-koma] select:focus, [data-name=your-color] select:focus {
  outline: 1px solid #2589d0;
}

.acceptance-442 {
  display: inline-block;
}

.accept_block {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  top: 0;
}

.accept_block .accept_note {
  font-size: 1.4rem;
  line-height: 1.85;
  margin-top: 1rem;
}

.accept02 {
  max-width: 490px;
}

.accept_button {
  text-align: center;
  margin-top: 4rem;
}

.accept_button input {
  background-color: #EC8600;
  color: #FFF;
  border: none;
  max-width: 530px;
  width: 100%;
  padding: 2.4rem;
  border-radius: 4rem;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.accept_button input:hover {
  background-color: #f4b666;
}

span.wpcf7-list-item {
  line-height: 1;
  margin: 0 0 1.9rem 0 !important;
}

.accept02 span.wpcf7-list-item {
  line-height: 1;
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .accept_block .accept_note {
    margin-top: 20px;
  }
}
label {
  margin-right: 1.5rem;
} 
.work-name input[type=text] {
  max-width: 257px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .about-container {
    display: block;
  }
  .about_block.num02 .about-container {
    display: block;
  }
  .about-container .about_img {
    max-width: 510px;
    margin: 0 auto 54px;
  }
  .about-container .about_img .pc {
    display: none;
  }
  .about-container .about_img .sp {
    display: block;
  }
  .about-container .about_text {
    max-width: 510px;
    margin: 0 auto;
  }
  .about .about_block .about_bg01 {
    position: absolute;
    z-index: 0;
    top: 236px;
    bottom: initial;
    left: 0;
    right: 18vw;
    z-index: 1;
    height: 210px;
    border-radius: 0rem 30rem 30rem 0rem;
    background: linear-gradient(0deg, #43B2AE, #0B817D);
  }
  .about .about_block .about_bg02 {
    position: absolute;
    z-index: 0;
    top: 261px;
    bottom: initial;
    left: 18vw;
    right: 0;
    z-index: 1;
    height: 210px;
    border-radius: 30rem 0 0rem 30rem;
    background: linear-gradient(0deg, #43B2AE, #0B817D);
  }
  .strong .strong01_bg .strong_block {
    padding: 68px 75px 76px;
    margin: 63px 30px 0;
  }
  .strong .strong01_bg .strong_block .strong_box {
    display: block;
    padding: 44px 15px;
  }
  .strong .strong01_bg .strong_block .strong_box > div + div {
    border-top: 1px #E3D0B7 solid;
  }
  .strong .strong01_bg .strong_block .strong_box .box {
    padding: 44px 0;
    border-right: none;
  }
  .strong .strong01_bg .strong_block .strong_box .box:first-child {
    padding: 0 0 44px;
  }
  .strong .strong01_bg .strong_block .strong_box .box:last-child {
    padding: 44px 0 0;
  }
  .matching-read {
    display: block;
  }
  .matching-read .matching-image {
    max-width: 330px;
    margin: 0 auto 48px;
  }
  .point-02--read {
    display: block;
  }
  .point-02--read .strong_img {
    max-width: 522px;
    margin: 0 auto;
  }
  .point-02--read .strong_box {
    max-width: 497px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  .point-02--gbox {
    margin: 0 30px;
  }
  .strong .strong02_bg .strong_block {
    padding: 71px 95px 80px;
  }
  .gbox--01 .gbox-read, .gbox--03 .gbox-read {
    display: block;
  }
  .gbox--01 .strong_title {
    max-width: 425px;
    margin: 0 auto;
  }
  .gbox--01 .gbox-read .strong_img,
  .gbox--02 .gbox-read .strong_img,
  .gbox--03 .gbox-read .strong_img {
    max-width: 330px;
    margin: 0 auto 48px;
  }
  .gbox--02 .gbox-read {
    display: block;
  }
  .schedule .schedule_img {
    margin: 73px 30px 0;
  }
  .schedule_step {
    margin: 0 30px;
  }
  .price .price01_bg {
    padding: 108px 30px 138px;
  }
  .price-info .box .box_number {
    position: absolute;
    top: -42px;
    left: 8px;
    width: 55px;
  }
  .price-info .box_text.please-contact p {
    font-size: 2.2rem;
  }
  .addition-case {
    display: block;
    max-width: 525px;
    margin: 55px auto 0;
  }
  .addition-case > div + div {
    margin: 30px auto 0;
  }
  .questions_block {
    margin: 0 30px;
  }
  .contact-form .contact-form_block {
    padding: 7rem 5.5rem 6rem 5.5rem;
    margin: 0 30px 71px;
  }
  .contact-form .contact-form_block .table01 tr th {
    width: 25%;
  }
  .contact-form .contact-form_block .table01 tr td {
    width: 65%;
  }
  .accept_block {
    margin: 0 30px;
  }
  .accept02 {
    max-width: 425px;
  }
}
.contact-form_area .btBox {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 40px 0 0;
}

.contact-form_area .btBox input[type=submit] {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  display: block;
  width: 530px;
  height: 74px;
  padding: 0;
  border: none;
  margin: 0;
  border-radius: 37px !important;
  font-size: 1.7rem;
  letter-spacing: 0.012em;
  line-height: 1.3;
  color: #fff;
  background: #EC8600 !important;
  cursor: pointer;
  outline: 0px;
  -webkit-appearance: none;
  transition-duration: 0.7s;
}

.contact-form_area .btBox input[type=submit].disabled {
  background: #72706E !important;
  pointer-events: none;
  cursor: default;
}

.contact-form_area .btBox input[type=submit].abled {
  padding: 0;
  background-position: initial;
}

.contact-form_area .wpcf7-back {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  width: 230px !important;
  height: 74px;
  padding: 0;
  border: none;
  margin: 0 24px 0 0;
  border-radius: 37px !important;
  outline: 0px;
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0.012em;
  line-height: 1.3;
  color: #fff;
  background: #72706E !important;
  cursor: pointer;
  -webkit-appearance: none;
  transition-duration: 0.7s;
}

.contact-form_area .wpcf7-submit {
  width: 530px !important;
  text-align: cetner;
}

.contact-form_area .btBox input[type=submit]:hover,
.contact-form_area .btBox input[type=button]:hover {
  opacity: 0.6;
}

.wpcf7c-conf {
  background-color: #fff !important;
}

@media screen and (max-width: 767px) {
  .contact-form_area .btBox {
    display: block;
  }
  .contact-form_area .btBox input[type=submit] {
    width: 315px;
    margin: 0 auto;
    font-size: 1.8rem;
  }
  .contact-form_area .wpcf7-back {
    width: 315px !important;
    height: 74px;
    margin: 0 auto 24px;
    font-size: 1.8rem;
  }
  .contact-form_area .wpcf7-submit {
    width: 315px !important;
    margin: 0 auto;
    text-align: cetner;
  }
}
