@charset "UTF-8";
@import url("https://use.typekit.net/mxq5frb.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
header {
  background: #fff;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.39);
  position: relative;
  top: 0;
  left: 0;
  z-index: 99999;
}
header .inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  header .inner {
    display: block;
    padding: 10px 0;
  }
}
header .logo {
  flex-shrink: 0;
  padding: 1.5rem 0;
}
@media screen and (max-width: 860px) {
  header .logo {
    width: 60vw;
    margin: 0 auto;
    max-width: 120px;
    padding: 0;
    margin-top: 10px;
  }
}
header .cont {
  width: 100%;
  display: flex;
  align-items: center;
}
header .cont span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: 8rem;
}
@media screen and (max-width: 860px) {
  header .cont span {
    margin: 0 auto;
    font-size: 1.3rem;
  }
}
header .cont a {
  display: flex;
  align-items: center;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  background: #F09E0A;
  height: 100%;
  color: #fff;
  width: 332px;
  font-size: 2.1rem;
  justify-content: center;
  font-weight: 600;
}
header .cont a img {
  margin-right: 0.9rem;
}
@media screen and (max-width: 860px) {
  header .cont a {
    position: fixed;
    bottom: 0;
    right: 0;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 4vw;
  }
}

footer {
  background: #0F4678;
  color: #fff;
  padding: clamp(0px, 6.8493150685vw, 100px) 10px clamp(0px, 3.4246575342vw, 50px);
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  footer {
    padding: clamp(0px, 4.7945205479vw, 70px) 10px 20vw;
  }
}
footer .foot_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  footer .foot_inner {
    display: block;
  }
}
footer .foot_inner .logo {
  width: 40%;
  max-width: 200px;
}
@media screen and (max-width: 860px) {
  footer .foot_inner .logo {
    margin: 0 auto;
    margin-top: 20px;
  }
}
footer .foot_inner .txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 860px) {
  footer .foot_inner .txt {
    font-size: 1.3rem;
    margin-top: 10px;
    text-align: center;
  }
}

main {
  overflow: hidden;
}

#intro {
  background: #3F96BB;
  padding: 2rem 0;
}
@media screen and (max-width: 860px) {
  #intro {
    display: none;
  }
}
#intro p {
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
}
@media screen and (max-width: 860px) {
  #intro p {
    font-size: 4vw;
  }
}

