@charset "UTF-8";

/* Google Font */
/*
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
*/

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1e1e1e;
}
.font-R {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-M {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.font-B {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}


/* Link */

a:link {
  transition: 0.3s;
}

a:link:hover {
  opacity: 0.7;
}

a:hover {
  color: #999;
}

a[href^="tel:"] {
  pointer-events: none;
}

/* PC SP */

.sp {
  display: none !important;
} 


/* header */

header {
  background: #fff;
  left: 0;
  height: auto;
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 100;
}

header #globalheader-pc {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}

header #globalheader-pc nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header #globalheader-pc nav h1 {
  width: 180px;
}

header #globalheader-pc nav h1 a {
  display: block;
  width: 100%;
}

header #globalheader-pc .header_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

header #globalheader-pc nav ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

header #globalheader-pc nav ul li {
  display: flex;
  align-items: center;
  margin: 0 0 0 30px;
}

header #globalheader-pc nav ul li a {
  font-size: 18px;
}

header #globalheader-pc nav ul li a.arrow {
  letter-spacing: 0.05em;
}

header #globalheader-pc nav ul li a.arrow::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/arrow_forward.svg");
  background-size: contain;
  margin-left: 0.1em;
  vertical-align: -0.15em;
}

header #globalheader-pc nav ul .request {
  background-color: #306437;
  border-radius: 0 0 20px 20px;
  color: #fff;
  text-align: center;
}

header #globalheader-pc nav ul .request a {
  width: 10em;
  padding: 8px 10px 16px;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.05em;
}

header #globalheader-pc nav ul .gosee {
  background-color: #ff9900;
  border-radius: 0 0 20px 20px;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  margin: 0 0 0 10px;
}

header #globalheader-pc nav ul .gosee a {
  width: 10em;
  padding: 8px 10px 16px;
}


/* SP menu */
header #globalheader-sp nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header #globalheader-sp nav a {
  width: 180px;
}

header #globalheader-sp nav a img {
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  max-height: 50px;
}

header #globalheader-sp nav .sp-navBtn {
  position: absolute;
  right: 0;
  top: 0;
}

header #globalheader-sp nav .sp-navBtn .btn {
  position: relative;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

header #globalheader-sp nav .sp-navBtn .btn span {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
  display: block;
  top: 20px;
  right: 12px;
}

header #globalheader-sp nav .sp-navBtn .btn span::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
  top: -7px;
}

header #globalheader-sp nav .sp-navBtn .btn span::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
  bottom: -7px;
}

header #globalheader-sp.open nav .sp-navBtn .btn span {
  background-color: #fff;
  width: 25px;
}

header #globalheader-sp.open nav .sp-navBtn .btn span::before {
  top: 0;
  left: 0;
  transform: rotate(135deg);
}

header #globalheader-sp.open nav .sp-navBtn .btn span::after {
  bottom: 0;
  left: 0;
  width: 25px;
  transform: rotate(-135deg);
}

header #globalheader-sp nav .sp-navBtn .btn p {
  bottom: 0;
  font-size: 12px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
  text-align: center;
}

header #globalheader-sp.open nav .sp-navBtn .btn p {
  display: none;
}

header #globalheader-sp .sp-menu {
  background-color: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 800;
  padding-bottom: 50px;
  overflow-y: scroll;
  display: none;
}

header #globalheader-sp .sp-menu nav ul {
  width: 100%;
  height: auto;
}

header #globalheader-sp .sp-menu nav ul li {
  text-align: center;
  display: block;
  height: auto;
  padding-bottom: 0;
}

header #globalheader-sp .sp-menu nav ul li a {
  padding: 0 0 0 15px;
  line-height: 4em;
}


/* main */

main {
  margin: 65px 0 0 0;
}

section.mainImage article.image {
  position: relative;
  aspect-ratio: 3200 / 1212;
}

