@charset "UTF-8";
.fs-07 {
  font-size: 0.7rem !important;
  line-height: 1.6 !important;
}

.fs-08 {
  font-size: 0.8rem !important;
  line-height: 1.6 !important;
}

.fs-09 {
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
}

.fs-10 {
  font-size: 1rem !important;
}

.fs-11 {
  font-size: 1.1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-17 {
  font-size: 1.7rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-19 {
  font-size: 1.9rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-21 {
  font-size: 2.1rem !important;
}

.fs-22 {
  font-size: 2.2rem !important;
}

.fs-23 {
  font-size: 2.3rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.fs-25 {
  font-size: 2.5rem !important;
}

.fs-26 {
  font-size: 2.6rem !important;
}

.fs-27 {
  font-size: 2.7rem !important;
}

.fs-28 {
  font-size: 2.8rem !important;
}

.fs-29 {
  font-size: 2.9rem !important;
}

.fs-30 {
  font-size: 3rem !important;
}

.fs-31 {
  font-size: 3.1rem !important;
}

.fs-32 {
  font-size: 3.2rem !important;
}

.fs-33 {
  font-size: 3.3rem !important;
}

.fs-34 {
  font-size: 3.4rem !important;
}

.fs-35 {
  font-size: 3.5rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.fs-37 {
  font-size: 3.7rem !important;
}

.fs-38 {
  font-size: 3.8rem !important;
}

.fs-39 {
  font-size: 3.9rem !important;
}

.fs-40 {
  font-size: 4rem !important;
}

@media screen and (max-width: 767px) {
  .md_fs-07 {
    font-size: 0.7rem !important;
    line-height: 1.4 !important;
  }
  .md_fs-08 {
    font-size: 0.8rem !important;
    line-height: 1.4 !important;
  }
  .md_fs-09 {
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
  }
  .md_fs-10 {
    font-size: 1rem !important;
  }
  .md_fs-11 {
    font-size: 1.1rem !important;
  }
  .md_fs-12 {
    font-size: 1.2rem !important;
  }
  .md_fs-13 {
    font-size: 1.3rem !important;
  }
  .md_fs-14 {
    font-size: 1.4rem !important;
  }
  .md_fs-15 {
    font-size: 1.5rem !important;
  }
  .md_fs-16 {
    font-size: 1.6rem !important;
  }
  .md_fs-17 {
    font-size: 1.7rem !important;
  }
  .md_fs-18 {
    font-size: 1.8rem !important;
  }
  .md_fs-19 {
    font-size: 1.9rem !important;
  }
  .md_fs-20 {
    font-size: 2rem !important;
  }
  .md_fs-21 {
    font-size: 2.1rem !important;
  }
  .md_fs-22 {
    font-size: 2.2rem !important;
  }
  .md_fs-23 {
    font-size: 2.3rem !important;
  }
  .md_fs-24 {
    font-size: 2.4rem !important;
  }
  .md_fs-25 {
    font-size: 2.5rem !important;
  }
  .md_fs-26 {
    font-size: 2.6rem !important;
  }
  .md_fs-27 {
    font-size: 2.7rem !important;
  }
  .md_fs-28 {
    font-size: 2.8rem !important;
  }
  .md_fs-29 {
    font-size: 2.9rem !important;
  }
  .md_fs-30 {
    font-size: 3rem !important;
  }
  .md_fs-31 {
    font-size: 3.1rem !important;
  }
  .md_fs-32 {
    font-size: 3.2rem !important;
  }
  .md_fs-33 {
    font-size: 3.3rem !important;
  }
  .md_fs-34 {
    font-size: 3.4rem !important;
  }
  .md_fs-35 {
    font-size: 3.5rem !important;
  }
  .md_fs-36 {
    font-size: 3.6rem !important;
  }
  .md_fs-37 {
    font-size: 3.7rem !important;
  }
  .md_fs-38 {
    font-size: 3.8rem !important;
  }
  .md_fs-39 {
    font-size: 3.9rem !important;
  }
  .md_fs-40 {
    font-size: 4rem !important;
  }
}
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html, body {
  margin: 0;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  display: block;
  font-size: 1rem;
  color: #555;
  text-decoration: none;
  line-height: 1.7;
}
ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
html, body {
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  html, body {
    font-size: 14px;
  }
}

html, body, p, li, td, th, input, select, textarea, h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, table, form, button, a, img, span, div, label, fieldset, legend, figure, figcaption, blockquote, cite, code, pre, address, time, small, strong, em, i, b, mark, q, s, sub, sup, abbr, dfn, kbd, samp, var {
  font-family: "Noto Sans JP", serif;
}

body, p, li, td, th, input, select, textarea {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  body, p, li, td, th, input, select, textarea {
    font-size: clamp(16px, 16px + 0.1vw * 2, 19.2px);
  }
}
@media screen and (max-width: 767px) {
  body, p, li, td, th, input, select, textarea {
    font-size: clamp(14px, 14px + 0.1vw, 19.2px);
  }
}

p, a {
  line-height: 2.2;
}

p a {
  display: inline-block;
  text-decoration: underline;
  color: #67AC2F;
}

h1 {
  font-size: 40px;
}
@media screen and (max-width: 1100px) {
  h1 {
    font-size: clamp(40px, 40px + 0.1vw * 2, 48px);
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: clamp(35px, 35px + 0.1vw, 48px);
  }
}

h2 {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: clamp(32px, 32px + 0.1vw * 2, 38.4px);
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: clamp(28px, 28px + 0.1vw, 38.4px);
  }
}

h3 {
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: clamp(24px, 24px + 0.1vw * 2, 28.8px);
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: clamp(21px, 21px + 0.1vw, 28.8px);
  }
}

h4 {
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: clamp(20px, 20px + 0.1vw * 2, 24px);
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: clamp(17.5px, 17.5px + 0.1vw, 24px);
  }
}

.text-base {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .text-base {
    font-size: clamp(16px, 16px + 0.1vw * 2, 19.2px);
  }
}
@media screen and (max-width: 767px) {
  .text-base {
    font-size: clamp(14px, 14px + 0.1vw, 19.2px);
  }
}

.text-small {
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .text-small {
    font-size: clamp(14px, 14px + 0.1vw * 2, 15.4px);
  }
}
@media screen and (max-width: 767px) {
  .text-small {
    font-size: clamp(14px, 14px + 0.1vw, 15.4px);
  }
}

.fs-h1 {
  font-size: 40px;
}
@media screen and (max-width: 1100px) {
  .fs-h1 {
    font-size: clamp(40px, 40px + 0.1vw * 2, 48px);
  }
}
@media screen and (max-width: 767px) {
  .fs-h1 {
    font-size: clamp(35px, 35px + 0.1vw, 48px);
  }
}

.fs-h2 {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  .fs-h2 {
    font-size: clamp(32px, 32px + 0.1vw * 2, 38.4px);
  }
}
@media screen and (max-width: 767px) {
  .fs-h2 {
    font-size: clamp(28px, 28px + 0.1vw, 38.4px);
  }
}

.fs-h3 {
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  .fs-h3 {
    font-size: clamp(24px, 24px + 0.1vw * 2, 28.8px);
  }
}
@media screen and (max-width: 767px) {
  .fs-h3 {
    font-size: clamp(21px, 21px + 0.1vw, 28.8px);
  }
}

.fs-h4 {
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  .fs-h4 {
    font-size: clamp(20px, 20px + 0.1vw * 2, 24px);
  }
}
@media screen and (max-width: 767px) {
  .fs-h4 {
    font-size: clamp(17.5px, 17.5px + 0.1vw, 24px);
  }
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

@media (min-width: 576px) {
  .sm\:fw-100 {
    font-weight: 100 !important;
  }
  .sm\:fw-200 {
    font-weight: 200 !important;
  }
  .sm\:fw-300 {
    font-weight: 300 !important;
  }
  .sm\:fw-400 {
    font-weight: 400 !important;
  }
  .sm\:fw-500 {
    font-weight: 500 !important;
  }
  .sm\:fw-600 {
    font-weight: 600 !important;
  }
  .sm\:fw-700 {
    font-weight: 700 !important;
  }
  .sm\:fw-800 {
    font-weight: 800 !important;
  }
  .sm\:fw-900 {
    font-weight: 900 !important;
  }
}
@media (min-width: 768px) {
  .md\:fw-100 {
    font-weight: 100 !important;
  }
  .md\:fw-200 {
    font-weight: 200 !important;
  }
  .md\:fw-300 {
    font-weight: 300 !important;
  }
  .md\:fw-400 {
    font-weight: 400 !important;
  }
  .md\:fw-500 {
    font-weight: 500 !important;
  }
  .md\:fw-600 {
    font-weight: 600 !important;
  }
  .md\:fw-700 {
    font-weight: 700 !important;
  }
  .md\:fw-800 {
    font-weight: 800 !important;
  }
  .md\:fw-900 {
    font-weight: 900 !important;
  }
}
@media (min-width: 992px) {
  .lg\:fw-100 {
    font-weight: 100 !important;
  }
  .lg\:fw-200 {
    font-weight: 200 !important;
  }
  .lg\:fw-300 {
    font-weight: 300 !important;
  }
  .lg\:fw-400 {
    font-weight: 400 !important;
  }
  .lg\:fw-500 {
    font-weight: 500 !important;
  }
  .lg\:fw-600 {
    font-weight: 600 !important;
  }
  .lg\:fw-700 {
    font-weight: 700 !important;
  }
  .lg\:fw-800 {
    font-weight: 800 !important;
  }
  .lg\:fw-900 {
    font-weight: 900 !important;
  }
}
@media (min-width: 1200px) {
  .xl\:fw-100 {
    font-weight: 100 !important;
  }
  .xl\:fw-200 {
    font-weight: 200 !important;
  }
  .xl\:fw-300 {
    font-weight: 300 !important;
  }
  .xl\:fw-400 {
    font-weight: 400 !important;
  }
  .xl\:fw-500 {
    font-weight: 500 !important;
  }
  .xl\:fw-600 {
    font-weight: 600 !important;
  }
  .xl\:fw-700 {
    font-weight: 700 !important;
  }
  .xl\:fw-800 {
    font-weight: 800 !important;
  }
  .xl\:fw-900 {
    font-weight: 900 !important;
  }
}
.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.ta-j {
  text-align: justify !important;
}

@media screen and (max-width: 767px) {
  .md_ta-l {
    text-align: left !important;
  }
  .md_ta-c {
    text-align: center !important;
  }
  .md_ta-r {
    text-align: right !important;
  }
  .md_ta-j {
    text-align: justify !important;
  }
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.aboreto {
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ==========
統一されたアニメーションスタイル
========== */
/* 遅延クラス - すべてのアニメーションタイプで共通利用 */
.fade1 {
  /* デフォルト - 遅延なし */
}

.fade2 {
  /* JSで0.3秒遅延 */
}

.fade3 {
  /* JSで0.6秒遅延 */
}

.fade4 {
  /* JSで0.9秒遅延 */
}

.fade5 {
  /* JSで1.2秒遅延 */
}

.fade6 {
  /* JSで1.5秒遅延 */
}

/* 1. シンプルなフェードイン */
.fade-simple {
  opacity: 0;
  visibility: hidden;
  /* 基本スタイルはJSで設定するため最小限のCSSのみ定義 */
}

/* 2. 下から上へのフェードイン */
.fade-up {
  opacity: 0;
  visibility: hidden;
  position: relative;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  z-index: 9998;
}

/* 3. 上からのマスクアニメーション */
.fade-top {
  position: relative;
  overflow: hidden;
}
.fade-top .fade-overlay {
  position: absolute;
  inset: 0;
  background-color: #67AC2F !important;
  z-index: 1;
}
.fade-top img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

/* 4. 左からのマスクアニメーション */
.fade-left, .fade-left2 {
  position: relative;
  overflow: hidden;
}
.fade-left .fade-overlay, .fade-left2 .fade-overlay {
  position: absolute;
  inset: 0;
  background-color: #eee !important;
  z-index: 1;
}
.fade-left img, .fade-left2 img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

/* 5. 下からのマスクアニメーション */
.fade-down {
  position: relative;
  overflow: hidden;
}
.fade-down .fade-mask {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(5%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 100%);
  position: absolute;
  width: 100%;
  height: 200%;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* 6. スケールアニメーション */
.fade-scale {
  position: relative;
  overflow: hidden;
}
.fade-scale .fade-overlay {
  position: absolute;
  inset: 0;
  background-color: #67AC2F !important;
  z-index: 1;
}
.fade-scale img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

/* 7. バウンスアニメーション */
.fade-bounce {
  position: relative;
  overflow: hidden;
}
.fade-bounce img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

/* レスポンシブ設定 */
@media (max-width: 768px) {
  /* モバイル用スタイル調整（必要に応じて） */
}
/* 
注意: 大部分のアニメーションスタイルはJavaScriptで動的に設定されます。
CSSでは、基本的なスタイルとバリエーションごとの静的なスタイルのみ定義しています。
 */
section#details__button .section__container .details__button-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  section#details__button .section__container .details__button-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
section#details__button .section__container .details__button-link button {
  width: 100%;
}
section#details__button .section__container .details__button-link button a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  line-height: 1.6;
}
section#details__button .section__container .details__button-link-more {
  text-align: center;
}
section#details__button .section__container .details__button-link-more a {
  font-size: 1.1rem;
  display: inline-block;
  color: #67AC2F;
  position: relative;
}
section#details__button .section__container .details__button-link-more a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -5px;
  width: calc(100% + 10px);
  height: 1px;
  background-color: #67AC2F;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
section#details__button .section__container .details__button-link-more a:hover::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}

section#detail1 .section__container .contents-tab.tab3-2,
section#detail2 .section__container .contents-tab.tab3-2,
section#detail3 .section__container .contents-tab.tab3-2,
section#detail4 .section__container .contents-tab.tab3-2 {
  position: relative;
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__container,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__container,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__container,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__nav,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__nav,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__nav,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__nav {
  width: 300px;
}
@media screen and (max-width: 1100px) {
  section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__nav,
  section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__nav,
  section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__nav,
  section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__nav {
    width: 100%;
  }
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__nav .contents-title__main,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__nav .contents-title__main,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__nav .contents-title__main,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__nav .contents-title__main {
  font-size: clamp(1.2rem, 1.3vw, 2rem);
  font-weight: 400;
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__nav-items,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__nav-items,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__nav-items,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__nav-items {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__nav-items,
  section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__nav-items,
  section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__nav-items,
  section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__nav-items {
    width: 100%;
  }
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-item,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-item,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-item,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-item {
  list-style: none;
  margin-bottom: 10px;
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  text-decoration: none;
  color: #454545;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link:hover,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link:hover,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link:hover,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link:hover {
  color: #006835;
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link::after,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link::after,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link::after,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link.active,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link.active,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link.active,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link.active {
  color: #006835;
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link.active::after,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link.active::after,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link.active::after,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .contents-tab__nav-link.active::after {
  background: #006835;
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .jp,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .jp,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .jp,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .jp::before,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .jp::before,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .jp::before,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__nav-items .jp::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #006835;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__detail,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__detail,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__detail,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-contents,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-contents,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-contents,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-contents {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-content,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-content,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-content,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-content {
  margin-bottom: 70px;
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-content:last-child,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-content:last-child,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-content:last-child,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-content:last-child {
  margin-bottom: 0;
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-title .contents-tab__detail-title-text,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-title .contents-tab__detail-title-text,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-title .contents-tab__detail-title-text,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-title .contents-tab__detail-title-text {
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-title .contents-tab__detail-title-text,
  section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-title .contents-tab__detail-title-text,
  section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-title .contents-tab__detail-title-text,
  section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-title .contents-tab__detail-title-text {
    font-size: 1.1rem;
    margin-bottom: 35px;
  }
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-title .contents-tab__detail-title-text::before,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-title .contents-tab__detail-title-text::before,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-title .contents-tab__detail-title-text::before,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-title .contents-tab__detail-title-text::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #67AC2F;
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon {
  margin-left: 20px;
  position: relative;
  min-width: 50px;
}
@media screen and (max-width: 1100px) {
  section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon,
  section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon,
  section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon,
  section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon {
    min-width: 40px;
  }
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon img,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon img,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon img,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon img {
  width: 55px;
  height: auto;
}
@media screen and (max-width: 1100px) {
  section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon img,
  section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon img,
  section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon img,
  section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon img {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon img,
  section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon img,
  section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon img,
  section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon img {
    width: 60px;
  }
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon::before,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon::before,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon::before,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #67AC2F;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon::before,
  section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon::before,
  section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon::before,
  section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-icon::before {
    width: 50px;
    height: 50px;
  }
}
section#detail1 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-text,
section#detail2 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-text,
section#detail3 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-text,
section#detail4 .section__container .contents-tab.tab3-2 .contents-tab__detail .contents-tab__detail-desc .contents-tab__detail-text {
  line-height: 1.7;
}
@media screen and (max-width: 1100px) {
  section#detail1 .section__container .contents-tab .contents-tab__container,
  section#detail2 .section__container .contents-tab .contents-tab__container,
  section#detail3 .section__container .contents-tab .contents-tab__container,
  section#detail4 .section__container .contents-tab .contents-tab__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section#detail1 .section__container .contents-tab .contents-tab__items,
  section#detail2 .section__container .contents-tab .contents-tab__items,
  section#detail3 .section__container .contents-tab .contents-tab__items,
  section#detail4 .section__container .contents-tab .contents-tab__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  section#detail1 .section__container .contents-tab .contents-tab__items li,
  section#detail2 .section__container .contents-tab .contents-tab__items li,
  section#detail3 .section__container .contents-tab .contents-tab__items li,
  section#detail4 .section__container .contents-tab .contents-tab__items li {
    width: 100%;
    margin-bottom: 0;
  }
  section#detail1 .section__container .contents-tab .contents-tab__items span,
  section#detail2 .section__container .contents-tab .contents-tab__items span,
  section#detail3 .section__container .contents-tab .contents-tab__items span,
  section#detail4 .section__container .contents-tab .contents-tab__items span {
    padding: 12px 15px;
    font-size: 14px;
  }
}

section#detail4 .health-check__content:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
}
@media screen and (max-width: 767px) {
  section#detail4 .health-check__content:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
section#detail4 .health-check__content .health-check__description {
  margin-bottom: 25px;
}
section#detail4 .health-check__content .health-check__description h5 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #67AC2F;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  section#detail4 .health-check__content .health-check__description h5 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}
section#detail4 .health-check__content .health-check__description p {
  line-height: 1.7;
  color: #555;
}
section#detail4 .health-check__content .health-check__items ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
section#detail4 .health-check__content .health-check__items ol li {
  line-height: 1.7;
  margin-bottom: 8px;
  color: #666;
  font-size: 0.95rem;
}
section#detail4 .health-check__content .health-check__items ol li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section#detail4 .health-check__content .health-check__items ol li {
    font-size: 0.9rem;
    margin-bottom: 6px;
  }
}