#mv {
  background: url(../images/mv/bg.png) no-repeat center/cover;
  border-bottom: 10px solid #3F96BB;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  #mv {
    padding-top: 10vw;
  }
}
#mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
}
#mv .contBox {
  max-width: 880px;
  margin: 0 auto;
  width: 70vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  #mv .contBox {
    width: 90vw;
  }
}
#mv .contBox .abso {
  position: static;
}
@media screen and (max-width: 860px) {
  #mv .contBox .abso {
    position: absolute;
    top: -4.5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    display: block;
    background: url(../images/mv/img_sp.png) no-repeat center top/contain;
  }
}
#mv .contBox .abso img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 860px) {
  #mv .contBox .abso img {
    display: none;
  }
}
#mv .contBox .abso img:first-child {
  width: 30%;
  left: -25%;
}
@media screen and (max-width: 860px) {
  #mv .contBox .abso img:first-child {
    width: 23%;
  }
}
#mv .contBox .abso img:last-child {
  width: 27.9%;
  right: -30%;
  top: 55%;
}
@media screen and (max-width: 860px) {
  #mv .contBox .abso img:last-child {
    width: 24%;
  }
}
#mv .mainttl {
  width: 100%;
  padding: clamp(0px, 4.3150684932vw, 63px) 0 clamp(0px, 3.7671232877vw, 55px);
}
#mv .black_label {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(0px, 1.3698630137vw, 20px);
  padding: clamp(0px, 0.6849315068vw, 10px);
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #mv .black_label {
    display: block;
  }
}
#mv .black_label span {
  color: #fff;
  font-size: clamp(0px, 1.9178082192vw, 28px);
  font-weight: 600;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 860px) {
  #mv .black_label span {
    font-size: 3.3vw;
    text-align: center;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  #mv .black_label span:first-child {
    border-bottom: 2px solid #fff;
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
    font-size: 4.5vw;
  }
}
#mv .black_label span:first-child::after {
  content: "";
  width: 3px;
  margin: 0 2rem;
  display: block;
  background: #fff;
}
@media screen and (max-width: 860px) {
  #mv .black_label span:first-child::after {
    display: none;
  }
}
#mv .red {
  margin-top: 4rem;
  border: 1px solid #FF0000;
  color: #FF0000;
  text-align: center;
  font-size: clamp(0px, 1.2328767123vw, 18px);
  line-height: 1.2;
  padding: clamp(0px, 0.6849315068vw, 10px);
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #mv .red {
    margin-top: 4vw;
    font-size: 2.2vw;
    padding: 0.5em;
    text-align: left;
    line-height: 1.4;
  }
}
#mv .logoBox {
  display: flex;
  background: #fff;
  justify-content: center;
  gap: clamp(0px, 3.0821917808vw, 45px);
  align-items: center;
  padding: clamp(0px, 1.0273972603vw, 15px);
  box-sizing: border-box;
  margin-top: clamp(0px, 5.2739726027vw, 77px);
  margin-bottom: clamp(0px, 4.7945205479vw, 70px);
}
@media screen and (max-width: 860px) {
  #mv .logoBox {
    flex-wrap: wrap;
  }
}
#mv .logoBox img {
  width: auto;
  height: clamp(0px, 2.8082191781vw, 41px);
}
@media screen and (max-width: 860px) {
  #mv .logoBox img {
    height: 6vw;
  }
}
#mv .bgBox {
  max-width: 1070px;
  width: 95vw;
  margin: 0 auto;
  border-radius: clamp(0px, 1.3698630137vw, 20px);
  background: #fff;
  padding: 4rem 4rem 3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #mv .bgBox {
    padding: 5vw;
  }
}
#mv .bgBox .small {
  font-size: clamp(0px, 1.2328767123vw, 18px);
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 860px) {
  #mv .bgBox .small {
    font-size: 3vw;
  }
}
#mv .bgBox .flex {
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 860px) {
  #mv .bgBox .flex {
    display: block;
  }
}
#mv .bgBox .flex p {
  text-align: center;
  font-size: clamp(0px, 1.3698630137vw, 20px);
  font-weight: 600;
}
@media screen and (max-width: 860px) {
  #mv .bgBox .flex p {
    font-size: 4vw;
  }
}
#mv .bgBox .flex p strong {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 600;
}
#mv .bgBox .flex img {
  margin: 0;
  width: 60%;
}
@media screen and (max-width: 860px) {
  #mv .bgBox .flex img {
    width: 100%;
    margin: 0 auto;
    margin-top: 2vw;
  }
}
#mv .bgBox table {
  border: 1px solid #BEA592;
  width: 90%;
  margin: clamp(0px, 2.7397260274vw, 40px) auto 0;
}
@media screen and (max-width: 860px) {
  #mv .bgBox table {
    width: 100%;
  }
}
#mv .bgBox table th {
  background: #BEA592;
  color: #fff;
  font-size: clamp(0px, 2.1232876712vw, 31px);
  width: 30%;
}
#mv .bgBox table td {
  font-size: clamp(0px, 1.5068493151vw, 22px);
  padding: 0.5em;
}
@media screen and (max-width: 860px) {
  #mv .bgBox table td {
    display: flex !important;
    justify-content: space-around;
  }
}
#mv .bgBox table td strong {
  font-weight: 600;
}
@media screen and (max-width: 860px) {
  #mv .bgBox table td strong {
    display: block;
    font-size: 5vw;
  }
}
#mv .bgBox table tr:last-child td {
  padding-top: 0;
}
@media screen and (max-width: 860px) {
  #mv .bgBox table th, #mv .bgBox table td {
    width: 100%;
    display: block;
  }
  #mv .bgBox table th {
    font-size: 4vw;
  }
  #mv .bgBox table td {
    font-size: 2.8vw;
  }
}
#mv .boldtxt {
  padding: 3.3rem 0;
}
@media screen and (max-width: 860px) {
  #mv .boldtxt {
    padding: 5vw 0;
  }
}
#mv .boldtxt strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 2.8rem;
}
@media screen and (max-width: 860px) {
  #mv .boldtxt strong {
    font-size: 5vw;
    padding: 0.5em;
    box-sizing: border-box;
  }
}

#products {
  padding: clamp(0px, 8.4931506849vw, 124px) 0 clamp(0px, 7.2602739726vw, 106px);
  background: #F3F3F3;
}
#products .air-conditioner-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
}
@media screen and (max-width: 860px) {
  #products .air-conditioner-table {
    min-width: 600px;
    font-size: 14px;
  }
}
#products .air-conditioner-table th, #products .air-conditioner-table td {
  padding: 12px 15px;
  border: 1px solid #000;
}
#products .air-conditioner-table thead th {
  background-color: #D8D8D8;
  color: #000;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  border-top: none;
}
#products .air-conditioner-table thead th:first-child {
  border-left: none;
}
#products .air-conditioner-table thead th:last-child {
  border-right: none;
}
#products .air-conditioner-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
#products .air-conditioner-table tbody tr:hover {
  background-color: #f1f1f1;
  transition: background-color 0.2s;
}
#products .air-conditioner-table tbody tr.is-out-of-stock, #products .air-conditioner-table tbody tr.is-out-of-stock td {
  color: #ccc !important;
}
#products .air-conditioner-table tbody td {
  text-align: center;
  border-bottom: none;
}
#products .air-conditioner-table tbody td:first-child {
  border-left: none;
}
#products .air-conditioner-table tbody td:last-child {
  border-right: none;
}
#products .table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 4px solid #707070;
  border-radius: clamp(0px, 1.3698630137vw, 20px);
  margin-top: 4.5rem;
}
#products .update_time {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: block;
  font-weight: 600;
  font-size: 2.4rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 860px) {
  #products .update_time {
    font-size: 1.3rem;
  }
}

.cta {
  background: #3F96BB;
  padding: 70px;
  box-sizing: border-box;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.39);
}
@media screen and (max-width: 860px) {
  .cta {
    padding: 13vw 5vw;
  }
}
.cta a {
  display: flex;
  background: #F09E0A;
  color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  line-height: 117px;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 860px) {
  .cta a {
    font-size: 5vw;
    line-height: 4;
  }
}
.cta a img {
  width: 5.2rem;
  margin-right: 2rem;
}
@media screen and (max-width: 860px) {
  .cta a img {
    width: 7vw;
  }
}

#construction {
  background: #C4E0EB;
  padding: clamp(0px, 8.4931506849vw, 124px) 0 clamp(0px, 7.2602739726vw, 106px);
}
#construction .cont_size_inner {
  padding: clamp(0px, 4.7945205479vw, 70px) 0;
}
#construction .border_box {
  border: 4px solid #3F96BB;
  border-radius: clamp(0px, 1.3698630137vw, 20px);
  box-sizing: border-box;
  padding: 4rem;
  margin-top: clamp(0px, 4.7945205479vw, 70px);
}
@media screen and (max-width: 860px) {
  #construction .border_box {
    padding: 5vw;
  }
}
#construction .border_box h3 {
  text-align: center;
  color: #3F96BB;
  font-weight: 600;
  font-size: 4rem;
  margin-bottom: clamp(0px, 4.7945205479vw, 70px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  #construction .border_box h3 {
    font-size: 6vw;
  }
}
#construction .border_box h3::before {
  content: "";
  width: clamp(0px, 3.4246575342vw, 50px);
  aspect-ratio: 5/4;
  display: block;
  background: url(../images/common/icn_check.svg) no-repeat center/contain;
  margin-right: 0.2em;
}
#construction .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 860px) {
  #construction .flex {
    display: block;
  }
}
#construction .flex .img {
  width: 60%;
}
@media screen and (max-width: 860px) {
  #construction .flex .img {
    width: 100%;
  }
}
#construction .flex .txt {
  width: 35%;
}
@media screen and (max-width: 860px) {
  #construction .flex .txt {
    width: 100%;
    margin-top: 20px;
  }
}
#construction .flex .txt h4 {
  background: #3F96BB;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  padding: 0.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #construction .flex .txt h4 {
    font-size: 4vw;
  }
}
#construction .flex .txt .construction-features {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 3rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 860px) {
  #construction .flex .txt .construction-features {
    font-size: 4vw;
    margin: 20px auto;
  }
}
#construction .flex .txt .construction-features li {
  list-style: disc;
}
#construction .flex .txt strong {
  text-align: center;
  color: #3F96BB;
  text-align: center;
  font-weight: 600;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 2rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 860px) {
  #construction .flex .txt strong {
    font-size: 1.6rem;
  }
}
#construction .flex .txt strong span {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.27em;
}
#construction .flex .txt p {
  font-size: 2rem;
  border-top: 1px solid #707070;
  padding-top: 0.7em;
}
@media screen and (max-width: 860px) {
  #construction .flex .txt p {
    font-size: 3vw;
  }
}

