@charset "UTF-8";
/* || GENERAL STYLES */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin: 0 !important;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 10px !important;
}
html:focus-within {
  scroll-behavior: smooth;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

strong,
b {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

menu,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
select {
  width: 100%;
  padding: 1rem;
  background: #fff;
  color: #333333;
  border: none;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: black;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: black;
}

input,
button,
textarea,
select {
  font: inherit;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  margin: 0;
  vertical-align: middle;
  accent-color: #000000;
}

/* || UTILITIES */
.container {
  width: 100%;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  --bs-gutter-container-x: 1rem;
  --bs-gutter-container-m-x: 1rem;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 1199.98px) {
  .container {
    padding-right: calc(0.5 * var(--bs-gutter-container-x));
    padding-left: calc(0.5 * var(--bs-gutter-container-x));
  }
}
@media screen and (max-width: 575.98px) {
  .container {
    max-width: 100%;
    padding-right: calc(0.5 * var(--bs-gutter-container-m-x));
    padding-left: calc(0.5 * var(--bs-gutter-container-m-x));
  }
}

/*--------------------------------------------------------------
//Components*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
@media (min-width: 960px) {
  .-series-right .w-header {
    margin-left: 0 !important;
  }
  .-series-left .w-header {
    margin-left: 0 !important;
  }
}
.l-header__spNav {
  display: none !important;
}

.l-header__customBtn.sp_ {
  display: block !important;
}

@media (min-width: 961px) {
  .l-header__customBtn.sp_ {
    display: none !important;
  }
}
.l-header__inner .c-catchphrase {
  display: block !important;
}

.-img .c-headLogo__link {
  display: block;
  padding: 0;
}

.l-header__logo {
  padding: 0 !important;
}
.l-header__logo .c-headLogo {
  display: flex;
  align-items: center;
  width: 100%;
}

.l-header__customBtn {
  width: auto;
}

@media (min-width: 961px) {
  .-series-right .c-gnavWrap {
    margin-left: 0;
  }
  .-series .l-header__logo {
    padding: 0;
    margin-right: auto;
  }
  .-series-right .w-header {
    margin-left: 16px;
  }
  .-series .c-headLogo {
    margin-right: 0;
  }
}
@media screen and (max-width: 961px) {
  .l-header__logo {
    text-align: center;
  }
}
@media (max-width: 960px) {
  .l-header__menuBtn, .p-spMenu {
    display: block !important;
  }
}

@media (max-width: 960px) {
  .l-fixHeader, .l-header__gnav, .w-header {
    display: none !important;
  }
}

.c-gnav {
  gap: 0;
  margin-right: 0;
}

.c-gnav > .menu-item {
  display: block;
}

.c-gnav > .menu-item > a {
  padding: 0 12px;
  position: relative;
}

.c-gnav > .menu-item > a:after {
  display: none;
}

.c-gnav > .menu-item > a .ttl {
  text-align: center;
  font-size: 15px;
  line-height: 29px;
  color: #563e34;
  font-weight: 700;
  transition: all 0.1s ease-in;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
}
@media (max-width: 1000px) {
  .c-gnav > .menu-item > a .ttl {
    padding: 0;
  }
}
.c-gnav > .menu-item > a .ttl::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1.5px;
  background: #563e34;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.c-gnav > .menu-item.menu-item-has-children > a .ttl::after {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 0px;
}

.c-gnav > .menu-item.menu-item-has-children > a .ttl {
  display: flex;
  justify-content: space-between;
  gap: 2px;
}

.c-gnav > .menu-item > a:hover .ttl {
  opacity: 0.7;
}

.c-gnav > .menu-item.menu-item-has-children > a:hover .ttl::before {
  transform: scale(1, 1.2);
}

.c-gnav > .menu-item > .sub-menu {
  top: 70%;
}

#custom_html-5 .c-gnav > .menu-item > .sub-menu, #custom_html-6 .c-gnav > .menu-item > .sub-menu {
  top: 120%;
}

.c-gnav .sub-menu {
  width: 100%;
}
.c-gnav .sub-menu li a {
  padding: 0 !important;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 60px;
  color: #563e34 !important;
  text-decoration: none;
  background-color: #f6f3ea;
}
.c-gnav .sub-menu li a:hover {
  background-color: #f4ebd7;
}

.l-header__logo:has(a:hover) {
  color: #999;
  text-decoration: none;
}

.l-header {
  background: #f6f3ea;
  position: sticky;
}

.w-header.pc_ .w-header__inner {
  display: flex;
  gap: 0;
  align-items: center;
  position: relative;
}
.w-header.pc_ .w-header__inner .gnav-custom {
  padding: 0;
}
.w-header.pc_ .w-header__inner .gnav-custom .sub-menu li a {
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.w-header.pc_ .w-header__inner .gnav-custom .sub-menu li img {
  width: 25px;
  margin: 0 auto;
}
.w-header.pc_ .w-header__inner #media_image-2 {
  padding: 0 12px;
}
.w-header.pc_ .w-header__inner #media_image-2 img {
  width: 80px;
}
.w-header.pc_ .w-header__inner #custom_html-3 {
  width: 124px;
  padding: 0 12px;
  margin-bottom: 40px;
}
.w-header.pc_ .w-header__inner #custom_html-3 .social {
  display: flex;
}
.w-header.pc_ .w-header__inner #custom_html-3 .social a {
  margin: 0 5px;
  display: block;
}
.w-header.pc_ .w-header__inner #custom_html-3 .social a:hover {
  opacity: 0.7;
}
.w-header.pc_ .w-header__inner #custom_html-3 .social a img {
  width: 30px !important;
  height: 30px !important;
}
.w-header.pc_ .w-header__inner #media_image-3, .w-header.pc_ .w-header__inner #media_image-4 {
  padding: 0 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 124px;
  display: flex;
  z-index: -1;
}
.w-header.pc_ .w-header__inner #media_image-3 img, .w-header.pc_ .w-header__inner #media_image-4 img {
  width: 70px;
  margin-left: 5px;
}
.w-header.pc_ .w-header__inner #polylang-2 {
  padding: 0 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 104px;
  display: flex;
  opacity: 0;
  z-index: 1;
}
.w-header.pc_ .w-header__inner #polylang-2:before {
  content: "";
}
.w-header.pc_ .w-header__inner #polylang-2 select {
  margin-left: auto;
  padding: 0;
  height: 30px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  color: #36247c !important;
  font-weight: normal !important;
  font-size: 14px;
  outline: none;
}

.home .l-header {
  background: transparent !important;
  position: sticky;
  top: 0;
  left: 0;
}

.-spmenu {
  display: none;
}

.p-spMenu__nav {
  margin-top: 0;
}

#sp_menu .p-spMenu__nav .menu-item a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #563e34;
}
#sp_menu .p-spMenu__nav .menu-item a:hover {
  background: transparent;
  color: #999 !important;
}
#sp_menu .p-spMenu__nav .menu-item.menu-item-type-post_type.current_page_item a {
  color: #999;
}
#sp_menu #sp_menu_bottom {
  position: relative;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
#sp_menu #sp_menu_bottom #custom_html-6, #sp_menu #sp_menu_bottom #custom_html-7 {
  flex-basis: 100%;
}
#sp_menu #sp_menu_bottom #custom_html-6 .c-spnav-custom, #sp_menu #sp_menu_bottom #custom_html-7 .c-spnav-custom {
  margin-bottom: 30px;
}
#sp_menu #sp_menu_bottom #custom_html-6 .c-spnav-custom .menu-item a, #sp_menu #sp_menu_bottom #custom_html-7 .c-spnav-custom .menu-item a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #563e34;
}
#sp_menu #sp_menu_bottom #custom_html-6 .c-spnav-custom .menu-item a:hover, #sp_menu #sp_menu_bottom #custom_html-7 .c-spnav-custom .menu-item a:hover {
  opacity: 0.7;
}
#sp_menu #sp_menu_bottom #custom_html-6 .c-spnav-custom .menu-item a img, #sp_menu #sp_menu_bottom #custom_html-7 .c-spnav-custom .menu-item a img {
  width: 50px;
}
#sp_menu #sp_menu_bottom #custom_html-6 .c-spnav-custom .menu-item.menu-item-type-post_type.current_page_item a, #sp_menu #sp_menu_bottom #custom_html-7 .c-spnav-custom .menu-item.menu-item-type-post_type.current_page_item a {
  color: #563e34;
}
#sp_menu #sp_menu_bottom #custom_html-8 {
  margin-top: 0;
  width: 50%;
}
#sp_menu #sp_menu_bottom #custom_html-8 .social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#sp_menu #sp_menu_bottom #custom_html-8 .social a {
  margin: 0 5px;
  display: block;
}
#sp_menu #sp_menu_bottom #custom_html-8 .social a:hover {
  opacity: 0.7;
}
#sp_menu #sp_menu_bottom #custom_html-8 .social a img {
  width: 30px !important;
  height: 30px !important;
}
#sp_menu #sp_menu_bottom #media_image-5, #sp_menu #sp_menu_bottom #media_image-6 {
  margin-top: 0;
  padding: 0 12px;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
#sp_menu #sp_menu_bottom #media_image-5 img, #sp_menu #sp_menu_bottom #media_image-6 img {
  width: 70px;
  height: 30px;
  margin-left: 5px;
}
#sp_menu #sp_menu_bottom #polylang-3 {
  margin-top: -30px;
  flex-basis: 50%;
  display: flex;
  justify-content: flex-start;
  margin-left: auto;
  opacity: 0;
}
#sp_menu #sp_menu_bottom #polylang-3 select {
  width: 70px;
  padding: 0 12px;
  height: 30px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  color: #36247c !important;
  font-weight: normal !important;
  font-size: 14px;
  outline: none;
}

#header {
  border-bottom: 1px solid #CCCCCC;
  height: 120px;
  background-color: #f6f3ea !important;
  padding: 0 42px;
}
@media (max-width: 1130px) {
  #header {
    padding: 0;
  }
}
@media (max-width: 960px) {
  #header {
    height: 75px;
  }
}
#header .l-header__inner.l-container {
  background-color: #f6f3ea;
  gap: 0px;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  max-width: 1130px;
}
@media (max-width: 1130px) {
  #header .l-header__inner.l-container {
    width: 95%;
    padding: 0;
    margin: 0 auto;
  }
}
#header.l-header {
  background: #f6f3ea;
  box-shadow: none;
}
@media (max-width: 960px) {
  #header.l-header {
    top: 0;
  }
}
#header.header-box-shadow {
  box-shadow: 0px 8px 24px #f6f3ea !important;
  background: #f6f3ea !important;
}
#header.header-minus-1 {
  z-index: 1;
}

.home #header {
  border-bottom: none;
}

#header.z-index-1 {
  z-index: -1;
}

.-img .c-headLogo__link {
  height: auto;
}

.c-headLogo__img {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 1130px) {
  .c-headLogo__img {
    width: 115px;
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  .c-headLogo__img {
    width: 100px;
    height: auto;
  }
}

.p-fixBtnWrap {
  bottom: 5.25em;
}
.p-fixBtnWrap.z-index-0 {
  z-index: 0;
}
.p-fixBtnWrap .c-fixBtn {
  background-color: #563e34;
  color: #fff;
  border-color: #fff;
}
.p-fixBtnWrap .c-fixBtn:hover {
  background-color: #fff !important;
  color: #563e34 !important;
  border-color: #563e34 !important;
}

.w-beforeFooter {
  margin: 0;
}
.w-beforeFooter .chat_icon {
  position: fixed;
  bottom: 14px;
  right: auto;
  left: 7px;
  background: transparent;
  border: none;
  transition: 0.5s;
  cursor: pointer;
  background-color: rgba(83, 188, 167, 0.7);
  color: #fff;
  font-weight: bold;
  z-index: 100;
  filter: drop-shadow(2px 4px 6px #0f466b);
  padding: 10px;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 5px 10px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.w-beforeFooter .chat_icon i {
  font-size: 40px;
}
.w-beforeFooter .chat_icon:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #53bca7;
}
.w-beforeFooter .chat_icon.z-index-0 {
  z-index: 0;
}
@media (max-width: 961px) {
  .w-beforeFooter .chat_icon {
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 14px;
    height: 55px;
  }
}

footer {
  background: #f6f6f6 !important;
  padding: 20px 42px;
  margin: 0;
}
@media (max-width: 1160px) {
  footer {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 1130px) {
  footer {
    width: 95% !important;
    margin: auto;
  }
}
footer .l-footer__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}
footer .l-footer__widgetArea {
  width: 100%;
}
footer .l-container {
  display: flex;
  align-items: center;
  padding: 0;
  flex-direction: column;
  width: 100%;
}
footer .w-footer__box {
  max-width: 1130px !important;
  padding: 0;
}
footer .w-footer__box:nth-child(1) {
  display: flex;
  align-items: start;
  width: 100%;
  gap: 0;
  margin: 10px auto 50px;
  justify-content: center;
}
@media (max-width: 961px) {
  footer .w-footer__box:nth-child(1) {
    flex-direction: column;
  }
}
@media (max-width: 961px) {
  footer .w-footer__box:nth-child(1) .c-listMenu {
    width: 100%;
  }
}
footer .w-footer__box:nth-child(1) #nav_menu-2, footer .w-footer__box:nth-child(1) #nav_menu-3 {
  margin-top: 0;
}
footer .w-footer__box:nth-child(1) #nav_menu-2 ul.menu, footer .w-footer__box:nth-child(1) #nav_menu-3 ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  padding: 0;
}
@media (max-width: 961px) {
  footer .w-footer__box:nth-child(1) #nav_menu-2 ul.menu, footer .w-footer__box:nth-child(1) #nav_menu-3 ul.menu {
    flex-direction: column;
    align-items: start;
  }
}
footer .w-footer__box:nth-child(1) #nav_menu-2 ul.menu li, footer .w-footer__box:nth-child(1) #nav_menu-3 ul.menu li {
  position: relative;
}
@media (max-width: 961px) {
  footer .w-footer__box:nth-child(1) #nav_menu-2 ul.menu li, footer .w-footer__box:nth-child(1) #nav_menu-3 ul.menu li {
    width: 100%;
  }
}
footer .w-footer__box:nth-child(1) #nav_menu-2 ul.menu li button, footer .w-footer__box:nth-child(1) #nav_menu-3 ul.menu li button {
  transform: translate(0);
  position: unset;
  width: 20px;
}
footer .w-footer__box:nth-child(1) #nav_menu-2 ul.menu li button::after, footer .w-footer__box:nth-child(1) #nav_menu-3 ul.menu li button::after {
  border: none;
}
footer .w-footer__box:nth-child(1) #nav_menu-2 ul.menu li a, footer .w-footer__box:nth-child(1) #nav_menu-3 ul.menu li a {
  padding: 0 15px;
  color: #563e34 !important;
  font-size: 14px;
  line-height: 2.07;
  border: none !important;
  border-left: 1px solid #563e34 !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 961px) {
  footer .w-footer__box:nth-child(1) #nav_menu-2 ul.menu li a, footer .w-footer__box:nth-child(1) #nav_menu-3 ul.menu li a {
    font-size: 16px;
    text-align: left;
    justify-content: start;
    padding: 10px 0;
    border-left: none !important;
    border-bottom: 1px solid #ddd !important;
  }
}
footer .w-footer__box:nth-child(1) #nav_menu-2 ul.menu li a:hover, footer .w-footer__box:nth-child(1) #nav_menu-3 ul.menu li a:hover {
  opacity: 0.7;
  background-color: transparent !important;
}
footer .w-footer__box:nth-child(1) #nav_menu-2 ul.menu li a::before, footer .w-footer__box:nth-child(1) #nav_menu-3 ul.menu li a::before {
  display: none;
}
footer .w-footer__box:nth-child(1) #nav_menu-2 ul.menu li ul.sub-menu, footer .w-footer__box:nth-child(1) #nav_menu-3 ul.menu li ul.sub-menu {
  display: flex;
  flex-direction: column;
  height: auto;
  display: none;
}
@media (max-width: 961px) {
  footer .w-footer__box:nth-child(1) #nav_menu-2 ul.menu li ul.sub-menu, footer .w-footer__box:nth-child(1) #nav_menu-3 ul.menu li ul.sub-menu {
    margin-left: 15px;
  }
}
footer .w-footer__box:nth-child(1) #nav_menu-2 ul.menu li ul.sub-menu li a, footer .w-footer__box:nth-child(1) #nav_menu-3 ul.menu li ul.sub-menu li a {
  border: none !important;
}
@media (max-width: 961px) {
  footer .w-footer__box:nth-child(1) #nav_menu-2 ul.menu li ul.sub-menu li a, footer .w-footer__box:nth-child(1) #nav_menu-3 ul.menu li ul.sub-menu li a {
    padding: 10px 0;
    border-bottom: 1px solid #ddd !important;
  }
}
footer .w-footer__box:nth-child(1) #nav_menu-2 ul.menu li ul.sub-menu li a:hover, footer .w-footer__box:nth-child(1) #nav_menu-3 ul.menu li ul.sub-menu li a:hover {
  background-color: transparent !important;
}
@media (max-width: 961px) {
  footer .w-footer__box:nth-child(1) #nav_menu-2 ul.menu li ul.sub-menu li:last-child a, footer .w-footer__box:nth-child(1) #nav_menu-3 ul.menu li ul.sub-menu li:last-child a {
    border-bottom: none !important;
  }
}
footer .w-footer__box:nth-child(1) #nav_menu-2 ul.menu li ul.sub-menu.is-opened, footer .w-footer__box:nth-child(1) #nav_menu-3 ul.menu li ul.sub-menu.is-opened {
  display: block;
}
footer .w-footer__box:nth-child(1) #nav_menu-2 ul.menu li:last-child a, footer .w-footer__box:nth-child(1) #nav_menu-3 ul.menu li:last-child a {
  border-right: 1px solid #563e34 !important;
}
@media (max-width: 961px) {
  footer .w-footer__box:nth-child(1) #nav_menu-2 ul.menu li:last-child a, footer .w-footer__box:nth-child(1) #nav_menu-3 ul.menu li:last-child a {
    border-right: none !important;
  }
}
footer .w-footer__box:nth-child(1) #custom_html-9, footer .w-footer__box:nth-child(1) #custom_html-10 {
  margin-top: 0;
}
@media (max-width: 961px) {
  footer .w-footer__box:nth-child(1) #custom_html-9, footer .w-footer__box:nth-child(1) #custom_html-10 {
    width: 100%;
  }
}
footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  padding: 0;
}
@media (max-width: 961px) {
  footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom {
    flex-direction: column;
  }
}
footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li {
  position: relative;
}
@media (max-width: 961px) {
  footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li {
    width: 100%;
  }
}
footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li button, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li button {
  transform: translate(0);
  position: unset;
  width: 20px;
}
footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li button::after, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li button::after {
  border: none;
}
footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li a, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li a {
  padding: 0 15px;
  color: #563e34 !important;
  font-size: 14px;
  line-height: 2.07;
  border: none !important;
  text-align: center;
  border-left: 1px solid #563e34 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 961px) {
  footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li a, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li a {
    font-size: 16px;
    text-align: left;
    justify-content: start;
    padding: 10px 0;
    border-left: none !important;
    border-bottom: 1px solid #ddd !important;
  }
}
footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li a:hover, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li a:hover {
  opacity: 0.7;
  background-color: transparent !important;
}
footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li a::before, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li a::before {
  display: none;
}
footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li a:last-child a, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li a:last-child a {
  border-right: 1px solid #563e34 !important;
}
@media (max-width: 961px) {
  footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li a:last-child a, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li a:last-child a {
    border-right: none !important;
  }
}
footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li ul.sub-menu, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li ul.sub-menu {
  display: flex;
  flex-direction: column;
}
@media (max-width: 961px) {
  footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li ul.sub-menu, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li ul.sub-menu {
    margin-left: 15px;
  }
}
footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li ul.sub-menu li a, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li ul.sub-menu li a {
  border: none !important;
  display: flex;
  align-items: center;
  gap: 0;
}
@media (max-width: 961px) {
  footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li ul.sub-menu li a, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li ul.sub-menu li a {
    padding: 10px 0;
    border-bottom: 1px solid #ddd !important;
  }
}
footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li ul.sub-menu li a img, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li ul.sub-menu li a img {
  width: 15px;
}
footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li ul.sub-menu li a span, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li ul.sub-menu li a span {
  font-size: 14px;
  line-height: 29px;
  color: #563e34;
}
footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li ul.sub-menu li a:hover, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li ul.sub-menu li a:hover {
  background-color: transparent !important;
}
footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li:first-child a, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li:first-child a {
  border-left: none !important;
}
footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li:last-child a, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li:last-child a {
  border-right: 1px solid #563e34 !important;
}
@media (max-width: 961px) {
  footer .w-footer__box:nth-child(1) #custom_html-9 ul.menu-footer-custom li:last-child a, footer .w-footer__box:nth-child(1) #custom_html-10 ul.menu-footer-custom li:last-child a {
    border-right: none !important;
  }
}
footer .w-footer__box:nth-child(2) {
  margin: 0 auto;
  margin-bottom: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
@media (max-width: 600px) {
  footer .w-footer__box:nth-child(2) {
    flex-direction: column;
    gap: 15px;
  }
}
footer .w-footer__box:nth-child(2) #media_image-7, footer .w-footer__box:nth-child(2) #media_image-8 {
  margin-top: 0;
}
footer .w-footer__box:nth-child(2) #media_image-7 img, footer .w-footer__box:nth-child(2) #media_image-8 img {
  height: 50px !important;
  width: auto;
  display: block;
}
footer .w-footer__box:nth-child(2) #media_image-9 {
  margin-top: 0;
}
footer .w-footer__box:nth-child(2) #media_image-9 img {
  height: 35px !important;
  width: auto;
  display: block;
}
footer .w-footer__box:nth-child(2) #custom_html-11 {
  margin-top: 0;
}
footer .w-footer__box:nth-child(2) #custom_html-11 p {
  font-size: 13px;
  line-height: 29px;
  color: #33312e;
}
footer .l-footer__foot, footer .l-footer__widgetArea {
  background: transparent !important;
}
footer .l-footer__foot, footer .l-footer__widgetArea {
  padding: 0;
}
footer .copyright {
  display: none;
}
/*--------------------------------------------------------------


/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
@media (min-width: 960px) {
  :root {
    --swl-pad_post_content: 0;
  }
}
.post_content > * {
  margin-bottom: 0;
}

.img-mx-auto {
  margin: 0 auto;
}
.img-mx-auto img {
  margin: 0 auto;
}

.img-radius-10 img {
  border-radius: 10px;
}

.bd-10 {
  border-radius: 10px;
}

.wp-block-spacer {
  margin-bottom: 0;
}

.btn {
  text-align: center;
  margin: 15px auto 0 !important;
  width: 150px;
  border: 1px solid #333232;
}
.btn a {
  display: block;
  padding: 5px;
  font-size: 15px;
  line-height: 29px;
  color: #333232;
  background-color: transparent;
  border: none;
  border-radius: 0;
  text-decoration: none;
  box-shadow: none !important;
  font-weight: normal;
}
.btn a:hover {
  text-decoration: underline;
}
.btn-custom a {
  max-width: 400px;
  min-width: 200px;
  height: 60px;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-weight: bold;
  background-color: #89b871;
  font-size: 20px;
  margin: 0 auto;
}
.btn-custom a:hover {
  opacity: 0.7;
}

.text-has-arrow {
  position: relative;
  padding-left: 25px;
  text-indent: -25px;
  font-size: 18px;
  font-weight: bold;
}
.text-has-arrow:before {
  content: "";
  background: url(../../assets/img/bio-composite/bio-composite/ya01.svg) no-repeat;
  height: 10px;
  width: 15px;
  display: inline-block !important;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .text-has-arrow:before {
    margin-right: 0;
  }
}

@media (max-width: 961px) {
  p.lh16 {
    line-height: 1.6 !important;
  }
}

.aniTextBanner {
  animation: aniTextBanner 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.14, 0.85, 0.14, 0.86);
}

@keyframes aniTextBanner {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-tabBody__item {
  margin-bottom: 0;
}
.c-tabBody__item .p-postList__item {
  padding: 8px 0;
  border-top: 1px solid #ccc;
}
.c-tabBody__item .p-postList__item:last-child {
  border-bottom: 1px solid #ccc;
}
.c-tabBody__item .p-postList__item a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 2;
  color: #33312e;
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent !important;
}
.c-tabBody__item .p-postList__item a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.c-tabBody__item .p-postList__item a .p-postList__body {
  display: flex;
  align-items: center;
  gap: 0;
}
.c-tabBody__item .p-postList__item a .p-postList__body .p-postList__meta {
  margin-bottom: 0;
}
.c-tabBody__item .p-postList__item a .p-postList__body .p-postList__meta .p-postList__times {
  margin: 0;
  padding: 0;
}
.c-tabBody__item .p-postList__item a .p-postList__body .p-postList__meta .p-postList__times time {
  font-size: 16px;
  line-height: 2;
  color: #33312e;
  white-space: nowrap;
}
.c-tabBody__item .p-postList__item a .p-postList__body .p-postList__meta .p-postList__times time::before {
  display: none;
}
.c-tabBody__item .p-postList__item a .p-postList__body h2 {
  font-size: 16px;
  line-height: 2;
  color: #33312e;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub-form .cf-field-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: transparent;
  padding: 0 !important;
  border: none;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
.sub-form .cf-field-container label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 10px;
  width: 100%;
  max-width: 180px;
  row-gap: 10px;
}
@media (max-width: 961px) {
  .sub-form .cf-field-container label {
    width: 100%;
    max-width: 100%;
    justify-content: start;
  }
}
.sub-form .cf-field-container label .text {
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
}
.sub-form .cf-field-container label .required-label {
  color: red;
  font-size: 12px;
}
.sub-form .cf-field-container .cf-input-container, .sub-form .cf-field-container .input-container {
  width: 600px;
}
@media (max-width: 961px) {
  .sub-form .cf-field-container .cf-input-container, .sub-form .cf-field-container .input-container {
    width: 100%;
  }
}
.sub-form .cf-field-container .cf-input-container input, .sub-form .cf-field-container .cf-input-container textarea, .sub-form .cf-field-container .input-container input, .sub-form .cf-field-container .input-container textarea {
  font-size: 13px !important;
  line-height: 1 !important;
  color: #000 !important;
  padding: 10px 5px !important;
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  background: #fff !important;
  min-height: 40px;
  font-family: Arial !important;
}
.sub-form .cf-field-container .cf-input-container input:focus, .sub-form .cf-field-container .cf-input-container textarea:focus, .sub-form .cf-field-container .input-container input:focus, .sub-form .cf-field-container .input-container textarea:focus {
  outline: 1px solid #000000 !important;
}
.sub-form .cf-field-container .cf-input-container textarea, .sub-form .cf-field-container .input-container textarea {
  min-height: 160px;
}
.sub-form .cf-field-container .cf-input-container input[type=number]::-webkit-outer-spin-button,
.sub-form .cf-field-container .cf-input-container input[type=number]::-webkit-inner-spin-button, .sub-form .cf-field-container .input-container input[type=number]::-webkit-outer-spin-button,
.sub-form .cf-field-container .input-container input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.sub-form .cf-field-container .cf-error-message {
  flex-basis: 775px;
  margin-top: 0;
  margin-left: auto;
}
@media (max-width: 961px) {
  .sub-form .cf-field-container .cf-error-message {
    flex-basis: 100%;
  }
}
.sub-form .cf-field-container:has(#label-radio) .cf-input-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sub-form .cf-field-container:has(#label-radio) .cf-input-container input[type=checkbox], .sub-form .cf-field-container:has(#label-radio) .cf-input-container input[type=radio] {
  opacity: 0;
  position: absolute;
  height: 0 !important;
  width: 0;
}
.sub-form .cf-field-container:has(#label-radio) .cf-input-container input[type=radio] + label {
  position: relative;
  padding-left: 25px;
  width: 100%;
}
.sub-form .cf-field-container:has(#label-radio) .cf-input-container input[type=radio] + label::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #9C9C9C;
  background-color: #E7E7E7;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
}
@media (max-width: 961px) {
  .sub-form .cf-field-container:has(#label-radio) .cf-input-container input[type=radio] + label::before {
    top: 6px;
  }
}
.sub-form .cf-field-container:has(#label-radio) .cf-input-container input[type=radio] + label::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #333333;
  transform: scale(0.5);
  position: absolute;
  top: 6px;
  left: 0;
  opacity: 0;
}
@media (max-width: 961px) {
  .sub-form .cf-field-container:has(#label-radio) .cf-input-container input[type=radio] + label::after {
    top: 6px;
  }
}
.sub-form .cf-field-container:has(#label-radio) .cf-input-container input[type=radio]:checked + label::before {
  box-shadow: 0 0 0 1px #333333, 0px 1px 2px rgba(0, 0, 0, 0.15) !important;
  border-radius: 50%;
}
.sub-form .cf-field-container:has(#label-radio) .cf-input-container input[type=radio]:checked + label::after {
  opacity: 1;
  border-radius: 50%;
}
.sub-form .cf-field-container[data-type=privacy_policy] {
  justify-content: center !important;
}
.sub-form .cf-field-container[data-type=privacy_policy] .cf-input-container {
  width: 100% !important;
}
.sub-form .cf-field-container[data-type=privacy_policy] label {
  max-width: 100% !important;
}
.sub-form .cf-field-container[data-type=privacy_policy] label p {
  white-space: nowrap;
}
.sub-form #cf-button-confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  margin: 0 auto !important;
  background: #444 !important;
  color: #fff !important;
  width: 220px !important;
  padding: 15px !important;
  font-size: 16px !important;
  line-height: 29px !important;
  font-weight: 400 !important;
  height: 60px;
}
@media (max-width: 450px) {
  .sub-form #cf-button-confirm {
    min-width: 100%;
  }
}
.sub-form #cf-button-confirm:hover {
  opacity: 0.7;
}
.sub-form .cf-privacy-policy {
  justify-content: center;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: none;
  margin-bottom: 0 !important;
}
.sub-form .cf-privacy-policy input[type=checkbox] {
  opacity: 0;
  position: absolute;
  height: 0 !important;
  width: 0;
}
.sub-form .cf-privacy-policy input[type=checkbox] + label {
  position: relative;
  padding-left: 25px;
  width: 100%;
}
.sub-form .cf-privacy-policy input[type=checkbox] + label::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #9C9C9C;
  background-color: #E7E7E7;
  position: absolute;
  top: 7px;
  left: 0;
}
.sub-form .cf-privacy-policy input[type=checkbox] + label::after {
  content: "";
  width: 20px;
  height: 12px;
  border-left: 4px solid #333333 !important;
  border-bottom: 4px solid #333333 !important;
  transform: translate(-2px, 1px) scale(0.5) rotate(-45deg);
  position: absolute;
  top: 7px;
  left: 0px;
  opacity: 0;
}
.sub-form .cf-privacy-policy input[type=checkbox]:checked + label::before {
  border: 1px solid #333333;
}
.sub-form .cf-privacy-policy input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.sub-form .cf-privacy-policy label {
  position: relative;
  display: flex;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto;
  gap: 0;
  flex-direction: row;
  font-size: 16px;
  font-weight: normal;
  line-height: 29px;
  color: #33312e;
}
.sub-form .cf-privacy-policy label a {
  text-align: center;
  font-size: 16px;
  line-height: 29px;
  color: #33312e;
  display: inline;
  word-wrap: break-word;
  white-space: normal;
}
.sub-form .cf-privacy-policy label a:hover {
  opacity: 0.7;
}
.sub-form .cf-privacy-policy .cf-error-message {
  flex-basis: 100%;
}

#cf-confirmation-screen {
  background: transparent !important;
  border: none !important;
  margin-top: 0;
}
#cf-confirmation-screen .cf-title-confirm-info {
  display: none;
}
#cf-confirmation-screen .cf-title-confirm-info h3::before {
  display: none !important;
}
#cf-confirmation-screen .cf-confirmation-item {
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 600px) {
  #cf-confirmation-screen .cf-confirmation-item {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
#cf-confirmation-screen .cf-confirmation-item strong {
  width: 40%;
  font-size: 15px;
}
@media (max-width: 600px) {
  #cf-confirmation-screen .cf-confirmation-item strong {
    width: 100%;
    text-align: left;
  }
}
#cf-confirmation-screen .cf-button-center {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
#cf-confirmation-screen .cf-button-center #cf-back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  margin: 0 auto !important;
  background: #444 !important;
  color: #fff !important;
  width: 220px !important;
  padding: 15px !important;
  font-size: 16px !important;
  line-height: 29px !important;
  font-weight: 400 !important;
  height: 60px;
}
@media (max-width: 450px) {
  #cf-confirmation-screen .cf-button-center #cf-back-button {
    min-width: 100%;
  }
}
#cf-confirmation-screen .cf-button-center #cf-back-button span {
  display: none;
}
#cf-confirmation-screen .cf-button-center #cf-back-button:hover {
  opacity: 0.7;
}
#cf-confirmation-screen .cf-button-center #cf-button-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  margin: 0 auto !important;
  background: #444 !important;
  color: #fff !important;
  width: 220px !important;
  padding: 15px !important;
  font-size: 16px !important;
  line-height: 29px !important;
  font-weight: 400 !important;
  height: 60px;
}
@media (max-width: 450px) {
  #cf-confirmation-screen .cf-button-center #cf-button-submit {
    min-width: 100%;
  }
}
#cf-confirmation-screen .cf-button-center #cf-button-submit:hover {
  opacity: 0.7;
}

.text-inline {
  line-height: 2 !important;
  display: inline;
}

/* || TEXT */
.mt-minus-80 {
  margin-top: -8rem !important;
}
.mt-50 {
  margin-top: 5rem !important;
}
.mt-10 {
  margin-top: 1rem !important;
}
.mt-20 {
  margin-top: 2rem !important;
}
.mt-25 {
  margin-top: 2.5rem !important;
}
.mt-10 {
  margin-top: 1rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.m-0 {
  margin: 0 !important;
}

.fs-13 {
  font-size: 1.3rem;
  line-height: 1.1538461538;
}
.fs-15 {
  font-size: 1.5rem;
  line-height: 1.2;
}
.fs-16 {
  font-size: 1.6rem;
  line-height: 1.25;
}
.fs-17 {
  font-size: 1.7rem;
  line-height: 1.1764705882;
}
.fs-18 {
  font-size: 1.8rem;
  line-height: 1.1666666667;
}
.fs-24 {
  font-size: 2.4rem;
  line-height: 1.25;
}
.fs-25 {
  font-size: 2.5rem;
  line-height: 1.2;
}
.fs-28 {
  font-size: 2.8rem;
  line-height: 1.1785714286;
}
.fs-38 {
  font-size: 4rem;
  line-height: 1.125;
}
.fs-40 {
  font-size: 4rem;
  line-height: 1.8;
}
.fs-only-15 {
  font-size: 1.5rem;
}

.fw-regular {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semiBold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-heavy {
  font-weight: 900;
}

.text-shadow-light {
  text-shadow: -5px -5px 12px rgba(255, 255, 255, 0.8), -5px 0 12px rgba(255, 255, 255, 0.8), -5px 5px 12px rgba(255, 255, 255, 0.8), 0 -5px 12px rgba(255, 255, 255, 0.8), 0 0 12px rgba(255, 255, 255, 0.8), 0 5px 12px rgba(255, 255, 255, 0.8), 5px -5px 12px rgba(255, 255, 255, 0.8), 5px 0 12px rgba(255, 255, 255, 0.8), 5px 5px 12px rgba(255, 255, 255, 0.8);
}

.font-u-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font-u-gothic {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}

.lt-060 {
  letter-spacing: 0.6px !important;
}
.lt-075 {
  letter-spacing: 0.75px !important;
}
.lt-080 {
  letter-spacing: 0.8px !important;
}
.lt-10 {
  letter-spacing: 1px !important;
}
.lt-12 {
  letter-spacing: 1.2px !important;
}
.lt-14 {
  letter-spacing: 1.4px !important;
}
.lt-20 {
  letter-spacing: 2px !important;
}
.lt-24 {
  letter-spacing: 2.4px !important;
}

/* || LINE LIMIT */
.line-limit--1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.line-limit--2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line-limit--3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.line-limit--4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* || BACKGROUND COLOR */
.bg-primary {
  background: #F4C01C !important;
}
.bg-primary-a a {
  background: #F4C01C !important;
}
.bg-dark {
  background: #000000;
}
.bg-white {
  background: #fff;
}
.bg-green-00 {
  background: #00853B;
}
.bg-green-EB {
  background: #EBF5F0;
}
.bg-green-D1 {
  background: #D1E9DC;
}
.bg-green-E2 {
  background: #E2F6EC;
}

.color-primary {
  color: #F4C01C;
}
.color-white {
  color: #fff;
}
.color-gray {
  color: #666666;
}
.color-dark {
  color: #000000 !important;
}
.color-dark-gray {
  color: #333333;
}

.color-primary-a a {
  color: #F4C01C;
}
.color-white-a a {
  color: #fff;
}
.color-gray-a a {
  color: #666666;
}
.color-dark-a a {
  color: #000000 !important;
}
.color-dark-gray-a a {
  color: #333333;
}

/* || ASPECT RATIO */
.aspect-ratio-unset img {
  aspect-ratio: unset;
}
.aspect-ratio--1-1 img {
  aspect-ratio: 1/1;
}
.aspect-ratio--2-1 img {
  aspect-ratio: 2/1;
}
.aspect-ratio--3-2 img {
  aspect-ratio: 3/2;
}
.aspect-ratio--3-4 img {
  aspect-ratio: 3/4;
}
.aspect-ratio--4-3 img {
  aspect-ratio: 4/3;
}
@media screen and (min-width: 992px) {
  .aspect-ratio-lg-unset img {
    aspect-ratio: unset;
  }
}

/* || HOVER */
.hover--scale img {
  transition: all 0.3s ease-out;
}
.hover--scale:hover img {
  transform: scale(1.1);
}

/* || Z-INDEX */
.z-index--1 {
  z-index: 1;
}

.max-w-10 {
  max-width: 1rem;
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
}

.border-b-ccc {
  border-bottom: 1px solid #ccc;
}

.row-gap-30 {
  row-gap: 3rem;
}

.white-space-nowrap {
  white-space: nowrap;
}
.white-space-unset {
  white-space: unset;
}

.d-none {
  display: none !important;
}

.sp-only {
  display: none !important;
}
@media (max-width: 600px) {
  .sp-only {
    display: block !important;
  }
}

.pc-only {
  display: block !important;
}
@media (max-width: 600px) {
  .pc-only {
    display: none !important;
  }
}

.flex-sp-only {
  display: none !important;
}
@media (max-width: 600px) {
  .flex-sp-only {
    display: flex !important;
  }
}

.flex--pc-only {
  display: flex !important;
}
@media (max-width: 600px) {
  .flex--pc-only {
    display: none !important;
  }
}

.max-700 {
  display: none !important;
}
@media (max-width: 700px) {
  .max-700 {
    display: block !important;
  }
}

.max-960 {
  display: none !important;
}
@media (max-width: 960px) {
  .max-960 {
    display: block !important;
  }
}

.min-960 {
  display: block !important;
}
@media (max-width: 960px) {
  .min-960 {
    display: none !important;
  }
}

:root {
  --color_border--table: #9dceb3;
  --swl-pad_post_content: 0;
  --swl-pad_container: 0;
}

.l-mainContent__inner > .post_content {
  padding: 0;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin: 0 !important;
}

.l-content {
  padding-top: 0;
}

.l-content,
.post_content {
  margin: 0 auto !important;
}

.top #content {
  padding-top: 0;
}

.l-content {
  margin-top: 0px;
}

.home .l-content {
  margin-top: 0 !important;
}

.c-pageTitle,
.l-header__bar,
#breadcrumb {
  display: none;
}

.post_content > * {
  margin-bottom: 0;
}

@media (max-width: 1160px) {
  .swell-block-fullWide__inner.l-article {
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
  }
}

.swell-block-fullWide + .swell-block-fullWide {
  margin-top: 0;
}

body:has(.single-post),
body:has(.blog) {
  background-color: #f7f3ea !important;
}

body.overflow-hidden {
  overflow: hidden !important;
}

.section-banner-hero {
  margin-bottom: 0 !important;
}
.section-banner-hero .splide__list .splide__slide {
  height: 500px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1130px) {
  .section-banner-hero .splide__list .splide__slide {
    height: 260px;
  }
}
@media (max-width: 600px) {
  .section-banner-hero .splide__list .splide__slide {
    height: 200px;
  }
}
.section-banner-hero .splide__list .splide__slide .box-bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.section-banner-hero .splide__list .splide__slide .text {
  font-size: 25px;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 15%;
  color: white;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 1130px) {
  .section-banner-hero .splide__list .splide__slide .text {
    font-size: 22px;
  }
}
@media (max-width: 961px) {
  .section-banner-hero .splide__list .splide__slide .text {
    font-size: 15px;
  }
}
.section-banner-hero .splide__list .splide__slide .text strong {
  font-size: 40px;
  letter-spacing: 5px;
}
@media (max-width: 1130px) {
  .section-banner-hero .splide__list .splide__slide .text strong {
    font-size: 26px;
  }
}
@media (max-width: 1130px) {
  .section-banner-hero .splide__list .splide__slide .text strong {
    font-size: 22px;
  }
}
.section-banner-hero .splide__list .splide__slide.is-active.is-visible .box-bg {
  animation: zomOut 1.5s linear 0s normal both;
}
.section-banner-hero .splide__list .splide__slide.is-active.is-visible .text {
  animation: aniText 2s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.14, 0.85, 0.14, 0.86);
}
.section-banner-hero .splide__pagination {
  bottom: 6.5%;
}
.section-banner-hero .splide__pagination li {
  width: 20px;
  margin: 0 5px;
}
.section-banner-hero .splide__pagination li button {
  width: 6px;
  height: 6px;
  background-color: #000;
  opacity: 0.25;
  margin: 0;
}
.section-banner-hero .splide__pagination li button.is-active {
  width: 6px;
  transform: scale(1);
  height: 6px;
  opacity: 1;
}
.section-banner-hero.en .splide__list .splide__slide .text strong {
  letter-spacing: 1px;
}
@keyframes zomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes aniText {
  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-max-1030 .l-article {
  max-width: 1030px !important;
}

.section-news .p-postListWrap {
  margin-bottom: 0;
}
.section-news .p-postListWrap .p-postList__item {
  padding: 8px 0;
  border-top: 1px solid #ccc;
}
.section-news .p-postListWrap .p-postList__item:last-child {
  border-bottom: 1px solid #ccc;
}
.section-news .p-postListWrap .p-postList__item a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 2;
  color: #333232;
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent !important;
}
.section-news .p-postListWrap .p-postList__item a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.section-news .p-postListWrap .p-postList__item a .p-postList__body {
  display: flex;
  align-items: center;
  gap: 0;
}
.section-news .p-postListWrap .p-postList__item a .p-postList__body .p-postList__meta {
  margin-bottom: 0;
}
.section-news .p-postListWrap .p-postList__item a .p-postList__body .p-postList__meta .p-postList__times {
  margin: 0;
  padding: 0;
}
.section-news .p-postListWrap .p-postList__item a .p-postList__body .p-postList__meta .p-postList__times time {
  font-size: 16px;
  line-height: 2;
  color: #333232;
  white-space: nowrap;
}
.section-news .p-postListWrap .p-postList__item a .p-postList__body .p-postList__meta .p-postList__times time::before {
  display: none;
}
.section-news .p-postListWrap .p-postList__item a .p-postList__body h2 {
  font-size: 16px;
  line-height: 2;
  color: #333232;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 961px) {
  .section-news .wp-block-image.sp-only.banner img {
    height: 165px;
    width: 100%;
    margin-top: 30px;
  }
}

.section-airx-top {
  margin-bottom: 0 !important;
}
.section-airx-top .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 !important;
}
@media (max-width: 961px) {
  .section-airx-top .items {
    flex-direction: column;
  }
}
.section-airx-top .items .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
@media (max-width: 961px) {
  .section-airx-top .items .wp-block-column {
    flex-basis: 100% !important;
  }
}
.section-airx-top .items .wp-block-column:nth-child(2) {
  margin: auto 50px auto 80px !important;
}
@media (max-width: 1050px) {
  .section-airx-top .items .wp-block-column:nth-child(2) {
    margin: auto 30px auto 50px !important;
  }
}
@media (max-width: 1050px) and (max-width: 961px) {
  .section-airx-top .items .wp-block-column:nth-child(2) {
    margin: 5% 0 !important;
  }
}
.section-airx-top .items .wp-block-column:nth-child(3) figure,
.section-airx-top .items .wp-block-column:nth-child(3) a {
  width: -moz-fit-content;
  width: fit-content;
}
.section-airx-top .items .wp-block-column:nth-child(3) img {
  height: 250px;
}
@media (max-width: 961px) {
  .section-airx-top .items .wp-block-column:nth-child(3) {
    align-items: center !important;
  }
}
.section-airx-top .items .image-100 img {
  width: 250px;
}
@media screen and (max-width: 961px) {
  .section-airx-top .items .image-100 img {
    width: 100%;
    height: auto;
  }
}

.section-products-top .items {
  display: flex;
  gap: 0 !important;
}
@media (max-width: 961px) {
  .section-products-top .items {
    flex-wrap: wrap !important;
    row-gap: 30px !important;
  }
}
.section-products-top .items .wp-block-column {
  padding: 0 5px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0px !important;
  min-height: 490px;
}
@media (max-width: 1130px) {
  .section-products-top .items .wp-block-column {
    min-height: 470px;
  }
}
@media (max-width: 961px) {
  .section-products-top .items .wp-block-column {
    min-height: auto;
    flex-basis: 50% !important;
  }
}
.section-products-top .items .wp-block-column .wp-block-group .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 961px) {
  .section-products-top .items .wp-block-column .wp-block-group .wp-block-group__inner-container .fs-mb-15 {
    font-size: 15px !important;
  }
}
.section-products-top .items .wp-block-column .btn {
  margin: 15px auto 0 !important;
}
@media (max-width: 400px) {
  .section-products-top .items .wp-block-column .btn {
    width: 100% !important;
  }
}
.section-products-top .banner img {
  max-height: 165px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.section-brands .items {
  display: flex;
  gap: 0 !important;
  flex-wrap: wrap !important;
  justify-content: center;
}
@media (max-width: 1130px) {
  .section-brands .items {
    gap: 30px !important;
  }
}
@media (max-width: 961px) {
  .section-brands .items {
    gap: 50px;
    row-gap: 35px;
  }
}
.section-brands .items img {
  display: block;
  width: 100px;
  height: auto;
  margin: auto;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
@media (max-width: 1130px) {
  .section-brands .items .img-h100 {
    width: 100px;
  }
}
.section-brands .items .img-h100 img {
  display: block;
  width: auto;
  height: 100px;
  margin: auto;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.section-brands .items .wp-block-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 16.6%;
}
@media (max-width: 1130px) {
  .section-brands .items .wp-block-image {
    width: auto;
  }
}
@media (max-width: 961px) {
  .section-brands p {
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
  }
}

.section-maps {
  position: relative;
}
.section-maps .bg-pc {
  margin-bottom: 0 !important;
}
.section-maps .bg-pc img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 470px;
}
@media (max-width: 961px) {
  .section-maps .bg-pc img {
    display: none;
  }
}
.section-maps .bg-sp {
  display: none;
  margin-bottom: 0 !important;
}
@media (max-width: 961px) {
  .section-maps .bg-sp {
    display: block;
  }
}
.section-maps .bg-sp img {
  -o-object-position: right;
  object-position: right;
  min-height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 961px) {
  .section-maps .bg-sp img {
    display: block;
  }
}
.section-maps .box-content {
  margin: auto;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 40px;
  background-color: #f6f3ea;
  width: 480px;
  height: 380px;
  margin: auto auto auto 50px;
  display: flex;
  flex-direction: column;
  transform: translateY(-12%);
}
@media (max-width: 961px) {
  .section-maps .box-content {
    position: unset;
    transform: translate(0);
    padding: 20px 0;
    margin: 0 5%;
    width: 90% !important;
  }
}
.section-maps .box-content .box {
  width: 100%;
}
.section-maps .box-content .box .wp-block-group-is-layout-constrained {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.section-maps .box-content .box .wp-block-group-is-layout-constrained .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 5% !important;
}
.section-maps .box-content .box .wp-block-group-is-layout-constrained .item p {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}
.section-maps .box-content .box .wp-block-group-is-layout-constrained .item p.icon {
  font-size: 22px;
  text-align: center;
  width: 28px;
  line-height: 29px;
  color: #333232;
}
.section-maps .box-content .box .wp-block-group-is-layout-constrained .item p.icon i {
  font-size: 22px;
}
.section-maps .box-content .box .wp-block-group-is-layout-constrained .item p a {
  color: #000000;
}
.section-maps .box-content .box .wp-block-group-is-layout-constrained .item p a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.section-maps .box-content .box:nth-child(2) {
  margin-top: 15px;
}

.section-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 400px;
}
@media screen and (max-width: 1200px) {
  .section-banner {
    height: 380px;
  }
}
@media (max-width: 961px) {
  .section-banner {
    height: 190px;
  }
}
.section-banner.h-400 {
  height: 400px;
  background-position: 30% 50% !important;
}
@media screen and (max-width: 1130px) {
  .section-banner.h-400 {
    background-position: 18% 50% !important;
  }
}
@media (max-width: 961px) {
  .section-banner.h-400 {
    height: 190px;
  }
}
.section-banner.normal {
  height: auto !important;
}
@media (min-width: 1920px) {
  .section-banner.normal .swell-block-fullWide__inner,
  .section-banner.normal .wp-block-image {
    width: 100%;
  }
  .section-banner.normal img {
    width: 100%;
  }
}
.section-banner h2 {
  margin: 0;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.6;
  text-shadow: 2px 2px 2px #444;
  color: #fff !important;
}
@media (max-width: 961px) {
  .section-banner h2 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .section-banner h2 {
    font-size: 20px;
  }
}
.section-banner h2.small {
  font-size: 26px;
}
@media (max-width: 600px) {
  .section-banner h2.small {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 480px) {
  .section-banner h2.small {
    font-size: 20px;
  }
}
.section-banner p {
  margin: 0;
  font-size: 30px;
  line-height: 1.6;
  text-shadow: 2px 2px 2px #444;
  color: #fff !important;
}
@media (max-width: 961px) {
  .section-banner p {
    font-size: 1.7rem;
  }
}
.section-banner p.small {
  font-size: 13px;
}
@media (max-width: 600px) {
  .section-banner p.small {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 1130px) {
  .section-banner.about {
    background-position: 50% 50% !important;
  }
}
.section-banner.about h2 {
  margin-left: 50px;
}
@media (max-width: 961px) {
  .section-banner.about h2 {
    margin-left: 0;
  }
}
.section-banner.product {
  height: 400px;
  background-position: right !important;
}
@media screen and (max-width: 1200px) {
  .section-banner.product {
    height: 380px !important;
  }
}
@media screen and (max-width: 830px) {
  .section-banner.product {
    height: 190px !important;
  }
}
@media screen and (max-width: 1130px) {
  .section-banner.product h2 {
    font-size: 2.2rem;
    max-height: 100%;
  }
}
@media screen and (max-width: 1130px) {
  .section-banner.product p {
    width: 100%;
    font-size: 0.7em;
  }
}

.section-our .wp-block-columns {
  display: flex;
  align-items: center !important;
  gap: 0 !important;
}
@media (max-width: 961px) {
  .section-our .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 15px !important;
  }
}
.section-our .wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 0 !important;
}
@media (max-width: 961px) {
  .section-our .wp-block-columns .wp-block-column {
    gap: 0 !important;
    flex-basis: 100% !important;
  }
}
.section-our .wp-block-columns .text {
  display: block;
  margin: auto;
  padding: 0;
}
@media (max-width: 1130px) {
  .section-our .wp-block-columns .text {
    padding: 0 15px;
  }
}
@media (max-width: 961px) {
  .section-our .wp-block-columns .text {
    padding: 0 15px;
  }
}
.section-our .wp-block-columns .text p:not(:has(.title)) {
  line-height: 2 !important;
  display: inline;
}
.section-our .wp-block-columns .text p.title {
  margin-bottom: 25px !important;
  display: block;
}
.section-our .wp-block-columns .image figure {
  width: calc(100% - 60px);
  margin-left: auto;
}
@media (max-width: 961px) {
  .section-our .wp-block-columns .image figure {
    margin-left: 0;
    overflow: hidden;
    width: 100%;
  }
}
.section-our .wp-block-columns .image figure img {
  width: 100%;
}
@media (max-width: 961px) {
  .section-our .wp-block-columns.flex-re {
    flex-direction: column-reverse;
  }
}
.section-our .wp-block-columns.flex-re .image {
  margin-left: 0;
}
@media (max-width: 961px) {
  .section-our .wp-block-columns.flex-re .image {
    margin-left: 0;
  }
}
.section-our.style-1 .wp-block-columns .image figure {
  width: calc(100% - 60px);
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 961px) {
  .section-our.style-1 .wp-block-columns .image figure {
    margin-right: 0;
    overflow: hidden;
    width: 100%;
  }
}

@media (max-width: 961px) {
  .section-eco .swell-block-fullWide__inner {
    padding: 0 15px !important;
  }
}
.section-eco .items {
  display: flex;
  gap: 0 !important;
  margin: 0 5px;
}
@media (max-width: 961px) {
  .section-eco .items {
    flex-direction: column !important;
    gap: 30px !important;
    margin: 0;
  }
}
.section-eco .items figure {
  width: 100%;
}
@media (max-width: 961px) {
  .section-eco .items figure img {
    width: 100%;
  }
}

.section-build .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  margin-bottom: 0 !important;
}
@media (max-width: 961px) {
  .section-build .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-build .items .wp-block-column {
  background-color: #fff;
  padding: 30px 15px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 961px) {
  .section-build .items .wp-block-column {
    flex-basis: 100% !important;
  }
}
.section-build .items .wp-block-column p,
.section-build .items .wp-block-column .wp-block-image {
  margin-bottom: 0 !important;
}
.section-build .items .wp-block-column .wp-block-image {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-build .items .wp-block-column p {
  font-size: 16px;
  line-height: 29px;
  color: #333232;
}
.section-build .items .wp-block-column p.title {
  font-weight: bold;
  color: #89b871;
}
.section-build .box-img {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 15px;
}
.section-build .box-img img {
  width: 100%;
}
.section-build .box-img .img-title {
  max-width: 750px;
  margin: 0 auto !important;
}

@media (max-width: 961px) {
  .section-info {
    background-color: #ebe6e2 !important;
  }
}
.section-info .box-content {
  margin: auto;
  padding: 0;
  background-color: #ebe6e2 !important;
  display: flex;
  gap: 0 !important;
  width: 100%;
}
@media (max-width: 961px) {
  .section-info .box-content {
    flex-direction: column;
    padding: 20px 0;
    margin: 0;
  }
}
.section-info .box-content .box {
  width: 400px;
  margin: 30px auto !important;
}
@media (max-width: 961px) {
  .section-info .box-content .box {
    padding: 15px 0;
    margin: 0px calc(5% - 15px) !important;
    width: calc(90% + 30px);
  }
}
.section-info .box-content .box .wp-block-group-is-layout-constrained {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.section-info .box-content .box .wp-block-group-is-layout-constrained .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 5% !important;
}
.section-info .box-content .box .wp-block-group-is-layout-constrained .item p {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}
.section-info .box-content .box .wp-block-group-is-layout-constrained .item p.icon {
  font-size: 22px;
  text-align: center;
  width: 28px;
  line-height: 29px;
  color: #333232;
}
.section-info .box-content .box .wp-block-group-is-layout-constrained .item p.icon i {
  font-size: 22px;
}
.section-info .box-content .box .wp-block-group-is-layout-constrained .item p a {
  color: #000000;
}
.section-info .box-content .box .wp-block-group-is-layout-constrained .item p a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.section-cert {
  padding-top: 100px !important;
}
.section-cert .img-cert img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
}
@media (max-width: 961px) {
  .section-cert .img-cert img {
    height: 200px;
    -o-object-position: right -150px top 0;
    object-position: right -150px top 0;
  }
}

.form-contact .box-content {
  max-width: 800px;
  margin: 0 auto;
}
.form-contact .cf-field-container {
  justify-content: flex-start;
}
.form-contact .policy-contact {
  color: #666;
  padding: 30px 15px;
  font-size: 12px;
  line-height: 1.4;
  background-color: #fff;
  max-height: 300px;
  overflow: auto;
}
.form-contact .policy-contact p.title {
  margin-bottom: 20px !important;
}
.form-contact .policy-contact dl,
.form-contact .policy-contact dd {
  margin: 0;
  padding: 0;
}
.form-contact .policy-contact .content {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px 0;
}
.form-contact .sub-form .cf-field-container .cf-input-container,
.form-contact .sub-form .cf-field-container .input-container {
  width: 613px;
}
@media (max-width: 961px) {
  .form-contact .sub-form .cf-field-container .cf-input-container,
  .form-contact .sub-form .cf-field-container .input-container {
    width: 100%;
  }
}
.form-contact .sub-form .cf-field-container .cf-error-message {
  flex-basis: 613px;
}
@media (max-width: 961px) {
  .form-contact .sub-form .cf-field-container .cf-error-message {
    flex-basis: 100%;
  }
}
.form-contact .sub-form .cf-field-container .cf-input-container textarea,
.form-contact .sub-form .cf-field-container .input-container textarea {
  min-height: 230px !important;
}
.form-contact .sub-form .cf-field-container label {
  gap: 0px;
}
.form-contact .cf-field-container .name-input input {
  margin-bottom: 0;
}
.form-contact .sub-form .cf-field-container .cf-input-container input,
.form-contact .sub-form .cf-field-container .cf-input-container textarea,
.form-contact .sub-form .cf-field-container .input-container input,
.form-contact .sub-form .cf-field-container .input-container textarea {
  min-height: 44px;
}
.form-contact .sub-form .cf-privacy-policy {
  padding-top: 6px;
}
.form-contact .sub-form #cf-button-confirm {
  transform: translateX(-2rem);
}

.line {
  height: 25px;
}

.section-bio .bio-1 {
  margin: 0 auto;
  background-color: rgb(255, 255, 255) !important;
  padding: 30px !important;
}
.section-bio .bio-1 .box-content {
  justify-content: center;
  align-items: center;
  --wp-column-gap: 45px;
}
.section-bio .bio-1 .box-content .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-bio .bio-1 .box-content .wp-block-column.has-text {
  position: relative;
}
.section-bio .bio-1 .box-content .wp-block-column.has-text .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 781px) {
  .section-bio .bio-1 .box-content .wp-block-column .wp-block-image.arrow-1 img {
    transform: rotate(121deg);
  }
}
@media (max-width: 781px) {
  .section-bio .bio-1 .box-content .wp-block-column .wp-block-image.arrow-2 img {
    width: 45px !important;
    transform: rotate(90deg);
  }
}
.section-bio .bio-1 .box-content .wp-block-column .wp-block-image.w-100 img {
  width: 100%;
}
.section-bio .bio-2 {
  margin: 0 auto;
  padding: 30px !important;
  background-color: rgb(255, 255, 255) !important;
}
.section-bio .bio-2 .box-content {
  justify-content: center;
  --wp-column-gap: 20px;
}
.section-bio .bio-2 .box-content .item .box {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  gap: 24px;
}
.section-bio .bio-2 .box-content .item .box-arrow {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.section-bio .bio-2 .box-content .item .box-arrow-other {
  display: flex;
  justify-content: space-around;
  height: 100%;
  align-items: center;
  gap: 80px;
}
.section-bio .bio-2 .box-content .item .has-text {
  position: relative;
}
.section-bio .bio-2 .box-content .item .has-text .text {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 18px !important;
  font-weight: bold !important;
  text-shadow: 0px 8px 5px rgb(0, 0, 0), 0px -2px 8px rgb(0, 0, 0);
  color: #ffffff;
}
@media (max-width: 600px) {
  .section-bio .bio-2 .box-content .item .has-text .text {
    font-size: 1.125rem !important;
  }
}
.section-bio .bio-2 .box-content .item .has-text .light {
  margin-bottom: 0;
}
.section-bio .bio-2 .box-content .item .has-text .light img {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 50px;
}
.section-bio .bio-2 .box-content .item .dont-border img {
  border-radius: 0;
}
.section-bio .bio-2 .box-content .item .has-border {
  padding: 0 !important;
}
.section-bio .bio-2 .box-content .item .has-border img {
  border: none;
}
@media (max-width: 960px) {
  .section-bio .bio-2 .box-content.content-pc {
    display: none;
  }
}
.section-bio .bio-2 .box-content.content-sp {
  display: none;
}
@media (max-width: 960px) {
  .section-bio .bio-2 .box-content.content-sp {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 350px) {
  .section-bio .bio-2 .box-content.content-sp .item p {
    font-size: 12px !important;
  }
}
.section-bio .bio-2 .box-content.content-sp .item .box {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  gap: 30px;
  row-gap: 20px;
}
.section-bio .bio-2 .box-content.content-sp .item .box-arrow {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.section-bio .bio-2 .box-content.content-sp .item .box-arrow .wp-block-image {
  width: 100%;
}
.section-bio .bio-2 .box-content.content-sp .item .box-arrow .wp-block-image img {
  width: 70%;
  margin: 0 auto;
}
.section-bio .bio-2 .box-content.content-sp .item .box-arrow-other {
  display: flex;
  justify-content: space-around;
  height: 100%;
  align-items: center;
  gap: clamp(80px, 16vw, 200px);
}
@media (max-width: 600px) {
  .section-bio .bio-2 .box-content.content-sp .item .box-arrow-other {
    gap: clamp(50px, 7vw, 200px);
  }
}
.section-bio .bio-2 .box-content.content-sp .item:has(.box-arrow) {
  min-height: 100px;
}
.section-bio .bio-3 {
  margin: 0 auto;
  background-color: rgb(255, 255, 255) !important;
  padding: 30px 30px 60px 30px !important;
}
.section-bio .bio-3 .items {
  display: flex;
  align-items: center;
  gap: 20px !important;
}
@media (max-width: 961px) {
  .section-bio .bio-3 .items {
    flex-direction: column;
    flex-wrap: wrap !important;
    row-gap: 50px !important;
  }
}
@media (max-width: 961px) {
  .section-bio .bio-3 .items .wp-block-column {
    flex-basis: 100% !important;
  }
}
.section-bio .bio-3 .items .left .box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section-bio .bio-3 .items .left .box-content .wp-block-group {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  background-color: #89b871;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  border-radius: 9px;
  margin: 0 auto;
}
.section-bio .bio-3 .items .left .box-content p {
  position: absolute;
  background-color: #89b871;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  top: 100%;
  border-radius: 0 0 9px 9px;
}
.section-bio .bio-3 .items .right {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 961px) {
  .section-bio .bio-3 .items .right {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .section-bio .bio-3 .items .right {
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
}
.section-bio .bio-3 .items .right .m-symbol i {
  font-size: 40px;
  color: #89b871;
}
.section-bio .bio-3 .items .right .equal {
  margin-top: 10px;
}
@media (max-width: 600px) {
  .section-bio .bio-3 .items .right .equal {
    transform: rotate(90deg);
  }
}
.section-bio .bio-3 .items .right .wp-block-group {
  margin-bottom: 0;
  position: relative;
}
.section-bio .bio-3 .items .right .wp-block-group p {
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
.section-bio .all {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 45px 15px;
  justify-content: center;
}
@media (max-width: 600px) {
  .section-bio .all {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 350px) {
  .section-bio .all {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-bio .all .wp-block-group {
  width: -moz-fit-content;
  width: fit-content;
}
.section-bio .all .wp-block-group .wp-block-group {
  border-radius: 9px 9px 0 0;
  border: 5px solid #89b871;
  position: relative;
}
.section-bio .all .wp-block-group .wp-block-group p {
  position: absolute;
  background-color: #89b871;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 10px);
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 0 0 9px 9px;
}

.section-contact-carbon {
  padding: 30px !important;
}

.section-products .product-1 {
  padding: 150px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 961px) {
  .section-products .product-1 {
    padding: 10% 0;
  }
}
.section-products .product-1 .text {
  width: 100%;
}
.section-products .product-1 .text .wp-block-group.is-row__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  width: 100%;
}
.section-products .product-1 .text p {
  font-size: 16px;
}
@media screen and (max-width: 961px) {
  .section-products .product-1 .text p {
    font-size: 1.8vw;
  }
}
.section-products .product-1 .text .title {
  padding: 0 0 5%;
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 1100px) {
  .section-products .product-1 .text .title {
    font-size: 2.5vw !important;
  }
}
.section-products .product-1 .text .title-2 {
  font-size: 20px;
  font-weight: normal;
  text-align: right;
  padding: 1% 0 0;
  line-height: 1.6;
  position: absolute;
  top: 0;
  right: 6%;
}
@media (max-width: 1100px) {
  .section-products .product-1 .text .title-2 {
    font-size: 2vw !important;
  }
}
.section-products .product-1 .text .item {
  display: flex;
  align-items: center;
  padding: 1% 0;
}
@media (max-width: 1100px) {
  .section-products .product-1 .text .item {
    font-size: 1.8vw;
  }
}
.section-products .product-1 .text .item img {
  width: 2.5em;
  margin-right: 1em;
}
.section-products .product-1 .text .zu {
  display: flex;
  position: static !important;
  margin-top: auto;
  width: 100%;
  align-items: flex-end;
}
.section-products .product-1 .text .zu .imgm {
  width: 13%;
  margin-right: 2%;
  position: static !important;
  height: auto;
}
.section-products .product-1 .text .zu .imgm img {
  width: 100%;
  height: auto;
}
.section-products .product-1 .text .zu .ml {
  margin-left: auto !important;
}
.section-products .product-1 .text .zu .img2 {
  width: 8%;
  margin-right: 0 !important;
}
.section-products .product-1 .text .white {
  position: absolute;
  left: 32%;
  bottom: 25%;
  font-weight: 100;
  letter-spacing: 1.5px;
  color: #333232;
  font-size: 16px;
}
@media (max-width: 1100px) {
  .section-products .product-1 .text .white {
    font-size: 1.8vw;
  }
}
.section-products .product-1 .text .gray {
  position: absolute;
  left: 42%;
  bottom: 25%;
  font-weight: 100;
  letter-spacing: 1.5px;
  color: #333232;
  font-size: 16px;
}
@media (max-width: 1100px) {
  .section-products .product-1 .text .gray {
    font-size: 1.8vw;
  }
}
.section-products .product-1 .text .navy {
  position: absolute;
  left: 51%;
  bottom: 25%;
  font-weight: 100;
  letter-spacing: 1.5px;
  color: #333232;
  font-size: 16px;
}
@media (max-width: 1100px) {
  .section-products .product-1 .text .navy {
    font-size: 1.8vw;
  }
}
.section-products .product-1 .text .brown {
  position: absolute;
  left: 62%;
  bottom: 25%;
  font-weight: 100;
  letter-spacing: 1.5px;
  color: #333232;
  font-size: 16px;
}
@media (max-width: 1100px) {
  .section-products .product-1 .text .brown {
    font-size: 1.8vw;
  }
}
.section-products .product-1 .text .black {
  position: absolute;
  left: 75%;
  bottom: 25%;
  font-weight: 100;
  letter-spacing: 1.5px;
  color: #333232;
  font-size: 16px;
}
@media (max-width: 1100px) {
  .section-products .product-1 .text .black {
    font-size: 1.8vw;
  }
}
.section-products .product-1 .image {
  margin-bottom: 0;
}
.section-products .product-1 .image img {
  position: absolute;
  display: block;
  top: 26%;
  right: 0;
  margin: auto;
  width: 71%;
}
.section-products .product-2 {
  padding: 150px 0;
  position: relative;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  color: #323232;
}
@media (max-width: 961px) {
  .section-products .product-2 {
    padding: 10% 0;
  }
}
.section-products .product-2 .left-text > .wp-block-group.is-row__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  display: grid;
  align-items: end;
}
.section-products .product-2 .left-text .title {
  font-size: clamp(3px, 1.75vw, 25px);
  padding: 0 0 7%;
  font-weight: bold;
}
.section-products .product-2 .left-text .item {
  display: flex;
  line-height: 1.4;
  white-space: nowrap;
  font-size: clamp(3px, 1.3vw, 19px);
  align-items: center;
  padding: 3% 0;
}
.section-products .product-2 .left-text .item img {
  width: 2.5em;
  margin-right: 1em;
}
.section-products .product-2 .right-text {
  width: 30%;
  margin-left: auto;
  display: flex;
  flex-flow: column;
  z-index: 1;
  display: grid;
}
.section-products .product-2 .right-text .size {
  padding: 0 0 6%;
}
.section-products .product-2 .right-text .size img {
  width: 100%;
  margin: 0;
  display: block;
}
.section-products .product-2 .right-text .right-middle-size {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.section-products .product-2 .right-text .right-middle-size p {
  line-height: 1.6;
  font-size: clamp(3px, 1.25vw, 19px);
}
.section-products .product-2 .right-text .right-middle-size figure {
  width: 33%;
}
.section-products .product-2 .right-text .right-middle-size figure img {
  width: 100%;
}
.section-products .product-2 .right-text .right-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.section-products .product-2 .right-text .right-bottom figure {
  width: 19.2%;
  padding-left: 3.1%;
}
.section-products .product-2 .right-text .right-bottom figure:first-child {
  padding-left: 0;
}
.section-products .product-2 .image {
  margin-bottom: 0;
}
.section-products .product-2 .image img {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  left: 0%;
  right: 0;
  margin: auto;
  width: 37%;
}
.section-products .product-2.cutlery .size {
  padding: 0;
}
.section-products .product-2.cutlery .right-middle-size {
  padding: 6% 0;
}
.section-products .product-2.cutlery .image {
  margin-bottom: 0;
}
.section-products .product-2.cutlery .image img {
  position: absolute;
  display: block;
  top: 0%;
  transform: translateY(0);
  bottom: 0;
  left: 0%;
  right: 0;
  margin: auto;
  width: 25%;
}
.section-products .product-2.cup .size {
  padding: 0;
}
.section-products .product-2.cup .right-middle-size {
  padding: 0 6%;
}
.section-products .product-2.cup .image {
  margin-bottom: 0;
}
.section-products .product-2.cup .image img {
  position: absolute;
  display: block;
  top: 0%;
  transform: translateY(0);
  bottom: 0;
  left: 0%;
  right: 0;
  margin: auto;
  width: 36.5%;
}
.section-products .product-3 {
  padding: 150px 0;
  position: relative;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  color: #323232;
}
@media (max-width: 961px) {
  .section-products .product-3 {
    padding: 10% 0;
  }
}
.section-products .product-3 .left-text > .wp-block-group.is-row__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  display: grid;
  align-items: end;
}
.section-products .product-3 .left-text .title {
  font-size: 25px;
  padding: 0 0 20px;
  font-weight: bold;
}
@media screen and (max-width: 1150px) {
  .section-products .product-3 .left-text .title {
    font-size: 2.5vw;
    padding: 0 0 7%;
  }
}
.section-products .product-3 .left-text .item {
  display: flex;
  line-height: 1.4;
  white-space: nowrap;
  font-size: clamp(3px, 1.3vw, 19px);
  align-items: center;
  padding: 3% 0;
}
.section-products .product-3 .left-text .item img {
  width: 2em;
  margin-right: 1em;
}
.section-products .product-3 .right-text {
  text-align: center;
  width: 30%;
  margin-left: auto;
  display: flex;
  flex-flow: column;
  z-index: 1;
  display: grid;
}
.section-products .product-3 .right-text .size img {
  margin: 0 auto;
  margin-bottom: 6%;
  width: 20vw;
  max-width: 200px;
}
.section-products .product-3 .right-text .right-middle-size {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
}
.section-products .product-3 .right-text .right-middle-size p {
  text-align: center;
  font-size: min(1.7vw, 16px);
  line-height: 22px;
}
.section-products .product-3 .right-text .right-bottom {
  padding: 20px 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 961px) {
  .section-products .product-3 .right-text .right-bottom {
    padding: 6% 0 0;
  }
}
@media screen and (max-width: 961px) {
  .section-products .product-3 .right-text .right-bottom figure {
    min-width: 33%;
  }
}
.section-products .product-3 .right-text .right-bottom figure img {
  min-width: 108px;
}
@media screen and (max-width: 961px) {
  .section-products .product-3 .right-text .right-bottom figure img {
    min-width: 100%;
  }
}
.section-products .product-3 .right-text .right-bottom p {
  text-align: left;
  font-size: min(1.7vw, 12px) !important;
  text-indent: -1em;
  padding-left: 1em;
}
.section-products .product-3 .right-text .right-bottom p.en {
  text-indent: -0.5em;
}
.section-products .product-3 .image {
  margin-bottom: 0;
}
.section-products .product-3 .image img {
  position: absolute;
  display: block;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0;
  margin: auto;
  width: 45vw;
  max-width: 500px;
}

.section-coffee .coffee-box {
  padding: 150px 0;
  position: relative;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  color: #323232;
}
@media (max-width: 961px) {
  .section-coffee .coffee-box {
    padding: 10% 0;
  }
}
.section-coffee .coffee-box .left-text {
  transform: translateY(-20px);
}
@media (max-width: 600px) {
  .section-coffee .coffee-box .left-text {
    transform: translateY(-10px);
  }
}
.section-coffee .coffee-box .left-text .title {
  font-size: clamp(3px, 1.75vw, 25px);
  padding: 0 0 7%;
  font-weight: bold;
}
.section-coffee .coffee-box .left-text p {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 1150px) {
  .section-coffee .coffee-box .left-text p {
    font-size: 1.7vw;
  }
}
.section-coffee .coffee-box .right-text {
  width: 30%;
  margin-left: auto;
  display: flex;
  flex-flow: column;
  z-index: 1;
  display: grid;
  align-content: space-between;
}
.section-coffee .coffee-box .right-text .swell-block-button {
  display: grid;
  min-width: 100%;
  padding-bottom: 10%;
}
.section-coffee .coffee-box .right-text .swell-block-button a {
  color: white;
  padding: 5% 0% !important;
  background-color: #87a36c;
  font-size: clamp(12px, 2vw, 22px);
  white-space: nowrap;
  border-radius: 10px;
  margin-left: auto;
  font-weight: bold;
  width: 85%;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .section-coffee .coffee-box .right-text .swell-block-button a {
    font-size: clamp(2px, 1.5vw, 22px);
  }
}
.section-coffee .coffee-box .right-text .swell-block-button a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.section-coffee .coffee-box .right-text .right-middle-size {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  padding: 0 0 20px;
}
.section-coffee .coffee-box .right-text .right-middle-size figure {
  width: 33%;
}
.section-coffee .coffee-box .right-text .right-middle-size figure img {
  width: 100%;
}
.section-coffee .coffee-box .right-text .right-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.section-coffee .coffee-box .right-text .right-bottom figure {
  width: 63px;
  margin-left: 3.1%;
}
@media screen and (max-width: 1150px) {
  .section-coffee .coffee-box .right-text .right-bottom figure {
    width: 19.2%;
  }
}
.section-coffee .coffee-box .right-text .right-bottom figure:first-child {
  margin-left: 0;
}
.section-coffee .coffee-box .image {
  margin-bottom: 0;
}
.section-coffee .coffee-box .image img {
  position: absolute;
  top: 5%;
  bottom: 0;
  left: 30%;
  display: block;
  margin: auto;
  height: 53%;
}
@media (max-width: 1100px) {
  .section-coffee .coffee-box .image img {
    height: 50%;
  }
}
@media (max-width: 960px) {
  .section-coffee .coffee-box .image img {
    left: 36%;
  }
}
.section-coffee.p-bio p {
  font-size: 20px !important;
}
@media (max-width: 1100px) {
  .section-coffee.p-bio p {
    font-size: 1.7vw !important;
  }
}
.section-coffee.p-bio p.title {
  font-size: 25px !important;
}
@media (max-width: 1150px) {
  .section-coffee.p-bio p.title {
    font-size: 2.5vw !important;
  }
}
.section-coffee.p-bio .image img {
  left: 25%;
}
@media (max-width: 1100px) {
  .section-coffee.p-bio .image img {
    left: 30%;
  }
}
@media (max-width: 960px) {
  .section-coffee.p-bio .image img {
    left: 30%;
  }
}

.section-bio-coffee {
  padding: 100px 0 !important;
}
@media screen and (max-width: 1200px) {
  .section-bio-coffee {
    padding: 10% 0 !important;
  }
}
.section-bio-coffee .image-bio {
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .section-bio-coffee .image-bio {
    width: 60%;
  }
}

.section-bio-custom {
  padding: 0 0 10% 0 !important;
}
.section-bio-custom .swell-block-fullWide__inner.l-article {
  width: 95% !important;
  max-width: 1130px !important;
}
@media (max-width: 1160px) {
  .section-bio-custom .swell-block-fullWide__inner.l-article {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
}
.section-bio-custom .bio-1 {
  padding: 50px 0 81px;
  margin-bottom: 50px !important;
  color: #404040;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-1 {
    padding: 7% 0% 0% !important;
    margin-bottom: 2% !important;
  }
}
.section-bio-custom .bio-1 .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  width: 95% !important;
  margin: 0 auto !important;
}
.section-bio-custom .bio-1 .left-text {
  position: relative;
  height: 10%;
  padding-top: 16%;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-1 .left-text {
    padding-top: 20%;
  }
}
.section-bio-custom .bio-1 .left-text p {
  font-size: 12px;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-1 .left-text p {
    font-size: 1.5vw;
  }
}
.section-bio-custom .bio-1 .left-text .item1 {
  width: 35%;
  font-size: 1.5vw;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: 25%;
  left: 14%;
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}
.section-bio-custom .bio-1 .left-text .item1 img {
  width: 50%;
  display: block;
  margin: auto;
  padding-bottom: 0.5%;
}
.section-bio-custom .bio-1 .left-text .item2 {
  width: 30%;
  font-size: 1.5vw;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: 17%;
  left: 51%;
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}
.section-bio-custom .bio-1 .left-text .item2 img {
  width: 50%;
  display: block;
  margin: auto;
  padding-bottom: 3%;
}
.section-bio-custom .bio-1 .right-text {
  position: relative;
  height: 10%;
  padding-bottom: 9%;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-1 .right-text {
    padding-bottom: 22%;
  }
}
.section-bio-custom .bio-1 .right-text p {
  font-size: 12px;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-1 .right-text p {
    font-size: 1.5vw;
  }
}
.section-bio-custom .bio-1 .right-text .item3 {
  width: 32%;
  font-size: 1.5vw;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: 20%;
  left: -2%;
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-1 .right-text .item3 {
    top: 10%;
  }
}
.section-bio-custom .bio-1 .right-text .item3 img {
  width: 55%;
  display: block;
  margin: auto;
  padding-bottom: 0.5%;
}
.section-bio-custom .bio-1 .right-text .item4 {
  width: 30%;
  font-size: 1.5vw;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: 7%;
  left: 31%;
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}
.section-bio-custom .bio-1 .right-text .item4 img {
  width: 50%;
  display: block;
  margin: auto;
  padding-bottom: 0.5%;
}
.section-bio-custom .bio-1 .right-text .item5 {
  width: 32%;
  font-size: 1.5vw;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: 20%;
  left: 70%;
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-1 .right-text .item5 {
    top: 10%;
  }
}
.section-bio-custom .bio-1 .right-text .item5 img {
  width: 55%;
  display: block;
  margin: auto;
  padding-bottom: 0.5%;
}
.section-bio-custom .bio-1 .image-main {
  margin-bottom: 0;
}
.section-bio-custom .bio-1 p {
  margin-top: 5px;
}
.section-bio-custom .bio-1 p.min-1200 {
  display: block;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-1 p.min-1200 {
    display: none;
  }
}
.section-bio-custom .bio-1 p.max-1200 {
  display: none;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-1 p.max-1200 {
    display: block;
  }
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-1 .text-has-arrow {
    font-size: 2.5vw;
    line-height: 1.2;
  }
}
.section-bio-custom .bio-2 {
  padding: 50px 0% !important;
  margin-bottom: 50px !important;
  color: #404040;
  background-color: #fff;
  position: relative;
}
.section-bio-custom .bio-2 .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  width: 95% !important;
  margin: 0 auto !important;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-2 {
    margin-bottom: 2% !important;
  }
}
@media (max-width: 600px) {
  .section-bio-custom .bio-2 {
    padding: 20px 0% !important;
  }
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-2 .text-has-arrow {
    font-size: 2.5vw;
    line-height: 1.2;
  }
}
.section-bio-custom .bio-2 .title {
  color: #404040;
  margin-left: 25px !important;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-2 .title {
    margin-left: 0 !important;
    font-size: 2.5vw;
    line-height: 1.2;
  }
}
.section-bio-custom .bio-2 .p6 {
  font-size: 16px;
  position: absolute;
  left: 2%;
  top: 38%;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-2 .p6 {
    top: 44%;
    font-size: 1.6vw;
    line-height: 1.5;
  }
}
@media (max-width: 600px) {
  .section-bio-custom .bio-2 .p6 {
    top: 45%;
    left: 3%;
  }
}
.section-bio-custom .bio-2 .p6en {
  font-size: 16px;
  position: absolute;
  left: 2%;
  top: 38%;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-2 .p6en {
    top: 42%;
    font-size: 1.6vw;
    line-height: 1.5;
  }
}
@media (max-width: 600px) {
  .section-bio-custom .bio-2 .p6en {
    top: 42%;
    left: 3%;
  }
}
.section-bio-custom .bio-2 .p7 {
  position: absolute;
  right: 16%;
  top: 10%;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-2 .p7 {
    font-size: 1.6vw;
    line-height: 1.4;
    position: relative;
    font-weight: normal;
    padding-bottom: 2%;
    right: auto;
    left: 57%;
  }
}
.section-bio-custom .bio-2 .p7en {
  position: absolute;
  right: 7%;
  top: 15%;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-2 .p7en {
    font-size: 1.6vw;
    line-height: 1.4;
    position: relative;
    font-weight: normal;
    padding-bottom: 1%;
    right: auto;
    left: 57%;
  }
}
.section-bio-custom .bio-2 .p8 {
  font-size: 12px;
  line-height: 1.6;
  position: absolute;
  bottom: 6.5%;
  left: 3.5%;
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-2 .p8 {
    font-size: 1vw;
    line-height: 1.4;
  }
}
.section-bio-custom .bio-2 .p8 span.m1 {
  color: #fbbd1e;
}
.section-bio-custom .bio-2 .p8 span.m2 {
  color: #61a3d3;
}
.section-bio-custom .bio-2 .p8 span.m3 {
  color: #a8c7e4;
}
.section-bio-custom .bio-2 .p8 span.m4 {
  color: #e37005;
}
.section-bio-custom .bio-2 .p8 span.m5 {
  color: #004996;
}
.section-bio-custom .bio-2 .p9 {
  position: absolute;
  right: 15%;
  top: 23%;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-2 .p9 {
    top: 33%;
    right: 19%;
    font-size: 1vw;
  }
}
@media (max-width: 600px) {
  .section-bio-custom .bio-2 .p9 {
    top: 33%;
    font-size: 1.6vw;
    line-height: 1.5;
    font-weight: normal;
  }
}
.section-bio-custom .bio-2 .p10 {
  text-align: right;
  font-size: 12px;
  margin-right: 1em;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-2 .p10 {
    font-size: 1.2vw;
  }
}
@media (max-width: 600px) {
  .section-bio-custom .bio-2 .p10 {
    line-height: 1.5;
    font-weight: normal;
  }
}
.section-bio-custom .bio-3 {
  padding: 50px 0% !important;
  margin-bottom: 50px !important;
  color: #404040;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-3 {
    margin-bottom: 2% !important;
  }
}
@media (max-width: 600px) {
  .section-bio-custom .bio-3 {
    padding: 20px 0% !important;
  }
}
.section-bio-custom .bio-3 .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  width: 95% !important;
  margin: 0 auto !important;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-3 .title {
    font-size: 2.5vw !important;
    line-height: 1.5 !important;
  }
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-3 .bold {
    font-size: 1.5vw !important;
    line-height: 1.5 !important;
  }
}
.section-bio-custom .bio-3 .box {
  position: relative;
  display: flex;
  margin-top: 2% !important;
  margin-left: 5% !important;
}
@media (max-width: 600px) {
  .section-bio-custom .bio-3 .box {
    margin-left: 2% !important;
  }
}
.section-bio-custom .bio-3 .box.min-1200 {
  display: block;
  position: relative;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-3 .box.min-1200 {
    display: none;
  }
}
.section-bio-custom .bio-3 .box.min-1200 .image-main {
  width: 70%;
}
.section-bio-custom .bio-3 .box.min-1200 p {
  line-height: 1.8 !important;
  font-size: 16px !important;
  position: absolute;
}
.section-bio-custom .bio-3 .box.min-1200 p.p1 {
  top: 21.5%;
  left: 9%;
  color: white;
}
.section-bio-custom .bio-3 .box.min-1200 p.p2 {
  top: 45.5%;
  left: 10.5%;
  color: white;
}
.section-bio-custom .bio-3 .box.min-1200 p.p3 {
  top: 70.5%;
  left: 10%;
  color: white;
}
.section-bio-custom .bio-3 .box.min-1200 p.p4 {
  top: 2%;
  right: 23%;
}
.section-bio-custom .bio-3 .box.min-1200 p.p4.en {
  right: 22%;
}
.section-bio-custom .bio-3 .box.min-1200 p.p5 {
  top: 17%;
  right: 20%;
}
.section-bio-custom .bio-3 .box.min-1200 p.p5.en {
  right: 9%;
}
.section-bio-custom .bio-3 .box.min-1200 p.p6 {
  top: 36%;
  right: 12%;
}
.section-bio-custom .bio-3 .box.min-1200 p.p6.en {
  right: 6%;
}
.section-bio-custom .bio-3 .box.min-1200 p.p7 {
  top: 57%;
  right: 5.5%;
}
.section-bio-custom .bio-3 .box.min-1200 p.p7.en {
  right: -0.5%;
}
.section-bio-custom .bio-3 .box.min-1200 p.p8 {
  top: 76%;
  right: 18%;
}
.section-bio-custom .bio-3 .box.min-1200 p.p8.en {
  right: 10%;
}
.section-bio-custom .bio-3 .box.min-1200 p.p9 {
  top: 90%;
  right: 24%;
}
.section-bio-custom .bio-3 .box.min-1200 p.p9.en {
  right: 16%;
}
.section-bio-custom .bio-3 .box.max-1200 {
  display: none;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-3 .box.max-1200 {
    display: flex;
  }
}
.section-bio-custom .bio-3 .box .image-main {
  width: 40%;
}
@media (max-width: 600px) {
  .section-bio-custom .bio-3 .box .image-main {
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.section-bio-custom .bio-3 .box .left-text {
  width: 20%;
}
.section-bio-custom .bio-3 .box .left-text .wp-block-group.is-row__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  display: flex;
  flex-flow: column;
  border-right: 2px solid #424242;
  margin-right: 10px !important;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .section-bio-custom .bio-3 .box .left-text .wp-block-group.is-row__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
    border-right: none;
    margin-right: 0 !important;
    width: 100%;
    padding-bottom: 0;
  }
}
.section-bio-custom .bio-3 .box .left-text .item {
  display: flex;
  font-size: 1.4vw;
  align-items: center;
  width: 100%;
}
.section-bio-custom .bio-3 .box .left-text .item figure {
  width: 5vw !important;
}
@media (max-width: 600px) {
  .section-bio-custom .bio-3 .box .left-text .item figure {
    width: 3rem !important;
    min-width: 2rem;
  }
}
@media (max-width: 400px) {
  .section-bio-custom .bio-3 .box .left-text .item figure {
    min-width: 1.5rem;
  }
}
.section-bio-custom .bio-3 .box .left-text .item p {
  color: white;
  background-color: #424242;
  padding: 3px 5px;
  width: 55%;
  border-radius: 5px;
  text-align: center;
  margin: 0 10px;
  line-height: 1.5 !important;
  font-size: 16px !important;
}
@media (max-width: 1100px) {
  .section-bio-custom .bio-3 .box .left-text .item p {
    font-size: 1.4vw !important;
  }
}
@media (max-width: 600px) {
  .section-bio-custom .bio-3 .box .left-text .item p {
    min-width: 4rem;
    width: auto;
  }
}
@media (max-width: 400px) {
  .section-bio-custom .bio-3 .box .left-text .item p {
    min-width: 3.4rem;
  }
}
.section-bio-custom .bio-3 .box .right-text {
  width: 40%;
}
.section-bio-custom .bio-3 .box .right-text .wp-block-group.is-row__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  width: 100%;
}
.section-bio-custom .bio-3 .box .right-text .item {
  display: flex;
  font-size: 1.4vw !important;
  white-space: nowrap;
  align-items: center;
  position: relative;
  line-height: 2.8;
}
.section-bio-custom .bio-3 .box .right-text .item figure {
  width: 3vw !important;
  margin-right: 0.5em;
}
@media (max-width: 600px) {
  .section-bio-custom .bio-3 .box .right-text .item figure {
    width: 1.8rem !important;
  }
}
.section-bio-custom .bio-3 .box .right-text .item p {
  line-height: 2.8 !important;
  font-size: 16px !important;
}
@media (max-width: 1100px) {
  .section-bio-custom .bio-3 .box .right-text .item p {
    font-size: 1.4vw !important;
  }
}
.section-bio-custom .bio-3 .box .right-text .item:nth-child(1), .section-bio-custom .bio-3 .box .right-text .item:nth-child(6) {
  position: relative;
  left: -10%;
  top: 7%;
}
.section-bio-custom .bio-3 .box .right-text .item:nth-child(2), .section-bio-custom .bio-3 .box .right-text .item:nth-child(5) {
  position: relative;
  top: 7%;
}
.section-bio-custom .bio-3 .box .right-text .item:nth-child(3), .section-bio-custom .bio-3 .box .right-text .item:nth-child(4) {
  position: relative;
  left: 8%;
  top: 8%;
}
.section-bio-custom .bio-4 {
  padding: 50px 0% !important;
  margin-bottom: 50px !important;
  color: #404040;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-4 {
    margin-bottom: 2% !important;
  }
}
.section-bio-custom .bio-4 .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  width: 95% !important;
  margin: 0 auto !important;
}
.section-bio-custom .bio-4 .us {
  position: relative;
}
.section-bio-custom .bio-4 .us .h3-spn1 {
  position: absolute;
  left: 3%;
}
.section-bio-custom .bio-4 .us .h3-spn2 {
  position: absolute;
  left: 42%;
}
.section-bio-custom .bio-4 .us .h3-spn3 {
  position: absolute;
  right: 5%;
}
.section-bio-custom .bio-4 .us p {
  font-size: 16px;
  font-weight: bold;
  color: #404040;
}
@media (max-width: 1100px) {
  .section-bio-custom .bio-4 .us p {
    font-size: 1.5vw !important;
  }
}
.section-bio-custom .bio-4 .ps {
  margin-top: 4% !important;
}
.section-bio-custom .bio-4 .ps p {
  text-align: left;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  color: #404040;
}
@media (max-width: 1100px) {
  .section-bio-custom .bio-4 .ps p {
    font-size: 1.5vw !important;
  }
}
.section-bio-custom .bio-4.custom {
  padding: 79px 0 50px !important;
}
@media screen and (max-width: 1200px) {
  .section-bio-custom .bio-4.custom {
    padding: 10% 0 7% !important;
  }
}
.section-bio-custom .bio-4.custom .g1 {
  position: absolute;
  top: 6%;
  left: 10%;
  font-size: 16px !important;
}
@media screen and (max-width: 1200px) {
  .section-bio-custom .bio-4.custom .g1 {
    font-size: 1.5vw !important;
    top: 7%;
    left: 10%;
  }
}
@media screen and (max-width: 1100px) {
  .section-bio-custom .bio-4.custom .g1 {
    top: 10%;
  }
}
.section-bio-custom .bio-4.custom .g2 {
  position: absolute;
  left: 33%;
  top: 6%;
  font-size: 16px !important;
}
@media screen and (max-width: 1200px) {
  .section-bio-custom .bio-4.custom .g2 {
    font-size: 1.5vw !important;
    top: 7%;
    left: 33%;
  }
}
@media screen and (max-width: 1100px) {
  .section-bio-custom .bio-4.custom .g2 {
    top: 10%;
  }
}
.section-bio-custom .bio-4.custom .g3 {
  position: absolute;
  left: 57%;
  top: 6%;
  font-size: 16px !important;
}
@media screen and (max-width: 1200px) {
  .section-bio-custom .bio-4.custom .g3 {
    font-size: 1.5vw !important;
    top: 7%;
    left: 56%;
  }
}
@media screen and (max-width: 1100px) {
  .section-bio-custom .bio-4.custom .g3 {
    top: 10%;
  }
}
.section-bio-custom .bio-4.custom .g4 {
  position: absolute;
  left: 85%;
  top: 6%;
  font-size: 16px !important;
}
@media screen and (max-width: 1200px) {
  .section-bio-custom .bio-4.custom .g4 {
    font-size: 1.5vw !important;
    top: 7%;
    left: 85%;
  }
}
@media screen and (max-width: 1100px) {
  .section-bio-custom .bio-4.custom .g4 {
    top: 10%;
  }
}
.section-bio-custom .bio-4.custom .g5 {
  position: absolute;
  left: 34%;
  top: 48%;
  white-space: nowrap;
  font-size: 16px !important;
}
@media screen and (max-width: 1200px) {
  .section-bio-custom .bio-4.custom .g5 {
    font-size: 1.5vw !important;
    left: 32%;
    top: 47%;
  }
}
@media screen and (max-width: 1100px) {
  .section-bio-custom .bio-4.custom .g5 {
    top: 45%;
  }
}
.section-bio-custom .bio-4.custom .g5.en {
  left: 32%;
  top: 46%;
}
@media screen and (max-width: 1200px) {
  .section-bio-custom .bio-4.custom .g5.en {
    left: 30%;
    top: 46%;
  }
}
@media screen and (max-width: 610px) {
  .section-bio-custom .bio-4.custom .g5.en {
    left: 30%;
    top: 44%;
  }
}
@media screen and (max-width: 510px) {
  .section-bio-custom .bio-4.custom .g5.en {
    top: 42%;
  }
}
.section-bio-custom .bio-4.custom .g6 {
  position: absolute;
  left: 36%;
  top: 70%;
  white-space: nowrap;
  font-size: 16px !important;
}
@media screen and (max-width: 1200px) {
  .section-bio-custom .bio-4.custom .g6 {
    font-size: 1.5vw !important;
    left: 36%;
    top: 69%;
  }
}
@media screen and (max-width: 1100px) {
  .section-bio-custom .bio-4.custom .g6 {
    top: 66%;
  }
}
.section-bio-custom .bio-4.custom .g6.en {
  top: 68%;
}
@media screen and (max-width: 1200px) {
  .section-bio-custom .bio-4.custom .g6.en {
    left: 34%;
    top: 66%;
  }
}
@media screen and (max-width: 610px) {
  .section-bio-custom .bio-4.custom .g6.en {
    left: 34%;
    top: 63%;
  }
}
@media screen and (max-width: 510px) {
  .section-bio-custom .bio-4.custom .g6.en {
    top: 61%;
  }
}
.section-bio-custom .bio-4.custom .g7 {
  position: absolute;
  left: 70%;
  top: 50%;
  white-space: nowrap;
  font-size: 16px !important;
}
@media screen and (max-width: 1200px) {
  .section-bio-custom .bio-4.custom .g7 {
    font-size: 1.5vw !important;
    top: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .section-bio-custom .bio-4.custom .g7 {
    top: 47%;
  }
}
.section-bio-custom .bio-4.custom .g7.en {
  top: 48%;
}
.section-bio-custom .bio-4.custom .g8 {
  position: absolute;
  left: 70%;
  top: 67%;
  white-space: nowrap;
  font-size: 16px !important;
}
@media screen and (max-width: 1200px) {
  .section-bio-custom .bio-4.custom .g8 {
    font-size: 1.5vw !important;
    top: 66%;
  }
}
@media screen and (max-width: 1100px) {
  .section-bio-custom .bio-4.custom .g8 {
    top: 63%;
  }
}
.section-bio-custom .bio-5 {
  padding: 7% 0% !important;
  margin-bottom: 50px !important;
  color: #404040;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-5 {
    margin-bottom: 2% !important;
  }
}
@media (max-width: 600px) {
  .section-bio-custom .bio-5 {
    padding: 20px 0% !important;
  }
}
.section-bio-custom .bio-5 .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  width: 95% !important;
  margin: 0 auto !important;
}
.section-bio-custom .bio-5 .items {
  display: flex;
  gap: 3%;
  justify-content: center;
}
.section-bio-custom .bio-5 .items.items1 .item {
  height: 250px;
  position: relative;
  width: 250px;
}
@media screen and (max-width: 1200px) {
  .section-bio-custom .bio-5 .items.items1 .item {
    width: 23%;
    height: auto;
  }
}
.section-bio-custom .bio-5 .items.items1 .item figure img {
  width: 100%;
  max-width: 100%;
}
.section-bio-custom .bio-5 .items.items1 .item p {
  position: absolute;
  text-align: center;
  top: 60%;
  left: 47%;
  right: 0;
  margin: auto;
  font-size: 13px;
  line-height: 1.6;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 1100px) {
  .section-bio-custom .bio-5 .items.items1 .item p {
    font-size: 1.3vw;
  }
}
.section-bio-custom .bio-5 .title {
  font-size: 16px !important;
}
@media (max-width: 1100px) {
  .section-bio-custom .bio-5 .title {
    font-size: 1.5vw !important;
  }
}
.section-bio-custom .bio-6 {
  padding: 7% 0% !important;
  margin-bottom: 50px !important;
  color: #404040;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-6 {
    margin-bottom: 2% !important;
  }
}
@media (max-width: 600px) {
  .section-bio-custom .bio-6 {
    padding: 20px 0% !important;
  }
}
.section-bio-custom .bio-6 .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  width: 95% !important;
  margin: 0 auto !important;
}
.section-bio-custom .bio-6 p {
  font-size: 16px !important;
}
@media (max-width: 1100px) {
  .section-bio-custom .bio-6 p {
    font-size: 1.5vw !important;
  }
}
.section-bio-custom .bio-6 .g1 {
  position: absolute;
  left: 10%;
  bottom: 25%;
}
.section-bio-custom .bio-6 .g2 {
  position: absolute;
  left: 42%;
  bottom: 75%;
}
@media screen and (max-width: 600px) {
  .section-bio-custom .bio-6 .g2 {
    bottom: 80%;
  }
}
.section-bio-custom .bio-6 .g3 {
  position: absolute;
  left: 37%;
  bottom: 47%;
}
.section-bio-custom .bio-6 .g4 {
  position: absolute;
  left: 42%;
  bottom: 18%;
}
.section-bio-custom .bio-6 .g5 {
  position: absolute;
  right: 14%;
  bottom: 65%;
}
.section-bio-custom .bio-6 .g6 {
  position: absolute;
  right: 12%;
  bottom: 36%;
}
.section-bio-custom .bio-6 .g7 {
  position: absolute;
  right: 7%;
  bottom: 6%;
}
@media screen and (max-width: 600px) {
  .section-bio-custom .bio-6 .g7 {
    bottom: 2%;
    right: 2%;
  }
}
.section-bio-custom .bio-7 {
  padding: 50px 0% !important;
  margin-bottom: 50px !important;
  color: #404040;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-7 {
    padding: 7% 0% !important;
    margin-bottom: 2% !important;
  }
}
@media (max-width: 600px) {
  .section-bio-custom .bio-7 {
    padding: 20px 0% !important;
  }
}
.section-bio-custom .bio-7 .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
  width: 95% !important;
  margin: 0 auto !important;
}
.section-bio-custom .bio-7 p {
  font-size: 16px !important;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-7 p {
    font-size: 1.5vw !important;
  }
}
.section-bio-custom .bio-7 .h5 {
  position: absolute;
  left: 2%;
  right: auto;
  top: calc(3% + 30px);
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  gap: 0 !important;
}
@media (max-width: 600px) {
  .section-bio-custom .bio-7 .h5 {
    top: 8%;
  }
}
.section-bio-custom .bio-7 .h5 .ps1 {
  background-color: #f3edcf;
  color: #404040;
  padding: 0 50px;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-7 .h5 .ps1 {
    padding: 0;
  }
}
.section-bio-custom .bio-7 .h5 .ps2 {
  background-color: #424242;
  color: white;
  padding: 10px 50px;
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-7 .h5 .ps2 {
    padding: 0;
  }
}
.section-bio-custom .bio-7 .h7 {
  position: absolute;
  font-size: 16px !important;
  left: 2%;
  bottom: calc(7% + 30px);
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-7 .h7 {
    font-size: 1.2vw !important;
  }
}
@media (max-width: 600px) {
  .section-bio-custom .bio-7 .h7 {
    bottom: 8% !important;
  }
}
.section-bio-custom .bio-7 .h7.en {
  bottom: calc(2% + 30px);
}
@media (max-width: 1200px) {
  .section-bio-custom .bio-7 .h7.en {
    bottom: calc(6% + 30px);
  }
}
@media (max-width: 800px) {
  .section-bio-custom .bio-7 .h7.en {
    bottom: calc(6% + 20px);
  }
}
@media (max-width: 600px) {
  .section-bio-custom .bio-7 .h7.en {
    bottom: 6% !important;
  }
}

.single .p-articleHead,
.single .post_content {
  margin-top: 30px !important;
}

.p-homeContent {
  margin: auto;
  max-width: 1130px !important;
  padding: 0 0 50px !important;
}
@media screen and (max-width: 1150px) {
  .p-homeContent {
    padding: 0 10px !important;
    margin: auto;
  }
}
@media screen and (max-width: 1130px) {
  .p-homeContent {
    width: 95% !important;
    margin: auto;
    padding: 0 !important;
  }
}

@media screen and (max-width: 961px) {
  .single .l-mainContent.l-article {
    padding: 0 2%;
  }
}
.single .post_content a {
  color: #22abd8 !important;
  text-decoration: underline;
  font-size: 1.6rem;
}
@media screen and (max-width: 961px) {
  .single .post_content a {
    font-size: 1.3rem;
  }
}
.single .post_content a:hover {
  text-decoration: none;
}
.single .post_content ul {
  padding: 0;
  list-style: none;
}
.single .post_content ul li {
  margin: 0;
}
.single .post_content p {
  font-size: 1.6rem;
}
@media screen and (max-width: 961px) {
  .single .post_content p {
    font-size: 1.3rem;
  }
}

.section-furniture .items {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  align-items: stretch !important;
  position: relative;
}
.section-furniture .items .item {
  height: 100%;
}
.section-furniture .items .item .wp-block-image {
  margin-bottom: 0 !important;
}
.section-furniture .items .item:nth-child(1) {
  width: 40% !important;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/furniture/facts01.jpg);
  background-size: cover;
  background-size: 100% 100%;
}
.section-furniture .items .item:nth-child(2) {
  width: 60% !important;
  margin-left: auto;
}
.section-furniture .items .item .no1 {
  color: white;
  position: absolute;
  top: 12%;
  left: 6%;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1130px) {
  .section-furniture .items .item .no1 {
    top: 12%;
  }
}
.section-furniture .items .item .no1 p {
  font-size: 12px;
  font-weight: 200;
  line-height: 1.6;
}
@media screen and (max-width: 1130px) {
  .section-furniture .items .item .no1 p {
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.6;
  }
}
.section-furniture .items .item .no1 .title {
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 1130px) {
  .section-furniture .items .item .no1 .title {
    font-size: 1.3vw;
    letter-spacing: 2px;
    line-height: 1.4;
  }
}
.section-furniture .items .item .no1 .title span {
  font-size: 35px;
}
@media screen and (max-width: 1130px) {
  .section-furniture .items .item .no1 .title span {
    font-size: 2.5vw;
  }
}
.section-furniture .items .item .no2 {
  color: white;
  position: absolute;
  top: 31%;
  left: 20%;
  display: flex;
  flex-direction: row;
  align-items: start;
  line-height: 1.4;
  margin-bottom: 0 !important;
}
.section-furniture .items .item .no2 p {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6;
  margin-left: 10px;
}
@media screen and (max-width: 1130px) {
  .section-furniture .items .item .no2 p {
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 1.6;
    margin-left: 5%;
    width: 50%;
    white-space: nowrap;
  }
}
.section-furniture .items .item .no2 .title {
  font-size: 25px;
  font-weight: bold;
  text-align: right;
  margin-left: 0 !important;
}
@media screen and (max-width: 1130px) {
  .section-furniture .items .item .no2 .title {
    font-size: 2vw;
    width: 50%;
  }
}
.section-furniture .items .item .no2 .title span {
  font-size: 35px;
}
@media screen and (max-width: 1130px) {
  .section-furniture .items .item .no2 .title span {
    font-size: 2.5vw;
  }
}
.section-furniture .items .item .no3 {
  position: absolute;
  color: white;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.6;
  right: 13%;
  top: 27%;
}
@media screen and (max-width: 1130px) {
  .section-furniture .items .item .no3 {
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.6;
    right: 12%;
    top: 27%;
  }
}
.section-furniture .items .item .no4 {
  position: absolute;
  color: white;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.6;
  left: 6%;
  bottom: 22.5%;
}
@media screen and (max-width: 1130px) {
  .section-furniture .items .item .no4 {
    position: absolute;
    color: white;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 1.6;
    left: 6%;
    bottom: 23%;
  }
}
.section-furniture .items .item .no5 {
  position: absolute;
  color: white;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6;
  left: 30%;
  bottom: 4%;
}
@media screen and (max-width: 1130px) {
  .section-furniture .items .item .no5 {
    position: absolute;
    color: white;
    font-size: 1.19vw;
    font-weight: 400;
    line-height: 1.6;
    left: 30%;
    bottom: 5%;
  }
}

.section-what .box-content {
  position: relative;
}
.section-what .box-content .p {
  position: absolute;
  top: 19%;
  left: 10%;
  color: white;
  font-weight: 200;
}
@media screen and (max-width: 1130px) {
  .section-what .box-content .p {
    position: absolute;
    top: 19%;
    left: 10%;
    color: white;
    font-weight: 400;
    font-size: 1.3vw;
    line-height: 1.5;
  }
}
.section-what .box-content .p1 {
  position: absolute;
  top: 18%;
  left: 38%;
  color: white;
  font-weight: 200;
}
@media screen and (max-width: 1130px) {
  .section-what .box-content .p1 {
    position: absolute;
    top: 18%;
    left: 38%;
    color: white;
    font-weight: 400;
    font-size: 1.3vw;
    line-height: 1.5;
  }
}
.section-what .box-content .p2 {
  position: absolute;
  top: 17%;
  right: 24%;
  color: white;
  font-weight: 200;
}
@media screen and (max-width: 1130px) {
  .section-what .box-content .p2 {
    position: absolute;
    top: 17%;
    right: 24%;
    color: white;
    font-weight: 400;
    font-size: 1.3vw;
    line-height: 1.5;
  }
}
.section-what .box-content .p3 {
  position: absolute;
  top: 14%;
  right: 6%;
  color: white;
  font-weight: 200;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  .section-what .box-content .p3 {
    position: absolute;
    top: 14%;
    right: 6%;
    color: white;
    font-weight: 400;
    text-align: center;
    font-size: 1.3vw;
    line-height: 1.5;
  }
}
.section-what .box-content .p4 {
  position: absolute;
  font-size: 12px;
  font-weight: 200;
  bottom: 36%;
  left: 12%;
  color: white;
  line-height: 1.4;
}
@media screen and (max-width: 1130px) {
  .section-what .box-content .p4 {
    position: absolute;
    font-weight: 400;
    bottom: 36%;
    left: 12%;
    color: white;
    line-height: 1.4;
    font-size: 1vw;
  }
}
.section-what .box-content .p5 {
  position: absolute;
  font-size: 12px;
  font-weight: 200;
  bottom: 17%;
  left: 29%;
  color: white;
  line-height: 1.4;
}
@media screen and (max-width: 1130px) {
  .section-what .box-content .p5 {
    position: absolute;
    font-size: 1vw;
    font-weight: 400;
    bottom: 17%;
    left: 29%;
    color: white;
    line-height: 1.4;
  }
}
.section-what .box-content .p6 {
  position: absolute;
  font-size: 12px;
  font-weight: 200;
  bottom: 17%;
  left: 48%;
  color: white;
  line-height: 1.4;
}
@media screen and (max-width: 1130px) {
  .section-what .box-content .p6 {
    position: absolute;
    font-size: 1vw;
    font-weight: 400;
    bottom: 17%;
    left: 48%;
    color: white;
    line-height: 1.4;
  }
}
.section-what .box-content .p7 {
  position: absolute;
  font-size: 12px;
  font-weight: 100;
  bottom: 17%;
  left: 59%;
  color: white;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  .section-what .box-content .p7 {
    position: absolute;
    font-size: 1vw;
    font-weight: 400;
    bottom: 17%;
    left: 59%;
    color: white;
    line-height: 1.4;
    text-align: center;
  }
}
.section-what .box-content .p8 {
  position: absolute;
  font-size: 12px;
  font-weight: 100;
  bottom: 17%;
  left: 72%;
  color: white;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  .section-what .box-content .p8 {
    position: absolute;
    font-size: 1vw;
    font-weight: 400;
    bottom: 17%;
    left: 72%;
    color: white;
    line-height: 1.4;
    text-align: center;
  }
}

.section-our .box-content {
  position: relative;
}
.section-our .box-content .p1 {
  position: absolute;
  top: 15%;
  left: 4%;
  color: white;
  font-weight: 200;
  font-size: 14px;
}
@media screen and (max-width: 1130px) {
  .section-our .box-content .p1 {
    position: absolute;
    top: 16%;
    left: 4%;
    color: white;
    font-weight: 400;
    font-size: 1.3vw;
    line-height: 1.4;
  }
}
.section-our .box-content .p2 {
  position: absolute;
  top: 32%;
  left: 4%;
  color: white;
  font-weight: 100;
  font-size: 14px;
}
@media screen and (max-width: 1130px) {
  .section-our .box-content .p2 {
    position: absolute;
    top: 33%;
    left: 4%;
    color: white;
    font-weight: 400;
    font-size: 1.3vw;
    line-height: 1.4;
  }
}
.section-our .box-content .p3 {
  font-weight: 100;
  position: absolute;
  top: 16%;
  right: 42%;
  color: white;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 1130px) {
  .section-our .box-content .p3 {
    font-weight: 400;
    position: absolute;
    top: 16%;
    right: 41%;
    color: white;
    font-size: 1vw;
    line-height: 1.6;
  }
}
.section-our .box-content .p3 strong {
  font-size: 16px;
}
@media screen and (max-width: 1130px) {
  .section-our .box-content .p3 strong {
    font-size: 1vw;
  }
}
.section-our .box-content .p4 {
  line-height: 1.6;
  font-weight: 100;
  position: absolute;
  bottom: 6%;
  right: 42%;
  color: white;
  font-size: 10px;
}
@media screen and (max-width: 1130px) {
  .section-our .box-content .p4 {
    line-height: 1.6;
    font-weight: 400;
    position: absolute;
    bottom: 6%;
    right: 40.5%;
    color: white;
    font-size: 1vw;
  }
}
.section-our .box-content .p4 strong {
  font-size: 16px;
}
@media screen and (max-width: 1130px) {
  .section-our .box-content .p4 strong {
    font-size: 1.2vw;
  }
}
.section-our .box-content .p5 {
  position: absolute;
  font-size: 16px;
  bottom: 25%;
  left: 76%;
  color: white;
  font-weight: 100;
}
@media screen and (max-width: 1130px) {
  .section-our .box-content .p5 {
    position: absolute;
    font-size: 1vw;
    bottom: 24%;
    left: 76%;
    color: white;
    font-weight: 400;
  }
}
.section-our .box-content .p6 {
  position: absolute;
  font-size: 16px;
  bottom: 17%;
  left: 76%;
  color: white;
  font-weight: 100;
}
@media screen and (max-width: 1130px) {
  .section-our .box-content .p6 {
    position: absolute;
    font-size: 1vw;
    bottom: 16.5%;
    left: 76%;
    color: white;
    font-weight: 400;
  }
}
.section-our .box-content .p7 {
  position: absolute;
  font-size: 16px;
  bottom: 9%;
  left: 76%;
  color: white;
  font-weight: 100;
}
@media screen and (max-width: 1130px) {
  .section-our .box-content .p7 {
    position: absolute;
    font-size: 1vw;
    bottom: 8%;
    left: 76%;
    color: white;
    font-weight: 400;
  }
}

.section-robusta .box-content {
  position: relative;
}
.section-robusta .box-content .p1 {
  position: absolute;
  color: white;
  font-weight: 100;
  top: 5%;
  left: 5%;
  font-size: 22px;
}
@media screen and (max-width: 1130px) {
  .section-robusta .box-content .p1 {
    position: absolute;
    color: white;
    font-weight: 400;
    top: 5%;
    left: 5%;
    font-size: 2vw;
    line-height: 1.6;
  }
}
.section-robusta .box-content .p2 {
  position: absolute;
  color: white;
  font-weight: 100;
  top: 43%;
  left: 50%;
  font-size: 22px;
}
@media screen and (max-width: 1130px) {
  .section-robusta .box-content .p2 {
    position: absolute;
    color: white;
    font-weight: 400;
    top: 44%;
    left: 50%;
    font-size: 2vw;
    line-height: 1.6;
  }
}
.section-robusta .box-content .p3 {
  position: absolute;
  color: white;
  font-weight: 100;
  top: 8%;
  left: 61%;
  font-size: 22px;
  text-align: right;
}
@media screen and (max-width: 1130px) {
  .section-robusta .box-content .p3 {
    position: absolute;
    color: white;
    font-weight: 400;
    top: 8%;
    left: 60%;
    font-size: 2vw;
    text-align: right;
    line-height: 1.6;
  }
}

.section-robusta2 .box-content {
  position: relative;
}
.section-robusta2 .box-content .p1 {
  position: absolute;
  color: white;
  font-weight: 100;
  top: 5%;
  left: 31%;
  font-size: 22px;
}
@media screen and (max-width: 1130px) {
  .section-robusta2 .box-content .p1 {
    position: absolute;
    color: white;
    font-weight: 400;
    top: 8%;
    left: 31%;
    font-size: 2vw;
    line-height: 1.2;
  }
}
.section-robusta2 .box-content .p2 {
  position: absolute;
  color: white;
  font-weight: 100;
  bottom: 4%;
  left: 31%;
  font-size: 22px;
}
@media screen and (max-width: 1130px) {
  .section-robusta2 .box-content .p2 {
    position: absolute;
    color: white;
    font-weight: 400;
    bottom: 8%;
    left: 31%;
    font-size: 2vw;
    line-height: 1.2;
  }
}
.section-robusta2 .box-content .p3 {
  position: absolute;
  color: white;
  font-weight: 100;
  top: 5%;
  left: 82%;
  font-size: 22px;
  text-align: right;
}
@media screen and (max-width: 1130px) {
  .section-robusta2 .box-content .p3 {
    position: absolute;
    color: white;
    font-weight: 400;
    top: 8%;
    left: 80%;
    font-size: 2vw;
    text-align: right;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1130px) {
  html:lang(en-GB) .section-furniture .items .item .no1 .title {
    line-height: 29px;
  }
}
html:lang(en-GB) .section-furniture .items .item .no2 p {
  margin-top: 10px;
}
html:lang(en-GB) .section-furniture .items .item .no2 p.title {
  margin-top: 0;
}
html:lang(en-GB) .section-furniture .items .item .no3 {
  font-size: 14px;
  right: 16%;
}
@media screen and (max-width: 1130px) {
  html:lang(en-GB) .section-furniture .items .item .no3 {
    font-size: 1vw;
    right: 18%;
  }
}

.sole_top .sole .img-sl-desktop {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .sole_top .sole .img-sl-desktop {
    height: 380px !important;
  }
}
@media screen and (max-width: 830px) {
  .sole_top .sole .img-sl-desktop {
    height: 190px !important;
  }
}
.sole_top .sole .sole_top h1 {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: white;
  font-size: 40px;
  font-weight: bold;
  animation: SlideIn_B 1.5s;
  line-height: 1.5;
  text-shadow: 0px 0px 10px rgb(0, 58, 42);
}

@media (max-width: 1160px) {
  .sole .swell-block-fullWide__inner.l-article {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.sole .title {
  padding: 5rem;
  font-size: 21px;
  margin: 0;
}
@media screen and (max-width: 770px) {
  .sole .title {
    padding: 5rem 0;
    font-size: 18px;
  }
}
.sole .sole_main img {
  width: auto;
  margin: 0 auto;
}
.sole .sole_kv_ul {
  margin: 0 auto;
}
.sole .sole_kv_ul .wp-block-group__inner-container.wp-block-group-is-layout-constrained {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 770px) {
  .sole .sole_kv_ul .wp-block-group__inner-container.wp-block-group-is-layout-constrained {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    row-gap: 4rem;
    max-width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 350px) {
  .sole .sole_kv_ul .wp-block-group__inner-container.wp-block-group-is-layout-constrained {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sole .sole_kv_ul .item {
  text-align: center;
  white-space: nowrap;
  width: 100px;
}
.sole .sole_kv_ul .item img {
  height: 60px;
  padding-bottom: 1rem;
  max-width: 48px;
}
.sole .sole_kv_ul .item p {
  font-size: 1.6rem;
  color: #563e34;
}
.sole .sole_kv_ul .item p.s-p-en {
  font-size: 12px;
  line-height: 1;
  white-space: initial;
  height: 20px;
}
.sole .max800 {
  max-width: 860px;
  margin: 0 auto;
}
.sole .point {
  max-width: 860px;
  margin: 0 auto 30px;
  background-color: #e5edec;
  padding: 30px;
  border-radius: 10px;
}
.sole .point h3 {
  font-size: 1.6rem;
  color: #259175;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 760px) {
  .sole .point h3 {
    font-size: 1.4rem;
  }
}
.sole .point h3::before {
  display: none;
}
.sole .point ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sole .point ul li {
  margin: 0;
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
  color: #563e34;
}
@media (max-width: 760px) {
  .sole .point ul li {
    font-size: 1.4rem;
  }
}

.w-100 img {
  width: 100%;
}

.explanation .swell-block-fullWide__inner.l-article {
  margin: 0 auto;
  max-width: 920px !important;
}
@media (max-width: 1160px) {
  .explanation .swell-block-fullWide__inner.l-article {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.explanation .title {
  text-align: center;
  padding: 5rem;
  font-size: 21px;
  margin: 0;
}
@media screen and (max-width: 770px) {
  .explanation .title {
    padding: 5rem 0;
    font-size: 18px;
  }
}
.explanation .items {
  gap: 60px !important;
}
@media screen and (max-width: 770px) {
  .explanation .items {
    flex-direction: column;
    gap: 30px !important;
  }
}
@media screen and (max-width: 770px) {
  .explanation .items.reverse {
    flex-direction: column-reverse;
    gap: 30px !important;
  }
}
.explanation .items .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.explanation .items .item img {
  max-width: 100%;
}
@media screen and (max-width: 770px) {
  .explanation .items .item img {
    margin: 0 auto;
  }
}
.explanation .items .item .title-item,
.explanation .items .item p {
  font-size: 1.6rem;
  color: #563e34;
}
@media screen and (max-width: 770px) {
  .explanation .items .item .title-item,
  .explanation .items .item p {
    font-size: 1.4rem;
  }
}
.explanation .items .item .title-item {
  font-weight: bold;
  margin-bottom: 0;
}
.explanation .items .item ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.explanation .items .item ol li {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem;
  color: #563e34;
}
@media screen and (max-width: 770px) {
  .explanation .items .item ol li {
    font-size: 1.4rem;
  }
}
.explanation .items .item ol li.mb30 {
  margin-bottom: 30px;
}
.explanation .items .item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.explanation .items .item ul li {
  margin: 0;
  font-size: 1.6rem;
  color: #563e34;
}
.explanation .items .item ul li.mb30 {
  margin-bottom: 30px;
}
.explanation .items-1 .item-1 img {
  max-width: 100%;
}
.explanation .items-1 .item-1 .title-item,
.explanation .items-1 .item-1 p {
  font-size: 1.6rem;
  color: #563e34;
}
@media screen and (max-width: 770px) {
  .explanation .items-1 .item-1 .title-item,
  .explanation .items-1 .item-1 p {
    font-size: 1.4rem;
  }
}
.explanation .items-1 .item-1 .title-item {
  font-weight: bold;
  margin-bottom: 0;
}
.explanation .pc-only-s {
  display: block !important;
}
@media screen and (max-width: 650px) {
  .explanation .pc-only-s {
    display: none !important;
  }
}
.explanation .sp-only-s {
  display: none !important;
}
@media screen and (max-width: 650px) {
  .explanation .sp-only-s {
    display: block !important;
  }
}
.explanation .spec {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  font-size: 14px;
}
@media screen and (max-width: 770px) {
  .explanation .spec {
    padding: 15px;
  }
}
.explanation .spec table tbody tr {
  display: block;
}
.explanation .spec table tbody tr th,
.explanation .spec table tbody tr td {
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  font-size: 14px;
  line-height: 29px;
  background-color: transparent;
}
.explanation .spec table tbody tr th {
  padding-top: 15px;
}
.explanation .spec table tbody tr td {
  border-bottom: 1px dotted rgba(86, 62, 52, 0.4);
  padding-bottom: 15px;
}
.explanation .spec table tbody tr:first-child th {
  border-top: 1px dotted rgba(86, 62, 52, 0.4);
}
.explanation .spec table tbody tr ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.explanation .spec table tbody tr ul .indent {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.s-gallery {
  max-width: 980px;
  margin: 0 auto 80px !important;
  padding: 0 30px;
  position: relative;
}
.s-gallery .gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.5em;
}
@media screen and (max-width: 800px) {
  .s-gallery .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .s-gallery .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.s-gallery .gallery .gallery img {
  cursor: pointer;
  border-radius: 5px;
}
.s-gallery .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.s-gallery .modal__wrap {
  position: absolute;
  border-radius: 5px;
  max-width: 85%;
  max-height: 85%;
}
.s-gallery .modal img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 5px;
}
.s-gallery .modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: black;
  border: none;
  font-size: 16px; /* スマホ対応のため小さめに調整 */
  cursor: pointer;
  color: white;
  border-radius: 50%; /* 完全な丸型にする */
  width: 40px; /* 少し大きめに */
  height: 40px; /* 幅と高さを揃える */
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1; /* テキストの高さ調整 */
  min-width: 40px; /* 幅が潰れないように */
  min-height: 40px; /* 高さが潰れないように */
}

.section-slider img {
  display: block !important;
  width: auto !important;
  height: 100px !important;
  margin: auto;
}
@media (max-width: 500px) {
  .section-slider img {
    height: 70px !important;
  }
}

.section-slider-2 img {
  display: block;
  width: 100px;
  height: auto;
  margin: auto;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
@media (max-width: 500px) {
  .section-slider-2 img {
    width: 70px !important;
  }
}
.section-slider-2 .splide__slide {
  display: flex;
  min-height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-id-34 .section-coffee.p-bio .image img {
  left: 25%;
}

.page-id-30 .section-coffee .coffee-box .left-text {
  transform: translateY(-10px);
}
.section-coffee .coffee-box .right-text {
  align-content: unset;
}
.section-coffee .coffee-box .right-text > .wp-block-group.is-row__inner-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: end;
  justify-content: end;
}
.section-coffee .coffee-box .right-text .right-middle-size {
  margin-top: auto !important;
}

[class*=page-numbers] {
  color: #333 !important;
}

.section-chart {
  padding: 150px 0 !important;
}
.section-chart .title {
  padding: 0 0 5%;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0 !important;
}
@media (max-width: 1100px) {
  .section-chart .title {
    font-size: 2.5vw !important;
  }
}
.section-chart canvas {
  width: 100% !important;
  height: 1000px !important;
}
.section-chart .block-scroll {
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap !important;
  gap: 60px !important;
  min-width: 0;
  width: 100%;
}
.section-chart .wp-block-column {
  min-width: 520px !important;
  width: 520px !important;
  flex-basis: 520px !important;
}
@media (max-width: 600px) {
  .section-chart .wp-block-column {
    min-width: 500px !important;
    width: 500px !important;
    flex-basis: 500px !important;
  }
}
.section-chart .blink {
  animation: blinking 1s ease-in-out infinite alternate;
  margin-bottom: 15px;
}
@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.section-product-slider {
  margin-bottom: 0 !important;
}
.section-product-slider .product-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.section-product-slider .product-content .swell-block-button {
  margin-top: 50px !important;
}/*# sourceMappingURL=style.css.map */