@charset "UTF-8";
html {
  font-size: 1.0666666667vw;
}
@media (min-width: 1300px) and (max-width: 1500px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  html {
    font-size: 1.0666666667vw;
  }
}
@media (min-width: 390px) and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 389.98px) {
  html {
    font-size: 3.5897435897vw;
  }
}

@media (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #3F3F3F;
}
@media (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

:target {
  scroll-margin-top: 6.25rem;
}
@media (max-width: 1300px) {
  :target {
    scroll-margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  :target {
    scroll-margin-top: 4.2857142857rem;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  a.fax[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.inner {
  width: 100%;
  max-width: 81.25rem;
  padding: 0 1.5625rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .inner {
    max-width: 42.8571428571rem;
    padding: 0 1.1428571429rem;
  }
}

.body.is_open {
  overflow: hidden;
}

/* Header
------------------------------ */
.header {
  position: fixed;
  width: 100%;
  min-height: 7.375rem;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1300px) {
  .header {
    min-height: 5rem;
  }
}
@media (max-width: 768px) {
  .header {
    min-height: 4.2857142857rem;
  }
}

.header.header_fixed {
  min-height: 5.875rem;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1300px) {
  .header.header_fixed {
    min-height: 5rem;
  }
}
@media (max-width: 768px) {
  .header.header_fixed {
    min-height: 4.2857142857rem;
  }
}

.header_fixed {
  -webkit-box-shadow: 0px 0.0625rem 0.1875rem rgba(63, 63, 63, 0.5);
          box-shadow: 0px 0.0625rem 0.1875rem rgba(63, 63, 63, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.customize-support .header {
  top: 32px;
}

.header_inner {
  min-height: inherit;
}

.header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  min-height: inherit;
  padding: 0 1.5625rem;
}
@media (max-width: 768px) {
  .header_wrapper {
    padding: 0 1.1428571429rem;
  }
}

.header_left {
  width: 100%;
  max-width: 46.875rem;
}
@media (max-width: 768px) {
  .header_left {
    max-width: calc(100% - 5rem);
  }
}

.header_lead {
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}
@media (max-width: 1300px) {
  .header_lead {
    display: none;
  }
}

.header_fixed .header_lead {
  display: none;
}

.header_logo {
  width: 100%;
  max-width: 18.8125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 1.25rem;
}
@media (max-width: 1300px) {
  .header_logo {
    max-width: 18.8125rem;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .header_logo {
    max-width: 12.9285714286rem;
  }
}

.header_fixed .header_logo {
  max-width: 18.8125rem;
  margin-top: 0;
}
@media (max-width: 1300px) {
  .header_fixed .header_logo {
    max-width: 18.8125rem;
  }
}
@media (max-width: 768px) {
  .header_fixed .header_logo {
    max-width: 12.9285714286rem;
  }
}

.header_right {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 768px) {
  .header_right {
    display: none;
  }
}

.header_fixed .header_right {
  max-width: 43.0625rem;
}

.header_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.3125rem;
}
@media (max-width: 1300px) {
  .header_unit {
    display: none;
  }
}

.header_fixed .header_unit {
  display: none;
}

.header_tel {
  width: 100%;
  max-width: 13.5625rem;
}

.header_tel_link {
  width: 100%;
  max-width: 9.6875rem;
  margin-left: auto;
}

.header_tel_time {
  font-size: 0.75rem;
  letter-spacing: 0;
  margin-top: 0.25rem;
  text-align: right;
}

.header_contact {
  width: 100%;
  max-width: 7.5rem;
}

.header_contact a {
  display: block;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.5rem 0.25rem;
  color: #fff;
  background-color: #3A6C50;
}

@media (min-width: 768px) {
  .header_contact a:hover {
    background-color: #3F3F3F;
  }
}

.header_nav {
  margin-top: 1.125rem;
}
@media (max-width: 1300px) {
  .header_nav {
    display: none;
  }
}

.header_fixed .header_nav {
  margin-top: 0;
}

.header_lists {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: repeat(5, auto);
  gap: 0.9375rem;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.header_fixed .header_lists {
  grid-template-columns: repeat(6, auto);
}

.header_fixed .header_list {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_list.header_list_contact {
  display: none;
}

.header_fixed .header_list.header_list_contact {
  display: block;
}

.header_list_link {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .header_list_link:hover {
    color: #3A6C50;
  }
}

.header_list_modal_wrap {
  position: relative;
}

@media (min-width: 768px) {
  .header_list_modal_wrap:hover > .header_list_modal {
    -webkit-transform: scaleY(1) translateX(-50%);
            transform: scaleY(1) translateX(-50%);
  }
}

.header_list_modal {
  position: absolute;
  top: 1.875rem;
  left: 50%;
  width: 12.5rem;
  -webkit-transform: scaleY(0) translateX(-50%);
          transform: scaleY(0) translateX(-50%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 1px 3px rgba(63, 63, 63, 0.5);
          box-shadow: 0px 1px 3px rgba(63, 63, 63, 0.5);
  background-color: rgba(255, 255, 255, 0.85);
}

.header_fixed .header_list_modal {
  top: 1.875rem;
}

.header_list_modal_item:not(:last-of-type) {
  border-bottom: 1px solid #3F3F3F;
}

.header_list_modal_item a {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 120%;
  width: 100%;
  padding: 0.875rem 0.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .header_list_modal_item a:hover {
    color: #fff;
    background-color: #3A6C50;
  }
}

.header_hamburger {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
@media (max-width: 1300px) {
  .header_hamburger {
    display: block;
  }
}
@media (max-width: 768px) {
  .header_hamburger {
    width: 4.2857142857rem;
    height: 4.2857142857rem;
  }
}

.header_hamburger.is_open {
  background-color: transparent;
}

.header_hamburger_bar {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1.5625rem;
  height: 2px;
  background-color: #3A6C50;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header_hamburger_bar:nth-of-type(1) {
  top: -0.75rem;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(1) {
    top: -0.8571428571rem;
  }
}

.header_hamburger_bar:nth-of-type(2) {
  top: -0.125rem;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(2) {
    top: -0.2857142857rem;
  }
}

.header_hamburger_bar:nth-of-type(3) {
  top: 0.5rem;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(3) {
    top: 0.2857142857rem;
  }
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(1) {
  top: 1px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background-color: #fff;
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(2) {
  opacity: 0;
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(3) {
  top: -3px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  background-color: #fff;
}

.header_hamburger_title {
  position: absolute;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #3A6C50;
  width: 100%;
  left: 50%;
  bottom: 0.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .header_hamburger_title {
    bottom: 0.2857142857rem;
  }
}

.header_hamburger.is_open .header_hamburger_title {
  color: #fff;
}

.header_drawer {
  padding: 4.375rem 0;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(58, 108, 80, 0.95);
  overflow-y: scroll;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
}

.header_drawer.is_open {
  opacity: 1;
  visibility: visible;
}

.header_drawer::-webkit-scrollbar {
  display: none;
}

.header_drawer_nav {
  padding: 0 1.1428571429rem 6.25rem;
  height: 100%;
  overflow-y: scroll;
}

.header_drawer_list {
  border-bottom: 1px solid #3A6C50;
}

.header_drawer_list_link {
  padding: 0.9375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.header_drawer_list_menu a {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
  padding: 0.5rem 0.625rem;
  color: #fff;
}
@media (max-width: 768px) {
  .header_drawer_list_menu a {
    font-size: 1rem;
  }
}

/* main
------------------------------ */
.main {
  margin-top: 7.375rem;
}
@media (max-width: 1300px) {
  .main {
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .main {
    margin-top: 4.2857142857rem;
  }
}

/* top - top_mw
------------------------------ */
.top_mw {
  height: calc(100vh - 7.375rem);
}
@media (max-width: 1300px) {
  .top_mw {
    height: calc(100vh - 5rem);
  }
}
@media (max-width: 768px) {
  .top_mw {
    height: calc(100vh - 4.2857142857rem);
  }
}

.top_mw_inner {
  position: relative;
}

.top_mw_swiper {
  position: relative;
}

.top_mw_swiper::after {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
}

.top_mw_swiper.is_flash::after {
  -webkit-animation: mwFlash 1400ms ease-out forwards;
          animation: mwFlash 1400ms ease-out forwards;
}

@-webkit-keyframes mwFlash {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes mwFlash {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.top_mw_swiper_slide {
  position: relative;
  overflow: hidden;
}

.top_mw_swiper_img,
.top_mw_swiper_img img {
  display: block;
  width: 100%;
  height: calc(100vh - 7.375rem);
}
@media (max-width: 1300px) {
  .top_mw_swiper_img,
  .top_mw_swiper_img img {
    height: calc(100vh - 5rem);
  }
}
@media (max-width: 768px) {
  .top_mw_swiper_img,
  .top_mw_swiper_img img {
    height: calc(100vh - 4.2857142857rem);
  }
}

.top_mw_swiper_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateZ(0) scale(1.15);
          transform: translateZ(0) scale(1.15);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.top_mw_swiper_img img.is_kenburns {
  -webkit-animation: mwKenburns 10000ms linear forwards;
          animation: mwKenburns 10000ms linear forwards;
  will-change: transform;
}

@-webkit-keyframes mwKenburns {
  0% {
    -webkit-transform: translateZ(0) scale(1.15);
            transform: translateZ(0) scale(1.15);
  }
  100% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
  }
}

@keyframes mwKenburns {
  0% {
    -webkit-transform: translateZ(0) scale(1.15);
            transform: translateZ(0) scale(1.15);
  }
  100% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
  }
}
.top_mw_swiper_title {
  position: absolute;
  font-size: 2.4vw;
  line-height: 200%;
  letter-spacing: 0.25em;
  top: 8.4667vw;
  right: 15.4vw;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media (max-width: 768px) {
  .top_mw_swiper_title {
    font-size: 6.4vw;
    line-height: 190%;
    letter-spacing: 0.2em;
    top: 12.2667vw;
    right: 7.7333vw;
  }
}

/* top - top_news
------------------------------ */
.top_news {
  margin-top: 4.6875rem;
}
@media (max-width: 768px) {
  .top_news {
    margin-top: 2.8571428571rem;
  }
}

.top_news_lead {
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 2.6875rem;
}
@media (max-width: 768px) {
  .top_news_lead {
    text-align: left;
    margin-top: 1.7142857143rem;
  }
}

.top_news_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.125rem;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .top_news_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7142857143rem;
    margin-top: 2.2857142857rem;
  }
}

.top_news_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}

.top_news_card a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}

.top_news_card_img {
  overflow: hidden;
  border: 1px solid #3F3F3F;
}

.top_news_card_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 287/177;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .top_news_card a:hover .top_news_card_img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.top_news_card_categorys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem 0.5rem;
  margin-top: 1rem;
}

.top_news_card_category {
  font-size: 0.875rem;
  color: #3A6C50;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem 0.75rem;
  color: #fff;
  background-color: #3A6C50;
}

.top_news_card_date {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
  color: #A7A7A7;
  margin-top: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .top_news_card a:hover .top_news_card_date {
    color: #3A6C50;
  }
}

.top_news_card_title {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.1875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .top_news_card a:hover .top_news_card_title {
    color: #3A6C50;
  }
}

.top_news_btn {
  text-align: center;
  margin-top: 5.6875rem;
}
@media (max-width: 768px) {
  .top_news_btn {
    margin-top: 2.2857142857rem;
  }
}

/* top - top_about
------------------------------ */
.top_about {
  position: relative;
  margin-top: 10rem;
  padding-bottom: 11.7333vw;
}
@media (max-width: 768px) {
  .top_about {
    margin-top: 6.8571428571rem;
    padding-bottom: 62.1333vw;
  }
}

.top_about_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8.25rem;
}
@media (max-width: 768px) {
  .top_about_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.2857142857rem;
  }
}

.top_about_img {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .top_about_img {
    width: 100%;
    margin: 0;
  }
}

.top_about_content {
  width: 100%;
  max-width: 36.5rem;
  margin-top: 5rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media (max-width: 768px) {
  .top_about_content {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .top_about_title .section_title {
    text-align: center;
  }
}

.top_about_text {
  line-height: 220%;
  margin-top: 4.75rem;
}
@media (max-width: 768px) {
  .top_about_text {
    line-height: 200%;
    margin-top: 2.2857142857rem;
  }
}

.top_about_btn {
  margin-top: 4.3125rem;
}
@media (max-width: 768px) {
  .top_about_btn {
    margin-top: 2.2857142857rem;
    text-align: center;
  }
}

.top_about_foot_img {
  position: absolute;
  width: 24vw;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .top_about_foot_img {
    width: 80vw;
  }
}

/* top - top_features
------------------------------ */
.top_features {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .top_features {
    margin-top: 5.7142857143rem;
  }
}

.top_features_lead {
  line-height: 220%;
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .top_features_lead {
    line-height: 200%;
    margin-top: 2.2857142857rem;
  }
}

.top_features_wrapper {
  position: relative;
  margin-top: 7.5rem;
  display: grid;
  grid-template-columns: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 768px) {
  .top_features_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 2.2857142857rem;
  }
}

.top_features_illust {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  width: 52%;
  position: sticky;
  top: 14vh;
  align-self: start;
  z-index: 0;
  will-change: transform;
}
@media (max-width: 768px) {
  .top_features_illust {
    position: relative;
    top: 0;
    margin-top: 2.2857142857rem;
  }
}

.top_features_illust img {
  display: block;
  width: 100%;
  height: auto;
}

.top_features_items {
  counter-reset: cnt;
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  width: 60.8%;
  position: relative;
  z-index: 1;
  padding-top: 60vh;
}
@media (max-width: 768px) {
  .top_features_items {
    width: 100%;
    padding-top: 0;
  }
}

.top_features_item {
  padding: 2.5rem;
  border: 1px solid #3F3F3F;
  background-color: #fff;
}
@media (max-width: 768px) {
  .top_features_item {
    padding: 2.2857142857rem 1.7142857143rem 2.2857142857rem;
  }
}

.top_features_item + .top_features_item {
  margin-top: 16vh;
}
@media (max-width: 768px) {
  .top_features_item + .top_features_item {
    margin-top: 1.1428571429rem;
  }
}

.top_features_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .top_features_item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5714285714rem;
  }
}

.top_features_item_img {
  width: 100%;
  max-width: 10rem;
}
@media (max-width: 768px) {
  .top_features_item_img {
    max-width: 11.4285714286rem;
  }
}

.top_features_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 160/160;
}

.top_features_item_unit {
  width: 100%;
  max-width: 30rem;
}
@media (max-width: 768px) {
  .top_features_item_unit {
    max-width: 100%;
  }
}

.top_features_item_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3A6C50;
}
@media (max-width: 768px) {
  .top_features_item_num {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top_features_item_num::after {
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero);
  font-size: 1.5rem;
  line-height: 120%;
}
@media (max-width: 768px) {
  .top_features_item_num::after {
    font-size: 1.5714285714rem;
  }
}

.top_features_item_title {
  font-size: 2rem;
  letter-spacing: 0.08em;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .top_features_item_title {
    font-size: 1.4285714286rem;
    margin-top: 0.5714285714rem;
    text-align: center;
  }
}

.top_features_item_text {
  font-size: 1.125rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  margin-top: 2.4375rem;
}
@media (max-width: 768px) {
  .top_features_item_text {
    letter-spacing: 0.02em;
    margin-top: 1.7142857143rem;
  }
}

.top_features_item_btn {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .top_features_item_btn {
    text-align: center;
    margin-top: 1.7142857143rem;
  }
}

.top_features_swiper_lists {
  width: 100%;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .top_features_swiper_lists {
    margin-top: 3.4285714286rem;
  }
}

.top_features_swiper_lists .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .top_features_swiper_lists .slick-track {
    gap: 0.5714285714rem;
  }
}

.top_features_swiper_lists .slick-slide {
  max-width: 36.5625rem;
  height: auto !important;
}

.top_features_swiper_arrow_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5rem;
  width: 100%;
  max-width: 81.25rem;
  padding: 0 1.5625rem;
  margin: 1.1875rem auto 0;
}
@media (max-width: 768px) {
  .top_features_swiper_arrow_wrapper {
    max-width: 42.8571428571rem;
    padding: 0 1.1428571429rem;
    margin: 0.5714285714rem auto 0;
  }
}

.top_features_swiper_arrow {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #EEF1E6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .top_features_swiper_arrow {
    width: 2.2857142857rem;
    height: 2.2857142857rem;
  }
}

@media (min-width: 768px) {
  .top_features_swiper_arrow:hover {
    background-color: #3A6C50;
  }
}

.top_features_swiper_arrow::before {
  position: absolute;
  content: "";
  width: 1.6875rem;
  height: 0.4375rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .top_features_swiper_arrow::before {
    width: 1.2857142857rem;
    height: 0.3571428571rem;
  }
}

.top_features_swiper_arrow.top_features_swiper_arrow_prev::before {
  background: url(../images/common/icon_arrow_left_green.png) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .top_features_swiper_arrow:hover.top_features_swiper_arrow_prev::before {
    background: url(../images/common/icon_arrow_left_white.png) no-repeat center center/contain;
  }
}

.top_features_swiper_arrow.top_features_swiper_arrow_next::before {
  background: url(../images/common/icon_arrow_right_green.png) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .top_features_swiper_arrow:hover.top_features_swiper_arrow_next::before {
    background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
  }
}

.top_features_food_inner {
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .top_features_food_inner {
    margin-top: 1.1428571429rem;
  }
}

.top_features_text {
  font-size: 1.375rem;
  line-height: 200%;
  text-align: center;
}
@media (max-width: 768px) {
  .top_features_text {
    font-size: 1.1428571429rem;
  }
}

.top_features_text p + p {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .top_features_text p + p {
    margin-top: 1.7142857143rem;
  }
}

.top_features_links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.125rem 1rem;
  margin-top: 7.4375rem;
}
@media (max-width: 768px) {
  .top_features_links {
    grid-template-columns: 1fr;
    margin-top: 4.5714285714rem;
    gap: 0.5714285714rem;
  }
}

.top_features_link a {
  position: relative;
  display: block;
  border: 1px solid #3F3F3F;
  overflow: hidden;
}

@media (min-width: 768px) {
  .top_features_link a:hover {
    color: #3A6C50;
  }
}

.top_features_link_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .top_features_link a:hover .top_features_link_img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.top_features_link_content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: min(3.3333vw, 3.125rem);
}
@media (max-width: 768px) {
  .top_features_link_content {
    left: 1.4285714286rem;
  }
}

.top_features_link_title {
  font-size: min(1.6vw, 1.5rem);
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .top_features_link_title {
    font-size: 1.2857142857rem;
  }
}

.top_features_link_btn {
  position: relative;
  font-size: min(0.9333vw, 0.875rem);
  letter-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: min(4.1333vw, 3.875rem);
  margin-top: min(2.1333vw, 2rem);
}
@media (max-width: 768px) {
  .top_features_link_btn {
    font-size: 0.8571428571rem;
    margin-top: 0.6428571429rem;
    padding-right: 1.7857142857rem;
  }
}

.top_features_link_btn::after {
  position: absolute;
  content: "";
  width: min(2vw, 1.875rem);
  height: min(0.4667vw, 0.4375rem);
  top: 50%;
  right: min(0.5333vw, 0.5714285714rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_black.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .top_features_link_btn::after {
    width: 1.6428571429rem;
    height: 0.4285714286rem;
    right: 0;
  }
}

@media (min-width: 768px) {
  .top_features_link a:hover .top_features_link_btn::after {
    right: 0;
  }
}

/* top - top_service
------------------------------ */
.top_service {
  margin-top: 10rem;
  padding: 10rem 0 10rem;
  background-color: #EEF1E6;
}
@media (max-width: 768px) {
  .top_service {
    margin-top: 4.5714285714rem;
    padding: 4.5714285714rem 0 4.5714285714rem;
  }
}

.top_service_lead {
  line-height: 220%;
  text-align: center;
  margin-top: 4.6875rem;
}
@media (max-width: 768px) {
  .top_service_lead {
    text-align: left;
    margin-top: 2.2857142857rem;
  }
}

.top_service_items {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .top_service_items {
    margin-top: 2.2857142857rem;
  }
}

.top_service_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .top_service_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top_service_item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .top_service_item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top_service_item + .top_service_item {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .top_service_item + .top_service_item {
    margin-top: 1.7142857143rem;
  }
}

.top_service_item_img {
  width: 44.8%;
}
@media (max-width: 768px) {
  .top_service_item_img {
    width: 76.0932944606%;
  }
}

.top_service_item:nth-child(even) .top_service_item_img {
  margin-right: -4.08%;
}
@media (max-width: 768px) {
  .top_service_item:nth-child(even) .top_service_item_img {
    margin-right: 0;
  }
}

.top_service_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 560/442;
}

.top_service_item_content {
  position: relative;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 59.2%;
  background-color: #fff;
  border: 1px solid #3F3F3F;
  min-height: 23.8125rem;
  padding: 2.25rem 1rem;
}
@media (max-width: 768px) {
  .top_service_item_content {
    width: 100%;
    min-height: auto;
    padding: 1.7142857143rem 1.7142857143rem 1.7142857143rem;
    margin-top: -1.7142857143rem;
  }
}

.top_service_item:nth-child(odd) .top_service_item_content {
  margin-right: -4.08%;
}
@media (max-width: 768px) {
  .top_service_item:nth-child(odd) .top_service_item_content {
    margin-right: 0;
  }
}

.top_service_item_title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #3A6C50;
  text-align: center;
}
@media (max-width: 768px) {
  .top_service_item_title {
    font-size: 1.4285714286rem;
  }
}

.top_service_item_text {
  line-height: 180%;
  letter-spacing: 0.08em;
  width: 100%;
  max-width: 596px;
  margin: 1.5rem auto 0;
}
@media (max-width: 768px) {
  .top_service_item_text {
    margin: 1.1428571429rem auto 0;
  }
}

.top_service_item_btn {
  text-align: center;
  margin-top: 2.5625rem;
}
@media (max-width: 768px) {
  .top_service_item_btn {
    margin-top: 1.1428571429rem;
  }
}

/* top - top_instagram
------------------------------ */
.top_instagram {
  margin-top: 9.75rem;
}
@media (max-width: 768px) {
  .top_instagram {
    margin-top: 4.5714285714rem;
  }
}

.top_instagram_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.375rem;
}
@media (max-width: 768px) {
  .top_instagram_unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.7142857143rem;
  }
}

