@font-face {
  font-family: "simplifica";
  src: url(../font/SIMPLIFICA-Typeface.ttf);
}
@font-face {
  font-family: "din";
  src: url(../font/DINNextLTPro-Light.otf);
}
body {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #595858;
  background-color: #ffffff;
  font-size: 1vw;
}

.simplifica {
  font-family: "simplifica";
}

.noto__sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.din {
  font-family: "din";
}

.vertical-text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.medium {
  font-weight: 500;
}

.inner {
  max-width: 82.3%;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .inner {
    max-width: 100%;
  }
}

ul {
  list-style: none;
}

a {
  transition: 0.3s;
  text-decoration: none;
  color: #595858;
}
a:hover {
  opacity: 0.85;
}

.pc {
  display: inline-block;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .pc {
    display: none;
  }
}

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

.commonTitle {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 4.4vh;
  max-width: 82.3%;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .commonTitle {
    max-width: 100%;
    padding-left: 0;
    padding-right: 30px;
    position: relative;
    z-index: 90;
  }
}
.commonTitle span {
  display: block;
}
.commonTitle .en {
  margin-left: auto;
  font-size: 5.3vw;
  color: #A57C52;
  letter-spacing: 0.2em;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .commonTitle .en {
    font-size: 9.3vw;
  }
}
.commonTitle .ja {
  font-size: 2.6vw;
  position: relative;
  padding-left: 6vw;
  letter-spacing: 0.1em;
  color: #404040;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .commonTitle .ja {
    font-size: 6vw;
  }
}
.commonTitle .ja::before {
  content: "";
  position: absolute;
  background-color: #595858;
  height: 2px;
  width: 5vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .commonTitle .ja::before {
    height: 1px;
  }
}

.commonContainer.--flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .commonContainer.--flex {
    flex-direction: column;
  }
}
.commonContainer.--flex .col-1 {
  width: 53.2%;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .commonContainer.--flex .col-1 {
    width: 100%;
    margin-bottom: 10vh;
  }
}
.commonContainer.--flex .col-2 {
  width: 45%;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .commonContainer.--flex .col-2 {
    width: 100%;
  }
}
.commonContainer.--flex .col-2 img {
  width: 100%;
}

.mail_button {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 4.8vw;
  max-width: 4%;
  width: 100%;
  height: auto;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .mail_button {
    max-width: 49.7%;
    bottom: 0;
    right: 0;
  }
}

.tel_button {
  display: none;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .tel_button {
    display: block;
    max-width: 49.7%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
  }
}

.commonMv {
  padding-top: 40vh;
  position: relative;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .commonMv {
    padding-top: 28vh;
  }
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .commonMv .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.commonMv .pageBg {
  top: 8vh;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .commonMv .pageBg {
    top: 18vh;
  }
}
.commonMv .builtLogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.94%;
  background-color: #D3CDC9;
  height: 50vh;
  text-align: center;
  padding: 5vh 1vw 5vh 3vw;
  z-index: -2;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .commonMv .builtLogo {
    width: 30%;
    padding: 5vh 1vw 5vh 8vw;
  }
}

@media screen and (min-width:768px) {
  .commonMv.--commonLayout .commonContainer .col-1 {
    width: 32%;
  }
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .commonMv.--commonLayout .commonContainer .col-1 {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
  }
}
.commonMv.--commonLayout .commonContainer .col-1 .itemContents {
  font-size: 1.1vw;
  line-height: 2.4;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .commonMv.--commonLayout .commonContainer .col-1 .itemContents {
    font-size: 3vw;
  }
}
.commonMv.--commonLayout .commonContainer .col-1 .serviceContents {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .commonMv.--commonLayout .commonContainer .col-1 .serviceContents {
    max-width: 96%;
    justify-content: flex-start;
    margin: 0 auto;
  }
}
.commonMv.--commonLayout .commonContainer .col-1 .serviceContents .serviceContents__item {
  font-size: 1.3vw;
  line-height: 2.2;
  letter-spacing: 0.2em;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .commonMv.--commonLayout .commonContainer .col-1 .serviceContents .serviceContents__item {
    font-size: 4.2vw;
  }
  .commonMv.--commonLayout .commonContainer .col-1 .serviceContents .serviceContents__item:not(:last-of-type) {
    margin-right: 19%;
  }
}
@media screen and (min-width:768px) {
  .commonMv.--commonLayout .commonContainer .commonLayout__col-1 {
    width: 36%;
  }
}
@media screen and (min-width:768px) {
  .commonMv.--commonLayout .commonContainer .col-2 {
    width: 62%;
  }
}
.commonMv.--commonLayout .commonTitle {
  margin-bottom: 2.4vh;
}

.pointLists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .pointLists {
    flex-direction: column;
  }
}
.pointLists .pointLists__item {
  width: 45%;
  margin-bottom: 8vh;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .pointLists .pointLists__item {
    width: 100%;
  }
}
.pointLists .pointLists__item .item__title {
  margin-bottom: 1vh;
  display: flex;
  align-items: center;
}
.pointLists .pointLists__item .item__title .number {
  min-width: 11%;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  margin-right: 1vw;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .pointLists .pointLists__item .item__title .number {
    margin-right: 2vw;
  }
}
.pointLists .pointLists__item .item__title .text {
  font-weight: bold;
  font-size: 1.2vw;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .pointLists .pointLists__item .item__title .text {
    font-size: 4.8vw;
    vertical-align: middle;
  }
}
.pointLists .pointLists__item .item__img {
  margin-bottom: 0.5vh;
}
.pointLists .pointLists__item .item__description {
  max-width: 92%;
  margin: 0 auto;
  font-size: 1.1vw;
  letter-spacing: 0.2em;
  line-height: 2.2;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .pointLists .pointLists__item .item__description {
    font-size: 3.2vw;
    letter-spacing: 0;
  }
}

.point__title {
  background-color: #D3CDC9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  padding: 3vh 1vw;
  margin-bottom: 3vh;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .point__title {
    justify-content: flex-start;
    padding: 3vh 6.4vw;
  }
}
.point__title .text {
  display: block;
  font-size: 1.8vw;
  font-weight: bold;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .point__title .text {
    font-size: 4.8vw;
  }
}
.point__title .img {
  width: 5%;
  margin-right: 2%;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .point__title .img {
    width: 8%;
  }
}

.point__title.--left {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .point__title.--left {
    justify-content: flex-start;
    padding: 3vh 3vw;
  }
}
.point__title.--left::after {
  content: "";
  position: absolute;
  background-image: url(../images/diy/plus_icon.svg);
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 3%;
  height: 29%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .point__title.--left::after {
    width: 7%;
  }
}
.point__title.--left::before {
  content: "";
  position: absolute;
  background-image: url(../images/diy/minus_icon.svg);
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 3%;
  height: 29%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .point__title.--left::before {
    width: 7%;
  }
}

.point__title.active::before {
  display: block;
}
.point__title.active::after {
  display: none;
}

.linkButton {
  max-width: 37%;
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:480px), screen and (max-width:767px) {
  .linkButton {
    max-width: 49%;
  }
}