@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  color: #44484e;
  font-size: 17px;
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 1.5454545455vw;
  }
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.sp_only {
  display: none;
}

.inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .inner {
    width: 100vw;
  }
}

#header {
  box-shadow: 0 6px 6px rgba(33, 94, 59, 0.2);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 1100px) {
  #header {
    box-shadow: 0 0.5454545455vw 0.5454545455vw rgba(33, 94, 59, 0.2);
  }
}
#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
@media screen and (max-width: 1100px) {
  #header .inner {
    padding: 1.3636363636vw 0;
  }
}
#header .inner .logo {
  width: 220px;
}
@media screen and (max-width: 1100px) {
  #header .inner .logo {
    width: 20vw;
  }
}
#header .inner .head_right {
  display: flex;
  align-items: center;
}
#header .inner .head_right .head_tel {
  color: #47a47a;
  text-align: center;
}
#header .inner .head_right .head_tel .num a {
  color: #47a47a;
  font-size: 34px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #header .inner .head_right .head_tel .num a {
    font-size: 3.0909090909vw;
    padding-left: 2.7272727273vw;
  }
}
#header .inner .head_right .head_tel .num a::before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background: url(../img/tel_icon.svg) no-repeat top left/100%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #header .inner .head_right .head_tel .num a::before {
    width: 2.4545454545vw;
    height: 2.4545454545vw;
  }
}
#header .inner .head_right .head_tel .time {
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-top: 7px;
}
@media screen and (max-width: 1100px) {
  #header .inner .head_right .head_tel .time {
    font-size: 1.2727272727vw;
    margin-top: 0.6363636364vw;
  }
}
#header .inner .head_right .head_tel .time span {
  display: inline-block;
  vertical-align: 0;
  padding: 2px 7px 3px;
  margin-right: 5px;
  border: 1px solid #47a47a;
}
@media screen and (max-width: 1100px) {
  #header .inner .head_right .head_tel .time span {
    padding: 0.1818181818vw 0.6363636364vw 0.2727272727vw;
    margin-right: 0.4545454545vw;
  }
}
#header .inner .head_right .line {
  width: 220px;
  margin: 0 10px 0 20px;
}
@media screen and (max-width: 1100px) {
  #header .inner .head_right .line {
    width: 20vw;
    margin: 0 0.9090909091vw 0 1.8181818182vw;
  }
}
#header .inner .head_right .contact {
  width: 220px;
  filter: drop-shadow(0 4px 0 rgba(54, 58, 60, 0.1));
}
@media screen and (max-width: 1100px) {
  #header .inner .head_right .contact {
    width: 20vw;
    filter: drop-shadow(0 0.3636363636vw 0 rgba(54, 58, 60, 0.1));
  }
}

#fv {
  background: url("../img/pc_fv_bg.jpg") no-repeat top center;
  height: 1380px;
}
@media screen and (max-width: 1100px) {
  #fv {
    background-size: 181.8181818182vw auto;
    height: 125.4545454545vw;
  }
}
#fv .inner {
  padding-top: 170px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #fv .inner {
    padding-top: 15.4545454545vw;
  }
}
#fv .inner .fv_circle {
  width: 160px;
  position: absolute;
  top: 120px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #fv .inner .fv_circle {
    width: 14.5454545455vw;
    top: 10.9090909091vw;
  }
}
#fv .inner .fv_text_area {
  width: 480px;
  height: 430px;
  padding-top: 50px;
  margin-left: 40px;
  margin-bottom: 55px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #fv .inner .fv_text_area {
    width: 43.6363636364vw;
    height: 39.0909090909vw;
    padding-top: 4.5454545455vw;
    margin-left: 3.6363636364vw;
    margin-bottom: 5vw;
  }
}
#fv .inner .fv_text_area .top_text {
  text-align: center;
  letter-spacing: 0.02em;
  width: 280px;
  height: 50px;
  margin-left: 120px;
  background: #47a47a;
  transform: skewX(-27deg);
}
@media screen and (max-width: 1100px) {
  #fv .inner .fv_text_area .top_text {
    width: 25.4545454545vw;
    height: 4.5454545455vw;
    margin-left: 10.9090909091vw;
  }
}
#fv .inner .fv_text_area .top_text span {
  display: inline-block;
  color: #fff;
  line-height: 42px;
  font-size: 32px;
  font-weight: 500;
  transform: skewX(27deg);
}
@media screen and (max-width: 1100px) {
  #fv .inner .fv_text_area .top_text span {
    line-height: 3.8181818182vw;
    font-size: 2.9090909091vw;
  }
}
#fv .inner .fv_text_area .fv_text_img {
  width: 331px;
  margin: 25px auto;
}
@media screen and (max-width: 1100px) {
  #fv .inner .fv_text_area .fv_text_img {
    width: 30.0909090909vw;
    margin: 2.2727272727vw auto;
  }
}
#fv .inner .fv_text_area .bot_text {
  color: #58bc00;
  font-size: 26px;
  line-height: 1.59;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1100px) {
  #fv .inner .fv_text_area .bot_text {
    font-size: 2.3636363636vw;
  }
}
#fv .inner .fv_list {
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  #fv .inner .fv_list {
    margin-bottom: 3.6363636364vw;
  }
}

.cta_box {
  width: 1020px;
  height: 400px;
  margin: 0 auto;
  border-radius: 20px;
  background: #fff;
  filter: drop-shadow(20px 20px 20px rgba(0, 155, 74, 0.3));
}
@media screen and (max-width: 1100px) {
  .cta_box {
    width: 92.7272727273vw;
    height: 36.3636363636vw;
    border-radius: 1.8181818182vw;
    filter: drop-shadow(1.8181818182vw 1.8181818182vw 1.8181818182vw rgba(0, 155, 74, 0.3));
  }
}
.cta_box .top_text_area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta_box .top_text_area .text_box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 140px;
  height: 80px;
  background: url(../img/pc_cta_text_bg.png) no-repeat top left/100%;
}
@media screen and (max-width: 1100px) {
  .cta_box .top_text_area .text_box {
    width: 12.7272727273vw;
    height: 7.2727272727vw;
  }
}
.cta_box .top_text_area .text_box span {
  color: #fff;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1100px) {
  .cta_box .top_text_area .text_box span {
    font-size: 2.1818181818vw;
  }
}
.cta_box .top_text_area .text_box.box02 {
  margin: 0 20px 0 10px;
}
@media screen and (max-width: 1100px) {
  .cta_box .top_text_area .text_box.box02 {
    margin: 0 1.8181818182vw 0 0.9090909091vw;
  }
}
.cta_box .top_text_area .top_text {
  color: #47a47a;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1100px) {
  .cta_box .top_text_area .top_text {
    font-size: 2.5454545455vw;
  }
}
.cta_box h2 {
  font-size: 38px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 23px 0 15px;
}
@media screen and (max-width: 1100px) {
  .cta_box h2 {
    font-size: 3.4545454545vw;
    margin: 2.0909090909vw 0 1.3636363636vw;
  }
}
.cta_box .bot_text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 620px;
  padding: 6px 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .cta_box .bot_text {
    width: 56.3636363636vw;
    padding: 0.5454545455vw 0;
  }
}
.cta_box .bot_text .line {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .cta_box .bot_text .line {
    height: 0.1818181818vw;
  }
}
.cta_box .bot_text .line::before, .cta_box .bot_text .line::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cta_box .bot_text .line::before {
  height: 2px;
  background: linear-gradient(90deg, rgb(88, 188, 0) 0%, rgb(85, 210, 101) 50%, rgb(82, 203, 206) 100%);
}
@media screen and (max-width: 1100px) {
  .cta_box .bot_text .line::before {
    height: 0.1818181818vw;
  }
}
.cta_box .bot_text .line::after {
  height: 2px;
  background-image: linear-gradient(to right, transparent, transparent 2px, #fff 2px, #fff 4px);
  background-size: 4px 2px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .cta_box .bot_text .line::after {
    background-image: linear-gradient(to right, transparent, transparent 0.1818181818vw, #fff 0.1818181818vw, #fff 0.3636363636vw);
    background-size: 0.3636363636vw 0.1818181818vw;
    height: 0.1818181818vw;
  }
}
.cta_box .bot_text .line.top {
  top: 0;
}
.cta_box .bot_text .line.bot {
  bottom: 0;
}
.cta_box .bot_text .tit {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
  width: 136px;
  height: 26px;
  margin-right: 15px;
  border-radius: 15px;
  background: linear-gradient(90deg, rgb(88, 188, 0) 0%, rgb(85, 210, 101) 50%, rgb(82, 203, 206) 100%);
}
@media screen and (max-width: 1100px) {
  .cta_box .bot_text .tit {
    font-size: 1.8181818182vw;
    line-height: 2.1818181818vw;
    width: 12.3636363636vw;
    height: 2.3636363636vw;
    margin-right: 1.3636363636vw;
    border-radius: 1.3636363636vw;
  }
}
.cta_box .bot_text .text {
  color: #5ab16f;
  font-size: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1100px) {
  .cta_box .bot_text .text {
    font-size: 1.8181818182vw;
  }
}
.cta_box .tel_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 20px;
  color: #188d61;
}
@media screen and (max-width: 1100px) {
  .cta_box .tel_area {
    margin: 1.3636363636vw 0 1.8181818182vw;
  }
}
.cta_box .tel_area .tel a {
  color: #188d61;
  font-size: 55px;
  font-weight: 700;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .cta_box .tel_area .tel a {
    font-size: 5vw;
    padding-left: 4.0909090909vw;
  }
}
.cta_box .tel_area .tel a::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/tel_icon.svg) no-repeat top left/100%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .cta_box .tel_area .tel a::before {
    width: 3.4545454545vw;
    height: 3.4545454545vw;
  }
}
.cta_box .tel_area .time {
  width: 163px;
  height: 45px;
  padding-top: 3px;
  margin-left: 20px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .cta_box .tel_area .time {
    width: 14.8181818182vw;
    height: 4.0909090909vw;
    padding-top: 0.2727272727vw;
    margin-left: 1.8181818182vw;
  }
}
.cta_box .tel_area .time::before, .cta_box .tel_area .time::after {
  content: "";
  display: block;
  width: 9px;
  height: 45px;
  border-top: 1px solid #47a47a;
  border-bottom: 1px solid #47a47a;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1100px) {
  .cta_box .tel_area .time::before, .cta_box .tel_area .time::after {
    width: 0.8181818182vw;
    height: 4.0909090909vw;
  }
}
.cta_box .tel_area .time::before {
  border-left: 1px solid #47a47a;
  left: 0;
}
.cta_box .tel_area .time::after {
  border-right: 1px solid #47a47a;
  right: 0;
}
.cta_box .tel_area .time p {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-left: 18px;
}
@media screen and (max-width: 1100px) {
  .cta_box .tel_area .time p {
    font-size: 1.2727272727vw;
    margin-left: 1.6363636364vw;
  }
}
.cta_box .cta_btn_area {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .cta_box .cta_btn_area {
    gap: 1.8181818182vw;
  }
}
.cta_box .cta_btn_area p {
  width: 440px;
}
@media screen and (max-width: 1100px) {
  .cta_box .cta_btn_area p {
    width: 40vw;
  }
}
.cta_box .cta_btn_area p.line {
  filter: drop-shadow(0 4px 0 rgba(12, 12, 12, 0.1));
}
@media screen and (max-width: 1100px) {
  .cta_box .cta_btn_area p.line {
    filter: drop-shadow(0 0.3636363636vw 0 rgba(12, 12, 12, 0.1));
  }
}
.cta_box .cta_btn_area p.contact {
  filter: drop-shadow(0 4px 0 rgba(54, 58, 60, 0.1));
}
@media screen and (max-width: 1100px) {
  .cta_box .cta_btn_area p.contact {
    filter: drop-shadow(0 0.3636363636vw 0 rgba(54, 58, 60, 0.1));
  }
}

