@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  width: 100%;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 26px;
}
body * {
  box-sizing: border-box;
}

.wrap {
  background: url(../img/pc_bg.jpg) 50% 0 no-repeat #f2f3f5;
  background-attachment: fixed;
  position: relative;
}

.pc_contents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .pc_contents {
    display: none;
  }
}
.pc_contents .ttl {
  width: calc((100% - 750px) / 2);
  position: relative;
  top: 50%;
  translate: 0 -50%;
}
.pc_contents .ttl img {
  width: 252px;
  margin-inline: auto;
}
.pc_contents .btn_area {
  width: 443px;
  position: absolute;
  right: 50%;
  top: 50%;
  translate: calc(50% + 750px) -50%;
}
.pc_contents .btn_area p {
  margin-inline: auto;
}
.pc_contents .btn_area ul {
  width: 368px;
  margin: -20px 0 0 55px;
}
.pc_contents .btn_area ul li {
  margin: 20px 0 0;
}
.pc_contents .btn_area a {
  display: block;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
  transform: translateZ(0);
}
@media screen and (max-width: 1820px) {
  .pc_contents .ttl img {
    width: 12.6vw;
  }
  .pc_contents .btn_area {
    right: 10px;
    width: 22.15vw;
    translate: 0 -50%;
  }
  .pc_contents .btn_area ul {
    width: 18.4vw;
    margin: -1vw 0 0 2.75vw;
  }
  .pc_contents .btn_area ul li {
    margin: 1vw 0 0;
  }
  .pc_contents .btn_area a {
    display: block;
    filter: drop-shadow(0 0.25vw 0.25vw rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 1440px) {
  .pc_contents .btn_area {
    right: 0.5vw;
  }
}
@media screen and (max-width: 1299px) {
  .pc_contents .btn_area {
    display: none;
  }
}

.contents {
  width: 750px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.2), -15px -15px 15px rgba(0, 0, 0, 0.2);
}

#fv {
  background: url(../img/fv_bg.jpg) 0 0/100% auto no-repeat;
  height: 1956px;
}
#fv ul {
  margin: 40px auto 0;
  width: 608px;
}
#fv ul li {
  margin: 0 0 40px;
}
#fv a {
  display: block;
  filter: drop-shadow(0 15px 10px rgba(0, 0, 0, 0.6));
  transform: translateZ(0);
}

#sv {
  background: url(../img/bg01.jpg) 0 0/100% auto no-repeat, url(../img/bg02.jpg) 0 100%/100% auto no-repeat #000;
}

#ov {
  background: url(../img/bg03.jpg) 0 0/100% 100% no-repeat;
  height: 900px;
}
#ov ul {
  width: 650px;
  margin: 53px auto;
}
#ov li {
  margin-bottom: 15px;
}

#case {
  background: url(../img/case_bg.jpg) 0 0/100% 100% no-repeat;
  height: 1518px;
}
#case h2 {
  margin: 0 0 58px auto;
}
#case .case_inner {
  width: 680px;
  padding-bottom: 40px;
  margin: 0 0 0 auto;
  overflow-x: scroll;
  scrollbar-width: thin;
}
#case .case_inner ul {
  display: flex;
  width: 1900px;
  gap: 0 10px;
}
#case .case_inner li {
  width: 623px;
}

#step {
  background: url(../img/bg04.jpg) 0 0/100% 100% no-repeat;
  height: 3132px;
}
#step h2 {
  margin: 0 0 69px auto;
}
#step ul {
  width: 650px;
  margin-inline: auto;
}
#step li {
  margin-bottom: 60px;
  filter: drop-shadow(15px 15px 10px rgba(0, 0, 0, 0.15));
  transform: translateZ(0);
}

#faq {
  background: url(../img/faq_bg.png) no-repeat center bottom/100% auto #fff;
  padding: 0 0 100px;
}
#faq ul {
  width: 650px;
  margin-inline: auto;
}

#company {
  background: url(../img/company_bg.jpg) no-repeat 0 0/100% 100%;
  height: 2038px;
}