#option {
  background: #BBD8C0;
  padding: clamp(0px, 8.4931506849vw, 124px) 0 clamp(0px, 7.2602739726vw, 106px);
}
#option .cont_size_inner {
  padding: clamp(0px, 4.7945205479vw, 70px) 0;
}
#option .cont {
  border: 4px solid #719475;
  border-bottom-left-radius: clamp(0px, 1.5625vw, 20px);
  border-bottom-right-radius: clamp(0px, 1.5625vw, 20px);
  margin-top: clamp(0px, 6.25vw, 80px);
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.39);
}
#option .cont .ttlBox {
  display: flex;
  align-items: stretch;
  border-bottom: 4px solid #719475;
}
@media screen and (max-width: 860px) {
  #option .cont .ttlBox {
    display: block;
    border-bottom: none;
  }
}
#option .cont .ttlBox h3 {
  width: 55%;
  display: flex;
  align-items: center;
  padding: 0 2.5%;
  box-sizing: border-box;
  color: #719475;
}
@media screen and (max-width: 860px) {
  #option .cont .ttlBox h3 {
    width: 100%;
    display: block;
  }
}
#option .cont .ttlBox h3 span {
  display: flex;
  align-items: center;
  font-size: clamp(0px, 2.1875vw, 28px);
  width: 40%;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  #option .cont .ttlBox h3 span {
    width: 100%;
    font-size: 3vw;
  }
}
#option .cont .ttlBox h3 span::before {
  content: "";
  display: block;
  width: clamp(0px, 3.75vw, 48px);
  aspect-ratio: 1/1;
  background: url(../images/common/icn_check.svg) no-repeat center/contain;
  margin-right: clamp(0px, 1.3698630137vw, 20px);
}
@media screen and (max-width: 860px) {
  #option .cont .ttlBox h3 span::before {
    width: 7vw;
  }
}
#option .cont .ttlBox h3 strong {
  font-size: clamp(0px, 3.125vw, 40px);
  font-weight: 600;
  width: 60%;
}
@media screen and (max-width: 860px) {
  #option .cont .ttlBox h3 strong {
    width: 100%;
    font-size: 5vw;
  }
}
#option .cont .ttlBox p {
  width: 45%;
  background: #719475;
  color: #fff;
  padding: 1%;
  box-sizing: border-box;
  font-size: clamp(0px, 1.5625vw, 20px);
  line-height: 1.4;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 860px) {
  #option .cont .ttlBox p {
    width: 100%;
    font-size: 3vw;
    padding: 1em 0.5em;
    margin-top: 10px;
  }
}
#option .cont .ttlBox.green {
  background: #719475;
}
#option .cont .ttlBox.green h3 {
  color: #fff;
}
#option .cont .ttlBox.green h3 span::before {
  display: none;
}
#option .cont .ttlBox.green h3 span {
  color: #719475;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  padding: 0.1em 0.5em;
  margin-right: 2em;
}
#option .cont .flex {
  display: flex;
  align-items: flex-start;
  width: 90%;
  margin: clamp(0px, 2.34375vw, 30px) auto;
}
@media screen and (max-width: 860px) {
  #option .cont .flex {
    display: block;
  }
}
#option .cont .flex .img {
  width: 47%;
}
@media screen and (max-width: 860px) {
  #option .cont .flex .img {
    width: 100%;
  }
}
#option .cont .flex .txt {
  width: 48%;
}
@media screen and (max-width: 860px) {
  #option .cont .flex .txt {
    width: 100%;
    margin-top: 20px;
  }
}

#flow {
  padding: clamp(0px, 8.4931506849vw, 124px) 0 clamp(0px, 7.2602739726vw, 106px);
}
#flow .flow_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: clamp(0px, 5.4794520548vw, 80px);
}
#flow .flow_list li {
  width: 32%;
  border: clamp(0px, 0.3125vw, 4px) solid #3F96BB;
  border-bottom-left-radius: clamp(0px, 1.3698630137vw, 20px);
  border-bottom-right-radius: clamp(0px, 1.3698630137vw, 20px);
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #flow .flow_list li {
    width: 100%;
  }
  #flow .flow_list li + li {
    margin-top: 6vw;
  }
}
#flow .flow_list li:nth-child(n+4) {
  margin-top: clamp(0px, 5.46875vw, 70px);
}
#flow .flow_list li h3 {
  color: #fff;
  background: #3F96BB;
  font-size: clamp(0px, 1.796875vw, 23px);
  display: flex;
  align-items: center;
  font-weight: 600;
  padding: 0.25em;
}
@media screen and (max-width: 860px) {
  #flow .flow_list li h3 {
    font-size: 4vw;
    position: relative;
    text-align: center;
    display: block;
  }
}
#flow .flow_list li h3 span {
  background: #fff;
  border: 1px solid #467D98;
  transform: rotate(-10deg);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #467D98;
  margin-right: 0.5em;
  font-size: clamp(0px, 1.5625vw, 20px);
  padding: 0.15em;
  box-sizing: border-box;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  #flow .flow_list li h3 span {
    font-size: 3vw;
    position: absolute;
    top: 0;
    transform: rotate(-10deg);
  }
}
#flow .flow_list li .inner {
  max-width: 355px;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: clamp(0px, 2.34375vw, 30px);
  padding-bottom: clamp(0px, 2.34375vw, 30px);
}
#flow .flow_list li .inner .img {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: clamp(0px, 0.78125vw, 10px);
}
#flow .flow_list li .inner h4 {
  text-align: center;
  font-size: clamp(0px, 1.5625vw, 20px);
  font-weight: 600;
  margin: 0.5em auto;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 860px) {
  #flow .flow_list li .inner h4 {
    font-size: 3.8vw;
  }
}
#flow .flow_list li .inner p {
  text-align: center;
  font-size: clamp(0px, 1.2328767123vw, 18px);
}
@media screen and (max-width: 860px) {
  #flow .flow_list li .inner p {
    font-size: 3.5vw;
  }
}

