@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*FONT--*/
/*COLOR*/
/*BREAK POINT*/
body {
  font-family: "Noto Sans", sans-serif;
  color: #4a4a4a;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  .sp {
    display: block;
  }
}

img {
  width: 100%;
  height: auto;
}

a {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

section {
  padding: 80px 0;
}
@media screen and (max-width: 736px) {
  section {
    padding: 30px 0;
  }
}
section .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.title-box h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
}
.title-box span {
  font-size: 16px;
  font-weight: 300;
  font-family: "Noto Sans", sans-serif;
}
.title-box p {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  line-height: 2em;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 20px;
}

.btn-box {
  margin-top: 30px;
}
.btn-box a {
  width: auto;
  display: inline-block;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  padding: 10px 100px 10px 15px;
  font-size: 16px;
  position: relative;
  font-family: "Noto Serif", serif;
  transition: all 0.2s ease-in-out;
}
.btn-box a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 50px;
  height: auto;
  aspect-ratio: 82/20;
  background-image: url("../img/common/icon-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-in-out;
}

.fadein,
.under-lead-img-fadein,
.under-lead-text-fadein,
.sumai-img-fadein,
.sumai-title-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.under-mv-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.heading-xl {
  font-family: "Noto Serif", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 736px) {
  .heading-xl {
    font-size: 32px;
    line-height: 160%; /* 51.2px */
    letter-spacing: 1.28px;
  }
}

.heading-l {
  font-family: "Noto Serif", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 51.2px */
  letter-spacing: 1.28px;
}
@media screen and (max-width: 736px) {
  .heading-l {
    font-family: "Noto Serif", serif;
    font-size: 24px;
    line-height: 160%; /* 38.4px */
    letter-spacing: 0.96px;
  }
}

.heading-m {
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 736px) {
  .heading-m {
    font-size: 20px;
    line-height: 160%; /* 32px */
    letter-spacing: 0.8px;
  }
}

.heading-s {
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.72px;
}
@media screen and (max-width: 736px) {
  .heading-s {
    font-size: 16px;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.64px;
  }
}

.heading-contact {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 736px) {
  .heading-contact {
    font-size: 32px;
    line-height: normal;
  }
}

header.pc {
  width: 100%;
  background: #F9F8F5;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 24px 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 736px) {
  header.pc {
    display: none;
  }
}
header.pc .logo a {
  width: 200px;
  height: auto;
  display: block;
}
header.pc .logo a img {
  width: 100%;
  height: auto;
}
header.pc .header-nav .sub-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header.pc .header-nav .sub-nav ul li {
  padding: 2.5px 16px;
  border-right: 1px solid #aaa;
}
header.pc .header-nav .sub-nav ul li:last-child {
  border-right: none;
  padding-right: 0;
}
header.pc .header-nav .sub-nav ul li a {
  color: #4a4a4a;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.52px;
  display: flex;
  align-items: center;
}
header.pc .header-nav .sub-nav ul li a img {
  width: 16px;
  height: auto;
  display: inline-block;
  margin-left: 3px;
}
header.pc .header-nav .sub-nav ul li.tel a {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
header.pc .header-nav .sub-nav ul li.tel a img {
  width: 32px;
  height: auto;
  display: inline-block;
  margin: 0;
}
header.pc .header-nav .main-nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
header.pc .header-nav .main-nav li {
  border-bottom: 2px solid transparent;
}
header.pc .header-nav .main-nav li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.56px;
  display: flex;
  align-items: center;
  padding: 4px 0 16px;
}
header.pc .header-nav .main-nav li:hover,
header.pc .header-nav .main-nav li.active {
  border-bottom: 2px solid #356138;
}
header.pc .header-nav .main-nav li:hover a,
header.pc .header-nav .main-nav li.active a {
  color: #356138;
  font-weight: 500;
}
header.pc .header-nav .main-nav li.parent {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.56px;
  display: flex;
  align-items: center;
  padding: 4px 0 4px;
  position: relative;
  cursor: pointer;
}
header.pc .header-nav .main-nav li.parent img {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 3px;
}
header.pc .header-nav .main-nav li.parent:hover ul.child {
  display: flex;
}
header.pc .header-nav .main-nav ul.child {
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  position: fixed;
  top: 108px;
  right: 40px;
  border-radius: 0 0 8px 8px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  background: #F5F2ED;
  width: auto;
  margin: 0 auto;
  padding: 32px 40px 40px;
  z-index: 1;
}
header.pc .header-nav .main-nav .child li {
  width: 160px;
}
header.pc .header-nav .main-nav .child li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.56px;
  display: block;
}
header.pc .header-nav .main-nav .child li a img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #aaa;
  border-radius: 4px;
  margin-bottom: 8px;
}
header.pc .header-nav .main-nav .child li.all {
  width: auto;
  margin-right: 30px;
}
header.pc .header-nav .main-nav .child li.all p {
  color: #356138;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.96px;
}
header.pc .header-nav .main-nav .child li.all a {
  color: #356138;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 90px;
}
header.pc .header-nav .main-nav .child li.all a img {
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transform: rotate(-90deg);
  background: transparent;
  margin: 0;
}

header.sp {
  display: none;
  background: #F9F8F5;
}
@media screen and (max-width: 736px) {
  header.sp {
    display: block;
  }
}
header.sp .header-top {
  background: #F9F8F5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  height: 60px;
}
header.sp .header-top .logo a {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}
header.sp .header-top .logo a img {
  width: auto;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
header.sp .header-top .menu-btn img {
  width: 40px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
header.sp .header-top .menu-btn .btn-close {
  display: none;
}
header.sp .header-nav {
  position: fixed;
  top: 50px;
  right: 0;
  width: 100%;
  height: calc(100% - 50px);
  z-index: 9999;
  left: 100%;
  transition: left 0.3s ease;
  overflow-y: auto;
  background: #F9F8F5;
}
header.sp .header-nav.open {
  left: 0;
}
header.sp .header-nav ul li {
  border-bottom: 1px solid #DCDCDC;
}
header.sp .header-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.56px;
  background: #F9F8F5;
}
header.sp .header-nav ul li.parent {
  background: #F9F8F5;
}
header.sp .header-nav ul li.parent p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}
header.sp .header-nav ul li.parent p span {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
}
header.sp .header-nav ul li.parent p img {
  width: 24px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
header.sp .header-nav ul li.parent ul.child li a {
  background: #F5F2ED;
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.56px;
  padding: 16px 40px;
}
header.sp .header-nav .header-bottom {
  padding: 32px 16px 40px;
}
header.sp .header-nav .header-bottom a.contact-btn {
  width: 100%;
  display: block;
  padding: 16px 24px;
  background: #356138;
  border-radius: 4px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.56px;
  margin-bottom: 24px;
}
header.sp .header-nav .header-bottom .mokka-box {
  width: 100%;
  display: block;
  padding: 32px 16px;
  border-top: 1px solid #356138;
  border-bottom: 1px solid #356138;
  margin-bottom: 24px;
}
header.sp .header-nav .header-bottom .mokka-box a {
  display: block;
  color: #356138;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  position: relative;
}
header.sp .header-nav .header-bottom .mokka-box a span {
  color: #356138;
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.44px;
  display: block;
  width: 100%;
}
header.sp .header-nav .header-bottom .mokka-box a img {
  width: 16px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
header.sp .header-nav .header-bottom a.privacy {
  color: #4a4a4a;
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 16px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.side-btn {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 736px) {
  .side-btn {
    display: none;
  }
}
.side-btn a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  border-radius: 8px 0 0 8px;
  background: #356138;
  padding: 24px 16px 24px 12px;
}
.side-btn a img {
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#contact {
  background: #356138;
  padding: 40px 0;
}
#contact .box .title-box {
  margin-bottom: 40px;
}
#contact .box .title-box h2 {
  color: #fff;
}
#contact .box .title-box p {
  color: #fff;
  font-family: "Noto Serif", serif;
}
#contact .box .contact-box {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
}
@media screen and (max-width: 736px) {
  #contact .box .contact-box {
    flex-direction: column;
    gap: 16px;
  }
}
#contact .box .contact-box a {
  flex: 1;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 736px) {
  #contact .box .contact-box a {
    border-radius: 4px;
    padding: 16px 24px;
  }
}
#contact .box .contact-box a.tel img {
  width: auto;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#contact .box .contact-box a.tel p {
  color: #356138;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.96px;
}
#contact .box .contact-box a.tel small {
  width: 100%;
  color: #356138;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.52px;
}
@media screen and (max-width: 736px) {
  #contact .box .contact-box a.mail {
    padding: 32px 24px;
  }
}
#contact .box .contact-box a.mail img {
  width: auto;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#contact .box .contact-box a.mail p {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 72px 60px 0;
  flex-direction: row-reverse;
}
@media screen and (max-width: 736px) {
  footer {
    flex-direction: column;
    padding: 32px 24px 24px;
    gap: 24px;
  }
}
@media screen and (max-width: 736px) {
  footer .f-logo {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 24px;
    text-align: center;
  }
}
footer .f-logo a.logo {
  display: block;
  margin-bottom: 16px;
}
footer .f-logo a.logo img {
  width: auto;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 736px) {
  footer .f-logo a.logo img {
    height: 30px;
  }
}
footer .f-logo a.tel {
  display: inline-block;
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-bottom: 16px;
}
footer .f-logo a.tel img {
  width: 32px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
footer .f-logo p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.56px;
  margin-bottom: 8px;
}
footer .f-logo small {
  color: #4a4a4a;
  font-family: "Noto Sans", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 24px;
}
footer .f-right {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 736px) {
  footer .f-right {
    padding-bottom: 32px;
    border-bottom: 1px solid #DCDCDC;
  }
}
footer .f-right .f-nav {
  display: flex;
  gap: 30px;
}
footer .f-right .f-nav ul li {
  margin-bottom: 8px;
}
footer .f-right .f-nav ul li a {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 736px) {
  footer .f-right .f-nav ul li a {
    font-size: 13px;
  }
}
footer .f-right .f-sns.pc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 736px) {
  footer .f-right .f-sns.pc {
    display: none;
  }
}
footer .f-right .f-sns.pc .btn-box {
  margin-top: 0;
}
footer .f-right .f-sns.pc .btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 2px;
  border: 1px solid #356138;
  padding: 10px 20px;
}
footer .f-right .f-sns.pc .btn-box a::before {
  display: none;
}
footer .f-right .f-sns.pc .btn-box a.btn-staff-blog {
  color: #356138;
}
footer .f-right .f-sns.pc .btn-box a.btn-facebook,
footer .f-right .f-sns.pc .btn-box a.btn-instagram {
  margin-top: 16px;
  background-color: #356138;
  color: #fff;
}
footer .f-right .f-sns.pc .btn-box a.btn-facebook img,
footer .f-right .f-sns.pc .btn-box a.btn-instagram img {
  width: 24px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 10px;
}
footer .f-right .f-sns.pc .privacy-box a {
  color: #626262;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.48px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
footer .f-sns.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  footer .f-sns.sp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
}
footer .f-sns.sp .btn-box {
  margin-top: 0;
  width: 100%;
  text-align: center;
}
footer .f-sns.sp .btn-box a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 2px;
  border: 1px solid #356138;
  padding: 10px 20px;
}
footer .f-sns.sp .btn-box a::before {
  display: none;
}
footer .f-sns.sp .btn-box a.btn-staff-blog {
  color: #356138;
}
footer .f-sns.sp .btn-box a.btn-facebook,
footer .f-sns.sp .btn-box a.btn-instagram {
  margin-top: 16px;
  background-color: #356138;
  color: #fff;
}
footer .f-sns.sp .btn-box a.btn-facebook img,
footer .f-sns.sp .btn-box a.btn-instagram img {
  width: 24px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 10px;
}
@media screen and (max-width: 736px) {
  footer .f-sns.sp .privacy-box {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
footer .f-sns.sp .privacy-box a {
  color: #626262;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.48px;
  text-decoration-line: underline;
}
@media screen and (max-width: 736px) {
  footer .f-sns.sp .privacy-box a {
    text-align: center;
  }
}
footer .copyright {
  width: 100%;
  color: #b3b3b3;
  font-family: "Noto Sans", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.4px;
  text-align: center;
  padding: 16px;
  border-top: 1px solid #dcdcdc;
  margin-top: 16px;
}

main.under-page {
  background: #F9F8F5;
}
main.under-page section .box h2.title {
  color: #318338;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.44px;
  margin-bottom: 24px;
}
main.under-page #building {
  padding-bottom: 0;
}
main.under-page #building .box {
  width: 100%;
  max-width: none;
}
main.under-page #building .box ul {
  display: flex;
  gap: 8px;
  background-color: #000;
}
@media screen and (max-width: 736px) {
  main.under-page #building .box ul {
    flex-direction: column;
  }
}
main.under-page #building .box ul li {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  main.under-page #building .box ul li {
    aspect-ratio: 16/9;
  }
}
main.under-page #building .box ul li:nth-child(1) {
  background-image: url("../img/building/building01.jpg");
}
main.under-page #building .box ul li:nth-child(2) {
  background-image: url("../img/building/building02.jpg");
}
main.under-page #building .box ul li:nth-child(3) {
  background-image: url("../img/building/building03.jpg");
}
main.under-page #building .box ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
  z-index: 1;
}
main.under-page #building .box ul li:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}
main.under-page #building .box ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
main.under-page #building .box ul li a h3 {
  color: #FFF;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.96px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 736px) {
  main.under-page #building .box ul li a h3 {
    font-size: 16px;
    line-height: 170%; /* 27.2px */
    letter-spacing: 0.64px;
  }
}
main.under-page #commitment .box ul {
  display: flex;
}
@media screen and (max-width: 736px) {
  main.under-page #commitment .box ul {
    flex-direction: column;
  }
}
main.under-page #commitment .box ul li {
  width: 100%;
  padding: 0 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 736px) {
  main.under-page #commitment .box ul li {
    padding: 24px;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
main.under-page #commitment .box ul li:last-child {
  border-right: none;
}
main.under-page #commitment .box ul li h3 {
  color: #000;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  main.under-page #commitment .box ul li h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
main.under-page #commitment .box ul li p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
}
main.under-page #detail .box ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media screen and (max-width: 736px) {
  main.under-page #detail .box ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
main.under-page #detail .box ul li {
  padding: 24px 32px;
  background: #356138;
}
main.under-page #detail .box ul li h3 {
  color: #FFF;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.72px;
  text-align: center;
}
main.under-page #case .box {
  width: 100%;
  max-width: none;
}
main.under-page #case .box h2 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  color: #318338;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.44px;
  margin-bottom: 24px;
}
main.under-page #case .box .inner-box {
  border-top: 1px solid #356138;
  border-bottom: 1px solid #356138;
}
main.under-page #case .box .inner-box ul {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
main.under-page #case .box .inner-box ul li {
  width: 33.3333333333%;
  padding: 40px 40px 32px;
  border-left: 1px solid #356138;
}
main.under-page #case .box .inner-box ul li:last-child {
  border-right: 1px solid #356138;
}
main.under-page #case .box .inner-box ul li a {
  display: block;
}
main.under-page #case .box .inner-box ul li a img {
  width: 100%;
}
main.under-page #case .box .inner-box ul li a .heading-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 8px;
  margin-top: 8px;
}
main.under-page #case .box .inner-box ul li a .heading-box .area {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.48px;
  display: flex;
  align-items: center;
}
main.under-page #case .box .inner-box ul li a .heading-box .area img {
  width: 16px;
  height: auto;
  margin-right: 8px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main.under-page #case .box .inner-box ul li a .heading-box .date {
  color: #626262;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
}
main.under-page #case .box .inner-box ul li a p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
}
main.under-page #case .box .inner-box ul li a .tag-box {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
main.under-page #case .box .inner-box ul li a .tag-box span.tag {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  border-radius: 2px;
  background: #DFE6D3;
  padding: 2px 8px;
}
@media screen and (max-width: 736px) {
  main.under-page #case .box .inner-box ul.under-case-slider {
    width: 100%;
  }
  main.under-page #case .box .inner-box ul.under-case-slider .slick-slide {
    padding: 32px 24px 24px;
    border-left: none;
    border-right: 1px solid #356138;
  }
  main.under-page #case .box .inner-box ul.under-case-slider ul.slick-dots {
    width: 100%;
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    list-style: none;
    padding: 0;
    position: absolute;
    bottom: -20px;
  }
  main.under-page #case .box .inner-box ul.under-case-slider ul.slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0;
    padding: 0;
    border: none;
  }
  main.under-page #case .box .inner-box ul.under-case-slider ul.slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-size: 0;
    transition: all 0.3s ease;
  }
  main.under-page #case .box .inner-box ul.under-case-slider ul.slick-dots li button:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }
  main.under-page #case .box .inner-box ul.under-case-slider ul.slick-dots li.slick-active button {
    background-color: #356138;
  }
}
main.under-page #case .box .btn-box {
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 736px) {
  main.under-page #case .box .btn-box {
    margin-top: 60px;
  }
}
main.under-page #case .box .btn-box a {
  color: #356138;
  border: 1px solid #356138;
  border-radius: 2px;
  padding: 16px 120px 16px 20px;
}
main.under-page #case .box .btn-box a::before {
  background-image: url("../img/common/icon-arrow-green.png");
}
@media screen and (max-width: 736px) {
  main.under-page #banner {
    padding-bottom: 60px;
  }
}
main.under-page #banner .box .inner-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #FFF;
  padding: 10px;
}
@media screen and (max-width: 736px) {
  main.under-page #banner .box .inner-box {
    flex-direction: column;
  }
}
main.under-page #banner .box .inner-box .img-box {
  width: 50%;
}
@media screen and (max-width: 736px) {
  main.under-page #banner .box .inner-box .img-box {
    width: 100%;
  }
}
main.under-page #banner .box .inner-box .img-box:nth-child(2) {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 736px) {
  main.under-page #banner .box .inner-box .img-box:nth-child(2) {
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: 8px;
    padding-top: 8px;
  }
}
main.under-page #banner .box .inner-box .img-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
main.under-page #banner .box .inner-box .img-box a img {
  width: auto;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 736px) {
  main.under-page #banner .box .inner-box .img-box a img {
    height: 40px;
  }
}
main.under-page #banner .box .inner-box .img-box a img.icon-link {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main.under-page #banner .box .inner-box .text-box {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 736px) {
  main.under-page #banner .box .inner-box .text-box {
    width: 100%;
    border-left: none;
  }
}
main.under-page #banner .box .inner-box .text-box p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
}
@media screen and (max-width: 736px) {
  main.under-page #banner .box .inner-box .text-box p {
    font-size: 14px;
    line-height: 170%; /* 23.8px */
    letter-spacing: 0.56px;
  }
}
main.under-page #person {
  padding-top: 56px;
}
main.under-page #person .box .inner-box {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F5F2ED;
  padding: 40px 80px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 80px;
}
@media screen and (max-width: 736px) {
  main.under-page #person .box .inner-box {
    padding: 32px 16px;
  }
}
main.under-page #person .box .inner-box .content-box {
  flex: 1;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 24px 32px 16px;
}
main.under-page #person .box .inner-box .content-box p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
}
main.under-page #person .box .inner-box .title-box {
  width: 240px;
}
main.under-page #person .box .inner-box .title-box .img-box {
  width: 100%;
  margin-bottom: 8px;
  position: relative;
}
main.under-page #person .box .inner-box .title-box .img-box img.photo {
  width: 100%;
  height: auto;
  aspect-ratio: 22/24;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.under-page #person .box .inner-box .title-box .img-box img.icon-plus {
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
main.under-page #person .box .inner-box .title-box .text-box {
  width: 100%;
  position: relative;
}
main.under-page #person .box .inner-box .title-box .text-box span.position {
  display: block;
  color: #318338;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.52px;
  margin-bottom: 4px;
}
main.under-page #person .box .inner-box .title-box .text-box h3 {
  color: #000;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  margin-bottom: 4px;
}
main.under-page #person .box .inner-box .title-box .text-box span.kana {
  color: #999;
  font-family: "Libre Baskerville", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main.under-page #person .box .inner-box .title-box .text-box span.tag {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  border-radius: 2px;
  background: #DFE6D3;
  padding: 2px 8px;
}

#under-mv {
  padding-top: 100px;
}
@media screen and (max-width: 736px) {
  #under-mv {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
#under-mv .breadcrumb {
  margin-left: 40px;
  padding-top: 40px;
  background-color: #f9f8f5;
}
@media screen and (max-width: 736px) {
  #under-mv .breadcrumb {
    margin-left: 0;
    padding: 12px 16px;
    background-color: #F5F2ED;
  }
}
#under-mv .breadcrumb .breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.52px;
  line-height: 1em;
  padding-bottom: 2px;
}
#under-mv .breadcrumb .breadcrumb-list .breadcrumb-item {
  display: flex;
  align-items: center;
}
#under-mv .breadcrumb .breadcrumb-list .breadcrumb-item:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
  color: #356138;
}
#under-mv .breadcrumb .breadcrumb-list .breadcrumb-item a {
  display: flex;
  align-items: flex-end;
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.52px;
  border-bottom: 1px solid #356138;
  line-height: 1em;
  padding-bottom: 2px;
}
#under-mv .breadcrumb .breadcrumb-list .breadcrumb-item a:hover {
  color: #356138;
}
#under-mv .breadcrumb .breadcrumb-list .breadcrumb-item a img {
  width: 12px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 6px;
}
#under-mv .breadcrumb .breadcrumb-list .breadcrumb-item:last-child {
  color: #356138;
  font-weight: 500;
}
#under-mv .title-box {
  align-items: flex-start;
  padding: 120px 120px 0;
}
@media screen and (max-width: 736px) {
  #under-mv .title-box {
    padding: 88px 24px 56px;
  }
}
#under-mv .title-box h2 {
  color: #356138;
  font-family: "Noto Serif", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 736px) {
  #under-mv .title-box h2 {
    font-size: 32px;
    line-height: 140%; /* 44.8px */
    letter-spacing: 1.28px;
    margin-bottom: 16px;
  }
}
#under-mv .title-box span {
  color: #7F7F7F;
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  #under-mv .title-box span {
    font-size: 12px;
  }
}

.under-lead {
  padding-bottom: 0;
}
.under-lead .box {
  width: 100%;
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url("../img/common/bg-grid.png");
  background-repeat: repeat;
  background-position: 0 0;
  border-top: 1px solid #3B9443;
  border-bottom: 1px solid #3B9443;
}
@media screen and (max-width: 736px) {
  .under-lead .box {
    flex-direction: column;
    border-top: none;
    border-bottom: none;
  }
}
.under-lead .box .img-box {
  width: 50%;
  height: auto;
  display: flex;
}
@media screen and (max-width: 736px) {
  .under-lead .box .img-box {
    width: 100%;
    padding: 8px;
  }
}
.under-lead .box .img-box img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 736px) {
  .under-lead .box .img-box img {
    border-radius: 4px;
  }
}
.under-lead .box .text-box {
  width: 50%;
  padding: 120px 100px 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 736px) {
  .under-lead .box .text-box {
    width: 100%;
    padding: 48px 24px 64px;
  }
}
.under-lead .box .text-box h2 {
  color: #356138;
  font-family: "Hannari", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 54.4px */
  letter-spacing: 1.28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .under-lead .box .text-box h2 {
    font-size: 26px;
    line-height: 170%; /* 44.2px */
    letter-spacing: 1.04px;
  }
}
.under-lead .box .text-box p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 190%; /* 26.6px */
  letter-spacing: 0.56px;
}
@media screen and (max-width: 736px) {
  .under-lead .box .text-box p {
    padding-left: 40px;
    color: #356138;
  }
}

