@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@500&family=Zen+Kaku+Gothic+Antique:wght@500;700&display=swap");
html body {
  background-color: #fff;
}

.roofcover {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02rem;
  color: #382712;
  font-size: 100%;
}
@media screen and (max-width: 480px) {
  .roofcover {
    letter-spacing: normal;
  }
}
.roofcover :where(.wrap) {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
.roofcover :where(.contents) {
  padding: 0 92px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .roofcover :where(.contents) {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .roofcover :where(.contents) {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .roofcover :where(.sp) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .roofcover :where(.pc) {
    display: none;
  }
}

.txs-12 {
  font-size: 12px;
}

.txs-14 {
  font-size: 14px;
}

.txs-16 {
  font-size: 16px;
}

.txs-18 {
  font-size: 18px;
}

.txs-20 {
  font-size: 20px;
}

.txs-24 {
  font-size: 24px;
}

.txs-28 {
  font-size: 28px;
}

.txs-30 {
  font-size: 30px;
}

.txs-32 {
  font-size: 32px;
}

.txs-36 {
  font-size: 36px;
}

.txs-40 {
  font-size: 40px;
}

.txs-48 {
  font-size: 48px;
}

.txs-56 {
  font-size: 56px;
}

.txs-64 {
  font-size: 64px;
}

.l-1 {
  line-height: 1;
}

.l-15 {
  line-height: 1.5;
}

.l-18 {
  line-height: 1.8;
}

.w-m {
  font-weight: 500;
}

.w-b {
  font-weight: 700;
}

.en {
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.clor01 {
  color: #009B73;
}

@media screen and (max-width: 768px) {
  .txs-12 {
    font-size: 12px;
  }
  .txs-14 {
    font-size: 14px;
  }
  .txs-16 {
    font-size: 16px;
  }
  .txs-18 {
    font-size: 16px;
  }
  .txs-20 {
    font-size: 20px;
  }
  .txs-24 {
    font-size: 18px;
  }
  .txs-28 {
    font-size: 20px;
  }
  .txs-30 {
    font-size: 24px;
  }
  .txs-32 {
    font-size: 24px;
  }
  .txs-36 {
    font-size: 24px;
  }
  .txs-40 {
    font-size: 24px;
  }
  .txs-48 {
    font-size: 28px;
  }
  .txs-56 {
    font-size: 30px;
  }
  .txs-64 {
    font-size: 30px;
  }
}
/* --------------------
   MV
-------------------- */
.mv {
  padding: 40px 0 100px;
  background-color: #E6F5F1;
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 33px;
    padding-bottom: 20px;
  }
}
.mv__wrap {
  max-width: 972px;
  margin: 0 auto;
}
.mv__txt {
  width: fit-content;
  margin: 6px auto 0;
  padding: 0 20px;
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv__txt {
    margin-top: 10px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.mv__txt::before, .mv__txt::after {
  content: "";
  width: 2px;
  height: 1em;
  position: absolute;
  top: 55%;
  background-color: currentColor;
}
@media screen and (max-width: 767px) {
  .mv__txt::before, .mv__txt::after {
    content: none;
  }
}
.mv__txt::before {
  left: 5px;
  transform: translateY(-50%) rotate(-30deg);
}
.mv__txt::after {
  right: 5px;
  transform: translateY(-50%) rotate(30deg);
}
.mv__link {
  margin-top: 11px;
  display: flex;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .mv__link {
    margin-top: 17px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.mv__item {
  max-width: 315px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .mv__item {
    max-width: 300px;
  }
}
.mv__item a {
  height: 58px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .mv__item a {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .mv__item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .mv__item a {
    height: 46px;
    font-size: 14px;
  }
}
.mv__item--line a {
  background-color: #06C755;
}
.mv__item--mail a {
  background-color: #E74C3C;
}
.mv__item-free {
  margin-right: 4px;
  border-radius: 4px;
  padding: 1px 8px;
  color: #E74C3C;
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .mv__item-free {
    margin-right: 9px;
  }
}

/* --------------------
   box1
-------------------- */
#box1 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #box1 {
    margin-top: 25px;
  }
}
#box1 .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#box1 .box .ttl {
  line-height: 1.5416666667;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #box1 .box .ttl {
    font-size: 18px;
    line-height: 1.4444444444;
    text-align: center;
  }
}

/* --------------------
   box2
-------------------- */
#box2 {
  margin-top: 80px;
}

#box2 .panel {
  border: 3px solid #009B73;
  padding: 60px;
  background: #fff;
  border-radius: 40px;
}

#box2 .panel .house {
  margin-top: -120px;
  margin-bottom: 10px;
}

#box2 .panel .house img {
  display: block;
  margin: 0 auto;
}