#preparation {
  background: #F3F3F3;
  padding: clamp(0px, 8.4931506849vw, 124px) 0 clamp(0px, 7.2602739726vw, 106px);
}
#preparation h2 {
  font-size: clamp(0px, 2.602739726vw, 38px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(0px, 4.4520547945vw, 65px);
}
@media screen and (max-width: 860px) {
  #preparation h2 {
    font-size: 4.75vw;
  }
}
#preparation h2::before {
  content: "";
  width: clamp(0px, 3.3561643836vw, 49px);
  aspect-ratio: 1/1;
  display: block;
  background: url(../images/common/icn_check.svg) no-repeat center/contain;
}
#preparation p {
  font-size: clamp(0px, 1.3698630137vw, 20px);
}
@media screen and (max-width: 860px) {
  #preparation p {
    font-size: 3vw;
  }
}
#preparation .cont {
  border: 4px solid #707070;
  background: #fff;
  border-radius: clamp(0px, 1.3698630137vw, 20px);
  overflow: hidden;
  margin-top: clamp(0px, 3.4246575342vw, 50px);
}
#preparation .cont h3 {
  background: #707070;
  color: #fff;
  font-size: clamp(0px, 2.65625vw, 34px);
  padding: clamp(0px, 1.5625vw, 20px) clamp(0px, 3.125vw, 40px);
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #preparation .cont h3 {
    font-size: 3.5vw;
  }
}
#preparation .cont .photoBox {
  display: flex;
  justify-content: space-between;
  padding: clamp(0px, 3.515625vw, 45px) clamp(0px, 3.125vw, 40px);
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #preparation .cont .photoBox {
    display: block;
  }
}
#preparation .cont .photoBox li {
  width: 32%;
}
@media screen and (max-width: 860px) {
  #preparation .cont .photoBox li {
    width: 100%;
  }
  #preparation .cont .photoBox li + li {
    margin-top: 10px;
  }
}

#faq {
  background: #F0F2F4;
  padding: clamp(0px, 8.4931506849vw, 124px) 0 clamp(0px, 7.2602739726vw, 106px);
}
#faq .ttl {
  border-color: #3F96BB;
}
@media screen and (max-width: 860px) {
  #faq .ttl {
    border-color: #5A5A5A;
  }
}
#faq .cont_size_inner {
  padding: clamp(0px, 4.7945205479vw, 70px) 0;
}
#faq .cont_size_inner .faqBox dl + dl {
  margin-top: 20px;
}
#faq .cont_size_inner .faqBox dt {
  position: relative;
  font-size: clamp(0px, 1.9178082192vw, 28px);
  font-weight: 600;
}
@media screen and (max-width: 860px) {
  #faq .cont_size_inner .faqBox dt {
    font-size: 4vw;
  }
}
#faq .cont_size_inner .faqBox dt::before {
  content: "Q.";
  color: #3F96BB;
}
#faq .cont_size_inner .faqBox dt::after {
  content: "＋";
  position: absolute;
  right: 10px;
}
#faq .cont_size_inner .faqBox dt.is-open::after {
  content: "－";
}
#faq .cont_size_inner .faqBox dd {
  background: #F5FBFF;
  padding: clamp(0px, 1.3698630137vw, 20px);
  box-sizing: border-box;
  font-size: clamp(0px, 1.5068493151vw, 22px);
  margin-top: 10px;
}
@media screen and (max-width: 860px) {
  #faq .cont_size_inner .faqBox dd {
    font-size: 4vw;
  }
}
#faq .cont_size_inner .faqBox dd::before {
  content: "A.";
}
#faq h3 {
  font-size: clamp(0px, 1.9178082192vw, 28px);
  color: #5A5A5A;
  margin-top: clamp(0px, 4.7945205479vw, 70px);
  margin-bottom: clamp(0px, 2.0547945205vw, 30px);
}
@media screen and (max-width: 860px) {
  #faq h3 {
    font-size: 3.5vw;
  }
}
#faq .icnBox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #faq .icnBox {
    flex-wrap: wrap;
    gap: 2%;
  }
}
#faq .icnBox li {
  width: 16%;
  background: #fff;
}
@media screen and (max-width: 860px) {
  #faq .icnBox li {
    width: 32%;
  }
  #faq .icnBox li:nth-child(n+4) {
    margin-top: 2%;
  }
}
#faq .icnBox li h4 {
  text-align: center;
  color: #fff;
  background: #5A5A5A;
  font-size: clamp(0px, 2.03125vw, 26px);
}
@media screen and (max-width: 860px) {
  #faq .icnBox li h4 {
    font-size: 2.8vw;
  }
}
#faq .icnBox li .img {
  margin: clamp(0px, 3.90625vw, 50px) auto clamp(0px, 1.5625vw, 20px);
  width: clamp(0px, 9.0625vw, 116px);
}
@media screen and (max-width: 860px) {
  #faq .icnBox li .img {
    max-width: 116px;
    width: 50%;
    margin: 20px auto;
  }
}
#faq .icnBox li .txt {
  border-top: 1px solid #5A5A5A;
  width: 90%;
  margin: 0 auto;
  margin-top: auto-1280(10px);
  text-align: center;
  padding-bottom: 10px;
  padding-top: clamp(0px, 0.78125vw, 10px);
}
#faq .icnBox li .txt h5 {
  font-weight: 600;
  font-size: clamp(0px, 1.5625vw, 20px);
}
@media screen and (max-width: 860px) {
  #faq .icnBox li .txt h5 {
    font-size: 2.5vw;
  }
}
#faq .icnBox li .txt p {
  line-height: 1.2;
  font-size: clamp(0px, 1.5625vw, 20px);
}
@media screen and (max-width: 860px) {
  #faq .icnBox li .txt p {
    font-size: 2.2vw;
  }
}
#faq .icnBox li .txt p strong {
  font-weight: 600;
  display: block;
}
#faq {
  background: #F3F3F3;
}
#faq .table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 4px solid #707070;
  border-radius: clamp(0px, 1.3698630137vw, 20px);
  margin-top: 4.5rem;
}
#faq .price-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
  font-size: 18px;
  color: #333;
  background-color: #fff;
}
@media screen and (max-width: 860px) {
  #faq .price-table {
    min-width: 600px;
    font-size: 13px;
  }
}
#faq .price-table th, #faq .price-table td {
  padding: 12px 15px;
  border: 1px solid #000;
}
@media screen and (max-width: 860px) {
  #faq .price-table th, #faq .price-table td {
    padding: 10px;
  }
}
#faq .price-table thead th {
  background-color: #D8D8D8;
  color: #000;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  border-top: none;
}
#faq .price-table thead th:first-child {
  border-left: none;
}
#faq .price-table thead th:last-child {
  border-right: none;
}
#faq .price-table thead th:nth-child(1) {
  width: 20%;
}
#faq .price-table thead th:nth-child(2) {
  width: 40%;
}
#faq .price-table thead th:nth-child(3) {
  width: 20%;
}
#faq .price-table thead th:nth-child(4) {
  width: 20%;
}
#faq .price-table tbody td {
  text-align: center;
  border-bottom: none;
}
#faq .price-table tbody td:first-child {
  border-left: none;
}
#faq .price-table tbody td:last-child {
  border-right: none;
}
#faq .price-table tbody td.price {
  font-weight: 600;
}