main.top #mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 736px) {
  main.top #mv {
    height: auto;
    padding-top: 60px;
  }
}
main.top #mv .title-box {
  position: absolute;
  right: 10%;
  bottom: 10%;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 736px) {
  main.top #mv .title-box {
    justify-content: space-between;
    padding: 30px;
    top: 0;
    right: 0;
  }
}
main.top #mv .title-box h2 {
  font-size: 48px;
  font-weight: 100;
  font-family: "Hannari", serif;
  color: #fff;
  margin-bottom: 20px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 736px) {
  main.top #mv .title-box h2 {
    font-size: 32px;
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  }
}
main.top #mv .title-box h3 {
  font-size: 24px;
  font-weight: 100;
  font-family: "Hannari", serif;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin: 60px 40px 0 0;
}
@media screen and (max-width: 736px) {
  main.top #mv .title-box h3 {
    font-size: 16px;
    margin: 0px 20px 0 0;
    color: #fff;
    text-shadow: 0px 0px 6px #777;
  }
}
main.top #mv .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 736px) {
  main.top #mv .img-box {
    position: static;
  }
}
main.top #mv .img-box .mv-slider {
  width: 100%;
  height: 100%;
}
main.top #mv .img-box .mv-slider div {
  width: 100%;
  height: 100%;
}
main.top #mv .img-box .mv-slider div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 736px) {
  main.top #mv .img-box .mv-slider div img {
    height: auto;
    aspect-ratio: 1/1;
  }
}
main.top #mv .img-box .slick-dots {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 2;
}
@media screen and (max-width: 736px) {
  main.top #mv .img-box .slick-dots {
    justify-content: flex-start;
    bottom: 10px;
    left: 10px;
    gap: 4px;
  }
}
main.top #mv .img-box .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
main.top #mv .img-box .slick-dots li button {
  width: 60px;
  height: 4px;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  font-size: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  main.top #mv .img-box .slick-dots li button {
    width: 30px;
    height: 3px;
  }
}
main.top #mv .img-box .slick-dots li button:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
main.top #mv .img-box .slick-dots li.slick-active button {
  background-color: #356138;
}
main.top #concept .box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row-reverse;
}
main.top #concept .box .text-box {
  width: 40%;
  padding: 20vw 0;
  min-width: 500px;
}
@media screen and (max-width: 736px) {
  main.top #concept .box .text-box {
    width: 100%;
    padding: 0;
    min-width: auto;
  }
}
main.top #concept .box .text-box .sp-img-box {
  display: none;
}
@media screen and (max-width: 736px) {
  main.top #concept .box .text-box .sp-img-box {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 30px;
  }
}
main.top #concept .box .text-box .sp-img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.top #concept .box .text-box .sp-img-box img.con01 {
  width: 60%;
  aspect-ratio: 3/4;
}
main.top #concept .box .text-box .sp-img-box img.con02 {
  height: 100%;
  flex: 1;
  aspect-ratio: 1/1;
}
main.top #concept .box .text-box h3 {
  display: block;
  font-size: 24px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media screen and (max-width: 736px) {
  main.top #concept .box .text-box h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
main.top #concept .box .text-box h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Hannari", serif;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
main.top #concept .box .text-box p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
}
@media screen and (max-width: 736px) {
  main.top #concept .box .text-box p {
    font-size: 14px;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.56px;
  }
}
@media screen and (max-width: 736px) {
  main.top #concept .box .text-box .btn-box a {
    padding-right: 80px;
  }
}
main.top #concept .box .img-box {
  flex: 1;
  position: relative;
  width: calc(100% + (100vw - 1200px) / 2);
  margin-right: calc(-1 * (100vw - 1200px) / 2);
  width: 100%;
  position: absolute;
  height: 100%;
  margin: 0;
}
@media screen and (max-width: 736px) {
  main.top #concept .box .img-box {
    position: relative;
    width: 100%;
    margin-right: 0;
    display: none;
  }
}
main.top #concept .box .img-box img {
  width: 100%;
  height: auto;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.top #concept .box .img-box img.con01 {
  width: 15vw;
  top: 0;
  right: 15%;
  z-index: 8;
  aspect-ratio: 180/254;
}
main.top #concept .box .img-box img.con02 {
  width: 10vw;
  top: 20%;
  right: 5%;
  z-index: 7;
  aspect-ratio: 120/184;
}
main.top #concept .box .img-box img.con03 {
  width: 30vw;
  top: 15%;
  right: 33%;
  z-index: 4;
}
main.top #concept .box .img-box img.con04 {
  width: 40vw;
  top: 40%;
  right: 0;
  z-index: 5;
  aspect-ratio: 600/318;
}
main.top #concept .box .img-box img.con05 {
  width: 10vw;
  top: 65%;
  right: 40%;
  z-index: 4;
  aspect-ratio: 1/1;
}
main.top #concept .box .img-box img.con06 {
  width: 25vw;
  top: 70%;
  right: 10%;
  z-index: 3;
  aspect-ratio: 369/212;
}
main.top #concept .box .img-box img.con07 {
  width: 20vw;
  top: 85%;
  right: 0;
  z-index: 2;
  aspect-ratio: 302/161;
}
main.top #concept .box .img-box img.con08 {
  width: 10vw;
  top: 95%;
  right: 40%;
  z-index: 1;
  aspect-ratio: 180/122;
}
main.top #important-news {
  background-color: #f5f2ed;
}
main.top #important-news .box {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}
main.top #important-news .box .content-box {
  flex: 1;
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  main.top #important-news .box .content-box {
    width: 90%;
    margin: 30px auto 0;
  }
}
main.top #important-news .box .content-box ul li {
  border-top: 1px solid #dedede;
}
main.top #important-news .box .content-box ul li:last-of-type {
  border-bottom: 1px solid #dedede;
}
main.top #important-news .box .content-box ul li a {
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 0;
  position: relative;
}
@media screen and (max-width: 736px) {
  main.top #important-news .box .content-box ul li a {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 12px 30px 12px 0;
  }
}
main.top #important-news .box .content-box ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("../img/common/icon-arrow-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  transform: translateY(-50%) rotate(-90deg);
}
main.top #important-news .box .content-box ul li a .date {
  color: #a3a3a3;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-right: 10px;
}
@media screen and (max-width: 736px) {
  main.top #important-news .box .content-box ul li a .date {
    flex-shrink: 0;
  }
}
main.top #important-news .box .content-box ul li a .cat {
  color: #356138;
  font-size: 14px;
  font-weight: 300;
  margin-right: 10px;
}
@media screen and (max-width: 736px) {
  main.top #important-news .box .content-box ul li a .cat {
    flex-shrink: 0;
  }
}
main.top #important-news .box .content-box ul li a h3 {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  flex: 1;
}
@media screen and (max-width: 736px) {
  main.top #important-news .box .content-box ul li a h3 {
    width: 100%;
    flex: none;
    order: 3;
    margin-top: 4px;
  }
}
main.top #event .box #kcapp {
  width: 100%;
  max-width: none;
  margin-top: 60px;
}
main.top #event .box #kcapp > div {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
main.top #event .box #kcapp > div .kc-event-contents {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
}
@media screen and (max-width: 736px) {
  main.top #event .box #kcapp > div .kc-event-contents {
    flex-wrap: wrap;
  }
}
main.top #event .box #kcapp > div .kc-event-contents ul.slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}
main.top #event .box #kcapp > div .kc-event-contents ul.slick-dots li {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
main.top #event .box #kcapp > div .kc-event-contents ul.slick-dots li.slick-active {
  background-color: #356138;
}
main.top #event .box #kcapp > div .kc-event-contents article.kc-card-e {
  width: 25%;
  padding: 0px;
  border: 1px solid #999;
}
@media screen and (max-width: 736px) {
  main.top #event .box #kcapp > div .kc-event-contents article.kc-card-e {
    width: 100%;
  }
}
main.top #event .box #kcapp > div .kc-event-contents article.kc-card-e a .kc-image-e .kc-finish-e::before {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
main.top #event .box #kcapp > div .kc-event-contents article.kc-card-e a .wpc_article_text {
  padding: 16px;
}
main.top #event .box #kcapp > div .kc-event-contents article.kc-card-e a .wpc_article_text .kc-tags {
  display: flex;
  justify-content: space-between;
}
main.top #event .box #kcapp > div .kc-event-contents article.kc-card-e a .wpc_article_text .kc-tags .kc-type {
  color: #356138 !important;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  border: none;
  background-color: transparent;
  padding: 0;
}
main.top #event .box #kcapp > div .kc-event-contents article.kc-card-e a .wpc_article_text .kc-tags .kc-format {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 20.4px */
  letter-spacing: 0.48px;
  background: #C9E8CC;
  padding: 0px 8px;
  border: none;
}
main.top #event .box #kcapp > div .kc-event-contents article.kc-card-e a .wpc_article_text h3.title {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
  min-height: 5em;
}
main.top #event .box #kcapp > div .kc-event-contents article.kc-card-e a .wpc_article_text .kc-date-e,
main.top #event .box #kcapp > div .kc-event-contents article.kc-card-e a .wpc_article_text .kc-address-e {
  color: #626262;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
}
main.top #event .box #kcapp > div .kc-event-contents article.kc-card-e a .wpc_article_text .kc-description-e {
  display: none;
}
main.top #event .box #kcapp > div .kc-event-contents article.kc-card-e a:hover {
  opacity: 1;
}
main.top #event .box #kcapp > div .kc-event-contents article.kc-card-e a:hover .kc-image-e {
  overflow: hidden;
}
main.top #event .box #kcapp > div .kc-event-contents article.kc-card-e a:hover .kc-image-e img {
  transform: scale(1.15);
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
main.top #event .box .btn-box {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  main.top #event .box .btn-box {
    margin-top: 60px;
  }
}
main.top #event .box .btn-box a {
  font-family: "Noto Serif", serif;
}
main.top #sumai {
  background-color: #f5f2ed;
}
main.top #sumai .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: none;
}
main.top #sumai .box .img-box {
  width: 70%;
}
@media screen and (max-width: 736px) {
  main.top #sumai .box .img-box {
    display: none;
  }
}
main.top #sumai .box .img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.top #sumai .box .text-box {
  width: 40%;
  margin-left: -10%;
  background-color: #f5f2ed;
  padding: 60px;
}
@media screen and (max-width: 736px) {
  main.top #sumai .box .text-box {
    width: 100%;
    margin-left: 0;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
main.top #sumai .box .text-box .sp-h2-img {
  display: none;
}
@media screen and (max-width: 736px) {
  main.top #sumai .box .text-box .sp-h2-img {
    display: block;
    width: 40%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-bottom: 20px;
  }
}
main.top #sumai .box .text-box h2 {
  font-size: 36px;
  font-family: "Hannari", serif;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  main.top #sumai .box .text-box h2 {
    font-size: 24px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-right: 0px;
  }
}
main.top #sumai .box .text-box .sp-img-box {
  display: none;
}
@media screen and (max-width: 736px) {
  main.top #sumai .box .text-box .sp-img-box {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-bottom: 20px;
  }
}
main.top #sumai .box .text-box p {
  font-size: 16px;
  font-weight: 100;
  line-height: 2em;
  letter-spacing: 0.1em;
}
main.top #sumai .sumai-gallery {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  width: 80%;
  margin: 60px 0 0 auto;
}
@media screen and (max-width: 736px) {
  main.top #sumai .sumai-gallery {
    width: 100%;
    margin: 30px 0 0 0;
    justify-content: center;
    gap: 0;
  }
}
main.top #sumai .sumai-gallery img {
  width: 25%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.top #mokka {
  background-color: #f5f2ed;
}
main.top #mokka .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #a38a77;
  padding: 60px;
}
@media screen and (max-width: 736px) {
  main.top #mokka .box {
    position: relative;
    padding: 16px;
  }
}
main.top #mokka .box .img-box {
  width: 30%;
}
@media screen and (max-width: 736px) {
  main.top #mokka .box .img-box {
    width: calc(50% - 20px);
    height: 200px;
    position: absolute;
    bottom: 80px;
    left: 16px;
  }
}
main.top #mokka .box .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 736px) {
  main.top #mokka .box .img-box img {
    height: 100%;
    aspect-ratio: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
@media screen and (max-width: 736px) {
  main.top #mokka .box .img-box02 {
    position: absolute;
    bottom: 80px;
    left: auto;
    right: 16px;
  }
}
main.top #mokka .box .text-box {
  width: 40%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 736px) {
  main.top #mokka .box .text-box {
    width: 100%;
    padding: 0px;
  }
}
main.top #mokka .box .text-box p {
  color: #fff;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  main.top #mokka .box .text-box p {
    margin-bottom: 20px;
  }
}
main.top #mokka .box .text-box img {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 736px) {
  main.top #mokka .box .text-box .btn-box {
    margin-top: 200px;
  }
}
main.top #mokka .box .text-box .btn-box a {
  color: #a38a77;
  background-color: #fff;
  border: none;
}
main.top #mokka .box .text-box .btn-box a::before {
  background-image: url(../img/common/icon-arrow-beige.png);
}
main.top #i-select {
  background-color: #f5f2ed;
}
main.top #i-select .box {
  background-color: #1e2545;
  padding: 60px 0 20px;
}
main.top #i-select .box .flex-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main.top #i-select .box .flex-box {
    flex-direction: column;
  }
}
main.top #i-select .box .flex-box .img-box {
  width: 30%;
}
@media screen and (max-width: 736px) {
  main.top #i-select .box .flex-box .img-box {
    display: none;
  }
}
main.top #i-select .box .flex-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.top #i-select .box .flex-box .text-box {
  width: 40%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 736px) {
  main.top #i-select .box .flex-box .text-box {
    width: 100%;
    padding: 0;
  }
}
main.top #i-select .box .flex-box .text-box p {
  font-family: "Noto Serif", serif;
  color: #fff;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.1em;
  text-align: center;
}
main.top #i-select .box .flex-box .text-box h3 {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  font-family: "Hannari", serif;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 20px;
}
main.top #i-select .box .flex-box .text-box h3 span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: normal;
}
main.top #i-select .box .flex-box .text-box img {
  width: 80%;
  margin-bottom: 20px;
}
main.top #i-select .box .flex-box .text-box .btn-box a {
  color: #1e2545;
  background-color: #fff;
  border: none;
}
main.top #i-select .box .i-select-gallery {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 95%;
  margin: 60px auto 0;
}
@media screen and (max-width: 736px) {
  main.top #i-select .box .i-select-gallery {
    width: 100%;
    flex-wrap: wrap;
    gap: 4px;
  }
}
main.top #i-select .box .i-select-gallery img {
  width: 16.6666666667%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 736px) {
  main.top #i-select .box .i-select-gallery img {
    width: calc(33.3333333333% - 8px);
  }
}
main.top #works {
  background-color: #f5f2ed;
}
main.top #works .box {
  display: flex;
  justify-content: space-between;
  gap: 90px;
}
@media screen and (max-width: 736px) {
  main.top #works .box {
    flex-direction: column;
    gap: 0;
  }
}
main.top #works .box > .text-box {
  width: 30%;
}
@media screen and (max-width: 736px) {
  main.top #works .box > .text-box {
    width: 100%;
  }
}
main.top #works .box > .text-box .title-box {
  align-items: flex-start;
  margin-bottom: 48px;
}
main.top #works .box > .text-box .title-box h2 {
  font-size: 48px;
}
main.top #works .box > .text-box p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
}
main.top #works .box > .text-box .btn-box {
  margin-top: 48px;
}
main.top #works .box .content-box {
  width: 70%;
}
@media screen and (max-width: 736px) {
  main.top #works .box .content-box {
    width: 100%;
  }
}
main.top #works .box .content-box #case-filter {
  padding: 0px 0px 40px;
}
@media screen and (max-width: 736px) {
  main.top #works .box .content-box #case-filter {
    padding: 48px 0 32px;
  }
}
main.top #works .box .content-box #case-filter .box {
  width: 100%;
}
main.top #works .box .content-box #case-filter .box .cat-box ul {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 736px) {
  main.top #works .box .content-box #case-filter .box .cat-box ul {
    gap: 12px;
    flex-wrap: wrap;
  }
}
main.top #works .box .content-box #case-filter .box .cat-box ul li {
  display: block;
  padding: 2px 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #313131;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
  border-radius: 4px;
}
@media screen and (max-width: 736px) {
  main.top #works .box .content-box #case-filter .box .cat-box ul li {
    font-size: 14px;
  }
}
main.top #works .box .content-box #case-filter .box .cat-box ul li:hover {
  opacity: 0.8;
}
main.top #works .box .content-box #case-filter .box .cat-box ul li.active {
  color: #fff;
  background-color: #356138;
  padding: 2px 8px;
}
main.top #works .box .content-box #case-list {
  padding-top: 0;
}
main.top #works .box .content-box #case-list .box {
  width: 100%;
  max-width: none;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #356138 #f1f1f1;
}
main.top #works .box .content-box #case-list .box::-webkit-scrollbar {
  height: 8px;
  display: block;
}
main.top #works .box .content-box #case-list .box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
main.top #works .box .content-box #case-list .box::-webkit-scrollbar-thumb {
  background-color: #356138;
  border-radius: 4px;
}
main.top #works .box .content-box #case-list .box ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  padding-bottom: 30px;
}
main.top #works .box .content-box #case-list .box ul li {
  width: 32%;
  min-width: 220px;
}
@media screen and (max-width: 736px) {
  main.top #works .box .content-box #case-list .box ul li {
    width: 100%;
    min-width: 240px;
  }
}
main.top #works .box .content-box #case-list .box ul li a {
  display: block;
}
main.top #works .box .content-box #case-list .box ul li a .img-box {
  width: 100%;
  height: auto;
  aspect-ratio: 320/280;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 8px;
}
main.top #works .box .content-box #case-list .box ul li a .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 320/280;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}
main.top #works .box .content-box #case-list .box ul li a .text-box .meta-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 8px;
}
main.top #works .box .content-box #case-list .box ul li a .text-box .meta-box span.area {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.48px;
  padding-bottom: 8px;
}
main.top #works .box .content-box #case-list .box ul li a .text-box .meta-box span.area img {
  width: 16px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main.top #works .box .content-box #case-list .box ul li a .text-box .meta-box span.date {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  margin: 0 0 0 auto;
  padding-bottom: 8px;
}
main.top #works .box .content-box #case-list .box ul li a .text-box h3 {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
  margin-bottom: 24px;
}
main.top #works .box .content-box #case-list .box ul li a .text-box .tag-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
main.top #works .box .content-box #case-list .box ul li a .text-box .tag-box span.tag {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  border-radius: 2px;
  background: #DFE6D3;
  padding: 2px 8px;
}
main.top #news-information .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main.top #news-information .box {
    flex-wrap: wrap;
  }
}
main.top #news-information .box .news-box,
main.top #news-information .box .information-box {
  width: 48%;
}
@media screen and (max-width: 736px) {
  main.top #news-information .box .news-box,
  main.top #news-information .box .information-box {
    width: 100%;
    margin-bottom: 60px;
  }
}
main.top #news-information .box .news-box .title-box,
main.top #news-information .box .information-box .title-box {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: start;
}
main.top #news-information .box .news-box .title-box span,
main.top #news-information .box .information-box .title-box span {
  padding-bottom: 6px;
  margin-left: 10px;
}
main.top #news-information .box .news-box ul li,
main.top #news-information .box .information-box ul li {
  border-top: 1px solid #dedede;
}
main.top #news-information .box .news-box ul li:last-of-type,
main.top #news-information .box .information-box ul li:last-of-type {
  border-bottom: 1px solid #dedede;
}
main.top #news-information .box .news-box ul li a,
main.top #news-information .box .information-box ul li a {
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 0;
  position: relative;
}
@media screen and (max-width: 736px) {
  main.top #news-information .box .news-box ul li a,
  main.top #news-information .box .information-box ul li a {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 12px 30px 12px 0;
  }
}
main.top #news-information .box .news-box ul li a::after,
main.top #news-information .box .information-box ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("../img/common/icon-arrow-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  transform: translateY(-50%) rotate(-90deg);
}
main.top #news-information .box .news-box ul li a .date,
main.top #news-information .box .information-box ul li a .date {
  color: #a3a3a3;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-right: 10px;
}
@media screen and (max-width: 736px) {
  main.top #news-information .box .news-box ul li a .date,
  main.top #news-information .box .information-box ul li a .date {
    flex-shrink: 0;
  }
}
main.top #news-information .box .news-box ul li a .cat,
main.top #news-information .box .information-box ul li a .cat {
  color: #356138;
  font-size: 14px;
  font-weight: 300;
  margin-right: 10px;
}
@media screen and (max-width: 736px) {
  main.top #news-information .box .news-box ul li a .cat,
  main.top #news-information .box .information-box ul li a .cat {
    flex-shrink: 0;
  }
}
main.top #news-information .box .news-box ul li a h3,
main.top #news-information .box .information-box ul li a h3 {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  flex: 1;
}
@media screen and (max-width: 736px) {
  main.top #news-information .box .news-box ul li a h3,
  main.top #news-information .box .information-box ul li a h3 {
    width: 100%;
    flex: none;
    order: 3;
    margin-top: 4px;
  }
}
main.top #news-information .box .news-box ul.information-list li a .img-box,
main.top #news-information .box .information-box ul.information-list li a .img-box {
  width: 25%;
  height: auto;
}
main.top #news-information .box .news-box ul.information-list li a .img-box img,
main.top #news-information .box .information-box ul.information-list li a .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: #eee;
}
main.top #news-information .box .news-box ul.information-list li a .text-box,
main.top #news-information .box .information-box ul.information-list li a .text-box {
  flex: 1;
  margin-left: 24px;
}
main.top #news-information .box .news-box ul.information-list li a .text-box h3,
main.top #news-information .box .information-box ul.information-list li a .text-box h3 {
  margin-top: 8px;
}
main.top #news-information .box .news-box .btn-box,
main.top #news-information .box .information-box .btn-box {
  text-align: center;
}
main.top #other .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  main.top #other .box ul {
    gap: 16px;
  }
}
main.top #other .box ul li {
  position: relative;
  overflow: hidden;
}
main.top #other .box ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  z-index: 0;
}
main.top #other .box ul li:nth-child(1) {
  width: calc((100% - 60px) / 3);
  aspect-ratio: 376/532;
}
@media screen and (max-width: 736px) {
  main.top #other .box ul li:nth-child(1) {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
main.top #other .box ul li:nth-child(1)::before {
  background-image: url("../img/top/other-reform.jpg");
}
main.top #other .box ul li:nth-child(2) {
  width: calc((100% - 60px) / 3);
  aspect-ratio: 376/532;
}
@media screen and (max-width: 736px) {
  main.top #other .box ul li:nth-child(2) {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
main.top #other .box ul li:nth-child(2)::before {
  background-image: url("../img/top/other-medical.jpg");
}
main.top #other .box ul li:nth-child(3) {
  width: calc((100% - 60px) / 3);
  aspect-ratio: 376/532;
}
@media screen and (max-width: 736px) {
  main.top #other .box ul li:nth-child(3) {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
main.top #other .box ul li:nth-child(3)::before {
  background-image: url("../img/top/other-commercial.jpg");
}
main.top #other .box ul li:nth-child(3) a h3 {
  color: #fff;
}
main.top #other .box ul li:nth-child(3) a h3 span {
  color: #fff;
}
main.top #other .box ul li:nth-child(4) {
  width: calc((100% - 30px) / 2);
  aspect-ratio: 582/253;
}
@media screen and (max-width: 736px) {
  main.top #other .box ul li:nth-child(4) {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
main.top #other .box ul li:nth-child(4)::before {
  background-image: url("../img/top/other-public.jpg");
}
main.top #other .box ul li:nth-child(4) a h3 {
  color: #fff;
}
main.top #other .box ul li:nth-child(4) a h3 span {
  color: #fff;
}
main.top #other .box ul li:nth-child(5) {
  width: calc((100% - 30px) / 2);
  aspect-ratio: 582/253;
}
@media screen and (max-width: 736px) {
  main.top #other .box ul li:nth-child(5) {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
main.top #other .box ul li:nth-child(5)::before {
  background-image: url("../img/top/other-insurance.jpg");
}
main.top #other .box ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
  z-index: 1;
}
main.top #other .box ul li a h3 {
  font-size: 24px;
  font-family: "Hannari", serif;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
