@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

body {
  line-height: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

@media screen and (max-width: 574px) {

  input,
  select {
    vertical-align: middle;
  }

  html {
    /* iPhone safariで文字サイズが大きくなるバグを回避 */
    -webkit-text-size-adjust: 100%;
  }

  /* iOSでのデフォルトスタイルをリセット */
  input:not(input[type=radio]):not(input[type=checkbox]),
  textarea {
    -webkit-appearance: none;
  }

  input[type=submit],
  input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
  }

  input[type=submit]::-webkit-search-decoration,
  input[type=button]::-webkit-search-decoration {
    display: none;
  }

  input[type=submit]::focus,
  input[type=button]::focus {
    outline-offset: -2px;
  }
}

body {
  overscroll-behavior: none;
  font-family: "Source Sans Pro", "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  position: relative;
}

.contact-1__tel::before, .contact-1__mail::before, .footer__contact a::before, .promotion__btn::before {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  opacity: 0.5;
}

.contact-1__tel:hover::before, .contact-1__mail:hover::before, .footer__contact a:hover::before, .promotion__btn:hover::before {
  display: block;
}

.contact-1__tel::before, .contact-1__mail::before, .footer__contact a::before {
  border-radius: 4vw 4vw 4vw 0;
}

.promotion__btn::before {
  border-radius: min(10vw, 150px);
}

.a-opacity:hover {
  opacity: 0.7;
  cursor: pointer;
}

.animation{
  opacity: 0;
}

.sp {
  display: none !important;
}

@media screen and (min-width: 1500px) {
  .contact-1__tel::before, .contact-1__mail::before, .footer__contact a::before {
    border-radius: 60px 60px 60px 0;
  }
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/* ------------------------------ header ----------------------------- */
.header {
  background-image: url(../images/top_view_bg2.png);
  background-size: cover;
  width: 100vw;
  height: 48.2vw;
  max-height: 730px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
}

.header__logo {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  z-index: 2;
}

.header__logo a{
  max-width: 111px;
  display: inline-block;
  position: relative;
  top: 25px;
}

.header__logo a img {
  width: 100%;
}

.header__nav {
  display: flex;
  top: 40px;
  right: 9vw;
  background-color: #fff;
  border-radius: 4vw;
  padding: 1.3vw 2.5vw;
  z-index: 5;
  box-shadow: 2px 2px 2px rgba(0,0,0,.15);
  position: fixed;
}

.header__nav--li {
  padding: 0 0.5vw;
  font-size: 1.2vw;
}

.header__nav--li a {
  color: #0F94D6;
}

.nav-link:hover{
  border-bottom: 1px solid #0F94D6;
  padding-bottom: 3px;
  color: #0F94D6;
  transition: 0.2s cubic-bezier(0.260, 0.005, 0.000, 1.035);
}

/* hamburger button */
.hamburger {
  display: block;
  position: fixed;
  z-index: 9;
  right: 4vw;
  top: 4vw;
  width: 11vw;
  height: 11vw;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  border-radius: 8vw;
  box-shadow: 2px 2px 2px rgba(0,0,0,.15);
}

.hamburger span {
  display: block;
  position: absolute;
  width: 6vw;
  height: 0.5vw;
  border-radius: 1vw;
  left: 2.3vw;
  background: #0F94D6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 4vw;
}

.hamburger span:nth-child(2) {
  top: 6.5vw;
}

.hamburger.active span:nth-child(1) {
  top: 5vw;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
  top: 5vw;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hamburger menu */
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.4s;
}

.globalMenuSp__ul {
  background-image: url(../images/sp_menu_bg.png);
  background-size: cover;
  padding: 20vw 10vw 0;
  text-align: initial;
  height: 213vw;
  width: 100vw;
}

.globalMenuSp__ul--li {
  border-bottom: 1px solid #fff;
  padding: 5vw 0 5vw 6vw;
}

.globalMenuSp__ul--li a {
  color: #fff;
  position: relative;
  display: block;
  font-size: 3.5vw;
}

.globalMenuSp__ul--li span {
  position: absolute;
  right: 3vw;
}

nav.globalMenuSp.active {
  transform: translateY(0%);
}

.header__img-1 {
  max-width: 1200px;
  width: 80vw;
}

.header__img-2 {
  position: absolute;
  right: 2.4vw;
  max-width: 629px;
  width: 42vw;
}

@media screen and (min-width: 1500px) {
  .header__img-2 {
    right: calc(50vw - 715px);
  }

  .header__nav--li {
    padding: 0 7.5px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .header__logo a{
    max-width: 7.4vw;
    display: inline-block;
    position: relative;
    top: 25px;
    left: 10vw;
  }
}

@media screen and (max-width: 1023px) {
  .header {
    background-image: url(../images/sp_top_view.png);
    height: 123.73vw;
    display: inline-block;
    background-size: cover;
    max-height: none;
  }

  .header__img-1, .header__img-2 {
    display: none;
  }
  .header__logo a{
    width: 16vw;
    top: 13px;
    left: 7.5%;
  }
}

/* ------------------------------ contact-1 ----------------------------- */
.contact-1 {
  position: relative;
  height: 23.75vw;
  /* background-image: url(../images/contact-1_bg.png);
  background-size: cover; */
}

.contact-1__back {
  width: 100vw;
  position: absolute;
  top: 0;
}

.contact-1__img-1 {
  width: 61.47vw;
  max-width: 922px;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.contact-1__img-2 {
  width: 17.26vw;
  max-width: 259px;
  height: auto;
  position: absolute;
  bottom: 1.5vw;
  left: 3.9vw;
  z-index: 1;
}

.contact-1__tel {
  position: absolute;
  top: 30%;
  right: 50vw;
}

.contact-1__tel--img {
  width: 33.47vw;
  max-width: 502px;

}

.contact-1__mail {
  position: absolute;
  top: 30%;
  left: 50vw;
}

.contact-1__mail--img {
  width: 33.47vw;
  max-width: 502px;

}

@media screen and (min-width: 1500px) {
  .header__nav--li {
    padding: 0 7.5px;
    font-size: 18px;
  }

  .contact-1__back, .contact-1 {
    max-height: 440px;
  }

  .contact-1__img-2 {
    bottom: 10px;
    left: calc(50vw - 723px);
  }
}

@media screen and (max-width: 1023px) {
  .contact-1 {
    height: 92.4vw;
    background-size: cover;
  }

  .contact-1__back {
    top: -10vw;
    max-width: none;
  }

  .contact-1__tel {
    top: 16vw;
    left: 7vw;
  }

  .contact-1__tel--img {
    width: 86vw;
    max-width: none;
  }

  .contact-1__mail {
    top: 51vw;
    left: 7vw;
  }

  .contact-1__mail--img {
    width: 86vw;
    max-width: none;
  }
}

/* ------------------------------ benefit ----------------------------- */
.benefit {
  /* background-image: url(../images/benefit_bg.png); */
  background-size: cover;
  /* max-width: 1500px;
  max-height: 1729px; */
  /*height: 115.26vw;
  /* position: relative; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefit__top, .benefit__bottom--box {
  position: relative;
}

.benefit__img-1 {
  max-width: 1121px;
  width: 74.73vw;
  margin: 70px 0 0;
  padding: 4vw 0 0;
}

.benefit__bottom {
  background-color: #FCEDCB;
  width: 100vw;
  margin-top: -3vw;
  z-index: -1;
}

.benefit__bottom--box {
  display: flex;
  justify-content: center;
  max-width: 1197px;
  width: 79.8vw;
  margin: 0 auto;
}

.benefit__img-2 {
  max-width: 1197px;
  width: 79.8vw;
  padding: 7vw 0 10vw;
}

.title {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  /* font-size: 3vw; */
  font-size: min(3vw, 44px);
}

.benefit__title-1 {
  top: 5vw;
  color: #0F94D6;
  width: 43vw;
}

.hope {
  position: absolute;
  font-size: 1.1vw;
  line-height: 2vw;
    text-align:center;
}

.benefit__hope-1 {
    left: 3vw;
    width: 20vw;
    bottom: 20vw;
}

.benefit__hope-2 {
  bottom: 26.5vw;
  left: 27vw;
  width: 21vw;
}

.benefit__hope-3 {
  bottom: 19.5vw;
  left: 54.5vw;
  width: 17vw;
}

.benefit__span {
  font-size: 1.7vw;
  font-weight: bold;
}

.benefit__title-2 {
  color: #F7931E;
  top: 10.5vw;
  width: 51vw;
}

.benefit__description {
  position: absolute;
  left: 50%;
  top: 17vw;
  transform: translate(-50%, -50%);
  font-size: 1.3vw;
  text-align: center;
  line-height: 2vw;
  width: 50vw;
}

.point {
  color: #F7931E;
  position: absolute;
  font-size: 3vw;
}

.benefit__point-1 {
  bottom: 11vw;
  left: 7vw;
}

.benefit__point-2 {
  bottom: 5vw;
  left: 31vw;
}

.benefit__point-3 {
  bottom: 11vw;
  left: 61vw;
}

@media screen and (min-width: 1501px) {
  .hope {
    font-size: 15px;
    line-height: 30px;
  }

  .benefit {
    max-height: 1740px;
  }

  .benefit__title-1 {
    max-width: 625px;
  }

  .benefit__span {
    font-size: 26px;
  }

  .benefit__hope-1 {
    left: 60px;
    width: 270px;
    bottom: 300px;
  }

  .benefit__hope-2 {
    left: 400px;
    width: 320px;
    bottom: 395px;
  }

  .benefit__hope-3 {
    left: 810px;
    width: 256px;
    bottom: 290px;
  }

  .benefit__img-2 {
    padding: 105px 0 150px;
  }

  .benefit__title-2 {
    color: #F7931E;
    top: 157.5px;
    width: 750px;
  }

  .benefit__description {
    top: 255px;
    font-size: 19.5px;
    line-height: 30px;
  }

  .point {
    font-size: 45px;
  }

  .benefit__point-1 {
    bottom: 165px;
    left: 105px;
  }

  .benefit__point-2 {
    bottom: 5vw;
    left: 465px;
  }

  .benefit__point-3 {
    bottom: 165px;
    left: 915px;
  }
}

@media screen and (max-width: 1023px) {
  .benefit {
    background-image: url(../images/sp_benefit_bg.png);
    height: 230.13vw;;
    position: relative;
  }

  .title {
    font-size: 6vw;
    text-align: center;
    line-height: 7vw;
  }

  .benefit__title-1 {
    top: 11vw;
    width: 100vw;
  }

  .hope {
    font-size: 2vw;
    line-height: 4vw;
  }

  .benefit__hope-1 {
    top: 47vw;
    left: 9vw;
    width: 36vw;
  }

  .benefit__hope-2 {
    top: 31.5vw;
    left: 47vw;
    width: 43vw;
  }

  .benefit__hope-3 {
    top: 63.5vw;
    left: 51.5vw;
    width: 42vw;
  }

  .benefit__span {
    font-size: 3.5vw;
  }

  .benefit__title-2 {
    top: 152.5vw;
    width: 59vw;
  }

  .benefit__description {
    top: 174vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
    width: 83vw;
  }

  .point {
    font-size: 6vw;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .benefit__point-1 {
    bottom: 166vw;
  }

  .benefit__point-2 {
    bottom: 90vw;
  }

  .benefit__point-3 {
    bottom: 12vw;
  }
}

/* ------------------------------ service ----------------------------- */
.service {
  /* height: 81.4vw; */
  position: relative;
  display: flex;
  justify-content: center;
}

.service__img {
  margin-top: 15vw;
  max-width: 850px;
  height: auto;
}

.service__title {
  top: 10vw;
    color:#0f92d4;
}
.service__title:after{
    content:"";
    width:120%;
    position:absolute;
    bottom:-20px;
    left:0;
    height:10px;
    background:linear-gradient(to right, #a0bee0, #a0bee0 6px, transparent 6px, transparent 12px);
    background-repeat:repeat-x;
    background-size: 12px 12px;
    transform:skew(-60deg,0)translateX(-10%);
}

.service__description {
  color: #0F94D6;
  text-align: center;
  top: calc(15vw + 400px);
  line-height: 4vw;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3vw;
}

@media screen and (min-width: 1500px) {
  .service__img {
    margin-top: 225px;
      max-width: 913px;
  }

  .service__title {
    top: 150px;
  }

  .service__description {
    top: 645px;
    line-height: 60px;
    font-size: 45px;
  }
}

@media screen and (max-width: 1023px) {
  .service {
    height: 135.7vw;
  }

  .service__img {
    margin-top: 25vw;
    width: auto;
    height: 97vw;
  }

  .service__title {
    top: 14vw;
  }

  .service__description {
    font-size: 5vw;
    top: 68vw;
    line-height: 7vw;
  }
}

/* ------------------------------ promise ----------------------------- */
.promise {
  /* background-image: url(../images/アセット\ 14.png);
  background-size: cover;
  height: 103.26vw; */
  position: relative;
  background-color: #FCEDCB;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  padding-bottom: 4vw;
}

.promise__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8vw 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
}

.promise__box {
  position: relative;
  margin-top: 3vw;
}

.promise__img {
max-width: 1120px;
width: 75.3vw;
}

.promise__title {
  /* top: 14vw; 
  margin-top: 13vw;*/
}

.promise__title--color {
  color: #0F94D6;
}

.promise__title--font-size {
  font-size: 4vw;
}

.item {
  color: #F7931E;
  font-size: 3.5vw;
  position: absolute;
}

.promise__item-1 {
  top: 12.5vw;
  left: 6vw;
    text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 3px 10px #000;;
}

.promise__item-2 {
  top: 38vw;
  left: 51vw;
    text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 3px 10px #000;;
}

.promise__item-3 {
  top: 65vw;
  left: 6vw;
    text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 3px 10px #000;;
}

.description {
  position: absolute;
  font-size: 1.3vw;
  line-height: 2vw;
}

.promise__description-1 {
  top: 18.5vw;
  left: 6vw;
  width: 29vw;
}

.promise__description-2 {
  top: 43vw;
  left: 51vw;
  width: 28vw;
}

.promise__description-3 {
  top: 70vw;
  left: 6vw;
  width: 28vw;
}

@media screen and (min-width: 1500px) {
  .promise {
    padding-bottom: 60px;
  }

  .promise__title--font-size {
    font-size: 60px;
  }

  .item {
    font-size: 52.5px;
  }

  .promise__item-1 {
    top: 200px;
    left: 90px;
  }

  .promise__item-2 {
    top: 565px;
    left: 770px;
  }

  .promise__item-3 {
    top: 965px;
    left: 90px;
  }

  .description {
    font-size: 19.5px;
    line-height: 30px;
  }

  .promise__description-1 {
    top: 275px;
    left: 90px;
    width: 435px;
  }

  .promise__description-2 {
    top: 640px;
    left: 770px;
    width: 420px;
  }

  .promise__description-3 {
    top: 1040px;
    left: 90px;
    width: 420px;
  }
}

@media screen and (max-width: 1023px) {
  .promise {
    background-image: url(../images/sp_promise.png);
    height: 372.5vw;
    background-size: cover;
  }

  .promise__title {
    top: 19vw;
    line-height: 10vw;
    width: 58vw;
  }

  .promise__title--font-size {
    font-size: 9vw;
  }

  .item {
    font-size: 6.5vw;
  }

  .promise__item-1 {
    top: 60vw;
    left: 12vw;
  }

  .promise__item-2 {
    top: 168vw;
    left: 12vw;
  }

  .promise__item-3 {
    top: 266vw;
    left: 12vw;
  }

  .description {
    font-size: 3.5vw;
    line-height: 6vw;
  }

  .promise__description-1 {
    top: 72vw;
    left: 12vw;
    width: 77vw;
  }

  .promise__description-2 {
    top: 180vw;
    left: 12vw;
    width: 76vw;
  }

  .promise__description-3 {
    top: 278vw;
    left: 12vw;
    width: 76vw;
  }
}

/* ------------------------------ contact-2 ----------------------------- */
.contact-2 {
  position: relative;
  height: 27.1vw;
  max-height: 406.5px;
  /* overflow-y: hidden; */
}

.contact-2__back {
  width: 100vw;
  position: absolute;
  top: 0;
  height: 29vw;
  max-height: 435px;
}

/* @media screen and (min-width: 1500px) {
  .contact-2__back{
    max-height: 440px;
  }
} */
@media screen and (max-width: 1023px) {
  .contact-2 {
    height: 94.53vw;
    max-height: none;
  }
}

/* ------------------------------ customer ----------------------------- */
.customer {
  background-image: url(../images/customer_bg.png);
  background-size: cover;
  /* height: 145vw; */
  padding: 6vw 0 10vw;
  margin-top: -6vw;
}

.customer__title {
  text-align: center;
  color: #F7931E;
  line-height: min(4vw, 60px);
  font-size: min(3vw, 45px);
}

.customer__voice {
  background-image: url(../images/customer_img-1.png);
  background-size: cover;
  width: 65.23vw;
  height: 38.51vw;
  position: relative;
  margin: 6vw auto 0;
  max-width: 978px;
  max-height: 577px;
}

.customer__voice--title {
  position: absolute;
  top: min(2.8vw, 42px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: min(2.3vw, 34.5px);
  width: 55vw;
  text-align: center;
}

.customer__voice--building {
  position: absolute;
  top: min(8.5vw, 127.5px);
  left: min(8vw, 120px);
  font-size: min(1.8vw, 27px);
}

.customer__voice--price {
  position: absolute;
  top: min(10vw, 150px);
  left: min(8vw, 120px);
  font-size: min(3.7vw, 55.5px);
  color: #F7931E;
  line-height: min(3.7vw, 55.5px);
  font-weight: bold;
}

.customer__voice--price-1 {
  font-size: min(1.2vw, 18px);
}

.customer__voice--price-2 {
  font-size: min(1.8vw, 27px);
}

.customer__voice--price-3 {
  font-size: min(1.5vw, 22.5px);
}

.customer__voice--note {
  position: absolute;
  top: min(20.5vw, 307.5px);
  left: min(8vw, 120px);
  font-size: min(.9vw, 13.5px);
  line-height: min(1.4vw, 21px);
}

.customer__voice--note-span {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  color: #000;
}

.customer__voice--common {
  position: absolute;
  top: min(9.5vw, 142.5px);
  left: min(37.5vw, 562.5px);
  font-size: min(1vw, 15px);
  line-height: min(2.1vw, 31.5px);
}

.customer__voice--common p::first-letter {
  color: #F7931E;
}

.customer__voice--info {
  position: absolute;
  top: min(9.5vw, 142.5px);
  left: min(44.5vw, 667.5px);
  font-size: min(1vw, 15px);
  line-height: min(2.1vw, 31.5px);
  width: min(13vw, 195px);
}

.line-height {
  line-height: min(1.7vw, 25.5px);
}

.customer__comment {
  position: absolute;
  top: min(31vw, 465px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: min(1vw, 19.5px);
  width: fit-content;
  padding: 0 6vw;
  line-height: min(2vw, 30px);
}

.voice-3 {
  background-image: url(../images/customer_img-2.png);
}

.common-2, .info-2 {
  top: min(8.5vw, 127.5px);
}

.common-3, .info-3,.common-4, .info-4 {
  top: min(11vw, 165px);
}
.info-4{
    width:min(14vw, 205px);
}
@media screen and (min-width: 1500px) {
  .customer__comment {
    padding: 0 87px;
  }
}

@media screen and (max-width: 1023px) {
  .customer {
    background-image: none;
    height: 820vw;
  }

  .customer__title {
    line-height: 8vw;
    font-size: 6vw;
    margin: 4vw 0;
  }

  .customer__voice {
    margin: 0;
    max-height: none;
  }

  .customer__voice--title {
    font-size: 3.9vw;
    width: 100vw;
  }

  .voice-title-1 {
    top: 5.5vw;
  }

  .voice-title-2 {
    top: 29.5vw;
  }

  .voice-title-3 {
    top: 28.5vw;
  }

  .customer__voice--building {
    left: 10vw;
    font-size: 5.8vw;
    font-weight: bold;
  }

  .building-1 {
    top: 17.5vw;
  }

  .building-2 {
    top: 41.5vw;
  }

  .building-3 {
    top: 41.5vw;
  }

  .customer__voice--price-1 {
    font-size: 5vw;
  }

  .customer__voice--price-2 {
    font-size: 7vw;
  }

  .customer__voice--price-3 {
    font-size: 5.5vw;
  }

  .customer__voice--price {
    left: 10vw;
    font-size: 10.5vw;
    line-height: 10.7vw;
  }

  .price-1 {
    top: 23vw;
  }

  .price-2 {
    top: 49vw;
  }

  .price-3 {
    top: 49vw;
  }

  .customer__voice--note {
    left: 10vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .note-1 {
    top: 50.5vw;
  }

  .note-2 {
    top: 75vw;
  }

  .customer__voice--common {
    left: 7.5vw;
    font-size: 4vw;
    line-height: 9vw;
  }

  .common-1 {
    top: 70.5vw;
  }

  .common-2 {
    top: 86.5vw;
  }

  .common-3 {
    top: 76.5vw;
  }
  .common-4 {
    top: 76.5vw;
  }

  .customer__voice--info {
    top: 70.5vw;
    left: 32.5vw;
    font-size: 4vw;
    line-height: 9vw;
    width: 61vw;
  }

  .info-1 {
    top: 70.5vw;
  }

  .info-2 {
    top: 86.5vw;
  }

  .info-3 {
    top: 76.5vw;
  }
  .info-4 {
    top: 76.5vw;
      width:auto;
  }

  .line-height {
    line-height: 7vw;
  }

  .customer__comment {
    font-size: 2.8vw;
    width: 80vw;
    padding: 0;
    line-height: 6vw;
  }

  .comment-1 {
    top: 165vw;
  }

  .comment-2 {
    top: 175vw;
  }

  .comment-3 {
    top: 154vw;
  }
  .comment-4 {
    top: 155vw;
  }

  .customer__voice {
    width: 100vw;
  }

  .voice-1 {
    background-image: url(../images/sp_customer-1.png);
    height: 192vw;
  }

  .voice-2 {
    background-image: url(../images/sp_customer-2.png);
    height: 220vw;
  }

  .voice-3 {
    background-image: url(../images/sp_customer-3.png);
    height: 175vw;
  }
  .voice-4 {
    background-image: url(../images/sp_customer-3.png);
    height: 174vw;
  }
}
/* ------------------------------ price ----------------------------- */
.price {
  /* background-image: url(../images/plan_bg.png); */
  /* background-size: cover; */
  /* height: 70vw;
  max-height: 1021px; */
  position: relative;
  margin: 0 0 15vw;
  height: min(68vw, 1021px);
}

.price__bg {
  height: min(60vw, 900px);
  width: 100vw;
}

.price__box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.price__img {
  height: min(68vw, 1021px);
}

.price__title {
  color: #f7bb08;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: min(3.5vw, 52.5px);
  top: min(12vw, 150px);
}

.price__description {
  color: #f7bb08;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: min(18.5vw,265.5px);
  font-size: min(1.3vw, 22.5px);
    width:100%;
    text-align:center;
}

.price__floor {
  line-height: min(5.2vw, 78px);
  position: absolute;
  top: min(14.8vw, 222px);
  font-size: min(1.8vw, 27px);
  left: min(21vw, 315px);
}

.price__price {
  line-height: min(4.8vw, 72px);
  position: absolute;
  top: min(14.8vw, 222px);
  left: min(32vw, 480px);
  font-size: min(1.8vw, 27px);
}

.price__price span {
  color: #73C8D3;
  font-size: min(2.8vw, 42px);
  font-weight: bold;
}

.price__comment {
  color: #f7bb08;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: min(50vw, 700px);
  font-size: min(1.2vw, 18px);
  text-align: left;
  line-height: min(1.8vw, 27px);
    white-space: nowrap;
}

@media screen and (max-width: 1023px) {
  .price {
    background-image: url(../images/sp_price_bg.png);
    background-size: cover;
    height: 235vw;
  }

  .price__title {
    font-size: 7.5vw;
    top: 25vw;
  }

  .price__description {
    top: 35.5vw;
    font-size: 3.5vw;
    width: 100%;
    text-align: center;
  }

  .price__floor {
    line-height: 18.2vw;
    top: 51.5vw;
    font-size: 5vw;
    left: 10vw;
  }

  .price__price {
    line-height: 17.2vw;
    top: 51.5vw;
    font-size: 5vw;
    left: 40vw;
  }

  .price__price span {
    font-size: 8vw;
  }

  .price__comment {
    top: 195vw;
    font-size: 2.8vw;
    line-height: 5.5vw;
    width: 80vw;
  }
}


/* ------------------------------ plan ----------------------------- */
.plan {
  /* background-image: url(../images/plan_bg.png); */
  /* background-size: cover; */
  /* height: 70vw;
  max-height: 1021px; */
  position: relative;
  margin: -7vw 0 0;
  height: min(68vw, 1021px);
}

.plan__bg {
  height: min(60vw, 900px);
  width: 100vw;
}

.plan__box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.plan__img {
  height: min(68vw, 1021px);
}

.plan__title {
  color: #73C8D3;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: min(3.5vw, 52.5px);
  top: min(7.5vw, 112.5px);
}

.plan__description {
  color: #73C8D3;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: min(11.5vw, 175.5px);
  font-size: min(1.5vw, 22.5px);
}

.plan__floor {
  line-height: min(5.2vw, 78px);
  position: absolute;
  top: min(14.8vw, 222px);
  font-size: min(1.8vw, 27px);
  left: min(21vw, 315px);
}

.plan__price {
  line-height: min(4.8vw, 72px);
  position: absolute;
  top: min(14.8vw, 222px);
  left: min(32vw, 480px);
  font-size: min(1.8vw, 27px);
}

.plan__price span {
  color: #73C8D3;
  font-size: min(2.8vw, 42px);
  font-weight: bold;
}

.plan__comment {
  color: #73C8D3;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: min(60vw, 900px);
  font-size: min(1.2vw, 18px);
  text-align: center;
  line-height: min(1.8vw, 27px);
}

@media screen and (max-width: 1023px) {
  .plan {
    background-image: url(../images/sp_plan_bg.png);
    background-size: cover;
    height: 235vw;
  }

  .plan__title {
    font-size: 7.5vw;
    top: 25vw;
  }

  .plan__description {
    top: 35.5vw;
    font-size: 4vw;
    width: 100%;
    text-align: center;
  }

  .plan__floor {
    line-height: 18.2vw;
    top: 51.5vw;
    font-size: 5vw;
    left: 10vw;
  }

  .plan__price {
    line-height: 17.2vw;
    top: 51.5vw;
    font-size: 5vw;
    left: 40vw;
  }

  .plan__price span {
    font-size: 8vw;
  }

  .plan__comment {
    top: 210.5vw;
    font-size: 3.5vw;
    line-height: 5.5vw;
    width: 100vw;
  }
}

/* ------------------------------ step ----------------------------- */
.step {
  background-image: url(../images/step_bg.png);
  background-size: cover;
  /* height: 90vw; */
  position: relative;
  /* color: #000; */
  display: flex;
  justify-content: center;
}

.step__box {
  position: relative;
}

.step__img {
  width: min(51vw, 766px);
  padding: 11vw 0 18vw;
}

.step__title {
  top: min(6vw, 90px);
}

.step__contents {
  position: absolute;
  left: min(8vw, 120px);
}

.contents-1 {
  top: min(11.5vw, 172.5px);
}

.contents-2 {
  top: min(28vw, 420px);
}

.contents-3 {
  top: min(44.5vw, 667.5px);
}

.contents-4 {
  top: min(65vw, 975px);
}

.step__contents--content {
  font-size: min(1.6vw, 24px);
  margin-bottom: min(1.5vw, 22.5px);
}

.step__contents--detail {
  background-color: #FCEDCB;
  font-size: min(1vw, 15px);
  padding: min(1.5vw, 22.5px);
  line-height: min(1.6vw, 24px);
  width: min(44vw, 660px);
  border-radius: min(1vw, 15px);
}

.step__contents--detail-span-1 {
  font-size: min(1.3vw, 19.5px);
  font-weight: bold;
}

.step__contents--detail-span-2 {
  font-size: min(.8vw, 12px);
  line-height: min(1.2vw, 18px);
  display: block;
}

@media screen and (min-width: 1500px) {
  .step__img {
    padding: 165px 0 250px;
  }
}

@media screen and (max-width: 1023px) {
  .step {
    background-image: url(../images/sp_step_bg.png);
    height: 553.07vw;
  }

  .step__title {
    top: 13vw;
  }

  .step__contents {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .step__contents--content {
    font-size: 6vw;
    margin-bottom: 5vw;
    text-align: center;
  }

  .step__contents--detail {
    background-color: #FCEDCB;
    font-size: 4vw;
    padding: 5.5vw;
    line-height: 6vw;
    width: 95vw;
    border-radius: 3vw;
  }

  .step__contents--detail-span-1 {
    font-size: 6vw;
    line-height: 10vw;
  }

  .step__contents--detail-span-2 {
    font-size: 3.2vw;
    line-height: 4.5vw;
  }

  .contents-1 {
    top: 104vw;
  }

  .contents-2 {
    top: 220vw;
  }

  .contents-3 {
    top: 349.5vw;
  }

  .contents-4 {
    top: 492vw;
  }
}

/* ------------------------------ question ----------------------------- */
.question {
  background-image: url(../images/question_bg.png);
  background-size: cover;
  background-position: bottom;
  height: min(104.67vw, 1570px);
  position: relative;
  margin-top: -6vw;
  z-index: -1;
}

.question__title {
  padding: 7vw 0 4vw;
  text-align: center;
  font-size: min(3vw, 45px);
}

.question__content {
  background-image: url(../images/question_img.png);
  background-size: cover;
  width: min(64.93vw, 974px);
  height: min(11.6vw, 174px);
  position: relative;
  margin: 2.5vw auto 0;
}

.question__content--title {
  position: absolute;
  top: min(1.8vw, 27px);
  left: min(8vw, 120px);
  color: #fff;
  font-size: min(1.3vw, 19.5px);
}

.question__content--detail {
  position: absolute;
  top: min(7.5vw, 112.5px);
  left: min(3vw, 45px);
  font-size: min(1vw, 15px);
}

.title-6 {
  top: min(.8vw, 12px);
  line-height: min(1.8vw, 27px);
}

@media screen and (min-width: 1500px) {
  .question {
    margin-top: -90px;
  }

  .question__title {
    padding: 110px 0 60px;
  }

  .question__content {
    margin: 35px auto 0;
  }
}

@media screen and (max-width: 1023px) {
  .question {
    background-image: url(../images/sp_question_bg.png);
    height: 300vw;
  }

  .question__title {
    padding: 13vw 0 7vw;
    font-size: 6vw;
  }

  .question__content--detail {
    top: 19.5vw;
    left: 3vw;
    font-size: 4vw;
    width: 85vw;
    line-height: 6vw;
  }

  .detail-6 {
    top: 25.5vw;
  }

  .question__content--title {
    top: 5vw;
    left: 17vw;
    font-size: 4vw;
    width: 68vw;
    line-height: 5vw;
  }

  .title-2, .title-4 {
    top: 3vw;
  }

  .title-6 {
    top: 3.5vw;
    line-height: 5vw;
  }

  .question__content {
    width: 92vw;
    margin: 2.5vw auto 0;
  }

  .content-1 {
    background-image: url(../images/sp_question-1.png);
    height: 31.68vw;
  }

  .content-2 {
    background-image: url(../images/sp_question-2.png);
    height: 46.08vw;
  }

  .content-3 {
    background-image: url(../images/sp_question-3.png);
    height: 53.01vw;
  }
}

/* ------------------------------ promotion ----------------------------- */
.promotion {
  display: flex;
  flex-direction: column;
  position: relative;
  /* padding: 2vw 0; */
}

.promotion__box {
  width: min(64vw, 960px);
  position: relative;
  display: flex;
  justify-self: center;
  margin: 0 auto;
}

.promotion__img {
  width: min(64vw, 960px);
  height: auto;
  margin: 0 auto;
}

.promotion__btn {
  background-color: #000;
  color: #fff;
  border-radius: min(5vw, 75px);
  width: min(28vw, 420px);
  padding: min(1vw, 15px);
  position: absolute;
  bottom: min(3vw, 45px);
  right: min(4vw, 60px);
  font-size: min(1.3vw, 19.5px);
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  .promotion {
    padding: 5vw 0 10vw;
  }

  .promotion__img {
    width: 100vw;
  }

  .promotion__btn {
    width: 41vw;
    bottom: 5vw;
    right: 8vw;
    font-size: 2vw;
  }

  .promotion__box {
    width: auto;
  }
}

/* ------------------------------ form ----------------------------- */
label:hover,
input[type="radio"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  cursor: pointer;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.7;
}

.form {
  /* background-image: url(../images/form_bg.png);
  background-size: cover; */
  /* height: 101.4vw; */
  position: relative;
}

.form__bg {
  height: min(101.4vw, 1521px);
  width: 100vw;
}

.form__box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.form__title {
  text-align: center;
  font-size: min(3vw, 45px);
  padding: 14vw 0 2vw;
}

.form__detail {
  text-align: center;
  font-size: min(1vw, 15px);
}

.form__contents {
  margin: 4vw auto 0;
  width: min(50vw, 750px);
  font-size: min(1vw, 15px);
}

.form__contents--item {
  margin: 2vw 0 1vw;
}

input[type="radio"] {
  margin: 2vw 0 3vw 2vw;
  transform: scale(1.2);
}

.form__contents .first-item {
  margin-left: 0;
}

input[type="text"] {
  width: 100%;
  height: min(3.33vw, 50px);
  border-radius: min(.5vw, 7.5px);
  border: none;
  font-size: min(1vw, 15px);
  padding: 0 1vw;
}

textarea {
  width: 100%;
  height: min(11.4vw, 171px);
  border-radius: 0.5vw;
  border: none;
  padding: 0.7vw 1vw;
  font-size: min(1vw, 15px);
}

.form__contents--terms {
  background-color: #F5D17A;
  padding: 1vw 2vw;
  font-size: min(1vw, 10.5px);
  margin: 2vw 0 3vw;
  overflow: scroll;
  height: min(9vw, 135px);
  line-height: min(1vw, 15px);
  color: #898989;
}

.form__contents--consent {
  text-align: center;
  color: #898989;
}

input[type="submit"] {
  display: block;
  padding: 0.6vw 8vw;
  border: none;
  background-color: #F7931E;
  border-radius: min(3vw, 45px);
  color: #fff;
  font-size: min(1vw, 15px);
}

.submit-btn {
  margin: 3vw auto 0;
}

.red {
  color: red;
}

@media screen and (min-width: 1500px) {
  .form__title {
    padding: 210px 0 30px;
  }

  .form__contents {
    margin: 60px auto 0;
  }

  .form__contents--item {
    margin: 30px 0 15px;
  }

  input[type="radio"] {
    margin: 30px 0 45px 30px;
  }

  input[type="text"] {
    padding: 0 15px;
  }

  textarea {
    border-radius: 7.5px;
    padding: 10.5px 15px;
  }

  .form__contents--terms {
    padding: 15px 30px;
    margin: 30px 0 45px;
  }

  input[type="submit"] {
    padding: 9px 120px;
  }

  .submit-btn {
    margin: 45px auto 0;
  }
}

@media screen and (max-width: 1023px) {
  .form {
    background-image: url(../images/sp_form_bg.png);
    height: 289.9vw;
  }

  .form__title {
    font-size: 6vw;
    padding: 31vw 0 3vw;
  }

  .form__detail {
    font-size: 3.5vw;
  }

  .form__contents {
    margin: 12vw auto 0;
    width: 80vw;
    font-size: 3.5vw;
  }

  .form__contents--item {
    margin: 4vw 0 2vw;
  }

  #select_radio4 {
    margin: 2vw 0 3vw;
  }

  input[type="text"] {
    height: 8.5vw;
    border-radius: 1.5vw;
    font-size: 4.2vw;
  }

  textarea {
    height: 35vw;
    padding: 2vw 2.5vw;
    font-size: 4.2vw;
  }

  .form__contents--terms {
    padding: 3vw;
    font-size: 3.5vw;
    margin: 6vw 0;
    height: 39.5vw;
    line-height: 4.5vw;
  }

  .form__contents--consent {
    margin: 7vw 0;
  }

  input[type="submit"] {
    padding: 1.6vw 21vw;
    border-radius: 6vw;
    font-size: 3.5vw;
    padding: 2vw 23vw;
    -webkit-appearance: none;
  }

  .input-1 {
    margin-bottom: 4vw;
  }

  .input-2 {
    margin-top: 8vw;
  }

  input[type="radio"] {
    margin: 2vw 0 3vw 10vw;
  }
}

/* ------------------------------ profile ----------------------------- */
.profile {
  padding-bottom: min(3vw, 45px);
  font-size: min(3vw, 45px);
}

.profile__title {
  text-align: center;
  font-size: min(3vw, 45px);
  padding: 5vw 0;
}

.profile__list {
  position: relative;
  width: min(64vw, 960px);
  margin: 0 auto;
}

.profile__list li {
  height: min(4.27vw, 64px);
  border-radius: 1.5vw 1.5vw 0 1.5vw;
  font-size: min(1.5vw, 22.5px);
  line-height: min(4.27vw, 64px);
  padding-left: min(4vw, 60px);
}

.profile__list li:nth-child(odd) {
  background-color: #FCEDCB;
}

.profile__list li span {
  position: absolute;
  left: min(17vw, 255px);
}

@media screen and (min-width: 1500px) {
  .profile__title {
    padding: 75px 0;
  }

  .profile__list li {
    border-radius: 22.5px 22.5px 0 22.5px;
  }
}

@media screen and (max-width: 1023px) {
  .profile {
    padding-bottom: 7vw;
  }

  .profile__title {
    font-size: 6vw;
    padding: 9vw 0;
  }

  .profile__list {
    width: 100vw;
  }

  .profile__list li {
    height: 12vw;
    border-radius: unset;
    font-size: 3.5vw;
    line-height: 12vw;
    padding-left: 10vw;
  }

  .profile__list li span {
    left: 37vw;
  }

  .profile__list .profile-3 {
    height: 24vw;
    line-height: 6vw;
    padding-top: 3vw;
  }

  .profile__list .profile-8 {
    line-height: 6vw;
    padding-top: 3vw;
  }
}

/* ------------------------------ footer ----------------------------- */
.footer {
  /* background-image: url(../images/footer_bg.png);
  background-size: cover; */
  /* height: 53.8vw; */
  position: relative;
  width: 100%;
  height: min(53.8vw, 807px);
  background: url(../images/footer_bg-botto2.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: repeat-x;
  background-color: #73c8d3;
}

.footer-bg {
  position: absolute;
  top: -1px;
  width: 100%;
}

.footer__contact {
  display: flex;
  justify-content: center;
  padding-top: 10vw;
}
.footer__btn {
  display: block;
  height: min(5vw, 75px);
  width: min(5vw, 75px);
  position: absolute;
  right: 8%;
  top: 26.5%;
}

.footer__btn img {
  width: 100%;
}

.footer__copyright {
  font-family: Helvetica;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: min(2vw, 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(30vw, 450px);
  white-space: nowrap;
}

@media screen and (min-width: 1800px) {
  .footer {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1500px) {
  .footer {
    background-size: 1500px;
  }

  .footer__contact {
    padding-top: 150px;
  }
}

@media screen and (max-width: 1023px) {
  .footer {
    background-image: url(../images/sp_footer_bg@2x.png);
    background-size: cover;
    height: 130.1vw;
  }

  .footer__contact {
    padding-top: 12vw;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 80vw;
  }

  .footer__btn {
    height: 15vw;
    width: 15vw;
    top: initial;
    right: 6%;
    bottom: 32vw;
  }
  .footer__btn-contact {
    bottom: 26vw;
  }
  .footer__copyright {
    font-size: 3vw;
    width: 100vw;
    bottom: 3vw;
  }
}

/* ------------------------------ 確認画面 ----------------------------- */

.form-header-1, .form-header-2 {
  /* background-size: cover; */
  /* width: 100vw;
  height: 45.73vw; */
  position: relative;
  height: min(28vw, 420px);
}

.conf-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: min(28vw, 420px);
}

/* .form-header-1 {
  background-image: url(../images/form_bg.png);
}
.form-header-2{
  background-image: url(../images/2x/アセット\ 3@2x.png);
} */
.logo-img {
  display: inline-block;
  position: fixed;
  top: min(4vw, 60px);
  left: min(11vw, 165px);
  width: min(7.4vw, 111px);
  z-index: 1;
}
.logo-img img {
  width: 100%;
}
.conf_img {
  width: min(29.9vw, 448px);
  margin: 45px;
}

.form-main {
  background-color: #FCEDCB;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-title {
  background-color: #F7931E;
  color: #fff;
  text-align: center;
  padding: 1vw;
  font-size: min(1.3vw, 13.5px);
  border-radius: 1vw 1vw 0 0;
}

.form-detail {
  font-size: min(.9vw, 15px);
  margin: 2vw 0;
  line-height: 1.7;
}

.table.formTable td {
  background-color: #fff;
}

.form-btn__block {
  display: flex;
  justify-content: center;
  margin: 1vw 0;
}

.back-btn {
  display: block;
  padding: 0.6vw 4vw;
  background-color: #fff;
  border-radius: min(3vw, 45px);
  color: #F7931E;
  font-size: min(1vw, 15px);
  margin-right: 1vw;
  border: 1px solid #F7931E;
}

.formTable tr:nth-child(6) {
  height: min(15vw, 225px);
}

#formWrap .sp_conf_submit {
  padding: 0.6vw 8vw;
  border-radius: min(9vw, 135px);
  font-size: min(1vw, 15px);
  margin: 4vw 1vw;
  width: min(26.67vw, 400px);
}

.form-main .footer-bg {
  left: 50%;
  transform: translate(-50%, 0);
}

.conf_top {
  position: absolute;
  top: min(15vw, 225px);
  right: min(-20vw, -300px);
}

.conf_top .footer__btn img {
  position: unset;
}

@media screen and (min-width: 1500px) {
  .form-title {
    padding: 15px;
    border-radius: 15px 15px 0 0;
  }

  .form-detail {
    margin: 30px 0;
  }

  .form-btn__block {
    margin: 15px 0;
  }

  .back-btn {
    padding: 9px 60px;
    margin-right: 15px;
  }

  #formWrap .sp_conf_submit {
    padding: 9px 120px;
  }
}

@media screen and (max-width: 1023px) {
  .form-header-1 {
    background-image: url(../images/sp_confirmation.png);
    height: 99.33vw;
    background-size: cover;
  }

  .form-header-2 {
    background-image: url(../images/sp_complete.png);
    height: 99.33vw;
    background-size: cover;
  }

  .footer_conf_sp {
    background-image: url(../images/sp_conf_footer.png);
    background-size: cover;
    height: 86.67vw;
    width: 100vw;
  }

  .footer_conf_sp_btn {
    top: 47vw;
  }

  .form-title {
    padding: 4vw;
    font-size: 5vw;
    border-radius: 5vw 5vw 0 0;
  }

  .form-detail {
    font-size: 3.5vw;
    margin: 2vw;
    line-height: 1.7;
  }

  #formWrap .sp_conf_submit {
    /* padding: 3vw 5vw; */
    border-radius: 9vw;
    font-size: 3.5vw;
    margin: 4vw 1vw;
    width: 55vw;
    -webkit-appearance: none;
    height: 10vw;
    line-height: 10vw;
  }

  .conf_top {
    position: absolute;
    top: unset;
    right: unset;
    bottom: 24vw;
    left: 70vw;
  }
}


/* ------------------------------ 完了画面 ----------------------------- */

.form-title-2 {
  color: #F7931E;
  text-align: center;
  font-size: min(3.3vw, 49.5px);
  line-height: min(4.5vw, 67.5px);
}

.form-title-3 {
  color: #ECCD8A;
  font-size: min(3.2vw, 48px);
  margin: 2vw 0;
}

.form-detail-2 {
  color: #595757;
  font-size: min(1.1vw, 16.5px);
  line-height: 1.7;
}

.top-back-btn, #formWrap .top-back-btn {
  display: inline-block;
  padding: 1vw 4vw;
  background-color: #fff;
  border-radius: min(3vw, 45px);
  color: #F7931E;
  font-size: min(.9vw, 13.5px);
  margin: 4vw 0;
  border: 1px solid #F7931E;
}

@media screen and (min-width: 1500px) {
  .form-title-3 {
    margin: 30px 0;
  }

  .top-back-btn, #formWrap .top-back-btn {
    padding: 15px 60px;
  }
}

@media screen and (max-width: 1023px) {
  .top-back-btn, #formWrap .top-back-btn {
    padding: 3vw 10vw;
    border-radius: 9vw;
    font-size: 4vw;
    margin: 4vw 0;
  }

  #formWrap .top-back-btn-conf {
    padding: unset;
    border-radius: 9vw;
    font-size: 3.5vw;
    margin: 4vw 1vw;
    width: 35vw;
    -webkit-appearance: none;
    height: 10vw;
    line-height: 10vw;
  }

  .form-title-2 {
    font-size: 6vw;
    line-height: 8.5vw;
  }

  .form-title-3 {
    font-size: 6vw;
    margin: 3vw 0;
  }

  .form-detail-2 {
    font-size: 3.5vw;
    line-height: 4.5vw;
    padding: 3vw;
  }
}