.top_instagram_title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3A6C50;
  padding: 0.5rem 0 0.5rem 4.25rem;
}
@media (max-width: 768px) {
  .top_instagram_title {
    font-size: 1.4285714286rem;
    padding: 0.2857142857rem 0 0.2857142857rem 3.6428571429rem;
  }
}

.top_instagram_title::before {
  position: absolute;
  content: "";
  width: 2.75rem;
  height: 2.75rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_instagram.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .top_instagram_title::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.top_instagram_lead {
  letter-spacing: 0.1em;
}

.top_instagram_wrapper {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .top_instagram_wrapper {
    margin-top: 1.7142857143rem;
  }
}

.top_instagram_wrapper #sb_instagram #sbi_images {
  gap: 1.25rem;
  padding: 0;
}
@media (max-width: 768px) {
  .top_instagram_wrapper #sb_instagram #sbi_images {
    gap: 0.7142857143rem;
  }
}

/* top - top_company
------------------------------ */
.top_company {
  position: relative;
  margin-top: 12.5rem;
  padding: 10rem 0;
  background-color: #EEF1E6;
}
@media (max-width: 768px) {
  .top_company {
    padding: 5.7142857143rem 0 4.5714285714rem;
  }
}

.top_company::before {
  position: absolute;
  content: "";
  width: 21.4375rem;
  height: 20.125rem;
  top: -13.5625rem;
  left: min(50% + 20.25rem, 100% - 21.4375rem - 1.5625rem);
  background: url(../images/top/top_company_illust01.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .top_company::before {
    width: 13.7857142857rem;
    height: 13rem;
    left: auto;
    right: 0;
    top: -11.4285714286rem;
  }
}

.top_company_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-top: 7.75rem;
}
@media (max-width: 768px) {
  .top_company_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.7142857143rem;
    margin-top: 2.8571428571rem;
  }
}