main.top #other .box ul li a h3 span {
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: 300;
  margin-top: 5px;
}
main.top #other .box ul li:hover::before {
  transform: scale(1.1);
}
main.top #company .box {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 736px) {
  main.top #company .box {
    width: 90%;
    margin: 0 auto;
  }
}
main.top #company .box .title-box {
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
  position: relative;
}
main.top #company .box .title-box::before {
  content: "";
  width: 100%;
  height: 520px;
  background-color: #f5f2ed;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
}
main.top #company .box .title-box span {
  font-size: 16px;
  margin-bottom: 20px;
}
main.top #company .box .title-box p {
  font-size: 16px;
  margin-left: 30px;
}
main.top #company .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 30px;
  margin-top: -120px;
}
@media screen and (max-width: 736px) {
  main.top #company .box ul {
    margin-top: 0;
    gap: 16px;
  }
}
main.top #company .box ul li {
  display: block;
  position: relative;
  overflow: hidden;
  width: 49%;
  height: 320px;
  background-color: #ccc;
}
@media screen and (max-width: 736px) {
  main.top #company .box ul li {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
main.top #company .box ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  z-index: 0;
}
main.top #company .box ul li:nth-child(1) {
  width: calc(50% - 70px);
  -webkit-clip-path: polygon(80px 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(80px 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 736px) {
  main.top #company .box ul li:nth-child(1) {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
  }
}
main.top #company .box ul li:nth-child(1)::before {
  background-image: url("../img/top/company01.jpg");
}
main.top #company .box ul li:nth-child(2) {
  width: calc(50% + 40px);
  margin-top: 160px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 80px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, calc(100% - 80px) 100%, 0% 100%);
}
@media screen and (max-width: 736px) {
  main.top #company .box ul li:nth-child(2) {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
    margin-top: 0;
  }
}
main.top #company .box ul li:nth-child(2)::before {
  background-image: url("../img/top/company02.jpg");
}
main.top #company .box ul li:nth-child(2) a {
  justify-content: flex-end;
}
main.top #company .box ul li:nth-child(2) a h3 {
  margin-left: 0;
  margin-right: 120px;
}
@media screen and (max-width: 736px) {
  main.top #company .box ul li:nth-child(2) a h3 {
    margin: 0 auto;
  }
}
main.top #company .box ul li:nth-child(3) {
  width: calc(50% + 20px);
  margin-top: -160px;
  -webkit-clip-path: polygon(80px 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(80px 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 736px) {
  main.top #company .box ul li:nth-child(3) {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
    margin-top: 0;
  }
}
main.top #company .box ul li:nth-child(3)::before {
  background-image: url("../img/top/company03.jpg");
  background-position: bottom;
}
main.top #company .box ul li:hover::before {
  transform: scale(1.1);
}
main.top #company .box ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
}
main.top #company .box ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
main.top #company .box ul li a h3 {
  color: #fff;
  font-size: 30px;
  font-family: "Hannari", serif;
  z-index: 2;
  text-align: center;
  margin-left: 120px;
}
@media screen and (max-width: 736px) {
  main.top #company .box ul li a h3 {
    margin: 0 auto;
  }
}
main.top #company .box ul li a h3 span {
  display: block;
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
  opacity: 0.8;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
}
main.top #youtube .box .img {
  text-align: center;
}
main.top #youtube .box .img img {
  width: auto;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 736px) {
  main.top #youtube .box .img img {
    height: 30px;
  }
}
main.top #youtube .box ul {
  width: 90%;
  max-width: 800px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 736px) {
  main.top #youtube .box ul {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 736px) {
  main.top #youtube .box ul li {
    width: 100%;
  }
}
main.top #youtube .box ul li iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
}

#mouse-stalker {
  position: fixed;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
  border: none;
  background: #356138;
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-9999px, -9999px);
  transition: width 0.2s ease, height 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.1s ease;
  opacity: 0.8;
}
@media screen and (max-width: 736px) {
  #mouse-stalker {
    display: none;
  }
}

#mouse-stalker.active {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  background: #356138;
  opacity: 0.8;
}

main.sumai #sumai-mv.pc {
  padding-top: 100px;
}
main.sumai #sumai-mv.pc .mv-top {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
main.sumai #sumai-mv.pc .mv-top .img01 {
  width: 70%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 20vw;
}
main.sumai #sumai-mv.pc .mv-top h1 {
  font-family: "Hannari", serif;
  font-size: 2.4vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.92px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 0 40px;
  background-color: #fff;
  margin-top: 4vw;
}
main.sumai #sumai-mv.pc .mv-top .img02 {
  width: 40%;
  margin-top: 8vw;
  height: auto;
  aspect-ratio: 9/16;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.sumai #sumai-mv.pc .mv-bottom {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  background-color: #fff;
  margin-top: 80px;
}
main.sumai #sumai-mv.pc .mv-bottom .img03 {
  width: 50%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: -20vw;
}
main.sumai #sumai-mv.pc .mv-bottom .content-box {
  width: 50%;
  padding-right: 120px;
}
main.sumai #sumai-mv.pc .mv-bottom .content-box .img-box {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
main.sumai #sumai-mv.pc .mv-bottom .content-box .img-box .img04 {
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.sumai #sumai-mv.pc .mv-bottom .content-box .img-box .img05 {
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.sumai #sumai-mv.pc .mv-bottom .content-box .text-box {
  margin-top: 80px;
}
main.sumai #sumai-mv.pc .mv-bottom .content-box .text-box p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
}
main.sumai #sumai-mv.sp .img01 {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 0px;
}
main.sumai #sumai-mv.sp .img02 {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 16px;
  display: none;
}
main.sumai #sumai-mv.sp .text-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  gap: 16px;
  margin: 30px;
}
main.sumai #sumai-mv.sp .text-box h1 {
  font-family: "Hannari", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.92px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
main.sumai #sumai-mv.sp .text-box p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
main.sumai #sumai-mv.sp .img-box {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-right: 30px;
}
main.sumai #sumai-mv.sp .img-box .img-box-left {
  width: 50%;
}
main.sumai #sumai-mv.sp .img-box .img-box-left .img03 {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.sumai #sumai-mv.sp .img-box .img-box-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main.sumai #sumai-mv.sp .img-box .img-box-right .img04,
main.sumai #sumai-mv.sp .img-box .img-box-right .img05 {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.sumai #commitment {
  background-image: url(../img/sumai/bg-commitment01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20vw 0 0;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  main.sumai #commitment {
    padding: 120px 0 0;
    background-size: contain;
    background-repeat: repeat;
    background-position: top;
  }
}
main.sumai #commitment .box {
  width: 100%;
  max-width: none;
}
main.sumai #commitment .box .inner-box {
  padding: 60px 0;
  position: relative;
}
main.sumai #commitment .box .inner-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/sumai/bg-commitment02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: 1;
}
main.sumai #commitment .box .inner-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #356138;
  mix-blend-mode: multiply;
  z-index: 2;
}
main.sumai #commitment .box .inner-box > * {
  position: relative;
  z-index: 3;
}
main.sumai #commitment .box .inner-box h2 {
  color: #fff;
  font-family: "Hannari", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.24px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.3;
}
@media screen and (max-width: 736px) {
  main.sumai #commitment .box .inner-box h2 {
    font-size: 32px;
    top: -28px;
  }
}
main.sumai #commitment .box .inner-box h2 span {
  display: block;
  width: 100%;
  font-size: 20px;
  text-align: center;
}
main.sumai #commitment .box .inner-box ul#commitment-slider {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
main.sumai #commitment .box .inner-box ul#commitment-slider .slick-prev,
main.sumai #commitment .box .inner-box ul#commitment-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 736px) {
  main.sumai #commitment .box .inner-box ul#commitment-slider .slick-prev,
  main.sumai #commitment .box .inner-box ul#commitment-slider .slick-next {
    display: none !important;
  }
}
main.sumai #commitment .box .inner-box ul#commitment-slider .slick-prev img,
main.sumai #commitment .box .inner-box ul#commitment-slider .slick-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main.sumai #commitment .box .inner-box ul#commitment-slider .slick-prev {
  left: 260px;
}
@media screen and (max-width: 736px) {
  main.sumai #commitment .box .inner-box ul#commitment-slider .slick-prev {
    left: 38px;
  }
}
main.sumai #commitment .box .inner-box ul#commitment-slider .slick-next {
  right: 260px;
}
@media screen and (max-width: 736px) {
  main.sumai #commitment .box .inner-box ul#commitment-slider .slick-next {
    right: 38px;
  }
}
main.sumai #commitment .box .inner-box ul#commitment-slider .slick-next img {
  transform: rotate(180deg);
}
main.sumai #commitment .box .inner-box ul#commitment-slider.slick-slider {
  display: block;
  overflow: visible;
}
main.sumai #commitment .box .inner-box ul#commitment-slider .slick-list {
  overflow: visible !important;
}
main.sumai #commitment .box .inner-box ul#commitment-slider .slick-track {
  display: flex;
  align-items: stretch;
}
main.sumai #commitment .box .inner-box ul#commitment-slider .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0.35;
  transition: all 0.4s ease;
  padding: 24px;
  margin: 30px;
}
main.sumai #commitment .box .inner-box ul#commitment-slider .slick-slide.slick-center {
  opacity: 1;
  z-index: 3;
}
main.sumai #commitment .box .inner-box ul#commitment-slider li.slick-slide {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 24px;
  border: 1px solid #fff;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  main.sumai #commitment .box .inner-box ul#commitment-slider li.slick-slide {
    flex-direction: column;
    gap: 0;
    padding: 12px;
    margin: 8px;
    justify-content: flex-start;
    height: auto;
  }
}
main.sumai #commitment .box .inner-box ul#commitment-slider li.slick-slide .text-box {
  width: 40%;
}
@media screen and (max-width: 736px) {
  main.sumai #commitment .box .inner-box ul#commitment-slider li.slick-slide .text-box {
    width: 100%;
  }
}
main.sumai #commitment .box .inner-box ul#commitment-slider li.slick-slide .text-box .num {
  display: block;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.96px;
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  main.sumai #commitment .box .inner-box ul#commitment-slider li.slick-slide .text-box .num {
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px;
  }
}
main.sumai #commitment .box .inner-box ul#commitment-slider li.slick-slide .text-box h3 {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.96px;
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  main.sumai #commitment .box .inner-box ul#commitment-slider li.slick-slide .text-box h3 {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
  }
}
main.sumai #commitment .box .inner-box ul#commitment-slider li.slick-slide .text-box p {
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 736px) {
  main.sumai #commitment .box .inner-box ul#commitment-slider li.slick-slide .text-box p {
    margin-bottom: 16px;
  }
}
main.sumai #commitment .box .inner-box ul#commitment-slider li.slick-slide .text-box p small {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
main.sumai #commitment .box .inner-box ul#commitment-slider li.slick-slide .img-box {
  width: 60%;
}
@media screen and (max-width: 736px) {
  main.sumai #commitment .box .inner-box ul#commitment-slider li.slick-slide .img-box {
    width: 100%;
  }
}
main.sumai #commitment .box .inner-box ul#commitment-slider li.slick-slide .img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/3;
  border-radius: 10px;
}
main.sumai #commitment .box .inner-box .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 4px;
  list-style: none;
  padding: 0;
}
main.sumai #commitment .box .inner-box .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
main.sumai #commitment .box .inner-box .slick-dots li button.slick-dot-custom {
  width: 60px;
  height: 2px;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  font-size: 0;
  transition: all 0.3s ease;
}
main.sumai #commitment .box .inner-box .slick-dots li button.slick-dot-custom:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
main.sumai #commitment .box .inner-box .slick-dots li.slick-active button.slick-dot-custom {
  background-color: #fff;
}
main.sumai #sumai-works {
  padding: 0 0 40px;
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  position: relative;
}
@media screen and (max-width: 736px) {
  main.sumai #sumai-works {
    padding: 0;
    aspect-ratio: 1/1;
  }
}
main.sumai #sumai-works .box {
  width: 100%;
  height: 100%;
  position: relative;
}
main.sumai #sumai-works .box .title-box {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  transform: rotate(90deg);
  transform-origin: left top;
  padding-right: 100px;
  border-bottom: 1px solid #fff;
}
main.sumai #sumai-works .box .title-box h2 {
  color: #fff;
  line-height: 1em;
  padding-left: 16px;
}
main.sumai #sumai-works .box .title-box span {
  color: #fff;
  line-height: 1em;
  padding: 0 0 4px 10px;
}
main.sumai #sumai-works .img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
main.sumai #sumai-works img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
main.sumai #sumai-works .text-box {
  display: inline-block;
  width: auto;
  padding: 16px 80px 16px 5%;
  background-color: rgba(53, 97, 56, 0.85);
  -webkit-clip-path: polygon(0% 0%, calc(100% - 80px) 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 80px) 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 736px) {
  main.sumai #sumai-works .text-box {
    width: 100%;
    padding: 16px 0;
    -webkit-clip-path: none;
            clip-path: none;
    text-align: center;
  }
}
main.sumai #sumai-works .text-box .num {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 14px;
  text-decoration: underline;
}
main.sumai #sumai-works .text-box h3 {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.96px;
  margin-bottom: 16px;
  margin-top: 16px;
}
main.sumai #sumai-works .text-box a {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.56px;
  border: 1px solid #fff;
  padding: 4px 24px;
  border-radius: 100px;
  display: inline-block;
}
@media screen and (max-width: 736px) {
  main.sumai #sumai-filter {
    padding: 0;
  }
}
@media screen and (max-width: 736px) {
  main.sumai #sumai-filter .box {
    width: 100%;
  }
}
main.sumai #sumai-filter .box ul {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 736px) {
  main.sumai #sumai-filter .box ul {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 736px) {
  main.sumai #sumai-filter .box ul li {
    width: 100%;
  }
}
main.sumai #sumai-filter .box ul li a {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
  border: 1px solid #000;
  padding: 12px 24px 32px;
  position: relative;
}
@media screen and (max-width: 736px) {
  main.sumai #sumai-filter .box ul li a {
    display: block;
    padding: 12px 24px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #000;
  }
}
main.sumai #sumai-filter .box ul li a::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-image: url(../img/common/icon-arrow-down02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 736px) {
  main.sumai #sumai-filter .box ul li a::after {
    background-image: url(../img/common/icon-arrow-down.png);
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1;
    left: auto;
    right: 16px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(-90deg);
  }
}
main.sumai #link {
  background-color: rgba(53, 97, 56, 0.85);
  padding: 0;
  margin: 80px auto;
}
@media screen and (max-width: 736px) {
  main.sumai #link .box {
    width: 100%;
  }
}
main.sumai #link .box ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 736px) {
  main.sumai #link .box ul {
    flex-direction: column;
    gap: 0;
  }
}
main.sumai #link .box ul li {
  width: 33.3333333333%;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 736px) {
  main.sumai #link .box ul li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
main.sumai #link .box ul li a {
  display: block;
  width: 100%;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.56px;
  position: relative;
  text-align: center;
  padding: 24px 0;
  background-color: #356138;
}
main.sumai #link .box ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-image: url(../img/common/icon-circle-wh.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
main.sumai #link .box ul li:last-of-type {
  border-right: none;
}
main.sumai #voice {
  overflow: hidden;
}
main.sumai #voice .box .title-box {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
main.sumai #voice .box .inner-box {
  margin-top: 30px;
}
main.sumai #voice .box .inner-box ul#voice-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
main.sumai #voice .box .inner-box ul#voice-slider.slick-slider {
  display: block;
  overflow: visible;
}
main.sumai #voice .box .inner-box ul#voice-slider .slick-list {
  overflow: visible !important;
}
main.sumai #voice .box .inner-box ul#voice-slider .slick-track {
  display: flex;
  align-items: stretch;
}
main.sumai #voice .box .inner-box ul#voice-slider .slick-slide {
  display: flex !important;
  align-items: stretch;
  justify-content: center;
  opacity: 0.35;
  transition: transform 0.35s ease, opacity 0.35s ease;
  padding: 24px;
}
@media screen and (max-width: 736px) {
  main.sumai #voice .box .inner-box ul#voice-slider .slick-slide {
    flex-direction: column;
    gap: 0;
    padding: 12px;
    margin: 8px;
    justify-content: flex-start;
    height: auto;
    border-radius: 12px;
  }
}
main.sumai #voice .box .inner-box ul#voice-slider .slick-slide.slick-center {
  opacity: 1;
  z-index: 3;
}
main.sumai #voice .box .inner-box ul#voice-slider li {
  margin: 0 20px;
  position: relative;
}
main.sumai #voice .box .inner-box ul#voice-slider li a {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  border: 1px solid #356138;
  border-radius: 32px;
  padding: 32px;
  gap: 24px;
  background-color: #f5f2ed;
  height: 100%;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  main.sumai #voice .box .inner-box ul#voice-slider li a {
    flex-direction: column;
    gap: 0;
    padding: 12px;
    justify-content: flex-start;
    height: auto;
    border-radius: 12px;
  }
}
main.sumai #voice .box .inner-box ul#voice-slider li a::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 0.5px);
  left: 20%;
  width: 100px;
  height: auto;
  aspect-ratio: 218/87;
  background-image: url(../img/common/icon-voice.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
main.sumai #voice .box .inner-box ul#voice-slider li a .img-box {
  width: 40%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 736px) {
  main.sumai #voice .box .inner-box ul#voice-slider li a .img-box {
    width: 100%;
  }
}
main.sumai #voice .box .inner-box ul#voice-slider li a .img-box img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 12px;
}
main.sumai #voice .box .inner-box ul#voice-slider li a .text-box {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 736px) {
  main.sumai #voice .box .inner-box ul#voice-slider li a .text-box {
    width: 100%;
    margin-top: 16px;
  }
}
main.sumai #voice .box .inner-box ul#voice-slider li a .text-box h3 {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.96px;
  padding: 16px 32px;
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 736px) {
  main.sumai #voice .box .inner-box ul#voice-slider li a .text-box h3 {
    font-size: 18px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
  }
}
main.sumai #voice .box .inner-box ul#voice-slider li a .text-box p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 350;
  line-height: 170%;
  letter-spacing: 0.56px;
  flex-grow: 1;
}
main.sumai #voice .box .inner-box .arrow-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  main.sumai #voice .box .inner-box .arrow-box {
    margin-top: 20px;
  }
}
main.sumai #voice .box .inner-box .arrow-box .prev,
main.sumai #voice .box .inner-box .arrow-box .next {
  cursor: pointer;
}
main.sumai #voice .box .inner-box .arrow-box .prev img,
main.sumai #voice .box .inner-box .arrow-box .next img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main.sumai #voice .box .inner-box .arrow-box .prev img {
  transform: rotate(180deg);
}
main.sumai #land .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
main.sumai #land .box ul li {
  width: 49%;
  padding: 16px 0;
  border-top: 1px solid #356138;
}
@media screen and (max-width: 736px) {
  main.sumai #land .box ul li {
    width: 100%;
    padding: 12px 0;
    border-top: none;
    border-bottom: 1px solid #356138;
  }
}
main.sumai #land .box ul li:nth-last-child(-n+2) {
  border-bottom: 1px solid #356138;
}
main.sumai #land .box ul li a {
  display: flex;
  align-items: center;
  gap: 16px;
}
main.sumai #land .box ul li a .img-box {
  width: 25%;
}
main.sumai #land .box ul li a .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.sumai #land .box ul li a .text-box {
  width: 75%;
}
main.sumai #land .box ul li a .text-box span.date {
  color: #626262;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
}
main.sumai #land .box ul li a .text-box span.area {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.48px;
}
main.sumai #land .box ul li a .text-box h3 {
  width: 100%;
  color: #626262;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 736px) {
  main.sumai #land .box ul li a .text-box h3 {
    font-size: 14px;
  }
}
main.sumai #land .box .btn-box {
  margin-top: 40px;
  text-align: center;
}
main.sumai #local {
  background-color: #f5f2ed;
  padding: 120px 0 80px;
  position: relative;
}
@media screen and (max-width: 736px) {
  main.sumai #local {
    padding: 40px 0 40px;
  }
}
main.sumai #local::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  height: 100%;
  background-image: url(../img/sumai/local01.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  main.sumai #local::before {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
main.sumai #local .box .inner-box {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  main.sumai #local .box .inner-box {
    margin-top: 300px;
  }
}
main.sumai #local .box .inner-box .content-box {
  width: 50%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 736px) {
  main.sumai #local .box .inner-box .content-box {
    width: 100%;
    margin: 0;
  }
}
main.sumai #local .box .inner-box .content-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.sumai #local .box .inner-box .content-box ul li {
  width: 47%;
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  main.sumai #local .box .inner-box .content-box ul li {
    width: 100%;
  }
}
main.sumai #local .box .inner-box .content-box ul li a {
  display: block;
}
@media screen and (max-width: 736px) {
  main.sumai #local .box .inner-box .content-box ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #356138;
  }
}
main.sumai #local .box .inner-box .content-box ul li a .img-box {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 736px) {
  main.sumai #local .box .inner-box .content-box ul li a .img-box {
    width: 35%;
    margin-right: 5%;
  }
}
main.sumai #local .box .inner-box .content-box ul li a .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 736px) {
  main.sumai #local .box .inner-box .content-box ul li a .img-box img {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
main.sumai #local .box .inner-box .content-box ul li a .text-box {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 736px) {
  main.sumai #local .box .inner-box .content-box ul li a .text-box {
    flex: 1;
  }
}
main.sumai #local .box .inner-box .content-box ul li a .text-box span.date {
  color: #626262;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
}
main.sumai #local .box .inner-box .content-box ul li a .text-box span.cat {
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  padding: 3px 16px;
  border-radius: 2px;
  background: #356138;
}
main.sumai #local .box .inner-box .content-box ul li a .text-box h3 {
  width: 100%;
  color: #626262;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 736px) {
  main.sumai #local .box .inner-box .content-box ul li a .text-box h3 {
    font-size: 14px;
  }
}
main.sumai #local .box .inner-box .content-box ul li a .text-box img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 736px) {
  main.sumai #local .box .inner-box .content-box ul li a .text-box img {
    display: none;
  }
}
main.sumai #local .box .inner-box .content-box .btn-box {
  margin-top: 40px;
  text-align: center;
}

