@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+JP:wght@100;300;500;700&family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=M+PLUS+1p&family=Noto+Sans+JP:wght@100;300;500;700&family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New&display=swap");
@font-face {
  font-family: "FONTSPRING";
  src: url("../font/FONTSPRING-DEMO-TT_FORS_DEMIBOLD.OTF") format("opentype");
}
.font {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2.font {
  font-weight: bold;
}

.oz {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .pc-only {
    display: none;
  }
}

/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Global Styles */
body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  counter-reset: number 0;
}

a {
  color: #007bff;
  text-decoration: none;
}

img {
  max-width: 100%;
}

p {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  p {
    font-size: 16px;
  }
}

/* Layout */
.container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  width: 89.3333333333%;
}

.common-ttl {
  text-align: center;
  font-weight: bold;
}
.common-ttl p {
  font-size: 25px;
}
@media screen and (max-width: 480px) {
  .common-ttl p {
    font-size: 22px;
  }
}
.common-ttl h2 {
  font-size: 35px;
}
@media screen and (max-width: 480px) {
  .common-ttl h2 {
    font-size: 30px;
    margin-top: 10px;
  }
}
.common-ttl h2 span {
  color: #D44D4D;
}

.mv {
  position: relative;
}
.mv__logo {
  position: absolute;
  top: 10px;
  left: 0;
  max-width: 1100px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .mv__logo {
    max-width: 95px;
  }
}
.mv__img {
  height: 533px;
  margin: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .mv__img {
    height: 500px;
  }
}
.mv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 533px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .mv__flex {
    height: 500px;
  }
}
.mv__flex__left {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
@media screen and (max-width: 480px) {
  .mv__flex__left {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .mv__flex__right {
    width: 100%;
  }
}
.mv__flex__right h1 {
  color: #D44D4D;
  font-size: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .mv__flex__right h1 {
    display: block;
    font-size: 32px;
    position: relative;
  }
  .mv__flex__right h1:before {
    content: "";
    background-image: url(../img/mv-goen.png);
    width: 120px;
    height: 120px;
    position: relative;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
  }
}
.mv__flex__right h1 div {
  font-size: 50px;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
@media screen and (max-width: 480px) {
  .mv__flex__right h1 div {
    font-size: 41px;
    display: inline-block;
  }
}
.mv__flex__right h1 span {
  font-size: 58px;
  border-radius: 100px;
  background: #fff;
  width: 89px;
  height: 89px;
  margin-right: 5px;
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid #D44D4D;
}
@media screen and (max-width: 480px) {
  .mv__flex__right h1 span {
    font-size: 38px;
    width: 63px;
    height: 63px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.mv__flex__right p {
  line-height: 1.7777777778;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .mv__flex__right p {
    text-align: center;
    margin-bottom: 15px;
  }
}
.mv__flex__right b {
  display: block;
  font-size: 25px;
  text-align: center;
  width: 480px;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .mv__flex__right b {
    font-size: 16px;
  }
}
.mv__flex__right b::before {
  content: "";
  background-image: url(../img/icon-red1.png);
  position: absolute;
  left: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.mv__flex__right b::after {
  content: "";
  background-image: url(../img/icon-red2.png);
  position: absolute;
  right: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.mv__flex__right b span {
  color: #D44D4D;
}
.mv__flex__right a {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 480px;
  height: 70px;
  background: #D44D4D;
  border-radius: 100px;
  border: 2px solid #AE1F1F;
  -webkit-box-shadow: 0 5px 0 #690909;
          box-shadow: 0 5px 0 #690909;
  position: relative;
}
@media screen and (max-width: 480px) {
  .mv__flex__right a {
    max-width: 311px;
    font-size: 16px;
    margin: auto;
    margin-top: 5px;
    height: 50px;
  }
}
.mv__flex__right a:before {
  content: "";
  background-image: url(../img/btn-icon.png);
  position: absolute;
  left: -10px;
  bottom: -15px;
  width: 102px;
  height: 106px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .mv__flex__right a:before {
    width: 62px;
    height: 64px;
    left: -20px;
    bottom: -5px;
  }
}
.mv__flex__right a:after {
  content: "→";
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #D44D4D;
  position: absolute;
  right: 10px;
  border-radius: 100px;
}
@media screen and (max-width: 480px) {
  .mv__flex__right a:after {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}

.worries {
  background: #FFF7E4;
  padding: 60px 0 70px;
}
@media screen and (max-width: 480px) {
  .worries {
    padding: 40px 0;
  }
}
.worries img {
  margin: auto;
  display: block;
}
@media screen and (max-width: 480px) {
  .worries img {
    margin-top: 25px;
  }
}

.solution {
  background: #E4F4E5;
  padding: 70px 0 80px;
}
@media screen and (max-width: 480px) {
  .solution {
    padding: 40px 0;
  }
}
.solution .common-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .solution .common-ttl {
    margin-bottom: 25px;
  }
}
.solution__box {
  border-radius: 10px;
  background: #fff;
  margin-bottom: 24px;
  padding: 40px 27px;
}
@media screen and (max-width: 480px) {
  .solution__box {
    padding: 15px 20px 40px;
  }
}
.solution__box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solution__box__flex__left {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .solution__box__flex__left {
    display: none;
  }
}
.solution__box__flex__left img {
  max-width: 100%;
}
.solution__box__flex__right {
  width: 80%;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .solution__box__flex__right {
    width: 100%;
  }
  .solution__box__flex__right img {
    display: block;
    margin: auto;
    margin-bottom: 15px;
  }
}
.solution__box__flex__right h3 {
  margin-bottom: 16px;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .solution__box__flex__right h3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.solution__box__flex__right h3:before {
  counter-increment: number 1;
  content: "0" counter(number) " ";
  color: #059B50;
  font-size: 35px;
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-right: 22px;
}
@media screen and (max-width: 480px) {
  .solution__box__flex__right h3:before {
    font-size: 30px;
  }
}
.solution__box__flex__right p {
  font-size: 18px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 480px) {
  .solution__box__flex__right p {
    font-size: 16px;
  }
}
.solution__box__flex__right small {
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .solution__box__flex__right small {
    display: block;
    margin-top: 30px;
  }
}

.flow {
  padding: 72px 0 57px;
}
@media screen and (max-width: 480px) {
  .flow {
    padding: 40px 0;
  }
}
.flow__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0 25px;
}
@media screen and (max-width: 480px) {
  .flow__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .flow__flex {
    padding: 25px 0 15px;
  }
}
.flow__flex__box {
  width: 190px;
  height: 180px;
  border-radius: 10px;
  border: 1px solid #E7B64A;
}
@media screen and (max-width: 480px) {
  .flow__flex__box {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    height: 65px;
  }
  .flow__flex__box:last-child::after {
    content: none;
  }
  .flow__flex__box:after {
    content: "";
    border-left: 4px dotted #e7b64a;
    position: absolute;
    right: 20%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 64px;
    width: 81px;
    height: 10px;
  }
}
.flow__flex__box h3 {
  background: #E7B64A;
  border-radius: 0 0 12px 12px;
  width: 130px;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 15px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .flow__flex__box h3 {
    border-radius: 8px 0 12px 0;
    width: 101px;
    height: 26px;
    font-size: 14px;
    position: absolute;
  }
}
.flow__flex__box figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100px;
  margin: 25px 0 21px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .flow__flex__box figure {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    height: 65px;
    margin: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 70px;
  }
  .flow__flex__box figure figcaption {
    width: 100px;
  }
}
.flow__flex__box figure img {
  margin-bottom: 18px;
}
@media screen and (max-width: 480px) {
  .flow__flex__box figure img {
    width: 50px;
    margin: 0;
    margin-right: 20px;
  }
}

.cta {
  background-color: #E7B64A;
  padding: 50px 0;
}
@media screen and (max-width: 480px) {
  .cta {
    padding: 25px 0;
  }
}
.cta__img {
  position: absolute;
  right: 50px;
  top: 0;
}
@media screen and (max-width: 480px) {
  .cta__img {
    right: 20px;
    top: 20px;
  }
  .cta__img img {
    max-width: 52px;
  }
}
.cta__txt {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .cta__txt {
    text-align: center;
  }
  .cta__txt b {
    font-size: 16px;
    font-weight: normal;
  }
}
.cta__txt span {
  color: #D44D4D;
}
.cta__box {
  background: #fff;
  border-radius: 15px;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 260px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .cta__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 420px;
    padding: 25px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cta__box h2 {
  font-size: 25px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  border-bottom: double 4px #D44D4D;
}
@media screen and (max-width: 480px) {
  .cta__box h2 {
    font-size: 23px;
    margin-top: 10px;
    display: block;
    text-align: center;
  }
}
.cta__box h2::before {
  content: "";
  background-image: url(../img/icon-red1.png);
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .cta__box h2::before {
    width: 14px;
    height: 32px;
    top: 80%;
    left: -20px;
  }
}
.cta__box h2::after {
  content: "";
  background-image: url(../img/icon-red2.png);
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .cta__box h2::after {
    width: 14px;
    height: 32px;
    top: 80%;
    right: -20px;
  }
}
.cta__box h2 span {
  color: #D44D4D;
}
.cta__box a.link {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 480px;
  height: 70px;
  background: #D44D4D;
  border-radius: 100px;
  border: 2px solid #AE1F1F;
  -webkit-box-shadow: 0 5px 0 #690909;
          box-shadow: 0 5px 0 #690909;
  position: relative;
  margin: 10px 0 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta__box a.link:hover {
  -webkit-box-shadow: 0 0px 0 #690909;
          box-shadow: 0 0px 0 #690909;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 480px) {
  .cta__box a.link {
    max-width: 100%;
    height: 62px;
    font-size: 18px;
    margin: 20px auto;
  }
}
.cta__box a.link:after {
  content: "→";
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #D44D4D;
  position: absolute;
  right: 10px;
  border-radius: 100px;
}
@media screen and (max-width: 480px) {
  .cta__box a.link:after {
    font-size: 23px;
    width: 36px;
    height: 36px;
  }
}
.cta__box__left {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .cta__box__left img {
    max-width: 230px;
    margin-top: -80px;
    margin-right: 120px;
  }
}
@media screen and (max-width: 480px) {
  .cta__box__right {
    width: 100%;
  }
  .cta__box__right .last {
    font-size: 20px;
  }
}
.cta__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .cta__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cta__flex a.link {
  width: 430px;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .cta__flex a.link {
    margin-right: 0;
  }
}
.cta__flex__tel p:first-child {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .cta__flex__tel p:first-child {
    font-size: 17px;
  }
}
.cta__flex__tel p:last-child {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .cta__flex__tel p:last-child {
    font-size: 15px;
  }
}
.cta__flex__tel div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta__flex__tel div a {
  font-size: 25px;
  color: #000;
  margin: 0 10px 0 5px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .cta__flex__tel div a {
    font-size: 27px;
  }
}

.cta__box__24{
  border-radius: 2px;
  font-size: 13px;
  display: inline-block;
  padding: 5px;
  color: #AE1F1F;
  border: 1px solid #AE1F1F;
  margin-top: 10px;
}
.cta__flex__tel div span {
  border-radius: 2px;
  font-size: 13px;
  display: inline-block;
  padding: 5px;
  color: #AE1F1F;
  border: 1px solid #AE1F1F;
}
@media screen and (max-width: 480px) {
  .cta__flex__tel div span {
    font-size: 14px;
  }
  .cta__box__24{
    font-size: 14px;
  }
}

.differ {
  padding: 70px 0 80px;
}
@media screen and (max-width: 480px) {
  .differ {
    padding: 40px 0;
  }
}
.differ__ttl {
  text-align: center;
}
.differ__ttl h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}
.differ__ttl h2 span {
  color: #fff;
  background: #059B50;
  border-radius: 6px;
  padding: 3px 21px;
  margin: 0 5px;
}
.differ__ttl h2 span:last-of-type {
  background: #E7B64A;
}
.differ__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .differ__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.differ__flex__box {
  width: 520px;
  height: 665px;
  border: 3px solid #059B50;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}
.differ__flex__box:last-child {
  border-color: #E7B64A;
}
@media screen and (max-width: 480px) {
  .differ__flex__box:last-child {
    margin-top: 50px;
  }
}
.differ__flex__box:last-child h3 {
  background: #E7B64A;
}
@media screen and (max-width: 480px) {
  .differ__flex__box {
    width: 100%;
    padding: 20px;
    height: auto;
    padding-top: 40px;
  }
}
.differ__flex__box h3 {
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 250px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  background: #059B50;
  color: #fff;
  font-size: 25px;
}
.differ__flex__box p {
  height: 6em;
}
@media screen and (max-width: 480px) {
  .differ__flex__box p {
    height: auto;
    margin-bottom: 20px;
  }
}
.differ__flex__box p span {
  display: block;
  margin-left: 80px;
}
.differ__flex__box ul {
  background: #FFF1F1;
  border-radius: 10px;
  list-style: none;
  padding: 25px 25px;
  font-size: 18px;
  position: relative;
  margin-bottom: 24px;
  padding-top: 50px;
}
.differ__flex__box ul:last-child {
  background: #F1F1F1;
}
.differ__flex__box ul:last-child b {
  background: #606060;
}
.differ__flex__box ul:last-child li::before {
  background: #8D8D8D;
}
.differ__flex__box ul li {
  margin-top: 5px;
  font-size: 17px;
}
.differ__flex__box ul li:before {
  content: "";
  background: #e07575;
  margin-right: 6px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  display: inline-block;
}
.differ__flex__box ul b {
  position: absolute;
  background: #AE1F1F;
  color: #fff;
  padding-left: 20px;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 152px;
  height: 39px;
  border-radius: 10px 0 0 0;
}
.differ__service {
  background: #E4F4E5;
  margin-top: 50px;
  padding: 25px 40px;
}
@media screen and (max-width: 480px) {
  .differ__service {
    margin-top: 30px;
    padding: 20px;
    padding-bottom: 50px;
  }
}
.differ__service h4 {
  color: #AE1F1F;
  font-size: 22px;
  background: #fff;
  height: 45px;
  width: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  margin: 14px 0 7px;
}
@media screen and (max-width: 480px) {
  .differ__service h4 {
    width: auto;
    height: auto;
    padding: 10px 15px;
    margin: 13px 0 24px;
  }
}

.case {
  padding: 70px 0 80px;
}
@media screen and (max-width: 480px) {
  .case {
    padding: 40px 0;
  }
}
.case h2 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .case h2 {
    margin-bottom: 25px;
  }
}
.case h2 span {
  color: #D44D4D;
}
.case__txt {
  font-size: 14px;
  margin-top: 60px;
}
.case .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case button.slick-next.slick-arrow {
  right: 0;
  width: 43px;
  height: 43px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  top: 130px;
  z-index: 1;
  border: 1px solid #333;
}
.case button.slick-next.slick-arrow::before {
  content: "";
  background-image: url(../img/next.png);
  color: #333;
  font-weight: bolder;
  width: 9px;
  height: 15px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.case button.slick-prev.slick-arrow {
  left: 15px;
  width: 43px;
  height: 43px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  top: 130px;
  z-index: 1;
  border: 1px solid #333;
}
@media screen and (max-width: 480px) {
  .case button.slick-prev.slick-arrow {
    left: 0;
  }
}
.case button.slick-prev.slick-arrow::before {
  content: "";
  background-image: url(../img/prev.png);
  color: #333;
  font-weight: bolder;
  width: 9px;
  height: 15px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.carousel-container {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.carousel-item {
  min-width: 330px;
  max-width: 330px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .carousel-item {
    min-width: none;
    max-width: 100%;
  }
}
.carousel-item p span {
  color: #fff;
  background: #E7B64A;
  border-radius: 100px;
  padding: 3px 10px;
  margin-right: 8px;
}
.carousel-item p:first-child {
  font-weight: bold;
  margin-top: 15px;
  font-size: 14px;
}
.carousel-item p:nth-child(2) {
  margin: 10px 0;
  font-size: 13px;
}

.carousel-item img {
  width: 100%;
  border-radius: 10px;
}

.voice {
  background: #FFF7E4;
  padding: 60px 0;
}
@media screen and (max-width: 480px) {
  .voice {
    padding: 40px 0;
  }
}
.voice h2 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .voice h2 {
    margin-bottom: 10px;
  }
}
.voice h2 span {
  color: #D44D4D;
}
.voice__slider {
  max-width: 760px;
  margin: auto;
}
.voice__slider__flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .voice__slider__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.voice__slider__flex figure {
  text-align: center;
  margin-top: -20px;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .voice__slider__flex figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
}
.voice__slider__flex figure img {
  max-width: 143px;
  margin-bottom: -15px;
}
.voice__slider__flex figure figcaption {
  width: 120px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid #059B50;
  background: #fff;
  margin: 5px auto 0;
}
.voice__slider__flex p {
  background: #fff;
  border-radius: 15px;
  padding: 40px 48px;
  font-size: 20ox;
}
@media screen and (max-width: 480px) {
  .voice__slider__flex p {
    padding: 24px 14px;
  }
}
.voice button.slick-next.slick-arrow {
  right: -80px;
  width: 43px;
  height: 43px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  top: 90px;
  z-index: 1;
  border: 1px solid #333;
}
@media screen and (max-width: 480px) {
  .voice button.slick-next.slick-arrow {
    right: 0;
    top: 110px;
  }
}
.voice button.slick-next.slick-arrow::before {
  content: "";
  background-image: url(../img/next.png);
  color: #333;
  font-weight: bolder;
  width: 9px;
  height: 15px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.voice button.slick-prev.slick-arrow {
  left: -70px;
  width: 43px;
  height: 43px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  top: 90px;
  z-index: 1;
  border: 1px solid #333;
}
@media screen and (max-width: 480px) {
  .voice button.slick-prev.slick-arrow {
    left: 0;
    top: 110px;
  }
}
.voice button.slick-prev.slick-arrow::before {
  content: "";
  background-image: url(../img/prev.png);
  color: #333;
  font-weight: bolder;
  width: 9px;
  height: 15px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.area {
  background: #E4F4E5;
  padding: 70px 0 80px;
}
@media screen and (max-width: 480px) {
  .area {
    padding: 40px 0;
  }
}
.area img {
  margin: auto;
  display: block;
}
.area__ttl {
  text-align: center;
  margin-bottom: 36px;
}
.area__ttl h2 {
  font-size: 35px;
  margin-bottom: 36px;
}
@media screen and (max-width: 480px) {
  .area__ttl h2 {
    margin-bottom: 30px;
  }
}
.area__ttl h2 span {
  color: #D44D4D;
}
.area__box {
  background: #fff;
  border-radius: 25px;
  padding: 40px 0;
}
@media screen and (max-width: 480px) {
  .area__box {
    padding: 40px 20px;
  }
}
.area__box__ttl {
  margin-bottom: 50px;
  text-align: center;
}
.area__box__ttl h3 {
  font-size: 25px;
  margin-bottom: 27px;
}
@media screen and (max-width: 480px) {
  .area__box__ttl h3 {
    margin-bottom: 20px;
    font-size: 23px;
  }
}
.area__box__list {
  text-align: center;
  border: 1px solid #176DEF;
  border-radius: 7px;
  max-width: 950px;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .area__box__list {
    text-align: left;
  }
}
.area__box__list h4 {
  font-size: 21px;
  background: #176DEF;
  border-radius: 23px;
  height: 40px;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  margin: auto;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.area__box__list p {
  padding: 0 20px 20px;
}
.area__box__list:last-of-type {
  border-color: #BC70F6;
}
.area__box__list:last-of-type h4 {
  background: #BC70F6;
}
.area__block {
  border: 1px solid #D44D4D;
  border-radius: 15px;
  background-color: #fff;
  padding: 47px 0 21px;
  position: relative;
  margin-top: 76px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .area__block {
    padding: 30px;
  }
}
.area__block h4 {
  background: #D44D4D;
  border-radius: 23px;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 23px;
  width: 260px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 480px) {
  .area__block h4 {
    font-size: 20px;
    font-weight: normal;
  }
}
.area__block p b {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .area__block p b {
    font-size: 19px;
    display: block;
    margin-top: 20px;
  }
}
.area__block p small {
  font-size: 18px;
  display: inline-block;
  margin-top: 14px;
}
@media screen and (max-width: 480px) {
  .area__block p small {
    font-size: 16px;
    text-align: left;
  }
}

.faq {
  padding: 70px 0 80px;
}
.faq h2 {
  font-size: 35px;
  margin-bottom: 50px;
  text-align: center;
}
.faq h2 span {
  color: #D44D4D;
}
@media screen and (max-width: 480px) {
  .faq {
    padding: 40px 0;
  }
}
.faq .faq-container {
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq .faq-item {
  width: 540px;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .faq .faq-item {
    margin-bottom: 16px;
  }
}
.faq .faq-item:last-child {
  border-bottom: none;
}
.faq .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 76px;
  border: 2px solid #E7B64A;
  border-radius: 10px;
  width: 540px;
  padding: 0 92px 0 48px;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 480px) {
  .faq .faq-question {
    width: 100%;
    padding-right: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
    height: auto;
  }
}
.faq .faq-question::before {
  content: "Q";
  color: #E7B64A;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .faq .faq-question::before {
    left: 20px;
  }
}
.faq .faq-question h3 {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .faq .faq-question h3 {
    font-size: 16px;
  }
}
.faq .faq-icon {
  color: #333333;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  font-weight: bolder;
}
.faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  position: relative;
}
.faq .faq-answer::before {
  content: "A";
  color: #E7B64A;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 30px;
  left: 24px;
}
@media screen and (max-width: 480px) {
  .faq .faq-answer::before {
    left: 20px;
  }
}
.faq .faq-answer.open {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  position: absolute;
  width: 540px;
  background: #fff;
  border: 2px solid #e7b64a;
  top: 68px;
  left: 0px;
  border-top: none;
  z-index: 1;
  border-radius: 0 0 10px 10px;
  padding: 0 48px 0 48px;
  padding-bottom: 54px;
  padding-top: 10px;
}
@media screen and (max-width: 480px) {
  .faq .faq-answer.open {
    width: 100%;
    position: relative;
    top: -10px;
  }
}
.faq .faq-answer.open p {
  padding-top: 17px;
  border-top: 1px dashed #e7b64a;
}

.end {
  background: #FFF7E4;
  padding: 50px 0 130px;
}
.end .container {
  max-width: 835px;
}
.end .bird01 {
  position: absolute;
  right: 0;
  top: 110px;
}
@media screen and (max-width: 480px) {
  .end .bird01 {
    top: 10px;
  }
}
.end .bird02 {
  position: absolute;
  top: 150px;
  left: -70px;
}
@media screen and (max-width: 480px) {
  .end .bird02 {
    display: none;
  }
}
.end .bird03 {
  position: absolute;
  right: -100px;
  top: 230px;
}
@media screen and (max-width: 480px) {
  .end .bird03 {
    right: unset;
    left: 0;
    top: 130px;
  }
}
.end .bird04 {
  position: absolute;
  top: 50px;
  right: -50px;
}
@media screen and (max-width: 480px) {
  .end .bird04 {
    right: 0;
    top: -20px;
  }
}
.end__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .end__ttl {
    margin-bottom: 50px;
  }
  .end__ttl img {
    width: 80px;
  }
}
.end__ttl h2 {
  color: #D44D4D;
  font-size: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 30px;
}
@media screen and (max-width: 480px) {
  .end__ttl h2 {
    display: block;
    font-size: 35px;
    position: relative;
    margin-bottom: -20px;
    margin-left: 20px;
  }
}
.end__ttl h2 div {
  font-size: 50px;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
@media screen and (max-width: 480px) {
  .end__ttl h2 div {
    font-size: 41px;
    display: inline-block;
  }
}
.end__ttl h2 span {
  font-size: 58px;
  border-radius: 100px;
  background: #fff;
  width: 89px;
  height: 89px;
  margin-right: 5px;
  margin-left: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid #D44D4D;
}
@media screen and (max-width: 480px) {
  .end__ttl h2 span {
    font-size: 38px;
    width: 63px;
    height: 63px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: -30px;
  }
}
.end p {
  margin-top: 30px;
}
.end p span {
  color: #D44D4D;
  font-weight: bold;
}

.end-bg {
  margin-bottom: -80px;
}
.end-bg img {
  display: block;
  margin: auto;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media screen and (max-width: 480px) {
  .end-bg img {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

.company {
  padding: 70px 0 250px;
}
@media screen and (max-width: 480px) {
  .company {
    padding: 40px 0 200px;
  }
}
.company .container {
  max-width: 750px;
}
.company h2 {
  font-size: 35px;
  margin-bottom: 50px;
  text-align: center;
}
.company dl {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dotted #707070;
}
@media screen and (max-width: 480px) {
  .company dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
  }
  .company dl dd {
    width: 80%;
  }
}
.company dl dt {
  width: 83px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .company dl dt {
    width: 20%;
  }
}
.company dl a {
  color: #D44D4D;
  font-size: 16px;
  margin-left: 44px;
}
@media screen and (max-width: 480px) {
  .company dl a {
    display: block;
    margin-left: 0;
  }
}

.banner {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 150;
  min-width: 280px;
  width: 24%;
}

@media screen and (max-width: 480px) {
  .banner {
    bottom: 80px;
  }
}
#return_btn {
  position: fixed;
  bottom: 200px;
  right: 10px;
  z-index: 150;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  #return_btn {
    bottom: 150px;
  }
}
#return_btn img {
  max-width: 80px;
}
@media screen and (min-width: 480px) {
  #return_btn img {
    max-width: 100px;
  }
}

@media screen and (min-width: 480px) {
  #sp_btn {
    display: none !important;
  }
}
#return_btn.stay, #sp_btn.stay {
  display: none;
}

#return_btn.stay.fix, #sp_btn.stay.fix {
  display: block;
}

#return_btn:hover {
  opacity: 0.7;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(231, 182, 74, 0.4392156863);
}
footer .container {
  max-width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer a {
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 460px;
  height: 70px;
  background: #D44D4D;
  border-radius: 100px;
  border: 2px solid #AE1F1F;
  -webkit-box-shadow: 0 5px 0 #690909;
          box-shadow: 0 5px 0 #690909;
  position: relative;
  margin: 15px 0 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold !important;
}
footer a:hover {
  -webkit-box-shadow: 0 0px 0 #690909;
          box-shadow: 0 0px 0 #690909;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 480px) {
  footer a {
    font-size: 14px;
    width: 49%;
    height: 50px;
    padding-right: 30px;
  }
}
footer a.link-right {
  background: #059B50;
  border: 2px solid #03763D;
  -webkit-box-shadow: 0 5px 0 #004B26;
          box-shadow: 0 5px 0 #004B26;
  font-size: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
footer a.link-right img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 15px;
  height: auto;
  margin-right: 5px;
}
footer a.link-right:hover {
  -webkit-box-shadow: 0 0px 0 #004B26;
          box-shadow: 0 0px 0 #004B26;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 480px) {
  footer a.link-right {
    font-size: 11px;
  }
}
footer a.link-right .oz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  margin-top: -5px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  footer a.link-right .oz {
    font-size: 16px;
    margin-top: -2px;
  }
}
footer a.link-right:after {
  color: #059B50;
}
footer a:after {
  content: "→";
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #D44D4D;
  position: absolute;
  right: 10px;
  border-radius: 100px;
}
@media screen and (max-width: 480px) {
  footer a:after {
    width: 20px;
    height: 20px;
    font-size: 13px;
  }
}

.step {
  background: #FFF7E4;
  padding: 20px 0;
}
.step table {
  width: 100%;
}
.step tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .step tbody {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .step tbody tr {
    width: 100%;
  }
  .step tbody tr td {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
}
.step tbody tr select {
  width: 240px;
  height: 50px;
  font-size: 16px;
  appearance: none; /* デフォルトスタイルを削除 */
  -webkit-appearance: none; /* Safari用 */
  -moz-appearance: none; /* Firefox用 */
  background-color: #fff; /* 背景色 */
  border: 2px solid #CFA4A4; /* ボーダー */
  border-radius: 4px; /* 角丸 */
  padding-left: 16px;
  font-size: 16px; /* フォントサイズ */
  color: #495057; /* テキストカラー */
  cursor: pointer;
  background-image: url(../img/icon-select.png);
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: contain; /* アイコンサイズ */
}
@media screen and (max-width: 480px) {
  .step tbody tr select {
    width: 100%;
    margin: auto;
    font-size: 14px;
  }
}
.step tbody tr:first-child select {
  width: 300px;
}
@media screen and (max-width: 480px) {
  .step tbody tr:first-child select {
    width: 100%;
    margin: auto;
  }
}
.step tbody th {
  font-size: 15px;
  text-align: left;
  display: block;
}
@media screen and (max-width: 480px) {
  .step tbody th {
    margin: 5px auto;
  }
}
.step tbody th label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step tbody th label img {
  max-width: 80px;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .step tbody th label img {
    max-width: 93px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

.form-page {
  padding-bottom: 150px;
  background-color: #fff7e4;
}

.contact-mv {
  padding: 95px 0 130px;
  background-image: url(../img/contact/form-mv.jpg);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .contact-mv {
    padding: 55px 0 90px;
  }
}
@media screen and (max-width: 480px) {
  .contact-mv {
    padding: 65px 0 100px;
    background-image: url(../img/contact/form-mv-sp.jpg);
    background-position: bottom;
    background-size: 100% auto;
  }
}
.contact-mv__ttl {
  font-size: 27px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .contact-mv__ttl {
    font-size: 20px;
  }
}

.contact-situation {
  padding: 65px 0 45px;
}
@media screen and (max-width: 480px) {
  .contact-situation {
    padding: 40px 0;
  }
}
.contact-situation__img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.contact-situation__txt {
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .contact-situation__txt {
    margin-top: 40px;
  }
}

.arrow-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 400px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #333333;
  border-radius: 30px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .arrow-btn {
    width: 265px;
  }
}
.arrow-btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 28px;
  width: 18px;
  height: 2px;
  background-color: #333333;
}
.arrow-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 21px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid #333333;
}

.submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 480px;
  height: 70px;
  margin: 0 auto;
  border: 2px solid #AE1F1F;
  border-radius: 35px;
  background-color: #D44D4D;
  font-size: 16px;
  font-weight: bold;
  color: white;
  -webkit-box-shadow: #690909 0 5px;
          box-shadow: #690909 0 5px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .submit-btn {
    font-size: 15px;
  }
}

.back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 480px;
  height: 70px;
  margin: 0 auto;
  border-radius: 35px;
  border: none;
  background-color: #BDBDBD;
  font-size: 16px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .back-btn {
    font-size: 15px;
  }
}

.contact-form .container {
  max-width: 980px;
}
.contact-form__btn {
  margin-top: 55px;
}
@media screen and (max-width: 480px) {
  .contact-form__btn {
    margin-top: 30px;
  }
}
.contact-form__btn > *:not(:first-child) {
  margin-top: 20px;
}
.contact-form__note {
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .contact-form__note {
    text-align: left;
  }
}

.contact-form-box {
  width: 100%;
  padding: 65px 115px;
  margin-top: 40px;
  border-radius: 40px;
  background-color: white;
}
@media screen and (max-width: 1080px) {
  .contact-form-box {
    padding: 65px;
  }
}
@media screen and (max-width: 480px) {
  .contact-form-box {
    padding: 85px 20px 30px;
  }
}
@media screen and (max-width: 480px) {
  .contact-form-box--questionnaire, .contact-form-box--confirm {
    padding-top: 40px;
    margin-top: 25px;
  }
}
.contact-form-box__ttl {
  padding: 5px 0 5px 15px;
  margin-bottom: 50px;
  border-left: 5px solid #059B50;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .contact-form-box__ttl {
    padding: 3px 0 3px 12px;
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.contact-form-box__ttl--property, .contact-form-box__ttl--customer {
  position: relative;
}
.contact-form-box__ttl--property::before, .contact-form-box__ttl--customer::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 200px;
  width: 177px;
  height: 87px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .contact-form-box__ttl--property::before, .contact-form-box__ttl--customer::before {
    top: auto;
    bottom: calc(100% + 20px);
    left: calc(50% - 92px);
    width: 185px;
    height: 90px;
  }
}
.contact-form-box__ttl--property::before {
  background-image: url(../img/contact/speech-property.png);
}
@media screen and (max-width: 480px) {
  .contact-form-box__ttl--property::before {
    background-image: url(../img/contact/speech-property-sp.png);
  }
}
.contact-form-box__ttl--customer::before {
  background-image: url(../img/contact/speech-customer.png);
}
@media screen and (max-width: 480px) {
  .contact-form-box__ttl--customer::before {
    background-image: url(../img/contact/speech-customer-sp.png);
  }
}
.contact-form-box__ttl--confirm {
  margin-bottom: 15px;
}
.contact-form-box__label--questionnaire {
  display: block;
  margin: -20px 0 45px;
}
@media screen and (max-width: 480px) {
  .contact-form-box__label--questionnaire {
    margin: 0 -5px 15px 0;
  }
}
.contact-form-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 480px) {
  .contact-form-box__item {
    display: block;
    margin-top: 15px;
  }
}
.contact-form-box__item > *:first-child {
  display: block;
  width: 120px;
  margin-top: 7px;
}
@media screen and (max-width: 480px) {
  .contact-form-box__item > *:first-child {
    width: 100%;
    margin: 0 0 10px;
  }
}
.contact-form-box__item > *:last-child {
  width: calc(100% - 180px);
}
@media screen and (max-width: 480px) {
  .contact-form-box__item > *:last-child {
    width: 100%;
  }
}
.contact-form-box__required {
  display: inline;
  padding: 0 8px 1px 8px;
  margin: -10px 0 0 12px;
  border-radius: 2px;
  background-color: #D44D4D;
  font-size: 12px;
  line-height: 1em;
  vertical-align: 1px;
  color: white;
  font-weight: normal !important;
}
.contact-form-box input[type=text], .contact-form-box select, .contact-form-box textarea {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid #BDBDBD;
  font-size: 15px;
}
.contact-form-box input[type=text]::-webkit-input-placeholder, .contact-form-box select::-webkit-input-placeholder, .contact-form-box textarea::-webkit-input-placeholder {
  color: #BDBDBD;
}
.contact-form-box input[type=text]::-moz-placeholder, .contact-form-box select::-moz-placeholder, .contact-form-box textarea::-moz-placeholder {
  color: #BDBDBD;
}
.contact-form-box input[type=text]:-ms-input-placeholder, .contact-form-box select:-ms-input-placeholder, .contact-form-box textarea:-ms-input-placeholder {
  color: #BDBDBD;
}
.contact-form-box input[type=text]::-ms-input-placeholder, .contact-form-box select::-ms-input-placeholder, .contact-form-box textarea::-ms-input-placeholder {
  color: #BDBDBD;
}
.contact-form-box input[type=text]::placeholder, .contact-form-box select::placeholder, .contact-form-box textarea::placeholder {
  color: #BDBDBD;
}
.contact-form-box input[type=text] {
  max-width: 350px;
}
.contact-form-box__select {
  max-width: 270px;
  position: relative;
}
.contact-form-box__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-text-fill-color: black;
  opacity: 1;
}
.contact-form-box__select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  background-color: #D44D4D;
  pointer-events: none;
}
.contact-form-box__select::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 11px;
  border-top: 6px solid white;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  pointer-events: none;
}
.contact-form-box__input-area--multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -8px;
}
@media screen and (max-width: 480px) {
  .contact-form-box__input-area--multiple {
    display: block;
    margin: 0;
  }
}
.contact-form-box__input-area--multiple > * {
  width: 270px;
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .contact-form-box__input-area--multiple > * {
    width: 100%;
    margin-top: 8px;
  }
}
.contact-form-box__label--small {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .contact-form-box__label--small {
    margin-bottom: 8px;
  }
}
.contact-form-box__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .contact-form-box__radio {
    display: block;
  }
}
.contact-form-box__radio > * {
  margin: 5px 32px 5px 0;
}
@media screen and (max-width: 480px) {
  .contact-form-box__radio > * {
    margin: 12px 0 0;
  }
}
.contact-form-box__radio input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.contact-form-box__radio label {
  position: relative;
  padding-left: 40px;
}
.contact-form-box__radio label::before {
  content: "";
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #707070;
  border-radius: 50%;
}
.contact-form-box__radio label::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #333333;
  opacity: 0;
}
.contact-form-box__radio input[type=radio]:checked + label::after {
  opacity: 1;
}
.contact-form-box__attention {
  margin-top: 60px;
  padding: 30px;
  border: 1px solid #D44D4D;
  font-size: 20px;
  font-weight: bold;
  color: #D44D4D;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .contact-form-box__attention {
    margin-top: 30px;
    padding: 20px;
    font-size: 18px;
  }
}
.contact-form-box table {
  border-spacing: 0;
}
.contact-form-box__table {
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .contact-form-box__table {
    font-size: 16px;
  }
}
.contact-form-box__table > tbody > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}
@media screen and (max-width: 480px) {
  .contact-form-box__table > tbody > tr {
    display: block;
  }
}
.contact-form-box__table > tbody > tr:not(:last-child) {
  border-bottom: 1px solid #DFDFDF;
}
.contact-form-box__table > tbody > tr > th {
  display: block;
  width: 168px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .contact-form-box__table > tbody > tr > th {
    width: 100%;
    margin-bottom: 8px;
    font-weight: normal;
  }
}
.contact-form-box__table > tbody > tr > th span {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  padding: 2px 8px 4px 8px;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .contact-form-box__table > tbody > tr > th span {
    position: static;
    padding: 0 8px 1px 8px;
    margin: -10px 0 0 12px;
  }
}
.contact-form-box__table > tbody > tr > td {
  width: calc(100% - 191px);
}
@media screen and (max-width: 480px) {
  .contact-form-box__table > tbody > tr > td {
    width: 100%;
  }
}
.contact-form-box__table-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-form-box__table-table tr:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .contact-form-box__table-table tr {
    display: block;
  }
}
.contact-form-box__table-table th {
  display: block;
  position: relative;
  text-align: left;
  width: 160px;
}
@media screen and (max-width: 480px) {
  .contact-form-box__table-table th {
    width: 100%;
    margin-bottom: 8px;
  }
}
.contact-form-box__table-table th span {
  position: absolute;
  top: calc(50% - 8px);
  left: -68px;
  padding: 2px 8px 4px 8px;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .contact-form-box__table-table th span {
    position: static;
    padding: 0 8px 1px 8px;
    margin: -10px 0 0 12px;
  }
}
.contact-form-box__table-table td {
  display: block;
}
.contact-form-box__table-table--customer th {
  width: 80px;
}
@media screen and (max-width: 480px) {
  .contact-form-box__table-table--customer th {
    width: 100%;
  }
}
.contact-form-box__confirm-questionnaire {
  margin-top: 30px;
}
.contact-form-box__confirm-questionnaire p {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .contact-form-box__confirm-questionnaire p {
    font-size: 16px;
  }
}
.contact-form-box__confirm-questionnaire p:first-child {
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .contact-form-box__confirm-questionnaire p:first-child {
    margin: 0 -5px 8px 0;
  }
}