#worries {
  background: #fff;
  padding-bottom: 70px;
}
@media screen and (max-width: 1100px) {
  #worries {
    padding-bottom: 6.3636363636vw;
  }
}
#worries .inner .worries_box {
  width: 1080px;
  height: 444px;
  margin: 0 auto;
  background: url(../img/pc_worries_bg.png) no-repeat top left/100%;
}
@media screen and (max-width: 1100px) {
  #worries .inner .worries_box {
    width: 98.1818181818vw;
    height: 40.3636363636vw;
  }
}
#worries .inner .worries_box h2 {
  padding: 60px 0 80px 55px;
}
@media screen and (max-width: 1100px) {
  #worries .inner .worries_box h2 {
    padding: 5.4545454545vw 0 7.2727272727vw 5vw;
  }
}
#worries .inner .worries_box h2 strong {
  display: inline-block;
  font-size: 40px;
  line-height: 1.67;
  font-weight: 600;
  letter-spacing: 0.04em;
  background-image: linear-gradient(to right, #696d71, #696d71 2px, transparent 2px);
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1100px) {
  #worries .inner .worries_box h2 strong {
    font-size: 3.6363636364vw;
    background-image: linear-gradient(to right, #696d71, #696d71 0.1818181818vw, transparent 0.1818181818vw);
    background-size: 0.5454545455vw 0.1818181818vw;
  }
}
#worries .inner .worries_box .worries_list_area {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  #worries .inner .worries_box .worries_list_area {
    gap: 4.0909090909vw;
    margin-bottom: 3.6363636364vw;
  }
}
#worries .inner .worries_box .worries_list_area .worries_list li {
  font-size: 19px;
  letter-spacing: 0.04em;
  padding-left: 33px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #worries .inner .worries_box .worries_list_area .worries_list li {
    font-size: 1.7272727273vw;
    padding-left: 3vw;
  }
}
#worries .inner .worries_box .worries_list_area .worries_list li:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1100px) {
  #worries .inner .worries_box .worries_list_area .worries_list li:not(:first-child) {
    margin-top: 2.1818181818vw;
  }
}
#worries .inner .worries_box .worries_list_area .worries_list li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/worries_check01.svg) no-repeat top left/100%;
  transform: translateY(-50%);
  position: absolute;
  top: 60%;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #worries .inner .worries_box .worries_list_area .worries_list li::before {
    width: 1.8181818182vw;
    height: 1.8181818182vw;
  }
}
#worries .inner .worries_bot_text {
  margin-top: 70px;
}
@media screen and (max-width: 1100px) {
  #worries .inner .worries_bot_text {
    margin-top: 6.3636363636vw;
  }
}
#worries .inner .worries_bot_text .text01 {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1100px) {
  #worries .inner .worries_bot_text .text01 {
    font-size: 1.8181818182vw;
  }
}
#worries .inner .worries_bot_text .text02 {
  text-align: center;
  margin: 13px 0 37px;
}
@media screen and (max-width: 1100px) {
  #worries .inner .worries_bot_text .text02 {
    margin: 1.1818181818vw 0 3.3636363636vw;
  }
}
#worries .inner .worries_bot_text .text02 strong {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: linear-gradient(transparent 70%, rgba(249, 109, 76, 0.3) 70% 100%, transparent 100%);
}
@media screen and (max-width: 1100px) {
  #worries .inner .worries_bot_text .text02 strong {
    font-size: 2.2727272727vw;
  }
}
#worries .inner .worries_bot_text .worries_bot_box {
  width: 621px;
  height: 141px;
  margin: 0 auto;
  padding-top: 27px;
  background: url(../img/pc_worries_box.png) no-repeat top left/100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #worries .inner .worries_bot_text .worries_bot_box {
    width: 56.4545454545vw;
    height: 12.8181818182vw;
    padding-top: 2.4545454545vw;
  }
}
#worries .inner .worries_bot_text .worries_bot_box .text {
  color: #188d61;
  font-size: 28px;
  font-weight: 700;
  margin-left: 110px;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #worries .inner .worries_bot_text .worries_bot_box .text {
    font-size: 2.5454545455vw;
    margin-left: 10vw;
    padding-left: 3.1818181818vw;
  }
}
#worries .inner .worries_bot_text .worries_bot_box .text::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/worries_check02.svg) no-repeat top left/100%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #worries .inner .worries_bot_text .worries_bot_box .text::before {
    width: 2.1818181818vw;
    height: 2.1818181818vw;
  }
}
#worries .inner .worries_bot_text .worries_bot_box .text:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1100px) {
  #worries .inner .worries_bot_text .worries_bot_box .text:not(:first-child) {
    margin-top: 2.1818181818vw;
  }
}
#worries .inner .worries_bot_text .text03 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-top: 25px;
}
@media screen and (max-width: 1100px) {
  #worries .inner .worries_bot_text .text03 {
    font-size: 2.1818181818vw;
    margin-top: 2.2727272727vw;
  }
}

#merit {
  background: url("../img/pc_merit_bg.jpg") no-repeat top center;
  height: 1420px;
}
@media screen and (max-width: 1100px) {
  #merit {
    background-size: 181.8181818182vw auto;
    height: 129.0909090909vw;
  }
}
#merit .inner .merit_top_text {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.04em;
  margin: 17px 0 75px;
}
@media screen and (max-width: 1100px) {
  #merit .inner .merit_top_text {
    font-size: 1.6363636364vw;
    margin: 1.5454545455vw 0 6.8181818182vw;
  }
}
#merit .inner h3 {
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  #merit .inner h3 {
    font-size: 2.3636363636vw;
    margin-bottom: 1.8181818182vw;
  }
}
#merit .inner .merit_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 175px;
}
@media screen and (max-width: 1100px) {
  #merit .inner .merit_list {
    gap: 1.8181818182vw;
    margin-bottom: 15.9090909091vw;
  }
}
#merit .inner .merit_list li {
  display: flex;
  align-items: center;
  gap: 34px;
  width: 540px;
  height: 180px;
  padding-left: 55px;
  background: #fff;
  box-shadow: 0 6px 6px rgba(0, 155, 74, 0.2);
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #merit .inner .merit_list li {
    gap: 3.0909090909vw;
    width: 49.0909090909vw;
    height: 16.3636363636vw;
    padding-left: 5vw;
    box-shadow: 0 0.5454545455vw 0.5454545455vw rgba(0, 155, 74, 0.2);
  }
}
#merit .inner .merit_list li .icon {
  width: 72px;
}
@media screen and (max-width: 1100px) {
  #merit .inner .merit_list li .icon {
    width: 6.5454545455vw;
  }
}
#merit .inner .merit_list li .text_area h4 {
  color: #47a47a;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  #merit .inner .merit_list li .text_area h4 {
    font-size: 2.0909090909vw;
    margin-bottom: 0.9090909091vw;
  }
}
#merit .inner .merit_list li .text_area .text {
  line-height: 1.64;
  letter-spacing: 0.04em;
  width: 320px;
}
@media screen and (max-width: 1100px) {
  #merit .inner .merit_list li .text_area .text {
    width: 29.0909090909vw;
  }
}
#merit .inner .merit_list li:nth-child(-n+2) .text_area .text {
  width: 354px;
}
@media screen and (max-width: 1100px) {
  #merit .inner .merit_list li:nth-child(-n+2) .text_area .text {
    width: 32.1818181818vw;
  }
}