#contact {
  margin: clamp(0px, 8.4931506849vw, 124px) auto clamp(0px, 7.2602739726vw, 106px);
}
#contact p {
  text-align: center;
  font-size: clamp(0px, 1.9178082192vw, 28px);
}
@media screen and (max-width: 860px) {
  #contact p {
    font-size: 4vw;
  }
  #contact p.file-note {
    font-size: 2vw;
    text-align: left;
  }
}
#contact p.end_txt {
  margin-top: 20px;
  font-weight: 600;
  font-size: clamp(0px, 1.3698630137vw, 20px);
}
@media screen and (max-width: 860px) {
  #contact p.end_txt {
    font-size: 3vw;
  }
}
#contact .policy-scroll-box {
  width: 100%;
  height: 200px;
  margin: 15px 0;
  margin-top: 0;
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  font-size: 1.4rem;
}
#contact .policy-scroll-box__content {
  line-height: 1.6;
  text-align: left;
  color: #333;
}
#contact .policy-scroll-box__content > p {
  margin-bottom: 1.2em;
  text-align: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 860px) {
  #contact .policy-scroll-box__content > p {
    font-size: 1.4rem;
  }
}
#contact .policy-scroll-box__content .policy-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#contact .policy-scroll-box__content .policy-list > li {
  margin-bottom: 1.2em;
}
#contact .policy-scroll-box__content .policy-list > li:last-child {
  margin-bottom: 0;
}
#contact .policy-scroll-box__content .policy-list > li strong {
  display: block;
  font-weight: bold;
  margin-bottom: 0.3em;
  color: #111;
}
#contact .policy-scroll-box__content .policy-list > li p {
  margin: 0;
  color: #555;
  text-align: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 860px) {
  #contact .policy-scroll-box__content .policy-list > li p {
    font-size: 1.4rem;
  }
}

.formBox {
  margin: 20px auto;
  overflow: hidden;
  background: #fff;
}
.formBox .form_tab {
  display: flex;
  gap: 5px;
}
.formBox .form_tab a {
  flex: 1;
  text-align: center;
  padding: 15px 10px;
  text-decoration: none;
  color: rgb(84.2857142857, 166.2285714286, 186.7142857143);
  font-weight: bold;
  transition: 0.3s;
  background: #e6f2f5;
  border-top-left-radius: clamp(0px, 0.6849315068vw, 10px);
  border-top-right-radius: clamp(0px, 0.6849315068vw, 10px);
}
@media screen and (max-width: 860px) {
  .formBox .form_tab a {
    font-size: 2.5vw;
    padding: 4vw 1vw;
  }
}
.formBox .form_tab a.active {
  background: #0073aa;
  color: #fff;
  border-bottom: none;
}
.formBox .form_tab a::after {
  content: "▶︎";
  display: inline-block;
  margin-left: 0.25em;
}
.formBox form {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
.formBox .form {
  padding: 40px;
  font-size: clamp(0px, 1.5625vw, 20px);
  border-bottom-left-radius: clamp(0px, 1.3698630137vw, 20px);
  border-bottom-right-radius: clamp(0px, 1.3698630137vw, 20px);
}
@media screen and (max-width: 860px) {
  .formBox .form {
    font-size: 3.5vw;
    padding: 20px;
  }
}
.formBox .form .stepBox {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  background: #eee;
  border-radius: 5px;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
.formBox .form .stepBox li {
  padding: 10px 30px;
  color: #999;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 860px) {
  .formBox .form .stepBox li {
    padding: 10px;
    font-size: 2.5vw;
  }
}
.formBox .form .stepBox li::after {
  content: "▶︎";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.5em;
}
.formBox .form .stepBox li:last-child::after {
  display: none;
}
.formBox .form .stepBox li span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #bbb;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  margin-right: 8px;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  .formBox .form .stepBox li span {
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.formBox .form .stepBox li.active {
  color: #333;
}
.formBox .form .stepBox li.active span {
  background: #0073aa;
}
.formBox .form dl {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .formBox .form dl {
    display: block;
  }
  .formBox .form dl dt {
    margin-bottom: 10px;
  }
}
.formBox .form dl.block {
  display: block;
}
.formBox .form dl.block dt {
  width: 100%;
  margin-bottom: 10px;
}
.formBox .form dl dt {
  width: 250px;
  font-size: 1em;
}
.formBox .form dl dt small {
  display: inline-block;
  margin-top: 0;
  margin-left: 1em;
  font-size: 0.8em;
}
.formBox .form dl dt .required, .formBox .form dl dt .optional {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 11px;
  color: #fff;
  margin-right: 10px;
  vertical-align: middle;
}
.formBox .form dl dt .required {
  background: #ff0000;
}
.formBox .form dl dt .optional {
  background: #4489b3;
}
.formBox .form dl dd {
  flex: 1;
  margin: 0;
}
.formBox .form dl dd input[type=text],
.formBox .form dl dd input[type=tel],
.formBox .form dl dd input[type=email],
.formBox .form dl dd select {
  width: 100% !important;
  padding: 12px;
  border: none;
  background: #f2f2f2;
  border-radius: 4px;
  box-sizing: border-box;
}
.formBox .form dl dd textarea {
  width: 100%;
  aspect-ratio: 6/1;
  padding: 12px;
  box-sizing: border-box;
  border: none;
  background: #f2f2f2;
}
@media screen and (max-width: 860px) {
  .formBox .form dl dd textarea {
    aspect-ratio: 4/3;
  }
}
.formBox .form dl dd .product-header {
  text-align: right;
  margin-bottom: 5px;
  padding-right: 35px;
  font-size: 12px;
  font-weight: bold;
}
.formBox .form dl dd .product-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.formBox .form dl dd .product-row .select-wrapper {
  flex: 1;
}
.formBox .form dl dd .product-row .qty-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100px;
}
.formBox .form dl dd .product-row .qty-wrapper input[type=number] {
  width: 60px;
  padding: 10px;
  text-align: center;
  background: #f2f2f2;
  border: none;
  border-radius: 4px;
}
.formBox .form dl dd label {
  font-size: 0.9em;
}
.formBox .form .policy-check {
  text-align: center;
  margin: 0 0 30px;
  font-size: 14px;
}
.formBox .form .btn-area {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 860px) {
  .formBox .form .btn-area {
    flex-direction: column;
  }
}
.formBox .form .btn-area button {
  padding: 15px 60px;
  border-radius: 4px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (max-width: 860px) {
  .formBox .form .btn-area button {
    font-size: 1em;
  }
}
.formBox .form .btn-area button:hover {
  opacity: 0.8;
}
.formBox .form .btn-area button.btn-reset {
  background: #ccc;
}
.formBox .form .btn-area button.btn-submit {
  background: #e68a00;
  color: #fff;
}
.formBox .entry-row {
  display: flex;
}
@media screen and (max-width: 860px) {
  .formBox .entry-row {
    flex-direction: column;
  }
}
.formBox .entry-row + .entry-row {
  margin-top: 20px;
}
.formBox .entry-row label {
  width: 30%;
}
@media screen and (max-width: 860px) {
  .formBox .entry-row label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.formBox .entry-row .entry-fields {
  width: 70%;
}
@media screen and (max-width: 860px) {
  .formBox .entry-row .entry-fields {
    width: 100%;
  }
}
.formBox .entry-row .entry-fields .field-item {
  display: flex;
}
@media screen and (max-width: 860px) {
  .formBox .entry-row .entry-fields .field-item {
    display: block;
  }
}
.formBox .entry-row .entry-fields .field-item + .field-item {
  margin-top: 10px;
}
.formBox .entry-row .entry-fields span {
  width: 10em;
  flex-shrink: 0;
  display: block;
  font-size: 0.9em;
}
@media screen and (max-width: 860px) {
  .formBox .entry-row .entry-fields span {
    width: 35%;
  }
}
.formBox .entry-row .entry-fields input {
  width: calc(100% - 12em) !important;
}
.formBox .work-options {
  background: #F7F7F7;
  padding: 10px;
  box-sizing: border-box;
  margin: 10px auto 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2em;
}
.formBox .work-options label {
  display: block;
  font-size: 0.9em;
}
.formBox .work-options label .price {
  display: none;
}
.formBox .work-options label small {
  font-size: 0.88em;
}
.formBox .radio-group-flex {
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 860px) {
  .formBox .radio-group-flex {
    flex-direction: column;
    gap: 0.5em;
  }
}
@media screen and (max-width: 860px) {
  .formBox .checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
}
.formBox p.file-note {
  font-size: 0.8em !important;
  text-align: left !important;
}
.formBox #work_pref {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.formBox .select-wrapper {
  position: relative;
  display: block;
  width: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.formBox .select-wrapper select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 10px 40px 10px 15px !important;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  font-size: 0.8em;
}
.formBox .select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #333;
  pointer-events: none;
}
.formBox .address-row .select-wrapper {
  margin-bottom: 10px;
}
.formBox .form {
  display: none; /* すべて隠す */
  margin: 0 auto;
  box-sizing: border-box;
}
.formBox .form.confirm {
  display: block;
}
.formBox .form.form01 {
  display: block; /* 01だけ表示 */
}
.formBox {
  /* タブのアクティブ装飾（例） */
}
.formBox .form_tab a.active {
  background-color: #0073aa; /* 任意の色 */
  color: #fff;
}
.formBox .price {
  display: none;
}
.formBox .total-price-wrapper {
  display: none !important;
}
.formBox .thanksBox .img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-width: 500px;
  width: 50%;
}
.formBox .thanksBox .img img {
  display: block;
  margin: 0 auto;
}
.formBox .thanksBox h3 {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 860px) {
  .formBox .thanksBox h3 {
    font-size: 2.8rem;
  }
}
.formBox .thanksBox p {
  font-size: 2rem !important;
}
@media screen and (max-width: 860px) {
  .formBox .thanksBox p {
    font-size: 3.5vw !important;
  }
}
.formBox .thanksBox .bottomBox {
  margin-top: 50px;
}
.formBox .thanksBox .bottomBox .logo {
  margin: 0 auto;
}
.formBox .thanksBox .bottomBox .logo img {
  margin: 0 auto 20px;
}
.formBox .thanksBox .bottomBox .logo a {
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 3.2rem;
  color: #3F96BB;
}
@media screen and (max-width: 860px) {
  .formBox .thanksBox .bottomBox .logo a {
    font-size: 2.4rem;
  }
}

