@charset "UTF-8";
body {
  background: #F6F3ED;
}

.white {
  background: #fff;
}

.gray {
  background: #f2f2f2;
}

p {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-top: 16px;
}
p a {
  padding-bottom: 2px;
  border-bottom: 1px solid #666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
p a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a {
  color: #333;
}

.texts {
  font-size: 1.4rem !important;
  font-weight: normal !important;
}

.bold {
  font-weight: bold;
}

.must {
  color: #6F8F7A;
}

.pt {
  font-size: clamp(4rem, 4.3vw, 5.2rem);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: clamp(60px, 6vw, 90px);
}

.st {
  font-size: clamp(3.6rem, 3.6vw, 4rem);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: clamp(80px, 10vw, 120px);
  color: #4F6F5C;
}

.st_center {
  margin-bottom: 160px;
}
.st_center p, .st_center h2 {
  text-align: center;
}

.st_left {
  margin-bottom: 60px;
}

.tl {
  font-size: clamp(3rem, 3.2vw, 3.4rem);
  font-weight: bold;
  line-height: 1.4;
}

.tm {
  font-size: clamp(2.4rem, 2.5vw, 2.6rem);
  font-weight: bold;
  line-height: 1.4;
}

.ts {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.center_text {
  text-align: center;
}

ul.dot_list li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.8rem;
}
ul.dot_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

li {
  font-size: 1.8rem;
}

.space_adjust {
  margin-left: -2px;
  margin-right: -2px;
}

.btn_main {
  width: 240px;
  line-height: 64px;
  height: 64px;
  background: #4F6F5C;
  display: inline-block;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 40px;
}
.btn_main:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #4F6F5C;
  box-sizing: border-box;
  left: 10px;
  top: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.btn_main:hover:before {
  left: 0;
  top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.btn_sub {
  font-size: 1.2rem;
  position: relative;
  box-sizing: border-box;
  padding: 4px 16px 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
  margin-top: 30px;
  display: inline-block;
  color: #4F6F5C;
}
.btn_sub::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #4F6F5C;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_sub::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background: #4F6F5C;
  rotate: 40deg;
  right: 0;
  bottom: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_sub:hover::after,
.btn_sub:hover::before {
  translate: 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tel img {
  width: 16px;
  margin-right: 4px;
}

input:focus {
  outline: 0;
}

textarea:focus {
  outline: 0;
}

#pagetop {
  z-index: 10;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: clamp(40px, 4vw, 50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
}
#pagetop:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#pagetop.show {
  opacity: 1;
  visibility: visible;
}

img {
  display: block;
  max-width: 100%;
}

.grecaptcha-badge {
  visibility: hidden;
}

.contact_time {
  font-size: 1.2rem;
  line-height: 1.4;
}

.area > div {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.area .img_box img {
  width: 90%;
  margin: 0 auto;
}
.area .text_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
.area .area_contact {
  background: #F6F3ED;
  border-radius: 10px;
  margin-top: 30px;
  padding-top: clamp(30px, 3vw, 60px);
  padding-bottom: clamp(30px, 3vw, 60px);
  text-align: center;
}
.area .area_contact a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact {
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}
.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../img/home_hero.jpg) center/cover no-repeat;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  z-index: -1;
}
.contact h2 {
  font-size: clamp(2.6rem, 2.8vw, 3rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  width: 90%;
  margin: 0 auto;
}
.contact .contact_tel h3 {
  margin-bottom: 40px;
}
.contact .contact_tel p {
  margin-top: 0;
}
.contact .outer {
  background: #fff;
  border-radius: 10px;
  padding: 50px 0;
}
.contact .outer > div {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  padding-top: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 40px;
}
.contact .outer > div > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.contact .outer > div > div:first-child {
  border-right: 1px solid #ccc;
}
.contact .outer > div > div a {
  text-align: center;
  margin-bottom: 8px;
}

footer {
  padding-top: clamp(100px, 13vw, 160px);
}
footer > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer h2 img {
  width: clamp(60px, 7vw, 100px);
  margin-bottom: 20px;
}
footer h3 {
  margin-bottom: 30px;
}
footer nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 120px;
}
footer nav ul {
  margin-left: 30px;
}
footer nav ul li {
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.footer_address {
  line-height: 1.4;
  margin-bottom: 20px;
}

.footer_tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

small {
  margin-top: 120px;
  margin-bottom: 20px;
  text-align: center;
  display: block;
}
small span {
  margin-left: 6px;
}

.expand_img {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.expand_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.expand_img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  left: 20px;
  bottom: 120px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 1.2rem;
  color: #4F6F5C;
}

/* 線のアニメーション部分 */
.scroll::before {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: #6F8F7A;
  bottom: -105px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 3px;
  width: 2px;
}

/* 線のアニメーション */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}