#feature {
  background: #fff;
  padding: 120px 0 110px;
}
@media screen and (max-width: 1100px) {
  #feature {
    padding: 10.9090909091vw 0 10vw;
  }
}
#feature .top_bubble {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  width: 430px;
  height: 60px;
  margin: 0 auto 20px;
  padding-top: 6px;
  background: url(../img/feature_tit_bubble.png) no-repeat top left/100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #feature .top_bubble {
    font-size: 2vw;
    width: 39.0909090909vw;
    height: 5.4545454545vw;
    margin: 0 auto 1.8181818182vw;
    padding-top: 0.5454545455vw;
  }
}
#feature .tit_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 1100px) {
  #feature .tit_area {
    margin-bottom: 6.3636363636vw;
  }
}
#feature .tit_area .tit01 span {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #44484e;
}
@media screen and (max-width: 1100px) {
  #feature .tit_area .tit01 span {
    font-size: 2.1818181818vw;
    padding-bottom: 0.9090909091vw;
  }
}
#feature .tit_area .tit02 {
  font-size: 44px;
  font-weight: 500;
  margin-left: 15px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #feature .tit_area .tit02 {
    font-size: 4vw;
    margin-left: 1.3636363636vw;
  }
}
#feature .tit_area .tit02::before {
  content: "";
  display: block;
  width: 317px;
  height: 21px;
  background: url(../img/feature_tit_line.png) no-repeat top left/100%;
  position: absolute;
  left: 0;
  bottom: -24px;
}
@media screen and (max-width: 1100px) {
  #feature .tit_area .tit02::before {
    width: 28.8181818182vw;
    height: 1.9090909091vw;
    bottom: -2.1818181818vw;
  }
}
#feature .feature_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box {
    margin-bottom: 5.4545454545vw;
  }
}
#feature .feature_box .inner {
  position: relative;
}
#feature .feature_box .inner .num {
  width: 126px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box .inner .num {
    width: 11.4545454545vw;
  }
}
#feature .feature_box .inner .text_area .tit {
  color: #188d61;
  font-size: 36px;
  line-height: 1.44;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box .inner .text_area .tit {
    font-size: 3.2727272727vw;
    margin-bottom: 1.8181818182vw;
  }
}
#feature .feature_box .inner .text_area .text,
#feature .feature_box .inner .text_area .bot_text {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box .inner .text_area .text,
  #feature .feature_box .inner .text_area .bot_text {
    font-size: 1.6363636364vw;
  }
}
#feature .feature_box .inner .text_area .text strong,
#feature .feature_box .inner .text_area .bot_text strong {
  color: #f96d4c;
  font-weight: 500;
}
#feature .feature_box.feature01 {
  background: url("../img/pc_feature01_bg.jpg") no-repeat top center;
  height: 450px;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature01 {
    background-size: 181.8181818182vw auto;
    height: 40.9090909091vw;
  }
}
#feature .feature_box.feature01 .num {
  left: 0;
}
#feature .feature_box.feature01 .text_area {
  padding: 50px 0 0 170px;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature01 .text_area {
    padding: 4.5454545455vw 0 0 15.4545454545vw;
  }
}
#feature .feature_box.feature01 .text_area .text {
  width: 516px;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature01 .text_area .text {
    width: 46.9090909091vw;
  }
}
#feature .feature_box.feature01 .name_area {
  color: #47a47a;
  position: absolute;
  top: 350px;
  left: 554px;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature01 .name_area {
    top: 31.8181818182vw;
    left: 50.3636363636vw;
  }
}
#feature .feature_box.feature01 .name_area .name01 {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature01 .name_area .name01 {
    font-size: 1.6363636364vw;
  }
}
#feature .feature_box.feature01 .name_area .name01 strong {
  font-size: 20px;
  font-weight: 600;
  vertical-align: 0;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature01 .name_area .name01 strong {
    font-size: 1.8181818182vw;
  }
}
#feature .feature_box.feature01 .name_area .name02 {
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature01 .name_area .name02 {
    font-size: 1.2727272727vw;
    margin-top: 0.9090909091vw;
  }
}
#feature .feature_box.feature02 {
  background: url("../img/pc_feature02_bg.jpg") no-repeat top center;
  height: 490px;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature02 {
    background-size: 181.8181818182vw auto;
    height: 44.5454545455vw;
  }
}
#feature .feature_box.feature02 .num {
  right: 0;
}
#feature .feature_box.feature02 .feature_img {
  width: 290px;
  box-shadow: 20px 20px 10px rgba(0, 155, 74, 0.2);
  position: absolute;
  top: 150px;
  left: 85px;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature02 .feature_img {
    width: 26.3636363636vw;
    box-shadow: 1.8181818182vw 1.8181818182vw 0.9090909091vw rgba(0, 155, 74, 0.2);
    top: 13.6363636364vw;
    left: 7.7272727273vw;
  }
}
#feature .feature_box.feature02 .text_area {
  padding: 70px 0 0 447px;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature02 .text_area {
    padding: 6.3636363636vw 0 0 40.6363636364vw;
  }
}
#feature .feature_box.feature02 .text_area .text {
  width: 455px;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature02 .text_area .text {
    width: 41.3636363636vw;
  }
}
#feature .feature_box.feature02 .text_area .kome_area {
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature02 .text_area .kome_area {
    margin-top: 0.9090909091vw;
  }
}
#feature .feature_box.feature02 .text_area .kome_area p {
  display: flex;
  color: #696d71;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature02 .text_area .kome_area p {
    font-size: 1.0909090909vw;
  }
}
#feature .feature_box.feature02 .text_area .bot_text {
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature02 .text_area .bot_text {
    margin-top: 2.7272727273vw;
  }
}
#feature .feature_box.feature03 {
  background: url("../img/pc_feature03_bg.jpg") no-repeat top center;
  height: 340px;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature03 {
    background-size: 181.8181818182vw auto;
    height: 30.9090909091vw;
  }
}
#feature .feature_box.feature03 .num {
  left: 0;
}
#feature .feature_box.feature03 .text_area {
  padding: 70px 0 0 170px;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature03 .text_area {
    padding: 6.3636363636vw 0 0 15.4545454545vw;
  }
}
#feature .feature_box.feature03 .text_area .text {
  width: 500px;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature03 .text_area .text {
    width: 45.4545454545vw;
  }
}
#feature .feature_box.feature04 {
  background: url("../img/pc_feature04_bg.jpg") no-repeat top center;
  height: 340px;
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature04 {
    background-size: 181.8181818182vw auto;
    height: 30.9090909091vw;
  }
}
#feature .feature_box.feature04 .num {
  right: 0;
}
#feature .feature_box.feature04 .text_area {
  padding: 50px 0 0 447px;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature04 .text_area {
    padding: 4.5454545455vw 0 0 40.6363636364vw;
  }
}
#feature .feature_box.feature04 .text_area .text {
  width: 480px;
}
@media screen and (max-width: 1100px) {
  #feature .feature_box.feature04 .text_area .text {
    width: 43.6363636364vw;
  }
}