.contact-error__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 750px;
  height: 100px;
  margin: 0 auto;
  border: 1px solid #D44D4D;
  background-color: transparent;
  font-size: 18px;
  color: #D44D4D;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .contact-error__txt {
    max-width: 295px;
    font-size: 16px;
  }
}
.contact-error__btn {
  margin-top: 45px;
}

.thanks-mv {
  position: relative;
  width: 100%;
  padding-top: 213px;
}
@media screen and (max-width: 480px) {
  .thanks-mv {
    padding-top: 170px;
  }
}
.thanks-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 300px;
  background-image: url(../img/contact/thanks-mv.png);
  background-size: 1100px 300px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 480px) {
  .thanks-mv::before {
    height: 158px;
    background-image: url(../img/contact/thanks-mv-sp.png);
    background-size: 375px 158px;
  }
}
.thanks-mv__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #D44D4D;
  font-size: 25px;
  color: #D44D4D;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .thanks-mv__ttl {
    padding-bottom: 0;
    font-size: 22px;
  }
}

.thanks-main {
  padding: 35px 0;
}
@media screen and (max-width: 480px) {
  .thanks-main {
    padding: 25px 0;
  }
}
.thanks-main__txt {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks-main__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .thanks-main__txt {
    line-height: 1.8;
  }
}
.thanks-main__tel {
  display: block;
  margin: 30px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .thanks-main__tel {
    margin-top: 45px;
  }
}
.thanks-main__back {
  margin-top: 75px;
}
@media screen and (max-width: 480px) {
  .thanks-main__back {
    margin-top: 40px;
  }
}

p[data-error] {
  font-size: 16px;
  color: #d44d4d;
}

input[name=how]:checked {
  color: red;
}