@charset "UTF-8";
/*Theme Name : common_template*/
@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

h1,
h2,
h3,
h4,
h5,
dl,
dd,
dt,
ul,
li,
a,
figure,
p,
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
}

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

.fa-solid {
  font-family: "Font Awesome 5 Free" !important;
  font-style: initial !important;
}

html {
  scroll-behavior: smooth;
}

.grecaptcha-badge {
  bottom: 74px !important;
}

#header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: 0.4s;
}
#header.fixed {
  background: rgba(171, 155, 109, 0.7);
  transition: 0.4s;
}
#header.fixed .header_button a {
  border-bottom-left-radius: 0 !important;
}
#header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 82px;
}
@media (max-width: 1099px) {
  #header .header_pc {
    height: 60px;
  }
}
#header .header_pc .header_logo {
  width: 147px;
  margin-left: clamp(20px, 4.5387994143vw, 62px);
}
#header .header_pc .header_logo a {
  display: flex;
}
#header .header_pc .header_item {
  display: flex;
  align-items: center;
}
@media (max-width: 1099px) {
  #header .header_pc .header_item {
    display: none;
  }
}
#header .header_pc .header_item .header_button a {
  width: 137px;
  height: 82px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #6b8375;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: 600;
  line-height: normal;
  transition: 0.4s;
}
#header .header_pc .header_item .header_button a:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#header .header_pc .header_item .header_button a figure {
  line-height: 1;
  max-width: 27px;
}
#header .header_pc .header_item .header_button a figure img {
  width: 100%;
  height: auto;
}
#header .header_pc .header_item .header_nav .main_ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 clamp(20px, 2.7086383602vw, 37px) 0 20px;
  list-style: none;
}
#header .header_pc .header_item .header_nav .main_ul li {
  margin-right: 20px;
}
@media (max-width: 1200px) {
  #header .header_pc .header_item .header_nav .main_ul li {
    margin-right: 15px;
  }
}
#header .header_pc .header_item .header_nav .main_ul li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  transition: 0.4s all;
}
@media (max-width: 1200px) {
  #header .header_pc .header_item .header_nav .main_ul li a {
    font-size: 13px;
  }
}
#header .header_pc .header_item .header_nav .main_ul li a:hover {
  color: #6b8375;
}
#header .header_pc .header_item .header_nav .main_ul li:last-of-type {
  margin-right: 0;
}
#header .header_pc .header_item .header_nav .main_ul .parent {
  position: relative;
  float: left;
}
#header .header_pc .header_item .header_nav .main_ul .parent:hover ul {
  transition: 0.4s all;
  display: block !important;
  position: absolute !important;
  opacity: 1;
  top: 104%;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child {
  opacity: 0;
  display: none;
  margin: 0;
  width: 100%;
  transition: 0.4s;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li {
  width: 100%;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a {
  background: #6b8375;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 207px;
  height: 70px;
  transition: 0.4s all;
  padding: 0 20px;
  font-weight: 500;
  margin: 0;
  line-height: normal;
  text-align: start;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a:hover {
  background: #ab9b6d;
  color: #fff;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a::after {
  display: none;
}

#burger {
  height: 82px;
  background: #fff;
  display: none;
  margin-bottom: 0;
}
@media (max-width: 1099px) {
  #burger {
    display: contents;
  }
}
#burger .nav-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
#burger .nav-container nav {
  width: 100%;
}
#burger .nav-container nav .nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 60px;
  width: 60px;
}
@media (max-width: 1099px) {
  #burger .nav-container nav .nav-mobile {
    display: block;
  }
}
#burger .nav-container nav .nav-mobile #nav-toggle {
  position: absolute;
  left: 10px;
  top: 20px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#burger .nav-container nav .nav-mobile #nav-toggle span,
#burger .nav-container nav .nav-mobile #nav-toggle span:before,
#burger .nav-container nav .nav-mobile #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 32px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#burger .nav-container nav .nav-mobile #nav-toggle span:before {
  top: -10px;
}
#burger .nav-container nav .nav-mobile #nav-toggle span:after {
  bottom: -10px;
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span {
  background-color: transparent;
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span:before, #burger .nav-container nav .nav-mobile #nav-toggle.active span:after {
  top: 0;
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span:before {
  transform: rotate(45deg);
}
#burger .nav-container nav .nav-mobile #nav-toggle.active span:after {
  transform: rotate(-45deg);
}
@media (max-width: 1099px) {
  #burger .nav-container nav ul {
    display: none;
  }
  #burger .nav-container nav ul.nav-list {
    position: absolute;
    width: 100%;
    height: auto;
    top: 82px;
    max-height: calc(100vh - 82px);
    overflow: auto;
  }
}
@media (max-width: 1099px) and (max-width: 1099px) {
  #burger .nav-container nav ul.nav-list {
    top: 60px;
    max-height: calc(100vh - 60px);
    left: 0;
  }
}
@media (max-width: 1099px) and (max-width: 425px) {
  #burger .nav-container nav ul.nav-list {
    background: #6b8375;
    padding-bottom: 80px;
  }
}
@media (max-width: 1099px) {
  #burger .nav-container nav ul li {
    position: relative;
    float: none;
  }
  #burger .nav-container nav ul li a,
  #burger .nav-container nav ul li a:visited {
    display: block;
    padding: 20px;
    background: #6b8375;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-decoration: none;
    font-weight: 500;
  }
  #burger .nav-container nav ul li a:hover,
  #burger .nav-container nav ul li a:visited:hover {
    background: #ab9b6d;
    color: #fff;
  }
  #burger .nav-container nav ul li a:not(:only-child):after,
  #burger .nav-container nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
  }
  #burger .nav-container nav ul li ul.nav-dropdown {
    position: static;
    z-index: 1;
  }
  #burger .nav-container nav ul li ul.nav-dropdown li {
    min-width: 190px;
  }
  #burger .nav-container nav ul li ul.nav-dropdown li a {
    padding: 15px 15px 15px 30px;
    font-size: 0.8em;
    background: #ab9b6d;
    color: #fff;
  }
}

.main_slider {
  position: relative;
}
@media (max-width: 600px) {
  .main_slider .slide_pc {
    display: none;
  }
}
.main_slider .slide_sp {
  display: none;
}
@media (max-width: 600px) {
  .main_slider .slide_sp {
    display: inherit;
  }
}
.main_slider .slick-dots {
  display: none !important;
}
.main_slider .slick-slide {
  height: 100vh;
  width: 100vw;
}
@media (max-width: 425px) {
  .main_slider .slick-slide {
    height: 100%;
  }
}
.main_slider .slick-slide img {
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 425px) {
  .main_slider .slick-slide img {
    height: 100%;
  }
}
.main_slider .slider_title {
  bottom: 10%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .main_slider .slider_title {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .main_slider .slider_title {
    bottom: 20%;
  }
}
@media (max-width: 425px) {
  .main_slider .slider_title {
    bottom: 15%;
  }
}
.main_slider .slider_title h2 {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(36px, 3.074670571vw, 42px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  .main_slider .slider_title h2 {
    font-size: clamp(28px, 4.6814044213vw, 36px);
  }
}
@media (max-width: 425px) {
  .main_slider .slider_title h2 {
    font-size: 6.5882352941vw;
  }
}
.main_slider .slider_title .slider_content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 1.6105417277vw, 22px);
  line-height: 1.6;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 769px) {
  .main_slider .slider_title .slider_content {
    font-size: clamp(18px, 2.6007802341vw, 20px);
  }
}
@media (max-width: 600px) {
  .main_slider .slider_title .slider_content {
    text-align: start;
  }
}
@media (max-width: 425px) {
  .main_slider .slider_title .slider_content {
    font-size: 4.2352941176vw;
  }
}

.pagetop_block {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
.pagetop_block #pagetop {
  width: 60px;
  height: 60px;
  margin-left: auto;
}
.pagetop_block #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #ab9b6d;
  color: #fff;
}
.pagetop_block #pagetop a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.pagetop_block .contact_sp {
  display: none !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 769px) {
  .pagetop_block .contact_sp {
    display: flex !important;
  }
}
.pagetop_block .contact_sp a {
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  display: -ms-flexbox;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
}
@media (max-width: 425px) {
  .pagetop_block .contact_sp a {
    padding: 10px;
  }
}
.pagetop_block .contact_sp a.footer_bg1 {
  background: #ab9b6d;
  color: #fff;
}
.pagetop_block .contact_sp a.footer_bg2 {
  background: rgb(93.2428571429, 114.1571428571, 101.9571428571);
  color: #fff;
}

/**side_button**/
#s_news {
  background-color: #fff;
  padding: clamp(60px, 6.2225475842vw, 85px) 0 clamp(50px, 5.4904831625vw, 75px);
}
#s_news .inner {
  max-width: calc(1040px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s_news .inner {
    max-width: calc(640px + 12%);
  }
}
#s_news .inner .wrap .flex_box {
  display: flex;
  -moz-column-gap: clamp(30px, 3.513909224vw, 48px);
       column-gap: clamp(30px, 3.513909224vw, 48px);
  justify-content: space-between;
}
@media (max-width: 769px) {
  #s_news .inner .wrap .flex_box {
    flex-direction: column;
    row-gap: 30px;
  }
}
#s_news .inner .wrap .flex_box .title_area {
  max-width: 250px;
  width: 100%;
}
#s_news .inner .wrap .flex_box .title_area .title_en {
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
  text-align: start;
  color: #463d38;
  text-transform: uppercase;
}
#s_news .inner .wrap .flex_box .title_area .button {
  text-align: start;
  z-index: 2;
}
#s_news .inner .wrap .flex_box .title_area .button a {
  padding-right: 90px;
  color: #ab9b6d;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  padding-top: 10px;
  letter-spacing: 0.04em;
  line-height: normal;
  position: relative;
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s_news .inner .wrap .flex_box .title_area .button a {
    padding-right: 70px;
  }
}
#s_news .inner .wrap .flex_box .title_area .button a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 63px;
  height: 5px;
  transform: translateY(-50%);
  z-index: 2;
  background: url(/wp-content/uploads/btn_arrow.svg) no-repeat center center;
  content: "";
  background-size: contain;
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s_news .inner .wrap .flex_box .title_area .button a::after {
    width: 50px;
    right: 10px;
  }
}
#s_news .inner .wrap .flex_box .title_area .button a::before {
  z-index: 1;
  background: url(/wp-content/uploads/btn_circle.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  width: 57px;
  height: 57px;
  content: "";
  background-size: contain;
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s_news .inner .wrap .flex_box .title_area .button a::before {
    width: 40px;
    height: 40px;
  }
}
#s_news .inner .wrap .flex_box .title_area .button a:hover::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 63px;
  height: 5px;
  transform: translateY(-50%);
  z-index: 2;
  background: url(/wp-content/uploads/btn_arrow.svg) no-repeat center center;
  content: "";
  background-size: contain;
  transition: 0.4s;
}
#s_news .inner .wrap .flex_box .news_area {
  max-width: 730px;
  width: 100%;
}
@media (max-width: 769px) {
  #s_news .inner .wrap .flex_box .news_area {
    max-width: 100%;
  }
}
#s_news .inner .wrap .flex_box .news_area .news_wrap {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
#s_news .inner .wrap .flex_box .news_area .news_wrap a {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: clamp(35px, 3.6603221083vw, 50px);
       column-gap: clamp(35px, 3.6603221083vw, 50px);
  padding: clamp(15px, 1.4641288433vw, 20px) 0 clamp(15px, 1.4641288433vw, 20px) clamp(5px, 1.4641288433vw, 20px);
  border-bottom: 1px solid #d3cfbd;
  transition: 0.4s;
}
#s_news .inner .wrap .flex_box .news_area .news_wrap a:hover .news_title {
  color: #ab9b6d;
  transition: 0.4s;
}
@media (max-width: 769px) {
  #s_news .inner .wrap .flex_box .news_area .news_wrap a {
    flex-direction: column;
    padding: 15px 0;
    align-items: flex-start;
    row-gap: 10px;
  }
}
#s_news .inner .wrap .flex_box .news_area .news_wrap .date {
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: normal;
  color: #6b8375;
}
#s_news .inner .wrap .flex_box .news_area .news_wrap .news_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #463d38;
  line-height: normal;
  font-size: 12px;
}

#footer {
  margin-bottom: 0 !important;
  background: #6b8375;
}
#footer .inner {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding-top: clamp(70px, 7.3206442167vw, 100px);
  padding-bottom: clamp(40px, 5.4904831625vw, 75px);
}
@media (max-width: 1050px) {
  #footer .inner {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
#footer .inner .wrap {
  margin: 0 20px;
}
#footer .inner .wrap .footer_flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: clamp(45px, 5.7291666667vw, 110px);
       column-gap: clamp(45px, 5.7291666667vw, 110px);
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer_flex {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}
#footer .inner .wrap .footer_flex .footer_logo_area {
  max-width: 300px;
  width: 100%;
}
#footer .inner .wrap .footer_flex .footer_logo_area .footer_logo {
  max-width: 218px;
  width: 100%;
  margin-bottom: clamp(15px, 1.4641288433vw, 20px);
}
#footer .inner .wrap .footer_flex .footer_logo_area .footer_logo img {
  width: 100%;
}
#footer .inner .wrap .footer_flex .footer_logo_area .footer_content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
#footer .inner .wrap .footer-item-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: clamp(35px, 3.6603221083vw, 50px);
       column-gap: clamp(35px, 3.6603221083vw, 50px);
  max-width: 515px;
  width: 100%;
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer-item-wrap {
    display: block;
    text-align: start;
  }
}
#footer .inner .wrap .footer-item-wrap .nav-content {
  margin-bottom: 12px;
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li {
  padding: 8px 0;
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li {
    padding: 7px 0;
  }
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_parent a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_parent a {
    font-size: 15px;
  }
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_parent a:hover {
  color: #ab9b6d;
  transition: 0.4s;
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.has_chile {
  padding: 8px 0 6px;
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.has_chile {
    padding: 7px 0;
  }
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child {
  padding: 4px 0;
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child a {
    font-size: 13px;
  }
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child a span {
  color: #ab9b6d;
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child a:hover {
  color: #ab9b6d;
  transition: 0.4s;
}

.grecaptcha-badge {
  visibility: hidden;
}

.title_en {
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-size: clamp(36px, 4.39238653vw, 60px);
  line-height: 1.6;
  text-align: center;
  color: #6b8375;
}
@media (max-width: 769px) {
  .title_en {
    font-size: clamp(36px, 6.2418725618vw, 48px);
  }
}

.title_jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(18px, 1.4641288433vw, 20px);
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #463d38;
}

.title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: clamp(22px, 2.9282576867vw, 40px);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #463d38;
}
@media (max-width: 769px) {
  .title {
    font-size: clamp(22px, 3.6410923277vw, 28px);
  }
}

.content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2;
  color: #463d38;
}
@media (max-width: 769px) {
  .content {
    font-size: clamp(14px, 2.0806241873vw, 16px);
  }
}

@media (max-width: 769px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 769px) {
  .sp_only {
    display: block;
  }
}

@media (max-width: 425px) {
  .pc_only_425 {
    display: none;
  }
}

.sp_only_425 {
  display: none;
}
@media (max-width: 425px) {
  .sp_only_425 {
    display: block;
  }
}

#s01 {
  padding: clamp(70px, 8.4919472914vw, 116px) 0 20px 0;
  overflow: hidden;
}
#s01 .inner {
  max-width: calc(900px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s01 .inner {
    max-width: calc(640px + 12%);
  }
}
#s01 .inner .title_en {
  text-align: center;
  margin-bottom: clamp(25px, 2.635431918vw, 36px);
}
#s01 .inner .title {
  text-align: center;
  position: relative;
  margin-bottom: clamp(25px, 2.0497803807vw, 28px);
}
@media (max-width: 769px) {
  #s01 .inner .title {
    font-size: clamp(28px, 2.635431918vw, 36px);
    line-height: 1;
  }
}
#s01 .inner .title span {
  position: relative;
  z-index: 1;
}
#s01 .inner .title::after {
  background: url(/wp-content/uploads/concept_text.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 1405px;
  height: 168px;
  content: "";
}
@media (max-width: 1366px) {
  #s01 .inner .title::after {
    width: 101.0248901903vw;
    height: 11.7130307467vw;
    top: -5.1244509517vw;
  }
}
@media (max-width: 769px) {
  #s01 .inner .title {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  #s01 .inner .title .title_middle {
    line-height: 1;
    font-size: clamp(30px, 5.2015604681vw, 40px);
  }
}
#s01 .inner .content {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: clamp(40px, 3.074670571vw, 42px);
}
@media (max-width: 769px) {
  #s01 .inner .content {
    text-align: start;
  }
}
#s01 .inner .button {
  text-align: center;
  z-index: 2;
}
#s01 .inner .button a {
  padding-right: 90px;
  color: #ab9b6d;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  padding-top: 10px;
  letter-spacing: 0.04em;
  line-height: normal;
  position: relative;
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s01 .inner .button a {
    padding-right: 70px;
  }
}
#s01 .inner .button a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 63px;
  height: 5px;
  transform: translateY(-50%);
  z-index: 2;
  background: url(/wp-content/uploads/btn_arrow.svg) no-repeat center center;
  content: "";
  background-size: contain;
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s01 .inner .button a::after {
    width: 50px;
    right: 10px;
  }
}
#s01 .inner .button a::before {
  z-index: 1;
  background: url(/wp-content/uploads/btn_circle.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  width: 57px;
  height: 57px;
  content: "";
  background-size: contain;
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s01 .inner .button a::before {
    width: 40px;
    height: 40px;
  }
}
#s01 .inner .button a:hover::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 63px;
  height: 5px;
  transform: translateY(-50%);
  z-index: 2;
  background: url(/wp-content/uploads/btn_arrow.svg) no-repeat center center;
  content: "";
  background-size: contain;
  transition: 0.4s;
}

#s02 {
  padding: 100px 0;
}
#s02 .inner .side-scroll {
  /* 100vh 대신 auto 또는 min-height로 바꿔보세요 */
  height: auto;
  width: 100%;
  position: relative;
}
#s02 .inner .side-scroll::after {
  background: url(/wp-content/uploads/top_menu_img.png) no-repeat;
  background-size: contain;
  width: 232px;
  height: 466px;
  top: -200px;
  left: 100px;
  content: "";
  position: absolute;
}
@media (max-width: 1366px) {
  #s02 .inner .side-scroll::after {
    width: 14.6412884334vw;
    height: 29.2825768668vw;
    top: -11.7130307467vw;
    left: 5.4904831625vw;
  }
}
@media (max-width: 769px) {
  #s02 .inner .side-scroll::after {
    left: 10px;
    top: -23.4070221066vw;
    width: 20.8062418726vw;
    height: 41.6124837451vw;
  }
}
#s02 .inner .side-scroll-container {
  /* height 줄이기 */
  position: relative;
  z-index: 1;
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: 88%;
  margin-left: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#s02 .inner .side-scroll-container::-webkit-scrollbar {
  display: none;
}
@media (max-width: 769px) {
  #s02 .inner .side-scroll-container {
    width: 100%;
  }
}
#s02 .inner .side-scroll-list {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
}
#s02 .inner .side-scroll-item {
  flex: 0 0 auto;
  width: 30vw;
}
@media (max-width: 1024px) {
  #s02 .inner .side-scroll-item {
    width: 50vw;
  }
}
@media (max-width: 600px) {
  #s02 .inner .side-scroll-item {
    width: 60vw;
  }
}
#s02 .inner .side-scroll-item a {
  display: block;
  position: relative;
  transition: 0.4s all;
}
#s02 .inner .side-scroll-item a:hover {
  filter: brightness(1.2);
}
#s02 .inner .side-scroll-item a .top_area {
  position: absolute;
  width: 100%;
  padding: 0 clamp(20px, 2.196193265vw, 30px);
  top: 5%;
}
@media (max-width: 425px) {
  #s02 .inner .side-scroll-item a .top_area {
    padding: 0 3.5294117647vw;
  }
}
#s02 .inner .side-scroll-item a .top_area .num {
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-size: clamp(28px, 2.5622254758vw, 35px);
  color: #fff;
  line-height: normal;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  text-align: start;
}
#s02 .inner .side-scroll-item a .top_area .title {
  font-size: clamp(24px, 1.4583333333vw, 28px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: break-spaces;
}
@media (max-width: 1366px) {
  #s02 .inner .side-scroll-item a .top_area .title {
    font-size: clamp(20px, 1.9033674963vw, 26px);
  }
}
@media (max-width: 1100px) {
  #s02 .inner .side-scroll-item a .top_area .title {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  #s02 .inner .side-scroll-item a .top_area .title {
    font-size: 4.2352941176vw;
  }
}
#s02 .inner .side-scroll-item a .bottom_area {
  z-index: 1;
  position: absolute;
  width: 100%;
  padding: 0 clamp(20px, 2.196193265vw, 30px);
  bottom: 5%;
}
@media (max-width: 425px) {
  #s02 .inner .side-scroll-item a .bottom_area {
    padding: 0 3.5294117647vw;
  }
}
#s02 .inner .side-scroll-item a .bottom_area .content {
  margin-bottom: 33px;
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  white-space: break-spaces;
}
@media (max-width: 425px) {
  #s02 .inner .side-scroll-item a .bottom_area .content {
    font-size: 3.0588235294vw;
  }
}
#s02 .inner .side-scroll-item a .bottom_area .button {
  text-align: end;
  z-index: 2;
}
#s02 .inner .side-scroll-item a .bottom_area .button span {
  padding-right: 90px;
  color: #fff;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  padding-top: 10px;
  letter-spacing: 0.04em;
  line-height: normal;
  position: relative;
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s02 .inner .side-scroll-item a .bottom_area .button span {
    padding-right: 16.4705882353vw;
    font-size: 2.5882352941vw;
  }
}
#s02 .inner .side-scroll-item a .bottom_area .button span::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 63px;
  height: 5px;
  transform: translateY(-50%);
  z-index: 2;
  background: url(/wp-content/uploads/btn_arrow_w.svg) no-repeat center center;
  content: "";
  background-size: contain;
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s02 .inner .side-scroll-item a .bottom_area .button span::after {
    width: 11.7647058824vw;
    right: 2.3529411765vw;
  }
}
#s02 .inner .side-scroll-item a .bottom_area .button span::before {
  z-index: 1;
  background: url(/wp-content/uploads/btn_circle_w.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  width: 57px;
  height: 57px;
  content: "";
  background-size: contain;
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s02 .inner .side-scroll-item a .bottom_area .button span::before {
    width: 9.4117647059vw;
    height: 9.4117647059vw;
  }
}
#s02 .inner .side-scroll-item a .bottom_area .button span:hover::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 63px;
  height: 5px;
  transform: translateY(-50%);
  z-index: 2;
  background: url(/wp-content/uploads/btn_arrow_w.svg) no-repeat center center;
  content: "";
  background-size: contain;
  transition: 0.4s;
}
#s02 .inner .side-scroll-item a.bg0::after {
  width: 55%;
  height: 40%;
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/top_menu_img05.png) no-repeat;
  background-size: contain;
  opacity: 0.7;
}
#s02 .inner .side-scroll-item a.bg1::after {
  width: 39%;
  height: 50%;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/top_menu_img02.png) no-repeat;
  background-size: contain;
  opacity: 0.7;
}
#s02 .inner .side-scroll-item a.bg2::after {
  width: 55%;
  height: 43%;
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/top_menu_img03.png) no-repeat;
  background-size: contain;
  opacity: 0.7;
}
#s02 .inner .side-scroll-item a.bg3::after {
  width: 39%;
  height: 50%;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/top_menu_img04.png) no-repeat;
  background-size: contain;
  opacity: 0.7;
}
#s02 .inner .side-scroll-item a.bg4::after {
  width: 55%;
  height: 30%;
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/top_menu_img05.png) no-repeat;
  background-size: contain;
  opacity: 0.7;
}
#s02 .inner img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: clamp(20px, 2.196193265vw, 30px);
}
@media (max-width: 1024px) {
  #s02 .inner img {
    height: 70vh;
  }
}
@media (max-width: 600px) {
  #s02 .inner img {
    height: 60vh;
  }
}

.bg_1 {
  background: #f6f5f1;
  padding: clamp(100px, 9.5168374817vw, 130px) 0 clamp(70px, 7.3206442167vw, 100px);
  border-top-left-radius: clamp(60px, 7.3206442167vw, 100px);
  border-top-right-radius: clamp(60px, 7.3206442167vw, 100px);
  position: relative;
  z-index: 1;
}
.bg_1::after {
  bottom: -170px;
  right: 0;
  content: "";
  width: 296px;
  height: 354px;
  background: url(/wp-content/uploads/top_faq_img.png) no-repeat;
  background-size: contain;
  position: absolute;
}
@media (max-width: 1366px) {
  .bg_1::after {
    bottom: -10.980966325vw;
    width: 21.2298682284vw;
    height: 25.9150805271vw;
  }
}
.bg_1 #s_add_0909 {
  padding: 0 0 clamp(70px, 7.3206442167vw, 100px) 0;
}
.bg_1 #s_add_0909 .inner {
  max-width: calc(1000px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.bg_1 #s_add_0909 .inner .title_en {
  margin-bottom: clamp(30px, 3.2942898975vw, 45px);
}
.bg_1 #s_add_0909 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(30px, 3.2942898975vw, 45px);
       column-gap: clamp(30px, 3.2942898975vw, 45px);
}
@media (max-width: 600px) {
  .bg_1 #s_add_0909 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.bg_1 #s_add_0909 .inner .grid_box .col {
  transition: 0.4s all;
}
.bg_1 #s_add_0909 .inner .grid_box .col:hover {
  transform: translateY(-10px);
}
.bg_1 #s03 .inner {
  max-width: calc(1030px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  .bg_1 #s03 .inner {
    max-width: calc(640px + 12%);
  }
}
.bg_1 #s03 .inner .title_en {
  margin-bottom: clamp(25px, 2.5622254758vw, 35px);
  text-align: start;
  color: #463d38;
}
@media (max-width: 600px) {
  .bg_1 #s03 .inner .title_en {
    text-align: center;
  }
}
.bg_1 #s03 .inner .grid_area {
  margin-bottom: 37px;
}
.bg_1 #s03 .inner .grid_area .grid_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: clamp(15px, 1.6837481698vw, 23px);
       column-gap: clamp(15px, 1.6837481698vw, 23px);
}
@media (max-width: 600px) {
  .bg_1 #s03 .inner .grid_area .grid_wrap {
    grid-template-columns: 1fr;
    row-gap: clamp(20px, 3.9011703511vw, 30px);
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
}
.bg_1 #s03 .inner .grid_area .grid_wrap img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg_1 #s03 .inner .button_grid {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  margin-top: clamp(70px, 7.3206442167vw, 100px);
}
@media (max-width: 860px) {
  .bg_1 #s03 .inner .button_grid {
    grid-template-columns: 1fr;
    row-gap: 45px;
  }
}
.bg_1 #s03 .inner .button {
  text-align: end;
  z-index: 2;
}
@media (max-width: 769px) {
  .bg_1 #s03 .inner .button {
    text-align: center;
  }
}
.bg_1 #s03 .inner .button a {
  padding-right: 90px;
  color: #ab9b6d;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  padding-top: 10px;
  letter-spacing: 0.04em;
  line-height: normal;
  position: relative;
  transition: 0.4s;
}
@media (max-width: 425px) {
  .bg_1 #s03 .inner .button a {
    padding-right: 70px;
    font-size: 12px;
  }
}
.bg_1 #s03 .inner .button a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 63px;
  height: 5px;
  transform: translateY(-50%);
  z-index: 2;
  background: url(/wp-content/uploads/btn_arrow.svg) no-repeat center center;
  content: "";
  background-size: contain;
  transition: 0.4s;
}
@media (max-width: 425px) {
  .bg_1 #s03 .inner .button a::after {
    width: 50px;
    right: 10px;
  }
}
.bg_1 #s03 .inner .button a::before {
  z-index: 1;
  background: url(/wp-content/uploads/btn_circle.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  width: 57px;
  height: 57px;
  content: "";
  background-size: contain;
  transition: 0.4s;
}
@media (max-width: 425px) {
  .bg_1 #s03 .inner .button a::before {
    width: 40px;
    height: 40px;
  }
}
.bg_1 #s03 .inner .button a:hover::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 63px;
  height: 5px;
  transform: translateY(-50%);
  z-index: 2;
  background: url(/wp-content/uploads/btn_arrow.svg) no-repeat center center;
  content: "";
  background-size: contain;
  transition: 0.4s;
}
.bg_1 #s04 {
  position: relative;
  padding-top: 125px;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .bg_1 #s04 {
    padding-top: clamp(70px, 9.1508052709vw, 125px);
  }
}
@media (max-width: 769px) {
  .bg_1 #s04 {
    padding-top: 100px;
  }
}
.bg_1 #s04::after {
  width: 709px;
  height: 160px;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/instagram_text.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 1366px) {
  .bg_1 #s04::after {
    width: 51.9033674963vw;
    height: 11.7130307467vw;
    top: 30px;
  }
}
@media (max-width: 425px) {
  .bg_1 #s04::after {
    width: 90vw;
    height: 21vw;
    top: 40px;
  }
}
.bg_1 #s04 .inner {
  max-width: calc(1000px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  .bg_1 #s04 .inner {
    max-width: calc(640px + 12%);
  }
}
.bg_1 #s04 .inner .grid_box {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(45px, 5.4904831625vw, 75px);
       column-gap: clamp(45px, 5.4904831625vw, 75px);
}
@media (max-width: 769px) {
  .bg_1 #s04 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
.bg_1 #s04 .inner .grid_box .col .title_en {
  margin-bottom: clamp(15px, 1.4641288433vw, 20px);
  text-align: start;
  color: #463d38;
}
.bg_1 #s04 .inner .grid_box .col .title_en .title_small {
  font-size: clamp(20px, 2.635431918vw, 36px);
  color: #ab9b6d;
}

#s05 {
  padding: clamp(70px, 7.3206442167vw, 100px) 0 clamp(100px, 9.8828696925vw, 135px);
}
#s05 .inner {
  max-width: calc(1030px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 769px) {
  #s05 .inner {
    max-width: calc(640px + 12%);
  }
}
#s05 .inner .box {
  background: url(/wp-content/uploads/top_faq_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: clamp(50px, 5.4904831625vw, 75px) 15px clamp(45px, 5.1244509517vw, 70px);
  border-radius: clamp(20px, 2.196193265vw, 30px);
}
@media (max-width: 769px) {
  #s05 .inner .box {
    background: url(/wp-content/uploads/top_faq_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
#s05 .inner .box .box_wrap {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
#s05 .inner .box .box_wrap .title_jp {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(5px, 1.0980966325vw, 15px);
}
#s05 .inner .box .box_wrap .title_en {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(5px, 1.0980966325vw, 15px);
}
#s05 .inner .box .box_wrap .content {
  color: #fff;
  text-align: center;
  margin-bottom: clamp(40px, 3.513909224vw, 48px);
}
@media (max-width: 769px) {
  #s05 .inner .box .box_wrap .content {
    text-align: start;
  }
}
#s05 .inner .box .box_wrap .button {
  text-align: center;
  z-index: 2;
}
#s05 .inner .box .box_wrap .button a {
  padding-right: 90px;
  color: #fff;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  padding-top: 10px;
  letter-spacing: 0.04em;
  line-height: normal;
  position: relative;
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s05 .inner .box .box_wrap .button a {
    padding-right: 70px;
  }
}
#s05 .inner .box .box_wrap .button a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 63px;
  height: 5px;
  transform: translateY(-50%);
  z-index: 2;
  background: url(/wp-content/uploads/btn_arrow_w.svg) no-repeat center center;
  content: "";
  background-size: contain;
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s05 .inner .box .box_wrap .button a::after {
    width: 50px;
    right: 10px;
  }
}
#s05 .inner .box .box_wrap .button a::before {
  z-index: 1;
  background: url(/wp-content/uploads/btn_circle_w.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  width: 57px;
  height: 57px;
  content: "";
  background-size: contain;
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s05 .inner .box .box_wrap .button a::before {
    width: 40px;
    height: 40px;
  }
}
#s05 .inner .box .box_wrap .button a:hover::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 63px;
  height: 5px;
  transform: translateY(-50%);
  z-index: 2;
  background: url(/wp-content/uploads/btn_arrow_w.svg) no-repeat center center;
  content: "";
  background-size: contain;
  transition: 0.4s;
}

#s06 {
  position: relative;
}
@media (max-width: 1366px) {
  #s06 {
    padding: 60px 0;
  }
}
#s06::after {
  position: absolute;
  top: 0;
  right: 0;
  background: url(/wp-content/uploads/item_text.svg) no-repeat;
  background-size: contain;
  width: 41.09375vw;
  height: 12.7083333333vw;
  content: "";
}
@media (max-width: 1366px) {
  #s06::after {
    width: 57.7598828697vw;
    height: 17.8623718887vw;
  }
}
@media (max-width: 769px) {
  #s06::after {
    width: 78.0234070221vw;
    height: 26.0078023407vw;
    top: -6.5019505852vw;
  }
}
#s06::before {
  bottom: 0;
  right: 0;
  position: absolute;
  background: url(/wp-content/uploads/top_item_img02.png) no-repeat;
  background-size: contain;
  width: 248px;
  height: 365px;
  content: "";
}
@media (max-width: 1366px) {
  #s06::before {
    width: 18.1551976574vw;
    height: 26.7203513909vw;
    bottom: -3.6603221083vw;
  }
}
@media (max-width: 769px) {
  #s06::before {
    bottom: -19.5058517555vw;
    width: 26.0078023407vw;
    height: 39.0117035111vw;
  }
}
#s06 .inner {
  max-width: calc(1500px + 6%);
  width: 100%;
  padding-right: 6%;
  position: relative;
  z-index: 1;
}
@media (max-width: 769px) {
  #s06 .inner {
    max-width: calc(640px + 12%);
    width: 100%;
    padding: 0 6%;
    margin: 0 auto;
  }
}
#s06 .inner .flex_box {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(72px, 4.7916666667vw, 92px);
       column-gap: clamp(72px, 4.7916666667vw, 92px);
}
@media (max-width: 1366px) {
  #s06 .inner .flex_box {
    -moz-column-gap: clamp(45px, 5.270863836vw, 72px);
         column-gap: clamp(45px, 5.270863836vw, 72px);
  }
}
@media (max-width: 769px) {
  #s06 .inner .flex_box {
    flex-direction: column;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s06 .inner .flex_box .img_area {
  max-width: 46.875vw;
  width: 100%;
}
@media (max-width: 1366px) {
  #s06 .inner .flex_box .img_area {
    max-width: 644px;
  }
}
@media (max-width: 769px) {
  #s06 .inner .flex_box .img_area {
    max-width: 100%;
    position: relative;
    left: -7%;
  }
}
#s06 .inner .flex_box .img_area img {
  width: 100%;
}
#s06 .inner .flex_box .text_area {
  max-width: 510px;
  width: 100%;
}
@media (max-width: 769px) {
  #s06 .inner .flex_box .text_area {
    max-width: 100%;
  }
}
#s06 .inner .flex_box .text_area .title_jp {
  font-size: clamp(20px, 1.25vw, 24px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #6b8375;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  #s06 .inner .flex_box .text_area .title_jp {
    font-size: clamp(18px, 1.4641288433vw, 20px);
  }
}
#s06 .inner .flex_box .text_area .title_en {
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-size: clamp(60px, 4.1666666667vw, 80px);
  line-height: 1.6;
  text-align: start;
  color: #463d38;
}
@media (max-width: 1366px) {
  #s06 .inner .flex_box .text_area .title_en {
    font-size: clamp(36px, 4.39238653vw, 60px);
  }
}
@media (max-width: 769px) {
  #s06 .inner .flex_box .text_area .title_en {
    font-size: clamp(36px, 6.2418725618vw, 48px);
  }
}
#s06 .inner .flex_box .text_area .content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  line-height: 2;
  color: #463d38;
  margin-bottom: clamp(40px, 3.125vw, 60px);
}
@media (max-width: 1366px) {
  #s06 .inner .flex_box .text_area .content {
    font-size: clamp(14px, 1.1713030747vw, 16px);
  }
}
@media (max-width: 769px) {
  #s06 .inner .flex_box .text_area .content {
    font-size: clamp(14px, 2.0806241873vw, 16px);
  }
}
#s06 .inner .flex_box .text_area .button {
  text-align: start;
  z-index: 2;
}
@media (max-width: 769px) {
  #s06 .inner .flex_box .text_area .button {
    text-align: center;
  }
}
#s06 .inner .flex_box .text_area .button a {
  padding-right: 90px;
  color: #ab9b6d;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  padding-top: 10px;
  letter-spacing: 0.04em;
  line-height: normal;
  position: relative;
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s06 .inner .flex_box .text_area .button a {
    padding-right: 70px;
  }
}
#s06 .inner .flex_box .text_area .button a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 63px;
  height: 5px;
  transform: translateY(-50%);
  z-index: 2;
  background: url(/wp-content/uploads/btn_arrow.svg) no-repeat center center;
  content: "";
  background-size: contain;
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s06 .inner .flex_box .text_area .button a::after {
    width: 50px;
    right: 10px;
  }
}
#s06 .inner .flex_box .text_area .button a::before {
  z-index: 1;
  background: url(/wp-content/uploads/btn_circle.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  width: 57px;
  height: 57px;
  content: "";
  background-size: contain;
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s06 .inner .flex_box .text_area .button a::before {
    width: 40px;
    height: 40px;
  }
}
#s06 .inner .flex_box .text_area .button a:hover::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 63px;
  height: 5px;
  transform: translateY(-50%);
  z-index: 2;
  background: url(/wp-content/uploads/btn_arrow.svg) no-repeat center center;
  content: "";
  background-size: contain;
  transition: 0.4s;
}

#s07 {
  padding: clamp(45px, 4.39238653vw, 60px) 0 0 0;
  position: relative;
  z-index: 1;
}
#s07 .inner {
  max-width: 1374px;
  padding: 0 37px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #s07 .inner {
    max-width: calc(640px + 12%);
    width: 100%;
    margin: 0 auto;
    padding: 0 6%;
  }
}
#s07 .inner .box {
  background: #f6f5f1;
  border-radius: clamp(20px, 3.9011703511vw, 30px);
  padding: clamp(20px, 5.270863836vw, 72px) 15px clamp(120px, 14.6412884334vw, 200px);
  position: relative;
}
#s07 .inner .box::after {
  background: url(/wp-content/uploads/contact_img.png) no-repeat;
  background-size: contain;
  left: -37px;
  width: 300px;
  height: 290px;
  top: -60px;
  content: "";
  position: absolute;
}
@media (max-width: 1366px) {
  #s07 .inner .box::after {
    width: 21.9619326501vw;
    height: 21.2298682284vw;
    top: -4.39238653vw;
  }
}
@media (max-width: 769px) {
  #s07 .inner .box::after {
    left: -7%;
    width: 170px;
    height: 160px;
    top: -80px;
  }
}
#s07 .inner .box .box_wrap {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #s07 .inner .box .box_wrap {
    max-width: 100%;
  }
}
#s07 .inner .box .box_wrap .title_contact {
  text-align: center;
  color: #6b8375;
  margin-bottom: clamp(1px, 2.7086383602vw, 37px);
  font-family: "Bellefair", serif;
  font-size: clamp(80px, 10.2489019034vw, 140px);
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 769px) {
  #s07 .inner .box .box_wrap .title_contact {
    font-size: clamp(70px, 10.4031209363vw, 80px);
  }
}
@media (max-width: 425px) {
  #s07 .inner .box .box_wrap .title_contact {
    font-size: 16.4705882353vw;
  }
}
#s07 .inner .box .box_wrap .flex_box {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(30px, 3.2942898975vw, 45px);
       column-gap: clamp(30px, 3.2942898975vw, 45px);
  justify-content: space-between;
}
@media (max-width: 769px) {
  #s07 .inner .box .box_wrap .flex_box {
    flex-direction: column;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
    justify-content: flex-start;
  }
}
#s07 .inner .box .box_wrap .flex_box .text_area {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 769px) {
  #s07 .inner .box .box_wrap .flex_box .text_area {
    max-width: 100%;
  }
}
#s07 .inner .box .box_wrap .flex_box .text_area .contact_content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2.2;
  color: #463d38;
  margin-bottom: clamp(15px, 1.8301610542vw, 25px);
}
#s07 .inner .box .box_wrap .flex_box .button_area {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 769px) {
  #s07 .inner .box .box_wrap .flex_box .button_area {
    max-width: 100%;
  }
}
#s07 .inner .box .box_wrap .flex_box .button_area .button {
  margin-bottom: clamp(20px, 2.0497803807vw, 28px);
}
#s07 .inner .box .box_wrap .flex_box .button_area .button a {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(15px, 1.8301610542vw, 25px);
       column-gap: clamp(15px, 1.8301610542vw, 25px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #ab9b6d;
  font-size: clamp(20px, 1.756954612vw, 24px);
  line-height: normal;
  font-weight: 500;
  letter-spacing: 0.07em;
  justify-content: flex-start;
  transition: 0.4s all;
}
#s07 .inner .box .box_wrap .flex_box .button_area .button a:hover {
  opacity: 0.7;
}
@media (max-width: 769px) {
  #s07 .inner .box .box_wrap .flex_box .button_area .button a {
    font-size: clamp(18px, 2.6007802341vw, 20px);
  }
}
#s07 .inner .box .box_wrap .flex_box .button_area .button a img {
  width: clamp(40px, 4.7584187408vw, 65px);
  height: clamp(40px, 4.7584187408vw, 65px);
}
#s07 .inner .box .box_wrap .flex_box .mb_0 {
  margin-bottom: 0 !important;
}

#s08 {
  position: relative;
  z-index: 2;
  margin-top: -90px;
  padding: 0 0 clamp(70px, 7.3206442167vw, 100px) 0;
}
#s08 .inner {
  max-width: calc(1030px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 9%;
}
@media (max-width: 769px) {
  #s08 .inner {
    max-width: calc(640px + 24%);
    padding: 0 12%;
  }
}
#s08 .inner .box {
  background: url(/wp-content/uploads/top_recruit_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: clamp(60px, 6.2225475842vw, 85px) 15px clamp(50px, 5.4904831625vw, 75px);
  border-radius: clamp(20px, 2.196193265vw, 30px);
}
@media (max-width: 769px) {
  #s08 .inner .box {
    background: url(/wp-content/uploads/top_recruit_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
#s08 .inner .box .box_wrap {
  max-width: 815px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #s08 .inner .box .box_wrap {
    max-width: 100%;
  }
}
#s08 .inner .box .box_wrap .flex_box {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: clamp(30px, 3.2942898975vw, 45px);
       column-gap: clamp(30px, 3.2942898975vw, 45px);
  align-items: center;
}
@media (max-width: 769px) {
  #s08 .inner .box .box_wrap .flex_box {
    flex-direction: column;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s08 .inner .box .box_wrap .flex_box .title_area {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 769px) {
  #s08 .inner .box .box_wrap .flex_box .title_area {
    max-width: 100%;
  }
}
#s08 .inner .box .box_wrap .flex_box .title_area .title_en {
  text-align: start;
  color: #fff;
  margin-bottom: clamp(5px, 1.0980966325vw, 15px);
}
#s08 .inner .box .box_wrap .flex_box .title_area .content {
  color: #fff;
}
#s08 .inner .box .box_wrap .button {
  text-align: start;
  z-index: 2;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 769px) {
  #s08 .inner .box .box_wrap .button {
    text-align: center;
  }
}
#s08 .inner .box .box_wrap .button a {
  padding-right: 90px;
  color: #fff;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  padding-top: 10px;
  letter-spacing: 0.04em;
  line-height: normal;
  position: relative;
  transition: 0.4s;
  width: 100%;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 425px) {
  #s08 .inner .box .box_wrap .button a {
    padding-right: 70px;
  }
}
#s08 .inner .box .box_wrap .button a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 63px;
  height: 5px;
  transform: translateY(-50%);
  z-index: 2;
  background: url(/wp-content/uploads/btn_arrow_w.svg) no-repeat center center;
  content: "";
  background-size: contain;
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s08 .inner .box .box_wrap .button a::after {
    width: 50px;
    right: 10px;
  }
}
#s08 .inner .box .box_wrap .button a::before {
  z-index: 1;
  background: url(/wp-content/uploads/btn_circle_w.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  width: 57px;
  height: 57px;
  content: "";
  background-size: contain;
  transition: 0.4s;
}
@media (max-width: 425px) {
  #s08 .inner .box .box_wrap .button a::before {
    width: 40px;
    height: 40px;
  }
}
#s08 .inner .box .box_wrap .button a:hover::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 63px;
  height: 5px;
  transform: translateY(-50%);
  z-index: 2;
  background: url(/wp-content/uploads/btn_arrow_w.svg) no-repeat center center;
  content: "";
  background-size: contain;
  transition: 0.4s;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.hot_box {
  max-width: 300px;
  width: 100%;
  background: #809a8b;
  border-radius: 10px;
  padding: 30px 20px 20px 20px;
  margin-bottom: 25px;
}

.hot_box .hot_title {
  text-align: center;
  color: #fff;
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 15px;
}

.hot_box .hot_button {
  margin-bottom: 10px;
}

.hot_box .hot_button a {
  max-width: 250px;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  margin: 0 auto;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  background: #6b8375;
  border: 1px solid #6b8375;
  position: relative;
  transition: 0.4s;
  font-size: clamp(14px, 1.0980966325vw, 15px);
  padding: 0 20px;
}

.hot_box .hot_button a::after {
  width: 24px;
  height: 24px;
  background: #fff;
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 17px;
  color: #6b8375;
  font-size: 12px;
  transform: translateY(-50%);
  transition: 0.4s;
}

.hot_box .hot_button a:hover {
  color: #6b8375;
  background: #fff;
  border: 1px solid #6b8375;
}

.hot_box .hot_button a:hover::after {
  transition: 0.4s;
  width: 24px;
  height: 24px;
  background: transparent;
  content: "\f054";
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: space-around;
  justify-self: center;
  color: #fff;
  background: #6b8375;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: 0.4s;
}/*# sourceMappingURL=style.css.map */