main.about #about {
  padding-bottom: 0;
}
@media screen and (max-width: 736px) {
  main.about #about {
    padding-top: 0;
  }
}
main.about #about .box {
  width: 100%;
  max-width: none;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main.about #about .box {
    flex-direction: column;
  }
}
main.about #about .box .img-box {
  width: 50%;
}
@media screen and (max-width: 736px) {
  main.about #about .box .img-box {
    width: 100%;
  }
}
main.about #about .box .img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.about #about .box .text-box {
  width: 50%;
  padding: 120px 100px 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-image: url("../img/about/bg-about.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 736px) {
  main.about #about .box .text-box {
    width: 100%;
    padding: 80px 32px;
  }
}
main.about #about .box .text-box h2 {
  color: #F9F8F5;
  font-family: "Hannari", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.24px;
}
@media screen and (max-width: 736px) {
  main.about #about .box .text-box h2 {
    font-size: 40px;
    letter-spacing: 1.6px;
  }
}
main.about #about .box .text-box h3 {
  color: #F9F8F5;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
  main.about #about .box .text-box h3 {
    font-size: 20px;
    line-height: 180%; /* 36px */
    letter-spacing: 0.8px;
    margin-bottom: 64px;
  }
}
main.about #about .box .text-box p {
  color: #F9F8F5;
  font-family: "Noto Sans", sans-serif;
  /* body/本文/M */
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
}
@media screen and (max-width: 736px) {
  main.about #about .box .text-box p {
    padding-left: 32px;
  }
}
main.about #strength {
  background-image: url("../img/common/bg-grid.png");
  background-repeat: repeat;
  background-position: 0 0;
}
main.about #strength .box {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 736px) {
  main.about #strength .box {
    gap: 16px;
  }
}
main.about #strength .box .side-title-box h2 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #356138;
  padding: 12px 8px;
}
@media screen and (max-width: 736px) {
  main.about #strength .box .side-title-box h2 {
    font-size: 16px;
    line-height: 110%; /* 19.8px */
    padding: 20px 4px;
  }
}
main.about #strength .box .content-box {
  flex: 1;
}
main.about #strength .box .content-box ul li {
  border-radius: 4px;
  border: 2px solid #3B9443;
  background: #FFF;
  padding: 20px 24px 24px;
  margin-bottom: 24px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 736px) {
  main.about #strength .box .content-box ul li {
    padding: 16px 16px 24px;
    margin-bottom: 16px;
  }
}
main.about #strength .box .content-box ul li:nth-of-type(2) {
  z-index: 20;
}
main.about #strength .box .content-box ul li:last-of-type {
  z-index: 30;
}
main.about #strength .box .content-box ul li .heading-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #3B9443;
}
main.about #strength .box .content-box ul li .heading-box .num {
  color: #3B9443;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 24px 12px 8px;
  border-right: 1px solid #3B9443;
}
main.about #strength .box .content-box ul li .heading-box .sub {
  color: #3B9443;
  font-family: "Noto Serif", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 12px;
}
@media screen and (max-width: 736px) {
  main.about #strength .box .content-box ul li .heading-box .sub {
    font-size: 12px;
  }
}
main.about #strength .box .content-box ul li .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #3B9443;
  margin-top: 2px;
  padding: 24px 0 0 48px;
}
@media screen and (max-width: 736px) {
  main.about #strength .box .content-box ul li .flex-box {
    flex-direction: column;
    padding-left: 0;
  }
}
main.about #strength .box .content-box ul li .flex-box .text-box {
  width: 50%;
}
@media screen and (max-width: 736px) {
  main.about #strength .box .content-box ul li .flex-box .text-box {
    width: 100%;
  }
}
main.about #strength .box .content-box ul li .flex-box .text-box h3 {
  color: #356138;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.96px;
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  main.about #strength .box .content-box ul li .flex-box .text-box h3 {
    font-size: 18px;
  }
}
main.about #strength .box .content-box ul li .flex-box .text-box p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
}
@media screen and (max-width: 736px) {
  main.about #strength .box .content-box ul li .flex-box .text-box p {
    margin-bottom: 24px;
  }
}
main.about #strength .box .content-box ul li .img-box {
  width: 40%;
}
@media screen and (max-width: 736px) {
  main.about #strength .box .content-box ul li .img-box {
    width: 100%;
  }
}
main.about #strength .box .content-box ul li .img-box img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
main.about #service {
  background-image: url("../img/about/bg-service.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 32px 32px 0 0;
  border-bottom: 2px solid #000;
  padding-top: 120px;
}
@media screen and (max-width: 736px) {
  main.about #service {
    border-radius: 8px 8px 0 0;
    padding-top: 60px;
  }
}
main.about #service .box {
  width: 100%;
  max-width: none;
}
main.about #service .box .inner-box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #3B9443;
  background: #F5F2ED;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  main.about #service .box .inner-box {
    flex-direction: column;
    gap: 40px;
    padding: 32px 24px 40px;
    width: calc(100% - 60px);
  }
}
main.about #service .box .inner-box .tombo01,
main.about #service .box .inner-box .tombo02,
main.about #service .box .inner-box .tombo03,
main.about #service .box .inner-box .tombo04 {
  position: absolute;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main.about #service .box .inner-box .tombo01 {
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
}
@media screen and (max-width: 736px) {
  main.about #service .box .inner-box .tombo01 {
    width: 60px;
    top: -30px;
  }
}
main.about #service .box .inner-box .tombo02 {
  top: 50%;
  right: -90px;
  transform: translateY(-50%) rotate(90deg);
  width: auto;
  height: 40px;
}
@media screen and (max-width: 736px) {
  main.about #service .box .inner-box .tombo02 {
    height: 20px;
    right: -45px;
  }
}
main.about #service .box .inner-box .tombo03 {
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 120px;
}
@media screen and (max-width: 736px) {
  main.about #service .box .inner-box .tombo03 {
    width: 60px;
    bottom: -30px;
  }
}
main.about #service .box .inner-box .tombo04 {
  top: 50%;
  left: -90px;
  transform: translateY(-50%) rotate(270deg);
  width: auto;
  height: 40px;
}
@media screen and (max-width: 736px) {
  main.about #service .box .inner-box .tombo04 {
    height: 20px;
    left: -45px;
  }
}
main.about #service .box .inner-box .text-box {
  width: 55%;
}
@media screen and (max-width: 736px) {
  main.about #service .box .inner-box .text-box {
    width: 100%;
  }
}
main.about #service .box .inner-box .text-box h2 {
  color: #356138;
  font-family: "Noto Serif", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 54.4px */
  letter-spacing: 1.28px;
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  main.about #service .box .inner-box .text-box h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
main.about #service .box .inner-box .text-box p {
  color: #356138;
  font-family: "Noto Serif", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.56px;
}
main.about #service .box .inner-box .img-box {
  width: 40%;
}
@media screen and (max-width: 736px) {
  main.about #service .box .inner-box .img-box {
    width: 100%;
  }
}
main.about #service .box .inner-box .img-box img {
  width: 100%;
  height: auto;
}
main.about #service .box .service-gallery {
  margin-top: 120px;
  width: 100%;
  height: auto;
  display: flex;
}
@media screen and (max-width: 736px) {
  main.about #service .box .service-gallery {
    margin-top: 60px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 736px) {
  main.about #service .box .service-gallery img {
    width: 50%;
  }
}
main.about #company05 {
  border-bottom: none;
}
main.about #company05 .box {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 736px) {
  main.about #company05 .box {
    flex-direction: column;
    gap: 0px;
  }
}
main.about #company05 .box .inner-box {
  flex: 1;
}
@media screen and (max-width: 736px) {
  main.about #company05 .box .inner-box {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 32px;
    border-bottom: 2px dashed #B3B3B3;
  }
}
main.about #company05 .box .inner-box a {
  width: 50%;
  border-radius: 4px;
  border: 1px solid #356138;
  background: #F9F8F5;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #356138;
  font-family: "Libre Baskerville", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.92px;
  position: relative;
}
@media screen and (max-width: 736px) {
  main.about #company05 .box .inner-box a {
    width: 100%;
    padding: 24px;
    font-size: 20px;
  }
}
main.about #company05 .box .inner-box a span {
  color: #356138;
  font-family: "Noto Serif", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 736px) {
  main.about #company05 .box .inner-box a span {
    font-size: 12px;
  }
}
main.about #company05 .box .inner-box a img.icon-link {
  position: absolute;
  bottom: 40px;
  right: 32px;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

main.reform #reform .box ul {
  display: flex;
  flex-wrap: wrap;
}
main.reform #reform .box ul li {
  width: 25%;
  padding: 32px 32px 48px;
  border-bottom: 1px solid #356138;
  border-left: 1px solid #356138;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 736px) {
  main.reform #reform .box ul li {
    width: 100%;
    padding: 16px 16px 24px;
    border-top: 1px solid #356138;
    border-right: 1px solid #356138;
    border-left: 1px solid #356138;
    border-bottom: none;
  }
}
main.reform #reform .box ul li:nth-child(1), main.reform #reform .box ul li:nth-child(2), main.reform #reform .box ul li:nth-child(3), main.reform #reform .box ul li:nth-child(4) {
  border-top: 1px solid #356138;
}
@media screen and (max-width: 736px) {
  main.reform #reform .box ul li:nth-child(1) {
    border-top: 1px solid #356138;
  }
}
main.reform #reform .box ul li:nth-child(4n) {
  border-right: 1px solid #356138;
}
main.reform #reform .box ul li:last-child {
  border-right: 1px solid #356138;
  width: calc(25% + 1px);
}
@media screen and (max-width: 736px) {
  main.reform #reform .box ul li:last-child {
    width: 100%;
    border-bottom: 1px solid #356138;
  }
}
@media screen and (max-width: 736px) {
  main.reform #reform .box ul li:nth-child(2n) {
    border-right: 1px solid #356138;
  }
}
main.reform #reform .box ul li h3 {
  color: #000;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.72px;
}
main.reform #reform .box ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 736px) {
  main.reform #reform .box ul li img {
    aspect-ratio: 16/9;
  }
}
main.reform #reform .box ul li p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
}

main.insurance #insurance .box ul {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 736px) {
  main.insurance #insurance .box ul {
    flex-direction: column;
    gap: 16px;
  }
}
main.insurance #insurance .box ul li {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #F5F2ED;
  padding: 40px 56px 16px;
}
@media screen and (max-width: 736px) {
  main.insurance #insurance .box ul li {
    padding: 32px 24px 16px;
  }
}
main.insurance #insurance .box ul li span {
  color: #7F7F7F;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
  margin-bottom: 24px;
  display: block;
}
@media screen and (max-width: 736px) {
  main.insurance #insurance .box ul li span {
    font-size: 12px;
    line-height: 170%; /* 19.2px */
    letter-spacing: 0.48px;
  }
}
main.insurance #insurance .box ul li h3 {
  color: #318338;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}
@media screen and (max-width: 736px) {
  main.insurance #insurance .box ul li h3 {
    font-size: 20px;
    line-height: 170%; /* 32px */
    letter-spacing: 0.8px;
  }
}
main.insurance #insurance .box ul li p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
  margin-bottom: 40px;
}
main.insurance #insurance .box ul li .line-box {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
}

main.company .company-box {
  width: 90%;
  height: 100%;
  max-width: none;
  margin: 0 auto;
  position: relative;
}
main.company #company-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  padding: 32px 32px 8px;
}
@media screen and (max-width: 736px) {
  main.company #company-sidebar {
    position: static !important;
    width: 100%;
    padding: 24px 24px 8px;
  }
}
@media screen and (max-width: 736px) {
  main.company #company-sidebar .box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media screen and (max-width: 736px) {
  main.company #company-sidebar .box ul li {
    width: calc(50% - 8px);
  }
}
main.company #company-sidebar .box ul li a {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  main.company #company-sidebar .box ul li a {
    font-size: 14px;
    line-height: 170%; /* 23.8px */
    letter-spacing: 0.56px;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
main.company #company-sidebar .box ul li a img {
  width: 16px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main.company #company-sidebar .box ul li:last-child a {
  border-bottom: none;
  margin-bottom: 0;
}
main.company #company01,
main.company #company02,
main.company #company03,
main.company #company04,
main.company #company05 {
  margin-left: 280px;
  padding: 0 0 56px;
  border-bottom: 2px dashed #B3B3B3;
  margin-bottom: 32px;
}
@media screen and (max-width: 736px) {
  main.company #company01,
  main.company #company02,
  main.company #company03,
  main.company #company04,
  main.company #company05 {
    margin-left: 0;
    padding: 0 0 32px;
  }
}
main.company #company01 .box,
main.company #company02 .box,
main.company #company03 .box,
main.company #company04 .box,
main.company #company05 .box {
  width: 100%;
  max-width: none;
}
main.company #company01 .box h3.subtitle,
main.company #company02 .box h3.subtitle,
main.company #company03 .box h3.subtitle,
main.company #company04 .box h3.subtitle,
main.company #company05 .box h3.subtitle {
  color: #756243;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 12px;
  position: relative;
  margin-bottom: 16px;
}
main.company #company01 .box h3.subtitle::before,
main.company #company02 .box h3.subtitle::before,
main.company #company03 .box h3.subtitle::before,
main.company #company04 .box h3.subtitle::before,
main.company #company05 .box h3.subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #756243;
}
main.company #company01 .box .table-box,
main.company #company02 .box .table-box,
main.company #company03 .box .table-box,
main.company #company04 .box .table-box,
main.company #company05 .box .table-box {
  border-radius: 8px;
  border: 1px solid #C4C4C4;
  background: #F5F2ED;
  padding: 10px 32px;
  margin-bottom: 40px;
}
main.company #company01 .box .table-box table,
main.company #company02 .box .table-box table,
main.company #company03 .box .table-box table,
main.company #company04 .box .table-box table,
main.company #company05 .box .table-box table {
  width: 100%;
  border-collapse: collapse;
}
main.company #company01 .box .table-box table tr:last-child th, main.company #company01 .box .table-box table tr:last-child td,
main.company #company02 .box .table-box table tr:last-child th,
main.company #company02 .box .table-box table tr:last-child td,
main.company #company03 .box .table-box table tr:last-child th,
main.company #company03 .box .table-box table tr:last-child td,
main.company #company04 .box .table-box table tr:last-child th,
main.company #company04 .box .table-box table tr:last-child td,
main.company #company05 .box .table-box table tr:last-child th,
main.company #company05 .box .table-box table tr:last-child td {
  border-bottom: none;
}
main.company #company01 .box .table-box table tr th, main.company #company01 .box .table-box table tr td,
main.company #company02 .box .table-box table tr th,
main.company #company02 .box .table-box table tr td,
main.company #company03 .box .table-box table tr th,
main.company #company03 .box .table-box table tr td,
main.company #company04 .box .table-box table tr th,
main.company #company04 .box .table-box table tr td,
main.company #company05 .box .table-box table tr th,
main.company #company05 .box .table-box table tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0;
}
@media screen and (max-width: 736px) {
  main.company #company01 .box .table-box table tr th, main.company #company01 .box .table-box table tr td,
  main.company #company02 .box .table-box table tr th,
  main.company #company02 .box .table-box table tr td,
  main.company #company03 .box .table-box table tr th,
  main.company #company03 .box .table-box table tr td,
  main.company #company04 .box .table-box table tr th,
  main.company #company04 .box .table-box table tr td,
  main.company #company05 .box .table-box table tr th,
  main.company #company05 .box .table-box table tr td {
    width: 100%;
    display: block;
  }
}
main.company #company01 .box .table-box table tr th,
main.company #company02 .box .table-box table tr th,
main.company #company03 .box .table-box table tr th,
main.company #company04 .box .table-box table tr th,
main.company #company05 .box .table-box table tr th {
  width: 15em;
  color: #957D56;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
}
@media screen and (max-width: 736px) {
  main.company #company01 .box .table-box table tr th,
  main.company #company02 .box .table-box table tr th,
  main.company #company03 .box .table-box table tr th,
  main.company #company04 .box .table-box table tr th,
  main.company #company05 .box .table-box table tr th {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 12px;
  }
}
main.company #company01 .box .table-box table tr td,
main.company #company02 .box .table-box table tr td,
main.company #company03 .box .table-box table tr td,
main.company #company04 .box .table-box table tr td,
main.company #company05 .box .table-box table tr td {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
}
@media screen and (max-width: 736px) {
  main.company #company01 .box .table-box table tr td,
  main.company #company02 .box .table-box table tr td,
  main.company #company03 .box .table-box table tr td,
  main.company #company04 .box .table-box table tr td,
  main.company #company05 .box .table-box table tr td {
    padding-top: 2px;
    font-size: 12px;
  }
}
main.company #company01 .box .table-box table tr td a,
main.company #company02 .box .table-box table tr td a,
main.company #company03 .box .table-box table tr td a,
main.company #company04 .box .table-box table tr td a,
main.company #company05 .box .table-box table tr td a {
  color: #3B9443;
  text-decoration: underline;
}
main.company #company01 .box .table-box table tr td iframe,
main.company #company02 .box .table-box table tr td iframe,
main.company #company03 .box .table-box table tr td iframe,
main.company #company04 .box .table-box table tr td iframe,
main.company #company05 .box .table-box table tr td iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: 16px;
}
main.company #company01 .box .table-box-flex,
main.company #company02 .box .table-box-flex,
main.company #company03 .box .table-box-flex,
main.company #company04 .box .table-box-flex,
main.company #company05 .box .table-box-flex {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 736px) {
  main.company #company01 .box .table-box-flex,
  main.company #company02 .box .table-box-flex,
  main.company #company03 .box .table-box-flex,
  main.company #company04 .box .table-box-flex,
  main.company #company05 .box .table-box-flex {
    flex-direction: column;
    gap: 0px;
  }
}
@media screen and (max-width: 736px) {
  main.company #company01 .box .table-box-flex table tr:last-child td,
  main.company #company02 .box .table-box-flex table tr:last-child td,
  main.company #company03 .box .table-box-flex table tr:last-child td,
  main.company #company04 .box .table-box-flex table tr:last-child td,
  main.company #company05 .box .table-box-flex table tr:last-child td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 736px) {
  main.company #company01 {
    margin-top: 60px;
  }
}
main.company #company01 .box .inner-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 736px) {
  main.company #company01 .box .inner-box {
    flex-direction: column;
    gap: 32px;
  }
}
main.company #company01 .box .inner-box .text-box {
  flex: 1;
}
main.company #company01 .box .inner-box .text-box p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
}
main.company #company01 .box .inner-box .text-box p.right {
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
main.company #company01 .box .inner-box .text-box p.right small {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
}
main.company #company01 .box .inner-box .img-box {
  width: 30%;
}
@media screen and (max-width: 736px) {
  main.company #company01 .box .inner-box .img-box {
    width: 100%;
  }
}
main.company #company01 .box .inner-box .img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 9/10;
  -o-object-position: bottom;
     object-position: bottom;
}
main.company #company02 .box .inner-box {
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 736px) {
  main.company #company02 .box .inner-box {
    flex-direction: column;
    gap: 32px;
  }
}
main.company #company02 .box .inner-box h3 {
  color: #333;
  text-align: center;
  font-family: "Hannari", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.56px;
}
main.company #company02 .box .inner-box p {
  color: #000;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 39.6px */
  letter-spacing: 0.72px;
}
@media screen and (max-width: 736px) {
  main.company #company02 .box .inner-box p {
    display: flex;
    justify-content: space-around;
  }
}
main.company #company02 .box .inner-box p span {
  display: block;
}
@media screen and (max-width: 736px) {
  main.company #company02 .box .inner-box p span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1.5;
    text-indent: -2em;
    padding-top: 2em;
  }
}
main.company #company04 .box .inner-box ul li {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
main.company #company04 .box .inner-box ul li .meta-box {
  width: 10em;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 736px) {
  main.company #company04 .box .inner-box ul li .meta-box {
    width: 4em;
    flex-direction: column;
    justify-content: center;
  }
}
main.company #company04 .box .inner-box ul li .meta-box span.num {
  display: block;
  color: #3B9443;
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main.company #company04 .box .inner-box ul li .meta-box span.num {
    font-size: 20px;
  }
}
main.company #company04 .box .inner-box ul li .meta-box span.num02 {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.48px;
}
main.company #company04 .box .inner-box ul li .text-box {
  flex: 1;
  padding: 0 0 24px 8px;
  position: relative;
}
main.company #company04 .box .inner-box ul li .text-box::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -40px;
  width: 9px;
  height: 9px;
  background-color: #356138;
}
@media screen and (max-width: 736px) {
  main.company #company04 .box .inner-box ul li .text-box::before {
    left: -20px;
  }
}
main.company #company04 .box .inner-box ul li .text-box::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -36px;
  width: 1px;
  height: 100%;
  background-color: #356138;
}
@media screen and (max-width: 736px) {
  main.company #company04 .box .inner-box ul li .text-box::after {
    left: -16px;
  }
}
main.company #company04 .box .inner-box ul li .text-box h3 {
  color: #4a4a4a;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.72px;
  margin-bottom: 8px;
}
main.company #company04 .box .inner-box ul li .text-box p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
}
main.company #company05 {
  border-bottom: none;
}
main.company #company05 .box {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 736px) {
  main.company #company05 .box {
    flex-direction: column;
    gap: 0px;
  }
}
main.company #company05 .box .inner-box {
  flex: 1;
}
@media screen and (max-width: 736px) {
  main.company #company05 .box .inner-box {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 32px;
    border-bottom: 2px dashed #B3B3B3;
  }
}
main.company #company05 .box .inner-box a {
  border-radius: 4px;
  border: 1px solid #356138;
  background: #F9F8F5;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #356138;
  font-family: "Libre Baskerville", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.92px;
  position: relative;
}
@media screen and (max-width: 736px) {
  main.company #company05 .box .inner-box a {
    padding: 24px;
    font-size: 20px;
  }
}
main.company #company05 .box .inner-box a span {
  color: #356138;
  font-family: "Noto Serif", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 736px) {
  main.company #company05 .box .inner-box a span {
    font-size: 12px;
  }
}
main.company #company05 .box .inner-box a img.icon-link {
  position: absolute;
  bottom: 40px;
  right: 32px;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

main.news #news-list .box ul li a,
main.news #area-list .box ul li a,
main.area #news-list .box ul li a,
main.area #area-list .box ul li a {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
}
main.news #news-list .box ul li a .img-box,
main.news #area-list .box ul li a .img-box,
main.area #news-list .box ul li a .img-box,
main.area #area-list .box ul li a .img-box {
  width: 16%;
}
@media screen and (max-width: 736px) {
  main.news #news-list .box ul li a .img-box,
  main.news #area-list .box ul li a .img-box,
  main.area #news-list .box ul li a .img-box,
  main.area #area-list .box ul li a .img-box {
    width: 32%;
  }
}
main.news #news-list .box ul li a .img-box img,
main.news #area-list .box ul li a .img-box img,
main.area #news-list .box ul li a .img-box img,
main.area #area-list .box ul li a .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.news #news-list .box ul li a .text-box,
main.news #area-list .box ul li a .text-box,
main.area #news-list .box ul li a .text-box,
main.area #area-list .box ul li a .text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
main.news #news-list .box ul li a .text-box h3,
main.news #area-list .box ul li a .text-box h3,
main.area #news-list .box ul li a .text-box h3,
main.area #area-list .box ul li a .text-box h3 {
  color: #000;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.72px;
}
@media screen and (max-width: 736px) {
  main.news #news-list .box ul li a .text-box h3,
  main.news #area-list .box ul li a .text-box h3,
  main.area #news-list .box ul li a .text-box h3,
  main.area #area-list .box ul li a .text-box h3 {
    font-size: 14px;
  }
}
main.news #news-list .box ul li a .text-box .meta-box,
main.news #area-list .box ul li a .text-box .meta-box,
main.area #news-list .box ul li a .text-box .meta-box,
main.area #area-list .box ul li a .text-box .meta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
main.news #news-list .box ul li a .text-box .meta-box span.date,
main.news #area-list .box ul li a .text-box .meta-box span.date,
main.area #news-list .box ul li a .text-box .meta-box span.date,
main.area #area-list .box ul li a .text-box .meta-box span.date {
  color: #626262;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 736px) {
  main.news #news-list .box ul li a .text-box .meta-box span.date,
  main.news #area-list .box ul li a .text-box .meta-box span.date,
  main.area #news-list .box ul li a .text-box .meta-box span.date,
  main.area #area-list .box ul li a .text-box .meta-box span.date {
    font-size: 10px;
  }
}
main.news #news-list .box ul li a .text-box .meta-box span.cat,
main.news #area-list .box ul li a .text-box .meta-box span.cat,
main.area #news-list .box ul li a .text-box .meta-box span.cat,
main.area #area-list .box ul li a .text-box .meta-box span.cat {
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  padding: 3px 16px;
  border-radius: 2px;
  background: #356138;
}
@media screen and (max-width: 736px) {
  main.news #news-list .box ul li a .text-box .meta-box span.cat,
  main.news #area-list .box ul li a .text-box .meta-box span.cat,
  main.area #news-list .box ul li a .text-box .meta-box span.cat,
  main.area #area-list .box ul li a .text-box .meta-box span.cat {
    font-size: 10px;
    padding: 2px 12px;
  }
}
main.news #news-list .box .pagination,
main.news #area-list .box .pagination,
main.area #news-list .box .pagination,
main.area #area-list .box .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
}
main.news #news-list .box .pagination .page-numbers,
main.news #area-list .box .pagination .page-numbers,
main.area #news-list .box .pagination .page-numbers,
main.area #area-list .box .pagination .page-numbers {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  width: 48px;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.news #news-list .box .pagination .current,
main.news #area-list .box .pagination .current,
main.area #news-list .box .pagination .current,
main.area #area-list .box .pagination .current {
  color: #FFF;
  border-radius: 50%;
  background: #356138;
}
main.news #news-list .box .pagination .prev,
main.news #area-list .box .pagination .prev,
main.area #news-list .box .pagination .prev,
main.area #area-list .box .pagination .prev {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  margin-right: 32px;
}
main.news #news-list .box .pagination .next,
main.news #area-list .box .pagination .next,
main.area #news-list .box .pagination .next,
main.area #area-list .box .pagination .next {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  margin-left: 32px;
}
main.news #news-detail .box,
main.news #area-detail .box,
main.area #news-detail .box,
main.area #area-detail .box {
  max-width: 800px;
}
main.news #news-detail .box h2,
main.news #area-detail .box h2,
main.area #news-detail .box h2,
main.area #area-detail .box h2 {
  color: #313131;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 0.96px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  main.news #news-detail .box h2,
  main.news #area-detail .box h2,
  main.area #news-detail .box h2,
  main.area #area-detail .box h2 {
    font-size: 20px;
  }
}
main.news #news-detail .box .meta-box,
main.news #area-detail .box .meta-box,
main.area #news-detail .box .meta-box,
main.area #area-detail .box .meta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-bottom: 24px;
}
main.news #news-detail .box .meta-box span.date,
main.news #area-detail .box .meta-box span.date,
main.area #news-detail .box .meta-box span.date,
main.area #area-detail .box .meta-box span.date {
  color: #626262;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 736px) {
  main.news #news-detail .box .meta-box span.date,
  main.news #area-detail .box .meta-box span.date,
  main.area #news-detail .box .meta-box span.date,
  main.area #area-detail .box .meta-box span.date {
    font-size: 14px;
  }
}
main.news #news-detail .box .meta-box span.cat,
main.news #area-detail .box .meta-box span.cat,
main.area #news-detail .box .meta-box span.cat,
main.area #area-detail .box .meta-box span.cat {
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  padding: 3px 16px;
  border-radius: 2px;
  background: #356138;
}
@media screen and (max-width: 736px) {
  main.news #news-detail .box .meta-box span.cat,
  main.news #area-detail .box .meta-box span.cat,
  main.area #news-detail .box .meta-box span.cat,
  main.area #area-detail .box .meta-box span.cat {
    font-size: 14px;
  }
}
main.news #news-detail .box .img-box,
main.news #area-detail .box .img-box,
main.area #news-detail .box .img-box,
main.area #area-detail .box .img-box {
  width: 100%;
  margin-bottom: 24px;
}
main.news #news-detail .box .img-box img,
main.news #area-detail .box .img-box img,
main.area #news-detail .box .img-box img,
main.area #area-detail .box .img-box img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.news #news-detail .box .content p,
main.news #area-detail .box .content p,
main.area #news-detail .box .content p,
main.area #area-detail .box .content p {
  color: #333;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
}
main.news #news-detail .box .content br,
main.news #area-detail .box .content br,
main.area #news-detail .box .content br,
main.area #area-detail .box .content br {
  display: block;
  margin: 8px 0;
}
main.news #news-detail .box .btn-box,
main.news #area-detail .box .btn-box,
main.area #news-detail .box .btn-box,
main.area #area-detail .box .btn-box {
  margin-top: 64px;
  text-align: center;
}
main.news #news-detail .box .btn-box a.btn,
main.news #area-detail .box .btn-box a.btn,
main.area #news-detail .box .btn-box a.btn,
main.area #area-detail .box .btn-box a.btn {
  width: 300px;
  height: 48px;
  border: none;
  background-color: #356138;
  color: #fff;
  padding: 10px 20px 10px 100px;
  font-size: 16px;
  position: relative;
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.56px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
}
main.news #news-detail .box .btn-box a.btn::before,
main.news #area-detail .box .btn-box a.btn::before,
main.area #news-detail .box .btn-box a.btn::before,
main.area #area-detail .box .btn-box a.btn::before {
  right: auto;
  left: 15px;
  transform: translateY(-50%);
  background-image: url("../img/common/icon-arrow-wh.png");
}

main.privacy #introduction {
  padding-bottom: 0;
}
main.privacy #introduction .box {
  padding-bottom: 40px;
  border-bottom: 2px dashed #C4C4C4;
}
main.privacy #introduction .box p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
}
main.privacy #privacy-policy {
  padding-top: 40px;
}
main.privacy #privacy-policy .box h3 {
  color: #000;
  margin-bottom: 24px;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}
main.privacy #privacy-policy .box p {
  color: #000;
  margin-bottom: 24px;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
  margin-bottom: 56px;
}

main.team #team-list {
  padding-bottom: 160px;
}
main.team #team-list .box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
}
@media screen and (max-width: 736px) {
  main.team #team-list .box ul {
    gap: initial;
    justify-content: space-between;
  }
}
main.team #team-list .box ul li {
  width: calc((100% - 96px) / 5);
}
@media screen and (max-width: 736px) {
  main.team #team-list .box ul li {
    width: 48%;
  }
}
main.team #team-list .box ul li a {
  display: block;
}
main.team #team-list .box ul li a .img-box {
  width: 100%;
  margin-bottom: 8px;
  position: relative;
}
main.team #team-list .box ul li a .img-box img.photo {
  width: 100%;
  height: auto;
  aspect-ratio: 22/24;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.team #team-list .box ul li a .img-box img.icon-plus {
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
main.team #team-list .box ul li a .text-box {
  position: relative;
}
main.team #team-list .box ul li a .text-box span.position {
  display: block;
  color: #318338;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.52px;
  margin-bottom: 4px;
}
main.team #team-list .box ul li a .text-box h3 {
  color: #000;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  margin-bottom: 4px;
}
@media screen and (max-width: 736px) {
  main.team #team-list .box ul li a .text-box h3 {
    font-size: 14px;
    margin: 0;
  }
}
main.team #team-list .box ul li a .text-box span.kana {
  color: #999;
  font-family: "Libre Baskerville", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main.team #team-list .box ul li a .text-box span.kana {
    font-size: 10px;
    display: inline-block;
  }
}
main.team #team-list .box ul li a .text-box span.tag {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  border-radius: 2px;
  background: #DFE6D3;
  padding: 2px 8px;
}
main.team #team-flex {
  display: flex;
  gap: 80px;
}
main.team #team-flex .img-box {
  width: 50%;
}
@media screen and (max-width: 736px) {
  main.team #team-flex .img-box {
    display: none;
  }
}
main.team #team-flex .img-box img {
  width: 100%;
  height: auto;
}
main.team #team-flex .text-box {
  flex: 1;
}
main.team #team-flex .text-box #team-detail {
  padding-top: 0;
}
main.team #team-flex .text-box #team-detail .box {
  display: flex;
  gap: 40px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 736px) {
  main.team #team-flex .text-box #team-detail .box {
    gap: 20px;
    margin: 0 auto;
  }
}
main.team #team-flex .text-box #team-detail .box .message-box {
  width: 7em;
}
@media screen and (max-width: 736px) {
  main.team #team-flex .text-box #team-detail .box .message-box {
    width: 5em;
    margin-top: 60px;
  }
}
main.team #team-flex .text-box #team-detail .box .message-box h2 {
  color: #356138;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 736px) {
  main.team #team-flex .text-box #team-detail .box .message-box h2 {
    font-size: 18px;
  }
}
main.team #team-flex .text-box #team-detail .box .detail-box {
  flex: 1;
}
main.team #team-flex .text-box #team-detail .box .detail-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  main.team #team-flex .text-box #team-detail .box .detail-box img {
    aspect-ratio: 3/4;
    margin-bottom: 16px;
  }
}
main.team #team-flex .text-box #team-detail .box .detail-box .meta-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  main.team #team-flex .text-box #team-detail .box .detail-box .meta-box {
    flex-wrap: wrap;
    gap: 0;
  }
}
main.team #team-flex .text-box #team-detail .box .detail-box .meta-box span.position {
  display: block;
  color: #318338;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.52px;
  margin-bottom: 4px;
}
@media screen and (max-width: 736px) {
  main.team #team-flex .text-box #team-detail .box .detail-box .meta-box span.position {
    display: block;
    width: 100%;
    font-size: 12px;
  }
}
main.team #team-flex .text-box #team-detail .box .detail-box .meta-box h3 {
  color: #000;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  margin-bottom: 4px;
}
main.team #team-flex .text-box #team-detail .box .detail-box .meta-box span.kana {
  color: #999;
  font-family: "Libre Baskerville", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main.team #team-flex .text-box #team-detail .box .detail-box .meta-box span.tag {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  border-radius: 2px;
  background: #DFE6D3;
  padding: 2px 8px;
  margin-left: auto;
}
main.team #team-flex .text-box #team-detail .box .detail-box p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
}
@media screen and (max-width: 736px) {
  main.team #team-flex .text-box #team-detail .box .detail-box p {
    font-size: 12px;
    line-height: 180%; /* 21.6px */
    letter-spacing: 0.48px;
  }
}
main.team #team-flex .text-box #faq dl {
  padding-bottom: 32px;
  border-bottom: 1px dashed #3B9443;
  margin-bottom: 16px;
}
main.team #team-flex .text-box #faq dl dt {
  color: #318338;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.72px;
  margin-bottom: 16px;
}
@media screen and (max-width: 736px) {
  main.team #team-flex .text-box #faq dl dt {
    font-size: 16px;
  }
}
main.team #team-flex .text-box #faq dl dd {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
}
@media screen and (max-width: 736px) {
  main.team #team-flex .text-box #faq dl dd {
    font-size: 14px;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.56px;
  }
}
main.team .btn-box {
  margin-top: 64px;
  margin-bottom: 64px;
  text-align: center;
}
main.team .btn-box a.btn {
  width: 300px;
  height: 48px;
  border: none;
  background-color: #356138;
  color: #fff;
  padding: 10px 20px 10px 100px;
  font-size: 16px;
  position: relative;
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.56px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
}
main.team .btn-box a.btn::before {
  right: auto;
  left: 15px;
  transform: translateY(-50%);
  background-image: url("../img/common/icon-arrow-wh.png");
}

main.case #case-list,
main.case #voice-list,
main.case #land-list,
main.voice #case-list,
main.voice #voice-list,
main.voice #land-list,
main.land #case-list,
main.land #voice-list,
main.land #land-list {
  padding-top: 0;
}
main.case #case-list .box,
main.case #voice-list .box,
main.case #land-list .box,
main.voice #case-list .box,
main.voice #voice-list .box,
main.voice #land-list .box,
main.land #case-list .box,
main.land #voice-list .box,
main.land #land-list .box {
  width: 100%;
  max-width: none;
  border-top: 1px solid #356138;
  border-bottom: 1px solid #356138;
}
main.case #case-list .box ul,
main.case #voice-list .box ul,
main.case #land-list .box ul,
main.voice #case-list .box ul,
main.voice #voice-list .box ul,
main.voice #land-list .box ul,
main.land #case-list .box ul,
main.land #voice-list .box ul,
main.land #land-list .box ul {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
main.case #case-list .box ul li,
main.case #voice-list .box ul li,
main.case #land-list .box ul li,
main.voice #case-list .box ul li,
main.voice #voice-list .box ul li,
main.voice #land-list .box ul li,
main.land #case-list .box ul li,
main.land #voice-list .box ul li,
main.land #land-list .box ul li {
  width: calc(33.3333333333% - 0.1px);
  padding: 40px 40px 32px;
  flex: 0 0 33.3333333333%;
  border-bottom: 1px solid #356138;
  border-left: 1px solid #356138;
}
@media screen and (max-width: 736px) {
  main.case #case-list .box ul li,
  main.case #voice-list .box ul li,
  main.case #land-list .box ul li,
  main.voice #case-list .box ul li,
  main.voice #voice-list .box ul li,
  main.voice #land-list .box ul li,
  main.land #case-list .box ul li,
  main.land #voice-list .box ul li,
  main.land #land-list .box ul li {
    width: 100%;
    padding: 32px 24px 24px;
    flex: auto;
    border-right: 1px solid #356138;
  }
}
main.case #case-list .box ul li:nth-child(3n),
main.case #voice-list .box ul li:nth-child(3n),
main.case #land-list .box ul li:nth-child(3n),
main.voice #case-list .box ul li:nth-child(3n),
main.voice #voice-list .box ul li:nth-child(3n),
main.voice #land-list .box ul li:nth-child(3n),
main.land #case-list .box ul li:nth-child(3n),
main.land #voice-list .box ul li:nth-child(3n),
main.land #land-list .box ul li:nth-child(3n) {
  border-right: 1px solid #356138;
}
main.case #case-list .box ul li:last-child,
main.case #voice-list .box ul li:last-child,
main.case #land-list .box ul li:last-child,
main.voice #case-list .box ul li:last-child,
main.voice #voice-list .box ul li:last-child,
main.voice #land-list .box ul li:last-child,
main.land #case-list .box ul li:last-child,
main.land #voice-list .box ul li:last-child,
main.land #land-list .box ul li:last-child {
  border-right: 1px solid #356138;
}
main.case #case-list .box ul li:nth-child(3n+1):nth-last-child(-n+3), main.case #case-list .box ul li:nth-child(3n+2):nth-last-child(-n+2), main.case #case-list .box ul li:nth-child(3n):nth-last-child(-n+1),
main.case #voice-list .box ul li:nth-child(3n+1):nth-last-child(-n+3),
main.case #voice-list .box ul li:nth-child(3n+2):nth-last-child(-n+2),
main.case #voice-list .box ul li:nth-child(3n):nth-last-child(-n+1),
main.case #land-list .box ul li:nth-child(3n+1):nth-last-child(-n+3),
main.case #land-list .box ul li:nth-child(3n+2):nth-last-child(-n+2),
main.case #land-list .box ul li:nth-child(3n):nth-last-child(-n+1),
main.voice #case-list .box ul li:nth-child(3n+1):nth-last-child(-n+3),
main.voice #case-list .box ul li:nth-child(3n+2):nth-last-child(-n+2),
main.voice #case-list .box ul li:nth-child(3n):nth-last-child(-n+1),
main.voice #voice-list .box ul li:nth-child(3n+1):nth-last-child(-n+3),
main.voice #voice-list .box ul li:nth-child(3n+2):nth-last-child(-n+2),
main.voice #voice-list .box ul li:nth-child(3n):nth-last-child(-n+1),
main.voice #land-list .box ul li:nth-child(3n+1):nth-last-child(-n+3),
main.voice #land-list .box ul li:nth-child(3n+2):nth-last-child(-n+2),
main.voice #land-list .box ul li:nth-child(3n):nth-last-child(-n+1),
main.land #case-list .box ul li:nth-child(3n+1):nth-last-child(-n+3),
main.land #case-list .box ul li:nth-child(3n+2):nth-last-child(-n+2),
main.land #case-list .box ul li:nth-child(3n):nth-last-child(-n+1),
main.land #voice-list .box ul li:nth-child(3n+1):nth-last-child(-n+3),
main.land #voice-list .box ul li:nth-child(3n+2):nth-last-child(-n+2),
main.land #voice-list .box ul li:nth-child(3n):nth-last-child(-n+1),
main.land #land-list .box ul li:nth-child(3n+1):nth-last-child(-n+3),
main.land #land-list .box ul li:nth-child(3n+2):nth-last-child(-n+2),
main.land #land-list .box ul li:nth-child(3n):nth-last-child(-n+1) {
  border-bottom: none;
}
main.case #case-list .box ul li a,
main.case #voice-list .box ul li a,
main.case #land-list .box ul li a,
main.voice #case-list .box ul li a,
main.voice #voice-list .box ul li a,
main.voice #land-list .box ul li a,
main.land #case-list .box ul li a,
main.land #voice-list .box ul li a,
main.land #land-list .box ul li a {
  display: block;
}
main.case #case-list .box ul li a .img-box,
main.case #voice-list .box ul li a .img-box,
main.case #land-list .box ul li a .img-box,
main.voice #case-list .box ul li a .img-box,
main.voice #voice-list .box ul li a .img-box,
main.voice #land-list .box ul li a .img-box,
main.land #case-list .box ul li a .img-box,
main.land #voice-list .box ul li a .img-box,
main.land #land-list .box ul li a .img-box {
  width: 100%;
  height: auto;
  aspect-ratio: 320/280;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 8px;
}
main.case #case-list .box ul li a .img-box img,
main.case #voice-list .box ul li a .img-box img,
main.case #land-list .box ul li a .img-box img,
main.voice #case-list .box ul li a .img-box img,
main.voice #voice-list .box ul li a .img-box img,
main.voice #land-list .box ul li a .img-box img,
main.land #case-list .box ul li a .img-box img,
main.land #voice-list .box ul li a .img-box img,
main.land #land-list .box ul li a .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 320/280;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.case #case-list .box ul li a .text-box .meta-box,
main.case #voice-list .box ul li a .text-box .meta-box,
main.case #land-list .box ul li a .text-box .meta-box,
main.voice #case-list .box ul li a .text-box .meta-box,
main.voice #voice-list .box ul li a .text-box .meta-box,
main.voice #land-list .box ul li a .text-box .meta-box,
main.land #case-list .box ul li a .text-box .meta-box,
main.land #voice-list .box ul li a .text-box .meta-box,
main.land #land-list .box ul li a .text-box .meta-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 8px;
}
main.case #case-list .box ul li a .text-box .meta-box span.area,
main.case #voice-list .box ul li a .text-box .meta-box span.area,
main.case #land-list .box ul li a .text-box .meta-box span.area,
main.voice #case-list .box ul li a .text-box .meta-box span.area,
main.voice #voice-list .box ul li a .text-box .meta-box span.area,
main.voice #land-list .box ul li a .text-box .meta-box span.area,
main.land #case-list .box ul li a .text-box .meta-box span.area,
main.land #voice-list .box ul li a .text-box .meta-box span.area,
main.land #land-list .box ul li a .text-box .meta-box span.area {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.48px;
  padding-bottom: 8px;
}
main.case #case-list .box ul li a .text-box .meta-box span.area img,
main.case #voice-list .box ul li a .text-box .meta-box span.area img,
main.case #land-list .box ul li a .text-box .meta-box span.area img,
main.voice #case-list .box ul li a .text-box .meta-box span.area img,
main.voice #voice-list .box ul li a .text-box .meta-box span.area img,
main.voice #land-list .box ul li a .text-box .meta-box span.area img,
main.land #case-list .box ul li a .text-box .meta-box span.area img,
main.land #voice-list .box ul li a .text-box .meta-box span.area img,
main.land #land-list .box ul li a .text-box .meta-box span.area img {
  width: 16px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main.case #case-list .box ul li a .text-box .meta-box span.name,
main.case #voice-list .box ul li a .text-box .meta-box span.name,
main.case #land-list .box ul li a .text-box .meta-box span.name,
main.voice #case-list .box ul li a .text-box .meta-box span.name,
main.voice #voice-list .box ul li a .text-box .meta-box span.name,
main.voice #land-list .box ul li a .text-box .meta-box span.name,
main.land #case-list .box ul li a .text-box .meta-box span.name,
main.land #voice-list .box ul li a .text-box .meta-box span.name,
main.land #land-list .box ul li a .text-box .meta-box span.name {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.48px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-left: 1px solid #999;
  margin-left: 16px;
}
main.case #case-list .box ul li a .text-box .meta-box span.date,
main.case #voice-list .box ul li a .text-box .meta-box span.date,
main.case #land-list .box ul li a .text-box .meta-box span.date,
main.voice #case-list .box ul li a .text-box .meta-box span.date,
main.voice #voice-list .box ul li a .text-box .meta-box span.date,
main.voice #land-list .box ul li a .text-box .meta-box span.date,
main.land #case-list .box ul li a .text-box .meta-box span.date,
main.land #voice-list .box ul li a .text-box .meta-box span.date,
main.land #land-list .box ul li a .text-box .meta-box span.date {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  margin: 0 0 0 auto;
}
main.case #case-list .box ul li a .text-box h3,
main.case #voice-list .box ul li a .text-box h3,
main.case #land-list .box ul li a .text-box h3,
main.voice #case-list .box ul li a .text-box h3,
main.voice #voice-list .box ul li a .text-box h3,
main.voice #land-list .box ul li a .text-box h3,
main.land #case-list .box ul li a .text-box h3,
main.land #voice-list .box ul li a .text-box h3,
main.land #land-list .box ul li a .text-box h3 {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
  margin-bottom: 24px;
}
main.case #case-list .box ul li a .text-box .tag-box,
main.case #voice-list .box ul li a .text-box .tag-box,
main.case #land-list .box ul li a .text-box .tag-box,
main.voice #case-list .box ul li a .text-box .tag-box,
main.voice #voice-list .box ul li a .text-box .tag-box,
main.voice #land-list .box ul li a .text-box .tag-box,
main.land #case-list .box ul li a .text-box .tag-box,
main.land #voice-list .box ul li a .text-box .tag-box,
main.land #land-list .box ul li a .text-box .tag-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
main.case #case-list .box ul li a .text-box .tag-box span.tag,
main.case #voice-list .box ul li a .text-box .tag-box span.tag,
main.case #land-list .box ul li a .text-box .tag-box span.tag,
main.voice #case-list .box ul li a .text-box .tag-box span.tag,
main.voice #voice-list .box ul li a .text-box .tag-box span.tag,
main.voice #land-list .box ul li a .text-box .tag-box span.tag,
main.land #case-list .box ul li a .text-box .tag-box span.tag,
main.land #voice-list .box ul li a .text-box .tag-box span.tag,
main.land #land-list .box ul li a .text-box .tag-box span.tag {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  border-radius: 2px;
  background: #DFE6D3;
  padding: 2px 8px;
}
main.case #case-list .box ul li a .text-box .meta-box span.area,
main.voice #case-list .box ul li a .text-box .meta-box span.area,
main.land #case-list .box ul li a .text-box .meta-box span.area {
  padding-right: 8px;
  border-right: 1px solid #999;
  color: #000;
}
main.case #case-list .box ul li a .text-box .meta-box span.name,
main.voice #case-list .box ul li a .text-box .meta-box span.name,
main.land #case-list .box ul li a .text-box .meta-box span.name {
  border: none;
  color: #000;
}
main.case #case-list .box ul li a .text-box .meta-box span.date,
main.voice #case-list .box ul li a .text-box .meta-box span.date,
main.land #case-list .box ul li a .text-box .meta-box span.date {
  color: #626262;
  padding-bottom: 8px;
}
main.case #voice-list .box ul li a .text-box .tag-box,
main.voice #voice-list .box ul li a .text-box .tag-box,
main.land #voice-list .box ul li a .text-box .tag-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
main.case #voice-list .box ul li a .text-box .tag-box span.tag,
main.voice #voice-list .box ul li a .text-box .tag-box span.tag,
main.land #voice-list .box ul li a .text-box .tag-box span.tag {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  border-radius: 2px;
  border: 1px solid #69966D;
  padding: 4px 12px;
  background-color: #fff;
}
main.case #land-list .box ul li a .img-box,
main.voice #land-list .box ul li a .img-box,
main.land #land-list .box ul li a .img-box {
  position: relative;
}
main.case #land-list .box ul li a .img-box .status,
main.voice #land-list .box ul li a .img-box .status,
main.land #land-list .box ul li a .img-box .status {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 18.7px */
  letter-spacing: 0.44px;
  z-index: 1;
}
main.case #land-list .box ul li a .img-box .status.selling,
main.voice #land-list .box ul li a .img-box .status.selling,
main.land #land-list .box ul li a .img-box .status.selling {
  display: none;
}
main.case #land-list .box ul li a .img-box .status.limited,
main.voice #land-list .box ul li a .img-box .status.limited,
main.land #land-list .box ul li a .img-box .status.limited {
  font-family: "Noto Sans", sans-serif;
  color: #FFF;
  border-radius: 0 0 0 4px;
  background: #B92840;
  padding: 4px 12px;
}
main.case #land-list .box ul li a .img-box .status.sold,
main.voice #land-list .box ul li a .img-box .status.sold,
main.land #land-list .box ul li a .img-box .status.sold {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.72px;
}
main.case #land-list .box ul li a .text-box .table-box,
main.voice #land-list .box ul li a .text-box .table-box,
main.land #land-list .box ul li a .text-box .table-box {
  border-radius: 8px;
  border: 1px solid #C4C4C4;
  background: #F5F2ED;
  padding: 8px 12px;
}
main.case #land-list .box ul li a .text-box .table-box table,
main.voice #land-list .box ul li a .text-box .table-box table,
main.land #land-list .box ul li a .text-box .table-box table {
  width: 100%;
  border-collapse: collapse;
}
main.case #land-list .box ul li a .text-box .table-box table tr:last-child th, main.case #land-list .box ul li a .text-box .table-box table tr:last-child td,
main.voice #land-list .box ul li a .text-box .table-box table tr:last-child th,
main.voice #land-list .box ul li a .text-box .table-box table tr:last-child td,
main.land #land-list .box ul li a .text-box .table-box table tr:last-child th,
main.land #land-list .box ul li a .text-box .table-box table tr:last-child td {
  border-bottom: none;
}
main.case #land-list .box ul li a .text-box .table-box table tr th, main.case #land-list .box ul li a .text-box .table-box table tr td,
main.voice #land-list .box ul li a .text-box .table-box table tr th,
main.voice #land-list .box ul li a .text-box .table-box table tr td,
main.land #land-list .box ul li a .text-box .table-box table tr th,
main.land #land-list .box ul li a .text-box .table-box table tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 0;
}
main.case #land-list .box ul li a .text-box .table-box table tr th,
main.voice #land-list .box ul li a .text-box .table-box table tr th,
main.land #land-list .box ul li a .text-box .table-box table tr th {
  width: 6em;
  color: #957D56;
  font-family: "Noto Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.44px;
}
main.case #land-list .box ul li a .text-box .table-box table tr td,
main.voice #land-list .box ul li a .text-box .table-box table tr td,
main.land #land-list .box ul li a .text-box .table-box table tr td {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 23.8px */
  letter-spacing: 0.48px;
}
main.case #faq dl,
main.voice #faq dl,
main.land #faq dl {
  padding-bottom: 32px;
  border-bottom: 1px dashed #3B9443;
  margin-bottom: 16px;
}
main.case #faq dl dt,
main.voice #faq dl dt,
main.land #faq dl dt {
  color: #318338;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.72px;
  margin-bottom: 16px;
}
main.case #faq dl dd,
main.voice #faq dl dd,
main.land #faq dl dd {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
}
main.case #case-commitment,
main.case #land-commitment,
main.voice #case-commitment,
main.voice #land-commitment,
main.land #case-commitment,
main.land #land-commitment {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ECF1EA;
  padding-top: 40px;
}
main.case #case-commitment .box ul,
main.case #land-commitment .box ul,
main.voice #case-commitment .box ul,
main.voice #land-commitment .box ul,
main.land #case-commitment .box ul,
main.land #land-commitment .box ul {
  display: flex;
  padding: 32px 40px;
  border-radius: 4px;
  border: 1px solid #356138;
}
@media screen and (max-width: 736px) {
  main.case #case-commitment .box ul,
  main.case #land-commitment .box ul,
  main.voice #case-commitment .box ul,
  main.voice #land-commitment .box ul,
  main.land #case-commitment .box ul,
  main.land #land-commitment .box ul {
    padding: 16px;
    flex-direction: column;
  }
}
main.case #case-commitment .box ul li,
main.case #land-commitment .box ul li,
main.voice #case-commitment .box ul li,
main.voice #land-commitment .box ul li,
main.land #case-commitment .box ul li,
main.land #land-commitment .box ul li {
  width: 33.3333333333%;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0 40px;
}
@media screen and (max-width: 736px) {
  main.case #case-commitment .box ul li,
  main.case #land-commitment .box ul li,
  main.voice #case-commitment .box ul li,
  main.voice #land-commitment .box ul li,
  main.land #case-commitment .box ul li,
  main.land #land-commitment .box ul li {
    width: 100%;
    padding: 24px;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
main.case #case-commitment .box ul li:last-child,
main.case #land-commitment .box ul li:last-child,
main.voice #case-commitment .box ul li:last-child,
main.voice #land-commitment .box ul li:last-child,
main.land #case-commitment .box ul li:last-child,
main.land #land-commitment .box ul li:last-child {
  border-right: none;
}
main.case #case-commitment .box ul li span.num,
main.case #land-commitment .box ul li span.num,
main.voice #case-commitment .box ul li span.num,
main.voice #land-commitment .box ul li span.num,
main.land #case-commitment .box ul li span.num,
main.land #land-commitment .box ul li span.num {
  display: block;
  color: #356138;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  text-align: center;
}
main.case #case-commitment .box ul li h3,
main.case #land-commitment .box ul li h3,
main.voice #case-commitment .box ul li h3,
main.voice #land-commitment .box ul li h3,
main.land #case-commitment .box ul li h3,
main.land #land-commitment .box ul li h3 {
  color: #356138;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  main.case #case-commitment .box ul li h3,
  main.case #land-commitment .box ul li h3,
  main.voice #case-commitment .box ul li h3,
  main.voice #land-commitment .box ul li h3,
  main.land #case-commitment .box ul li h3,
  main.land #land-commitment .box ul li h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
main.case #case-commitment .box ul li p,
main.case #land-commitment .box ul li p,
main.voice #case-commitment .box ul li p,
main.voice #land-commitment .box ul li p,
main.land #case-commitment .box ul li p,
main.land #land-commitment .box ul li p {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
}

main.event #kcapp {
  width: 100%;
  max-width: none;
  border-top: 1px solid #356138;
  border-bottom: 1px solid #356138;
}
main.event #kcapp > div {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
main.event #kcapp > div .kc-event-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
main.event #kcapp > div .kc-event-contents article.kc-card-e {
  width: 33.3333333333%;
  padding: 40px 40px 32px;
  border-bottom: 1px solid #356138;
  border-left: 1px solid #356138;
}
@media screen and (max-width: 736px) {
  main.event #kcapp > div .kc-event-contents article.kc-card-e {
    border-right: 1px solid #356138;
    padding: 32px 24px 16px;
  }
}
main.event #kcapp > div .kc-event-contents article.kc-card-e:nth-child(3n) {
  border-right: 1px solid #356138;
}
main.event #kcapp > div .kc-event-contents article.kc-card-e:last-child {
  border-right: 1px solid #356138;
  width: calc(33.3333333333% + 1px);
}
main.event #kcapp > div .kc-event-contents article.kc-card-e:nth-child(3n+1):nth-last-child(-n+3), main.event #kcapp > div .kc-event-contents article.kc-card-e:nth-child(3n+2):nth-last-child(-n+2), main.event #kcapp > div .kc-event-contents article.kc-card-e:nth-child(3n):nth-last-child(-n+1) {
  border-bottom: none;
}
main.event #kcapp > div .kc-event-contents article.kc-card-e a .kc-image-e .kc-finish-e::before {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
main.event #kcapp > div .kc-event-contents article.kc-card-e a .wpc_article_text {
  margin-top: 24px;
}
main.event #kcapp > div .kc-event-contents article.kc-card-e a .wpc_article_text .kc-tags {
  display: flex;
  justify-content: space-between;
}
main.event #kcapp > div .kc-event-contents article.kc-card-e a .wpc_article_text .kc-tags .kc-type {
  color: #356138 !important;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  border: none;
  background-color: transparent;
  padding: 0;
}
main.event #kcapp > div .kc-event-contents article.kc-card-e a .wpc_article_text .kc-tags .kc-format {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 20.4px */
  letter-spacing: 0.48px;
  background: #C9E8CC;
  padding: 0px 8px;
  border: none;
}
main.event #kcapp > div .kc-event-contents article.kc-card-e a .wpc_article_text h3.title {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
  min-height: 5em;
}
main.event #kcapp > div .kc-event-contents article.kc-card-e a .wpc_article_text .kc-date-e,
main.event #kcapp > div .kc-event-contents article.kc-card-e a .wpc_article_text .kc-address-e {
  color: #626262;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
}
main.event #kcapp > div .kc-event-contents article.kc-card-e a .wpc_article_text .kc-description-e {
  display: none;
}
main.event #kcapp > div .kc-event-contents article.kc-card-e a:hover .kc-image-e img {
  transform: scale(1.15);
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

main.case #case-pickup {
  padding-bottom: 0;
}
main.case #case-pickup .box {
  width: 100%;
  max-width: none;
  background-image: url("../img/common/bg-grid.png");
  background-repeat: repeat;
  background-position: 0 0;
  border-top: 1px solid #3B9443;
  border-bottom: 1px solid #3B9443;
  padding: 80px 120px 40px;
}
@media screen and (max-width: 736px) {
  main.case #case-pickup .box {
    padding: 32px 0;
  }
}
main.case #case-pickup .box ul li {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 72px;
}
@media screen and (max-width: 736px) {
  main.case #case-pickup .box ul li {
    flex-direction: column;
    gap: 24px;
  }
}
main.case #case-pickup .box ul li .img-box {
  width: 50%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-left: 20px;
  gap: 56px;
}
@media screen and (max-width: 736px) {
  main.case #case-pickup .box ul li .img-box {
    width: 100%;
    padding: 0 24px;
  }
}
main.case #case-pickup .box ul li .img-box .img-main {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
main.case #case-pickup .box ul li .img-box .img-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #467349;
  border-radius: 6.625px;
  z-index: -1;
  transform: rotate(-5.81deg);
}
main.case #case-pickup .box ul li .img-box .img-main img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6.625px;
}
main.case #case-pickup .box ul li .img-box .arrow-box {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
main.case #case-pickup .box ul li .img-box .arrow-box span.prev,
main.case #case-pickup .box ul li .img-box .arrow-box span.next {
  width: 48px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}
main.case #case-pickup .box ul li .img-box .arrow-box span.prev.disabled,
main.case #case-pickup .box ul li .img-box .arrow-box span.next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
main.case #case-pickup .box ul li .img-box .arrow-box span.prev img,
main.case #case-pickup .box ul li .img-box .arrow-box span.next img {
  width: 100%;
  height: auto;
}
main.case #case-pickup .box ul li .img-box .arrow-box span.prev img {
  transform: rotate(180deg);
}
main.case #case-pickup .box ul li .img-box .num-box {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}
main.case #case-pickup .box ul li .img-box .num-box span.num {
  color: #356138;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.96px;
}
main.case #case-pickup .box ul li .img-box .num-box span.total {
  color: #7F7F7F;
  font-family: "Noto Serif", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.48px;
}
main.case #case-pickup .box ul li .text-box {
  width: 50%;
  padding: 40px 0;
}
@media screen and (max-width: 736px) {
  main.case #case-pickup .box ul li .text-box {
    width: 100%;
    padding: 0 32px;
  }
}
main.case #case-pickup .box ul li .text-box a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
main.case #case-pickup .box ul li .text-box a .content-box span.pickup {
  color: #FFF;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin-bottom: 16px;
  padding: 4px 24px;
  border-radius: 160px;
  background: #356138;
}
@media screen and (max-width: 736px) {
  main.case #case-pickup .box ul li .text-box a .content-box span.pickup {
    display: none;
  }
}
main.case #case-pickup .box ul li .text-box a .content-box h3 {
  color: #356138;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}
@media screen and (max-width: 736px) {
  main.case #case-pickup .box ul li .text-box a .content-box h3 {
    font-size: 18px;
  }
}
main.case #case-pickup .box ul li .text-box a .content-box p {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
}
@media screen and (max-width: 736px) {
  main.case #case-pickup .box ul li .text-box a .content-box p {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
main.case #case-pickup .box ul li .text-box a .meta-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 736px) {
  main.case #case-pickup .box ul li .text-box a .meta-box {
    gap: 8px;
  }
}
main.case #case-pickup .box ul li .text-box a .meta-box .tag-box {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 8px;
}
@media screen and (max-width: 736px) {
  main.case #case-pickup .box ul li .text-box a .meta-box .tag-box {
    margin-bottom: 0;
  }
}
main.case #case-pickup .box ul li .text-box a .meta-box .tag-box span.tag {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  border-radius: 2px;
  background: #DFE6D3;
  padding: 2px 8px;
}
main.case #case-pickup .box ul li .text-box a .meta-box span.date {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  padding-right: 16px;
  border-right: 1px solid #356138;
  margin-right: 16px;
}
main.case #case-pickup .box ul li .text-box a .meta-box span.area {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.48px;
}
main.case #case-pickup .box ul li .text-box a .meta-box span.area img {
  width: 10px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main.case #case-filter {
  padding: 56px 40px;
}
@media screen and (max-width: 736px) {
  main.case #case-filter {
    padding: 48px 0 32px;
  }
}
@media screen and (max-width: 736px) {
  main.case #case-filter .box .cat-box {
    overflow-x: scroll;
  }
}
main.case #case-filter .box .cat-box ul {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #F9F8F5;
}
@media screen and (max-width: 736px) {
  main.case #case-filter .box .cat-box ul {
    gap: 4px;
    min-width: 600px;
  }
}
main.case #case-filter .box .cat-box ul li {
  display: block;
  padding: 4px 8px 8px;
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  main.case #case-filter .box .cat-box ul li {
    font-size: 14px;
  }
}
main.case #case-filter .box .cat-box ul li:hover {
  opacity: 0.8;
}
main.case #case-filter .box .cat-box ul li.active {
  color: #318338;
  border-bottom: 3px solid #3B9443;
}
main.case #case-filter .box .tag-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 24px;
}
@media screen and (max-width: 736px) {
  main.case #case-filter .box .tag-box {
    flex-wrap: wrap;
  }
}
main.case #case-filter .box .tag-box .selected-tags {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 736px) {
  main.case #case-filter .box .tag-box .selected-tags {
    width: 100%;
    flex-wrap: wrap;
  }
}
main.case #case-filter .box .tag-box span.tag {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
  position: relative;
  padding: 4px 40px 4px 16px;
  border-radius: 160px;
  background: #DFE6D3;
  cursor: pointer;
  transition: all 0.3s ease;
}
main.case #case-filter .box .tag-box span.tag:hover {
  opacity: 0.8;
}
main.case #case-filter .box .tag-box span.tag::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
  font-size: 16px;
  line-height: 1em;
}
main.case #case-filter .box .tag-box span.clear {
  color: #3B9443;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
  transition: all 0.3s ease;
}
main.case #case-filter .box .tag-box span.clear:hover {
  opacity: 0.8;
}
main.case #case-filter .box .filter-btn {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 8px 24px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFF;
  margin: 0 0 0 auto;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 736px) {
  main.case #case-filter .box .filter-btn {
    width: 80%;
    margin: 24px auto 0;
    justify-content: space-between;
  }
}
main.case #case-filter .box .filter-btn:hover {
  opacity: 0.8;
}
main.case #case-filter .box .filter-btn span {
  color: #3B9443;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
}
main.case #case-filter .box .filter-btn img {
  width: 12px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main.case #case-filter #filter-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
main.case #case-filter #filter-popup.active {
  display: block;
}
@media screen and (max-width: 736px) {
  main.case #case-filter #filter-popup.active {
    top: 60px;
    border-radius: 8px 8px 0 0;
  }
}
main.case #case-filter #filter-popup.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: -1;
}
main.case #case-filter #filter-popup.active .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
  padding: 16px 60px 20px;
}
@media screen and (max-width: 736px) {
  main.case #case-filter #filter-popup.active .box {
    top: 0px;
    left: 0px;
    transform: none;
    width: 100%;
    height: 100%;
    padding: 32px 16px;
  }
}
main.case #case-filter #filter-popup.active .box .title-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
main.case #case-filter #filter-popup.active .box .title-box h3 {
  color: #626262;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  letter-spacing: 0.64px;
}
main.case #case-filter #filter-popup.active .box .title-box span.close {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.48px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
main.case #case-filter #filter-popup.active .box .filter-content {
  padding: 30px 0;
}
main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-group {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}
main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-group h4.group-title {
  color: #626262;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  margin-bottom: 8px;
}
@media screen and (max-width: 736px) {
  main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-group h4.group-title {
    font-size: 16px;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
  }
  main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-group h4.group-title::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    transition: transform 0.3s ease;
  }
  main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-group h4.group-title.active::after {
    content: "-";
  }
}
main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-group h4.group-title .num.sp {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  background: #356138;
  color: #fff;
  border-radius: 10.5px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: normal;
}
main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-group .checkbox-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 736px) {
  main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-group .checkbox-list {
    display: none;
  }
  main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-group .checkbox-list.active {
    display: flex;
  }
}
main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-group .checkbox-list .checkbox-item {
  width: 160px;
  display: flex;
  align-items: center;
  gap: 8px;
}
main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-group .checkbox-list .checkbox-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-group .checkbox-list .checkbox-item span.checkmark {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFF;
  position: relative;
  transition: all 0.3s ease;
}
main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-group .checkbox-list .checkbox-item span.checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-group .checkbox-list .checkbox-item input[type=checkbox]:checked ~ span.checkmark {
  background-color: #356138;
  border-color: #356138;
}
main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-group .checkbox-list .checkbox-item input[type=checkbox]:checked ~ span.checkmark::after {
  display: block;
}
main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-group .checkbox-list .checkbox-item:hover span.checkmark {
  border-color: #356138;
}
main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
}
main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-actions .btn-reset,
main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-actions .btn-apply {
  display: flex;
  width: 320px;
  height: 48px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #356138;
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.56px;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 736px) {
  main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-actions .btn-reset,
  main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-actions .btn-apply {
    width: 100%;
    height: 36px;
    padding: 0;
  }
}
main.case #case-filter #filter-popup.active .box .filter-content form#filter-form .filter-actions .btn-apply {
  background-color: #356138;
  color: #fff;
}
main.case #case-mv .box .img-box {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
main.case #case-mv .box .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 1240/480;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 736px) {
  main.case #case-mv .box .img-box img {
    aspect-ratio: 3/4;
  }
}
main.case #case-mv .box .text-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 736px) {
  main.case #case-mv .box .text-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
main.case #case-mv .box .text-box .meta-box {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main.case #case-mv .box .text-box .meta-box {
    width: 100%;
  }
}
main.case #case-mv .box .text-box .meta-box h2 {
  width: 100%;
  color: #626262;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: 0.8px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 16px;
}
main.case #case-mv .box .text-box .meta-box span.area {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #313131;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.48px;
  padding-bottom: 8px;
}
main.case #case-mv .box .text-box .meta-box span.area img {
  width: 16px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main.case #case-mv .box .text-box .meta-box span.date {
  color: #626262;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  margin: 0 0 0 auto;
}
main.case #case-mv .box .text-box p {
  max-width: 320px;
  color: #4a4a4a;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
}
main.case #gallery .box .img-main-box {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}
main.case #gallery .box .img-main-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 1200/560;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.case #gallery .box .img-list-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 736px) {
  main.case #gallery .box .img-list-box ul {
    gap: initial;
    justify-content: space-between;
  }
}
main.case #gallery .box .img-list-box ul li {
  width: 80px;
}
@media screen and (max-width: 736px) {
  main.case #gallery .box .img-list-box ul li {
    width: 23%;
  }
}
main.case #gallery .box .img-list-box ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 80/50;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.case #case-detail {
  padding: 120px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
main.case #case-detail .box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  gap: 80px;
}
@media screen and (max-width: 736px) {
  main.case #case-detail .box {
    flex-direction: column;
  }
}
main.case #case-detail .box .text-box {
  width: 30%;
}
@media screen and (max-width: 736px) {
  main.case #case-detail .box .text-box {
    width: 100%;
  }
}
main.case #case-detail .box .text-box table {
  width: 100%;
}
main.case #case-detail .box .text-box table tr th, main.case #case-detail .box .text-box table tr td {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
main.case #case-detail .box .text-box table tr th {
  width: 10em;
  color: #7F7F7F;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.48px;
}
main.case #case-detail .box .text-box table tr td {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
}
main.case #case-detail .box .img-box {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 24px;
}
main.case #case-detail .box .img-box .case-img01 {
  grid-column: 1;
  grid-row: 1/3;
  width: 100%;
  height: auto;
  aspect-ratio: 383/504;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.case #case-detail .box .img-box .case-img02 {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 383/240;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.case #case-detail .box .img-box .case-img03 {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  height: auto;
  aspect-ratio: 383/240;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.case #case-detail .box .img-box .case-img04 {
  grid-column: 1/-1;
  grid-row: 3;
  width: 100%;
  height: auto;
  aspect-ratio: 791/420;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main.voice #voice-mv .box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 120px;
}
@media screen and (max-width: 736px) {
  main.voice #voice-mv .box {
    flex-direction: column;
    gap: 40px;
  }
}
main.voice #voice-mv .box .text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main.voice #voice-mv .box .text-box .title-box h2 {
  color: #313131;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 0.96px;
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  main.voice #voice-mv .box .text-box .title-box h2 {
    font-size: 20px;
    line-height: 140%; /* 28px */
  }
}
main.voice #voice-mv .box .text-box .title-box .meta-box {
  width: 100%;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 16px;
}
main.voice #voice-mv .box .text-box .title-box .meta-box span.area {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.48px;
}
main.voice #voice-mv .box .text-box .title-box .meta-box span.area img {
  width: 16px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main.voice #voice-mv .box .text-box .title-box .meta-box span.name {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.48px;
  padding-left: 16px;
  border-left: 1px solid #999;
  margin-left: 16px;
}
main.voice #voice-mv .box .text-box .title-box .meta-box span.date {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  margin: 0 0 0 auto;
}
main.voice #voice-mv .box .text-box .table-box {
  border-radius: 8px;
  border: 1px solid #C4C4C4;
  background: #F5F2ED;
  padding: 10px 32px;
}
@media screen and (max-width: 736px) {
  main.voice #voice-mv .box .text-box .table-box {
    margin-top: 40px;
  }
}
main.voice #voice-mv .box .text-box .table-box table {
  width: 100%;
  border-collapse: collapse;
}
main.voice #voice-mv .box .text-box .table-box table tr:last-child th, main.voice #voice-mv .box .text-box .table-box table tr:last-child td {
  border-bottom: none;
}
main.voice #voice-mv .box .text-box .table-box table tr th, main.voice #voice-mv .box .text-box .table-box table tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0;
}
main.voice #voice-mv .box .text-box .table-box table tr th {
  width: 15em;
  color: #957D56;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
}
@media screen and (max-width: 736px) {
  main.voice #voice-mv .box .text-box .table-box table tr th {
    font-size: 12px;
    width: 100%;
    display: block;
    padding-bottom: 0;
    border-bottom: none;
  }
}
main.voice #voice-mv .box .text-box .table-box table tr td {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
}
@media screen and (max-width: 736px) {
  main.voice #voice-mv .box .text-box .table-box table tr td {
    font-size: 12px;
    width: 100%;
    display: block;
    padding-top: 2px;
  }
}
main.voice #voice-mv .box .text-box .table-box table tr td a {
  color: #3B9443;
  text-decoration: underline;
}
main.voice #voice-mv .box .text-box .table-box table tr td iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: 16px;
}
main.voice #voice-mv .box .img-box {
  width: 40%;
}
@media screen and (max-width: 736px) {
  main.voice #voice-mv .box .img-box {
    width: 100%;
  }
}
main.voice #voice-mv .box .img-box img {
  width: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/3;
}
main.voice #faq {
  background: #F5F2ED;
}
main.voice #faq .box {
  background-color: #fff;
  border-radius: 8px;
  padding: 68px 120px 80px;
}
@media screen and (max-width: 736px) {
  main.voice #faq .box {
    padding: 40px 24px;
  }
}
main.voice #faq .box dl dd p {
  display: inline;
}
main.voice #faq .box dl dd p img {
  width: 49%;
  display: inline;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  main.voice #faq .box dl dd p img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

main.land #land-mv .box {
  max-width: 800px;
}
main.land #land-mv .box .meta-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main.land #land-mv .box .meta-box {
    margin-bottom: 40px;
  }
}
main.land #land-mv .box .meta-box h2 {
  width: 100%;
  color: #313131;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 0.96px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 736px) {
  main.land #land-mv .box .meta-box h2 {
    font-size: 20px;
    line-height: 160%; /* 28px */
  }
}
main.land #land-mv .box .meta-box span.area {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.48px;
  padding-bottom: 0px;
}
main.land #land-mv .box .meta-box span.area img {
  width: 16px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main.land #land-mv .box .meta-box span.date {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  margin: 0 0 0 auto;
}
main.land #land-mv .box .img-box {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  main.land #land-mv .box .img-box {
    margin-bottom: 40px;
  }
}
main.land #land-mv .box .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.land #land-mv .box .content-box p {
  color: #333;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
}
main.land #land-commitment {
  border-top: 1px solid #AC944C;
  border-bottom: 1px solid #AC944C;
  background: #EFEAE1;
}
main.land #land-commitment .box .title-box {
  margin-bottom: 16px;
}
main.land #land-commitment .box .title-box h2 {
  color: #AC944C;
  font-family: "Libre Baskerville", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-bottom: 8px;
}
main.land #land-commitment .box .title-box span {
  color: #AC944C;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
}
main.land #land-commitment .box ul {
  border: 1px solid #AC944C;
  background: #FFF;
}
main.land #land-commitment .box ul li {
  border-right: 1px solid rgba(172, 148, 76, 0.5);
}
@media screen and (max-width: 736px) {
  main.land #land-commitment .box ul li {
    border-right: none;
    border-bottom: 1px solid rgba(172, 148, 76, 0.5);
  }
}
main.land #land-commitment .box ul li:last-child {
  border-right: none;
}
main.land #land-commitment .box ul li h3 {
  color: #AC944C;
}
main.land #land-commitment .box ul li p {
  color: #000;
}
main.land #land-detail .box .tab-box {
  margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
  main.land #land-detail .box .tab-box {
    margin-bottom: 30px;
  }
}
main.land #land-detail .box .tab-box ul {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #356138;
  width: 100%;
  padding-left: 24px;
}
main.land #land-detail .box .tab-box ul li {
  display: flex;
  padding: 8px 32px;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px 4px 0 0;
  background: #EFECE6;
  color: #999;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
  cursor: pointer;
}
main.land #land-detail .box .tab-box ul li.active {
  border-radius: 4px 4px 0 0;
  border-top: 1px solid var(--primary-70, #3B9443);
  border-right: 1px solid var(--primary-70, #3B9443);
  border-left: 1px solid var(--primary-70, #3B9443);
  background: #F9F8F5;
  color: #3B9443;
  font-weight: 400;
}
main.land #land-detail .box .content-box #plot-box {
  display: none;
}
main.land #land-detail .box .content-box #plot-box.active {
  display: block;
}
main.land #land-detail .box .content-box #plot-box .img-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
  main.land #land-detail .box .content-box #plot-box .img-box {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
  }
}
main.land #land-detail .box .content-box #plot-box .img-box .land-img-slider {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 736px) {
  main.land #land-detail .box .content-box #plot-box .img-box .land-img-slider {
    width: 100%;
    margin-bottom: 30px;
  }
}
main.land #land-detail .box .content-box #plot-box .img-box .land-img-slider .slide-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.land #land-detail .box .content-box #plot-box .img-box .land-img-slider .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 2;
  position: absolute;
  bottom: -20px;
}
main.land #land-detail .box .content-box #plot-box .img-box .land-img-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-size: 0;
  transition: all 0.3s ease;
  border-radius: 50%;
}
main.land #land-detail .box .content-box #plot-box .img-box .land-img-slider .slick-dots li.slick-active {
  background-color: #356138;
}
main.land #land-detail .box .content-box #plot-box .img-box .land-img-slider .slick-dots li:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
main.land #land-detail .box .content-box #plot-box .img-box .land-img-slider .slick-dots li button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
main.land #land-detail .box .content-box #plot-box .img-box iframe {
  width: 50%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 736px) {
  main.land #land-detail .box .content-box #plot-box .img-box iframe {
    width: 100%;
  }
}
main.land #land-detail .box .content-box #plot-box .text-box {
  width: 100%;
}
@media screen and (max-width: 736px) {
  main.land #land-detail .box .content-box #plot-box .text-box {
    padding: 30px 0 16px 16px;
    border-radius: 4px;
    border: 1px solid #D3D1CA;
    background: #EAE9E6;
    overflow-x: scroll;
  }
  main.land #land-detail .box .content-box #plot-box .text-box::-webkit-scrollbar {
    height: 8px;
  }
  main.land #land-detail .box .content-box #plot-box .text-box::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }
  main.land #land-detail .box .content-box #plot-box .text-box::-webkit-scrollbar-thumb {
    background: #356138;
    border-radius: 4px;
  }
  main.land #land-detail .box .content-box #plot-box .text-box::-webkit-scrollbar-thumb:hover {
    background: #234025;
  }
}
main.land #land-detail .box .content-box #plot-box .text-box table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 736px) {
  main.land #land-detail .box .content-box #plot-box .text-box table {
    min-width: 600px;
  }
}
main.land #land-detail .box .content-box #plot-box .text-box table thead th {
  border: 1px solid #C4C4C4;
  background: #D3DFCE;
  padding: 12px;
  text-align: center;
  color: #356138;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
}
main.land #land-detail .box .content-box #plot-box .text-box table tbody td {
  border: 1px solid #C4C4C4;
  background: #F5F2ED;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
}
main.land #land-detail .box .content-box #plot-box .text-box table tbody td.nego {
  background-color: #E4E3D6;
}
main.land #land-detail .box .content-box #plot-box .text-box table tbody td.contracted {
  background: rgba(145, 156, 145, 0.7);
  color: #787F78;
}
main.land #land-detail .box .content-box #plot-box .text-box p.note {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  margin-top: 8px;
}
main.land #land-detail .box .content-box #summary-box {
  display: none;
}
main.land #land-detail .box .content-box #summary-box.active {
  display: block;
}
main.land #land-detail .box .content-box #summary-box .table-box {
  border-radius: 8px;
  border: 1px solid #C4C4C4;
  background: #F5F2ED;
  padding: 10px 32px;
  margin-bottom: 40px;
}
main.land #land-detail .box .content-box #summary-box .table-box table {
  width: 100%;
  border-collapse: collapse;
}
main.land #land-detail .box .content-box #summary-box .table-box table tr:last-child th, main.land #land-detail .box .content-box #summary-box .table-box table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 736px) {
  main.land #land-detail .box .content-box #summary-box .table-box table tr:last-child th, main.land #land-detail .box .content-box #summary-box .table-box table tr:last-child td {
    border-bottom: none;
  }
}
@media screen and (max-width: 736px) {
  main.land #land-detail .box .content-box #summary-box .table-box table tr:last-child td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
main.land #land-detail .box .content-box #summary-box .table-box table tr th, main.land #land-detail .box .content-box #summary-box .table-box table tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0;
}
@media screen and (max-width: 736px) {
  main.land #land-detail .box .content-box #summary-box .table-box table tr th, main.land #land-detail .box .content-box #summary-box .table-box table tr td {
    padding: 12px 0;
    width: 100%;
    display: block;
  }
}
main.land #land-detail .box .content-box #summary-box .table-box table tr th {
  width: 15em;
  color: #957D56;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
}
@media screen and (max-width: 736px) {
  main.land #land-detail .box .content-box #summary-box .table-box table tr th {
    padding-bottom: 0;
    border-bottom: none;
  }
}
main.land #land-detail .box .content-box #summary-box .table-box table tr td {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.56px;
}
@media screen and (max-width: 736px) {
  main.land #land-detail .box .content-box #summary-box .table-box table tr td {
    padding-top: 0;
  }
}
main.land #land-detail .box .content-box #summary-box .table-box table tr td a {
  color: #3B9443;
  text-decoration: underline;
}
main.land #land-detail .box .content-box #summary-box .table-box table tr td iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: 16px;
}
main.land #land-detail .box .content-box #summary-box .table-box-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 736px) {
  main.land #land-detail .box .content-box #summary-box .table-box-flex {
    flex-direction: column;
    gap: 0px;
  }
}

main.flow #flow-lead .btn-box {
  margin: 56px auto 56px;
  text-align: center;
}
main.flow #flow-lead .btn-box dd {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
}
main.flow #flow-lead .btn-box a {
  border: 1px solid #356138;
  color: #356138;
}
main.flow #flow {
  background-color: #356138;
}
@media screen and (max-width: 736px) {
  main.flow #flow {
    background: #F9F8F5;
  }
}
main.flow #flow .box {
  width: 95%;
  max-width: none;
  border-radius: 8px;
  background: #F9F8F5;
  padding: 80px 0 120px 10vw;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 120px;
}
@media screen and (max-width: 736px) {
  main.flow #flow .box {
    width: 90%;
    padding: 0;
    gap: 0px;
  }
}
main.flow #flow .box .text-box {
  flex: 1;
}
main.flow #flow .box .text-box .flow01,
main.flow #flow .box .text-box .flow02,
main.flow #flow .box .text-box .flow03,
main.flow #flow .box .text-box .flow04 {
  display: flex;
  gap: 80px;
  align-items: stretch;
}
@media screen and (max-width: 736px) {
  main.flow #flow .box .text-box .flow01,
  main.flow #flow .box .text-box .flow02,
  main.flow #flow .box .text-box .flow03,
  main.flow #flow .box .text-box .flow04 {
    gap: 10px;
  }
}
main.flow #flow .box .text-box .flow01 .term,
main.flow #flow .box .text-box .flow02 .term,
main.flow #flow .box .text-box .flow03 .term,
main.flow #flow .box .text-box .flow04 .term {
  width: 40px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CEE5B8;
  position: relative;
}
main.flow #flow .box .text-box .flow01 .term::before,
main.flow #flow .box .text-box .flow02 .term::before,
main.flow #flow .box .text-box .flow03 .term::before,
main.flow #flow .box .text-box .flow04 .term::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  background-image: url("../img/flow/icon-arrow-flow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
main.flow #flow .box .text-box .flow01 .term span,
main.flow #flow .box .text-box .flow02 .term span,
main.flow #flow .box .text-box .flow03 .term span,
main.flow #flow .box .text-box .flow04 .term span {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
main.flow #flow .box .text-box .flow01 .content,
main.flow #flow .box .text-box .flow02 .content,
main.flow #flow .box .text-box .flow03 .content,
main.flow #flow .box .text-box .flow04 .content {
  flex: 1;
}
main.flow #flow .box .text-box .flow01 .content ul li,
main.flow #flow .box .text-box .flow02 .content ul li,
main.flow #flow .box .text-box .flow03 .content ul li,
main.flow #flow .box .text-box .flow04 .content ul li {
  position: relative;
  padding-top: 8px;
  padding-left: 72px;
  padding-bottom: 56px;
}
main.flow #flow .box .text-box .flow01 .content ul li.final,
main.flow #flow .box .text-box .flow02 .content ul li.final,
main.flow #flow .box .text-box .flow03 .content ul li.final,
main.flow #flow .box .text-box .flow04 .content ul li.final {
  padding-bottom: 24px;
}
main.flow #flow .box .text-box .flow01 .content ul li.final::before,
main.flow #flow .box .text-box .flow02 .content ul li.final::before,
main.flow #flow .box .text-box .flow03 .content ul li.final::before,
main.flow #flow .box .text-box .flow04 .content ul li.final::before {
  display: none;
}
main.flow #flow .box .text-box .flow01 .content ul li::before,
main.flow #flow .box .text-box .flow02 .content ul li::before,
main.flow #flow .box .text-box .flow03 .content ul li::before,
main.flow #flow .box .text-box .flow04 .content ul li::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 23px;
  width: 2px;
  height: 100%;
  background-color: #356138;
  z-index: 1;
}
main.flow #flow .box .text-box .flow01 .content ul li span.num,
main.flow #flow .box .text-box .flow02 .content ul li span.num,
main.flow #flow .box .text-box .flow03 .content ul li span.num,
main.flow #flow .box .text-box .flow04 .content ul li span.num {
  color: #356138;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 48px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1.655px solid #356138;
  background: #F9F8F5;
}
@media screen and (max-width: 736px) {
  main.flow #flow .box .text-box .flow01 .content ul li span.num,
  main.flow #flow .box .text-box .flow02 .content ul li span.num,
  main.flow #flow .box .text-box .flow03 .content ul li span.num,
  main.flow #flow .box .text-box .flow04 .content ul li span.num {
    width: 40px;
    font-size: 16px;
  }
}
main.flow #flow .box .text-box .flow01 .content ul li h3,
main.flow #flow .box .text-box .flow02 .content ul li h3,
main.flow #flow .box .text-box .flow03 .content ul li h3,
main.flow #flow .box .text-box .flow04 .content ul li h3 {
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.72px;
}
@media screen and (max-width: 736px) {
  main.flow #flow .box .text-box .flow01 .content ul li h3,
  main.flow #flow .box .text-box .flow02 .content ul li h3,
  main.flow #flow .box .text-box .flow03 .content ul li h3,
  main.flow #flow .box .text-box .flow04 .content ul li h3 {
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.56px;
  }
}
main.flow #flow .box .text-box .flow01 .content ul li p,
main.flow #flow .box .text-box .flow02 .content ul li p,
main.flow #flow .box .text-box .flow03 .content ul li p,
main.flow #flow .box .text-box .flow04 .content ul li p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
}
@media screen and (max-width: 736px) {
  main.flow #flow .box .text-box .flow01 .content ul li p,
  main.flow #flow .box .text-box .flow02 .content ul li p,
  main.flow #flow .box .text-box .flow03 .content ul li p,
  main.flow #flow .box .text-box .flow04 .content ul li p {
    font-size: 14px;
    font-weight: 300;
    line-height: 170%; /* 23.8px */
    letter-spacing: 0.56px;
  }
}
main.flow #flow .box .text-box .flow01 .term::before {
  display: none;
}
main.flow #flow .box .text-box .flow02 .term {
  background: #9BB98D;
}
main.flow #flow .box .text-box .flow02 .term span {
  color: #FFF;
}
main.flow #flow .box .text-box .flow03 .term {
  background: #688D63;
}
main.flow #flow .box .text-box .flow03 .term span {
  color: #FFF;
}
main.flow #flow .box .text-box .flow04 .term {
  background: #356238;
}
main.flow #flow .box .img-box {
  width: 30%;
}
@media screen and (max-width: 736px) {
  main.flow #flow .box .img-box {
    display: none;
  }
}
main.flow #flow .box .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main.support #support01 .box .title-box {
  display: flex;
  flex-direction: row;
  margin-bottom: 56px;
}
@media screen and (max-width: 736px) {
  main.support #support01 .box .title-box {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
main.support #support01 .box .title-box h3 {
  color: #7E6853;
  font-family: "Noto Sans", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 40px;
  border-right: 1px solid #7E6853;
  margin-right: 40px;
}
@media screen and (max-width: 736px) {
  main.support #support01 .box .title-box h3 {
    font-size: 24px;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    text-align: left;
    display: block;
  }
}
main.support #support01 .box .title-box p {
  color: #7E6853;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 736px) {
  main.support #support01 .box .title-box p {
    font-size: 14px;
    margin-top: 24px;
  }
}
main.support #support01 .box .img-box {
  width: 100%;
  margin-bottom: 56px;
}
@media screen and (max-width: 736px) {
  main.support #support01 .box .img-box {
    overflow-x: scroll;
    margin-bottom: 8px;
  }
}
main.support #support01 .box .img-box img {
  width: 100%;
}
@media screen and (max-width: 736px) {
  main.support #support01 .box .img-box img {
    width: 600px;
  }
}
main.support #support01 .box .img-box small {
  display: block;
  color: #666;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0.56px;
  text-align: right;
  margin-top: 8px;
}
@media screen and (max-width: 736px) {
  main.support #support01 .box .img-box small {
    text-align: left;
    font-size: 12px;
  }
}
main.support #support01 .box .content-box {
  padding-top: 32px;
}
main.support #support01 .box .content-box ul {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 736px) {
  main.support #support01 .box .content-box ul {
    flex-direction: column;
    gap: 16px;
  }
}
main.support #support01 .box .content-box ul li {
  width: 100%;
}
main.support #support01 .box .content-box ul li a {
  display: flex;
  padding: 32px 32px 32px 40px;
  align-items: center;
  border-radius: 4px;
  border: 2px solid #7E6853;
  color: #7E6853;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  position: relative;
}
@media screen and (max-width: 736px) {
  main.support #support01 .box .content-box ul li a {
    padding: 20px 24px;
    font-size: 16px;
  }
}
main.support #support01 .box .content-box ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(-90deg);
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../img/common/icon-arrow-down-brown.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 736px) {
  main.support #support01 .box .content-box ul li a::after {
    right: 24px;
    transform: translateY(-50%);
  }
}
main.support #support02,
main.support #support03,
main.support #support04 {
  padding: 40px 0;
}
main.support #support02 .box,
main.support #support03 .box,
main.support #support04 .box {
  border-radius: 8px;
  border: 1px solid #D2C6B1;
  background: #FFF;
  padding: 56px 100px 120px 100px;
}
@media screen and (max-width: 736px) {
  main.support #support02 .box,
  main.support #support03 .box,
  main.support #support04 .box {
    padding: 32px 20px;
  }
}
main.support #support02 .box .title-box,
main.support #support03 .box .title-box,
main.support #support04 .box .title-box {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
main.support #support02 .box .title-box h3,
main.support #support03 .box .title-box h3,
main.support #support04 .box .title-box h3 {
  width: 100%;
  color: #7E6853;
  font-family: "Noto Sans", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
}
@media screen and (max-width: 736px) {
  main.support #support02 .box .title-box h3,
  main.support #support03 .box .title-box h3,
  main.support #support04 .box .title-box h3 {
    font-size: 18px;
  }
}
main.support #support02 .box .title-box h3 img,
main.support #support03 .box .title-box h3 img,
main.support #support04 .box .title-box h3 img {
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 32px;
}
@media screen and (max-width: 736px) {
  main.support #support02 .box .title-box h3 img,
  main.support #support03 .box .title-box h3 img,
  main.support #support04 .box .title-box h3 img {
    width: 48px;
    margin-right: 24px;
  }
}
main.support #support02 .box .title-box p,
main.support #support03 .box .title-box p,
main.support #support04 .box .title-box p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  margin-top: 40px;
  text-align: left;
}
@media screen and (max-width: 736px) {
  main.support #support02 .box .title-box p,
  main.support #support03 .box .title-box p,
  main.support #support04 .box .title-box p {
    font-size: 14px;
    margin-top: 24px;
  }
}
main.support #support02 .box .title-box p span,
main.support #support03 .box .title-box p span,
main.support #support04 .box .title-box p span {
  display: block;
  margin-top: 24px;
  color: #7E6853;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.56px;
}
main.support #support02 .box .img-box,
main.support #support03 .box .img-box,
main.support #support04 .box .img-box {
  width: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 736px) {
  main.support #support02 .box .img-box,
  main.support #support03 .box .img-box,
  main.support #support04 .box .img-box {
    overflow-x: scroll;
  }
}
main.support #support02 .box .img-box img,
main.support #support03 .box .img-box img,
main.support #support04 .box .img-box img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 736px) {
  main.support #support02 .box .img-box img,
  main.support #support03 .box .img-box img,
  main.support #support04 .box .img-box img {
    width: 600px;
  }
}
main.support #support02 .box .content-box,
main.support #support03 .box .content-box,
main.support #support04 .box .content-box {
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  main.support #support02 .box .content-box,
  main.support #support03 .box .content-box,
  main.support #support04 .box .content-box {
    margin-top: 32px;
  }
}
main.support #support02 .box .content-box h4,
main.support #support03 .box .content-box h4,
main.support #support04 .box .content-box h4 {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
main.support #support02 .box .content-box h4::after,
main.support #support03 .box .content-box h4::after,
main.support #support04 .box .content-box h4::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #7E6853;
}
main.support #support02 .box .content-box h4 span,
main.support #support03 .box .content-box h4 span,
main.support #support04 .box .content-box h4 span {
  color: #7E6853;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  display: inline-block;
  padding-right: 32px;
  background-color: #fff;
}
main.support #support02 .box .content-box img,
main.support #support03 .box .content-box img,
main.support #support04 .box .content-box img {
  display: block;
  margin-top: 56px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 736px) {
  main.support #support02 .box .content-box img,
  main.support #support03 .box .content-box img,
  main.support #support04 .box .content-box img {
    margin-top: 32px;
  }
}
main.support #support02 .box .content-box ul,
main.support #support03 .box .content-box ul,
main.support #support04 .box .content-box ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 16px;
}
@media screen and (max-width: 736px) {
  main.support #support02 .box .content-box ul,
  main.support #support03 .box .content-box ul,
  main.support #support04 .box .content-box ul {
    gap: 12px;
    flex-direction: column;
  }
}
main.support #support02 .box .content-box ul li,
main.support #support03 .box .content-box ul li,
main.support #support04 .box .content-box ul li {
  width: 100%;
  display: flex;
  padding: 24px 0;
  align-items: center;
  justify-content: center;
  gap: 32px;
  border-radius: 4px;
  border: 2px solid #7E6853;
  background-color: #F3F2EC;
  color: #7E6853;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
@media screen and (max-width: 736px) {
  main.support #support02 .box .content-box ul li,
  main.support #support03 .box .content-box ul li,
  main.support #support04 .box .content-box ul li {
    padding: 20px 0 20px 24px;
    font-size: 14px;
    border: 1px solid #7E6853;
    justify-content: start;
  }
}
main.support #support02 .box .content-box ul li img,
main.support #support03 .box .content-box ul li img,
main.support #support04 .box .content-box ul li img {
  width: 48px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-top: 0;
}
main.support #support02 .box .content-box ul li p,
main.support #support03 .box .content-box ul li p,
main.support #support04 .box .content-box ul li p {
  color: #7E6853;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  display: flex;
  flex-direction: column;
  text-align: left;
}
main.support #support02 .box .content-box ul li p span,
main.support #support03 .box .content-box ul li p span,
main.support #support04 .box .content-box ul li p span {
  display: inline-block;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: #F0D033;
  text-decoration-thickness: 20%; /* 3.2px */
  text-underline-offset: auto;
  text-underline-position: from-font;
}

main.contact section,
main.confirm section,
main.thanks section {
  padding: 40px 0;
}
@media screen and (max-width: 736px) {
  main.contact #intro,
  main.confirm #intro,
  main.thanks #intro {
    padding-top: 0;
  }
}
main.contact #intro .box h3,
main.confirm #intro .box h3,
main.thanks #intro .box h3 {
  color: #000;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.96px;
  margin-bottom: 8px;
}
@media screen and (max-width: 736px) {
  main.contact #intro .box h3,
  main.confirm #intro .box h3,
  main.thanks #intro .box h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
main.contact #intro .box small,
main.confirm #intro .box small,
main.thanks #intro .box small {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
}
main.contact #intro .box small a,
main.confirm #intro .box small a,
main.thanks #intro .box small a {
  color: #3B9443;
  text-decoration: underline;
}
main.contact #contact-tel,
main.confirm #contact-tel,
main.thanks #contact-tel {
  padding-bottom: 0;
}
main.contact #contact-tel .box,
main.confirm #contact-tel .box,
main.thanks #contact-tel .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  padding-bottom: 40px;
  border-bottom: 2px dashed #C4C4C4;
  background: #F9F8F5;
}
@media screen and (max-width: 736px) {
  main.contact #contact-tel .box,
  main.confirm #contact-tel .box,
  main.thanks #contact-tel .box {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 40px;
  }
}
main.contact #contact-tel .box .title-box,
main.confirm #contact-tel .box .title-box,
main.thanks #contact-tel .box .title-box {
  width: 16em;
}
@media screen and (max-width: 736px) {
  main.contact #contact-tel .box .title-box,
  main.confirm #contact-tel .box .title-box,
  main.thanks #contact-tel .box .title-box {
    width: 100%;
  }
}
main.contact #contact-tel .box .content-box,
main.confirm #contact-tel .box .content-box,
main.thanks #contact-tel .box .content-box {
  flex: 1;
}
main.contact #contact-tel .box .content-box ul,
main.confirm #contact-tel .box .content-box ul,
main.thanks #contact-tel .box .content-box ul {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 736px) {
  main.contact #contact-tel .box .content-box ul,
  main.confirm #contact-tel .box .content-box ul,
  main.thanks #contact-tel .box .content-box ul {
    flex-direction: column;
    gap: 16px;
  }
}
main.contact #contact-tel .box .content-box ul li,
main.confirm #contact-tel .box .content-box ul li,
main.thanks #contact-tel .box .content-box ul li {
  width: 50%;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  padding: 16px 24px;
}
@media screen and (max-width: 736px) {
  main.contact #contact-tel .box .content-box ul li,
  main.confirm #contact-tel .box .content-box ul li,
  main.thanks #contact-tel .box .content-box ul li {
    width: 100%;
  }
}
main.contact #contact-tel .box .content-box ul li h3,
main.confirm #contact-tel .box .content-box ul li h3,
main.thanks #contact-tel .box .content-box ul li h3 {
  color: #000;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.72px;
  margin-bottom: 8px;
}
main.contact #contact-tel .box .content-box ul li a,
main.confirm #contact-tel .box .content-box ul li a,
main.thanks #contact-tel .box .content-box ul li a {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
main.contact #contact-tel .box .content-box ul li a img,
main.confirm #contact-tel .box .content-box ul li a img,
main.thanks #contact-tel .box .content-box ul li a img {
  width: 32px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main.contact #contact-tel .box .content-box ul li small,
main.confirm #contact-tel .box .content-box ul li small,
main.thanks #contact-tel .box .content-box ul li small {
  display: block;
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 16px;
}
main.contact #contact-tel .box .content-box ul li p.fax,
main.confirm #contact-tel .box .content-box ul li p.fax,
main.thanks #contact-tel .box .content-box ul li p.fax {
  width: 100%;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid #DCDCDC;
}
main.contact #contact-tel .box .content-box ul li p.fax img,
main.confirm #contact-tel .box .content-box ul li p.fax img,
main.thanks #contact-tel .box .content-box ul li p.fax img {
  width: 32px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main.contact #contact-form,
main.confirm #contact-form,
main.thanks #contact-form {
  padding-bottom: 80px;
}
main.contact #contact-form .box,
main.confirm #contact-form .box,
main.thanks #contact-form .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 736px) {
  main.contact #contact-form .box,
  main.confirm #contact-form .box,
  main.thanks #contact-form .box {
    flex-direction: column;
    gap: 24px;
  }
}
main.contact #contact-form .box .title-box,
main.confirm #contact-form .box .title-box,
main.thanks #contact-form .box .title-box {
  width: 16em;
}
@media screen and (max-width: 736px) {
  main.contact #contact-form .box .title-box,
  main.confirm #contact-form .box .title-box,
  main.thanks #contact-form .box .title-box {
    width: 100%;
    align-items: flex-start;
  }
}
@media screen and (max-width: 736px) {
  main.contact #contact-form .box .title-box h2.title,
  main.confirm #contact-form .box .title-box h2.title,
  main.thanks #contact-form .box .title-box h2.title {
    margin-bottom: 0;
  }
}
main.contact #contact-form .box .content-box,
main.confirm #contact-form .box .content-box,
main.thanks #contact-form .box .content-box {
  flex: 1;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  padding: 32px 40px 40px;
}
@media screen and (max-width: 736px) {
  main.contact #contact-form .box .content-box,
  main.confirm #contact-form .box .content-box,
  main.thanks #contact-form .box .content-box {
    width: 100%;
    padding: 8px 16px 40px 16px;
  }
}
main.contact #contact-form .box .content-box form h3,
main.confirm #contact-form .box .content-box form h3,
main.thanks #contact-form .box .content-box form h3 {
  color: #356138;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}
@media screen and (max-width: 736px) {
  main.contact #contact-form .box .content-box form h3,
  main.confirm #contact-form .box .content-box form h3,
  main.thanks #contact-form .box .content-box form h3 {
    font-size: 18px;
    padding-top: 16px;
    text-align: left;
  }
}
main.contact #contact-form .box .content-box form table,
main.confirm #contact-form .box .content-box form table,
main.thanks #contact-form .box .content-box form table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 736px) {
  main.contact #contact-form .box .content-box form table tr,
  main.confirm #contact-form .box .content-box form table tr,
  main.thanks #contact-form .box .content-box form table tr {
    display: block;
  }
}
main.contact #contact-form .box .content-box form table tr th,
main.confirm #contact-form .box .content-box form table tr th,
main.thanks #contact-form .box .content-box form table tr th {
  color: #333;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
}
@media screen and (max-width: 736px) {
  main.contact #contact-form .box .content-box form table tr th,
  main.confirm #contact-form .box .content-box form table tr th,
  main.thanks #contact-form .box .content-box form table tr th {
    font-size: 14px;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.56px;
    width: 100%;
    display: block;
    padding-bottom: 0;
    border-bottom: none;
  }
}
main.contact #contact-form .box .content-box form table tr th span.req,
main.confirm #contact-form .box .content-box form table tr th span.req,
main.thanks #contact-form .box .content-box form table tr th span.req {
  color: #FAFAEF;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  border-radius: 50px;
  background: #356138;
  padding: 4px 8px;
  margin-left: 8px;
}
@media screen and (max-width: 736px) {
  main.contact #contact-form .box .content-box form table tr th span.req,
  main.confirm #contact-form .box .content-box form table tr th span.req,
  main.thanks #contact-form .box .content-box form table tr th span.req {
    padding: 0 8px;
  }
}
main.contact #contact-form .box .content-box form table tr th span.opt,
main.confirm #contact-form .box .content-box form table tr th span.opt,
main.thanks #contact-form .box .content-box form table tr th span.opt {
  color: #FAFAEF;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  border-radius: 50px;
  background: #B3B3B3;
  padding: 4px 8px;
  margin-left: 8px;
}
@media screen and (max-width: 736px) {
  main.contact #contact-form .box .content-box form table tr th span.opt,
  main.confirm #contact-form .box .content-box form table tr th span.opt,
  main.thanks #contact-form .box .content-box form table tr th span.opt {
    padding: 0 8px;
  }
}
main.contact #contact-form .box .content-box form table tr td,
main.confirm #contact-form .box .content-box form table tr td,
main.thanks #contact-form .box .content-box form table tr td {
  padding-bottom: 24px;
}
main.contact #contact-form .box .content-box form table tr td input,
main.contact #contact-form .box .content-box form table tr td textarea,
main.contact #contact-form .box .content-box form table tr td select,
main.confirm #contact-form .box .content-box form table tr td input,
main.confirm #contact-form .box .content-box form table tr td textarea,
main.confirm #contact-form .box .content-box form table tr td select,
main.thanks #contact-form .box .content-box form table tr td input,
main.thanks #contact-form .box .content-box form table tr td textarea,
main.thanks #contact-form .box .content-box form table tr td select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  background: #fff;
  color: #000;
  padding: 8px 16px;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
}
@media screen and (max-width: 736px) {
  main.contact #contact-form .box .content-box form table tr td input,
  main.contact #contact-form .box .content-box form table tr td textarea,
  main.contact #contact-form .box .content-box form table tr td select,
  main.confirm #contact-form .box .content-box form table tr td input,
  main.confirm #contact-form .box .content-box form table tr td textarea,
  main.confirm #contact-form .box .content-box form table tr td select,
  main.thanks #contact-form .box .content-box form table tr td input,
  main.thanks #contact-form .box .content-box form table tr td textarea,
  main.thanks #contact-form .box .content-box form table tr td select {
    font-size: 14px;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.56px;
  }
}
main.contact #contact-form .box .content-box form table tr td input.wpcf7-not-valid,
main.contact #contact-form .box .content-box form table tr td textarea.wpcf7-not-valid,
main.confirm #contact-form .box .content-box form table tr td input.wpcf7-not-valid,
main.confirm #contact-form .box .content-box form table tr td textarea.wpcf7-not-valid,
main.thanks #contact-form .box .content-box form table tr td input.wpcf7-not-valid,
main.thanks #contact-form .box .content-box form table tr td textarea.wpcf7-not-valid {
  border-radius: 4px;
  border: 1px solid #EC0000;
  background: #F7EDED;
}
main.contact #contact-form .box .content-box form table tr td span.wpcf7-not-valid-tip,
main.confirm #contact-form .box .content-box form table tr td span.wpcf7-not-valid-tip,
main.thanks #contact-form .box .content-box form table tr td span.wpcf7-not-valid-tip {
  color: #EC0000;
  font-family: "Noto Sans", sans-serif;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
  display: block;
  margin-top: 4px;
}
main.contact #contact-form .box .content-box form table tr td select,
main.confirm #contact-form .box .content-box form table tr td select,
main.thanks #contact-form .box .content-box form table tr td select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
main.contact #contact-form .box .content-box form .btn-box input[type=submit],
main.confirm #contact-form .box .content-box form .btn-box input[type=submit],
main.thanks #contact-form .box .content-box form .btn-box input[type=submit] {
  display: flex;
  width: 320px;
  height: 48px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #356138;
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.56px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  main.contact #contact-form .box .content-box form .btn-box input[type=submit],
  main.confirm #contact-form .box .content-box form .btn-box input[type=submit],
  main.thanks #contact-form .box .content-box form .btn-box input[type=submit] {
    width: 100%;
  }
}

main.confirm #contact-form .box {
  max-width: 800px;
}
main.confirm #contact-form .box .content-box {
  background-color: transparent;
  border: none;
  padding: 0;
}
main.confirm #contact-form .box .content-box form h3 {
  padding-top: 24px;
  border-top: 1px solid #DCDCDC;
}
main.confirm #contact-form .box .content-box form table {
  width: 100%;
  border-collapse: collapse;
}
main.confirm #contact-form .box .content-box form table tr th {
  width: 22em;
  padding-bottom: 30px;
}
@media screen and (max-width: 736px) {
  main.confirm #contact-form .box .content-box form table tr th {
    width: 100%;
    padding-bottom: 0;
  }
}
main.confirm #contact-form .box .content-box form table tr td input,
main.confirm #contact-form .box .content-box form table tr td textarea,
main.confirm #contact-form .box .content-box form table tr td select {
  border: none;
  background: transparent;
  padding-left: 0;
}
main.confirm #contact-form .box .content-box form table tr td select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
main.confirm #contact-form .box .content-box form table tr td textarea {
  resize: none;
}
main.confirm #contact-form .box .content-box form .btn-box p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 736px) {
  main.confirm #contact-form .box .content-box form .btn-box p {
    flex-direction: column;
    gap: 8px;
  }
}
main.confirm #contact-form .box .content-box form .btn-box input[type=submit],
main.confirm #contact-form .box .content-box form .btn-box input[type=button] {
  display: flex;
  width: 320px;
  height: 48px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #356138;
  color: #356138;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.56px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  main.confirm #contact-form .box .content-box form .btn-box input[type=submit],
  main.confirm #contact-form .box .content-box form .btn-box input[type=button] {
    width: 100%;
  }
}
main.confirm #contact-form .box .content-box form .btn-box input[type=submit] {
  background-color: #356138;
  color: #fff;
}

@media screen and (max-width: 736px) {
  main.i-select #under-mv {
    display: none;
  }
}
main.i-select #i-select-mv {
  background-image: url("../img/i-select/mv-img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  height: 640px;
}
@media screen and (max-width: 736px) {
  main.i-select #i-select-mv {
    height: 100vh;
    aspect-ratio: initial;
    background-image: url("../img/i-select/mv-img-sp.jpg");
    padding-bottom: 60px;
  }
}
main.i-select #i-select-mv .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 80%;
  height: 100%;
}
@media screen and (max-width: 736px) {
  main.i-select #i-select-mv .box {
    width: 100%;
    height: 100%;
    position: relative;
  }
}
main.i-select #i-select-mv .box .title-box {
  align-items: flex-start;
}
@media screen and (max-width: 736px) {
  main.i-select #i-select-mv .box .title-box {
    position: absolute;
    left: 30px;
    bottom: 0;
  }
}
main.i-select #i-select-mv .box .title-box h2 {
  color: #FFF;
  font-family: "Noto Serif", serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 128px */
  letter-spacing: 3.2px;
}
@media screen and (max-width: 736px) {
  main.i-select #i-select-mv .box .title-box h2 {
    font-size: 56px;
    line-height: 160%; /* 64px */
    letter-spacing: 2.24px;
  }
}
main.i-select #i-select-mv .box .title-box span {
  color: #FFF;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.64px;
}
@media screen and (max-width: 736px) {
  main.i-select #i-select-mv .box .sub-title-box {
    position: absolute;
    top: 80px;
    right: 30px;
  }
}
main.i-select #i-select-mv .box .sub-title-box p {
  color: #FFF;
  font-feature-settings: "vert" on;
  font-family: "Noto Serif", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 736px) {
  main.i-select #i-select-mv .box .sub-title-box p {
    font-size: 16px;
  }
}
@media screen and (max-width: 736px) {
  main.i-select #i-select-lead {
    padding-top: 72px;
    border-radius: 0 32px 0 0;
    background: #ECECEE;
    margin-top: -32px;
  }
}
main.i-select #i-select-lead .box {
  max-width: none;
  width: 100%;
}
main.i-select #i-select-lead .box .inner-box {
  position: relative;
}
main.i-select #i-select-lead .box .inner-box .text-box p {
  color: #333;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 220%; /* 44px */
  letter-spacing: 0.8px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  main.i-select #i-select-lead .box .inner-box .text-box p {
    font-size: 16px;
    line-height: 200%; /* 32px */
    letter-spacing: 0.64px;
  }
}
main.i-select #i-select-lead .box .inner-box .img-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 736px) {
  main.i-select #i-select-lead .box .inner-box .img-box {
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
main.i-select #i-select-lead .box .inner-box .img-box img.lead01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: auto;
}
@media screen and (max-width: 736px) {
  main.i-select #i-select-lead .box .inner-box .img-box img.lead01 {
    position: static;
    width: 90%;
    margin: 80px 5% 24px;
  }
}
main.i-select #i-select-lead .box .inner-box .img-box img.lead02 {
  position: absolute;
  bottom: 0;
  right: 15%;
  width: 15%;
  height: auto;
}
@media screen and (max-width: 736px) {
  main.i-select #i-select-lead .box .inner-box .img-box img.lead02 {
    position: static;
    width: 60%;
    margin-top: 48px;
  }
}
main.i-select #i-select-lead .box .inner-box .img-box img.lead03 {
  position: absolute;
  top: 0;
  right: 5%;
  width: 10%;
  height: auto;
}
@media screen and (max-width: 736px) {
  main.i-select #i-select-lead .box .inner-box .img-box img.lead03 {
    position: static;
    width: 30%;
  }
}
main.i-select #strength {
  background: #6C7A89;
}
main.i-select #strength .box .title-box {
  align-items: flex-start;
}
main.i-select #strength .box .title-box h2 {
  color: #ECECEE;
  font-family: "Noto Serif", serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -3.2px;
}
@media screen and (max-width: 736px) {
  main.i-select #strength .box .title-box h2 {
    font-size: 56px;
    letter-spacing: 2.24px;
  }
}
main.i-select #strength .box .title-box span {
  color: #fff;
}
main.i-select #strength .box .inner-box {
  margin-top: 200px;
}
@media screen and (max-width: 736px) {
  main.i-select #strength .box .inner-box {
    flex-direction: column;
    gap: 16px;
  }
}
main.i-select #strength .box .inner-box ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 736px) {
  main.i-select #strength .box .inner-box ul {
    flex-direction: column;
    gap: 130px;
  }
}
main.i-select #strength .box .inner-box ul li {
  width: 100%;
  border-radius: 4px;
  background: #ECECEE;
  padding: 124px 24px 24px 24px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.i-select #strength .box .inner-box ul li .img-box {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 736px) {
  main.i-select #strength .box .inner-box ul li .img-box {
    width: 95%;
    left: auto;
    right: -5%;
    transform: none;
  }
}
main.i-select #strength .box .inner-box ul li .img-box img {
  width: 100%;
  height: 100%;
}
main.i-select #strength .box .inner-box ul li .text-box h3 {
  width: 100%;
  color: #333;
  font-family: "Noto Serif", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 35.2px */
  letter-spacing: 0.88px;
  margin-bottom: 24px;
}
main.i-select #strength .box .inner-box ul li .text-box p {
  width: 100%;
  color: #666;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.56px;
  margin-bottom: 32px;
}
main.i-select #strength .box .inner-box ul li .text-box img {
  width: 49%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 736px) {
  main.i-select #strength .box .inner-box ul li:nth-of-type(2) .img-box {
    right: auto;
    left: -5%;
  }
}
main.i-select #lineup {
  background: #ECECEE;
}
main.i-select #lineup .box .title-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 48px;
}
@media screen and (max-width: 736px) {
  main.i-select #lineup .box .title-box {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }
}
main.i-select #lineup .box .title-box h2 {
  color: #466629;
  font-family: "Noto Serif", serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -3.2px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 736px) {
  main.i-select #lineup .box .title-box h2 {
    font-size: 56px;
    letter-spacing: 2.24px;
  }
}
main.i-select #lineup .box .title-box h2 span {
  color: #6E6E6E;
  font-size: 12px;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
main.i-select #lineup .box .title-box p {
  color: #666;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
  margin-top: 0;
  text-align: left;
}
main.i-select #lineup .box .inner-box {
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  main.i-select #lineup .box .inner-box {
    margin-top: 56px;
  }
}
main.i-select #lineup .box .inner-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.i-select #lineup .box .inner-box ul li {
  width: 30%;
  margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
  main.i-select #lineup .box .inner-box ul li {
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #CED6DF;
    margin-bottom: 32px;
  }
}
main.i-select #lineup .box .inner-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
main.i-select #lineup .box .inner-box ul li a .img-box {
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
}
main.i-select #lineup .box .inner-box ul li a .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s ease-in-out;
}
main.i-select #lineup .box .inner-box ul li a .text-box h3 {
  color: #000;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: 0.8px;
  position: relative;
}
main.i-select #lineup .box .inner-box ul li a .text-box h3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 0px;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  background-image: url("../img/common/icon-arrow-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
main.i-select #lineup .box .inner-box ul li a .text-box p {
  color: #808080;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.56px;
}
main.i-select #lineup .box .inner-box ul li a:hover .img-box img {
  transform: scale(1.05);
}
main.i-select #flow .box {
  width: 95%;
  border-radius: 8px;
  background: #435B34;
  display: flex;
  align-items: flex-start;
  gap: 80px;
  padding: 100px 80px;
}
@media screen and (max-width: 736px) {
  main.i-select #flow .box {
    width: 100%;
    padding: 48px 24px 80px;
    flex-direction: column;
    gap: 72px;
    border-radius: 16px 16px 0 0;
  }
}
main.i-select #flow .box .title-box {
  align-items: flex-start;
  max-width: 320px;
}
main.i-select #flow .box .title-box h2 {
  color: #ECECEE;
  font-family: "Noto Serif", serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -3.2px;
}
@media screen and (max-width: 736px) {
  main.i-select #flow .box .title-box h2 {
    font-size: 56px;
    letter-spacing: 2.24px;
  }
}
main.i-select #flow .box .title-box span {
  color: #ECECEE;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0.48px;
}
main.i-select #flow .box .title-box p {
  color: #ECECEE;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
  text-align: left;
  margin-top: 40px;
}
main.i-select #flow .box .inner-box ul {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
main.i-select #flow .box .inner-box ul li {
  border-radius: 4px;
  background: #ECECEE;
  padding: 16px 24px 24px;
  position: relative;
}
main.i-select #flow .box .inner-box ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 56px 0 0;
  border-color: #182F1E transparent transparent transparent;
  border-top-left-radius: 4px;
}
main.i-select #flow .box .inner-box ul li:after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 10px;
  background-image: url("../img/common/icon-arrow-down-green02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
main.i-select #flow .box .inner-box ul li:last-child:after {
  display: none;
}
main.i-select #flow .box .inner-box ul li .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ECECEE;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
}
main.i-select #flow .box .inner-box ul li h3 {
  color: #435B34;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.72px;
  padding-left: 32px;
  margin-bottom: 24px;
}
main.i-select #flow .box .inner-box ul li p {
  color: #182F1E;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.56px;
}
main.i-select #flow .box .inner-box ul li p a {
  text-decoration: underline;
}
main.i-select #i-select-btn-box {
  padding-top: 0;
}
@media screen and (max-width: 736px) {
  main.i-select #i-select-btn-box {
    padding-bottom: 100px;
  }
}
main.i-select #i-select-btn-box .box .inner-box .btn-box a {
  background-color: #356138;
  width: 320px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.56px;
  color: #FFF;
  margin: 0 auto;
  padding: 0;
}
main.i-select #i-select-btn-box .box .inner-box .btn-box a::before {
  display: none;
}

#page404 .box {
  text-align: center;
}
#page404 .box p {
  font-size: 18px;
  line-height: 1.7em;
}
#page404 .box .btn-box {
  margin-top: 60px;
}/*# sourceMappingURL=layout.css.map */