#box2 .point {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

#box2 .item {
  width: 100%;
}

#box2 .item p {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.8;
}

#box2 .icon img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  #box2 .panel {
    padding: 60px 30px 50px;
  }
  #box2 .point {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #box2 {
    margin-top: 82px;
  }
  #box2 .panel {
    padding: 67px 18px 20px;
    border-width: 2px;
  }
  #box2 .panel .ttl {
    line-height: 1.2857142857;
  }
  #box2 .panel .house {
    margin-top: -130px;
    margin-bottom: 21px;
  }
  #box2 .panel .house img {
    width: 140px;
  }
  #box2 .point {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 40px;
  }
  #box2 .item__ttl {
    text-align: center;
    font-size: 28px;
  }
  #box2 .contents {
    padding: 0 15px;
  }
}
/* --------------------
   box3
-------------------- */
#box3 {
  margin-top: 95px;
  padding-top: 80px;
  background-color: #E6F5F1;
}

#box3 .flex {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

#box3 .left {
  width: 46.7%;
}

#box3 .house {
  margin-top: 63px;
  flex: 1;
}

#box3 p {
  padding: 28px 0 36px;
  line-height: 1.8;
}

#box3 .movie {
  margin-top: 100px;
  position: relative;
  padding: 60px;
  background: #FFF3D9;
  border-radius: 60px;
}

#box3 .label {
  position: absolute;
  top: -40px;
  left: 40px;
}

@media screen and (max-width: 1080px) {
  #box3 .item.house {
    margin-left: 20px;
  }
  #box3 p {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #box3 {
    margin-top: 50px;
    padding-top: 0;
    background: linear-gradient(to bottom, transparent 300px, #E6F5F1 300px);
  }
  #box3 .ttl {
    padding-left: 15px;
  }
  #box3 p {
    padding: 16px 0;
  }
  #box3 .flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
  #box3 .left {
    width: 100%;
  }
  #box3 .item.house {
    margin: 0;
    padding: 0 20px;
  }
  #box3 .item img {
    margin: 0 auto 20px;
    max-width: 480px;
    width: 100%;
  }
  #box3 .contents.none {
    padding: 0;
  }
  #box3 .movie {
    border-radius: 0;
    padding: 60px 30px 50px;
  }
  #box3 .label {
    left: 30px;
    max-width: calc(100% - 60px);
  }
}
/* --------------------
   box4
-------------------- */
#box4 {
  padding-top: 145px;
  background-color: #E6F5F1;
}

#box4 .house {
  position: absolute;
  right: 0;
  top: 0;
}

#box4 .ttl {
  padding-bottom: 35px;
  line-height: 1.1666666667;
}

#box4 .txt {
  line-height: 1.8;
}

#box4 .list {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 54px 30px;
}

#box4 .item {
  width: calc(33.3333333333% - 20px);
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}

#box4 .item p span {
  display: block;
}

#box4 .name {
  margin: 5px 0 24px;
  text-align: center;
  color: #009B73;
}

#box4 .namber {
  margin-top: -58px;
  text-align: center;
  color: #84CCBA;
}

#box4 .item img {
  margin-bottom: 26px;
}

#box4 .item__txt {
  line-height: 1.8;
}

#box4 button {
  width: 100%;
  display: block;
  cursor: auto;
}

@media screen and (max-width: 1480px) {
  #box4 .house {
    width: calc(100% - 650px);
  }
}
@media screen and (max-width: 1080px) {
  #box4 h1 {
    padding-top: 5px;
  }
  #box4 .house {
    width: calc(100% - 580px);
  }
  #box4 .list {
    gap: 54px 0;
    margin-top: 30px;
  }
  #box4 .item {
    width: calc(33.3333333333% - 10px);
  }
  #box4 .namber {
    margin-top: -54px;
  }
}
@media screen and (max-width: 767px) {
  #box4 {
    padding-top: 0;
  }
  #box4 .house {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
  }
  #box4 .house img {
    margin: 0 auto;
    max-width: 240px;
    width: 100%;
    display: block;
  }
  #box4 .ttl {
    padding-bottom: 26px;
    line-height: 1.2857142857;
    text-align: center;
  }
  #box4 .list {
    margin-top: 22px;
  }
  #box4 .item {
    width: 100%;
  }
  #box4 .namber {
    margin: 0;
  }
  #box4 .name {
    margin: 0;
    text-align: left;
  }
  #box4 .list {
    gap: 0;
  }
  #box4 .qa__head {
    position: relative;
    cursor: pointer;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    gap: 15px;
    padding: 24px 30px;
    width: 100%;
  }
  #box4 .qa__item {
    box-shadow: 0 3px 0 0 #E8DDC6;
    padding: 0;
    margin-bottom: 10px;
  }
  #box4 .qa__head:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #382712;
    position: absolute;
    right: 45px;
    top: 50%;
    transition: transform 0.4s;
  }
  #box4 .qa__head:before {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: #382712;
    position: absolute;
    right: 54px;
    top: 50%;
    margin-top: -9px;
    transition: transform 0.4s;
  }
  #box4 .qa__body {
    position: relative;
    padding: 0 30px;
    opacity: 0;
    height: 0;
    transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  }
  #box4 .qa__body.is-open {
    padding: 0 30px 30px;
    height: auto;
    opacity: 1;
  }
  #box4 .qa__head.is-open::before {
    display: none;
  }
}
/* --------------------
   box5
-------------------- */
#box5 {
  padding: 120px 0;
  background-color: #E6F5F1;
}

#box5 .ttl {
  line-height: 1.1666666667;
}

#box5 .list {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  gap: 120px;
}

#box5 .item {
  width: 100%;
}

#box5 .item__ttl {
  padding: 20px 0 8px;
}

#box5 .item .txt {
  line-height: 1.8;
}

@media screen and (max-width: 1080px) {
  #box5 .list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  #box5 {
    padding: 40px 0 47px;
  }
  #box5 .ttl {
    line-height: 1.2857142857;
  }
  #box5 .list {
    padding-top: 46px;
    flex-wrap: wrap;
    gap: 50px;
  }
  #box5 .item__ttl {
    padding-bottom: 20px;
  }
  #box5 .item img {
    margin: 0 auto;
    padding: 0 20px;
  }
}
/* --------------------
   box6
-------------------- */
#box6 {
  padding: 195px 0 110px;
  background: url("../images/roofcover/obi-1.png") no-repeat center top, url("../images/roofcover/obi-2.png") no-repeat center bottom, #009B73;
  background-size: contain;
}

#box6 .ttl {
  color: #FFF140;
}

#box6 p.bun2 {
  color: #FFF9EC;
  margin-top: 10px;
}

#box6 .list {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  gap: 40px 19px;
  flex-wrap: wrap;
}

#box6 .item {
  position: relative;
  width: 200px;
}

#box6 .item.arrow::after {
  top: 90px;
  right: -20px;
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background: url("../images/roofcover/arrow.png") no-repeat center center;
  background-size: contain;
}

#box6 .border {
  border: 2px solid #FFF9EC;
  background: #C6E8E0;
  color: #009B73;
  border-radius: 20px;
  overflow: hidden;
}

#box6 .last .border {
  border-color: #FFF140;
  color: #000;
  background: #FFF140;
}

#box6 .namber {
  padding: 8px 16px 4px;
  line-height: 1;
  font-weight: bold;
  font-size: 12px;
}

#box6 .item__ttl {
  margin-bottom: 10px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

#box6 .item > p {
  margin-top: 5px;
  color: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 1580px) {
  #box6 .item.arrow ::after {
    display: none;
  }
  #box6 .item::after {
    top: 90px;
    right: -20px;
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    background: url(../images/roofcover/arrow.png) no-repeat center center;
    background-size: contain;
  }
  #box6 .item.last::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #box6 {
    padding: 80px 0 120px;
  }
  #box6 .contents {
    padding: 0 15px;
  }
  #box6 .txt {
    line-height: 1.8;
  }
  #box6 .list {
    width: 100%;
    margin-top: 60px;
    gap: 0;
    display: block;
  }
  #box6 .item {
    padding-left: 140px;
    width: 100%;
    position: relative;
    min-height: 110px;
  }
  #box6 picture {
    top: 0;
    left: 0;
    position: absolute;
  }
  #box6 img {
    width: 126px;
    border: 2px solid #FFF9EC;
    border-radius: 10px;
    height: 100px;
    object-fit: cover;
  }
  #box6 .last img {
    border-color: #FFF140;
    height: 150px;
    width: 186px;
  }
  #box6 .last .border {
    background: none;
  }
  #box6 p.namber, #box6 .item__ttl {
    color: #fff;
    padding: 4px 0 2px;
    margin: 0;
  }
  #box6 .item__ttl {
    font-size: 20px;
  }
  #box6 .item.arrow::after {
    display: none;
  }
  #box6 .list .item::after {
    display: block;
    top: auto;
    right: auto;
    left: 60px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 10px;
    height: 8px;
    transform: rotate(90deg);
  }
  #box6 .list .item.last::after {
    display: none;
  }
  #box6 .border {
    border-radius: 0;
    border: none;
    background: none;
  }
  #box6 .item.last {
    padding: 50px 0 0 210px;
  }
}
/* --------------------
   box7
-------------------- */
#box7 {
  padding: 68px 0 100px;
  background-color: #E6F5F1;
}