section.mainImage article h2 {
  position: absolute;
  top: 13vw;
  left: 2em;
  z-index: 2;
  /* font-size: 45px; */
  font-size: clamp(2em, 3vw, 20em); /* 最小値, 基準値, 最大値 */
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow:
  1px 1px 6px #5d5d5d,
  -1px 1px 6px #5d5d5d,
  1px -1px 6px #5d5d5d,
  -1px -1px 6px #5d5d5d;
}

section.mainImage article.image div {
  position: absolute;
}

section.mainImage article.conversion {
  display: none;
}

section.mainImage article.conversion {
  width: 90%;
  margin: 10px auto 0;
}

section.mainImage article.conversion ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

section.mainImage article.conversion ul li {
  display: flex;
  align-items: center;
}

section.mainImage article.conversion ul .request {
  width: 48%;
  background-color: #306437;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}

section.mainImage article.conversion ul .request a {
  width: 100%;
  padding: 8px 0;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.05em;
}

section.mainImage article.conversion ul .gosee {
  width: 48%;
  background-color: #ff9900;
  border-radius: 10px;
  color: #fff;
  line-height: 1.1;
  text-align: center;
}

section.mainImage article.conversion ul .gosee a {
  width: 100%;
  padding: 8px 0;
}

/* 20250709 キャンペーンバナー追加 */
.bnr_cam{
  /* position: absolute; */
  width: 95%;
  max-width: 1200px;
  padding: 10px;
  margin: 0 auto
  /* top: clamp(22.5rem, 2.457rem + 41.7vw, 52.5rem);
  left: 50%;
  transform: translateX(-50%); */
}

@media screen and (max-width: 768px) {
  section.mainImage article h2 {
    position: static;
    color: #1e1e1e;
    text-shadow: none;
    margin: 1em 0 0 0.5em;
    font-size: clamp(5vw, 6.5vw, 10vw); /* 最小値, 基準値, 最大値 */
  }
  section.mainImage article.image div {
    position: static;
  }
  section.mainImage article.conversion {
   display: block;
  }

  /* 20250709 キャンペーンバナー追加 */
.bnr_cam{
  width: 90%;
  padding-top: 10px;
  padding-bottom: 0;
}
}

/* katachi */

.katachi .bg {
  background-color: #f7f5f2;
  padding: 8em 0 7em 0;
  position: relative;
  border-radius: 0 0 20px 20px;
}

.katachi .flexBox {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.katachi .flexBox .img1 {
  width: 37%;
}

.katachi .flexBox .img2 {
  width: 58%;
}

.katachi .flexBox .img2 .heading {
  font-size: clamp(1vw, 2vw, 2.1em); /* 最小値, 基準値, 最大値 */
  line-height: 1.3;
}

.katachi .flexBox .img2 .copy {
  font-size: clamp(1vw, 1.3vw, 1.2em); /* 最小値, 基準値, 最大値 */
  line-height: 1.8;
  padding: 3em 0;
}

.katachi .flexBox .img2 .img {
  width: 70%;
  margin: 0 0 0 4em;
}

.katachi .bg .illust {
  position: absolute;
  width: 30vw;
  max-width: 500px;
  bottom: -5vw;
  right: 5vw;
}

@media screen and (max-width: 768px) {
  .katachi {
    margin: 10px 0 0 0;
  }
  .katachi .bg {
    padding: 2em 0 2em 0;
    border-radius: 0 0 10px 10px;
  }
  .katachi .flexBox {
    width: 90%;
    display: block;
  }
  .katachi .flexBox .img1 {
    display: none;
  }
  .katachi .flexBox .img2 {
    width: 100%;
  }

  .katachi .flexBox .img2 .heading {
    font-size: clamp(4vw, 4.8vw, 5em); /* 最小値, 基準値, 最大値 */
    line-height: 1.3;
  }

  .katachi .flexBox .img2 .copy {
    font-size: clamp(1vw, 4vw, 4em); /* 最小値, 基準値, 最大値 */
    line-height: 1.8;
    padding: 2em 0;
  }

  .mainImage .image .copy{
    font-size: clamp(1.375rem, 3.5vw, 2.75rem); /* 最小値, 基準値, 最大値 */
  }

  .katachi .flexBox .img2 .img {
    width: 100%;
    margin: 0;
  }
  .katachi .bg .illust {
    position: static;
    width: 60%;
    margin: 2em auto 0;
  }
}


/* works */

#works {
  text-align: center;
  margin: 6vw 0 0 0;
}

#works h3 {
  position: relative;
  display: inline-block;
  z-index: 0;
  font-size: clamp(1.5vw, 1.5vw, 2em); /* 最小値, 基準値, 最大値 */
}

