@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Emblema+One&family=Lexend+Giga:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Shippori+Mincho&family=Zen+Kaku+Gothic+New&display=swap");

/* ==========================================================================
   Variables
   ========================================================================== */
:root {
  --base: "Noto Sans JP", sans-serif;
  --sub: "Montserrat", sans-serif;
  --mc: #008837;
  --sc: #f9f7f0;
  --fc: #493105;
}

/* ==========================================================================
   Reset
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  font-family: var(--base);
  letter-spacing: 0.05em;
  color: #112222;
}

body {
  line-height: 1;
  letter-spacing: 0.1em;
}

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

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #5b4b4b;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: text-bottom;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  display: block;
}

* {
  font-family: var(--base);
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

br {
  line-height: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

main {
  display: block;
}

img {
  image-rendering: auto;
  max-width: 100%;
  height: auto;
}

sup {
  position: relative;
  top: -1ex;
  vertical-align: baseline;
}

button {
  outline: none;
}

iframe {
  display: block;
}

/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-size: 10px;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  color: var(--fc);
  font-family: var(--base);
  font-size: 1rem;
}

body.fix {
  position: fixed;
  width: 100%;
}

body.open {
  overflow: hidden;
}

html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

p,
li,
dl,
tr,
th,
td,
div {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  line-height: 1.35;
}

a,
a * {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */
.pc {
  display: block;
}

  .pc-tb {
  display: block;
  }

.tb-sp,
.tb,
.sp {
  display: none !important;
}

.en {
  font-family: var(--sub);
}

.sp-block {
  display: block;
}

.pc-none {
    display: none;
  }

.br-450 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  
  .tb-sp,
  .tb {
    display: block !important;
  }
  
  .pc-none {
    display: block;
  }
  
  .section__cta.section__header__cta {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  p,
  li,
  dl,
  tr,
  th,
  td,
  div {
    font-size: 0.875rem;
  }
  
  .pc-tb {
    display: none !important;
  }
  
  .tb {
    display: none !important;
  }
  
  .sp {
    display: block !important;
  }
  
  .sp-block {
    display: none;
  }
  
  .br-450 {
  display: block;
  }
}

/* ==========================================================================
   Layout
   ========================================================================== */
.wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1240px;
  padding-inline: 20px;
}

.wrap::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/catalog/bg-body.jpg) repeat-x center center/cover;
  pointer-events: none;
}

.content {
  position: relative;
  width: 480px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(65, 65, 65, 0.16);
  overflow: clip;
}

.content.open {
  box-shadow: none;
}

.common-inner {
  padding-inline: 24px;
}

.common-title {
  padding-bottom: 40px;
}

.common-title-en-text {
  font-family: Poppins;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.1em;
}

.common-title-jp {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .wrap {
    padding-inline: 0;
  }
  
  .content {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }
  
  .common-inner {
    padding-inline: 4%;
  }
  
  .common-title {
    padding-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .common-title {
    padding-bottom: 6%;
  }
}

@media (min-width: 1025px) {
  .section__banner {
    display: none;
  }
}

/* ==========================================================================
   Header
   ========================================================================== */
.section__header {
  width: calc(100% - 480px);
  max-width: 600px;
}

.section__header__container {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 520px);
  max-width: 600px;
  height: 100vh;
}

.section__header__logo-wrapper {
  width: 100%;
}

.section__header__name {
  padding: 8px;
  background: #fff;
  margin-bottom: 16px;
}

.section__header__logo {
  padding: 40px 0 24px;
}

.section__header__logo img {
  width: 100%;
}

.section__header__logo02 {
  display: none;
}

.section__header__menu {
  margin-inline: auto;
  width: 100%;
  max-width: 450px;
  transition: 0.3s;
}

.section__header__nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid #112222;
  border-bottom: 1px solid #112222;
  padding-bottom: 32px;
}

.section__header__nav img {
  width: 135px;
  margin: 0 auto;
}

.section__header__nav-wrapper {
  display: flex;
  justify-content: center;
  width: 275px;
}

.section__header__nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc((100% - min(2.2222222222vw, 2rem)) / 2);
  gap: 1px;
}

.section__header__nav-list.top {
  background-color: #fff;
}

.section__header__nav-list.bottom {
  background-color: #fff;
  padding-left: 22px;
}

.section__header__nav-item {
  width: 100%;
}

.section__header__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 4px;
  width: 100%;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.77;
  letter-spacing: 0.05em;
  color: #b8bdbd;
}

.section__header__nav-link::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #b8bdbd;
}

.section__header__nav-link.active {
  color: #112222;
}

.section__header__nav-link.active::before {
  background: #BFBFBF;
}

@media screen and (max-width: 1024px) {
  .section__header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 0;
    width: 100%;
    max-width: 480px;
    padding: 8px 16px;
    height: 56px;
    background: #fff;
    line-height: 1;
    transition: all 0.4s;
    z-index: 1000;
  }
  
  .section__header__container {
    position: relative;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-block: 0;
    width: 100%;
    height: 100%;
  }
  
  .section__header__logo02 {
    width: 135px;
    display: block;
  }
  
  .section__header__name {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    z-index: 1001;
  }
  
  .section__header__logo {
    margin-inline: 0 auto;
    display: none;
  }
  
  .section__header__menu {
    margin-inline: auto 0;
    width: auto;
    max-width: none;
  }
  
  .section__header__nav {
    position: fixed;
    top: 56px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    padding: 0;
    padding-bottom: 64px;
    width: 100%;
    height: calc(100svh - 56px);
    background: url(../img/catalog/sp-menu-bg.jpg) no-repeat center center/cover;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: none;
    z-index: 1000;
  }
  
  .section__header__nav-wrapper {
    flex-direction: column;
    width: auto;
    background-color: #fff;
  }
  
  .section__header__nav-list {
    align-items: center;
    flex-direction: column;
    gap: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
  }
  
  .section__header__nav-list.top {
    margin: 8px 8px 0 8px;
    width: 300px;
    border-top: 1px solid #112222;
    padding-top: 24px;
  }

  .section__header__nav-list.bottom {
    padding: 0;
    width: 300px;
    margin: 0 8px 8px 8px;
    border-bottom: 1px solid #112222;
    padding-bottom: 24px;
  }
  
  .section__header__nav-item {
    padding: 0;
    width: 100%;
    border: none;
    text-align: center;
  }
  
  .section__header__nav-link {
    display: flex;
    padding-inline: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: 0.05rem;
    justify-content: center;
  }

  .section__header__nav-link::before {
    display: none;
  }
  
  .section__header__nav-link.active {
    justify-content: center;
  }

  .section__header #cta {
    display: none;
  }
  
  .section__header .section__header__toggle {
    position: relative;
    width: 95px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  
  .section__header .section__header__toggle-text::after {
    content: "MENU";
    display: block;
    font-size: 1.6rem;
    font-family: "Poppins", serif;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0.02em;
  }
  
  .section__header .section__header__toggle div {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  
  .section__header .section__header__toggle span {
    position: absolute;
    left: 0;
    display: block;
    transition: 0.35s ease-in-out;
    width: 40px;
    background: #112222;
  }
  
  .section__header .section__header__toggle-line {
    height: 1px;
  }
  
  .section__header .section__header__toggle-line:nth-child(1) {
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .section__header .section__header__toggle-line:nth-child(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  
  .section__header .section__header__toggle-line:nth-child(3) {
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .section__header.fixed {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
  }
}

@media screen and (max-width: 640px) {
  .section__header__nav-list.top,
  .section__header__nav-list.bottom {
    width: 250px;
  }
}

.section__header.open {
  background: #fff;
}

.section__header.open .section__header__nav {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.section__header.open .section__header__toggle-text::after {
  content: "CLOSE";
}

.section__header.open .section__header__toggle span {
  background: #3e3b31;
  color: #3e3b31;
}

.section__header.open .section__header__toggle span:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(320deg);
}

.section__header.open .section__header__toggle span:nth-child(2) {
  display: none;
  transition: 0.3s;
}

.section__header.open .section__header__toggle span:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-320deg);
}

/* ==========================================================================
   Footer
   ========================================================================== */
.section__footer {
  padding: 56px 24px 82px;
  background: #EDEDED;
}

.section__footer .section__footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}

.section__footer .section__footer__name {
  margin-bottom: 32px;
  width: 162px;
  height: auto;
  aspect-ratio: 162/35;
}

.section__footer .section__footer__logo {
  display: block;
  width: 100%;
  height: 100%;
}

.section__footer .section__footer__logo img {
  width: 100%;
}

.section__footer .section__footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-inline: auto;
  padding: 20px;
  width: 100%;
  max-width: 432px;
  border-radius: 10px;
}

.section__footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 300px;
}

.section__footer .section__footer__nav-item {
  width: 30%;
}

.section__footer .section__footer__nav-link {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: 0.05em;
}

.section__footer .section__footer__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--fc);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}

.section__footer .section__footer__copy {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .section__footer {
    padding: 10% 4% 10%;
  }
}

@media screen and (max-width: 640px) {
  .section__footer {
    padding: 10% 4% 14%;
  }
}

/* ==========================================================================
   CTA
   ========================================================================== */
.section__cta {
  background: #112222;
  padding: 8px;
}

.section__cta__heading {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 16px;
}

.section__cta__sub-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0 24px;
}

.section__cta__text-wrapper {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}

  .section__cta__information {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.8rem;
    border: 1px solid #fff;
    padding: 10px 6px;
  }

  .section__cta__information strong {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
  }

.section__cta .section__cta__text {
  position: relative;
  width: 280px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 50px;
}

.section__cta .section__cta__text span {
  color: #112222;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.section__cta .section__cta__text::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: 0.4s;
  background-image: url(../img/catalog/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.section__cta__figure {
  max-width: 326px;
  margin-inline: auto;
}

.section__cta__inner02 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 40px 0;
}

@media screen and (min-width: 1025px) {
  .section__cta__link:hover .section__cta__text::after {
    transform: translateY(-50%) translateX(8px);
  }
}

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

@media screen and (max-width: 640px) {
  .section__cta__heading {
  font-size: 1.6rem;
    margin-bottom: 4%;
}

  .section__cta__sub-text {
    font-size: 1.4rem;
    padding: 0 4%;
  }
  
  .section__cta__inner02 {
    padding: 4% 0;
  }
  
  .section__cta .section__cta__text {
    width: 220px;
    height: 45px;
  }
}

/* ==========================================================================
   Line Section
   ========================================================================== */
.section__line {
  background-color: #727171;
  padding: 8px;
}

.section__line__inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  gap: 17px;
}

.section__line__text-wrapper {
}

.section__line__sub-text {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.section__line__figure {
  width: 195px;
}

.section__line__link {
  position: relative;
  width: 220px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 50px;
}

.section__line__text {
  color: #112222;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.section__line__text::before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  background-image: url(../img/catalog/line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.section__line__text::after {
  content: "";
  width: 18px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: 0.4s;
  background-image: url(../img/catalog/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 1025px) {
  .section__line__link:hover .section__line__text::after {
    transform: translateY(-50%) translateX(8px);
  }
}

@media screen and (max-width: 640px) {
  .section__line {
    padding: 2% 4%;
  }
  
  .section__line__sub-text {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   Document Section
   ========================================================================== */
.section__document {
  padding: 80px 0;
}

.section__document__heading {
  text-align: center;
}

.section__document__img {
  width: 400px;
  margin: 0 auto;
}

.section__document__text {
  text-align: center;
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media(max-width: 1024px) {
  .section__document {
    padding: 8% 0;
  }
}

@media screen and (max-width: 640px) {
  .section__document {
    padding: 10% 0;
  }
  
  .section__document__img {
    width: 300px;
  }
  
  .section__document__text {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   Works Section
   ========================================================================== */
.section__works {
  padding: 80px 0 24px;
  background: #EDEDED;
}

.section__works__icon {
  padding-top: 24px;
}

.section__works__icon img {
  margin: 0 auto;
}

.section__works__body {
  padding: 40px 24px;
  background: #fff;
  margin-bottom: 30px;
}

.section__works__body:last-child {
  margin-bottom: 0;
}

.section__works .section__works__slider {
  position: relative;
}

.section__works .section__works__slider .section__works__slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.section__works .section__works__slider .section__works__slider-prev,
.section__works .section__works__slider .section__works__slider-next {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  padding: 0;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.section__works .section__works__slider .section__works__slider-prev img,
.section__works .section__works__slider .section__works__slider-next img {
  width: 100%;
  height: auto;
}

.section__works .section__works__slider .section__works__slider-prev {
  left: 10px;
  transform: translateY(-50%) scaleX(-1);
}

.section__works .section__works__slider .section__works__slider-next {
  right: 10px;
}

.section__works .section__works__slider .section__works__thumbnail-slider {
  margin-top: 8px;
}

.section__works .section__works__slider .section__works__thumbnail-slider .swiper-slide {
  height: auto;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.section__works .section__works__slider .section__works__thumbnail-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 105 / 80;
  object-fit: cover;
}

.section__works .section__works__slider .section__works__thumbnail-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.section__works__item__heading {
  margin-bottom: 40px;
  padding-top: 16px;
  border-top: 1px solid #BFBFBF;
}

.section__works__item__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.section__works__item__sub-title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #727171;
}

.section__works__item__image {
  margin-top: 20px;
}

.section__works__item__question {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 24px;
  margin-bottom: 24px;
  color: #727171;
}

.section__works__item__name01 {
    font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: #727171;
  color: #fff;
  width: 105px;
  display: block;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
}

.section__works__item__name02 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border: 1px solid #727171;
  width: 105px;
  display: block;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
}

.section__works__item__name03 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: #112222;
  color: #fff;
  width: 105px;
  display: block;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
}

.section__works__item__answer {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.section__works__item__answer:last-child {
  margin-bottom: 0;
}

.section__works__text01 {
  padding: 24px 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.05em;
}

.section__works__accordion-toggle {
  display: block;
  padding: 10px 24px;
  background: #727171;
  color: #fff;
  text-align: center;
    font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  width: 200px;
  border-radius: 50px;
  letter-spacing: 0.05em;
  margin: 0 auto;
}

.section__works__accordion-toggle::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  background: url(../img/catalog/arrow-bottom.svg) no-repeat center center;
  transition: 0.3s;
}

.section__works__accordion-toggle.active::after {
  transform: translateY(-50%) rotate(-180deg);
}

.section__works__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.section__works__accordion-content.active {
  max-height: 2000px;
}

.section__works__accordion-content > * {
  opacity: 0;
  transition: opacity 0.1s ease;
}

.section__works__accordion-content.active > * {
  opacity: 1;
  transition-delay: 0s;
}

@media (min-width: 1025px) {
  .section__works .section__works__slider .section__works__slider-prev:hover,
  .section__works .section__works__slider .section__works__slider-next:hover {
    opacity: 0.7;
  }
  
  .section__works__accordion-toggle:hover {
    opacity: 0.8;
  }
}

@media(max-width: 1024px) {
  .section__works {
    padding: 8% 0 4%;
  }
  
  .section__works__icon {
    padding-top: 4%;
  }
  
  .section__works__item__title {
    font-size: 1.8rem;
  }
  
  .section__works__item__image {
    margin-top: 2%;
  }
  
  .section__works__item__question {
    font-size: 1.8rem;
  }
  
  .section__works__text01 {
    padding: 2% 0;
  }
}

@media screen and (max-width: 640px) {
  .section__works {
    padding: 8% 0 4%;
  }
  
  .section__works__body {
    padding: 6% 4%;
  }
  
  .section__works .section__works__slider .section__works__slider-prev {
    left: 5px;
  }
  
  .section__works .section__works__slider .section__works__slider-next {
    right: 5px;
  }
  
  .section__works__item__heading {
    margin-bottom: 6%;
  }
  
  .section__works__item__title {
    font-size: 1.6rem;
  }
  
  .section__works__item__image {
    margin-top: 4%;
  }
  
  .section__works__item__question {
    font-size: 1.6rem;
  }
  
  .section__works__item__name01,
  .section__works__item__name02,
  .section__works__item__name03 {
    font-size: 1.4rem;
  }
  
  .section__works__item__answer {
    font-size: 1.4rem;
  }
  
  .section__works__text01 {
    padding: 4% 0;
    font-size: 1.4rem;
  }
  
  .section__works__accordion-toggle {
    padding: 3% 0;
  }
}

/* ==========================================================================
   Info Section
   ========================================================================== */
.section__info {
  padding-block: 80px;
}

.section__info .section__info__list-item {
  display: flex;
  padding: 24px 0 24px 24px;
  border-bottom: 1px solid #BFBFBF;
}

.section__info .section__info__list-item:first-of-type {
  border-top: 1px solid #BFBFBF;
}

.section__info .section__info__list-name {
  width: 100px;
    font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.section__info .section__info__list-text {
  width: calc(100% - 100px);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media(max-width: 1024px) {
  .section__info {
    padding-block: 8%;
  }
}

@media(max-width: 640px) {
  .section__info {
    padding-block: 10%;
  }
  
  .section__info .section__info__list-name {
    font-size: 1.4rem;
  }
  
  .section__info .section__info__list-text {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   Top Button & Banner
   ========================================================================== */
.section__top-btn {
  position: fixed;
  right: calc((100% - 1160px) / 2);
  bottom: 40px;
  z-index: 100;
  width: 50px;
  height: 50px;
}

.section__banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  z-index: 1001;
  transition: 0.4s;
}

.section__banner__contact {
  display: none;
}

.section__banner,
.section__top-btn {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, pointer-events 0s linear 0.3s;
}

.section__banner.is-visible,
.section__top-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.section__banner.is-hidden,
.section__top-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 1025px) {
  .section__banner:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 1240px) {
  .section__top-btn {
    right: 2%;
  }
}

@media screen and (max-width: 1024px) {
  .section__banner__contact {
  display: flex;
    justify-content: space-between;
    align-items: flex-end;
  gap: 8px;
  }
}

@media screen and (max-width: 1000px) {
  .section__top-btn {
    right: 28%;
  }
}

@media screen and (max-width: 840px) {
  .section__top-btn {
    right: 24%;
  }
}

@media screen and (max-width: 760px) {
  .section__top-btn {
    right: 7.5%;
  }
}

@media screen and (max-width: 480px) {
  .section__top-btn {
    right: 4%;
  }
}

/* ==========================================================================
   FV Section
   ========================================================================== */
.section__fv__slide {
  width: 100%;
  height: auto;
  display: block;
}

.section__fv__heading {
  position: absolute;
  top: 80px;
  padding-left: 24px;
  z-index: 5;
  width: 100%;
}

.section__fv__heading__main {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 1.6px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.40);
  margin-bottom: 24px;
}

.section__fv__heading__sub {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.40);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.8px;
  color: #fff;
  max-width: 392px;
}

@media screen and (max-width: 1024px) {
  .section__fv__heading__main {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 640px) {
  .section__fv__heading {
    font-size: 2.4rem;
    padding: 0 4%;
  }
  
  .section__fv__heading__sub {
    font-size: 1.4rem;
    max-width: 100%;
  }
}

/* ==========================================================================
   Concept Section
   ========================================================================== */
.section__concept {
  padding-block: 80px;
  position: relative;
  z-index: 0;
  background-color: #EDEDED;
}

.section__concept__body__title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.section__concept__desc {
  padding: 40px 0;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .section__concept {
    padding-block: 8%;
  }
  
  .section__concept__body__title {
    font-size: 2rem;
  }
  
  .section__concept__desc {
    padding: 4% 0;
  }
}

@media screen and (max-width: 640px) {
  .section__concept {
    padding-block: 10%;
  }
  
  .section__concept__body__title {
    font-size: 1.8rem;
  }
  
  .section__concept__desc {
    padding: 6% 0;
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   Feature Section
   ========================================================================== */
.section__feature {
  padding: 80px 0;
}

.section__feature__heading {
  border-bottom: 1px solid #BFBFBF;
  text-align: center;
}

.section__feature__body {
  padding-top: 46px;
}

.section__feature__item {
  background: #FFF;
}

.section__feature__item:not(:last-of-type) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #BFBFBF;
}

.section__feature__item__title {
  padding-bottom: 16px;
  color: #333;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}

.section__feature__item__title span {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: block;
  font-family: 'Poppins', serif;
}

.section__feature__item__sub-title {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 3.2rem;
  margin-bottom: 24px;
}

.section__feature__item__figure {
  margin-bottom: 32px;
}

.section__feature__item__desc {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .section__feature {
    padding: 8% 0;
  }
  
  .section__feature__body {
    padding-top: 4%;
  }
  
  .section__feature__item:not(:last-of-type) {
    padding-bottom: 4%;
    margin-bottom: 4%;
  }
  
  .section__feature__item__title {
    padding-bottom: 2%;
    font-size: 2rem;
  }
  
  .section__feature__item__sub-title {
    font-size: 1.8rem;
    margin-bottom: 2%;
  }
  
  .section__feature__item__figure {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 640px) {
  .section__feature {
    padding: 10% 0;
  }
  
  .section__feature__body {
    padding-top: 6%;
  }
  
  .section__feature__item:not(:last-of-type) {
    padding-bottom: 6%;
    margin-bottom: 6%;
  }
  
  .section__feature__item__title {
    padding-bottom: 4%;
    font-size: 1.8rem;
  }
  
  .section__feature__item__sub-title {
    font-size: 1.6rem;
    margin-bottom: 4%;
  }
  
  .section__feature__item__figure {
    margin-bottom: 5%;
  }
  
  .section__feature__item__desc {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   Contact Section / Form
   ========================================================================== */
.section__contact {
  padding-block: 80px;
  background: #EDEDED;
}

.section__contact__heading {
  text-align: center;
}

.section__contact .section__contact__form-content {
  display: none;
}

.section__contact .section__contact__form-content.active {
  display: block;
}

.section__contact span.wpcf7-list-item-label,
.section__contact .form-date-notice {
  font-size: 1.4rem;
}

.section__contact .form__notice {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.4px;
}

@media(max-width: 1024px) {
  .section__contact {
    padding-block: 8%;
  }
}

@media(max-width: 640px) {
  .section__contact {
    padding-block: 10%;
  }
}

/* Form Styles */
form {
  overflow: hidden;
}

form ul {
  display: block;
  margin-bottom: 32px;
  margin-top: 40px;
}

form ul .item-name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

form ul .item-name span.item-req {
  color: #fff;
  background: #112222;
  text-align: center;
  padding: 6px 22px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

form ul .item-name span.item-noreq {
  color: #fff;
  background: #BFBFBF;
  text-align: center;
  padding: 6px 22px;
  font-size: 14px;
}

form ul li:last-of-type .item-form {
  width: 100%;
  display: block;
}

form ul li:last-of-type .item-form span {
  width: 100%;
  display: block;
}

form ul li:last-of-type textarea {
  width: 100%;
  display: block;
  resize: vertical;
  height: 240px;
}

form [type=submit] {
  background: #112222;
  height: 56px;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  padding: 16px;
  margin: auto;
  margin-top: 0px;
  position: relative;
  font-size: 18px;
  opacity: 1;
  transition: 0.3s;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

.section-form__check {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 48px;
}

.section-form__check span {
  background: none;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control {
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 100%;
}

.wpcf7-form-control.wpcf7-radio label {
  display: flex;
  gap: 12px;
  cursor: pointer;
}

.wpcf7-form-control.wpcf7-radio label input {
  width: 24px;
  height: 24px;
}

.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: calc(100% - 36px);
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-response-output {
  font-size: 1.4rem;
  padding: 16px;
  margin: 16px 0;
  border-radius: 4px;
}

.wpcf7-response-output.wpcf7-validation-errors {
  border: 2px solid #dc3545;
  color: #dc3545;
  background: #fff3cd;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 2px solid #28a745;
  color: #28a745;
  background: #d4edda;
}

.privacy-policy-scroll {
  background: #fff;
  padding: 20px 16px;
  max-height: 200px;
  height: 100%;
  margin-top: 24px;
  overflow: hidden scroll;
}

.privacy-policy-scroll::-webkit-scrollbar {
  width: 8px;
}

.privacy-policy-scroll::-webkit-scrollbar-thumb {
  background: #a7a7a7;
  border-radius: 10px;
}

.privacy-policy-scroll::-webkit-scrollbar-track {
  background: #fff;
}

.privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
}

.privacy-box {
  background: #fff;
  border: solid 1px #d8d8d8;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 16px 26px;
  box-sizing: border-box;
}

.privacy-box h3,
.privacy-box p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.83;
  letter-spacing: 0.05em;
}

.privacy-box p:not(:last-of-type) {
  margin-bottom: 4%;
}

.section-form__check1,
.section-form__check2 {
  text-align: center;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  background: none;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1;
}

span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: unset;
}

.wpcf7-list-item {
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.wpcf7-list-item input[type=radio] {
  width: auto !important;
}

.section-form__check1 .wpcf7-list-item,
.section-form__check2 .wpcf7-list-item,
.section-form__check3 .wpcf7-list-item {
  justify-content: center;
}

.wpcf7-form-control.wpcf7-radio label input[type=radio] {
  width: 18px;
  height: 18px;
  border: 1px solid #111111;
  border-radius: 50%;
  color: #ffffff;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  background: #fff !important;
}

.wpcf7-form-control.wpcf7-radio label input[type=radio]:checked {
  color: #000000 !important;
  box-shadow: inset 0 0 0 4px #ffffff;
  background: var(--fc) !important;
}

.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: 100%;
}

input::placeholder,
textarea::placeholder {
  color: #BFBFBF;
  opacity: 1;
}

.item-form.itemform_add_search {
  display: flex !important;
  gap: 16px;
}

.item-form.itemform_add_search .wpcf7-form-control-wrap {
  width: calc(100% - 96px);
}

.item-form.itemform_add_search button.wpcf7c-elm-step1 {
  width: 90px;
  background: #112222;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.item-notice {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 13px;
  line-height: 1.5;
  font-size: 14px !important;
}

.item-notice strong {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

.item-notice p {
  font-size: 14px;
}

.submit_btn {
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  border-radius: 100px;
  border: none;
  margin: auto;
  position: relative;
}

.submit_btn:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 6px;
  top: 50%;
  transform: translateY(-48%);
  right: 24px;
  size: cover !important;
  position: center center !important;
}

.section-form-privacy__cnt {
  height: 180px;
  overflow-y: scroll;
  padding: 18px;
  margin-bottom: 32px;
}

.section-form-privacy__cnt h3 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 12px;
  margin-top: 32px;
}

.section-form-privacy__cnt h3:first-of-type {
  margin-top: 0;
}

.section-form-privacy__cnt p {
  font-size: 14px;
}

.formError {
  z-index: 20 !important;
}

.xdsoft_datetimepicker {
  z-index: 21 !important;
}

li.item-form.itemform_add_search {
  display: flex;
  justify-content: space-between;
}

li.item-form.itemform_add_search span {
  width: calc(100% - 140px);
}

li.item-form.itemform_add_search button {
  width: 120px;
  background: #216724;
  border: none;
  color: #fff;
}

.form-caption {
  margin-bottom: 120px;
}

.form-caption p {
  font-size: 16px;
  text-align: center;
}

.contact__form .privacy-policy-scroll {
  background: #fff;
  padding: 16px 20px;
  margin-bottom: 24px;
}

.contact__form .privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
  color: #2c2928;
}

.contact__form .privacy-policy-scroll p a {
  color: #5839ff;
}

.section-form__check1 {
  text-align: center;
  font-size: 14px;
}

.contact__form ul.form-tab button.active {
  color: #186a68;
  border-top: 1px solid #186a68;
  border-bottom: 1px solid #186a68;
}

/* Radio Button Styles */
input[type=radio]:checked + label {
  background-color: #e0e0e0;
  color: var(--fc);
  border: 2px solid #c6a160;
  font-weight: bold;
}

input[type=radio] + label {
  padding: 10px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

input[type=radio]:not(:checked) + label {
  background-color: #fff;
  color: #666;
  border: 1px solid #ddd;
}

.wpcf7-form-control-wrap[data-name=radio-plan] span.wpcf7-list-item {
  margin: 0;
}

@media (min-width: 1025px) {
  form [type=submit]:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
}

@media (max-width: 1024px) {
  form ul .item-name {
    font-size: 14px;
  }
  
  .privacy-box {
    padding: 2% 2% 3%;
  }
}

@media screen and (max-width: 640px) {
  form ul {
    margin-top: 5%;
    margin-bottom: 3%;
    flex-wrap: wrap;
  }
  
  form ul li:first-of-type,
  form ul li:last-of-type {
  }
  
  form ul li:first-of-type {
    margin-bottom: 16px;
  }
  
  form [type=submit] {
    font-size: 18px;
  }
  
  .section-form__check {
    margin-bottom: 5%;
  }
  
  .form__notice {
    font-size: 12px;
    margin-top: 2%;
  }
  
  .privacy-box {
    padding: 4% 4% 5%;
  }
  
  .wpcf7-form-control.wpcf7-radio label input[type=radio] {
    padding: 8px;
  }
  
  .form-caption {
    margin-bottom: 32px;
  }
  
  .form-caption p {
    font-size: 14px;
    text-align: left;
  }
  
  .contact__form ul.form-tab {
    margin-bottom: 40px;
  }
  
  .item-notice,
  li.item-form.itemform_add_search span {
    width: 100%;
  }
}


.grecaptcha-badge,
.rc-anchor-alert,
.rc-anchor {
  visibility: hidden !important;
  opacity: 0 !important;
  display: none !important;
}

/* Swiper disabled state */
.swiper-button-disabled {
  opacity: .35;
}

/* ==========================================================================
   Catalog Radio (Form)
   ========================================================================== */
.catalog-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.catalog-radio li {
  width: calc((100% - 10px * 1) / 2);
  cursor: pointer;
}

.catalog-option {
  cursor: pointer;
}

.catalog-option .txt {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.catalog-option img {
  width: 100%;
  height: auto;
}

.form-date-notice02 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.section__contact .form-spot {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.section__contact .form-spot__item {
  width: calc((100% - 16px) / 2);
  cursor: pointer;
}

.section__contact .form-spot__item img {
  opacity: 0.6;
  transition: 0.4s;
}

.section__contact .form-spot__item.--active img {
  opacity: 1;
}