#box7 .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
#box7 .ttl img {
  width: 236px;
}

#box7 .txt {
  margin-top: 40px;
  line-height: 1.8;
}

#box7 .list {
  margin-top: 52px;
  display: flex;
  gap: 30px 25px;
  justify-content: center;
  flex-wrap: wrap;
}

#box7 .item {
  position: relative;
  width: 535px;
  width: calc((100% - 25px) / 2);
}

#box7 .item--full {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #box7 .item--full {
    margin-bottom: 5px;
  }
}
#box7 .item--full .border {
  padding: 14px;
  background-color: #009B73;
}
@media screen and (max-width: 767px) {
  #box7 .item--full .border {
    padding: 10px;
  }
}
#box7 .item--full .border p {
  padding-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  #box7 .item--full .border p {
    padding-right: 0;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 17px;
    line-height: 1.5882352941;
    text-align: center;
  }
}
#box7 .item--full .border p::before {
  content: "";
  width: 28px;
  height: 24px;
  display: block;
  background: url(../images/roofcover/icon-home.svg) no-repeat center/contain;
}
#box7 .item--full .white {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #box7 .item--full .white {
    padding-top: 8px;
    padding-bottom: 16px;
  }
}

#box7 .reco {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 0 16px;
}
@media screen and (max-width: 767px) {
  #box7 .reco {
    display: block;
  }
}
#box7 .reco .img01 {
  grid-row: 1/3;
}
#box7 .reco__list {
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  #box7 .reco__list {
    margin-top: 3px;
    padding-left: 0;
  }
}
#box7 .reco__item {
  font-size: 16px;
  line-height: 1.775;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #box7 .reco__item {
    font-size: 13px;
    line-height: 1.6923076923;
  }
}
#box7 .reco .img02 {
  max-width: 228px;
  margin: -29px 15px 0 auto;
  grid-row: 3/4;
}
@media screen and (max-width: 767px) {
  #box7 .reco .img02 {
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
  }
}
#box7 .reco .img03 {
  max-width: 493px;
  margin-top: 10px;
  grid-row: 2/4;
}
#box7 .block {
  margin-top: 30px;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #box7 .block {
    margin-top: 18px;
    flex-direction: column;
    gap: 20px;
  }
}
#box7 .block .box {
  border: 1px solid #009B73;
  border-top-width: 3px;
  border-radius: 8px;
  padding: 20px 24px 26px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #box7 .block .box {
    padding: 9px 19px 15px;
  }
}
#box7 .block .box__ttl {
  padding-bottom: 8px;
  position: relative;
  color: #009B73;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
#box7 .block .box__ttl::after {
  content: "";
  width: 68px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}
#box7 .block .box__txt {
  min-height: 4.8em;
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #box7 .block .box__txt {
    min-height: initial;
  }
}

#box7 .border {
  padding: 9px;
  text-align: center;
  background: #C6E8E0;
  border-radius: 20px 20px 0 0;
}
#box7 .border p {
  color: #009B73;
  font-size: 33px;
}

#box7 .white {
  background: #fff;
  padding: 20px 28px 23px;
  border-radius: 0 0 20px 20px;
}

#box7 .img {
  margin-bottom: 32px;
}
#box7 .img img {
  border-radius: 10px;
}

#box7 .item__ttl {
  padding: 0 0 5px;
}

#box7 .memo {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  #box7 {
    padding: 50px 0;
  }
  #box7 .contents {
    padding: 0 15px;
  }
  #box7 .ttl {
    flex-direction: column;
    gap: 1px;
  }
  #box7 .ttl img {
    width: 240px;
  }
  #box7 .txt {
    margin-top: 30px;
  }
  #box7 .list {
    margin-top: 43px;
    gap: 15px;
  }
  #box7 .item {
    width: 100%;
    max-width: 520px;
  }
  #box7 .border {
    padding: 12px 20px;
  }
  #box7 .border p {
    font-size: 18px;
    line-height: 1.5;
  }
  #box7 .white {
    padding: 20px 20px 33px;
  }
  #box7 .img {
    margin-bottom: 21px;
  }
  #box7 .item__ttl {
    padding-bottom: 13px;
  }
  #box7 .memo {
    font-size: 18px;
    line-height: 1.8;
  }
}
/* --------------------
   box8
-------------------- */
#box8 {
  margin-top: 83px;
  background-size: contain;
}

#box8 .title {
  padding: 48px 0 0 300px;
  min-height: 244px;
  background: url("../images/roofcover/works-title.png") no-repeat left center;
  background-size: auto 100%;
}

#box8 .title .ttl {
  padding-bottom: 14px;
}

#box8 .title .txt {
  line-height: 1.8;
}

#box8 .list {
  margin-top: 105px;
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}

#box8 .item {
  position: relative;
  flex: 1;
}

#box8 .beforeafter {
  border: 5px solid #009B73;
}

#box8 .beforeafter img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

@media screen and (max-width: 1080px) {
  #box8 .title {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #box8 {
    margin-top: 50px;
  }
  #box8 .title {
    background: url("../images/roofcover/works-title.png") no-repeat center top;
    background-size: 230px auto;
    height: auto;
    padding: 259px 0 0;
  }
  #box8 .title .ttl {
    text-align: center;
    padding-bottom: 28px;
  }
  #box8 .list {
    margin-top: 22px;
    padding: 0 15px;
    flex-direction: column;
    gap: 20px;
  }
  #box8 .item {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #box8 .beforeafter img {
    height: 220px;
  }
}
/* --------------------
   box10
-------------------- */
#box10 {
  margin-top: 100px;
  padding-top: 82px;
  padding-bottom: 85px;
  background-color: #E6F5F1;
}

#box10 .ttl {
  padding-bottom: 20px;
  position: relative;
}
#box10 .ttl::after {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #009B73;
}

#box10 .txt {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

#box10 .qa {
  max-width: 980px;
  margin: 42px auto 0;
}

#box10 .qa__item {
  margin-bottom: 16px;
  overflow: hidden;
}

#box10 .qa__head {
  position: relative;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #009B73;
  padding: 20px 70px 20px 0;
  min-height: 85px;
  color: #009B73;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 2px 4px rgba(185, 141, 74, 0.1);
}

#box10 .qa__head .qa__txt {
  padding-left: 58px;
  display: block;
}

#box10 .qa__head .qa__txt::before {
  position: absolute;
  top: 26px;
  left: 15px;
  content: "Q";
  border-radius: 30px;
  padding-bottom: 1px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #009B73;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#box10 .qa__head .arrow {
  width: 35px;
  height: 35px;
  border: 2px solid #009B73;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
#box10 .qa__head .arrow::before, #box10 .qa__head .arrow::after {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #009B73;
}
#box10 .qa__head .arrow::before {
  transition: transform 0.3s;
  transform: translate(-50%, -50%) rotate(90deg);
}

#box10 .qa__head.is-open .arrow::before {
  transform: translate(-50%, -50%);
}

#box10 .qa__body {
  position: relative;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}

#box10 .qa__body.is-open {
  padding: 20px;
  height: auto;
  opacity: 1;
}

#box10 .qa__body::before {
  position: absolute;
  top: 26px;
  left: 15px;
  content: "A";
  border-radius: 30px;
  padding-bottom: 3px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF140;
  color: #009B73;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#box10 .qa__body p {
  padding-left: 38px;
}

@media screen and (max-width: 767px) {
  #box10 {
    margin-top: 50px;
    padding: 50px 0 55px;
  }
  #box10 .contents {
    padding: 0;
  }
  #box10 .ttl {
    padding-bottom: 11px;
    font-size: 32px;
  }
  #box10 .txt {
    margin-top: 14px;
  }
  #box10 .qa {
    margin-top: 14px;
    padding: 0 15px;
  }
  #box10 .qa__head {
    border-width: 2px;
    border-radius: 0;
    padding: 18px 60px 18px 0;
    min-height: 80px;
  }
  #box10 .qa__head .qa__txt {
    padding-left: 61px;
    font-size: 15px;
    line-height: 1.44;
  }
  #box10 .qa__head .qa__txt::before, #box10 .qa__body::before {
    top: 19px;
    left: 13px;
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  #box10 .qa__head .arrow {
    right: 15px;
  }
  #box10 .qa__item {
    margin-bottom: 10px;
  }
  #box10 .qa__body p {
    padding-left: 41px;
  }
}
/* --------------------
   box11
-------------------- */
#box11 {
  padding-top: 120px;
}