#works h3::after {
  content: '';
  display: block;
  width: calc(100% - 1em);
  height: 0.1em;
  background: #1e1e1e;
  position: absolute;
  bottom: -0.3em;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#works .copy1 {
  font-size: clamp(1.2vw, 1.5vw, 1.5em); /* 最小値, 基準値, 最大値 */
  margin: 3em 0 0 0;
}

#works .copy2 {
  font-size: clamp(1.8vw, 2.3vw, 2.5em); /* 最小値, 基準値, 最大値 */
}


.works1 {
  position: relative;
  aspect-ratio: 1600 / 655;
  margin: 5em 0 0 0;
}

.works1 .bg {
  position: absolute;
  background-color: #c9b1a1;
  border-radius: 20px;
  width: 45%;
  z-index: -1;
  right: 5%;
  bottom: 0;
  aspect-ratio: 600 / 430;
}

.works1 .bg .icon {
  position: absolute;
  width: 23%;
  top: -18%;
  right: 4%;
}

.works1 .bg .illust {
  position: absolute;
  width: 20%;
  top: -25%;
  left: 20%;
}

.works1 .bg .title1 {
  width: 65%;
  margin: 3.5em 13% 0 auto;
  text-align: center;
  color: #fff;
  font-size: 2em;
  text-shadow:
  1px 1px 0 #1e1e1e,
  -1px 1px 0 #1e1e1e,
  -1px -1px 0 #1e1e1e,
  1px -1px 0 #1e1e1e,
  1px 0px 0 #1e1e1e,
  0px 1px 0 #1e1e1e,
  -1px 0px 0 #1e1e1e,
  0px -1px 0 #1e1e1e;
}

.works1 .bg .title2 {
  width: 65%;
  margin: -0.5em 13% 0 auto;
  text-align: center;
  font-size: 0.9em;
}

.works1 .bg .copy {
  width: 65%;
  margin: 2.5em 13% 0 auto;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #works h3 {
    font-size: 1.5em;
  }
  #works .copy1 {
    font-size: 1.3em;
    margin: 2em 0 0 0;
  }
  #works .copy2 {
    font-size: 1.8em;
  }
  .works1 {
    margin: 0;
  }
  .works1 .bg {
    position: static;
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
  .works1 .bg .icon {
    width: 23%;
    top: -5%;
    left: 4%;
  }
  .works1 .bg .illust {
    width: 20%;
    top: -5.5%;
    left: auto;
    right: 5%;
  }
  .works1 .bg .title1 {
    margin: 2.5em 0 0 0;
    padding: 2.5em 0 0 0;
    width: 100%;
  }
  .works1 .bg .title2 {
    margin: -0.5em 0 0 0;
    width: 100%;
  }
  .works1 .bg .copy {
    width: 90%;
    margin: 0 auto;
    padding: 1.8em 0 2.1em;
  }
  .works1 .slickBox {
    position: static;
    width: 100%;
    height: 500px;
  }
}



.works2 {
  position: relative;
  aspect-ratio: 1600 / 655;
  margin: 8vw 0 0 0;
}

.works2 .bg {
  position: absolute;
  background-color: #aebfbf;
  border-radius: 20px;
  width: 45%;
  z-index: -1;
  left: 5%;
  bottom: 0;
  aspect-ratio: 600 / 430;
}

.works2 .bg .icon {
  position: absolute;
  width: 23%;
  top: -18%;
  left: 4%;
}