#flow {
  background: #fff;
  padding: 110px 0 70px;
}
@media screen and (max-width: 1100px) {
  #flow {
    padding: 10vw 0 6.3636363636vw;
  }
}
#flow .inner {
  background: url("../img/pc_flow_bg.jpg") no-repeat top center/100%;
  height: 1100px;
  padding-top: 140px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #flow .inner {
    height: 100vw;
    padding-top: 12.7272727273vw;
  }
}
#flow .inner h2 {
  font-size: 38px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 65px;
}
@media screen and (max-width: 1100px) {
  #flow .inner h2 {
    font-size: 3.4545454545vw;
    margin-bottom: 5.9090909091vw;
  }
}
#flow .inner .flow_list .flow_box {
  display: flex;
  align-items: center;
  margin-left: 90px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #flow .inner .flow_list .flow_box {
    margin-left: 8.1818181818vw;
  }
}
#flow .inner .flow_list .flow_box:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  #flow .inner .flow_list .flow_box:not(:first-child) {
    margin-top: 4.5454545455vw;
  }
}
#flow .inner .flow_list .flow_box::before {
  content: "";
  display: block;
  width: 120px;
  height: 30px;
  background: url(../img/step_arrow.svg) no-repeat top left/100%;
  position: absolute;
  left: 400px;
  bottom: -20px;
}
@media screen and (max-width: 1100px) {
  #flow .inner .flow_list .flow_box::before {
    width: 10.9090909091vw;
    height: 2.7272727273vw;
    left: 36.3636363636vw;
    bottom: -1.8181818182vw;
  }
}
#flow .inner .flow_list .flow_box:last-child::before {
  content: none;
}
#flow .inner .flow_list .flow_box .img {
  width: 359px;
}
@media screen and (max-width: 1100px) {
  #flow .inner .flow_list .flow_box .img {
    width: 32.6363636364vw;
  }
}
#flow .inner .flow_list .flow_box .text_area {
  padding-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  #flow .inner .flow_list .flow_box .text_area {
    padding-bottom: 3.6363636364vw;
  }
}
#flow .inner .flow_list .flow_box .text_area .tit_area {
  display: flex;
  align-items: center;
}
#flow .inner .flow_list .flow_box .text_area .tit_area .step {
  width: 64px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #flow .inner .flow_list .flow_box .text_area .tit_area .step {
    width: 5.8181818182vw;
  }
}
#flow .inner .flow_list .flow_box .text_area .tit_area .step::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #7ebfa2;
  position: absolute;
  top: 50%;
  right: -40px;
}
@media screen and (max-width: 1100px) {
  #flow .inner .flow_list .flow_box .text_area .tit_area .step::after {
    width: 2.7272727273vw;
    right: -3.6363636364vw;
  }
}
#flow .inner .flow_list .flow_box .text_area .tit_area h3 {
  color: #188d61;
  font-size: 32px;
  font-weight: 600;
  margin-left: 50px;
}
@media screen and (max-width: 1100px) {
  #flow .inner .flow_list .flow_box .text_area .tit_area h3 {
    font-size: 2.9090909091vw;
    margin-left: 4.5454545455vw;
  }
}
#flow .inner .flow_list .flow_box .text_area .text {
  line-height: 1.88;
  letter-spacing: 0.02em;
  width: 560px;
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  #flow .inner .flow_list .flow_box .text_area .text {
    width: 50.9090909091vw;
    margin-top: 2.7272727273vw;
  }
}

#cta {
  background: url("../img/pc_cta_bg.jpg") no-repeat top center;
  height: 590px;
  padding-top: 127px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #cta {
    height: 53.6363636364vw;
    padding-top: 11.5454545455vw;
  }
}

#faq {
  background: #fff;
  padding: 115px 0 120px;
}
@media screen and (max-width: 1100px) {
  #faq {
    padding: 10.4545454545vw 0 10.9090909091vw;
  }
}
#faq .inner .tit_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  #faq .inner .tit_area {
    margin-bottom: 3.6363636364vw;
  }
}
#faq .inner .tit_area .tit_img {
  width: 185px;
}
@media screen and (max-width: 1100px) {
  #faq .inner .tit_area .tit_img {
    width: 16.8181818182vw;
  }
}
#faq .inner .tit_area .tit {
  font-size: 34px;
  font-weight: 600;
  margin-left: 35px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  #faq .inner .tit_area .tit {
    font-size: 3.0909090909vw;
    margin-left: 3.1818181818vw;
    padding-bottom: 0.9090909091vw;
  }
}
#faq .inner .faq_list .box {
  width: 1010px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1100px) {
  #faq .inner .faq_list .box {
    width: 91.8181818182vw;
    margin: 5.4545454545vw auto 0;
  }
}
#faq .inner .faq_list .box:first-child {
  margin-top: 0;
}
#faq .inner .faq_list .box .faq_q {
  display: flex;
  background: #58bc00;
  background: linear-gradient(90deg, rgb(88, 188, 0) 0%, rgb(85, 210, 101) 50%, rgb(82, 203, 206) 100%);
  cursor: pointer;
  position: relative;
}
#faq .inner .faq_list .box .faq_q::before, #faq .inner .faq_list .box .faq_q::after {
  content: "";
  display: block;
  width: 22px;
  height: 4px;
  margin-top: -2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 40px;
}
@media screen and (max-width: 1100px) {
  #faq .inner .faq_list .box .faq_q::before, #faq .inner .faq_list .box .faq_q::after {
    width: 2vw;
    height: 0.3636363636vw;
    margin-top: -0.1818181818vw;
    right: 3.6363636364vw;
  }
}
#faq .inner .faq_list .box .faq_q::after {
  transform: rotate(90deg);
}
#faq .inner .faq_list .box .faq_q.open::after {
  content: none;
}
#faq .inner .faq_list .box .faq_q .num {
  width: 90px;
  padding: 8px 0 0 18px;
  border-radius: 0 0 30px 0;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #faq .inner .faq_list .box .faq_q .num {
    width: 8.1818181818vw;
    padding: 0.7272727273vw 0 0 1.6363636364vw;
    border-radius: 0 0 2.7272727273vw 0;
  }
}
#faq .inner .faq_list .box .faq_q .num img {
  width: 53px;
}
@media screen and (max-width: 1100px) {
  #faq .inner .faq_list .box .faq_q .num img {
    width: 4.8181818182vw;
  }
}
#faq .inner .faq_list .box .faq_q .q_text {
  color: #fff;
  font-size: 24px;
  line-height: 1.33;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 10px 0 13px 32px;
}
@media screen and (max-width: 1100px) {
  #faq .inner .faq_list .box .faq_q .q_text {
    font-size: 2.1818181818vw;
    padding: 0.9090909091vw 0 1.1818181818vw 2.9090909091vw;
  }
}
#faq .inner .faq_list .box .faq_a {
  display: none;
}
#faq .inner .faq_list .box .faq_a .a_text {
  line-height: 1.88;
  width: 780px;
  padding: 30px 0 15px 172px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #faq .inner .faq_list .box .faq_a .a_text {
    width: 70.9090909091vw;
    padding: 2.7272727273vw 0 1.3636363636vw 15.6363636364vw;
  }
}
#faq .inner .faq_list .box .faq_a .a_text::before {
  content: "";
  display: block;
  width: 32px;
  height: 25px;
  background: url(../img/faq_icon_a.png) no-repeat top left/100%;
  position: absolute;
  top: 33px;
  left: 120px;
}
@media screen and (max-width: 1100px) {
  #faq .inner .faq_list .box .faq_a .a_text::before {
    width: 2.9090909091vw;
    height: 2.2727272727vw;
    top: 3vw;
    left: 10.9090909091vw;
  }
}

#contact {
  background: url("../img/pc_contact_bg.jpg") no-repeat top center, #f1fcf3;
  padding: 127px 0 130px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #contact {
    background-size: 181.8181818182vw auto;
    padding: 11.5454545455vw 0 11.8181818182vw;
  }
}
#contact.thanks {
  min-height: 100vh;
}
@media screen and (max-width: 1100px) {
  #contact.thanks {
    min-height: 100vh;
  }
}
#contact .inner h2 {
  color: #47a47a;
  font-size: 42px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #contact .inner h2 {
    font-size: 3.8181818182vw;
    padding-bottom: 1.3636363636vw;
  }
}
#contact .inner h2::after {
  content: "";
  display: block;
  width: 215px;
  height: 2px;
  margin: 0 auto;
  background-image: linear-gradient(to right, #47a47a 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1100px) {
  #contact .inner h2::after {
    width: 19.5454545455vw;
    height: 0.1818181818vw;
    background-size: 0.5454545455vw 0.1818181818vw;
  }
}
#contact .inner .top_text {
  line-height: 1.88;
  text-align: center;
  margin: 30px 0 60px;
}
@media screen and (max-width: 1100px) {
  #contact .inner .top_text {
    margin: 2.7272727273vw 0 5.4545454545vw;
  }
}
#contact .inner .form_area .form_table {
  margin-left: 175px;
}
@media screen and (max-width: 1100px) {
  #contact .inner .form_area .form_table {
    margin-left: 15.9090909091vw;
  }
}
#contact .inner .form_area .form_table tr:last-of-type th,
#contact .inner .form_area .form_table tr:last-of-type td {
  padding-bottom: 0;
}
@media screen and (max-width: 1100px) {
  #contact .inner .form_area .form_table tr:last-of-type th,
  #contact .inner .form_area .form_table tr:last-of-type td {
    padding-bottom: 0;
  }
}
#contact .inner .form_area .form_table tr:nth-of-type(1) th::before, #contact .inner .form_area .form_table tr:nth-of-type(2) th::before, #contact .inner .form_area .form_table tr:nth-of-type(3) th::before, #contact .inner .form_area .form_table tr:nth-of-type(4) th::before {
  content: "必須";
  background: #ef704d;
}
#contact .inner .form_area .form_table tr:nth-of-type(5) th::before {
  content: "任意";
  background: #b3b3b3;
}
#contact .inner .form_area .form_table tr th,
#contact .inner .form_area .form_table tr td {
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  letter-spacing: 0.06em;
  box-sizing: border-box;
  padding-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  #contact .inner .form_area .form_table tr th,
  #contact .inner .form_area .form_table tr td {
    padding-bottom: 2.7272727273vw;
  }
}
#contact .inner .form_area .form_table tr th {
  font-size: 17px;
  width: 250px;
  padding-top: 12px;
  padding-left: 17px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #contact .inner .form_area .form_table tr th {
    font-size: 1.5454545455vw;
    width: 22.7272727273vw;
    padding-top: 1.0909090909vw;
    padding-left: 1.5454545455vw;
  }
}
#contact .inner .form_area .form_table tr th::before {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 40px;
  height: 20px;
  padding-top: 2px;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  right: 20px;
}
@media screen and (max-width: 1100px) {
  #contact .inner .form_area .form_table tr th::before {
    font-size: 1.2727272727vw;
    width: 3.6363636364vw;
    height: 1.8181818182vw;
    padding-top: 0.1818181818vw;
    top: 0.9090909091vw;
    right: 1.8181818182vw;
  }
}
#contact .inner .form_area .form_table tr td {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  #contact .inner .form_area .form_table tr td {
    font-size: 1.4545454545vw;
  }
}
#contact .inner .form_area .form_table tr td input,
#contact .inner .form_area .form_table tr td textarea {
  color: #44484e;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  width: 500px;
  border: 1px solid #a1a3a6;
  border-radius: 0;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #contact .inner .form_area .form_table tr td input,
  #contact .inner .form_area .form_table tr td textarea {
    font-size: 1.4545454545vw;
    width: 45.4545454545vw;
  }
}
#contact .inner .form_area .form_table tr td input::placeholder,
#contact .inner .form_area .form_table tr td textarea::placeholder {
  color: #ccc;
}
#contact .inner .form_area .form_table tr td input {
  height: 40px;
  padding: 0 17px;
}
@media screen and (max-width: 1100px) {
  #contact .inner .form_area .form_table tr td input {
    height: 3.6363636364vw;
    padding: 0 1.5454545455vw;
  }
}
#contact .inner .form_area .form_table tr td textarea {
  height: 130px;
  padding: 10px 17px;
}
@media screen and (max-width: 1100px) {
  #contact .inner .form_area .form_table tr td textarea {
    height: 11.8181818182vw;
    padding: 0.9090909091vw 1.5454545455vw;
  }
}
#contact .inner .form_area .privacy {
  margin: 38px 0 60px 425px;
}
@media screen and (max-width: 1100px) {
  #contact .inner .form_area .privacy {
    margin: 3.4545454545vw 0 5.4545454545vw 38.6363636364vw;
  }
}
#contact .inner .form_area .privacy label {
  cursor: pointer;
}
#contact .inner .form_area .privacy label input[type=checkbox] {
  vertical-align: -3px;
  width: 20px;
  height: 20px;
  margin: 0;
  border-radius: 0;
  border: 1px solid #a1a3a6;
  background: #fff;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 1100px) {
  #contact .inner .form_area .privacy label input[type=checkbox] {
    vertical-align: -0.2727272727vw;
    width: 1.8181818182vw;
    height: 1.8181818182vw;
  }
}
#contact .inner .form_area .privacy label input[type=checkbox]:checked::before {
  content: "";
  width: 5px;
  height: 10px;
  border-right: 2px solid #ef704d;
  border-bottom: 2px solid #ef704d;
  transform: rotate(50deg);
  position: absolute;
  top: 1px;
  left: 5px;
}
@media screen and (max-width: 1100px) {
  #contact .inner .form_area .privacy label input[type=checkbox]:checked::before {
    width: 0.4545454545vw;
    height: 0.9090909091vw;
    border-right: 0.1818181818vw solid #ef704d;
    border-bottom: 0.1818181818vw solid #ef704d;
    top: 0.0909090909vw;
    left: 0.4545454545vw;
  }
}
#contact .inner .form_area .privacy label span {
  vertical-align: 1px;
  margin-left: 10px;
}
@media screen and (max-width: 1100px) {
  #contact .inner .form_area .privacy label span {
    vertical-align: 0.0909090909vw;
    margin-left: 0.9090909091vw;
  }
}
#contact .inner .form_area .privacy label span a {
  text-decoration: underline;
}
#contact .inner .form_area .form_btn {
  text-align: center;
}
#contact .inner .form_area .form_btn input,
#contact .inner .form_area .form_btn a {
  display: block;
  width: 400px;
  height: 90px;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  #contact .inner .form_area .form_btn input,
  #contact .inner .form_area .form_btn a {
    width: 36.3636363636vw;
    height: 8.1818181818vw;
  }
}
#contact .inner .form_area .form_btn input:hover,
#contact .inner .form_area .form_btn a:hover {
  opacity: 0.8;
}
#contact .inner .form_area .form_btn input:disabled,
#contact .inner .form_area .form_btn a:disabled {
  opacity: 0.5;
  cursor: default;
}
#contact .inner .form_area .form_btn input:disabled:hover,
#contact .inner .form_area .form_btn a:disabled:hover {
  opacity: 0.5;
}
#contact .inner .form_area .form_btn.conf input {
  width: 540px;
  background: url(../img/pc_form_btn_conf.png) no-repeat top left/100%;
}
@media screen and (max-width: 1100px) {
  #contact .inner .form_area .form_btn.conf input {
    width: 49.0909090909vw;
  }
}
#contact .inner .form_area .form_btn.back input {
  background: url(../img/pc_form_btn_back.png) no-repeat top left/100%;
}
#contact .inner .form_area .form_btn.submit input {
  background: url(../img/pc_form_btn_submit.png) no-repeat top left/100%;
}
#contact .inner .form_area .form_btn.back_page a {
  background: url(../img/pc_form_btn_top.png) no-repeat top left/100%;
}
#contact .inner .privacy_box {
  overflow-y: auto;
  width: 680px;
  height: 190px;
  margin: 70px auto 0;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  #contact .inner .privacy_box {
    width: 61.8181818182vw;
    height: 17.2727272727vw;
    margin: 6.3636363636vw auto 0;
  }
}
#contact .inner .privacy_box .privacy_in {
  padding: 15px 20px;
}
@media screen and (max-width: 1100px) {
  #contact .inner .privacy_box .privacy_in {
    padding: 1.3636363636vw 1.8181818182vw;
  }
}
#contact .inner .privacy_box .privacy_in h3 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 1100px) {
  #contact .inner .privacy_box .privacy_in h3 {
    font-size: 1.2727272727vw;
    margin-bottom: 2.2727272727vw;
  }
}
#contact .inner .privacy_box .privacy_in .text {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  #contact .inner .privacy_box .privacy_in .text {
    font-size: 1.2727272727vw;
  }
}
#contact.conf_wrap {
  min-height: 100vh;
}
#contact.conf_wrap .inner .top_text {
  margin: 30px 0 60px;
}
@media screen and (max-width: 1100px) {
  #contact.conf_wrap .inner .top_text {
    margin: 2.7272727273vw 0 5.4545454545vw;
  }
}
#contact.conf_wrap .inner .form_area {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #contact.conf_wrap .inner .form_area {
    width: 68.1818181818vw;
  }
}
#contact.conf_wrap .inner .form_area .form_table {
  width: 100%;
  margin: 0;
}
#contact.conf_wrap .inner .form_area .form_table tr:last-of-type th,
#contact.conf_wrap .inner .form_area .form_table tr:last-of-type td {
  padding-bottom: 7px;
}
@media screen and (max-width: 1100px) {
  #contact.conf_wrap .inner .form_area .form_table tr:last-of-type th,
  #contact.conf_wrap .inner .form_area .form_table tr:last-of-type td {
    padding-bottom: 0.6363636364vw;
  }
}
#contact.conf_wrap .inner .form_area .form_table tr th,
#contact.conf_wrap .inner .form_area .form_table tr td {
  padding: 0;
  box-sizing: border-box;
}
#contact.conf_wrap .inner .form_area .form_table tr th {
  padding: 30px 0 7px 17px;
}
@media screen and (max-width: 1100px) {
  #contact.conf_wrap .inner .form_area .form_table tr th {
    padding: 2.7272727273vw 0 0.6363636364vw 1.5454545455vw;
  }
}
#contact.conf_wrap .inner .form_area .form_table tr th::before {
  top: 30px;
}
@media screen and (max-width: 1100px) {
  #contact.conf_wrap .inner .form_area .form_table tr th::before {
    top: 2.7272727273vw;
  }
}
#contact.conf_wrap .inner .form_area .form_table tr td {
  line-height: 1.75;
  width: 500px;
  padding: 25px 0 7px 17px;
  border-bottom: 1px solid #a1a3a6;
}
@media screen and (max-width: 1100px) {
  #contact.conf_wrap .inner .form_area .form_table tr td {
    width: 45.4545454545vw;
    padding: 2.2727272727vw 0 0.6363636364vw 1.5454545455vw;
  }
}
#contact.conf_wrap .inner .form_area .btn_area {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 1100px) {
  #contact.conf_wrap .inner .form_area .btn_area {
    gap: 3.6363636364vw;
    margin-top: 7.2727272727vw;
  }
}
#contact.conf_wrap .inner .form_area .btn_area .form_btn {
  margin: 0;
}

#footer {
  background: url("../img/pc_footer_bg.jpg") no-repeat top center;
  height: 420px;
  padding-top: 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #footer {
    height: 38.1818181818vw;
    padding-top: 7.2727272727vw;
  }
}
#footer .inner {
  display: flex;
  justify-content: center;
}
#footer .inner .foot_img {
  width: 370px;
}
@media screen and (max-width: 1100px) {
  #footer .inner .foot_img {
    width: 33.6363636364vw;
  }
}
#footer .inner .foot_info {
  margin-left: 100px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #footer .inner .foot_info {
    margin-left: 9.0909090909vw;
  }
}
#footer .inner .foot_info h2 {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.12em;
  position: absolute;
  top: 0;
  left: -45px;
}
@media screen and (max-width: 1100px) {
  #footer .inner .foot_info h2 {
    font-size: 1.6363636364vw;
    left: -4.0909090909vw;
  }
}
#footer .inner .foot_info .foot_table {
  display: flex;
  flex-wrap: wrap;
  width: 505px;
}
@media screen and (max-width: 1100px) {
  #footer .inner .foot_info .foot_table {
    width: 45.9090909091vw;
  }
}
#footer .inner .foot_info .foot_table dt,
#footer .inner .foot_info .foot_table dd {
  color: #fff;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.04em;
  padding: 3px 0 3px 10px;
  margin-bottom: 7px;
  border-bottom: 1px solid #85d6c8;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #footer .inner .foot_info .foot_table dt,
  #footer .inner .foot_info .foot_table dd {
    font-size: 1.2727272727vw;
    padding: 0.2727272727vw 0 0.2727272727vw 0.9090909091vw;
    margin-bottom: 0.6363636364vw;
  }
}
#footer .inner .foot_info .foot_table dt:nth-last-child(-n+2),
#footer .inner .foot_info .foot_table dd:nth-last-child(-n+2) {
  border-bottom: none;
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  #footer .inner .foot_info .foot_table dt:nth-last-child(-n+2),
  #footer .inner .foot_info .foot_table dd:nth-last-child(-n+2) {
    font-size: 1.4545454545vw;
  }
}
#footer .inner .foot_info .foot_table dt a,
#footer .inner .foot_info .foot_table dd a {
  color: #fff;
  position: relative;
}
#footer .inner .foot_info .foot_table dt a::before,
#footer .inner .foot_info .foot_table dd a::before {
  content: "";
  display: block;
  position: absolute;
  padding-top: 5px;
  transform: translateY(-50%);
  top: 65%;
}
@media screen and (max-width: 1100px) {
  #footer .inner .foot_info .foot_table dt a::before,
  #footer .inner .foot_info .foot_table dd a::before {
    padding-top: 0.4545454545vw;
  }
}
#footer .inner .foot_info .foot_table dt a.link,
#footer .inner .foot_info .foot_table dd a.link {
  margin-left: 22px;
}
@media screen and (max-width: 1100px) {
  #footer .inner .foot_info .foot_table dt a.link,
  #footer .inner .foot_info .foot_table dd a.link {
    margin-left: 2vw;
  }
}
#footer .inner .foot_info .foot_table dt a.link::before,
#footer .inner .foot_info .foot_table dd a.link::before {
  width: 12px;
  height: 12px;
  background: url(../img/foot_icon_link.svg) no-repeat top left/100%;
  right: -20px;
}
@media screen and (max-width: 1100px) {
  #footer .inner .foot_info .foot_table dt a.link::before,
  #footer .inner .foot_info .foot_table dd a.link::before {
    width: 1.0909090909vw;
    height: 1.0909090909vw;
    right: -1.8181818182vw;
  }
}
#footer .inner .foot_info .foot_table dt a.tel,
#footer .inner .foot_info .foot_table dd a.tel {
  padding-left: 16px;
}
@media screen and (max-width: 1100px) {
  #footer .inner .foot_info .foot_table dt a.tel,
  #footer .inner .foot_info .foot_table dd a.tel {
    padding-left: 1.4545454545vw;
  }
}
#footer .inner .foot_info .foot_table dt a.tel::before,
#footer .inner .foot_info .foot_table dd a.tel::before {
  width: 17px;
  height: 17px;
  background: url(../img/foot_icon_tel.svg) no-repeat top left/100%;
  left: -5px;
}
@media screen and (max-width: 1100px) {
  #footer .inner .foot_info .foot_table dt a.tel::before,
  #footer .inner .foot_info .foot_table dd a.tel::before {
    width: 1.5454545455vw;
    height: 1.5454545455vw;
    left: -0.4545454545vw;
  }
}
#footer .inner .foot_info .foot_table dt a.mail,
#footer .inner .foot_info .foot_table dd a.mail {
  padding-left: 29px;
}
@media screen and (max-width: 1100px) {
  #footer .inner .foot_info .foot_table dt a.mail,
  #footer .inner .foot_info .foot_table dd a.mail {
    padding-left: 2.6363636364vw;
  }
}
#footer .inner .foot_info .foot_table dt a.mail::before,
#footer .inner .foot_info .foot_table dd a.mail::before {
  width: 18px;
  height: 13px;
  background: url(../img/foot_icon_mail.svg) no-repeat top left/100%;
  left: 3px;
}
@media screen and (max-width: 1100px) {
  #footer .inner .foot_info .foot_table dt a.mail::before,
  #footer .inner .foot_info .foot_table dd a.mail::before {
    width: 1.6363636364vw;
    height: 1.1818181818vw;
    left: 0.2727272727vw;
  }
}
#footer .inner .foot_info .foot_table dt {
  width: 150px;
  margin-right: 10px;
}
@media screen and (max-width: 1100px) {
  #footer .inner .foot_info .foot_table dt {
    width: 13.6363636364vw;
    margin-right: 0.9090909091vw;
  }
}
#footer .inner .foot_info .foot_table dd {
  width: 345px;
}
@media screen and (max-width: 1100px) {
  #footer .inner .foot_info .foot_table dd {
    width: 31.3636363636vw;
  }
}
#footer .copy {
  width: 980px;
  margin: 0 auto;
  border-top: 1px solid #85d6c8;
  margin-top: 35px;
  padding-top: 17px;
}
@media screen and (max-width: 1100px) {
  #footer .copy {
    width: 89.0909090909vw;
    margin-top: 3.1818181818vw;
    padding-top: 1.5454545455vw;
  }
}
#footer .copy p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1100px) {
  #footer .copy p {
    font-size: 1.0909090909vw;
  }
}/*# sourceMappingURL=style.css.map */