#box11 table {
  border-spacing: 0;
  column-span: none;
  width: 100%;
  max-width: 720px;
  border-bottom: 1px solid #E8DDC6;
  margin: 60px auto;
}

#box11 table th, #box11 table td {
  text-align: left;
  padding: 20px;
  border-top: 1px solid #E8DDC6;
}

#box11 table th {
  font-weight: 700;
  color: #EB6120;
}

#box11 .bana {
  display: flex;
  gap: 40px;
  justify-content: center;
}

#box11 .bana img {
  width: 100%;
  height: 160px;
  border-radius: 10px;
  object-fit: contain;
}

.p-contact__wrap {
  max-width: 980px;
  margin: 0 auto;
}
.p-contact__block {
  padding: 97px 15px 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__block {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}
.p-contact__catch {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__catch {
    font-size: 21px;
    line-height: 1.380952381;
  }
}
.p-contact__ttl {
  margin-top: 96px;
  padding-bottom: 21px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__ttl {
    margin-top: 34px;
    padding-bottom: 11px;
  }
}
.p-contact__ttl::after {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #009B73;
}
.p-contact__txt {
  margin-top: 23px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__txt {
    margin-top: 14px;
  }
}
.p-contact__form {
  max-width: 760px;
  margin: 34px auto 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin-top: 14px;
  }
}
.p-contact__table {
  width: 100%;
  box-shadow: 0 2px 4px rgba(185, 141, 74, 0.1);
}
.p-contact__table th {
  width: 30%;
  border-bottom: 1px solid #fff;
  padding: 16px 50px 16px 16px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  vertical-align: middle;
  background-color: #E6F5F1;
}
@media screen and (max-width: 767px) {
  .p-contact__table th {
    width: 100%;
    display: block;
    padding: 10px 55px 10px 16px;
  }
}
.p-contact__table th span {
  border-radius: 3px;
  padding: 2px 5px 3px;
  margin-left: auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-contact__table th span {
    padding: 2px 6px 3px;
    right: 18px;
  }
}
.p-contact__table th .required {
  background-color: #E74C3C;
}
.p-contact__table th .optional {
  background-color: #0098D8;
}
.p-contact__table td {
  border: 1px solid #F2F2F2;
}
@media screen and (max-width: 767px) {
  .p-contact__table td {
    display: block;
  }
}
.p-contact__table td .inner {
  padding: 15px 15px 12px;
}
@media screen and (max-width: 767px) {
  .p-contact__table td .inner {
    padding-bottom: 14px;
  }
}
.p-contact__table td input, .p-contact__table td select, .p-contact__table td textarea {
  padding: 0 9px;
  background-color: #F2F2F2;
}
.p-contact__table td input, .p-contact__table td textarea {
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
}
.p-contact__table td input {
  height: 43px;
}
.p-contact__table td select {
  min-width: 139px;
  height: 27px;
  color: #000;
  font-size: 13.3px;
}
.p-contact__table td textarea {
  padding: 9px;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-contact__table td textarea {
    height: 241px;
  }
}
.p-contact__table td .example {
  margin-top: 11px;
  color: #888;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__table td .example {
    margin-top: 7px;
  }
}
.p-contact__table td .error {
  margin-top: 11px;
  color: #f00;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
}
.p-contact__btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.p-contact__submit {
  width: 90%;
  max-width: 340px;
  height: 56px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    max-width: 220px;
  }
}
.p-contact__submit::before, .p-contact__submit::after {
  pointer-events: none;
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
}
.p-contact__submit::before {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: #fff;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-contact__submit::before {
    right: 48px;
  }
}
.p-contact__submit::after {
  width: 7px;
  height: 7px;
  border-top: solid 1px #eb6120;
  border-right: solid 1px #eb6120;
  transform: translateY(-50%) rotate(45deg);
  right: 23px;
}
@media screen and (max-width: 767px) {
  .p-contact__submit::after {
    right: 55px;
  }
}
.p-contact__submit input {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: #E74C3C;
}
@media print, screen and (min-width: 768px) {
  .p-contact__submit input {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .p-contact__submit input:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__submit input {
    padding-right: 35px;
  }
}
