@charset "UTF-8";
/*Theme Name : common_template*/
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Quicksand:wght@300..700&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: "BIZ UDPGothic", sans-serif;
  margin: 0;
}

body {
  background: #f8f6f3;
}

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

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

html {
  scroll-behavior: smooth;
}

.title_jp {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: clamp(32px, 2.9282576867vw, 40px);
  color: #78562a;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media (max-width: 769px) {
  .title_jp {
    font-size: clamp(28px, 4.6814044213vw, 36px);
  }
}

.title_en {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-size: clamp(18px, 1.6105417277vw, 22px);
  color: #3bb149;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0.04em;
}
@media (max-width: 769px) {
  .title_en {
    font-size: clamp(16px, 2.6007802341vw, 20px);
  }
}

.content {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 1.8;
  color: #595656;
}
@media (max-width: 769px) {
  .content {
    font-size: clamp(14px, 2.0806241873vw, 16px);
  }
}

.main_button a {
  max-width: 250px;
  width: 100%;
  height: 56px;
  border-radius: 50vh;
  display: flex;
  font-family: "BIZ UDPGothic", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #ffffff;
  background: #78562a;
  border: 1px solid #78562a;
  position: relative;
  transition: 0.4s;
  padding: 0 20px;
}
.main_button a::after {
  width: 30px;
  height: 30px;
  background: #ffffff;
  content: "\f061";
  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: #3bb149;
  font-size: 12px;
  transform: translateY(-50%);
  transition: 0.4s;
}
.main_button a:hover {
  color: #78562a;
  background: #ffffff;
  border: 1px solid #78562a;
}
.main_button a:hover::after {
  width: 30px;
  height: 30px;
  background: #3bb149;
  content: "\f061";
  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: #ffffff;
  font-size: 12px;
  transform: translateY(-50%);
  transition: 0.4s;
}

#header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: 0.4s;
}
#header.fixed {
  background: #F8F6F3;
  transition: 0.4s;
}
#header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 105px;
}
@media (max-width: 1099px) {
  #header .header_pc {
    height: 60px;
  }
}
#header .header_pc .header_logo {
  width: clamp(200px, 16.9106881406vw, 231px);
  margin-left: clamp(20px, 1.9033674963vw, 26px);
}
@media (max-width: 1099px) {
  #header .header_pc .header_logo {
    width: 150px;
  }
}
#header .header_pc .header_logo a {
  display: flex;
}
#header .header_pc .header_ab {
  position: absolute;
  right: clamp(20px, 2.196193265vw, 30px);
  top: 13px;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 1099px) {
  #header .header_pc .header_ab {
    display: none;
  }
}
#header .header_pc .header_ab li a {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #595656;
  line-height: normal;
}
#header .header_pc .header_ab li.header_out a {
  width: 105px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
  background: #ffffff;
  color: #595656;
  border: 1px solid #d4ccc0;
  border-radius: 50vh;
}
#header .header_pc .header_ab li.header_out a img {
  width: 15px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header_pc .header_item {
  display: flex;
  position: relative;
  top: 15px;
  align-items: center;
}
@media (max-width: 1099px) {
  #header .header_pc .header_item {
    display: none;
  }
}
#header .header_pc .header_item .header_flex {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-right: clamp(20px, 2.196193265vw, 30px);
}
@media (max-width: 1099px) {
  #header .header_pc .header_item .header_flex {
    display: none;
  }
}
#header .header_pc .header_item .header_button a {
  border-radius: 50vh;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  justify-content: center;
  height: 44px;
  color: #fff;
  font-family: "BIZ UDPGothic", 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 img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header_pc .header_item .header_button a:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#header .header_pc .header_item .btn1 a {
  background: #3bb149;
  width: 173px;
}
#header .header_pc .header_item .btn2 a {
  background: #78562a;
  width: 138px;
}
#header .header_pc .header_item .header_nav .main_ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 17px;
  list-style: none;
  position: relative;
}
#header .header_pc .header_item .header_nav .main_ul li {
  margin-right: 20px;
}
#header .header_pc .header_item .header_nav .main_ul li a {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: clamp(14px, 1.2445095168vw, 17px);
  color: #595656;
}
#header .header_pc .header_item .header_nav .main_ul li a span {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
#header .header_pc .header_item .header_nav .main_ul li a i {
  width: 20px;
  height: 20px;
  color: #ffffff;
  border-radius: 10vh;
  background: #78562a;
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: center;
}
#header .header_pc .header_item .header_nav .main_ul li a i::before {
  top: 1px;
  position: relative;
}
#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: #78562a;
  color: #ffffff;
  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: 1.8;
  text-align: start;
  font-size: 16px;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a:hover {
  background: #ffffff;
  color: #78562a;
}
#header .header_pc .header_item .header_nav .main_ul .parent .child li a::after {
  display: none;
}

@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;
  }
}

#burger {
  height: 105px;
  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: #78562a;
  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: 105px;
    max-height: calc(100vh - 105px);
    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: #78562a;
    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: #78562a;
    color: #ffffff;
    font-family: "BIZ UDPGothic", 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: #78562a;
    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: #3bb149;
    color: #fff;
  }
}

.main_slider_wrap {
  max-width: 94.7916666667vw;
  width: 100%;
  margin: 105px auto 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1099px) {
  .main_slider_wrap {
    margin: 60px auto 0;
  }
}
.main_slider_wrap .main_slider {
  position: relative;
}
@media (max-width: 600px) {
  .main_slider_wrap .main_slider .slide_pc {
    display: none;
  }
}
.main_slider_wrap .main_slider .slide_sp {
  display: none;
}
@media (max-width: 600px) {
  .main_slider_wrap .main_slider .slide_sp {
    display: inherit;
  }
}
.main_slider_wrap .main_slider .slick-dots {
  display: none !important;
}
.main_slider_wrap .main_slider .slick-slide {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.main_slider_wrap .main_slider .slick-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.main_slider_wrap .main_slider .slider_title {
  position: absolute;
  bottom: clamp(128px, 9.1145833333vw, 175px);
  left: clamp(74px, 7.65625vw, 147px);
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .main_slider_wrap .main_slider .slider_title {
    bottom: 9.3704245974vw;
  }
}
@media (max-width: 769px) {
  .main_slider_wrap .main_slider .slider_title {
    left: 20px;
  }
}
.main_slider_wrap .main_slider .slider_title h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.35;
  font-weight: 500;
  font-size: clamp(42px, 3.90625vw, 75px);
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 425px) {
  .main_slider_wrap .main_slider .slider_title h2 {
    font-size: 9.8823529412vw;
  }
}
.main_slider_wrap .main_slider .slider_title p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: clamp(18px, 1.71875vw, 33px);
  line-height: 1.35;
}

.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: #78562a;
  color: #ffffff;
}
.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: 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: #3bb149;
  color: #ffffff;
}
.pagetop_block .contact_sp a.footer_bg1::before {
  font-family: "Font Awesome 5 Free";
  content: "\f4ad";
  font-size: 15px;
  margin-right: 10px;
  font-weight: bold;
}
.pagetop_block .contact_sp a.footer_bg2 {
  background: #78562a;
  color: #ffffff;
}
.pagetop_block .contact_sp a.footer_bg2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-size: 15px;
  margin-right: 10px;
  font-weight: bold;
}

#s_news {
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 769px) {
  #s_news {
    margin-top: -5.8517555267vw;
  }
}
#s_news .wrap {
  padding: 0 6%;
}
#s_news .wrap .inner {
  max-width: 1024px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
  align-items: center;
}
#s_news .wrap .inner .flex_box {
  padding: clamp(40px, 3.7335285505vw, 51px) clamp(2px, 5.8565153734vw, 80px);
  display: flex;
  -moz-column-gap: clamp(30px, 5.8565153734vw, 80px);
       column-gap: clamp(30px, 5.8565153734vw, 80px);
  justify-content: space-between;
  position: relative;
  background: #ffffff;
  border-radius: 20px;
}
@media (max-width: 769px) {
  #s_news .wrap .inner .flex_box {
    flex-direction: column;
    row-gap: clamp(20px, 3.9011703511vw, 30px);
  }
}
#s_news .wrap .inner .flex_box .title_area {
  max-width: 170px;
  width: 100%;
}
#s_news .wrap .inner .flex_box .news_area {
  max-width: 620px;
  width: 100%;
}
@media (max-width: 769px) {
  #s_news .wrap .inner .flex_box .news_area {
    max-width: 100%;
  }
}
#s_news .wrap .inner .flex_box .news_area .news_wrap {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
}
#s_news .wrap .inner .flex_box .news_area .news_wrap a {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  padding: clamp(15px, 1.4641288433vw, 20px) 0;
  transition: 0.4s;
  position: relative;
}
#s_news .wrap .inner .flex_box .news_area .news_wrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#s_news .wrap .inner .flex_box .news_area .news_wrap a:hover .news_title {
  color: #3bb149;
  transition: 0.4s;
}
@media (max-width: 769px) {
  #s_news .wrap .inner .flex_box .news_area .news_wrap a {
    flex-direction: column;
    padding: 7.5px 0;
    align-items: flex-start;
    row-gap: 10px;
  }
}
#s_news .wrap .inner .flex_box .news_area .news_wrap .date {
  color: #3bb149;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: normal;
  letter-spacing: 0.05em;
}
#s_news .wrap .inner .flex_box .news_area .news_wrap .news_title {
  font-size: 14px;
  transition: 0.4s all;
  font-weight: bold;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #595656;
  line-height: normal;
}
#s_news .wrap .inner .button a {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  justify-content: flex-end;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3bb149;
  line-height: normal;
}

#footer {
  margin-top: -160px;
  margin-bottom: 0 !important;
  background: #78562a;
  border-top-left-radius: clamp(20px, 3.6603221083vw, 50px);
  border-top-right-radius: clamp(20px, 3.6603221083vw, 50px);
  overflow: hidden;
  position: relative;
}
@media (max-width: 1366px) {
  #footer {
    margin-top: -11.7130307467vw;
  }
}
#footer::after {
  content: "";
  background: url(/wp-content/uploads/footer_bg.svg) no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  width: 973px;
  height: 472px;
  position: absolute;
}
@media (max-width: 1366px) {
  #footer::after {
    width: 71.2298682284vw;
    height: 34.5534407028vw;
  }
}
@media (max-width: 769px) {
  #footer::after {
    width: 126.5279583875vw;
    height: 61.3784135241vw;
  }
}
#footer .inner {
  max-width: calc(1024px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 232px 6% clamp(40px, 8.2723279649vw, 113px);
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  #footer .inner {
    padding: 16.9838945827vw 6% clamp(40px, 8.2723279649vw, 113px);
  }
}
#footer .inner .wrap .footer_flex {
  display: flex;
  justify-content: center;
  -moz-column-gap: clamp(120px, 12.1875vw, 234px);
       column-gap: clamp(120px, 12.1875vw, 234px);
}
@media (max-width: 1050px) {
  #footer .inner .wrap .footer_flex {
    flex-direction: column;
    row-gap: 30px;
  }
}
#footer .inner .wrap .footer_flex .footer_logo_area {
  max-width: 278px;
  width: 100%;
}
#footer .inner .wrap .footer_flex .footer_logo_area .footer_logo {
  margin-bottom: 28px;
}
#footer .inner .wrap .footer_flex .footer_logo_area .footer_content {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 13px;
}
#footer .inner .wrap .footer_flex .footer_logo_area .footer_tel {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#footer .inner .wrap .footer_flex .footer_logo_area .footer_tel:hover span {
  color: #3bb149;
}
#footer .inner .wrap .footer_flex .footer_logo_area .footer_tel img {
  width: 53px;
  height: 53px;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .inner .wrap .footer_flex .footer_logo_area .footer_tel span {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  transition: 0.4s all;
}
#footer .inner .wrap .footer-item-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 512px;
  width: 100%;
  -moz-column-gap: clamp(20px, 3.6603221083vw, 50px);
       column-gap: clamp(20px, 3.6603221083vw, 50px);
}
#footer .inner .wrap .footer-item-wrap .nav-content {
  margin-bottom: 12px;
  max-width: 231px;
  width: 100%;
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_parent a {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #a8885e;
  display: block;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.6;
  color: #ffffff;
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child {
  padding: 5px 0;
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child a {
  padding: 5px 0 5px 31px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 18x;
  color: #ffffff;
  transition: 0.4s all;
  line-height: 2;
  position: relative;
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child a::after {
  content: "";
  background: url(/wp-content/uploads/footer_arrow.png) no-repeat center center;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#footer .inner .wrap .footer-item-wrap .nav-content .footer-nav-list li.footer_child a:hover {
  color: #3bb149;
}
#footer .copy_wrap {
  position: relative;
  z-index: 1;
  padding: 0 6%;
  align-items: center;
}
#footer .copy_wrap .copy_flex {
  display: flex;
  padding: 25px 0 50px;
  justify-content: space-between;
  max-width: 1266px;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid #a8885e;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
}
@media (max-width: 1050px) {
  #footer .copy_wrap .copy_flex {
    flex-direction: column-reverse;
    row-gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 769px) {
  #footer .copy_wrap .copy_flex {
    padding: 25px 0 160px;
  }
}
#footer .copy_wrap .copy_flex a {
  transition: 0.4s all;
}
#footer .copy_wrap .copy_flex a:hover {
  color: #3bb149;
}
#footer .copy_wrap .copy_flex a:hover span {
  color: #3bb149;
}
#footer .copy_wrap .copy_flex .copy {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
#footer .copy_wrap .copy_flex ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#footer .copy_wrap .copy_flex ul li a {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
}
#footer .copy_wrap .copy_flex .top_button {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media (max-width: 1050px) {
  #footer .copy_wrap .copy_flex .top_button {
    position: absolute;
    bottom: 50px;
    right: 6%;
  }
}
@media (max-width: 769px) {
  #footer .copy_wrap .copy_flex .top_button {
    bottom: 80px;
  }
}
#footer .copy_wrap .copy_flex .top_button span {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  transition: 0.4s all;
}
#footer .copy_wrap .copy_flex .top_button img {
  width: 46px;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}

.grecaptcha-badge {
  visibility: hidden;
}

#side_button {
  position: fixed;
  z-index: 101;
  right: 0;
  top: 250px;
  font-size: 16px;
  transform: translateX(640px);
  transition: transform 0.35s;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#side_button:hover {
  transform: translateX(0);
}
#side_button .btn_main {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  text-align: center;
  display: flex;
  line-height: 52px;
  color: #fff;
  padding: 10px 0;
  min-height: 158px;
  height: auto;
  position: relative;
  text-decoration: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 18px;
  background: #3bb149;
  transition: 0.4s;
  border-right: none;
  z-index: 101;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 769px) {
  #side_button .btn_main {
    display: none;
  }
}
#side_button .btn_main img {
  width: 29px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
#side_button .table_bg {
  padding: 20px;
  background: #3bb149;
  border-bottom-left-radius: 20px;
}
#side_button .table_bg .table_wrap {
  width: 600px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  padding: clamp(15px, 1.4641288433vw, 20px);
  /* 가로 스크롤 켜기 */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* 이 줄은 작은 화면에서 620px 고정폭을 만들어
  페이지 자체가 넘치게 하니 제거 권장 */
}
#side_button .table_bg .table_wrap .table-schedule {
  width: 100%;
  /* 최소폭을 주어 래퍼보다 넓게 만들면 스크롤 발생 */
}
@media (max-width: 620px) {
  #side_button .table_bg .table_wrap .table-schedule {
    min-width: 720px;
  }
}
#side_button .table_bg .table_wrap .table-schedule tbody {
  color: #595656;
}
#side_button .table_bg .table_wrap .table-schedule td,
#side_button .table_bg .table_wrap .table-schedule th {
  padding: 0.7em 0.2em;
  text-align: center;
}
@media (max-width: 410px) {
  #side_button .table_bg .table_wrap .table-schedule td,
  #side_button .table_bg .table_wrap .table-schedule th {
    font-size: 3.9024390244vw;
  }
}
#side_button .table_bg .table_wrap .table-schedule tr + tr {
  border-bottom: 1px dashed #bdbdbd;
}
#side_button .table_bg .table_wrap .table-schedule thead tr {
  border-bottom: 1px dashed #bdbdbd;
}
#side_button .table_bg .table_wrap .table-schedule thead th {
  color: #595656;
  border-bottom: 0;
  width: 10%;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: clamp(15px, 2.210663199vw, 17px);
  font-weight: bold;
  white-space: nowrap;
}
#side_button .table_bg .table_wrap .table-schedule thead th:first-child {
  color: #595656;
  width: 20%;
}
#side_button .table_bg .table_wrap .table-schedule tbody tr + tr {
  border-top: 1px dashed #bdbdbd;
}
#side_button .table_bg .table_wrap .table-schedule tbody tr:last-of-type {
  border-bottom: unset;
}
#side_button .table_bg .table_wrap .table-schedule tbody th {
  font-weight: bold;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: clamp(13px, 1.8205461638vw, 14px);
  line-height: 1.4;
}
#side_button .table_bg .table_wrap .table-schedule tbody td {
  color: #3bb149;
}
#side_button .table_bg .table_wrap .table-schedule td {
  color: #595656;
}
#side_button .table_bg .table_wrap .table_end {
  text-align: end;
  font-weight: bold;
  font-size: 12px;
}
@media (max-width: 620px) {
  #side_button .table_bg .table_wrap .table_end {
    text-align: start;
  }
}

.bg1 {
  position: relative;
}
.bg1::after {
  background: url(/wp-content/uploads/info_bg.jpg) no-repeat center bottom;
  position: absolute;
  bottom: 0;
  content: "";
  left: 50%;
  width: 100%;
  height: 70%;
  transform: translateX(-50%);
  border-radius: clamp(45px, 5.6368960469vw, 77px);
}

#s01 {
  position: relative;
  z-index: 2;
  padding: clamp(50px, 6.2225475842vw, 85px) 0 clamp(80px, 8.0527086384vw, 110px);
}
#s01 .inner {
  max-width: calc(1024px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s01 .inner .title_jp {
  text-align: center;
  margin-bottom: 4px;
  position: relative;
  padding-top: 20px;
}
#s01 .inner .title_jp::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/wp-content/uploads/ttl_img.svg) no-repeat;
  width: 34px;
  height: 19px;
  background-size: contain;
}
#s01 .inner .title_en {
  text-align: center;
  margin-bottom: 20px;
}
#s01 .inner .table_wrap {
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  padding: clamp(15px, 1.4641288433vw, 20px);
  margin-bottom: clamp(35px, 4.9048316252vw, 67px);
  position: relative;
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.1));
  /* 가로 스크롤 켜기 */
  overflow-x: auto;
  /* 이 줄은 작은 화면에서 620px 고정폭을 만들어
  페이지 자체가 넘치게 하니 제거 권장 */
}
#s01 .inner .table_wrap .table-schedule {
  width: 100%;
  /* 최소폭을 주어 래퍼보다 넓게 만들면 스크롤 발생 */
}
@media (max-width: 620px) {
  #s01 .inner .table_wrap .table-schedule {
    min-width: 720px;
  }
}
@media (max-width: 425px) {
  #s01 .inner .table_wrap .table-schedule {
    min-width: 500px;
  }
}
#s01 .inner .table_wrap .table-schedule tbody {
  color: #595656;
}
#s01 .inner .table_wrap .table-schedule td,
#s01 .inner .table_wrap .table-schedule th {
  padding: 0.7em 0.2em;
  text-align: center;
}
@media (max-width: 410px) {
  #s01 .inner .table_wrap .table-schedule td,
  #s01 .inner .table_wrap .table-schedule th {
    font-size: 3.9024390244vw;
  }
}
#s01 .inner .table_wrap .table-schedule tr + tr {
  border-bottom: 1px dashed #bdbdbd;
}
#s01 .inner .table_wrap .table-schedule thead tr {
  border-bottom: 1px dashed #bdbdbd;
}
#s01 .inner .table_wrap .table-schedule thead th {
  color: #595656;
  border-bottom: 0;
  width: 10%;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: clamp(15px, 2.210663199vw, 17px);
  font-weight: bold;
  white-space: nowrap;
}
#s01 .inner .table_wrap .table-schedule thead th:first-child {
  color: #595656;
  width: 20%;
}
#s01 .inner .table_wrap .table-schedule tbody tr + tr {
  border-top: 1px dashed #bdbdbd;
}
#s01 .inner .table_wrap .table-schedule tbody tr:last-of-type {
  border-bottom: unset;
}
#s01 .inner .table_wrap .table-schedule tbody th {
  font-weight: bold;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: clamp(13px, 1.8205461638vw, 14px);
  line-height: 1.4;
}
#s01 .inner .table_wrap .table-schedule tbody td {
  color: #3bb149;
}
#s01 .inner .table_wrap .table-schedule td {
  color: #595656;
}
#s01 .inner .table_wrap .table_end {
  text-align: end;
  font-weight: bold;
  font-size: 12px;
}
@media (max-width: 620px) {
  #s01 .inner .table_wrap .table_end {
    text-align: start;
  }
}
#s01 .inner .box {
  width: 100%;
  padding: clamp(30px, 2.9282576867vw, 40px) 6%;
  background: #ffffff;
  border-radius: 20px;
}
#s01 .inner .box .box_title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 1.9033674963vw, 26px);
  color: #78562a;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.03em;
  margin-bottom: clamp(15px, 1.6105417277vw, 22px);
}
@media (max-width: 769px) {
  #s01 .inner .box .box_title {
    font-size: clamp(20px, 3.1209362809vw, 24px);
  }
}
#s01 .inner .box .box_content {
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: 1.8;
  color: #595656;
}
@media (max-width: 1024px) {
  #s01 .inner .box .box_content {
    text-align: start;
  }
}
@media (max-width: 769px) {
  #s01 .inner .box .box_content {
    font-size: clamp(14px, 2.0806241873vw, 16px);
  }
}

#s02 {
  padding: clamp(60px, 7.027818448vw, 96px) 0 clamp(50px, 6.6617862372vw, 91px);
}
#s02 .main_inner {
  max-width: calc(1024px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s02 .main_inner .schedule_title {
  display: flex;
  align-items: center;
  background: #ffffff;
  max-width: clamp(260px, 22.5475841874vw, 308px);
  width: 100%;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 15px clamp(20px, 2.196193265vw, 30px) 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 2.0497803807vw, 28px);
  line-height: normal;
  letter-spacing: 0.03em;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin: 0 auto;
  color: #78562a;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 20px #f4f0eb;
  top: 1px;
  -webkit-mask-image: linear-gradient(#000 0 calc(100% - 1px), transparent calc(100% - 1px));
          mask-image: linear-gradient(#000 0 calc(100% - 1px), transparent calc(100% - 1px));
}
#s02 .main_inner .schedule_title img {
  width: 36px;
  height: 42px;
}
#s02 .main_inner .table_wrap {
  background: #fff;
  border-radius: 16px;
  padding: clamp(40px, 3.2942898975vw, 45px) clamp(20px, 3.2942898975vw, 45px) clamp(35px, 2.9282576867vw, 40px) clamp(20px, 3.2942898975vw, 45px);
  overflow-x: auto;
  position: relative;
  box-shadow: 0 0 20px #f4f0eb;
}
#s02 .main_inner .table_schedule {
  --iconW: 110px;
  --timeW: 64px;
  --gapX: 5px;
  --gapY: 5px;
  --sep-color: #d4ccc0;
  --sep-h: 1px;
  width: 100%;
  border-collapse: separate;
  border-spacing: var(--gapX) var(--gapY);
  table-layout: fixed;
  font-size: 0.95rem;
}
@media (max-width: 1000px) {
  #s02 .main_inner .table_schedule {
    min-width: 1020px;
  }
}
#s02 .main_inner .table_schedule col.c-icon {
  width: var(--iconW);
}
#s02 .main_inner .table_schedule col.c-time {
  width: var(--timeW);
}
#s02 .main_inner .table_schedule col.c-day {
  width: calc((100% - var(--iconW) - var(--timeW) - 8 * var(--gapX)) / 7);
}
#s02 .main_inner .table_schedule th,
#s02 .main_inner .table_schedule td {
  text-align: center;
  padding: 10px 5px;
  vertical-align: middle;
  position: relative;
}
#s02 .main_inner .table_schedule thead th {
  background: none;
  border: none;
  color: #595656;
  font-weight: 600;
}
#s02 .main_inner .table_schedule thead th span {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background: #7b5b3e;
  color: #fff;
  font-weight: bold;
}
#s02 .main_inner .table_schedule tbody {
  /* ✅ 기존 tr:nth-child(2n)::after 로직은 더이상 사용하지 않음 */
  /* 과/시간/셀 스타일(기존 그대로) */
  /* ✅ 구분행: 위아래 10px 패딩 + 가운데 1px 라인, 표 전체폭에 정확히 맞춤 */
}
#s02 .main_inner .table_schedule tbody th.col-icon {
  background: #fff;
  border-right: none;
}
#s02 .main_inner .table_schedule tbody th.col-icon .dept_icon {
  margin-bottom: 6px;
}
#s02 .main_inner .table_schedule tbody th.col-icon .dept_icon img {
  width: 43px;
  height: 43px;
  -o-object-fit: contain;
     object-fit: contain;
}
#s02 .main_inner .table_schedule tbody th.col-icon .dept_name {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  color: #595656;
}
#s02 .main_inner .table_schedule tbody th.col-time {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  color: #595656;
  height: 60px;
}
#s02 .main_inner .table_schedule tbody td {
  background: #f6f6f6;
  border-radius: 6px;
}
#s02 .main_inner .table_schedule tbody td.slash {
  color: #595656;
  font-weight: 400;
}
#s02 .main_inner .table_schedule tbody td.is-emph {
  background: #f0eae1;
  line-height: 1.4;
}
#s02 .main_inner .table_schedule tbody td.is-emph .sub {
  color: #595656;
  font-weight: bold;
  font-size: 12px;
}
#s02 .main_inner .table_schedule tbody td.note {
  font-size: 12px;
  font-weight: bold;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #595656;
}
#s02 .main_inner .table_schedule tbody tr.dept-sep td {
  padding: 10px 0; /* 위아래 10px */
  background: transparent;
  border: none;
  position: relative;
}
#s02 .main_inner .table_schedule tbody tr.dept-sep td::before {
  content: "";
  position: absolute;
  left: calc(-1 * var(--gapX)); /* border-spacing까지 포함해서 100% */
  right: calc(-1 * var(--gapX));
  top: 50%;
  transform: translateY(-50%); /* 중앙선 */
  height: var(--sep-h);
  background: var(--sep-color);
  pointer-events: none;
}
@media (max-width: 768px) {
  #s02 .main_inner .table_schedule {
    --iconW: 70px;
    --timeW: 52px;
  }
  #s02 .main_inner .table_schedule th,
  #s02 .main_inner .table_schedule td {
    font-size: 0.85rem;
    padding: 8px 4px;
  }
  #s02 .main_inner .table_schedule thead th span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 0.8rem;
  }
}

#s_slider2 {
  padding-bottom: clamp(70px, 7.7598828697vw, 106px);
}
#s_slider2 .owl-carousel .owl-item img {
  display: block;
  width: auto;
  height: clamp(385px, 42.3133235725vw, 578px);
  -o-object-fit: contain;
     object-fit: contain;
}
#s_slider2 .owl-theme .owl-dots,
#s_slider2 .owl-theme .owl-nav {
  text-align: end;
  padding-right: 50px;
}
@media (max-width: 769px) {
  #s_slider2 .owl-theme .owl-dots,
  #s_slider2 .owl-theme .owl-nav {
    text-align: center;
    padding-right: 0;
  }
}
#s_slider2 .owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
}

#s03 {
  background: url(/wp-content/uploads/menu_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: clamp(60px, 7.9795021962vw, 109px) 0 clamp(70px, 9.1508052709vw, 125px);
  border-radius: clamp(45px, 5.6368960469vw, 77px);
}
#s03 .inner {
  max-width: calc(1266px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s03 .inner .main_title {
  text-align: center;
  margin-bottom: 4px;
  position: relative;
  padding-top: 20px;
}
#s03 .inner .main_title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/wp-content/uploads/ttl_img.svg) no-repeat;
  width: 34px;
  height: 19px;
  background-size: contain;
}
#s03 .inner .title_en {
  text-align: center;
  margin-bottom: clamp(35px, 3.1478770132vw, 43px);
}
#s03 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 1.756954612vw, 24px);
  margin-bottom: clamp(50px, 6.6617862372vw, 91px);
}
@media (max-width: 1024px) {
  #s03 .inner .grid_box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 769px) {
  #s03 .inner .grid_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 425px) {
  #s03 .inner .grid_box {
    grid-template-columns: 1fr;
  }
}
#s03 .inner .grid_box .grid_col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  background: #ffffff;
  padding: 27px 1.4641288433vw clamp(20px, 4.3191800878vw, 59px) 1.4641288433vw;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 769px) {
  #s03 .inner .grid_box .grid_col {
    padding: 27px 2.6007802341vw 50px;
  }
}
@media (max-width: 425px) {
  #s03 .inner .grid_box .grid_col {
    padding: 27px 4.7058823529vw 50px;
  }
}
#s03 .inner .grid_box .grid_col::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  box-shadow: 0 0 20px #f4f0eb;
  top: 0;
  left: 0;
  border-radius: 20px;
}
#s03 .inner .grid_box .grid_col::after {
  content: "\f061";
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #3bb149;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  transition: 0.4s all;
}
#s03 .inner .grid_box .grid_col:hover::after {
  background: #ffffff;
  color: #3bb149;
}
#s03 .inner .grid_box .grid_col .main_img {
  max-width: 86px;
  width: 100%;
  margin: 0 auto 10px;
}
#s03 .inner .grid_box .grid_col .main_img img {
  width: 100%;
}
#s03 .inner .grid_box .grid_col .grid_title_jp {
  text-align: center;
  color: #595656;
  margin-bottom: 4px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.03em;
}
@media (max-width: 1366px) {
  #s03 .inner .grid_box .grid_col .grid_title_jp {
    font-size: 2.0497803807vw;
  }
}
@media (max-width: 1024px) {
  #s03 .inner .grid_box .grid_col .grid_title_jp {
    font-size: 2.5390625vw;
  }
}
@media (max-width: 769px) {
  #s03 .inner .grid_box .grid_col .grid_title_jp {
    font-size: 3.3810143043vw;
  }
}
@media (max-width: 425px) {
  #s03 .inner .grid_box .grid_col .grid_title_jp {
    font-size: 6.1176470588vw;
  }
}
#s03 .inner .grid_box .grid_col .grid_title_jp span {
  font-size: 20px;
}
@media (max-width: 1366px) {
  #s03 .inner .grid_box .grid_col .grid_title_jp span {
    font-size: 1.4641288433vw;
  }
}
@media (max-width: 1024px) {
  #s03 .inner .grid_box .grid_col .grid_title_jp span {
    font-size: 1.953125vw;
  }
}
@media (max-width: 769px) {
  #s03 .inner .grid_box .grid_col .grid_title_jp span {
    font-size: 2.6007802341vw;
  }
}
@media (max-width: 425px) {
  #s03 .inner .grid_box .grid_col .grid_title_jp span {
    font-size: 4.7058823529vw;
  }
}
#s03 .inner .grid_box .grid_col .grid_title_en {
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  color: #3bb149;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
#s03 .inner .grid_box_bottom {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  display: grid;
  grid-template-columns: 472fr 467fr;
  -moz-column-gap: clamp(30px, 2.9282576867vw, 40px);
       column-gap: clamp(30px, 2.9282576867vw, 40px);
  align-items: center;
  position: relative;
}
#s03 .inner .grid_box_bottom::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  box-shadow: 0 0 20px #f4f0eb;
  top: 0;
  left: 0;
  border-radius: 20px;
}
@media (max-width: 769px) {
  #s03 .inner .grid_box_bottom {
    display: flex;
    flex-direction: column;
    row-gap: clamp(30px, 3.2942898975vw, 45px);
    max-width: 480px;
  }
}
#s03 .inner .grid_box_bottom .img_area {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
}
#s03 .inner .grid_box_bottom .img_area img {
  border-radius: 20px;
  width: 100%;
}
#s03 .inner .grid_box_bottom .text_area .title_jp {
  color: #595656;
}
#s03 .inner .grid_box_bottom .text_area .title_en {
  margin-bottom: clamp(15px, 1.9033674963vw, 26px);
  text-align: start;
}
#s03 .inner .grid_box_bottom .text_area .content {
  text-align: start;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}

#s_slider {
  padding: clamp(50px, 8.9311859444vw, 122px) 0 clamp(60px, 9.663250366vw, 132px);
  overflow: hidden;
}
#s_slider .inner {
  position: relative;
}
#s_slider .inner .box {
  position: absolute;
  top: 50%;
  left: clamp(20px, 12.4450951684vw, 170px);
  transform: translateY(-50%) !important;
  z-index: 1;
  width: 100%;
  padding: 50px clamp(20px, 3.6603221083vw, 50px);
  background: #ffffff;
  border-radius: 20px;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 769px) {
  #s_slider .inner .box {
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
  }
}
#s_slider .inner .box .title_jp {
  text-align: start;
  margin-bottom: 0;
  color: #595656;
}
#s_slider .inner .box .title_en {
  text-align: start;
  margin-bottom: clamp(15px, 1.6837481698vw, 23px);
}
#s_slider .inner .box .content {
  margin-bottom: clamp(15px, 1.6837481698vw, 23px);
}
#s_slider .owl-carousel .owl-item img {
  display: block;
  width: auto;
  height: clamp(550px, 45.2415812592vw, 618px);
  -o-object-fit: cover;
     object-fit: cover;
}
#s_slider .owl-theme .owl-dots,
#s_slider .owl-theme .owl-nav {
  text-align: end;
  padding-right: 50px;
}
@media (max-width: 769px) {
  #s_slider .owl-theme .owl-dots,
  #s_slider .owl-theme .owl-nav {
    text-align: center;
    padding-right: 0;
  }
}
#s_slider .owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
}

.bg2 {
  position: relative;
  overflow: hidden;
}
.bg2::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/column_bg.png) no-repeat;
  background-size: contain;
  bottom: 76px;
  width: 686px;
  height: 894px;
  left: 0;
}
@media (max-width: 1366px) {
  .bg2::after {
    width: 50.2196193265vw;
    height: 65.4465592972vw;
    bottom: 5.5636896047vw;
  }
}
@media (max-width: 769px) {
  .bg2::after {
    width: 89.2067620286vw;
    height: 116.2548764629vw;
    bottom: 0;
  }
}

#s_column {
  position: relative;
  z-index: 1;
}
#s_column .inner {
  max-width: calc(1266px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 1024px) {
  #s_column .inner .main_pc {
    display: none;
  }
}
#s_column .inner .main_sp {
  display: none;
}
@media (max-width: 1024px) {
  #s_column .inner .main_sp {
    display: inherit;
  }
}
@media (max-width: 600px) {
  #s_column .inner .main_sp a {
    margin: 0 auto;
  }
}
#s_column .inner .grid_box {
  display: grid;
  grid-template-columns: 250fr 877fr;
  -moz-column-gap: clamp(45px, 7.1875vw, 138px);
       column-gap: clamp(45px, 7.1875vw, 138px);
}
@media (max-width: 1024px) {
  #s_column .inner .grid_box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
#s_column .inner .grid_box .text_area .title_flex {
  min-width: 250px;
  display: flex;
  align-items: flex-end;
  -moz-column-gap: clamp(15px, 1.9033674963vw, 26px);
       column-gap: clamp(15px, 1.9033674963vw, 26px);
  margin-bottom: clamp(30px, 3.074670571vw, 42px);
}
@media (max-width: 1024px) {
  #s_column .inner .grid_box .text_area .title_flex {
    margin-bottom: 0;
  }
}
#s_column .inner .grid_box .text_area .title_flex .title_jp {
  color: #595656;
}
@media (max-width: 1024px) {
  #s_column .inner .grid_box .column_area {
    margin-bottom: 30px;
  }
}
#s_column .inner .grid_box .column_area .column_box {
  margin-bottom: 30px;
}
#s_column .inner .grid_box .column_area .column_box:last-of-type {
  margin-bottom: 0;
}
#s_column .inner .grid_box .column_area .column_box a {
  padding: 20px;
  background: #ffffff;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  border-radius: 20px;
  transition: 0.4s all;
  position: relative;
}
#s_column .inner .grid_box .column_area .column_box a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  box-shadow: 0 0 20px #f4f0eb;
  top: 0;
  left: 0;
  border-radius: 20px;
}
#s_column .inner .grid_box .column_area .column_box a:hover {
  background: #eafcec;
}
#s_column .inner .grid_box .column_area .column_box a:hover .column_title {
  color: #3bb149;
}
@media (max-width: 600px) {
  #s_column .inner .grid_box .column_area .column_box a {
    flex-direction: column;
    row-gap: 30px;
  }
}
#s_column .inner .grid_box .column_area .column_box a .column_img {
  max-width: clamp(180px, 19.0336749634vw, 260px);
  width: 100%;
  position: relative;
}
@media (max-width: 600px) {
  #s_column .inner .grid_box .column_area .column_box a .column_img {
    max-width: 100%;
  }
}
#s_column .inner .grid_box .column_area .column_box a .column_img img {
  width: 100%;
  border-radius: 20px;
}
#s_column .inner .grid_box .column_area .column_box a .column_area {
  max-width: 559px;
  width: 100%;
}
#s_column .inner .grid_box .column_area .column_box a .column_area .column_title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 1.756954612vw, 24px);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #595656;
  margin-bottom: 13px;
  transition: 0.4s all;
}
@media (max-width: 769px) {
  #s_column .inner .grid_box .column_area .column_box a .column_area .column_title {
    font-size: clamp(18px, 2.8608582575vw, 22px);
  }
}
#s_column .inner .grid_box .column_area .column_box a .column_area .column_content {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  line-height: 2.2;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  margin-bottom: 13px;
}
@media (max-width: 769px) {
  #s_column .inner .grid_box .column_area .column_box a .column_area .column_content {
    font-size: clamp(14px, 2.0806241873vw, 16px);
  }
}
#s_column .inner .grid_box .column_area .column_box a .column_area .column_date {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #3bb149;
}
@media (max-width: 769px) {
  #s_column .inner .grid_box .column_area .column_box a .column_area .column_date {
    font-size: clamp(16px, 2.3407022107vw, 18px);
  }
}

#s_map {
  padding-top: clamp(60px, 8.6383601757vw, 118px);
  position: relative;
  z-index: 1;
}
#s_map .inner {
  max-width: calc(1266px + 6%);
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
}
#s_map .inner iframe {
  height: clamp(360px, 43.0453879941vw, 588px);
  border-radius: 20px;
}/*# sourceMappingURL=style.css.map */