@charset "utf-8";

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 0px;
}

.inner {
  width: calc(100% - 40px);
  margin-inline: auto;
}

.row-reverse {
  flex-direction: row-reverse;
}

/* mv
===================================== */
.mv {
  position: relative;
  background-color: #f8f8ee;
}
.mv_nav {
  position: absolute;
  right: 100px;
  right: 10%;
  bottom: 100px;
}
.nav_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.nav_item {
  display: block;
  width: 163px;
  height: 163px;
  background-color: #fff;
  border: 5px solid #5cae48;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.nav_item:hover {
  transform: scale(1.05);
}
.nav_item_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.nav_icon {
  width: auto;
  height: 54px;
}
.nav_text {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 600;
  color: #5c5c5c;
}

@media only screen and (max-width: 768px) {
  .mv_nav {
    position: static;
    margin-top: 0px;
  }
  .nav_wrap {
    flex-wrap: wrap;
    gap: 10px;
  }
  .nav_item {
    width: 130px;
    height: 130px;
    border: 3px solid #5cae48;
  }
  .nav_item_wrap {
    row-gap: 6px;
  }
  .nav_icon {
    width: auto;
    height: 40px;
  }
  .nav_text {
    font-size: 16px;
  }
}

/* top
=================================== */
.top {
  position: relative;
  background-color: #f8f8ee;
  padding-top: 80px;
  padding-bottom: 40px;
}
.top_img {
  width: 100%;
  max-width: 415px;
  margin-inline: auto;
}
.top_lead {
  margin-top: 30px;
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.075em;
  line-height: 1.7;
  color: #000;
}
.top_wide_img {
  position: relative;
  margin-top: 80px;
}
.top_wide_car {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 420px;
}

@media only screen and (max-width: 768px) {
  .top {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .top_img {
    width: 80%;
  }
  .top_lead {
    margin-top: 20px;
    font-size: 14px;
  }
  .top_wide_img {
    position: relative;
    margin-top: 130px;
  }
  .top_wide_car {
    bottom: 20px;
    width: 60%;
  }
}

/* 
============================== */
.section_title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #5cae48;
}
.section_title .icon {
  display: block;
  width: 80px;
  margin-inline: auto;
  margin-bottom: 4px;
}
.section_lead {
  margin-top: 26px;
  text-align: center;
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #5cae48;
  font-weight: bold;
  margin-bottom: 40px;
}
.section_text {
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.075em;
  line-height: 1.7;
}

@media only screen and (max-width: 768px) {
  .section_title {
    font-size: 20px;
  }
  .section_title .icon {
    width: 60px;
  }
  .section_lead {
    margin-top: 14px;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section_text {
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
  }
}

/* concept
=============================== */
.concept {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 180px;
}
.concept::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1200px;
  bottom: 0;
  left: 0;
  background: url(../images/concept_bg.png) no-repeat center center / cover;
}
.concept_car {
  position: absolute;
  width: 800px;
  top: 100px;
  right: -100px;
  left: 67%;
  z-index: 1;
}
.concept .inner {
  position: relative;
  z-index: 2;
  max-width: 1400px;
}
.concept_wrap {
  margin-top: 200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}
.concept_item_img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.concept_item_title {
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #5cae48;
  font-weight: bold;
  margin-bottom: 20px;
}
.concept_item_text {
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
.concept_box {
  margin-top: 60px;
  padding: 30px;
  border: 1px solid #5cae48;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.concept_box_item {
  width: 100%;
  max-width: 400px;
}
.concept_box_body {
  padding-inline: 15px;
}
.concept_item_box {
  margin-top: 40px;
  background-color: #e2f0df;
  padding: 10px 20px;
  border-radius: 10px;
}
.concept_item_box_title {
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 12px;
}
.concept_item_box_text {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .concept {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .concept::before {
    height: 90%;
    bottom: 0;
    left: 0;
    background: url(../images/concept_bg.png) no-repeat center center / cover;
  }
  .concept_car {
    position: static;
    width: 100%;
    margin-inline: auto;
    margin-top: 30px;
  }
  .concept_wrap {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .concept_item_img {
    margin-bottom: 12px;
  }
  .concept_item_title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .concept_item_text {
    text-align: center;
    font-size: 14px;
  }
  .concept_box {
    margin-top: 30px;
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .concept_box_item {
    width: 100%;
    max-width: 400px;
  }
  .concept_box_body {
    padding-inline: 0px;
    width: 100%;
  }
  .concept_item_box {
    margin-top: 20px;
  }
  .concept_item_box_title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .concept_item_box_text {
    text-align: center;
    font-size: 14px;
  }
}

/* priceless
================================== */
.priceless {
  overflow: hidden;
  padding-top: 120px;
}
.priceless01 {
  position: relative;
}
.priceless01_icon {
  position: absolute;
  top: 0;
  left: -20px;
  width: 210px;
}
.priceless01 .priceless_wrap {
  padding-right: 6%;
  display: flex;
  justify-content: right;
  align-items: center;
  column-gap: 60px;
}
.priceless_text {
  font-size: 21px;
  letter-spacing: 0.075em;
}
.priceless01 .priceless_img {
  width: 60%;
  max-width: 1001px;
  display: flex;
  column-gap: 1px;
}
.priceless02 {
  position: relative;
  margin-top: 80px;
}
.priceless02_icon {
  position: absolute;
  bottom: 120px;
  right: -20px;
  width: 340px;
}
.priceless02 .priceless_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  column-gap: 60px;
}
.priceless02 .priceless_img {
  width: 60%;
  max-width: 1001px;
  display: flex;
  column-gap: 1px;
}
.priceless_img_inwrap {
  display: flex;
  flex-direction: column;
  row-gap: 1px;
}

@media only screen and (max-width: 768px) {
  .priceless {
    padding-top: 60px;
  }
  .priceless01_icon {
    position: absolute;
    top: -60px;
    left: auto;
    right: -4px;
    width: 90px;
  }
  .priceless01 .priceless_wrap {
    padding-right: 0;
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
  .priceless_text {
    font-size: 15px;
    padding-left: 20px;
  }
  .priceless01 .priceless_img {
    width: 94%;
    margin-left: auto;
  }
  .priceless02 {
    margin-top: 60px;
  }
  .priceless02_icon {
    bottom: auto;
    top: 50px;
    right: -20px;
    width: 150px;
  }
  .priceless02 .priceless_wrap {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
  .priceless02 .priceless_img {
    width: 94%;
  }
}

/* craft
================================== */
.craft {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.craft::before {
  content: "";
  width: 100%;
  height: 1400px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/craft_bg.png) no-repeat top center / cover;
}
.craft_box {
  position: relative;
  box-sizing: border-box;
  max-width: 1500px;
  margin-inline: auto;
  border: 1px solid #5cae48;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 30px 80px;
}
.craft_box_wrap {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.craft_box_center {
  max-width: 600px;
}
.craft_box_text {
  font-size: 21px;
  letter-spacing: 0.075em;
  line-height: 1.8;
}
.craft_box_left .craft_box_text {
  text-align: right;
}
.craft_box_nav {
  position: relative;
  margin-top: -82px;
}
.craft_slide_area {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .craft {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .craft::before {
    height: 80%;
    bottom: 50px;
  }
  .craft_box {
    padding: 40px 20px 80px;
  }
  .craft_box_wrap {
    margin-top: 24px;
    flex-direction: column;
    gap: 10px;
  }
  .craft_box_text {
    font-size: 14px;
  }
  .craft_box_left .craft_box_text {
    text-align: left;
  }
  .craft_box_nav {
    margin-top: -50px;
  }
  .craft_slide_area {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
  }
}

/* =========================
メイン
========================= */
.craft_slide_area {
  margin-top: 180px;
}
.craft_slide_main {
  margin-bottom: 20px;
}

.craft_slide_item {
  overflow: hidden;
}

.craft_slide_item img {
  width: 100%;
  aspect-ratio: 1600 / 800;
  object-fit: cover;
  display: block;
}

/* =========================
サムネ
========================= */
.craft_slide_thumb {
  width: calc(100% - 120px);
  margin: 0 auto;
}
.craft_thumb_item {
  padding: 0 6px;
  cursor: pointer;
}
.craft_thumb_item img {
  width: 100%;
  aspect-ratio: 1600 / 800;
  object-fit: cover;
  display: block;
  filter: brightness(0.4);
  transition: filter 0.3s;
}
.craft_slide_thumb .slick-slide:hover img {
  filter: brightness(1);
}
.craft_slide_thumb .slick-slide.is-active img {
  filter: brightness(1);
}

/* =========================
矢印
========================= */
.craft_slide_main .slick-arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 200px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transform: translateY(-50%);
  background-color: rgba(59, 59, 65, 0.9);
  cursor: pointer;
  text-indent: -9999px;
  z-index: 5;
  transition: opacity 0.3s;
}

/* hover */
.craft_slide_main .slick-arrow:hover {
  opacity: 0.7;
}

.craft_slide_main .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  margin-top: -5px;
}

/* prev */
.craft_slide_main .slick-prev {
  left: 0;
}

.craft_slide_main .slick-prev::before {
  margin-left: -2px;
  border-left: #fff solid 1px;
  border-bottom: #fff solid 1px;
}

/* next */
.craft_slide_main .slick-next {
  right: 0;
}

.craft_slide_main .slick-next::before {
  margin-left: -8px;
  border-right: #fff solid 1px;
  border-top: #fff solid 1px;
}

/* slickデフォルト非表示 */
.craft_slide_main .slick-prev:before,
.craft_slide_main .slick-next:before {
  font-size: 0;
  color: transparent;
}
@media screen and (max-width: 768px) {
  /* =========================
  全体
  ========================= */
  .craft_slide_area {
    margin-top: 80px;
  }

  /* =========================
  メイン
  ========================= */
  .craft_slide_main {
    margin-bottom: 6px;
  }

  .craft_slide_item img {
    aspect-ratio: 16 / 9;
  }

  /* =========================
  サムネ
  ========================= */
  .craft_slide_thumb {
    width: calc(100% - 6px);
    margin-inline: auto;
  }

  .craft_thumb_item {
    padding: 0 1px;
  }

  .craft_thumb_item img {
    aspect-ratio: 16 / 9;
  }

  /* =========================
  矢印
  ========================= */
  @media screen and (max-width: 768px) {
    .craft_slide_main .slick-arrow {
      width: 20px;
      height: 80px;
    }

    .craft_slide_main .slick-arrow::before {
      width: 8px;
      height: 8px;
    }
  }
}

/* wide_wrap
=================================== */
.wide_item {
  position: relative;
}
.wide_item_lead {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.075em;
  line-height: 1.7;
}
.wide_item_lead.white {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .wide_item figure {
    aspect-ratio: 1.8/1;
    overflow: hidden;
  }
  .wide_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wide_item_lead {
    width: 98%;
    font-size: 18px;
  }
}

/* map_area
================================ */
.bottom_bg {
  position: relative;
}
.bottom_bg::before {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/bottom_bg.jpg) no-repeat top center / cover;
}
.map_area {
  padding-top: 120px;
}
.map_box {
  position: relative;
  box-sizing: border-box;
  max-width: 1500px;
  margin-inline: auto;
  border: 1px solid #5cae48;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 30px 130px;
}
.map_box_wrap {
  margin-top: 40px;
  margin-inline: auto;
  width: 90%;
}
.map_area iframe {
  width: 100%;
  aspect-ratio: 1400 / 430;
}
.map_info_wrap {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.map_info {
  font-size: 16px;
  letter-spacing: 0.075em;
}
.map_box_nav {
  position: relative;
  margin-top: -82px;
}

@media only screen and (max-width: 768px) {
  .bottom_bg::before {
    height: 90%;
  }
  .map_area {
    padding-top: 60px;
  }
  .map_box {
    padding: 40px 20px 80px;
  }
  .map_box_wrap {
    margin-top: 20px;
    width: 100%;
  }
  .map_area iframe {
    width: 100%;
    aspect-ratio: 750 / 600;
  }
  .map_info_wrap {
    margin-top: 18px;
    flex-direction: column;
    gap: 14px;
  }
  .map_info {
    font-size: 14px;
  }
  .map_box_nav {
    position: relative;
    margin-top: -60px;
  }
}

/* form_area
===================================== */
.form_area {
  padding-top: 160px;
  padding-bottom: 120px;
}
.form_title {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.1em;
  color: #5cae48;
}
.form_area_lead {
  margin-top: 40px;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  font-weight: 500;
}
.form_area .inner {
  max-width: 1000px;
  margin-inline: auto;
}
.formTable {
  margin-top: 60px;
  width: 100%;
}
input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
.contact_form {
  margin-top: 60px;
}

.formTable {
  width: 100%;
  margin-top: 0;
  border-collapse: collapse;
}

.formTable tr {
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}

.formTable tr:last-child {
  align-items: flex-start;
}

.formTable th,
.formTable td {
  display: block;
}

.formTable th {
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: right;
  white-space: nowrap;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  border: none;
}

input[type="text"],
textarea {
  width: 100%;
  display: block;
  background: #fff;
  font-size: 16px;
  padding: 10px 14px;
  border-radius: 3px;
  box-sizing: border-box;
}

input[type="text"] {
  height: 48px;
  width: 70%;
}

textarea {
  height: 132px;
  resize: vertical;
}

input[type="text"]:focus,
textarea:focus {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(39, 178, 95, 0.25);
}

.form_btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  position: relative;
  width: 355px;
  height: 64px;
  margin-inline: auto;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.5em;
  line-height: 1;
  background-color: #57b84c;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.2s;
}

.form_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 32px;
  height: 16px;
  background: url(../images/icon_btn.png) no-repeat center center / contain;
}

.form_btn input[type="submit"] {
  all: unset;
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.form_btn span {
  position: relative;
  z-index: 0;
}

.form_btn:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .form_area {
    padding: 60px 0 80px;
  }
  .form_title {
    font-size: 24px;
  }
  .form_area_lead {
    margin-top: 15px;
    font-size: 15px;
  }
  .formTable tr {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 6px;
    margin-bottom: 30px;
  }
  .formTable th {
    font-size: 14px;
    text-align: left;
  }
  .formTable td {
    width: 100%;
  }
  input[type="text"] {
    height: 48px;
    width: 100%;
  }
  .form_btn {
    margin-top: 10px;
    width: 80%;
    max-width: 330px;
  }
  .form_btn span {
    font-size: 20px;
    padding-left: 12px;
  }
}

.bottom_slide_area {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.js-bottom-slide-bottom {
  transform: scaleX(-1);
}
.bottom_slide {
  display: block;
}

.bottom_slide .slick-list {
  margin: 0 -1px;
}

.bottom_slide .slide_item {
  padding: 0 1px;
  box-sizing: border-box;
}
.js-bottom-slide-bottom .slide_item {
  transform: scaleX(-1);
}

.bottom_slide .slide_item img {
  width: auto;
  height: 170px;
  display: block;
}

.bottom_slide_bottom .slide_item img {
  height: 160px;
}

@media screen and (max-width: 768px) {
  .bottom_slide .slide_item img {
    height: 110px;
  }

  .bottom_slide_bottom .slide_item img {
    height: 110px;
  }
}

/* footer
===================================== */
.footer {
  background-color: #f8f8ee;
  padding: 60px 0;
}
.footer .inner {
  max-width: 1100px;
}
.footer_wrap {
  display: flex;
  justify-content: space-between;
}
.footer_logo {
  width: 100%;
  max-width: 230px;
}
.footer_tel {
  display: block;
  width: 100%;
  max-width: 310px;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 40px 0;
  }
  .footer_wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
  .footer_logo {
    width: 100%;
    max-width: 200px;
  }
  .footer_tel {
    display: block;
    width: 100%;
    max-width: 260px;
  }
}