.map {
  height: 650px;
  margin: auto;
  position: relative;
  width: 650px;
}
.map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#form {
  background: url(../img/form_bg.jpg) 0 0/100% auto no-repeat #f1f1f1;
  padding: 0 0 150px;
}
#form h2 {
  margin: 0 auto 40px;
}
#form .lead {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 50px;
}
#form #form_table {
  border: none;
  border-collapse: collapse;
  display: block;
  width: 650px;
  margin: 50px auto 0;
}
#form #form_table tr {
  width: 650px;
  display: block;
}
#form #form_table tr:nth-last-of-type(1) th::after {
  content: none;
}
#form #form_table th {
  width: 100%;
  display: block;
  text-align: left;
  color: #1A1A1A;
  font-size: 30px;
  position: relative;
  height: 72px;
  padding: 19px 0 0;
  margin-bottom: 8px;
}
#form #form_table th::after {
  content: "";
  display: block;
  background: url(../img/require.png) 0 0/100% 100% no-repeat;
  width: 58px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 22px;
}
#form #form_table td {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
#form #form_table input[type=text], #form #form_table input[type=name], #form #form_table input[type=tel], #form #form_table textarea {
  background: #fff;
  width: 650px;
  height: 90px;
  border: 1px solid #DEDDDB;
  outline: none;
  font-size: 28px;
  padding: 0 40px;
}
#form #form_table textarea {
  padding: 20px 40px;
  height: 300px;
}
#form .form_btn {
  display: block;
  width: 608px;
  height: 144px;
  cursor: pointer;
  text-indent: -999em;
  filter: drop-shadow(0 15px 10px rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
}
@media (any-hover: hover) {
  #form .form_btn:hover {
    opacity: 0.8;
  }
}
#form .btn_confirm {
  background: url(../img/btn_confirm.png) 0 0/100% 100% no-repeat;
  margin: 42px auto 0;
}
#form .btn_submit {
  background: url(../img/btn_send.png) 0 0/100% 100% no-repeat;
  margin: 30px auto 23px;
}
#form .btn_back {
  background: url(../img/btn_back.png) 0 0/100% 100% no-repeat;
  margin: 0 auto;
}
#form .btn_end {
  text-indent: 0;
  margin-inline: auto;
}
#form.form_confirm .lead {
  margin-bottom: 35px;
}
#form.form_confirm #form_table tr {
  border-bottom: 1px solid #AA8C50;
  margin-bottom: 30px;
}
#form.form_confirm #form_table td {
  padding-left: 1em;
  margin-bottom: 45px;
  line-height: 48px;
}
#form.thanks {
  text-align: center;
  height: 100vh;
  height: 100dvh;
}
#form.thanks .end_txt {
  font-size: 28px;
  line-height: 50px;
  margin-bottom: 50px;
}

footer {
  background: url(../img/ft_bg.jpg) no-repeat center 0/100% 100%;
  height: 175px;
  padding: 48px 0 0;
}
footer .logo {
  width: 216px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3.4666666667vw;
  }
  .contents {
    width: 100%;
  }
  #fv {
    height: 260.8vw;
  }
  #fv ul {
    margin-top: 5.3333333333vw;
    width: 81.0666666667vw;
  }
  #fv ul li {
    margin: 0 0 5.3333333333vw;
  }
  #fv a {
    display: block;
    filter: drop-shadow(0 2vw 1.3333333333vw rgba(0, 0, 0, 0.6));
  }
  #ov {
    height: 120vw;
  }
  #ov ul {
    margin-top: 7.0666666667vw;
    width: 86.6666666667vw;
  }
  #ov li {
    margin-bottom: 2vw;
  }
  #case {
    height: 189.3333333333vw;
  }
  #case h2 {
    margin: 0 0 7.7333333333vw auto;
  }
  #case .case_inner {
    width: 90.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
  #case .case_inner ul {
    width: 253.3333333333vw;
    gap: 0 1.3333333333vw;
  }
  #case .case_inner li {
    width: 83.0666666667vw;
  }
  #step {
    height: 417.6vw;
  }
  #step h2 {
    margin: 0 0 9.2vw auto;
  }
  #step ul {
    width: 86.6666666667vw;
  }
  #step li {
    margin-bottom: 8vw;
    filter: drop-shadow(2vw 2vw 1.3333333333vw rgba(0, 0, 0, 0.15));
  }
  #faq {
    padding: 0 0 13.3333333333vw;
  }
  #faq ul {
    width: 86.6666666667vw;
  }
  #company {
    height: 271.7333333333vw;
  }
  .map {
    height: 86.6666666667vw;
    width: 86.6666666667vw;
  }
  #form {
    padding: 0 0 20vw;
  }
  #form h2 {
    margin: 0 auto 5.3333333333vw;
  }
  #form .lead {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
  }
  #form #form_table {
    width: 86.6666666667vw;
    margin-top: 6.6666666667vw;
  }
  #form #form_table tr {
    width: 86.6666666667vw;
  }
  #form #form_table th {
    font-size: 4vw;
    height: 9.6vw;
    padding: 2.5333333333vw 0 0;
    margin-bottom: 1.0666666667vw;
  }
  #form #form_table th::after {
    width: 7.7333333333vw;
    height: 4.2666666667vw;
    top: 2.9333333333vw;
  }
  #form #form_table td {
    margin-bottom: 4vw;
  }
  #form #form_table input[type=text], #form #form_table input[type=name], #form #form_table input[type=tel], #form #form_table textarea {
    width: 86.6666666667vw;
    height: 12vw;
    font-size: 3.7333333333vw;
    padding: 0 5.3333333333vw;
  }
  #form #form_table textarea {
    padding: 2.6666666667vw 5.3333333333vw;
    height: 40vw;
  }
  #form .form_btn {
    width: 81.0666666667vw;
    height: 19.2vw;
    filter: drop-shadow(0 2vw 1.3333333333vw rgba(0, 0, 0, 0.3));
  }
  #form .btn_confirm {
    margin: 5.6vw auto 0;
  }
  #form .btn_submit {
    margin: 4vw auto 3.0666666667vw;
  }
  #form.form_confirm .lead {
    margin-bottom: 4.6666666667vw;
  }
  #form.form_confirm #form_table tr {
    margin-bottom: 4vw;
  }
  #form.form_confirm #form_table td {
    margin-bottom: 6vw;
    line-height: 6.4vw;
  }
  #form.thanks .end_txt {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  footer {
    height: 23.3333333333vw;
    padding: 6.4vw 0 0;
  }
  footer .logo {
    width: 28.8vw;
  }
}/*# sourceMappingURL=style.css.map */