.top_company_images {
  display: grid;
  grid-template-columns: 400fr 200fr;
  gap: 0.5rem;
  width: 100%;
  max-width: 38rem;
}
@media (max-width: 768px) {
  .top_company_images {
    grid-template-columns: 168fr 168fr;
  }
}

.top_company_image:nth-of-type(3n+1) {
  grid-row: span 2;
}
@media (max-width: 768px) {
  .top_company_image:nth-of-type(3n+1) {
    grid-column: span 2;
  }
}

.top_company_image:nth-of-type(3n-1),
.top_company_image:nth-of-type(3n) {
  grid-row: span 1;
}
@media (max-width: 768px) {
  .top_company_image:nth-of-type(3n-1),
  .top_company_image:nth-of-type(3n) {
    grid-column: span 1;
  }
}

.top_company_image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.top_company_image:nth-of-type(3n+1) img {
  aspect-ratio: 400/400;
}
@media (max-width: 768px) {
  .top_company_image:nth-of-type(3n+1) img {
    aspect-ratio: 343/200;
  }
}

.top_company_image:nth-of-type(3n-1) img,
.top_company_image:nth-of-type(3n) img {
  aspect-ratio: 200/196;
}
@media (max-width: 768px) {
  .top_company_image:nth-of-type(3n-1) img,
  .top_company_image:nth-of-type(3n) img {
    aspect-ratio: 168/120;
  }
}

.top_company_map {
  width: 100%;
  max-width: 38rem;
}

.top_company_map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 608/400;
}

.top_company_content {
  width: 100%;
  max-width: 48.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .top_company_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.2857142857rem;
    margin-top: 2.8571428571rem;
  }
}

.top_company_info_wrapper {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.top_company_info_name {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .top_company_info_name {
    font-size: 1.4285714286rem;
  }
}

.top_company_info_address {
  letter-spacing: 0.05em;
  margin-top: 1rem;
}

.top_company_info_tel {
  letter-spacing: 0.05em;
  margin-top: 0.1875rem;
}

.top_company_info_time {
  letter-spacing: 0.05em;
  margin-top: 0.1875rem;
}

.top_company_access {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.top_company_access_title {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.top_company_access_car {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 2rem;
}

.top_company_access_car::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_car_black.png) no-repeat center center/contain;
}

.top_company_access_train {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 2rem;
}

.top_company_access_train::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_train_black.png) no-repeat center center/contain;
}

.top_company_area {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .top_company_area {
    margin-top: 2.2857142857rem;
  }
}

.top_company_area_title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 768px) {
  .top_company_area_title {
    font-size: 1.4285714286rem;
  }
}

.top_company_area_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.125rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .top_company_area_items {
    grid-template-columns: 1fr;
    gap: 1.1428571429rem;
    margin-top: 1.1428571429rem;
  }
}

.top_company_area_item {
  background-color: #fff;
  padding: 1.875rem 2rem 2rem;
}
@media (max-width: 768px) {
  .top_company_area_item {
    padding: 1rem 1.1428571429rem 1.1428571429rem;
  }
}

.top_company_area_item_title {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #3A6C50;
}
@media (max-width: 768px) {
  .top_company_area_item_title {
    font-size: 1.1428571429rem;
  }
}

.top_company_area_item_text {
  line-height: 180%;
  letter-spacing: 0;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #3F3F3F;
}
@media (max-width: 768px) {
  .top_company_area_item_text {
    margin-top: 0.2857142857rem;
    padding-top: 0.2857142857rem;
  }
}

.top_company_area_text {
  position: relative;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .top_company_area_text {
    margin-top: 1.1428571429rem;
    padding-left: 1rem;
  }
}

.top_company_area_text::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

.top_company_btn {
  text-align: center;
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .top_company_btn {
    margin-top: 2.8571428571rem;
  }
}

/* cta
------------------------------ */
.cta {
  padding: 6rem 1.25rem 4rem;
  background: url(../images/common/cta_bg.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .cta {
    padding: 3.4285714286rem 0 3.8571428571rem;
  }
}

.cta_lead {
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  margin-top: 2.75rem;
}
@media (max-width: 768px) {
  .cta_lead {
    font-size: 1.1428571429rem;
    letter-spacing: 0.06em;
    margin-top: 1.7142857143rem;
  }
}

.cta_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cta_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5714285714rem;
    margin-top: 2.2857142857rem;
  }
}

.cta_tel {
  width: 100%;
  max-width: 38.875rem;
  background-color: #fff;
  padding: 1.5rem 1rem 2.5625rem;
}
@media (max-width: 768px) {
  .cta_tel {
    padding: 1.1428571429rem 1.1428571429rem 1.7142857143rem;
  }
}

.cta_tel_title {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-top: 2.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .cta_tel_title {
    font-size: 1.1428571429rem;
    padding-top: 2.6428571429rem;
  }
}

.cta_tel_title::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background: url(../images/common/icon_phone_black.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .cta_tel_title::before {
    width: 1.7857142857rem;
    height: 1.7857142857rem;
  }
}

.cta_tel_link {
  width: 100%;
  max-width: 18.4375rem;
  margin: 1.3125rem auto 0;
}
@media (max-width: 768px) {
  .cta_tel_link {
    margin: 0.8571428571rem auto 0;
  }
}

.cta_tel_time {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .cta_tel_time {
    font-size: 1rem;
    margin-top: 0.5714285714rem;
  }
}

.cta_mail {
  width: 100%;
  max-width: 38.875rem;
  background-color: #fff;
  padding: 1.5rem 1rem 2.5625rem;
}
@media (max-width: 768px) {
  .cta_mail {
    padding: 1.4285714286rem 1.1428571429rem 2rem;
  }
}

.cta_mail_title {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-top: 2.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .cta_mail_title {
    font-size: 1.1428571429rem;
    padding-top: 2.6428571429rem;
  }
}

.cta_mail_title::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background: url(../images/common/icon_mail_black.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .cta_mail_title::before {
    width: 1.7857142857rem;
    height: 1.4285714286rem;
  }
}

.cta_mail_btn {
  text-align: center;
  margin-top: 1.625rem;
}
@media (max-width: 768px) {
  .cta_mail_btn {
    margin-top: 1.1428571429rem;
  }
}

.cta_mail_btn a {
  display: inline-block;
  font-size: 1.125rem;
  width: 100%;
  max-width: 17.4375rem;
  color: #fff;
  background-color: #3F3F3F;
  padding: 0.75rem 0.5rem 0.75rem 1.5rem;
}
@media (max-width: 768px) {
  .cta_mail_btn a {
    font-size: 1rem;
    max-width: 16.6428571429rem;
    padding: 0.6071428571rem 0.7142857143rem 0.6071428571rem 1.2857142857rem;
  }
}

@media (min-width: 768px) {
  .cta_mail_btn a:hover {
    background-color: #3A6C50;
  }
}

.cta_mail_btn a span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 2.625rem;
}
@media (max-width: 768px) {
  .cta_mail_btn a span {
    padding-right: 2.3571428571rem;
  }
}

.cta_mail_btn a span::after {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 0.4375rem;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .cta_mail_btn a span::after {
    width: 1.9285714286rem;
    height: 0.4285714286rem;
    right: 0;
  }
}

@media (min-width: 768px) {
  .cta_mail_btn a:hover span::after {
    right: 0;
  }
}

/* common
------------------------------ */
.btn {
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  width: 100%;
  max-width: 9.8125rem;
  padding: 0.75rem 0.625rem;
  text-align: center;
  color: #fff;
  background-color: #3A6C50;
  z-index: 1;
}
@media (max-width: 768px) {
  .btn {
    font-size: 1rem;
    max-width: 8.5714285714rem;
    padding: 0.6071428571rem 0.5714285714rem;
  }
}

@media (min-width: 768px) {
  .btn:hover {
    background-color: #3F3F3F;
  }
}

.arrow_btn {
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  width: 100%;
  max-width: 15.5rem;
  padding: 0.75rem 0.5rem 0.75rem 2rem;
  text-align: left;
  color: #fff;
  background-color: #3A6C50;
  z-index: 1;
}
@media (max-width: 768px) {
  .arrow_btn {
    font-size: 1rem;
    max-width: 15.7142857143rem;
    padding: 0.6071428571rem 0.5714285714rem 0.6071428571rem 2.2857142857rem;
  }
}

@media (min-width: 768px) {
  .arrow_btn:hover {
    background-color: #3F3F3F;
  }
}

.arrow_btn span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 2.375rem;
}

.arrow_btn span::after {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 0.4375rem;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .arrow_btn:hover span::after {
    right: 0;
  }
}

.fade_in {
  opacity: 0;
}

.reveal {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.reveal img {
  display: block;
  width: 100%;
  opacity: 0;
}

.reveal .panel {
  position: absolute;
  inset: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  z-index: 2;
  background-color: #fff;
}

.fade_img {
  display: block;
  width: 100%;
  --m: linear-gradient(315deg,
  #000 0%, #000 25%,
  rgba(0,0,0,0) 55%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: var(--m);
  mask-image: var(--m);
  -webkit-mask-size: 220% 220%;
  mask-size: 220% 220%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0% 0%;
  mask-position: 0% 0%;
}

/* sub_main
------------------------------ */
.sub_main {
  margin-top: 7.375rem;
}
@media (max-width: 1300px) {
  .sub_main {
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .sub_main {
    margin-top: 4.2857142857rem;
  }
}

/* common - 下層
------------------------------ */
.sub_mv {
  position: relative;
  min-height: 21.25rem;
}
@media (max-width: 768px) {
  .sub_mv {
    min-height: 10.8571428571rem;
  }
}

.sub_mv_inner.inner {
  position: relative;
  min-height: inherit;
}

.sub_mv_title {
  position: relative;
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: inherit;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
}
@media (max-width: 768px) {
  .sub_mv_title {
    font-size: 1.7142857143rem;
    padding: 1.1428571429rem 1.1428571429rem 1.1428571429rem 2.2857142857rem;
  }
}

.sub_mv_title::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_rectangle_white.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .sub_mv_title::before {
    width: 1.4285714286rem;
    height: 1.4285714286rem;
  }
}

.sub_mv_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: inherit;
  z-index: -1;
}

.sub_mv_img img {
  min-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.breadcrumb {
  font-size: 0.75rem;
  color: #9E9E9E;
  background-color: #EEF1E6;
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 1.1428571429rem 0;
  }
}

.breadcrumb.breadcrumb_white {
  background-color: #fff;
}

.breadcrumb_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .breadcrumb_inner {
    gap: 0.1428571429rem 0.5714285714rem;
  }
}

@media (min-width: 768px) {
  .breadcrumb a:hover {
    color: #3A6C50;
  }
}

.breadcrumb_arrow {
  display: inline-block;
  width: 0.1875rem;
  height: 0.375rem;
  background: url(../images/common/icon_triangle_arrow_right_gray_dark.png) no-repeat center center/contain;
}

.section_title.section_title_center {
  text-align: center;
}

.section_title_en {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #3A6C50;
}
@media (max-width: 768px) {
  .section_title_en {
    font-size: 1.1428571429rem;
  }
}

.section_title_en.section_title_en_white {
  color: #fff;
}

.section_title_ja {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.08em;
  line-height: 130%;
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .section_title_ja {
    font-size: 1.7142857143rem;
    margin-top: 0.5714285714rem;
  }
}

.section_title_ja.section_title_ja_white {
  color: #fff;
}

.page_section_title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
@media (max-width: 768px) {
  .page_section_title {
    font-size: 1.7142857143rem;
  }
}

.page_section_title.page_section_title_center {
  text-align: center;
}

.page_section_title_secondary_en {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .page_section_title_secondary_en {
    font-size: 0.9285714286rem;
  }
}

.page_section_title_secondary_en.page_section_title_secondary_en_white {
  color: #fff;
}

.page_section_title_secondary_ja {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.08em;
  margin-top: 0.3125rem;
}
@media (max-width: 768px) {
  .page_section_title_secondary_ja {
    font-size: 1.7142857143rem;
    margin-top: 0.2142857143rem;
  }
}

.page_section_title_secondary_ja.page_section_title_secondary_ja_white {
  color: #fff;
}

.page_section_subtitle {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 3rem;
}

.page_section_subtitle::before,
.page_section_subtitle::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_rectangle_green.png) no-repeat center center/contain;
}

.page_section_subtitle::before {
  left: 0;
}

.page_section_subtitle::after {
  right: 0;
}

.faq_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1.875rem;
}
@media (max-width: 768px) {
  .faq_items {
    grid-template-columns: 1fr;
    gap: 1.1428571429rem;
  }
}

.faq_item_question {
  position: relative;
  background-color: #EEF1E6;
}

.faq_item_question::before {
  position: absolute;
  content: "Q";
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  color: #3A6C50;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .faq_item_question::before {
    font-size: 1.7142857143rem;
    left: 0.8571428571rem;
  }
}

.faq_item_question button {
  width: 100%;
  letter-spacing: 0.02em;
  padding: 1.5rem 1.625rem 1.5rem 4.4375rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq_item_question button {
    padding: 1.1428571429rem 1.1428571429rem 1.1428571429rem 2.8571428571rem;
  }
}

.faq_item_question span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 1.875rem;
}

.faq_item_question span::before,
.faq_item_question span::after {
  position: absolute;
  content: "";
  width: 1.1875rem;
  height: 1px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #3F3F3F;
}

.faq_item_question span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.faq_item.is_open .faq_item_question span::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.faq_item_answer {
  display: none;
  position: relative;
  line-height: 180%;
  letter-spacing: 0.02em;
  padding: 1rem 3.125rem 1rem 4.25rem;
}
@media (max-width: 768px) {
  .faq_item_answer {
    padding: 1.1428571429rem 1.1428571429rem 1.1428571429rem 2.8571428571rem;
  }
}

.faq_item_answer::before {
  position: absolute;
  content: "A";
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  color: #8DC21F;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .faq_item_answer::before {
    font-size: 1.7142857143rem;
    left: 0.8571428571rem;
  }
}

.char {
  display: inline-block;
  white-space: pre;
  will-change: filter, opacity, transform;
}

.parallax_head {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1500/400;
  overflow: hidden;
}
@media (max-width: 768px) {
  .parallax_head {
    aspect-ratio: 375/150;
  }
}

.parallax_head img {
  position: absolute;
  left: 0;
  top: -20%;
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}

/* about - about_intro
------------------------------ */
.about_intro {
  padding: 7.5rem 0 9.4375rem;
  background-color: #EEF1E6;
}
@media (max-width: 768px) {
  .about_intro {
    padding: 4rem 0;
  }
}

.about_intro_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  max-width: 72.5rem;
  margin-left: auto;
  padding: 0 2.125rem;
}
@media (max-width: 768px) {
  .about_intro_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    padding: 0;
  }
}

.about_intro_title {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  line-height: 222%;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  margin-top: 0.3125rem;
}
@media (max-width: 768px) {
  .about_intro_title {
    font-size: 1.7142857143rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}

.about_intro_content {
  width: 100%;
  max-width: 50rem;
}

.about_intro_text {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 280%;
}
@media (max-width: 768px) {
  .about_intro_text {
    font-size: 1rem;
    line-height: 240%;
  }
}

.about_intro_links {
  display: grid;
  grid-template-columns: repeat(4, auto);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2.5rem;
  margin-top: 5.0625rem;
}
@media (max-width: 768px) {
  .about_intro_links {
    grid-template-columns: repeat(2, auto);
    gap: 1.1428571429rem 1.1428571429rem;
    margin: 1.7142857143rem 0 0;
  }
}

.about_intro_link a {
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  width: 100%;
  padding: 0 1.4375rem 0.625rem 0;
}
@media (max-width: 768px) {
  .about_intro_link a {
    font-size: 1.1428571429rem;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0 1rem 0.25rem 0;
  }
}

.about_intro_link a::before {
  position: absolute;
  content: "";
  width: 0.6875rem;
  height: 0.3125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: url(../images/common/icon_triangle_arrow_bottom_black.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .about_intro_link a::before {
    width: 0.5625rem;
    height: 0.25rem;
  }
}

@media (min-width: 768px) {
  .about_intro_link a:hover::before {
    background: url(../images/common/icon_triangle_arrow_bottom_green.png) no-repeat center center/contain;
  }
}

.about_intro_link a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3F3F3F;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .about_intro_link a:hover {
    color: #3A6C50;
  }
}

@media (min-width: 768px) {
  .about_intro_link a:hover::after {
    background-color: #3A6C50;
  }
}

/* about - about_features
------------------------------ */
.about_features_head_wrapper {
  position: relative;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 20rem;
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  .about_features_head_wrapper {
    min-height: 11.4285714286rem;
    padding: 1.1428571429rem 0;
  }
}

.about_features_head {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  min-height: inherit;
}

.about_features_head img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-height: inherit;
}

.about_features_title {
  width: 100%;
  max-width: 81.25rem;
  padding: 0 1.5625rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .about_features_title {
    max-width: 42.8571428571rem;
    padding: 0 1.1428571429rem;
  }
}

.about_features_inner {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .about_features_inner {
    margin-top: 4rem;
  }
}

.about_features_group + .about_features_group {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .about_features_group + .about_features_group {
    margin-top: 4rem;
  }
}

.about_features_groups_items {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .about_features_groups_items {
    margin-top: 2.8571428571rem;
  }
}

.about_features_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .about_features_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.1428571429rem;
  }
}

.about_features_item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .about_features_item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about_features_item + .about_features_item {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .about_features_item + .about_features_item {
    margin-top: 2.8571428571rem;
  }
}

.about_features_item_content {
  width: 100%;
  max-width: 41.25rem;
}

.about_features_item_title {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .about_features_item_title {
    font-size: 1.4285714286rem;
    text-align: center;
  }
}

.about_features_item_text {
  line-height: 200%;
  letter-spacing: 0.08em;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .about_features_item_text {
    letter-spacing: 0.06em;
    margin-top: 0.7142857143rem;
  }
}

.about_features_item_img {
  width: 100%;
  max-width: 31.875rem;
}
@media (max-width: 768px) {
  .about_features_item_img {
    max-width: 100%;
    margin-inline: auto;
  }
}

.about_features_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 510/381;
}

/* about - about_spec
------------------------------ */
.about_spec {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .about_spec {
    margin-top: 4.5714285714rem;
  }
}

.about_spec_head_wrapper {
  position: relative;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 20rem;
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  .about_spec_head_wrapper {
    min-height: 11.4285714286rem;
    padding: 1.1428571429rem 0;
  }
}

.about_spec_head {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  min-height: inherit;
}

.about_spec_head img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-height: inherit;
}

.about_spec_title {
  width: 100%;
  max-width: 81.25rem;
  padding: 0 1.5625rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .about_spec_title {
    max-width: 42.8571428571rem;
    padding: 0 1.1428571429rem;
  }
}

.about_spec_inner {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .about_spec_inner {
    margin-top: 2.2857142857rem;
  }
}

.about_spec_text {
  line-height: 240%;
  letter-spacing: 0.07em;
  text-align: center;
}
@media (max-width: 768px) {
  .about_spec_text {
    text-align: left;
  }
}

.about_spec_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin-top: 7.375rem;
}
@media (max-width: 768px) {
  .about_spec_cards {
    grid-template-columns: 1fr;
    gap: 2.8571428571rem;
    margin-top: 3.4285714286rem;
  }
}

.about_spec_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

@media (max-width: 768px) {
  .about_spec_card_img {
    max-width: 100%;
    margin-inline: auto;
  }
}

.about_spec_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 585/414;
}

.about_spec_card_title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 1.4375rem;
}
@media (max-width: 768px) {
  .about_spec_card_title {
    font-size: 1.2857142857rem;
    margin-top: 1.1428571429rem;
  }
}

.about_spec_card_text {
  letter-spacing: 0.08em;
  line-height: 200%;
  margin-top: 1.3125rem;
}
@media (max-width: 768px) {
  .about_spec_card_text {
    letter-spacing: 0.06em;
    margin-top: 0.7142857143rem;
  }
}

/* about - about_flow
------------------------------ */
.about_flow {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .about_flow {
    margin-top: 2.8571428571rem;
  }
}

.about_flow_head_wrapper {
  position: relative;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 20rem;
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  .about_flow_head_wrapper {
    min-height: 11.4285714286rem;
    padding: 1.1428571429rem 0;
  }
}

.about_flow_head {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  min-height: inherit;
}

.about_flow_head img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-height: inherit;
}

.about_flow_title {
  width: 100%;
  max-width: 81.25rem;
  padding: 0 1.5625rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .about_flow_title {
    max-width: 42.8571428571rem;
    padding: 0 1.1428571429rem;
  }
}

.about_flow_inner.inner {
  max-width: 76rem;
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .about_flow_inner.inner {
    max-width: 42.8571428571rem;
    margin-top: 2.8571428571rem;
  }
}

.about_flow_items {
  counter-reset: cnt;
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .about_flow_items {
    margin-top: 2.8571428571rem;
  }
}

.about_flow_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .about_flow_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.1428571429rem;
  }
}

.about_flow_item + .about_flow_item {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .about_flow_item + .about_flow_item {
    margin-top: 2.2857142857rem;
  }
}

.about_flow_item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -3.5rem;
  background: url(../images/common/icon_triangle_arrow_bottom_green.png) no-repeat center center/contain;
}

.about_flow_item_img {
  width: 100%;
  max-width: 24.5rem;
}
@media (max-width: 768px) {
  .about_flow_item_img {
    max-width: calc(100% - 1.9285714286rem);
    margin-inline: auto;
  }
}

.about_flow_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 392/280;
}

.about_flow_item_content {
  width: 100%;
  max-width: 42.3125rem;
}

.about_flow_item_title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-left: 4.5rem;
}
@media (max-width: 768px) {
  .about_flow_item_title {
    font-size: 1.4285714286rem;
    padding-top: 2.3571428571rem;
    padding-left: 0;
    text-align: center;
  }
}

.about_flow_item_title::before {
  position: absolute;
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero);
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  line-height: 100%;
  color: #3A6C50;
  left: 0;
  top: 0.125rem;
}
@media (max-width: 768px) {
  .about_flow_item_title::before {
    font-size: 2rem;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.about_flow_item_text {
  line-height: 200%;
  letter-spacing: 0.08em;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .about_flow_item_text {
    line-height: 180%;
    letter-spacing: 0.06em;
    margin-top: 1.1428571429rem;
  }
}

.about_flow_item_btn {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .about_flow_item_btn {
    margin-top: 2.2857142857rem;
    text-align: center;
  }
}

.about_flow_item_btn .arrow_btn {
  max-width: 14.3125rem;
}

/* about - about_locally
------------------------------ */
.about_locally {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .about_locally {
    margin-top: 2.8571428571rem;
  }
}

.about_locally_head_wrapper {
  position: relative;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 20rem;
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  .about_locally_head_wrapper {
    min-height: 11.4285714286rem;
    padding: 1.1428571429rem 0;
  }
}

.about_locally_head {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  min-height: inherit;
}

.about_locally_head img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-height: inherit;
}

.about_locally_title {
  width: 100%;
  max-width: 81.25rem;
  padding: 0 1.5625rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .about_locally_title {
    max-width: 42.8571428571rem;
    padding: 0 1.1428571429rem;
  }
}

.about_locally_inner {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .about_locally_inner {
    margin-top: 4rem;
  }
}

.about_locally_text {
  line-height: 240%;
  letter-spacing: 0.07em;
  text-align: center;
}
@media (max-width: 768px) {
  .about_locally_text {
    text-align: left;
  }
}

.about_locally_items {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .about_locally_items {
    margin-top: 3.4285714286rem;
  }
}

.about_locally_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .about_locally_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.1428571429rem;
  }
}

.about_locally_item + .about_locally_item {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .about_locally_item + .about_locally_item {
    margin-top: 2.8571428571rem;
  }
}

.about_locally_item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .about_locally_item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about_locally_item_img {
  width: 100%;
  max-width: 31.875rem;
}
@media (max-width: 768px) {
  .about_locally_item_img {
    max-width: 100%;
    margin-inline: auto;
  }
}

.about_locally_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 510/381;
}

.about_locally_item_content {
  width: 100%;
  max-width: 41.25rem;
}

.about_locally_item_title {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .about_locally_item_title {
    font-size: 1.2857142857rem;
    text-align: center;
  }
}

.about_locally_item_text {
  letter-spacing: 0.08em;
  line-height: 200%;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .about_locally_item_text {
    letter-spacing: 0.06em;
    margin-top: 0.7142857143rem;
  }
}

/* about - about_cta01
------------------------------ */
.cta.about_cta01 {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .cta.about_cta01 {
    margin-top: 2.8571428571rem;
  }
}

/* service - service_about
------------------------------ */
.service_about {
  padding: 7.5rem 0 12.3125rem;
  background-color: #EEF1E6;
}
@media (max-width: 768px) {
  .service_about {
    padding: 4rem 0;
  }
}

.service_about_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  max-width: 76.875rem;
  margin-left: auto;
  padding: 0 2.125rem;
}
@media (max-width: 768px) {
  .service_about_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    padding: 0;
  }
}

.service_about_title {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  line-height: 222%;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  margin-top: 0.375rem;
}
@media (max-width: 768px) {
  .service_about_title {
    font-size: 1.7142857143rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}

.service_about_content {
  width: 100%;
  max-width: 50rem;
}

.service_about_text {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 280%;
}
@media (max-width: 768px) {
  .service_about_text {
    font-size: 1rem;
    line-height: 240%;
  }
}

.service_about_links {
  display: grid;
  grid-template-columns: repeat(4, auto);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2.5rem;
  margin-top: 5.1875rem;
}
@media (max-width: 768px) {
  .service_about_links {
    grid-template-columns: repeat(2, auto);
    gap: 1.1428571429rem 1.1428571429rem;
    margin: 1.7142857143rem 0 0;
  }
}

.service_about_link a {
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  width: 100%;
  padding: 0 1.4375rem 0.5rem 0;
}
@media (max-width: 768px) {
  .service_about_link a {
    font-size: 1.1428571429rem;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0 1rem 0.25rem 0;
  }
}

.service_about_link a::before {
  position: absolute;
  content: "";
  width: 0.6875rem;
  height: 0.3125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: url(../images/common/icon_triangle_arrow_bottom_black.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .service_about_link a::before {
    width: 0.5625rem;
    height: 0.25rem;
  }
}

@media (min-width: 768px) {
  .service_about_link a:hover::before {
    background: url(../images/common/icon_triangle_arrow_bottom_green.png) no-repeat center center/contain;
  }
}

.service_about_link a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3F3F3F;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .service_about_link a:hover {
    color: #3A6C50;
  }
}

@media (min-width: 768px) {
  .service_about_link a:hover::after {
    background-color: #3A6C50;
  }
}

/* service - service_main
------------------------------ */
.service_main_body {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .service_main_body {
    margin-top: 0;
    padding-top: 4rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEF1E6), color-stop(15.2857142857rem, transparent));
    background: linear-gradient(180deg, #EEF1E6 0 15.2857142857rem, transparent 15.2857142857rem 100%);
  }
}

.service_main_inner {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .service_main_inner {
    margin-top: 4rem;
  }
}

.service_main_body .service_main_inner {
  margin-top: 0;
}
@media (max-width: 768px) {
  .service_main_body .service_main_inner {
    margin-top: 0;
  }
}

.service_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .service_main_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.7142857143rem;
  }
}

.service_main_content {
  width: 100%;
  max-width: 41.25rem;
}

@media (max-width: 768px) {
  .service_main_title {
    text-align: center;
  }
}

.service_main_text {
  letter-spacing: 0.07em;
  line-height: 240%;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .service_main_text {
    letter-spacing: 0.06em;
    line-height: 200%;
    margin-top: 0.8571428571rem;
  }
}

.service_main_img {
  width: 100%;
  max-width: 31.875rem;
}
@media (max-width: 768px) {
  .service_main_img {
    max-width: 100%;
    margin-inline: auto;
  }
}

.service_main_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 510/381;
}

.service_main_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .service_main_cards {
    grid-template-columns: 1fr;
    gap: 2.8571428571rem;
    margin-top: 3.4285714286rem;
  }
}

.service_main_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.service_main_card.service_main_card_four {
  grid-row: span 4;
}

@media (max-width: 768px) {
  .service_main_card_img {
    max-width: 100%;
    margin-inline: auto;
  }
}

.service_main_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 390/268;
}
@media (max-width: 768px) {
  .service_main_card_img img {
    aspect-ratio: 327/150;
  }
}

.service_main_card_title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .service_main_card_title {
    font-size: 1.2857142857rem;
    margin-top: 1.4285714286rem;
  }
}

.service_main_card_text {
  letter-spacing: 0.08em;
  line-height: 200%;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .service_main_card_text {
    margin-top: 0.8571428571rem;
  }
}

.service_main_card_btn {
  margin-top: 1.625rem;
}
@media (max-width: 768px) {
  .service_main_card_btn {
    margin-top: 1.1428571429rem;
  }
}

.service_main_card_btn a {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .service_main_card_btn a {
    font-size: 1.1428571429rem;
    padding-bottom: 0.2857142857rem;
  }
}

@media (min-width: 768px) {
  .service_main_card_btn a:hover {
    color: #3A6C50;
  }
}

.service_main_card_btn a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3F3F3F;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .service_main_card_btn a:hover::after {
    background-color: #3A6C50;
  }
}

.service_main_links_wrapper {
  margin-top: 5rem;
  padding: 3.5rem 1rem 3.375rem;
  border: 1px solid #3F3F3F;
}
@media (max-width: 768px) {
  .service_main_links_wrapper {
    margin-top: 2.8571428571rem;
    padding: 1.4285714286rem 1.4285714286rem;
  }
}

.service_main_links_text {
  font-size: 1.25rem;
  line-height: 180%;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .service_main_links_text {
    font-size: 1.1428571429rem;
    letter-spacing: 0;
  }
}

.service_main_links {
  display: grid;
  grid-template-columns: repeat(3, auto);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .service_main_links {
    grid-template-columns: 1fr;
    gap: 0.5714285714rem;
    margin-top: 1.7142857143rem;
  }
}

.service_main_links.service_main_links_two {
  grid-template-columns: repeat(2, auto);
}
@media (max-width: 768px) {
  .service_main_links.service_main_links_two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .service_main_link {
    text-align: center;
  }
}

.service_main_link a {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #fff;
  background-color: #3A6C50;
  text-align: left;
  padding: 0.875rem 2rem;
}
@media (max-width: 768px) {
  .service_main_link a {
    font-size: 1rem;
    max-width: 20.5rem;
    padding: 1rem 1.7142857143rem 1rem 1.1428571429rem;
  }
}

@media (min-width: 768px) {
  .service_main_link a:hover {
    background-color: #3F3F3F;
  }
}

.service_main_link a span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-right: 3.375rem;
}

.service_main_link a span::after {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 0.4375rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .service_main_link a span::after {
    width: 2rem;
    height: 0.4285714286rem;
  }
}

@media (min-width: 768px) {
  .service_main_link a:hover span::after {
    right: -0.5rem;
  }
}

/* service - service_renovation
------------------------------ */
.service_renovation {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .service_renovation {
    margin-top: 2.8571428571rem;
  }
}

/* service - service_woodworking
------------------------------ */
.service_woodworking {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .service_woodworking {
    margin-top: 2.8571428571rem;
  }
}

/* service - service_shrines
------------------------------ */
.service_shrines {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .service_shrines {
    margin-top: 2.8571428571rem;
  }
}

/* service - service_cta01
------------------------------ */
.cta.service_cta01 {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .cta.service_cta01 {
    margin-top: 2.8571428571rem;
  }
}

/* company - company_greeting
------------------------------ */
.company_greeting {
  padding: 3.5rem 0 7.625rem;
  background-color: #EEF1E6;
}
@media (max-width: 768px) {
  .company_greeting {
    padding: 4rem 0 4rem;
  }
}

.company_greeting_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .company_greeting_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.1428571429rem;
    margin-top: 1.7142857143rem;
  }
}

.company_greeting_content {
  width: 100%;
  max-width: 47.5rem;
}

.company_greeting_message {
  letter-spacing: 0.09em;
  line-height: 200%;
}

.company_greeting_message p + p {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .company_greeting_message p + p {
    margin-top: 0.5714285714rem;
  }
}

.company_greeting_name {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 2.75rem;
  text-align: right;
}
@media (max-width: 768px) {
  .company_greeting_name {
    margin-top: 1.1428571429rem;
  }
}

.company_greeting_name span {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .company_greeting_name span {
    font-size: 1.2857142857rem;
  }
}

.company_greetings_portrait {
  width: 100%;
  max-width: 25.625rem;
}
@media (max-width: 768px) {
  .company_greetings_portrait {
    max-width: 100%;
  }
}

.company_greetings_portrait img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 410/290;
}

/* company - company_overview
------------------------------ */
.company_overview {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .company_overview {
    margin-top: 4rem;
  }
}

.company_overview_inner.inner {
  max-width: 54.375rem;
}
@media (max-width: 768px) {
  .company_overview_inner.inner {
    max-width: 42.8571428571rem;
  }
}

.company_overview_figure {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .company_overview_figure {
    margin-top: 1.7142857143rem;
  }
}

.company_overview_figure dl {
  display: grid;
  grid-template-columns: 11.875rem 1fr;
}
@media (max-width: 768px) {
  .company_overview_figure dl {
    grid-template-columns: 1fr;
  }
}

.company_overview_figure dt {
  line-height: 200%;
  font-weight: 400;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  border-top: 1px solid #3F3F3F;
  padding: 1.125rem 1rem 1.125rem 0;
}
@media (max-width: 768px) {
  .company_overview_figure dt {
    padding: 0.5714285714rem 0;
  }
}

.company_overview_figure dt:last-of-type {
  border-bottom: 1px solid #3F3F3F;
}

.company_overview_figure dd {
  line-height: 200%;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  border-top: 1px solid #3F3F3F;
  padding: 1.46875rem 0;
}
@media (max-width: 768px) {
  .company_overview_figure dd {
    padding: 0 0 0.5714285714rem;
    border-top: none;
  }
}

.company_overview_figure dd:last-of-type {
  border-bottom: 1px solid #3F3F3F;
}

.company_overview_figure_register p + p {
  margin-top: 1rem;
}

.company_overview_figure_register p span {
  font-weight: 500;
}

.company_overview_figure_tel_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}

.company_overview_figure_tel {
  position: relative;
  padding-right: 1rem;
}

.company_overview_figure_tel::after {
  position: absolute;
  content: "/";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* company - company_access
------------------------------ */
.company_access {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .company_access {
    margin-top: 2.8571428571rem;
  }
}

.company_access_inner.inner {
  max-width: 54.375rem;
}
@media (max-width: 768px) {
  .company_access_inner.inner {
    max-width: 42.8571428571rem;
  }
}

.company_access_map {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .company_access_map {
    margin-top: 1.1428571429rem;
  }
}

.company_access_map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 820/400;
}

.company_access_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  max-width: 49.0625rem;
  margin-top: 2.5625rem;
}
@media (max-width: 768px) {
  .company_access_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.1428571429rem;
    margin-top: 1.1428571429rem;
  }
}

.company_access_info {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.company_access_info_address {
  letter-spacing: 0.05em;
}

.company_access_unit {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.company_access_car {
  position: relative;
  letter-spacing: 0.05em;
  padding-left: 2rem;
}

.company_access_car::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_car_black.png) no-repeat center center/contain;
}

.company_access_train {
  position: relative;
  letter-spacing: 0.05em;
  padding-left: 2rem;
  margin-top: 0.875rem;
}

.company_access_train::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_train_black.png) no-repeat center center/contain;
}

/* company - company_faq
------------------------------ */
.company_faq {
  margin-top: 10.125rem;
}
@media (max-width: 768px) {
  .company_faq {
    margin-top: 4rem;
  }
}

.company_faq_items {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .company_faq_items {
    margin-top: 1.7142857143rem;
  }
}

/* company - company_cta01
------------------------------ */
.cta.company_cta01 {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .cta.company_cta01 {
    margin-top: 2.8571428571rem;
  }
}

/* news - news_archive_main
------------------------------ */
.news_archive_main {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .news_archive_main {
    margin-top: 4rem;
  }
}

.news_archive_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .news_archive_main_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.8571428571rem;
  }
}

.news_archive_main_group {
  width: 100%;
  max-width: 54.0625rem;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
}

.news_archive_main_item + .news_archive_main_item {
  margin-top: 2.46875rem;
}
@media (max-width: 768px) {
  .news_archive_main_item + .news_archive_main_item {
    margin-top: 2.2857142857rem;
  }
}

.news_archive_main_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .news_archive_main_item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.1428571429rem;
  }
}

@media (min-width: 768px) {
  .news_archive_main_item a:hover {
    color: #3A6C50;
  }
}

.news_archive_main_item_img {
  width: 100%;
  max-width: 17.9375rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #3F3F3F;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news_archive_main_item_img {
    max-width: 100%;
  }
}

.news_archive_main_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 286/176;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .news_archive_main_item a:hover .news_archive_main_item_img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.news_archive_main_item_content {
  position: relative;
  width: 100%;
  max-width: 33.625rem;
  padding-bottom: 2rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media (max-width: 768px) {
  .news_archive_main_item_content {
    max-width: 100%;
    padding-bottom: 1.7142857143rem;
  }
}

.news_archive_main_item_content::after {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 0.4375rem;
  right: 0.5rem;
  bottom: 0.75rem;
  background: url(../images/common/icon_arrow_right_green.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .news_archive_main_item a:hover .news_archive_main_item_content::after {
    right: 0;
  }
}

@media (max-width: 768px) {
  .news_archive_main_item_unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5714285714rem;
  }
}

.news_archive_main_item_categorys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem 0.5rem;
}

.news_archive_main_item_category {
  font-size: 0.875rem;
  letter-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.09375rem 0.875rem;
  color: #fff;
  background-color: #3A6C50;
}
@media (max-width: 768px) {
  .news_archive_main_item_category {
    font-size: 0.9285714286rem;
    padding: 0.1428571429rem 0.8571428571rem;
  }
}

.news_archive_main_item_date {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #A7A7A7;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .news_archive_main_item_date {
    font-size: 0.9285714286rem;
    margin-top: 0;
  }
}

.news_archive_main_item_title {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .news_archive_main_item_title {
    font-size: 1.1428571429rem;
    margin-top: 0.5714285714rem;
  }
}

.news_archive_main_item_text {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .news_archive_main_item_text {
    margin-top: 0.2857142857rem;
  }
}

.news_archive_main_side {
  width: 100%;
  max-width: 17.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0.125rem;
}
@media (max-width: 768px) {
  .news_archive_main_side {
    max-width: 100%;
  }
}

.news_archive_main_page_navigation {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .news_archive_main_page_navigation {
    margin-top: 1.7142857143rem;
  }
}

/* news - news_sidebar
------------------------------ */
.news_sidebar {
  width: 100%;
  max-width: 17.5rem;
}
@media (max-width: 768px) {
  .news_sidebar {
    max-width: 100%;
  }
}

.news_sidebar_title {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.08em;
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #3F3F3F;
}
@media (max-width: 768px) {
  .news_sidebar_title {
    font-size: 1.2857142857rem;
    padding-bottom: 0.2857142857rem;
  }
}

.news_sidebar_lists {
  margin-top: 1.375rem;
}
@media (max-width: 768px) {
  .news_sidebar_lists {
    margin-top: 1.1428571429rem;
  }
}

.news_sidebar_list_link {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.08em;
  width: 100%;
  padding: 0.625rem 0.5rem;
}
@media (max-width: 768px) {
  .news_sidebar_list_link {
    padding: 0.5714285714rem 1.1428571429rem;
  }
}

@media (min-width: 768px) {
  .news_sidebar_list_link:hover {
    color: #3A6C50;
  }
}

.news_sidebar_list_child_item a {
  display: inline-block;
  font-size: 0.875rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.08em;
  width: 100%;
  padding: 0.25rem 1rem;
}
@media (max-width: 768px) {
  .news_sidebar_list_child_item a {
    font-size: 0.9285714286rem;
    padding: 0.2857142857rem 1.7142857143rem;
  }
}

@media (min-width: 768px) {
  .news_sidebar_list_child_item a:hover {
    color: #3A6C50;
  }
}

/* news - page_navigation
------------------------------ */
.page_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
@media (max-width: 768px) {
  .page_navigation {
    gap: 0.5714285714rem;
  }
}

.page-numbers {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
  text-align: center;
  border: 1px solid #3F3F3F;
  width: 2.1875rem;
  height: 2.1875rem;
}

@media (min-width: 768px) {
  .page-numbers:hover {
    color: #fff;
    background-color: #3A6C50;
    border-color: #3A6C50;
  }
}

.prev.page-numbers,
.next.page-numbers {
  position: relative;
}

.prev.page-numbers::before,
.next.page-numbers::before {
  position: absolute;
  content: "";
  width: 0.375rem;
  height: 0.75rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prev.page-numbers::before {
  background: url(../images/common/icon_triangle_arrow_left_black.png) no-repeat center center/contain;
}

.prev.page-numbers:hover::before {
  background: url(../images/common/icon_triangle_arrow_left_white.png) no-repeat center center/contain;
}

.next.page-numbers::before {
  background: url(../images/common/icon_triangle_arrow_right_black.png) no-repeat center center/contain;
}

.next.page-numbers:hover::before {
  background: url(../images/common/icon_triangle_arrow_right_white.png) no-repeat center center/contain;
}

.page-numbers.dots {
  pointer-events: none;
}

.page-numbers.current {
  color: #fff;
  background-color: #3A6C50;
  border-color: #3A6C50;
}

.cta.news_cta01 {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .cta.news_cta01 {
    margin-top: 4rem;
  }
}

/* news - news_single_main
------------------------------ */
.news_single_main {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .news_single_main {
    margin-top: 2.8571428571rem;
  }
}

.news_single_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .news_single_main_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.7142857143rem;
  }
}

.news_single_main_article {
  width: 100%;
  max-width: 54.0625rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media (max-width: 768px) {
  .news_single_main_article {
    max-width: 100%;
  }
}

.news_article_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .news_article_unit {
    gap: 0.5714285714rem;
  }
}

.news_article_date {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
  color: #A7A7A7;
}
@media (max-width: 768px) {
  .news_article_date {
    font-size: 0.9285714286rem;
  }
}

.news_article_categorys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem 0.5rem;
}

.news_article_category {
  font-size: 0.875rem;
  letter-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem 0.875rem;
  color: #fff;
  background-color: #3A6C50;
}
@media (max-width: 768px) {
  .news_article_category {
    font-size: 0.9285714286rem;
    padding: 0.1428571429rem 0.5714285714rem;
  }
}

.news_article_title {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .news_article_title {
    font-size: 1.1428571429rem;
    margin-top: 0.5714285714rem;
  }
}

.news_article_content {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .news_article_content {
    margin-top: 0.5714285714rem;
  }
}

.news_article_content h2 {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #3A6C50;
  padding-bottom: 0.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .news_article_content h2 {
    font-size: 1.4285714286rem;
    margin-top: 1.1428571429rem;
  }
}

.news_article_content h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .news_article_content h3 {
    font-size: 1.2857142857rem;
    margin-top: 1.1428571429rem;
  }
}

.news_article_content h4 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .news_article_content h4 {
    font-size: 1.0714285714rem;
    margin-top: 1.1428571429rem;
  }
}

.news_article_content p {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .news_article_content p {
    margin-top: 1.1428571429rem;
  }
}

.news_single_main_side {
  width: 100%;
  max-width: 17.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .news_single_main_side {
    max-width: 100%;
  }
}

.news_article_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  max-width: 36.75rem;
  margin: 7.5rem auto 0;
}
@media (max-width: 768px) {
  .news_article_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.1428571429rem;
    margin-top: 1.7142857143rem;
  }
}

.news_article_button {
  width: 100%;
  max-width: 11.25rem;
}

.news_article_button.news_article_button_previous {
  text-align: right;
}

.news_article_button.news_article_button_all {
  text-align: center;
}

.news_article_button a {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  width: 100%;
  color: #fff;
  background-color: #3A6C50;
  padding: 0.84375rem 0.5rem;
}
@media (max-width: 768px) {
  .news_article_button a {
    padding: 0.75rem 1.1428571429rem;
  }
}

.news_article_button.news_article_button_previous a {
  padding: 0.84375rem 1.5rem 0.84375rem 0.5rem;
}
@media (max-width: 768px) {
  .news_article_button.news_article_button_previous a {
    padding: 0.75rem 1.1428571429rem;
  }
}

.news_article_button.news_article_button_next a {
  padding: 0.84375rem 0.5rem 0.84375rem 1.5rem;
}
@media (max-width: 768px) {
  .news_article_button.news_article_button_next a {
    padding: 0.75rem 1.1428571429rem;
  }
}

@media (min-width: 768px) {
  .news_article_button a:hover {
    background-color: #3F3F3F;
  }
}

.news_article_button a span {
  position: relative;
  display: inline-block;
  width: 100%;
}

.news_article_button.news_article_button_previous a span {
  padding-left: 2.1875rem;
}
@media (max-width: 768px) {
  .news_article_button.news_article_button_previous a span {
    padding-left: 30px;
  }
}

.news_article_button.news_article_button_next a span {
  padding-right: 2.1875rem;
}
@media (max-width: 768px) {
  .news_article_button.news_article_button_next a span {
    padding-right: 30px;
  }
}

.news_article_button.news_article_button_previous a span::before,
.news_article_button.news_article_button_next a span::before {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 0.3125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .news_article_button.news_article_button_previous a span::before,
  .news_article_button.news_article_button_next a span::before {
    width: 1.7857142857rem;
  }
}

.news_article_button.news_article_button_previous a span::before {
  left: 0.5rem;
  background: url(../images/common/icon_arrow_left_white.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .news_article_button.news_article_button_previous a span::before {
    left: 0;
  }
}

@media (min-width: 768px) {
  .news_article_button.news_article_button_previous a:hover span::before {
    left: 0;
  }
}

.news_article_button.news_article_button_next a span::before {
  right: 0.5rem;
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .news_article_button.news_article_button_next a span::before {
    right: 0;
  }
}

@media (min-width: 768px) {
  .news_article_button.news_article_button_next a:hover span::before {
    right: 0;
  }
}

/* contact - contact_inquiry
------------------------------ */
.contact_inquiry {
  background-color: #EEF1E6;
  padding: 5rem 0 7.5rem;
}
@media (max-width: 768px) {
  .contact_inquiry {
    padding: 2.8571428571rem 0 4.5714285714rem;
  }
}

.contact_inquiry_title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.contact_inquiry_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3.5rem;
}
@media (max-width: 768px) {
  .contact_inquiry_wrapper {
    grid-template-columns: 1fr;
    gap: 2.2857142857rem;
  }
}

.contact_inquiry_tel {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  width: 100%;
}
@media (max-width: 768px) {
  .contact_inquiry_tel {
    grid-template-rows: auto;
  }
}

.contact_inquiry_tel_wrapper {
  background-color: #fff;
  padding: 3.75rem 1rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .contact_inquiry_tel_wrapper {
    padding: 2.2857142857rem 1.1428571429rem 2.2857142857rem;
    margin-top: 1.1428571429rem;
  }
}

.contact_inquiry_tel_link {
  width: 100%;
  max-width: 22.8125rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .contact_inquiry_tel_link {
    max-width: 17.2857142857rem;
  }
}

.contact_inquiry_tel_time {
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 0.9375rem;
}
@media (max-width: 768px) {
  .contact_inquiry_tel_time {
    margin-top: 0.5714285714rem;
  }
}

.contact_inquiry_fax {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  width: 100%;
}
@media (max-width: 768px) {
  .contact_inquiry_fax {
    grid-template-rows: auto;
  }
}

.contact_inquiry_fax_wrapper {
  background-color: #fff;
  margin-top: 2rem;
  padding: 3.75rem 1rem 2.6875rem;
}
@media (max-width: 768px) {
  .contact_inquiry_fax_wrapper {
    padding: 2.2857142857rem 1.1428571429rem 2.2857142857rem;
    margin-top: 1.1428571429rem;
  }
}

.contact_inquiry_fax_link {
  width: 100%;
  max-width: 22.75rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .contact_inquiry_fax_link {
    max-width: 18.2857142857rem;
  }
}

.contact_inquiry_fax_time {
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .contact_inquiry_fax_time {
    margin-top: 0.5714285714rem;
  }
}

.contact_inquiry_fax_text {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .contact_inquiry_fax_text {
    margin-top: 0.1428571429rem;
  }
}

/* contact - contact_mail
------------------------------ */
.contact_mail {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .contact_mail {
    margin-top: 4.5714285714rem;
  }
}

.contact_mail_inner.inner {
  max-width: 54.375rem;
}
@media (max-width: 768px) {
  .contact_mail_inner.inner {
    max-width: 42.8571428571rem;
  }
}

.contact_mail_text {
  line-height: 180%;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .contact_mail_text {
    text-align: left;
    margin-top: 2.8571428571rem;
  }
}

.contact_mail_form {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .contact_mail_form {
    margin-top: 3.4285714286rem;
  }
}

/* contact - contact_footer
------------------------------ */
.footer.contact_footer {
  margin-top: 13.3125rem;
}
@media (max-width: 768px) {
  .footer.contact_footer {
    margin-top: 4rem;
  }
}

/* contact-confirm - contact-confirm_footer
------------------------------ */
.footer.contact-confirm_footer {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .footer.contact-confirm_footer {
    margin-top: 4rem;
  }
}

/* contact - contact_thanks_main
------------------------------ */
.contact_thanks_main {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .contact_thanks_main {
    margin-top: 2.8571428571rem;
  }
}

.contact_thanks_main_text {
  margin-top: 2.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .contact_thanks_main_text {
    margin-top: 1.7142857143rem;
    text-align: left;
  }
}

.contact_thanks_main_btn {
  margin-top: 2.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .contact_thanks_main_btn {
    margin-top: 1.7142857143rem;
  }
}

/* contact-thanks - contact-thanks_cta01
------------------------------ */
.contact-thanks_cta01 {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .contact-thanks_cta01 {
    margin-top: 2.8571428571rem;
  }
}

/* form
------------------------------ */
.visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.form_row {
  display: grid;
  grid-template-columns: 15rem 1fr;
}
@media (max-width: 768px) {
  .form_row {
    grid-template-columns: 1fr;
  }
}

.form_title {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #3F3F3F;
  padding: 1.3125rem 1rem 1.3125rem 0;
}
@media (max-width: 768px) {
  .form_title {
    font-size: 1.1428571429rem;
    padding: 1.4285714286rem 0 0.5714285714rem;
  }
}

.form_title:last-of-type {
  border-bottom: 1px solid #3F3F3F;
}
@media (max-width: 768px) {
  .form_title:last-of-type {
    border-bottom: none;
  }
}

.form_title label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_title .form_required {
  color: #AA0000;
}

.form_input {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #3F3F3F;
  width: 100%;
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .form_input {
    border-top: none;
    padding: 0 0 1.4285714286rem;
  }
}

.form_input:last-of-type {
  border-bottom: 1px solid #3F3F3F;
}

.form_input input {
  width: 100%;
  padding: 0.46875rem 1.25rem;
  background-color: #EEF1E6;
}

.form_input textarea {
  width: 100%;
  height: 11.1875rem;
  padding: 0.625rem 1.25rem;
  background-color: #EEF1E6;
}

.form_input_postcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.form_input_postcode input {
  max-width: 11.25rem;
}

.form_input_city {
  margin-top: 0.5rem;
}

.form_radio {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.8125rem 1.875rem 1.875rem 0.375rem;
}
@media (max-width: 768px) {
  .form_radio {
    padding: 0 0.4285714286rem 1.4285714286rem;
  }
}

.form_radio .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .form_radio .wpcf7-form-control {
    gap: 0.5714285714rem 1.1428571429rem;
  }
}

.form_radio .wpcf7-list-item {
  margin: 0;
}

.form_radio .wpcf7-list-item.has-free-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_radio label {
  display: block;
}

.form_radio input[type=radio] {
  display: none;
}

.form_radio input + span {
  position: relative;
  display: block;
  line-height: 1;
  cursor: pointer;
  padding: 0.125rem 0 0.125rem 2.125rem;
}
@media (max-width: 768px) {
  .form_radio input + span {
    font-size: 1.1428571429rem;
    padding: 0.0714285714rem 0 0.0714285714rem 2.4285714286rem;
  }
}

.form_radio input + span::before {
  position: absolute;
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #3F3F3F;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .form_radio input + span::before {
    width: 1.1428571429rem;
    height: 1.1428571429rem;
  }
}

.form_radio input + span::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #3A6C50;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .form_radio input + span::after {
    width: 0.5714285714rem;
    height: 0.5714285714rem;
    left: 0.2857142857rem;
  }
}

.form_radio input:checked + span::after {
  opacity: 1;
}

@media (max-width: 768px) {
  .form_check .wpcf7-form-control.wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form_check input {
  display: none;
}

.form_check input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 1.5625rem;
  position: relative;
  font-size: 0.9375rem;
  line-height: 1;
}

.form_check input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #3F3F3F;
  display: block;
  width: 2rem;
  height: 2rem;
}

.form_check input + span::after {
  content: "";
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 0.9375rem;
  height: 0.5rem;
  border-bottom: 0.1875rem solid #3A6C50;
  border-left: 0.1875rem solid #3A6C50;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.form_check input:checked ~ span::after {
  opacity: 1;
}

.form_policy {
  max-height: 17.875rem;
  overflow-y: auto;
  padding: 2.5rem 2.5rem;
  margin-top: 4rem;
  background-color: #EEF1E6;
}
@media (max-width: 768px) {
  .form_policy {
    padding: 1.7142857143rem 1.1428571429rem;
    margin-top: 1.7142857143rem;
  }
}

.form_policy_title {
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .form_policy_title {
    font-size: 1.1428571429rem;
  }
}

.form_policy_text {
  line-height: 180%;
  margin-top: 1.4375rem;
}
@media (max-width: 768px) {
  .form_policy_text {
    margin-top: 0.5714285714rem;
  }
}

.form_policy_text:focus-visible {
  outline: 2px solid #3A6C50;
  outline-offset: 2px;
}

.form_confirmation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.5rem auto 0;
}
@media (max-width: 768px) {
  .form_confirmation {
    margin-top: 1.7142857143rem;
  }
}

.form_confirmation .wpcf7-list-item {
  margin: 0;
}

.form_confirmation input {
  display: none;
}

.form_confirmation input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0.3125rem 0 0.3125rem 3.25rem;
  position: relative;
  line-height: 140%;
}
@media (max-width: 768px) {
  .form_confirmation input + span {
    padding: 0 0 0 2.2857142857rem;
  }
}

.form_confirmation input + span::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 1px solid #3F3F3F;
}
@media (max-width: 768px) {
  .form_confirmation input + span::before {
    width: 1.1428571429rem;
    height: 1.1428571429rem;
  }
}

.form_confirmation input + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0.375rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 1.25rem;
  height: 0.625rem;
  border-bottom: 0.1875rem solid #3A6C50;
  border-left: 0.1875rem solid #3A6C50;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 768px) {
  .form_confirmation input + span::after {
    width: 0.8571428571rem;
    height: 0.3571428571rem;
    left: 0.1428571429rem;
    border-bottom-width: 0.1428571429rem;
    border-left-width: 0.1428571429rem;
  }
}

.form_confirmation input:checked ~ span::after {
  opacity: 1;
}

.form_btn_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .form_btn_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.7142857143rem;
  }
}

.form_btn {
  position: relative;
  width: 100%;
  max-width: 8.625rem;
  text-align: center;
}
@media (max-width: 768px) {
  .form_btn {
    max-width: 9.8571428571rem;
  }
}

.form_btn input,
.form_btn button {
  display: inline-block;
  width: 100%;
  max-width: 8.625rem;
  color: #fff;
  background-color: #3A6C50;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0.875rem 1.875rem;
}
@media (max-width: 768px) {
  .form_btn input,
  .form_btn button {
    max-width: 9.8571428571rem;
    padding: 1rem 1.7142857143rem;
  }
}

@media (min-width: 768px) {
  .form_btn input:hover,
  .form_btn button:hover {
    background-color: #3A6C50;
  }
}

.form_confirm_btn[aria-disabled=true] {
  opacity: 0.5;
  cursor: not-allowed;
}

.form_btn .wpcf7-spinner {
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}

/* ---------------------------------------------------------
 * 確認モーダル
 * --------------------------------------------------------- */
.form_confirm_area {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.form_confirm_area.is_open {
  display: block;
}

.form_confirm_area[hidden] {
  display: none !important;
}

body.is_confirm_open {
  overflow: hidden;
}

.form_confirm_overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(63, 63, 63, 0.5);
}

.form_confirm_modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(92%, 45rem);
  max-height: 86vh;
  max-height: 86dvh;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  padding: 2.5rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .form_confirm_modal {
    padding: 1.7142857143rem 1.1428571429rem;
  }
}

.form_confirm_modal:focus {
  outline: none;
}

.form_confirm_lead {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  color: #3A6C50;
}
@media (max-width: 768px) {
  .form_confirm_lead {
    font-size: 1.2857142857rem;
  }
}

.form_confirm_sub {
  font-weight: 700;
  text-align: center;
  margin-top: 0.5rem;
}

.form_confirm_area .form_row {
  grid-template-columns: auto 1fr;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .form_confirm_area .form_row {
    grid-template-columns: 1fr;
    margin-top: 1.1428571429rem;
  }
}

.form_confirm_area [data-confirm] {
  white-space: pre-wrap;
}

.form_main.is_sending [type=submit],
.form_main.is_sending .form_back_btn {
  opacity: 0.5;
  pointer-events: none;
}

/* 404
------------------------------ */
.not_found_main {
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .not_found_main {
    margin-top: 2.8571428571rem;
  }
}

.not_found_main_btn {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .not_found_main_btn {
    margin-top: 1.7142857143rem;
  }
}

/* 404 - other-page_cta01
------------------------------ */
.cta.other-page_cta01 {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .cta.other-page_cta01 {
    margin-top: 4rem;
  }
}

/* footer
------------------------------ */
.footer {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 4rem;
    padding-bottom: 4.1428571429rem;
  }
}

@media (max-width: 768px) {
  .footer_nav {
    display: none;
  }
}

.footer_lists {
  display: grid;
  grid-template-columns: repeat(6, auto);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: 35.875rem;
  margin-inline: auto;
}

.footer_list a {
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .footer_list a:hover {
    color: #3A6C50;
  }
}

.footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.75rem;
  margin-top: 7.0625rem;
}
@media (max-width: 768px) {
  .footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.7142857143rem;
    margin-top: 2.8571428571rem;
  }
}

.footer_logo {
  width: 100%;
  max-width: 21.8125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .footer_logo {
    max-width: 17.2142857143rem;
  }
}

.footer_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .footer_unit {
    gap: 0.5714285714rem;
  }
}

.footer_info_wrapper {
  letter-spacing: 0.05em;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.footer_info_tel {
  margin-top: 0.8125rem;
}
@media (max-width: 768px) {
  .footer_info_tel {
    margin-top: 1.2857142857rem;
  }
}

.footer_instagram {
  width: 100%;
  max-width: 2.5rem;
  margin-top: 0.3125rem;
}
@media (max-width: 768px) {
  .footer_instagram {
    max-width: 1.8571428571rem;
  }
}

.footer_instagram a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .footer_instagram a:hover img {
    -webkit-filter: drop-shadow(0 0 0.125rem #8dc21f);
            filter: drop-shadow(0 0 0.125rem #8dc21f);
  }
}

.footer_copyright {
  padding: 0.875rem;
  border-top: 1px solid #A7A7A7;
  margin-top: 7.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .footer_copyright {
    padding: 1.1428571429rem 0;
    margin-top: 2.8571428571rem;
  }
}

.footer_copyright small {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

/* page_top
------------------------------ */
.page_top {
  position: fixed;
  right: 1.875rem;
  bottom: 1.875rem;
  width: 3.125rem;
  height: 3.125rem;
  color: #fff;
  background-color: #3A6C50;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .page_top {
    right: 1.1428571429rem;
    bottom: 5.3571428571rem;
  }
}

.page_top.is_visible {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .page_top:hover {
    color: #3A6C50;
    background-color: #fff;
  }
}

.page_top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg);
}

@media (min-width: 768px) {
  .page_top:hover::before {
    border-color: #3A6C50;
  }
}

/* foot_menu
------------------------------ */
.foot_menu {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
  -webkit-box-shadow: 0px -0.0625rem 1.25rem rgba(63, 63, 63, 0.5);
          box-shadow: 0px -0.0625rem 1.25rem rgba(63, 63, 63, 0.5);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .foot_menu {
    -webkit-box-shadow: 0px -0.0714285714rem 1.4285714286rem rgba(63, 63, 63, 0.5);
            box-shadow: 0px -0.0714285714rem 1.4285714286rem rgba(63, 63, 63, 0.5);
  }
}

.foot_menu.is_visible {
  opacity: 1;
  visibility: visible;
}

.foot_menu_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.foot_menu_tel {
  width: 50%;
}

.foot_menu_tel a {
  display: block;
  position: relative;
  font-weight: 500;
  line-height: 120%;
  width: 100%;
  background-color: #fff;
  padding: 0.4375rem 0.3125rem 0.375rem;
  text-align: center;
}
@media (max-width: 768px) {
  .foot_menu_tel a {
    padding: 0.5rem 0.3571428571rem 0.4285714286rem;
  }
}

.foot_menu_tel_link_title {
  font-size: 0.625rem;
}
@media (max-width: 768px) {
  .foot_menu_tel_link_title {
    font-size: 0.7142857143rem;
  }
}

.foot_menu_tel_link_text {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .foot_menu_tel_link_text {
    font-size: 1rem;
  }
}

.foot_menu_tel_link_text span {
  position: relative;
  display: inline-block;
  padding-left: 0.9375rem;
}
@media (max-width: 768px) {
  .foot_menu_tel_link_text span {
    padding-left: 1.0714285714rem;
  }
}

.foot_menu_tel_link_text span::before {
  position: absolute;
  content: "";
  width: 0.6875rem;
  height: 0.8125rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_phone_black.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .foot_menu_tel_link_text span::before {
    width: 0.7857142857rem;
    height: 0.9285714286rem;
  }
}

.foot_menu_mail {
  width: 50%;
}

.foot_menu_mail a {
  display: block;
  position: relative;
  font-weight: 500;
  line-height: 120%;
  width: 100%;
  color: #fff;
  background-color: #3F3F3F;
  padding: 0.4375rem 0.3125rem 0.375rem;
  text-align: center;
}
@media (max-width: 768px) {
  .foot_menu_mail a {
    padding: 0.5rem 0.3571428571rem 0.4285714286rem;
  }
}

.foot_menu_mail_link_title {
  font-size: 0.625rem;
}
@media (max-width: 768px) {
  .foot_menu_mail_link_title {
    font-size: 0.7142857143rem;
  }
}

.foot_menu_mail_link_text {
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .foot_menu_mail_link_text {
    font-size: 0.8571428571rem;
  }
}

.foot_menu_mail_link_text span {
  position: relative;
  display: inline-block;
  padding-left: 0.9375rem;
}
@media (max-width: 768px) {
  .foot_menu_mail_link_text span {
    padding-left: 1.0714285714rem;
  }
}

.foot_menu_mail_link_text span::after {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.5rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_mail_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .foot_menu_mail_link_text span::after {
    width: 0.8571428571rem;
    height: 0.5714285714rem;
  }
}