.works2 .bg .illust {
  position: absolute;
  width: 50%;
  bottom: -10%;
  left: -5%;
}

.works2 .bg .title1 {
  width: 65%;
  margin: 3em auto 0 13%;
  text-align: center;
  color: #fff;
  font-size: 2em;
  text-shadow:
  1px 1px 0 #1e1e1e,
  -1px 1px 0 #1e1e1e,
  -1px -1px 0 #1e1e1e,
  1px -1px 0 #1e1e1e,
  1px 0px 0 #1e1e1e,
  0px 1px 0 #1e1e1e,
  -1px 0px 0 #1e1e1e,
  0px -1px 0 #1e1e1e;
}

.works2 .bg .title2 {
  width: 65%;
  margin: -0.5em auto 0 13%;
  text-align: center;
  font-size: 0.9em;
}

.works2 .bg .copy {
  width: 65%;
  margin: 2.5em auto 0 13%;
  line-height: 2;
}

.works2 .slickBox {
  position: absolute;
  right: 0;

}

@media screen and (max-width: 768px) {
  .works2 {
    margin: 65vw 0 0 0;
  }
  .works2 .bg {
    position: static;
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
  .works2 .bg .icon {
    width: 23%;
    top: -5%;
    left: 4%;
  }
  .works2 .bg .illust {
    width: 40%;
    top: -5.5%;
    left: auto;
    right: 5%;
  }
  .works2 .bg .title1 {
    margin: 2.5em 0 0 0;
    padding: 2.5em 0 0 0;
    width: 100%;
  }
  .works2 .bg .title2 {
    margin: -0.5em 0 0 0;
    width: 100%;
  }
  .works2 .bg .copy {
    width: 90%;
    margin: 0 auto;
    padding: 1.8em 0 2.1em;
  }
  .works2 .slickBox {
    position: static;
    width: 100%;
    height: 500px;
  }
}


.works3 {
  position: relative;
  aspect-ratio: 1600 / 655;
  margin: 12vw 0 0 0;
}

.works3 .bg {
  position: absolute;
  background-color: #d1d4b4;
  border-radius: 20px;
  width: 45%;
  z-index: -1;
  right: 5%;
  bottom: 0;
  aspect-ratio: 600 / 430;
}

.works3 .bg .icon {
  position: absolute;
  width: 23%;
  top: -18%;
  right: 4%;
}

.works3 .bg .illust1 {
  position: absolute;
  width: 40%;
  top: -25%;
  left: 20%;
}

.works3 .bg .illust2 {
  position: absolute;
  width: 30%;
  bottom: -10%;
  right: 4%;
}

.works3 .bg .title1 {
  width: 65%;
  margin: 3em 13% 0 auto;
  text-align: center;
  color: #fff;
  font-size: 2em;
  text-shadow:
  1px 1px 0 #1e1e1e,
  -1px 1px 0 #1e1e1e,
  -1px -1px 0 #1e1e1e,
  1px -1px 0 #1e1e1e,
  1px 0px 0 #1e1e1e,
  0px 1px 0 #1e1e1e,
  -1px 0px 0 #1e1e1e,
  0px -1px 0 #1e1e1e;
}

.works3 .bg .title2 {
  width: 65%;
  margin: -0.5em 13% 0 auto;
  text-align: center;
  font-size: 0.9em;
}

.works3 .bg .copy {
  width: 65%;
  margin: 2.5em 13% 0 auto;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .works3 {
    margin: 65vw 0 0 0;
  }
  .works3 .bg {
    position: static;
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
  .works3 .bg .icon {
    width: 23%;
    top: -5%;
    left: 4%;
  }
  .works3 .bg .illust1 {
    width: 35%;
    top: -5.5%;
    left: auto;
    right: 5%;
  }
  .works3 .bg .illust2 {
    display: none;
  }
  .works3 .bg .title1 {
    margin: 2.5em 0 0 0;
    padding: 2.5em 0 0 0;
    width: 100%;
  }
  .works3 .bg .title2 {
    margin: -0.5em 0 0 0;
    width: 100%;
  }
  .works3 .bg .copy {
    width: 90%;
    margin: 0 auto;
    padding: 1.8em 0 2.1em;
  }
  .works3 .slickBox {
    position: static;
    width: 100%;
    height: 500px;
  }
}



/* slick */

.works1 .slickBox {
  position: absolute;
  width: 55%;
}

.works1 .slickBox li img {
  border-radius: 0 20px 20px 0;
}

.works2 .slickBox {
  position: absolute;
  width: 55%;
}

.works2 .slickBox li img {
  border-radius: 20px 0 0 20px;
}

.works3 .slickBox {
  position: absolute;
  width: 55%;
}

.works3 .slickBox li img {
  border-radius: 0 20px 20px 0;
}

.slick-dots {
  bottom: -3vw;
}

.prev_icon {
  position: absolute;
  bottom: -0.5vw;
  left: 18vw;
  width: 20px;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s;
}

.prev_icon:hover {
  opacity: 0.7;
}

.next_icon {
  position: absolute;
  bottom: -0.5vw;
  right: 18vw;
  width: 20px;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s;
}

.next_icon:hover {
  opacity: 0.7;
}

.slide-dots {
  display: flex;
  justify-content: center;
  margin: -0.9vw 0 0 0;
}

.slide-dots li {
  margin: 0 2px;
  cursor: pointer;
  transition: 0.3s;
}

.slide-dots li:hover {
  opacity: 0.7;
}

.slide-dots li img {
  width: 22px;
}

.slide-dots li img.dot { display: block; }
.slide-dots li.slick-active img.dot { display: none; }
.slide-dots li img.currant { display: none; }
.slide-dots li.slick-active img.currant { display: block; }

@media screen and (max-width: 768px) {
  .works1 .slickBox {
    width: 100%;
    position: static;
    margin: -1px 0 0 0;
  }
  .works1 .slickBox li img {
    border-radius: 0;
  }
  .works2 .slickBox {
    width: 100%;
    position: static;
    margin: -1px 0 0 0;
  }
  .works2 .slickBox li img {
    border-radius: 0;
  }
  .works3 .slickBox {
    width: 100%;
    position: static;
    margin: -1px 0 0 0;
  }
  .works3 .slickBox li img {
    border-radius: 0;
  }
  .prev_icon {
    bottom: -44.5vw;
  }
  .next_icon {
    bottom: -44.5vw;
  }
  .slide-dots {
    margin: -2.5vw 0 0 0;
  }
}



/* jisseki */

.jisseki {
  margin: 5% auto 0;
}
.jisseki p {
  width: 80%;
  max-width: 1060px;
  margin: 5% auto;
}

@media screen and (max-width: 768px) {
  .jisseki {
    margin: 10% auto 0;
  }
}

/* point */

.point {
  background-image: url(../img/point_bg_dot.svg);
  background-size: 2%;
}

#point {
  text-align: center;
  margin: 6vw 0 0 0;
}

#point h3 {
  position: relative;
  display: inline-block;
  z-index: 0;
  font-size: clamp(1.5vw, 1.5vw, 2em); /* 最小値, 基準値, 最大値 */
}

#point h3::after {
  content: '';
  display: block;
  width: calc(100% - 1em);
  height: 0.1em;
  background: #1e1e1e;
  position: absolute;
  bottom: -0.3em;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#point .copy1 {
  font-size: clamp(1.2vw, 1.5vw, 1.5em); /* 最小値, 基準値, 最大値 */
  margin: 3em 0 0 0;
}

#point .copy2 {
  font-size: clamp(1.8vw, 2.3vw, 2.5em); /* 最小値, 基準値, 最大値 */
}

.point .wrap1,
.point .wrap2,
.point .wrap3 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 1400 / 650;
}
.point .icon {
  width: 20%;
}
.point .copy1 {
  font-size: clamp(0.9vw, 1.2vw, 1.5em); /* 最小値, 基準値, 最大値 */
  margin: .5em 0 0 0;
}
.point .copy2 {
  font-size: clamp(1.0vw, 1.8vw, 2.0em); /* 最小値, 基準値, 最大値 */
  margin: 0.01em 0 0 0;
}
article.point .wrap1 .copy2 {
  font-size: clamp(1.0vw, 1.8vw, 2.0em); /* 最小値, 基準値, 最大値 */
}
article.point .wrap2 .copy2 {
  font-size: clamp(1.0vw, 1.7vw, 2.0em); /* 最小値, 基準値, 最大値 */
}
article.point .wrap3 .copy2 {
  font-size: clamp(1.0vw, 1.45vw, 2.0em); /* 最小値, 基準値, 最大値 */
}

.point .copy3 {
  font-size: clamp(0.8vw, 1.0em, 1.5em); /* 最小値, 基準値, 最大値 */
  margin: 1em 0 0 0;
  line-height: 2.5;
}

.point .wrap1 .photo {
  position: absolute;
  width: 30%;
  top: 0;
  left: 0;
}
.point .wrap1 .copyBox {
  position: absolute;
  width: 35%;
  bottom: 5%;
  left: 27%;
}

.point .wrap1 .illust {
  position: absolute;
  width: 20%;
  top: 0;
  right: 5%;
}

.point .wrap2 {
  margin: -5% auto 0;
}

.point .wrap2 .photo {
  position: absolute;
  width: 30%;
  top: 0;
  right: 0;
}
.point .wrap2 .copyBox {
  position: absolute;
  width: 35%;
  bottom: 5%;
  left: 45%;
}
.point .wrap2 .illust {
  position: absolute;
  width: 15%;
  top: 40%;
  left: 20%;
}

.point .wrap3 {
  margin: -5% auto 0;
}

.point .wrap3 .photo {
  position: absolute;
  width: 30%;
  top: 0;
  left: 0;
}
.point .wrap3 .copyBox {
  position: absolute;
  width: 35%;
  bottom: 5%;
  left: 27%;
}
.point .wrap3 .illust {
  position: absolute;
  width: 15%;
  bottom: 0;
  right: 5%;
}

.point .btmImg {
 margin: 100px 0 0 0;
}

@media screen and (max-width: 768px) {

  #point h3 {
    font-size: 1.5em;
  }
  #point .copy1 {
    font-size: 1.3em;
    margin: 2em 0 0 0;
  }
  #point .copy2 {
    font-size: 1.8em;
  }
  .point .wrap1 {
    margin: 0 auto;
  }
  .point .wrap2 {
    margin: 40% auto 0;
  }
  .point .wrap3 {
    margin: 50% auto 0;
  }
  .point .wrap1 .photo,
  .point .wrap2 .photo,
  .point .wrap3 .photo {
    position: static;
    width: 90%;
    margin: 10% auto 0;
  }
  .point .wrap1 .copyBox,
  .point .wrap2 .copyBox,
  .point .wrap3 .copyBox {
    position: static;
    width: 100%;
    margin: -16% auto 0;
  }
  .point .illust {
    display: none;
  }
  .point .icon {
    width: 30%;
  }
  .point .copy1 {
    font-size: clamp(4vw, 4vw, 1em); /* 最小値, 基準値, 最大値 */
    margin: .5em 0 0 0;
  }
  article.point .wrap1 .copy2 {
    font-size: clamp(5vw, 5.5vw, 2.5em); /* 最小値, 基準値, 最大値 */
  }
  article.point .wrap2 .copy2 {
    font-size: clamp(4vw, 4.8vw, 2.5em); /* 最小値, 基準値, 最大値 */
  }
  article.point .wrap3 .copy2 {
    font-size: clamp(4vw, 4.1vw, 2.5em); /* 最小値, 基準値, 最大値 */
  }
  .point .copy3 {
    font-size: clamp(4vw, 4vw, 1.5em); /* 最小値, 基準値, 最大値 */
    margin: 1em 0 0 0;
    line-height: 2;
  }

}



/* conversion */

.conversion article {
  width: 90%;
  max-width: 1400px;
  margin: 100px auto 0;
}

.conversion article .flexBox {
  display: flex;
  justify-content: space-between;
}

.conversion article .flexBox div {
  width: 48%;
}

.conversion article p {
  margin: 20px auto 0;
  text-align: center;
  font-size: clamp(0.8vw, 1vw, 1em); /* 最小値, 基準値, 最大値 */
}

.conversion.adjust01 {
  margin: 10% auto 0;
}

@media screen and (max-width: 768px) {
  .conversion article {
    margin: 50px auto 0;
  }
  .conversion article .flexBox {
    display: block;
  }
  .conversion article .flexBox div {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .conversion article p {
    margin: 20px auto 0;
    text-align: center;
    font-size: clamp(0.8vw, 5vw, 1em); /* 最小値, 基準値, 最大値 */
  }
  .conversion.adjust01 {
    margin: 55% auto 0;
  }
}

/* area */

.area {
  background-color: #f7f5f2;
  margin: 100px 0 0 0;
}

.area .bg1,
.area .bg2 {
  position: relative;
}

.area .bg1 p {
  position: absolute;
  width: 15%;
  top: 10%;
  left: 5%;
}

.area .bg2 {
  margin: 50px 0 0 0;
}

.area .bg2 p {
  position: absolute;
  width: 25%;
  bottom: 90%;
  right: 5%;
}

#area {
  text-align: center;
  margin: -3% 0 0 0;
}

#area h3 {
  position: relative;
  display: inline-block;
  z-index: 0;
  font-size: clamp(1.5vw, 1.5vw, 2em); /* 最小値, 基準値, 最大値 */
}

#area h3::after {
  content: '';
  display: block;
  width: calc(100% - 1em);
  height: 0.1em;
  background: #1e1e1e;
  position: absolute;
  bottom: -0.3em;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#area .copy1 {
  font-size: clamp(1.2vw, 1.5vw, 1.5em); /* 最小値, 基準値, 最大値 */
  margin: 3em 0 0 0;
}

#area .copy2 {
  font-size: clamp(1.8vw, 2.3vw, 2.5em); /* 最小値, 基準値, 最大値 */
}

.area ul.flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.area ul.flexBox li {
  width: 30%;
  margin: 5% 0 0 0;
}
.area ul.flexBox li img {
  border-radius: 15px;
  box-shadow: 6px 6px #e8e8e8;
}


@media screen and (max-width: 768px) {

  #area h3 {
    font-size: 1.5em;
  }
  #area .copy1 {
    font-size: 1.2em;
    margin: 2em 0 0 0;
  }
  #area .copy2 {
    font-size: 1.6em;
  }
  .area ul.flexBox li {
    width: 100%;
    margin: 10% 0 0 0;
  }
  .area .bg1 p {
    width: 30%;
    top: -60%;
    left: 5%;
  }
  .area .bg2 {
    margin: 200px 0 0 0;
  }
    .area .bg2 p {
    width: 70%;
    bottom: -70%;
    right: 5%;
  }
}

/* carousel */

.carousel {
  margin: 100px 0 0 0;
  background-image: url(../img/carousel_tanigawa.svg);
  background-repeat: no-repeat;
  background-position: center center; 
}

.carousel .slick-carousel li {
  width: 300px;
}

@media screen and (max-width: 768px) {
.carousel .slick-carousel li {
  width: 150px;
}
}


/* footer */

footer {
  background-color: #1e1e1e;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  letter-spacing: 0.1em;
  margin: 100px 0 0 0;
}

footer .logo {
  width: 190px;
  margin: 0 auto;
}

footer .logo a {
  display: block;
}

footer .company {
  font-size: 20px;
  margin: 20px 0 0 0;
}
footer .address {
  font-size: 18px;
  margin: 0.1em 0 0 0;
}
footer .phone {
  font-size: 18px;
  margin: 0.1em 0 0 0;
}
footer .copyright {
  font-size: 13px;
  margin: 20px 0 0 0;
}



@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}