.confirm-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.c-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.c-modal__window {
  position: relative;
  background-color: #fff;
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  z-index: 10;
  animation: modalFadeIn 0.3s ease forwards;
}
.c-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}
.c-modal__title {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}
.c-modal__close {
  background: none;
  border: none;
  font-size: 4rem;
  line-height: 1;
  cursor: pointer;
  color: #999;
  padding: 0;
  transition: color 0.2s;
}
.c-modal__close:hover {
  color: #333;
}
.c-modal__content {
  padding: 20px;
  overflow-y: auto;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: left;
}
.c-modal__content h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1.5em 0 0.5em;
  color: #333;
}
.c-modal__content h4:first-child {
  margin-top: 0;
}
.c-modal__content p {
  margin-bottom: 1em;
  color: #555;
}
.c-modal__content p:last-child {
  margin-bottom: 0;
}
.c-modal__content ul {
  margin: 0 0 1em 1.2em;
  padding: 0;
  list-style-type: disc;
}
.c-modal__content ul li {
  margin-bottom: 0.3em;
  color: #555;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#greed {
  padding: 0 0 clamp(0px, 8.4931506849vw, 124px);
}
#greed .youtube {
  margin: clamp(0px, 5.4794520548vw, 80px) auto 0;
  max-width: 800px;
}
#greed .youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */