@charset "UTF-8";
body {
  color: #333;
  font-size: clamp(15px, 1.13vw, 18px);
  letter-spacing: 0.08rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
body a {
  text-decoration: none;
}

.page-container {
  padding-top: 6rem !important;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .page-container {
    padding-top: 4rem !important;
  }
}

.serif-text {
  font-family: "Shippori Mincho", serif;
}

.fs14 {
  font-size: clamp(14px, 1vw, 15px);
}

.ls-5 {
  letter-spacing: 5px;
}

.top-title {
  font-size: 2rem;
  letter-spacing: 10px;
  font-family: "Sawarabi Mincho";
}
@media (max-width: 768px) {
  .top-title {
    font-size: 1.4rem;
  }
}
.top-title span {
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  display: block;
  margin-top: 0.5rem;
}

.en-text {
  font-family: "Cinzel", serif;
}

.page-title {
  border-bottom: 1px solid #87BA4C;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  font-size: clamp(15px, 1.15vw, 16px);
}
.page-title h1, .page-title h2 {
  font-size: clamp(15px, 1.15vw, 16px);
}
.page-title.com-subttl {
  padding-right: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.sub_heading {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  font-size: clamp(18px, 1.15vw, 20px);
  line-height: 2rem;
  position: relative;
  padding-left: 17px;
}
.sub_heading::before {
  content: "";
  width: 5px;
  height: clamp(18px, 1.15vw, 20px);
  background-color: #87BA4C;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 3px;
}

.logo {
  position: absolute;
  width: 20%;
  max-width: 170px;
  min-width: 100px;
  top: 1rem;
  right: 3rem;
}
@media (max-width: 768px) {
  .logo {
    right: 7%;
  }
}

.text-justify {
  text-align: justify;
}

.btn-01 {
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 1rem;
  color: #fff;
  transition: 0.3s;
  z-index: 1;
  width: 300px;
  margin: 0 auto;
  font-family: "Cinzel", serif;
  letter-spacing: 5px;
}
@media (max-width: 768px) {
  .btn-01 {
    width: 100%;
  }
}
.btn-01 span {
  margin-left: 0.5rem;
}
.btn-01 i {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.btn-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #333;
  transition: all 0.3s linear;
  z-index: -1;
}
.btn-01:hover {
  color: #fff;
}
.btn-01:hover::before {
  left: 0;
}

.btn-02 {
  border: 1px solid #333;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 1rem;
  color: #333;
  transition: 0.3s;
  z-index: 2;
  font-family: "Cinzel", serif;
}
.btn-02 span {
  margin-left: 0.5rem;
}
.btn-02 i {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.btn-02::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #333;
  transition: all 0.3s linear;
  z-index: -1;
}
.btn-02:hover {
  color: #fff;
}
.btn-02:hover::before {
  left: 0;
}

.btn-03 {
  border: 1px solid #87BA4C;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 1rem;
  color: #87BA4C;
  transition: 0.3s;
  z-index: 1;
  width: 350px;
  max-width: 100%;
}
.btn-03 i {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.btn-03::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s linear;
  z-index: -1;
}
.btn-03:hover {
  color: #333;
  border: 1px solid #fff;
}
.btn-03:hover::before {
  left: 0;
}
@media (max-width: 768px) {
  .btn-03 {
    width: auto;
  }
}

.nav-ber {
  width: 6rem;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .nav-ber {
    width: 3rem;
  }
}
@media (max-width: 768px) {
  .nav-ber {
    height: auto;
  }
}

.nav-list a span {
  font-size: 2rem;
  letter-spacing: 5px;
  font-family: "Sawarabi Mincho";
}
@media (max-width: 768px) {
  .nav-list a span {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .nav-list a {
    font-size: 0.8rem;
  }
}

.menu {
  height: 30px;
  position: absolute;
  top: 20px;
  left: 24px;
  width: 50px;
  z-index: 100;
  cursor: pointer;
}
.menu .menu-line {
  background: #87BA4C;
  display: block;
  height: 2px;
  position: absolute;
  transition: 0.3s;
  width: 100%;
}
.menu .menu-line-center {
  top: 14px;
}
@media (max-width: 992px) {
  .menu .menu-line-center {
    top: 6px;
  }
}
.menu .menu-line-bottom {
  bottom: 0;
}
@media (max-width: 992px) {
  .menu {
    width: 20px;
    top: 10px;
    left: 14px;
    height: 15px;
  }
}

.menu-line-center.active {
  transform: scaleX(0);
}

.menu-line-bottom.active {
  bottom: 14px;
  transform: rotate(135deg);
}
@media (max-width: 992px) {
  .menu-line-bottom.active {
    bottom: 3px;
    left: -3px;
  }
}

.menu-line-top.active {
  top: 14px;
  transform: rotate(45deg);
}
@media (max-width: 992px) {
  .menu-line-top.active {
    top: 10px;
    left: -3px;
  }
}

.gnav {
  background: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
}

.gnav-wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.gnav-menu {
  width: 1200px;
  max-width: calc(100% - 6rem);
  margin-left: 6rem;
  color: #87BA4C;
}
@media (max-width: 992px) {
  .gnav-menu {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 0;
    padding: 1rem 3rem 1rem 3rem;
  }
}

.gnav-menu-box01 {
  width: 40%;
}
.gnav-menu-box01 img {
  width: 250px;
}
@media (max-width: 992px) {
  .gnav-menu-box01 {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .gnav-menu-box01 {
    color: #7e7e7e;
    font-size: 0.9rem;
  }
  .gnav-menu-box01 img {
    width: 200px;
  }
}

.gnav-menu-box02 {
  width: 60%;
}
@media (max-width: 992px) {
  .gnav-menu-box02 {
    width: 100%;
  }
}

.nav-link {
  padding: 0;
}
.nav-link.service {
  overflow: hidden;
  position: relative;
}
.nav-link.service::before, .nav-link.service::after {
  content: "";
  position: absolute;
  border-top: 1px solid #87BA4C;
  width: 4.5rem;
  right: -1.5rem;
  top: 1.2rem;
}
@media (max-width: 992px) {
  .nav-link.service::before, .nav-link.service::after {
    content: none;
  }
}
.nav-link.service02 {
  position: absolute;
  border-right: 1px solid #87BA4C;
  transform: rotate(90deg);
  height: 4rem;
  top: -0.8rem;
  right: 2.5rem;
}
.nav-link span {
  font-size: 0.8rem;
}
@media (max-width: 576px) {
  .nav-link span {
    font-size: 0.7rem;
  }
}

.nav-link a {
  color: #87BA4C;
  transition: 0.3s;
}
.nav-link a:hover {
  opacity: 0.5;
}

.nav-menu-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  margin-top: -2rem;
}
.nav-menu-text a {
  color: #87BA4C;
  transition: 0.3s;
}
.nav-menu-text a:hover {
  opacity: 0.7;
}
@media (max-width: 992px) {
  .nav-menu-text {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .nav-menu-text {
    display: none;
  }
}

.nav-menu-line::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1rem;
  background-color: #87BA4C;
}
.nav-menu-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 1rem;
  background-color: #87BA4C;
}

.accordion__content {
  display: none;
}
.accordion__content.is-open {
  display: block;
}

footer {
  background: #2c2c2c;
  color: #FFF;
}

footer a, footer a:active, footer a:visited footer a:link {
  color: #FFF;
}

footer a:hover {
  color: #FFF;
}

.ftr-wrap {
  width: calc(100% - 6rem);
  max-width: 1200px;
  margin: auto;
  font-size: 0.8rem;
  padding: 0 2rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  .ftr-wrap {
    padding: 0 1rem;
    width: 100%;
    margin: 0;
  }
}

.ftr-box01 {
  width: 35%;
}
@media (max-width: 1200px) {
  .ftr-box01 {
    width: 100%;
  }
}

.ftr-box02 {
  width: 65%;
}
@media (max-width: 1200px) {
  .ftr-box02 {
    width: 100%;
  }
}

.ftr-logo {
  width: 300px;
}

.copyright {
  font-size: 0.8rem;
  padding: 2rem 0 1rem;
  color: #7E7E7E;
}

.index-fv {
  background: url(../image/index_bg01.jpg);
  width: 100%;
  height: 85vh;
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 768px) {
  .index-fv {
    height: 70vh;
  }
}

.index-fv-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.index-fv-text {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .index-fv-text {
    padding-left: 0;
    margin-bottom: 1rem;
    text-align: center;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .index-fv-text {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
}

.none-hov {
  cursor: auto !important;
}
.none-hov:hover {
  opacity: 1 !important;
}

.index-logo-box {
  text-align: center;
}

.index-fv-logo {
  width: 400px;
}
@media (max-width: 768px) {
  .index-fv-logo {
    width: 200px;
  }
}

.index-text {
  width: 992px;
  margin: 5rem auto;
}
@media (max-width: 1200px) {
  .index-text {
    width: auto;
    margin: 0;
    padding: 5rem 6rem;
  }
}
@media (max-width: 992px) {
  .index-text {
    padding: 5rem 3rem 5rem 7rem;
  }
}
@media (max-width: 768px) {
  .index-text {
    padding: 4rem 2rem;
  }
}

.index-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  max-width: 100%;
  padding-left: 11rem;
  background: linear-gradient(90deg, #87BA4C 0%, #87BA4C 50%, #F4F2D3 50%, #F4F2D3 100%);
  margin-left: 6rem;
  padding: 5rem 0;
}

.index-service-wrap_ {
  width: calc(100% - 6rem);
  margin-left: 6rem;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .index-service-wrap_ {
    width: calc(100% - 4rem);
    margin-left: 4rem;
  }
}
@media (max-width: 768px) {
  .index-service-wrap_ {
    margin-bottom: 3rem;
    margin-left: 0;
    width: 100%;
  }
}

.index-service-box_ {
  background-color: #87BA4C;
  width: 50%;
  padding: 7rem 0;
}
.index-service-box_ h2 {
  color: #fff;
}
@media (max-width: 1200px) {
  .index-service-box_ {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index-service-box_ {
    padding: 3rem 0;
  }
}

.index-service-boxin_ {
  width: 450px;
  margin: 0 auto;
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .index-service-boxin_ {
    width: 700px;
  }
}
@media (max-width: 768px) {
  .index-service-boxin_ {
    width: 100%;
    padding: 0 2rem;
  }
}

.index-service-box02_ {
  background-color: #F4F2D3;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .index-service-box02_ {
    width: 100%;
  }
}

.slick-slider {
  width: 450px;
  margin: 0 auto;
  padding: 0 3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .slick-slider {
    top: 0;
    transform: translateY(0);
    width: 700px;
    padding: 7rem 3rem;
  }
}
@media (max-width: 768px) {
  .slick-slider {
    width: 100%;
    padding: 3rem 2rem;
  }
}

.slick-dots {
  margin-bottom: 0;
}

.index-service-wrap {
  margin-bottom: 5rem;
  background: linear-gradient(90deg, #87BA4C 0%, #87BA4C 50%, #F4F2D3 50%, #F4F2D3 100%);
  width: calc(100% - 6rem);
  margin-left: 6rem;
  padding: 10rem 0;
}
@media (max-width: 992px) {
  .index-service-wrap {
    background: linear-gradient(180deg, #87BA4C 0%, #87BA4C 50%, #F4F2D3 50%, #F4F2D3 100%);
    width: calc(100% - 3rem);
    margin-bottom: 3rem;
    margin-left: 3rem;
    padding: 3rem 0;
  }
}

.index-service-box {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.index-service-boxin {
  width: 50%;
}
@media (max-width: 992px) {
  .index-service-boxin {
    width: 100%;
  }
}
.index-service-boxin.boxin01 {
  margin-left: 8rem;
  margin-right: 5rem;
  color: #fff;
}
@media (max-width: 992px) {
  .index-service-boxin.boxin01 {
    margin-left: 0;
    margin-right: 0;
    padding: 0 1rem;
    margin-bottom: 13rem;
  }
}
.index-service-boxin.boxin02 {
  width: 35%;
  margin-left: 8rem;
  margin-right: 5rem;
}

.slick-dots {
  display: flex !important;
  justify-content: center !important;
  list-style-type: none;
  padding-left: 0 !important;
}
.slick-dots li button {
  border: none !important;
  background-color: transparent !important;
  color: #8E8E8E;
}

.slick-active button {
  color: #333 !important;
}

.slide-box a {
  color: #333;
  transition: 0.3s;
  display: block;
}
.slide-box a:hover {
  opacity: 0.7;
}

.index-ini-wrap {
  position: relative;
  margin-bottom: 5rem;
}

.index-ini-bg {
  position: absolute;
  top: 33%;
  background-image: url(../image/index_bg02.jpg);
  background-size: cover;
  background-position: right;
  width: calc(100% - 6rem);
  height: 500px;
  margin-left: 6rem;
  z-index: -3;
}
@media (max-width: 992px) {
  .index-ini-bg.ini-bg02 {
    height: 500px;
    top: 59%;
  }
}
@media (max-width: 992px) {
  .index-ini-bg {
    margin-left: 4rem;
    width: calc(100% - 4rem);
    top: 11.5%;
    height: 500px;
  }
}

.index-ini-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 6rem;
}
@media (max-width: 992px) {
  .index-ini-box {
    padding-left: 4rem;
  }
}
@media (max-width: 768px) {
  .index-ini-box {
    padding-left: 0;
  }
}

.index-ini-ttl {
  font-size: 2rem;
  border-bottom: 1px solid #87BA4C;
  display: inline-block;
  padding: 0 1rem 0.5rem 0;
  margin: 0 0 5rem 3rem;
}
@media (max-width: 992px) {
  .index-ini-ttl {
    margin-bottom: 3rem;
    padding: 0 1rem 0.5rem 0;
    margin: 0 0 5rem 3rem;
  }
}
@media (max-width: 768px) {
  .index-ini-ttl {
    font-size: 1.4rem;
    margin: 0 0 3rem 2rem;
    padding: 0 0 0.5rem 0;
  }
}
.index-ini-ttl span {
  font-size: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.index-ini-boxin-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .index-ini-boxin-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .index-ini-boxin-wrap {
    margin-bottom: 3rem;
  }
}
.index-ini-boxin-wrap.boxin-wrap {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .index-ini-boxin-wrap.boxin-wrap {
    margin-top: 0;
  }
}

.index-ini-boxin01 {
  position: relative;
  background-color: #fff;
  height: 0%;
  padding: 4.5rem 3rem 2rem;
  width: 40%;
  transition: 0.5s;
  margin-left: 3rem;
  margin-right: 3rem;
}
.index-ini-boxin01:hover {
  background-color: #F4F2D3;
}
@media (max-width: 992px) {
  .index-ini-boxin01 {
    width: calc(700px - 6rem);
    padding: 3.5rem 2rem 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (max-width: 576px) {
  .index-ini-boxin01 {
    padding: 3.5rem 1rem 1rem;
  }
}

.index-ini-boxin01-ttl {
  position: absolute;
  top: -12%;
  font-size: 6rem;
  font-family: "Libre Baskerville", serif;
  color: #87BA4C;
  line-height: 1;
}
@media (max-width: 768px) {
  .index-ini-boxin01-ttl {
    font-size: 3rem;
    top: -5%;
    left: 0;
  }
}

.index-ini-boxin02 {
  width: 60%;
}
@media (max-width: 992px) {
  .index-ini-boxin02 {
    margin: 0 0;
    width: 700px;
    padding: 0 3rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .index-ini-boxin02 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .index-ini-boxin02.order-2 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  .index-ini-boxin02.order-1 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.index-com-wrap {
  width: 100%;
  background-image: url(../image/index_bg03.jpg);
  background-size: cover;
  background-position: center;
}

.index-com-box {
  padding: 10rem 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
  .index-com-box {
    padding: 10rem 2rem 10rem 4rem;
  }
}
@media (max-width: 768px) {
  .index-com-box {
    padding: 5rem 2rem 5rem 2rem;
  }
}

.index-com-boxin {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  opacity: 1;
}

.service-fv {
  background: url(../image/ser_bg.jpg);
  background-size: cover;
  background-position: bottom;
  margin-left: 6rem;
  width: calc(100% - 6rem);
  height: 85vh;
}
@media (max-width: 992px) {
  .service-fv {
    margin-left: 4rem;
    width: calc(100% - 4rem);
  }
}
@media (max-width: 768px) {
  .service-fv {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .service-fv {
    height: 40vh;
  }
}

.service-wrap {
  background-color: #F4F2D3;
  width: calc(100% - 6rem);
  margin-left: 6rem;
  position: relative;
}
@media (max-width: 992px) {
  .service-wrap {
    width: calc(100% - 4rem);
    margin-left: 4rem;
  }
}
@media (max-width: 768px) {
  .service-wrap {
    height: 100% !important;
    width: 100%;
    margin-left: 0;
    padding: 2rem 0;
  }
}

.service-box-wrap {
  position: absolute;
  top: -10rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 22rem);
  max-width: 1200px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .service-box-wrap {
    width: calc(100% - 6rem);
  }
}
@media (max-width: 768px) {
  .service-box-wrap {
    width: calc(100% - 2rem);
    margin: 1rem;
    background-color: #F4F2D3;
    position: static;
    transform: translateX(0%);
  }
}

.service-img-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding-top: 23rem;
  position: relative;
}
.service-img-wrap:nth-of-type(2) {
  background-image: url(../image/ser_01.jpg);
}
.service-img-wrap:nth-of-type(3) {
  background-image: url(../image/ser_02.jpg);
}
.service-img-wrap:nth-of-type(4) {
  background-image: url(../image/ser_03.jpg);
}
.service-img-wrap:nth-of-type(5) {
  background-image: url(../image/ser_04.jpg);
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .service-img-wrap {
    padding-top: 40vw;
  }
  .service-img-wrap:nth-of-type(5) {
    margin-bottom: 0;
  }
}

.service-text-box {
  margin-right: 3rem;
  left: 3rem;
}

.service-text-box02 {
  margin-left: 3rem;
  right: 3rem;
}

.service-text-box, .service-text-box02 {
  width: calc(100% - 6rem);
  max-width: 600px;
  padding: 3rem;
  background-color: #fff;
  color: #333;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: -3rem;
}
@media (max-width: 768px) {
  .service-text-box, .service-text-box02 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
    position: static;
    max-width: 100%;
    padding: 10% 7%;
    display: block;
  }
}
.service-text-box:hover, .service-text-box02:hover {
  background-color: #87BA4C;
  color: #fff;
}

.service-ttl-box {
  padding: 3rem 3rem 5rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .service-ttl-box {
    padding: 10% 7%;
  }
}

.servicein-fv {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .servicein-fv {
    height: 45vw;
  }
}

.servicein-box-wrap {
  width: 1200px;
  max-width: calc(100% - 11rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .servicein-box-wrap {
    padding: 10% 7%;
    max-width: 100%;
  }
}

.servicein-box {
  margin: 5rem 0;
}
@media (max-width: 768px) {
  .servicein-box {
    margin: 3rem 0;
  }
}

.ini-fv {
  background: url(../image/ini_bg.jpg);
  background-size: cover;
  background-position: bottom;
  padding-left: 0;
  margin-left: 6rem;
  width: calc(100% - 6rem);
  height: 85vh;
  height: 85vh;
}
@media (max-width: 992px) {
  .ini-fv {
    margin-left: 4rem;
    width: calc(100% - 4rem);
  }
}
@media (max-width: 768px) {
  .ini-fv {
    width: 100%;
    margin-left: 0;
  }
}
.ini-fv::after {
  content: "";
  display: block;
  background-color: #f6f6f6;
  padding-bottom: 5rem;
  position: relative;
  top: 100%;
}
@media (max-width: 768px) {
  .ini-fv {
    height: 40vh;
  }
  .ini-fv::after {
    padding-bottom: 0rem;
  }
}

.ini-ttl-box {
  position: absolute;
  bottom: 3.5rem;
  left: 28rem;
  max-width: calc(100% - 35rem);
  width: 992px;
  background-color: #fff;
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .ini-ttl-box {
    left: 16rem;
    max-width: calc(100% - 22rem);
    background-color: #f6f6f6;
  }
}
@media (max-width: 768px) {
  .ini-ttl-box {
    position: static;
    left: 3rem;
    max-width: 100%;
    background-color: #f6f6f6;
  }
}

.ini-box-wrap {
  width: 1200px;
  max-width: calc(100% - 22rem);
  margin: 10rem auto 8rem auto;
  margin-top: 10rem;
}
.ini-box-wrap > div:first-child {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .ini-box-wrap {
    padding: 3rem 7%;
    margin: 0;
    max-width: 100%;
  }
}

.ini-boxin div:first-child {
  font-size: 6rem;
  font-family: "Libre Baskerville", serif;
  color: #87BA4C;
  line-height: 1;
}

.com-table {
  margin-bottom: 5rem;
  width: 100%;
}
.com-table tr {
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
}
.com-table tr td {
  padding: 2rem 0;
}
.com-table tr td:first-child {
  width: 30%;
  color: #acacac;
}
.com-table tr td:nth-child(2) {
  width: 70%;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .com-table tr td {
    width: 100% !important;
    display: block;
  }
  .com-table tr td:first-child {
    padding: 1.5rem 0 0.5rem !important;
  }
  .com-table tr td:nth-child(2) {
    padding: 0.5rem 0 1.5rem !important;
  }
}

.com_map {
  height: 450px;
}
@media (max-width: 768px) {
  .com_map {
    height: 60vw;
  }
}

.privacy_box {
  text-align: justify;
}
.privacy_box h2 {
  color: #333;
  font-size: 1.2rem;
  margin-top: 50px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .privacy_box h2 {
    font-size: 1rem;
  }
}
.privacy_box p {
  line-height: 200%;
}
@media (max-width: 768px) {
  .privacy_box p {
    font-size: 0.85rem;
  }
}
.privacy_box li {
  margin-bottom: 15px;
}

.contact-wrap {
  width: 1200px;
  max-width: calc(100% - 11rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact-wrap {
    padding: 10% 7%;
    max-width: 100%;
  }
}

.con-sel-box {
  position: relative;
}
.con-sel-box::before {
  border-bottom: 4.5px solid #333;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 30px;
  top: 20px;
  width: 0;
}
.con-sel-box::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #333;
  content: "";
  position: absolute;
  right: 30px;
  top: 31px;
  width: 0;
}

.contact-form .form-control {
  border-radius: 0;
  border: 1px solid #989898;
  padding: 1rem 1rem;
}
.contact-form span {
  color: red;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .contact-form {
    font-size: 0.9rem;
  }
  .contact-form span {
    color: red;
    font-size: 0.75rem;
  }
}

.contact-btn {
  background-color: #333;
  border: 0;
  padding: 1rem;
  transition: 0.3s;
  color: white;
  text-align: center;
  width: 50%;
}
.contact-btn:hover {
  opacity: 0.6;
}
.contact-btn.disabled {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .contact-btn {
    width: 100%;
  }
}

.footer-fixed {
  min-height: 100vh;
  position: relative;
  padding-bottom: 300px; /*←footerの高さ*/
  box-sizing: border-box;
}
.footer-fixed footer {
  position: absolute;
  bottom: 0;
  width: 100vw;
}
@media (max-width: 768px) {
  .footer-fixed {
    padding-bottom: 500px; /*←footerの高さ*/
  }
}

.message-wrap {
  width: 1200px;
  max-width: calc(100% - 11rem);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .message-wrap {
    padding: 10% 7%;
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */