@charset "UTF-8";
.l-grey {
  color: #f5f5f5;
}

.s-grey {
  color: #e0e0e0;
}

.d-grey {
  color: #d6d6d6;
}

.green {
  color: #5b8061 !important !important;
}

.white {
  color: #ffffff !important !important;
}

.c_red {
  color: #ff7474 !important;
}

.c_yellow {
  color: #ffea74 !important;
}

.c_green {
  color: #74ff8b !important;
}

.c_orange {
  color: #ffbe74 !important;
}

.c_blue {
  color: #74a0ff !important;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  color: #3c3c3c;
  background-color: #fafafa;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: "Cormorant", serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

a, th, td {
  font-size: 1.1vw;
}

.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .fade-in-left {
    transform: translate(0, 50px);
  }
}
@media screen and (max-width: 768px) {
  .fade-in-left {
    transform: translate(0, 50px);
  }
}

.fade-in-right {
  transform: translate(50px, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .fade-in-right {
    transform: translate(0, 50px);
  }
}
@media screen and (max-width: 768px) {
  .fade-in-right {
    transform: translate(0, 50px);
  }
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.contents_divide {
  padding: 0;
}
.contents_divide img {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 1441px) {
  .contents_divide img {
    height: 60vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contents_divide img {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  .contents_divide img {
    height: 30vh;
  }
}

.h-head {
  /* フォント設定：和文はモダンなゴシック体、欧文はHelvetica/Arialでシンプルかつ洗練された印象に */
  font-family: "Cormorant", serif;
  font-weight: 400; /* Light/Regularで洗練された、軽やかな印象に */
  letter-spacing: 0.1em; /* 少し広めの字間で洗練された雰囲気を強調 */
  line-height: 1.4;
  color: #163f0f !important;
}

p {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 3vw;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  font-size: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6vw;
  }
}

h3 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 5vw;
  }
}

h4 {
  font-size: 1.7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4vw;
  }
}

h5 {
  font-size: 1.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 3.5vw;
  }
}

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

@media screen and (min-width: 1441px) {
  .br_tab {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_tab {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br_tab {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

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

@media screen and (min-width: 1441px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

#lower {
  position: relative;
}
#lower .lower {
  width: 100%;
  height: 75vh;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 45vh;
  }
}
#lower .lower .lower_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#lower .lower_contents {
  position: absolute;
  top: 50%;
  left: 3%;
  display: inline-block;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
}
#lower .lower_contents .headline {
  font-size: 2.5vw;
  color: #ffffff;
  letter-spacing: 0.4vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #lower .lower_contents .headline {
    font-size: 4vw;
  }
}
#lower .lower_contents p {
  font-size: 1.5vw;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lower .lower_contents p {
    font-size: 2.5vw;
  }
}

.lower_headline {
  padding: 0.5vw 0;
  padding-left: 2vw;
  margin-bottom: 2vw;
  position: relative;
  color: #000;
  background-color: rgb(255, 255, 255);
  font-size: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_headline {
    padding: 1vw 0;
    padding-left: 2vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lower_headline {
    padding: 2vw 0;
    padding-left: 2vw;
    font-size: 5vw;
  }
}
.lower_headline::before {
  position: absolute;
  content: "";
  width: 0.7vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #5b8061;
}

.lower_bgimg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 5%;
  bottom: 5%;
  color: #3c3c3c;
  padding: 1rem 2rem;
  font-size: 2vw;
  display: inline-block;
  text-decoration: none;
  background-color: rgba(152, 173, 255, 0.1882352941);
  box-shadow: 1px 1px 2px rgba(202, 255, 0, 0.3), 1px -1px 2px rgba(255, 0, 0, 0.3), -1px 1px 2px rgba(255, 0, 0, 0.3), -1px -1px 2px rgba(255, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}

.topBtnSp {
  display: block !important;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #0957bd;
  padding: 1rem;
  font-size: 3vw;
  width: 100% !important;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .topBtnSp {
    display: none !important;
  }
}
.topBtnSp::before {
  width: 100% !important;
  height: 20vw !important;
  border-radius: 0 !important;
}
.topBtnSp i {
  font-size: 4vw;
}
.topBtnSp p {
  font-size: 3vw;
}

.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  z-index: -1;
}

.more_btn a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background: #fff;
  border: solid 2px #e0e0e0;
  border-radius: 5px;
  box-shadow: 4px 4px 0px #e0e0e0;
  padding: 0.5vw 2vw;
  color: #e0e0e0 !important;
  text-decoration: none !important;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .more_btn a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .more_btn a {
    font-size: 1.5rem;
    padding: 1vw 5vw;
  }
}

.more_btn a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e0e0e0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.more_btn a:after {
  content: url();
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.more_btn a:hover, .more_btn a:focus, .more_btn a:active,
.more-link:hover, .more-link:focus, .more-link:active {
  color: #fff !important;
  box-shadow: 4px 4px 0px #c8c8c8 !important;
  outline: solid 1px #fff;
}

.more_btn a:hover:before, .more_btn a:focus:before, .more_btn a:active:before,
.more-link:hover:before, .more-link:focus:before, .more-link:active:before {
  transform: scaleX(1);
}

/* Instagram css */
.footer_instagram {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 27%;
  margin-top: 10px;
  width: 15%;
  transition: 0.5s; /*ゆっくり変化*/
}
@media screen and (min-width: 1441px) {
  .footer_instagram {
    bottom: 40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_instagram {
    bottom: 17%;
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .footer_instagram {
    width: 25%;
    bottom: 15%;
  }
}
.footer_instagram:hover {
  opacity: 0.8;
  transition: 0.5s; /*ゆっくり変化*/
}
.footer_instagram .insta_btn {
  display: inline-block;
  text-align: center; /*中央揃え*/
  color: #2e6ca5; /*文字色*/
  font-size: 20px; /*文字サイズ*/
  text-decoration: none; /*下線消す*/
  width: 100%;
  border-radius: 10px 0 0 10px;
}

/* Instagram css */
.footer_line {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 20%;
  margin-top: 10px;
  width: 15%;
  transition: 0.5s; /*ゆっくり変化*/
}
@media screen and (min-width: 1441px) {
  .footer_line {
    bottom: 30%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_line {
    bottom: 12%;
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .footer_line {
    width: 25%;
    bottom: 10%;
  }
}
.footer_line:hover {
  opacity: 0.8;
  transition: 0.5s; /*ゆっくり変化*/
}
.footer_line .line_btn {
  display: inline-block;
  text-align: center; /*中央揃え*/
  color: #2e6ca5; /*文字色*/
  font-size: 20px; /*文字サイズ*/
  text-decoration: none; /*下線消す*/
  width: 100%;
  border-radius: 10px 0 0 10px;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* 背景色を指定 */
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.7s, visibility 0.7s; /* 0.5秒かけてフェードアウト */
}
.loading-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.loading-overlay .spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top-color: #38a169; /* モスグリーン */
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-bottom: 20px;
}
.loading-overlay .loading-text {
  font-size: 1.8rem;
  color: #333;
  letter-spacing: 0.2em;
}

/* スピナーのアニメーション */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s, box-shadow 0.3s;
}
#top .l-header {
  background-color: transparent;
  box-shadow: none;
}
#top .l-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.is-scrolled .p-header-pc .p-header-pc__nav .p-header-pc__menu a {
  color: #333 !important;
}

.is-scrolled .p-header-pc .p-header-pc__nav .p-header-pc__menu div {
  color: #333 !important;
}

.is-scrolled .p-header-sp .c-hamburger .c-hamburger__line {
  background-color: #333 !important;
}

.is-scrolled .p-header-sp .c-hamburger .c-hamburger__label {
  color: #333 !important;
}

.p-header-pc {
  display: none;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-header-pc {
    display: flex;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .p-header-pc {
    display: flex;
  }
}
@media screen and (min-width: 1441px) {
  .p-header-pc {
    display: flex;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .p-header-pc {
    padding: 15px 30px;
  }
}
.p-header-pc__logo img {
  height: 95px;
  width: auto;
  transition: height 0.3s;
}
.p-header-pc__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-header-pc__menu > li {
  margin-left: 35px;
  position: relative;
}
.p-header-pc__menu > li > a {
  display: block;
  padding: 5px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 1px #38a169;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
}
.p-header-pc__menu > li > a:hover, .p-header-pc__menu > li > a.is-current {
  color: #38a169;
}
.p-header-pc__menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #38a169;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease-out;
}
.p-header-pc__menu > li > a:hover::after, .p-header-pc__menu > li > a.is-current::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.p-header-pc__menu > li > a .fa-chevron-down {
  font-size: 0.7rem;
  margin-left: 5px;
  transition: transform 0.3s;
}
.p-header-pc__menu > li > div {
  display: block;
  padding: 5px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 1px #38a169;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
}
.p-header-pc__menu > li > div:hover, .p-header-pc__menu > li > div.is-current {
  color: #38a169;
}
.p-header-pc__menu > li > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #38a169;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease-out;
}
.p-header-pc__menu > li > div:hover::after, .p-header-pc__menu > li > div.is-current::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.p-header-pc__menu > li > div .fa-chevron-down {
  font-size: 0.7rem;
  margin-left: 5px;
  transition: transform 0.3s;
}
.p-header-pc__menu-has-submenu:hover > .p-header-pc__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.p-header-pc__menu-has-submenu:hover > a .fa-chevron-down {
  transform: rotate(180deg);
}
.p-header-pc__submenu {
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  list-style: none;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.p-header-pc__submenu li a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  font-size: 0.95rem;
  color: #555;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.p-header-pc__submenu li a:hover {
  background-color: #e6f7f0;
  color: #38a169;
}

.p-header-sp {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-header-sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .p-header-sp {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .p-header-sp {
    display: none;
  }
}
.p-header-sp__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.p-header-sp__logo img {
  height: 60px;
  width: auto;
}

.c-hamburger {
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  background: none;
  border: none;
  padding: 0;
}
.c-hamburger__line {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
  transition: all 0.3s;
}
.c-hamburger__line:nth-child(2) {
  margin: 6px 0;
}
.c-hamburger__label {
  font-size: 0.6rem;
  color: #333;
  position: absolute;
  bottom: 0;
  line-height: 1;
  transition: opacity 0.3s;
}
.c-hamburger.active .c-hamburger__line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.c-hamburger.active .c-hamburger__line:nth-child(2) {
  opacity: 0;
}
.c-hamburger.active .c-hamburger__line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.c-hamburger.active .c-hamburger__label {
  opacity: 0;
}

.p-global-menu-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 1000;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s, visibility 0.5s;
}
.p-global-menu-sp.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.p-global-menu-sp__list {
  list-style: none;
  padding: 80px 30px 50px;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
.p-global-menu-sp__list > li {
  border-bottom: 1px solid #f0f0f0;
}
.p-global-menu-sp__list > li:first-child {
  border-top: 1px solid #f0f0f0;
}
.p-global-menu-sp__list > li > a {
  display: block;
  padding: 18px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}
.p-global-menu-sp__list > li > a:hover {
  color: #38a169;
}
.p-global-menu-sp__list__contact-link {
  background-color: #38a169;
  color: #fff !important;
  text-align: center;
  border-radius: 4px;
  margin-top: 20px;
  padding: 15px 0 !important;
  transition: background-color 0.3s;
}
.p-global-menu-sp__list__contact-link:hover {
  background-color: rgb(42.8387096774, 123.1612903226, 80.3225806452);
  color: #fff !important;
}
.p-global-menu-sp__has-submenu > a {
  position: relative;
  cursor: pointer;
}
.p-global-menu-sp__has-submenu > a .fa-chevron-down {
  font-size: 0.8rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.p-global-menu-sp__has-submenu.is-open > a .fa-chevron-down {
  transform: translateY(-50%) rotate(180deg);
}
.p-global-menu-sp__submenu {
  list-style: none;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.p-global-menu-sp__submenu li a {
  display: block;
  padding: 12px 15px 12px 30px;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  background-color: #fafafa;
}
.p-global-menu-sp__submenu li a:hover {
  background-color: #f0f0f0;
  color: #38a169;
}
.p-global-menu-sp__contact-info {
  padding: 0 30px 20px;
  text-align: center;
}

.l-container--minimal {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-container--minimal {
    padding: 0 20px;
  }
}

.c-heading--h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 80px;
  text-align: left;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .c-heading--h2 {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}

.ta-right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .ta-right {
    text-align: left;
  }
}

.c-heading--h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 25px;
}

.c-button--outline, .c-button--outline-large, .c-button--fill-large {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #1a1a1a;
  background-color: transparent;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.c-button--outline:hover, .c-button--outline-large:hover, .c-button--fill-large:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.c-button--outline-large, .c-button--fill-large {
  padding: 15px 40px;
  font-size: 1.2rem;
  border-radius: 50px;
}

.c-button--fill-large {
  background-color: #1a1a1a;
  color: #fff;
}
.c-button--fill-large:hover {
  background-color: #588157;
  border-color: #588157;
  color: #fff;
}

.c-link-underline {
  display: inline-block;
  color: #1a1a1a;
  text-decoration: none;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 2px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.c-link-underline:hover {
  color: #588157;
  border-color: #588157;
}

.p-hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-hero-slider {
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  .p-hero-slider {
    height: 100vh;
  }
}
.p-hero-slider__list {
  width: 100%;
  height: 100%;
  position: absolute; /* 親要素の高さに固定 */
  top: 0;
  left: 0;
  z-index: 1; /* キャプションより低い位置に固定 */
}
.p-hero-slider__item {
  position: relative;
  height: 100vh;
  overflow: hidden;
  padding-top: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-hero-slider__item {
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  .p-hero-slider__item {
    height: 100vh;
  }
}
.p-hero-slider__item::before {
  transform: skewX(-10deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 50%;
  right: 0;
  width: 100vw;
  z-index: -1;
  background-color: #133f00;
}
.p-hero-slider__image {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1441px) {
  .p-hero-slider__image {
    width: 80%;
  }
}
.p-hero-slider__caption {
  position: absolute;
  top: 60%;
  left: 60%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  z-index: 10;
  filter: grayscale(1%) drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 768px) {
  .p-hero-slider__caption {
    top: 50%;
    left: 50%;
  }
}
.p-hero-slider__caption p {
  font-size: 3.2rem;
  font-weight: 300;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-hero-slider__caption p {
    font-size: 0.9rem;
  }
}
.p-hero-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 20;
}
.p-hero-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.p-hero-slider .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: transparent;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.p-hero-slider .slick-dots li.slick-active button {
  background-color: #fff;
}

.caption_txt .caption_txt_ja {
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .caption_txt .caption_txt_ja {
    font-size: 1.8rem;
  }
}
.caption_txt .caption_txt_en {
  font-size: 1.5rem;
  font-weight: 100;
  text-align: right;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .caption_txt .caption_txt_en {
    font-size: 1.2rem;
  }
}

.caption_txtsp .caption_txt_ja {
  font-size: 2.2rem;
  font-weight: 600;
}
.caption_txtsp .caption_txt_en {
  font-size: 1.4rem;
  font-weight: 100;
  text-align: right;
}

.p-business-gate {
  padding-top: 10vh;
  padding-bottom: 15vh;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-business-gate {
    padding: 8vh 0;
  }
}
.p-business-gate__title {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  margin: 0 0 100px 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-business-gate__title {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
}
.p-business-gate__divider {
  position: relative;
  width: 1px;
  height: 120px;
  background-color: #e0e0e0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-business-gate__divider {
    height: 80px;
  }
}
.p-business-gate__caption {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  white-space: nowrap;
  font-size: 0.75rem;
  color: #999;
  letter-spacing: 0.2em;
}
.p-business-gate__split {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-business-gate__split {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 50px;
  }
}

.p-business-gate {
  padding-top: 10vh;
  padding-bottom: 15vh;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-business-gate {
    padding: 8vh 0;
  }
}
.p-business-gate__title {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  margin: 0 0 100px 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-business-gate__title {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
}
.p-business-gate__divider {
  position: relative;
  width: 1px;
  height: 120px;
  background-color: #e0e0e0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-business-gate__divider {
    height: 80px;
  }
}
.p-business-gate__caption {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  white-space: nowrap;
  font-size: 1.75rem;
  color: #999;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-business-gate__caption {
    font-size: 1.25rem;
  }
}
.p-business-gate__split {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-business-gate__split {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 50px;
  }
}

.c-button--gate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #1a1a1a;
  width: 300px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.85);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .c-button--gate {
    width: 80%;
    max-width: 300px;
    height: 100px;
  }
}
.c-button--gate:hover {
  background-color: rgba(255, 255, 255, 0.95);
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  color: #588157;
}
.c-button--gate::before, .c-button--gate::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e0e0e0;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.4s ease;
  z-index: -1;
}
.c-button--gate::after {
  border-color: #588157;
  transform: scale(0.95);
  opacity: 0;
}
.c-button--gate:hover::before {
  transform: scale(1.05);
  border-color: #588157;
}
.c-button--gate:hover::after {
  transform: scale(1);
  opacity: 1;
}
.c-button--gate__icon {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
}
.c-button--gate__icon svg {
  width: 100%;
  height: 100%;
  stroke: #666;
  transition: stroke 0.4s ease;
}
.c-button--gate:hover .c-button--gate__icon svg {
  stroke: #588157;
}
.c-button--gate__label {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
  transition: color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .c-button--gate__label {
    font-size: 1.5rem;
  }
}
.c-button--gate__sub-label {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: #999;
  transition: color 0.4s ease;
}

.p-story {
  padding: 150px 0;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .p-story {
    padding: 80px 0;
  }
}
.p-story .c-heading--h2 {
  margin-bottom: 100px;
}
.p-story__media-text {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-story__media-text {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-story__media-text {
    flex-direction: column;
    gap: 40px;
  }
}
.p-story__text-content {
  flex: 0.5;
  padding-top: 20px;
}
.p-story__body {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 30px;
}
.p-story__visual-wrap {
  flex: 0.5;
  position: relative;
  padding: 10px;
  max-width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-story__visual-wrap {
    max-width: none;
    width: 70%;
    margin: 0 auto;
  }
}
.p-story__photo {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid #e0e0e0;
}
.p-story__visual-caption {
  display: block;
  text-align: right;
  font-size: 1.5rem;
  color: #999;
  margin-top: 10px;
}
.p-story .p-promises-list {
  display: flex;
  gap: 60px;
  padding-top: 50px;
  border-top: 1px solid #e0e0e0;
  counter-reset: promise-counter;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-story .p-promises-list {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-story .p-promises-list {
    flex-direction: column;
    gap: 0;
  }
}
.p-story .p-promise-item {
  flex: 1;
  position: relative;
  padding: 40px 0;
  counter-increment: promise-counter;
}
.p-story .p-promise-item__title {
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-story .p-promise-item__title {
    font-size: 1.5rem;
  }
}
.p-story .p-promise-item__text {
  position: relative;
  z-index: 2;
  font-size: 0.85rem;
  color: #666;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
.p-story .p-promise-item::before {
  content: "0" counter(promise-counter);
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  font-size: 8rem;
  font-weight: 200;
  color: rgba(91, 128, 97, 0.8);
  line-height: 1;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-story .p-promise-item::before {
    font-size: 5rem;
    left: -10px;
    left: auto;
    right: 0;
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-story .p-promise-item::before {
    font-size: 5rem;
    left: -10px;
    left: auto;
    right: 0;
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-story .p-promise-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 30px 0;
  }
  .p-story .p-promise-item:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .p-story .p-promise-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 30px 0;
  }
  .p-story .p-promise-item:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .p-story .p-promise-item {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1441px) {
  .p-story .p-promise-item {
    padding-left: 60px;
  }
}

.p-highlight {
  padding: 150px 0;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .p-highlight {
    padding: 80px 0;
  }
}
.p-highlight__media-block {
  display: flex;
  align-items: flex-start;
  gap: 5%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-highlight__media-block {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-highlight__media-block {
    flex-direction: column;
    gap: 40px;
  }
}
.p-highlight__text-content {
  flex: 1;
  padding: 20px 0;
}
.p-highlight__media-block--reverse .p-highlight__text-content {
  order: 2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-highlight__text-content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-highlight__text-content {
    width: 100%;
  }
}
.p-highlight__body {
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 1.4rem;
}
.p-highlight__visual-full {
  flex: 1.5;
  position: relative;
  overflow: hidden;
  margin-right: -40px;
}
.p-highlight__media-block--reverse .p-highlight__visual-full {
  margin-left: -40px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-highlight__media-block--reverse .p-highlight__visual-full {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 768px) {
  .p-highlight__visual-full {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.p-highlight__photo-full {
  width: 100%;
  height: auto;
  display: block;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-highlight__photo-full {
    min-height: 250px;
  }
}

.p-works {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .p-works {
    padding: 80px 0;
  }
}
.p-works__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-works__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-works__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-works__more {
  text-align: center;
}

.p-work-item {
  display: block;
  text-decoration: none;
  color: #1a1a1a;
}
.p-work-item__thumb {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  transition: opacity 0.3s ease;
}
.p-work-item:hover .p-work-item__thumb {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-work-item__thumb {
    height: 250px;
  }
}
.p-work-item__title {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}

.p-contact-utility {
  padding: 100px 0;
  background-color: #f7f7f7;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-contact-utility {
    flex-flow: column;
  }
}
.p-contact-utility__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-contact-utility__grid {
    flex-flow: column;
    gap: 50px;
  }
}
.p-contact-utility__block {
  margin-right: 10%;
}
@media screen and (max-width: 768px) {
  .p-contact-utility__block {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto 10vw;
    padding: 0;
  }
}

.l-container--news {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-container--news {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}
.l-container--news .p-contact-utility__block .c-heading--h3 {
  white-space: nowrap;
}

.p-news-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.p-news-list li {
  border-bottom: 1px solid #e0e0e0;
}
.p-news-list li:last-child {
  border-bottom: none;
}
.p-news-list a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #1a1a1a;
  transition: color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .p-news-list a {
    font-size: 3vw;
  }
}
.p-news-list a:hover {
  color: #588157;
}

.p-cta-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
}

#works {
  position: relative;
  width: 80%;
  margin: 10rem auto 5rem;
}
@media screen and (max-width: 768px) {
  #works {
    width: 95%;
  }
}
#works p {
  text-align: center;
  font-size: 1.2vw;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #works p {
    font-size: 5vw;
  }
}
#works p:before {
  content: "-";
  color: #5b8061;
  margin-right: 1rem;
}
#works p:after {
  content: "-";
  color: #5b8061;
  margin-left: 1rem;
}
#works .works_insta {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  margin-bottom: 10rem;
}
#works .works_insta .works_insta_banner {
  width: 30%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_insta .works_insta_banner {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #works .works_insta .works_insta_banner {
    width: 100%;
  }
}
#works .works_insta .works_insta_banner a {
  transition: all 0.4s;
}
#works .works_insta .works_insta_banner a:hover {
  opacity: 0.7;
}
#works .works_insta .works_insta_banner a img {
  width: 100%;
}
#works .works_contents {
  background-color: #EAE9E9;
  padding: 3rem 2rem;
}
@media screen and (max-width: 768px) {
  #works .works_contents {
    padding: 3rem 1rem;
  }
}
#works .works_contents .works-item {
  margin-bottom: 5rem;
}
#works .works_contents .works-item h2 {
  color: #5b8061;
  font-size: 2vw;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_contents .works-item h2 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works_contents .works-item h2 {
    font-size: 5vw;
  }
}
#works .works_contents .works-item ul {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #works .works_contents .works-item ul {
    flex-flow: column;
  }
}
#works .works_contents .works-item ul li {
  width: 33.3333333333%;
  padding: 1vw 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_contents .works-item ul li {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #works .works_contents .works-item ul li {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#works .works_contents .works-item ul li .thumb {
  position: relative;
  width: 100%;
}
#works .works_contents .works-item ul li .thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  background-color: rgba(0, 0, 0, 0);
}
#works .works_contents .works-item ul li .thumb:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works_contents .works-item ul li .thumb img {
  width: 100%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_contents .works-item ul li .thumb img {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works_contents .works-item ul li .thumb img {
    height: 60vw;
  }
}
#works .works_contents .works-item ul li .thumb .search {
  position: absolute;
  top: 4%;
  right: 1%;
  z-index: 10;
}
#works .works_contents .works-item ul li .thumb .search i {
  color: #fff;
  font-size: 2vw;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_contents .works-item ul li .thumb .search i {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works_contents .works-item ul li .thumb .search i {
    font-size: 6vw;
  }
}
#works .works_contents .navigation {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #works .works_contents .navigation {
    margin-top: 40px;
  }
}

.wp-pagenavi span.current {
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  background-color: #5b8061;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span.current {
    padding: 5px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
}

.wp-pagenavi a {
  text-decoration: underline;
  transition: all 0.4s;
  padding: 10px;
  text-decoration: none;
  color: #5b8061;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a {
    padding: 5px;
  }
}
.wp-pagenavi a:hover {
  opacity: 0.5;
}

.nextpostslink {
  text-decoration: none;
}

.previouspostslink {
  text-decoration: none;
}

#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#modal-container > div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#modal-container > div > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 600px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #modal-container > div > img {
    width: 300px;
  }
}
#modal-container .close {
  position: absolute;
  top: 30%;
  right: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #modal-container .close {
    top: 32%;
    right: 22%;
  }
}
@media screen and (max-width: 768px) {
  #modal-container .close {
    top: 33%;
    right: 11%;
  }
}
#modal-container .close span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:first-child {
    width: 25px;
  }
}
#modal-container .close span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:last-child {
    width: 25px;
  }
}

img.popup {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.exterior_text {
  margin-bottom: 8vw;
  padding: 10vw 20vw;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .exterior_text {
    padding: 10vw 6vw;
  }
}
@media screen and (max-width: 768px) {
  .exterior_text {
    padding: 20vw 5vw;
  }
}
.exterior_text h1 {
  color: #5b8061 !important;
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .exterior_text h1 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .exterior_text h1 {
    font-size: 5vw;
  }
}
.exterior_text p {
  line-height: 2vw;
  font-size: 1vw;
}
@media screen and (min-width: 1441px) {
  .exterior_text p {
    font-size: 0.8vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .exterior_text p {
    width: 90%;
    margin: auto;
    font-size: 1.7vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .exterior_text p {
    width: 100%;
    margin: auto;
    font-size: 3vw;
    line-height: 6vw;
  }
}

#exterior .exterior {
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #exterior .exterior {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #exterior .exterior {
    width: 100%;
  }
}
#exterior .exterior .exterior_contents {
  padding: 5vw 0;
  overflow: hidden;
}
#exterior .exterior .exterior_contents ul {
  list-style: none;
}
#exterior .exterior .exterior_contents ul li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10vw;
  width: 95%;
}
@media screen and (max-width: 768px) {
  #exterior .exterior .exterior_contents ul li {
    flex-flow: column-reverse;
    margin: auto;
    margin-bottom: 10vw;
  }
}
#exterior .exterior .exterior_contents ul li:nth-child(2n+1) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #exterior .exterior .exterior_contents ul li:nth-child(2n+1) {
    flex-flow: column-reverse;
  }
}
#exterior .exterior .exterior_contents ul li .list_writing {
  position: relative;
  width: 42.5vw;
  padding: 2vw;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #exterior .exterior .exterior_contents ul li .list_writing {
    width: 47.5vw;
    padding: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #exterior .exterior .exterior_contents ul li .list_writing {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#exterior .exterior .exterior_contents ul li .list_writing h2 {
  color: #5b8061 !important;
  font-size: 1.8vw;
  padding: 0 1rem;
  margin-bottom: 2vw;
  border-bottom: 1px solid #5b8061 !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #exterior .exterior .exterior_contents ul li .list_writing h2 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #exterior .exterior .exterior_contents ul li .list_writing h2 {
    font-size: 4.5vw;
  }
}
#exterior .exterior .exterior_contents ul li .list_writing p {
  padding: 0 2rem;
}
@media screen and (min-width: 1441px) {
  #exterior .exterior .exterior_contents ul li .list_writing p {
    font-size: 0.8vw;
    line-height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #exterior .exterior .exterior_contents ul li .list_writing p {
    font-size: 3vw;
    line-height: 6vw;
    letter-spacing: 0;
  }
}
#exterior .exterior .exterior_contents ul li .list_image {
  width: 50%;
  height: 40vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #exterior .exterior .exterior_contents ul li .list_image {
    width: 50%;
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #exterior .exterior .exterior_contents ul li .list_image {
    width: 100%;
    height: 70vw;
  }
}
#exterior .exterior .exterior_contents ul li .list_image img {
  width: 100%;
  height: 100%;
}

.building_text {
  margin-bottom: 8vw;
  padding: 10vw 20vw;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .building_text {
    padding: 10vw 6vw;
  }
}
@media screen and (max-width: 768px) {
  .building_text {
    padding: 20vw 5vw;
  }
}
.building_text h1 {
  color: #5b8061 !important;
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .building_text h1 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .building_text h1 {
    font-size: 5vw;
  }
}
.building_text p {
  line-height: 2vw;
  font-size: 1vw;
}
@media screen and (min-width: 1441px) {
  .building_text p {
    font-size: 0.8vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .building_text p {
    width: 90%;
    margin: auto;
    font-size: 1.7vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .building_text p {
    width: 100%;
    margin: auto;
    font-size: 3vw;
    line-height: 6vw;
    text-align: center;
  }
}

#building .building {
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #building .building {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #building .building {
    width: 100%;
  }
}
#building .building .building_contents {
  padding: 5vw 0;
  overflow: hidden;
}
#building .building .building_contents ul {
  list-style: none;
}
#building .building .building_contents ul li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10vw;
  width: 95%;
}
@media screen and (max-width: 768px) {
  #building .building .building_contents ul li {
    flex-flow: column-reverse;
    margin: auto;
    margin-bottom: 10vw;
  }
}
#building .building .building_contents ul li:nth-child(2n+1) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #building .building .building_contents ul li:nth-child(2n+1) {
    flex-flow: column-reverse;
  }
}
#building .building .building_contents ul li .list_writing {
  position: relative;
  width: 42.5vw;
  padding: 2vw;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #building .building .building_contents ul li .list_writing {
    width: 47.5vw;
    padding: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #building .building .building_contents ul li .list_writing {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#building .building .building_contents ul li .list_writing h2 {
  color: #5b8061 !important;
  font-size: 1.8vw;
  padding: 0 1rem;
  margin-bottom: 2vw;
  border-bottom: 1px solid #5b8061 !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #building .building .building_contents ul li .list_writing h2 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #building .building .building_contents ul li .list_writing h2 {
    font-size: 4.5vw;
  }
}
#building .building .building_contents ul li .list_writing p {
  padding: 0 2rem;
}
@media screen and (min-width: 1441px) {
  #building .building .building_contents ul li .list_writing p {
    font-size: 0.8vw;
    line-height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #building .building .building_contents ul li .list_writing p {
    font-size: 3vw;
    line-height: 6vw;
    letter-spacing: 0;
  }
}
#building .building .building_contents ul li .list_image {
  width: 50%;
  height: 40vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #building .building .building_contents ul li .list_image {
    width: 50%;
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #building .building .building_contents ul li .list_image {
    width: 100%;
    height: 70vw;
  }
}
#building .building .building_contents ul li .list_image img {
  width: 100%;
  height: 100%;
}

#company .company {
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #company .company {
    padding: 12vw 0;
  }
}
#company .company .company_contents {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents {
    width: 95%;
  }
}
#company .company .company_contents table {
  width: 100%;
  margin: auto;
  margin-bottom: 2vw;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table {
    width: 100%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#company .company .company_contents table tr {
  background-color: rgba(255, 255, 255, 0.6);
  /*
  &:nth-child(even){
      background-color: rgba(255,255,255,.4);
  }
  */
}
#company .company .company_contents table tr:first-child th, #company .company .company_contents table tr:first-child td {
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table tr:first-child th, #company .company .company_contents table tr:first-child td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr:first-child th, #company .company .company_contents table tr:first-child td {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
  }
}
#company .company .company_contents table tr th, #company .company .company_contents table tr td {
  padding: 1.5vw;
  font-size: 1vw;
  color: #333;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    padding: 3vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    font-size: 3.3vw;
    text-align: center;
  }
}
#company .company .company_contents table tr th {
  width: 30%;
}
#company .company .company_contents table tr td {
  width: 70%;
}
#company .company .company_contents .map {
  width: 100%;
}
#company .company .company_contents .map iframe {
  width: 100%;
}

#sales .sales {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales .lower_headline {
    margin-bottom: 6vw;
  }
}
#sales .sales ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #sales .sales ul {
    flex-flow: column;
  }
}
#sales .sales ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #333;
}
#sales .sales ul li .sales_name {
  width: 30%;
  text-align: center;
}
#sales .sales ul li .sales_name h4 {
  color: #333;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li .sales_name h4 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li .sales_name h4 {
    font-size: 3.3vw;
  }
}
#sales .sales ul li .sales_contents {
  width: 70%;
}
#sales .sales ul li .sales_contents p {
  color: #333;
  margin-bottom: 0.5vw;
}
#sales .sales ul li .sales_contents .tel {
  color: #a57726;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li .sales_contents .tel {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li .sales_contents .tel {
    font-size: 3.3vw;
  }
}
#sales .sales ul li .sales_contents .tel i {
  margin-right: 1vw;
}

#philosophy .philosophy {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #philosophy .philosophy {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy .lower_headline {
    margin-bottom: 6vw;
  }
}
#philosophy .philosophy table {
  width: 100%;
}
#philosophy .philosophy table tbody {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy table tbody {
    flex-flow: column;
  }
}
#philosophy .philosophy table tr {
  width: 45%;
  margin-bottom: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy table tr {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#philosophy .philosophy table tr th, #philosophy .philosophy table tr td {
  color: #333;
  padding: 0.5vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #philosophy .philosophy table tr th, #philosophy .philosophy table tr td {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy table tr th, #philosophy .philosophy table tr td {
    font-size: 3.3vw;
  }
}
#philosophy .philosophy table tr th {
  width: 40%;
}
#philosophy .philosophy table tr td {
  width: 60%;
}

#recruit {
  margin-bottom: 8vw;
  padding-top: 8vw;
}
#recruit .recruit .recruit_text {
  text-align: center;
  margin-bottom: 3rem;
}
#recruit .recruit .recruit_text p {
  line-height: 3vw;
  font-size: 1.2vw;
}
#recruit .recruit .recruit_contents {
  width: 90%;
  margin: auto;
  margin-bottom: 8vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents {
    flex-flow: column;
  }
}
#recruit .recruit .recruit_contents .recruit_content {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content {
    width: 100%;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content h4 {
    font-size: 4.5vw;
  }
}
#recruit .recruit .recruit_contents .recruit_content table {
  width: 100%;
  background-color: rgb(255, 255, 255);
}
#recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
  border-bottom: 1px solid #5b8061 !important;
  padding: 2vw 0.8vw;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
    font-size: 3vw;
  }
}
#recruit .recruit .recruit_contents .recruit_content table tr th {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr th {
    width: 35%;
  }
}
#recruit .recruit .recruit_contents .recruit_content table tr td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr td {
    width: 65%;
  }
}
#recruit .recruit_btn {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_btn {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn {
    width: 95%;
  }
}
#recruit .recruit_btn a {
  text-decoration: none;
}
#recruit .recruit_btn a button {
  width: 100%;
  padding: 1.5vw;
  transition: all 0.4s;
  border: none;
  color: #ffffff;
  background-color: #5b8061 !important;
  border: 1px solid #ffffff;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn a button {
    padding: 3vw 2vw;
  }
}
#recruit .recruit_btn a button:hover {
  color: #5b8061 !important;
  background-color: #ffffff;
  border: 1px solid #5b8061 !important;
}

.junbi {
  padding: 10vw 0;
  text-align: center;
  font-family: "Stick", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .junbi {
    padding: 25vw 0;
  }
}
@media screen and (max-width: 768px) {
  .junbi {
    padding: 30vw 0;
  }
}

#recruit_form .recruit_form {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form {
    width: 95%;
  }
}
#recruit_form .recruit_form .recruit_form_text {
  margin-bottom: 8vw;
}
#recruit_form .recruit_form .recruit_form_text p {
  color: #fff;
  line-height: 2vw;
}
#recruit_form .recruit_form form {
  width: 100%;
  margin-bottom: 8vw;
}
#recruit_form .recruit_form form table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #fff;
}
#recruit_form .recruit_form form table tr {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr {
    display: flex;
    flex-flow: column;
  }
}
#recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
    font-size: 3.3vw;
  }
}
#recruit_form .recruit_form form table tr th {
  padding: 40px 0;
  width: 35%;
  text-align: end;
  padding-right: 80px;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr th {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
  }
}
#recruit_form .recruit_form form table tr th span.red {
  padding: 10px;
  background-color: red;
  color: #fff;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr th span.blue {
  padding: 10px;
  background-color: blue;
  color: #fff;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr td {
  padding: 40px 0;
  width: 65%;
  padding-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#recruit_form .recruit_form form table tr td .mushroom input {
  width: 1vw;
  height: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td .mushroom input {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td .mushroom input {
    width: 4vw;
    height: 4vw;
  }
}
#recruit_form .recruit_form form table tr td .number {
  margin-top: 2vw;
}
#recruit_form .recruit_form form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td input {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td input {
    width: 100%;
  }
}
#recruit_form .recruit_form form table tr td textarea {
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 100%;
  }
}
#recruit_form .recruit_form form table tr:first-child td {
  display: flex;
  color: #fff;
  width: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field label {
  display: flex;
  height: 20px;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field input {
  width: 10%;
  height: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  height: 100%;
}
#recruit_form .recruit_form form table tr:last-child td {
  display: flex;
  color: #fff;
  width: 100%;
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field label {
  display: flex;
  height: 20px;
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field input {
  width: 10%;
  height: 100%;
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  height: 100%;
}
#recruit_form .recruit_form form table tr:nth-child(4) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:nth-child(4) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:nth-child(4) td input {
    width: 29% !important;
  }
}
#recruit_form .recruit_form form .agree {
  text-align: center;
  margin: 20px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .agree {
    margin: 10px 0;
  }
}
#recruit_form .recruit_form form .submit {
  text-align: center;
}
#recruit_form .recruit_form form .submit input {
  padding: 20px 180px;
  font-size: 18px;
  border: none;
  color: #ffffff;
  background-color: #5b8061 !important;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input {
    padding: 10px 90px;
  }
}
#recruit_form .recruit_form form .submit input:hover {
  color: #5b8061 !important;
  background-color: #ffffff;
}
#recruit_form .recruit_form form .submit input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input[name=submitBack] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
#recruit_form .recruit_form form .submit input[name=confirm] {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input[name=confirm] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#news {
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  #news {
    display: block;
  }
}
#news .news {
  width: 45%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #news .news {
    width: 95%;
    margin-bottom: 5rem;
  }
}
#news .news .news_contents h4 {
  color: #333;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents h4 {
    margin-bottom: 8vw;
  }
}
#news .news .news_contents ul {
  width: 100%;
}
#news .news .news_contents ul a {
  display: block;
  text-decoration: none;
  color: #333;
  margin-bottom: 2vw;
}
#news .news .news_contents ul a li {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
}
#news .news .news_contents ul a .date {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .date {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .date {
    font-size: 2.5vw;
    width: 20%;
  }
}
#news .news .news_contents ul a .outline {
  margin-left: 3vw;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline {
    width: 75%;
  }
}
#news .news .news_contents ul a .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1vw;
  color: #333;
}
#news .news .news_contents ul a .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title i {
    font-size: 3vw;
  }
}
#news .news .news_contents ul a .outline .descn p {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 2.5vw;
  }
}
#news .qa {
  width: 45%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #news .qa {
    width: 95%;
  }
}
#news .qa .news_contents h4 {
  color: #333;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .qa .news_contents h4 {
    margin-bottom: 8vw;
  }
}
#news .qa .news_contents ul {
  width: 100%;
}
#news .qa .news_contents ul a {
  display: block;
  text-decoration: none;
  color: #333;
  margin-bottom: 2vw;
}
#news .qa .news_contents ul a li {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
}
#news .qa .news_contents ul a .date {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .qa .news_contents ul a .date {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .qa .news_contents ul a .date {
    font-size: 2.5vw;
    width: 20%;
  }
}
#news .qa .news_contents ul a .outline {
  margin-left: 3vw;
}
@media screen and (max-width: 768px) {
  #news .qa .news_contents ul a .outline {
    width: 75%;
  }
}
#news .qa .news_contents ul a .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1vw;
  color: #333;
}
#news .qa .news_contents ul a .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .qa .news_contents ul a .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .qa .news_contents ul a .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #news .qa .news_contents ul a .outline .sp_title i {
    font-size: 3vw;
  }
}
#news .qa .news_contents ul a .outline .descn p {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .qa .news_contents ul a .outline .descn p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .qa .news_contents ul a .outline .descn p {
    font-size: 2.5vw;
  }
}

.navigation {
  margin-top: 4vw;
  padding-bottom: 2vw;
  text-align: center;
}
.navigation .current {
  border: none;
  color: #333;
}
.navigation a {
  border: none;
  color: #333;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
  margin-left: 20px !important;
}

#news_single .news_single {
  margin-bottom: 4vw;
}
#news_single .news_single .news_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents {
    width: 95%;
  }
}
#news_single .news_single .news_contents h4 {
  color: #333;
  margin-bottom: 4vw;
}
#news_single .news_single .news_contents ul {
  width: 80%;
  margin: auto;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul {
    width: 100%;
  }
}
#news_single .news_single .news_contents ul li {
  display: block;
  text-decoration: none;
  color: #333;
  margin-bottom: 2vw;
}
#news_single .news_single .news_contents ul li .outline .date {
  font-size: 0.8vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 1.2vw;
    margin-bottom: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
#news_single .news_single .news_contents ul li .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5vw;
  color: #333;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title {
    margin-bottom: 4vw;
  }
}
#news_single .news_single .news_contents ul li .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.4vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title i {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title i {
    font-size: 3vw;
  }
}
#news_single .news_single .news_contents ul li .outline .descn p {
  font-size: 1vw;
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 1.2vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}

#contact .contact {
  width: 80%;
  margin: auto;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact {
    width: 95%;
  }
}
#contact .contact .contact_text {
  margin-bottom: 8vw;
}
#contact .contact .contact_text p {
  line-height: 3vw;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_text p {
    font-size: 1.4vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_text p {
    font-size: 3.3vw;
    line-height: 6vw;
  }
}
#contact .contact .form {
  width: 100%;
  margin-bottom: 8vw;
}
#contact .contact .form .wpcf7 {
  color: #333;
  background-color: #ffffff;
  padding: 5rem;
  border-radius: 10px;
  margin: auto;
}
#contact .contact .form .wpcf7 label {
  display: block;
  margin-bottom: 2rem;
  font-size: 100%;
  font-weight: 600;
  color: #333333;
}
#contact .contact .form .wpcf7 label .red {
  background-color: #ff0000;
  color: #fff !important;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .form .wpcf7 label .blue {
  background-color: #2986ff;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .form .wpcf7 label .wpcf7-form-control-wrap select {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
}
#contact .contact .form .wpcf7 label .wpcf7-form-control-wrap input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
}
#contact .contact .form .wpcf7 label textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  height: 250px;
  resize: vertical;
}
#contact .contact .form .wpcf7 label.policy {
  text-align: center;
}
#contact .contact .form .wpcf7 label.policy input {
  width: auto;
}
#contact .contact .form .wpcf7 .wpcf7 input[type=url], #contact .contact .form .wpcf7 .wpcf7 input[type=email], #contact .contact .form .wpcf7 .wpcf7 input[type=tel] {
  padding: 2rem;
  margin-bottom: 2rem;
  height: 20px;
}
#contact .contact .form .wpcf7 input[type=submit] {
  color: #ffffff;
  background-color: #3c3c3c;
  cursor: pointer;
  transition: background-color 0.4s ease;
  border: none;
  width: 80%;
  margin: auto 10%;
  font-size: 120%;
  font-weight: 600;
  padding: 1rem;
  border-radius: 10px;
}
#contact .contact .form .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
#contact .contact .form .wpcf7 .wpcf7-response-output {
  font-size: 160%;
  text-align: center;
  padding: 1rem;
  color: #333;
  font-weight: 600;
}
#contact .contact .form .wpcf7 .wpcf7-form-control {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
#contact .contact .form .thanks {
  text-align: center;
  font-size: 140%;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .thanks {
    text-align: left;
    font-size: 100%;
  }
}

.policy_contents {
  width: 80%;
  margin: auto;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .policy_contents {
    width: 90%;
    padding-top: 60px;
  }
}
.policy_contents h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .policy_contents h2 {
    font-size: 15px;
  }
}
.policy_contents p {
  font-size: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .policy_contents p {
    font-size: 10px;
  }
}

.p-footer {
  background-color: #37474f;
  color: #fff;
  padding-top: 60px;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding-top: 40px;
    font-size: 0.85rem;
  }
}
.p-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-footer__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    flex-flow: column;
    padding: 0 20px 30px;
  }
}

.p-footer__contact {
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-footer__contact {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__contact {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

.p-footer__logo {
  margin-bottom: 20px;
}
.p-footer__logo img {
  max-width: 200px;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-footer__logo {
    margin: 0 auto 15px;
  }
}

.p-footer__tel {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-footer__tel a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-footer__tel a {
    font-size: 3vw;
  }
}
.p-footer__tel a:hover {
  color: #5b8061;
}
@media screen and (max-width: 768px) {
  .p-footer__tel {
    font-size: 1.5rem;
  }
}

.p-footer__hours {
  margin-bottom: 20px;
  color: #ccc;
}

.p-footer__sns {
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-footer__sns {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__sns {
    justify-content: center;
  }
}
.p-footer__sns a {
  color: #fff;
  font-size: 1.5rem;
  transition: color 0.3s;
}
.p-footer__sns a:hover {
  color: #5b8061;
}

.p-footer__nav {
  width: 60%;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-footer__nav {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav {
    width: 100%;
  }
}
.p-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-footer__nav-list {
    justify-content: center;
  }
}
.p-footer__nav-item {
  width: 100%;
  margin-right: 10%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-item {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.p-footer__nav-item a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
  display: inline-block;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-item a {
    font-size: 3vw;
  }
}
.p-footer__nav-item a:hover {
  color: #5b8061;
}
.p-footer__nav-item.is-parent > a {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-item.is-parent > a {
    font-size: 0.95rem;
  }
}
.p-footer__nav__nav-sublist {
  list-style: none;
  padding: 0;
  margin-top: 5px;
}
.p-footer__nav__nav-sublist li a {
  font-size: 0.85rem;
  padding: 2px 0;
}
.p-footer__nav__nav-sublist li a:before {
  content: "∟";
  margin-right: 5px;
  color: #5b8061;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-footer__nav__nav-sublist li {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav__nav-sublist li {
    text-align: left;
    padding-left: 20px;
    border: none;
  }
}

.p-footer__copyright {
  text-align: center;
  background-color: #263238;
  padding: 15px 0;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    padding: 10px 0;
  }
}
.p-footer__copyright small {
  color: #aaa;
}

.c-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  background-color: #5b8061;
  color: #3c3c3c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 99;
  cursor: pointer;
}
.c-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.c-pagetop i {
  font-size: 1.5rem;
  color: #fff;
}
.c-pagetop:hover {
  background-color: rgb(69.8082191781, 98.1917808219, 74.4109589041);
}
@media screen and (max-width: 768px) {
  .c-pagetop {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
  }
  .c-pagetop i {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */