@charset "UTF-8";

/* ====================================================
【色設定】
==================================================== */
:root {
  --color_base: #fff;
  --color_text: #333;
  --color_text_secondary: #222927;
  --color_link: #333;
  --color_border: #e9e9e9;
  --color_primary: #2F552D;
  --color_secondary: #A08548;
  --color_tertiary: #7BB5C4;
  --color_white: #fff;
  --color_black: #333;
  --color_gray: #E0E0E0;
  --color_gray_light: #F6F6F6;
  --color_gray_dark: #777;
  --color_bg: #E7F0EC;
}

/* ====================================================
【アニメーション】
==================================================== */
:root {
  --ease: cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* ====================================================
【サイト全体の設定】
==================================================== */
@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}

:root {
  --font_base: "FOT-筑紫ゴシック Pr5 R", sans-serif;
  --font_jp: "FOT-筑紫明朝 Pr6N M", serif;
  --font_en: "EB Garamond", serif;
  --font_en_decorative: "Homemade Apple", cursive;
  --font_weight: normal;
  --font_size: rem(17);
  --line_height: 2.0;
  --letter_spacing: .05em;
}

@media (max-width: 800px) {
  :root {
    --font_size: rem(15);
    --line_height: 1.8;
  }
}

/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

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

:where(button) {
  all: unset;
  box-sizing: border-box;
}

:where(a, input, button, textarea, select) {
  touch-action: manipulation;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

textarea {
  resize: block;
}

:where(button, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:focus-visible) {
  outline: 2px solid #2e2c29;
  outline-offset: 2px;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

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

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

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

:where(em, dfn) {
  font-style: inherit;
}

sup {
  vertical-align: text-top;
  font-size: 0.65em;
  line-height: 1;
}

sub {
  vertical-align: text-bottom;
  font-size: 0.65em;
  line-height: 1;
}

hr {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

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

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

mark {
  background: transparent;
  font-style: normal;
}

/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
body {
  background-color: var(--color_base);
  color: var(--color_text);
  font-family: var(--font_base);
  font-size: var(--font_size);
  font-weight: var(--font_weight);
  letter-spacing: var(--letter_spacing);
  line-height: var(--line_height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: var(--font_jp);
}

[lang=en] {
  font-family: var(--font_en);
}

th,
dt {
  font-weight: 500;
}

.link {
  display: inline-block;
  text-decoration: underline;
  word-break: break-all;
  position: relative;
  text-wrap: pretty;
}

.link[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  margin-left: 5px;
}

.link:is(:hover, :focus) {
  text-decoration: none;
}

.no-link {
  pointer-events: none;
}

a[href^=tel] {
  cursor: default;
}

:target {
  scroll-margin-top: 0;
}

@media (max-width: 800px) {
  body {
    font-size: 0.9375rem;
  }

  :target {
    scroll-margin-top: 0;
  }
}

.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.container.wide {
  max-width: 1200px;
}

.container.ultra-wide {
  max-width: 1540px;
}

.container.narrow {
  max-width: 900px;
}

/*ボタン*/
.btn-out {
  padding-right: 15px;
  position: relative;
}

.btn-out::before {
  content: "";
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 0.2em;
  right: 0;
}

.btn-out::after {
  content: "";
  transition: background-size 0.3s;
  background: linear-gradient(to top, currentColor 0px, currentColor 1.1px, transparent 1px) no-repeat right bottom;
  background-size: 0% auto;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 1px;
  width: 100%;
}

.btn-out:hover::after {
  background-position: left bottom;
  background-size: 100% auto;
}

.btn-more {
  display: inline-block;
  background-color: var(--color_primary);
  color: var(--color_white);
  font-size: 0.9375rem;
  line-height: 1;
  padding: 10px 25px;
}

.btn-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: var(--color_black);
  color: var(--color_white);
  font-size: 0.9375rem;
  padding: 0 25px 0 20px;
  height: 50px;
}

.btn-icon svg {
  fill: currentColor;
}

.btn-tel {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font_en);
  font-size: 2.25rem;
  line-height: 1;
}

.btn-tel::before {
  content: "";
  -webkit-mask: url(../images/share/icon_tel.svg) no-repeat center/contain;
  mask: url(../images/share/icon_tel.svg) no-repeat center/contain;
  background: var(--color_primary);
  width: 18px;
  height: 25px;
  display: inline-block;
}

.btn-tel.large {
  font-size: 3.25rem;
  gap: 15px;
}

.btn-tel.large::before {
  width: 27px;
  height: 37px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn-wrap.center {
  justify-content: center;
}

/*-----------------------------------------------------------
Header
-----------------------------------------------------------*/
.header {
  position: relative;
  z-index: 5;
}

.h-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 2.5%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.h-wrapper::before {
  content: "";
  background: linear-gradient(180deg, rgba(34, 41, 39, 0.4), rgba(255, 255, 255, 0));
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.h-wrapper .btn-tel {
  color: #fff;
}

.h-utility {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 800px) {
  .h-wrapper {
    padding: 15px 5%;
  }

  .h-wrapper::before {
    height: 100px;
  }

  .h-logo {
    max-width: 200px;
  }
}

/*------------
Gnavi
--------------*/
/*------------
Gnavi Drawer
--------------*/
html.is-open {
  height: 100%;
  overflow: hidden;
}

.h-menu-btn {
  cursor: pointer;
  display: grid;
  place-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--color_primary);
  position: relative;
  z-index: 110;
  padding-top: 4px;
}

.h-menu-btn-line {
  position: relative;
  width: 42px;
  height: 23px;
}

.h-menu-btn-line span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}

.h-menu-btn-line span:nth-child(1) {
  top: 0;
}

.h-menu-btn-line span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.h-menu-btn-line span:nth-child(3) {
  top: auto;
  bottom: 0;
}

.h-menu-btn-txt {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-family: var(--font_en);
  color: #fff;
  text-align: center;
  margin-top: 8px;
}

.h-menu-btn.is-open .h-menu-btn-line span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(35deg);
}

.h-menu-btn.is-open .h-menu-btn-line span:nth-child(2) {
  opacity: 0;
  transform: translateY(-50%) scaleX(0);
}

.h-menu-btn.is-open .h-menu-btn-line span:nth-child(3) {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(-35deg);
}

.gnavi-drawer {
  background-color: oklch(from #000 l c h/0.5);
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s;
  will-change: opacity;
  z-index: 100;
  visibility: hidden;
}

.gnavi-drawer.is-open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.gnavi-drawer-container {
  background-color: #F5F5F5;
  margin-left: auto;
  width: 900px;
  padding: 150px 5.56% 80px;
  height: 100%;
  overflow-y: auto;
}

.drawer-links-wrapper {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 60px;
  margin-bottom: 80px;
}

.drawer-links {
  display: grid;
  gap: 20px;
  line-height: 1.5;
  font-size: 1.25rem;
  font-family: var(--font_jp);
  padding-left: 30px;
  border-left: 1px solid var(--color_primary);
}

.drawer-links a {
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
  padding-bottom: 0.02rem;
  cursor: pointer;
  padding-bottom: 3px;
}

@media (any-hover: hover) {
  .drawer-links a:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}

.nav-logo {
  margin-bottom: 25px;
}

.nav-logo img {
  margin-inline: auto;
}

.nav-bnr {
  text-align: center;
  margin: 30px 0 50px;
}

.nav-bnr a {
  display: inline-block;
}

.gnavi-drawer-container .btn-tel {
  color: var(--color_text);
}

.gnavi-drawer-container .btn-tel::before {
  background: var(--color_primary);
}

.gnavi-drawer-container .time-table {
  max-width: 600px;
  margin-inline: auto;
}

@media (max-width: 800px) {
  .h-menu-btn {
    width: 50px;
    height: 50px;
  }

  .h-menu-btn-line {
    width: 20px;
    height: 15px;
    margin-inline: auto;
  }

  .h-menu-btn-txt {
    font-size: 0.625rem;
    margin-top: 5px;
  }

  .gnavi-drawer-container {
    padding: 100px 25px;
    width: 100%;
  }

  .drawer-links-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .drawer-links {
    gap: 15px;
    font-size: 1rem;
  }

  .nav-logo {
    max-width: 200px;
    margin: 0 auto 20px;
  }

  .nav-bnr {
    margin: 30px 0;
  }
}

.gnavi-links [aria-current=page],
.drawer-links [aria-current=page],
.f-links [aria-current=page] {
  color: var(--color_primary);
}

/*-----------------------------------------------------------
Footer
-----------------------------------------------------------*/
.footer {
  background-color: #222927;
  color: #fff;
  margin-top: auto;
  position: relative;
  padding: 60px 0 30px;
}

.f-contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13%;
  margin-bottom: 30px;
}

.f-logo {
  margin-bottom: 15px;
}

.f-logo a {
  display: inline-block;
}

.f-txt {
  font-size: 0.9375rem;
  line-height: 1.5;
}

.f-bnr a {
  display: inline-block;
}

.time-dl .item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.time-dl .item+.item {
  margin-top: 10px;
}

.time-dl dt {
  width: 80px;
  text-align: center;
  font-size: 0.875rem;
  font-family: var(--font_jp);
  line-height: 1.3;
  padding: 0 5px 3px;
  border: 1px solid currentColor;
  letter-spacing: 0;
}

.time-dl dd {
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.7;
}

.copyright {
  text-align: right;
  color: #919493;
  font-size: 0.75rem;
}

.pagetop {
  position: absolute;
  top: -40px;
  right: 50px;
  z-index: 2;
}

@media (max-width: 800px) {
  .footer {
    padding: 50px 0 75px;
  }

  .f-contents {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .f-logo {
    width: 200px;
    margin: 0 auto 20px;
  }

  .f-txt {
    text-align: center;
  }

  .time-dl dt {
    font-size: 0.8125rem;
  }

  .f-bnr {
    text-align: center;
  }

  .copyright {
    margin-top: 30px;
    text-align: center;
  }

  .pagetop {
    top: -20px;
    right: 20px;
    width: 40px;
  }
}

.layout-sidebar {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-areas: "sidebar body";
  gap: 5rem;
  align-items: flex-start;
  margin-inline: auto;
  width: min(90%, 1024px);
  padding: 50px 0 100px;
}

.layout-sidebar .l-sidebar {
  grid-area: sidebar;
  position: sticky;
  top: 50px;
}

.layout-sidebar .l-label {
  border-bottom: 1px solid var(--color_border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.layout-sidebar .l-label [lang=en] {
  font-size: 1.0625rem;
}

.layout-sidebar .l-label .jp {
  font-size: 0.625rem;
}

.layout-sidebar .l-body {
  grid-area: body;
}

@media (max-width: 800px) {
  .layout-sidebar {
    grid-template-columns: 1fr;
    grid-template-areas: "body" "sidebar";
    gap: 5rem;
  }

  .layout-sidebar .l-sidebar {
    position: static;
  }
}

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  position: relative;
}

.hero-img img {
  width: 100%;
  height: 100svh;
  max-height: 980px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-desc {
  position: absolute;
  bottom: 85px;
  left: 105px;
  z-index: 2;
}

.hero-catch {
  font-family: var(--font_jp);
  font-size: 3.75rem;
  line-height: 1.7;
  color: #fff;
  text-shadow: 0px 0px 20px oklch(from #000 l c h/0.1);
  margin-bottom: 70px;
  letter-spacing: .15em;
}

.hero-point-list {
  display: grid;
  grid-template-columns: repeat(2, 300px);
  gap: 25px 40px;
}

.hero-point-list li {
  aspect-ratio: 5/2;
  height: auto;
  display: grid;
  place-content: center;
  background: url(../images/hero_item_bg.png) no-repeat center/100% 100%;
  padding: 50px 0 20px;
  position: relative;
}

.hero-point-list li::before,
.hero-point-list li::after {
  content: "";
  background: var(--color_text_secondary);
  width: 50px;
  height: 1px;
  position: absolute;
  transform: rotate(-45deg);
}

.hero-point-list li::before {
  top: 11px;
  left: -13px;
}

.hero-point-list li::after {
  bottom: 11px;
  right: -13px;
}

.hero-point-list .list-txt {
  position: relative;
  z-index: 1;
}

.hero-point-list .en {
  font-family: var(--font_en_decorative);
  color: #fff;
  line-height: 1;
  font-size: 2.75rem;
  position: absolute;
  left: 50%;
  top: -20px;
  z-index: -1;
  transform: translateX(-50%) rotate(-6deg);
}

.hero-point-list .jp {
  font-family: var(--font_jp);
  color: var(--color_text_secondary);
  line-height: 1.7;
  text-align: center;
  font-size: 2.125rem;
}

@media (max-width: 800px) {
  .hero-img {
    position: relative;
  }

  .hero-img::before {
    content: "";
    background: oklch(from #000 l c h/0.2);
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .hero-img img {
    height: 350px;
  }

  .hero-desc {
    bottom: 10px;
    left: 5%;
  }

  .hero-catch {
    margin-bottom: 10px;
    font-size: 1.5625rem;
  }

  .hero-point-list {
    grid-template-columns: repeat(2, 150px);
    gap: 10px;
  }

  .hero-point-list li {
    padding: 30px 0 7px;
  }

  .hero-point-list li::before,
  .hero-point-list li::after {
    width: 30px;
  }

  .hero-point-list li::before {
    top: 6px;
    left: -9px;
  }

  .hero-point-list li::after {
    bottom: 6px;
    right: -9px;
  }

  .hero-point-list .en {
    font-size: 0.9375rem;
    top: -10px;
  }

  .hero-point-list .jp {
    font-size: 0.9375rem;
  }
}

/*------------
Components
--------------*/
.t-h2 {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 0;
}

.t-h2 [lang=en] {
  font-family: var(--font_en);
  font-size: 2.375rem;
  color: var(--color_tertiary);
  line-height: 1.3;
}

.t-h2 .jp {
  font-size: 2.625rem;
  line-height: 1.76;
  color: var(--color_text_secondary);
  letter-spacing: .15em;
}

.t-h2.white .jp {
  color: #fff;
}

.t-h2.deco [lang=en] {
  position: relative;
  padding-top: 60px;
  margin-bottom: 10px;
  z-index: 0;
}

.t-h2.deco [lang=en]::before {
  content: "";
  background: url(../images/h2_deco.svg) no-repeat center/contain;
  width: 127px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
}

.t-h3 {
  font-size: 1.75rem;
  line-height: 1.75;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #DFE3DF;
  position: relative;
}

.t-h3::after {
  content: "";
  background: var(--color_tertiary);
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media (max-width: 800px) {
  .t-h2 [lang=en] {
    font-size: 1.5625rem;
  }

  .t-h2 .jp {
    font-size: 1.5625rem;
  }

  .t-h2.deco [lang=en] {
    padding-top: 45px;
  }

  .t-h2.deco [lang=en]::before {
    height: 60px;
  }

  .t-h3 {
    font-size: 1.25rem;
  }
}

/*------------
Section
--------------*/
/* sec01 */
.sec01 {
  padding: 155px 0 170px;
  background: url(../images/sec01_bg.jpg) no-repeat center/cover;
  color: #fff;
}

.sec01-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 11.25%;
}

.sec01-layout .l-ttl {
  font-size: 3.125rem;
  color: var(--color_secondary);
  line-height: 1.76;
  letter-spacing: .13em;
}

.sec01-layout .l-desc {
  flex: 1;
  font-size: 1.1875rem;
  max-width: 595px;
  margin-top: 15px;
}

@media (max-width: 800px) {
  .sec01 {
    padding: 50px 0;
  }

  .sec01-layout {
    display: block;
  }

  .sec01-layout .l-ttl {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }

  .sec01-layout .l-desc {
    font-size: 0.9375rem;
    margin-top: 0;
  }
}

.cta {
  padding: 80px 0 85px;
  background: url(../images/cta_bg.jpg) no-repeat center/cover;
}

.cta-ttl {
  font-size: 2.375rem;
  color: var(--color_primary);
  text-align: center;
  line-height: 1.76;
  margin-bottom: 15px;
  letter-spacing: .2em;
}

.cta-img {
  text-align: center;
}

.cta-img a {
  display: inline-block;
}

@media (max-width: 800px) {
  .cta {
    padding: 50px 0;
  }

  .cta-ttl {
    font-size: 1.5625rem;
  }
}

/* sec02 */
.sec02 {
  padding: 75px 0 190px;
  background: url(../images/sec02_bg.jpg) no-repeat center/cover;
  color: #fff;
}

.top-layout01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  position: relative;
  padding-bottom: 100px;
}

.top-layout01::after {
  content: "";
  background: url(../images/arrow_down.svg) no-repeat center/contain;
  width: 400px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.top-layout01 .l-img {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.top-layout01 .l-img::before,
.top-layout01 .l-img::after {
  content: "";
  position: absolute;
  border: 1px solid;
}

.top-layout01 .l-img::before {
  border-color: #A08548;
  inset: -10px 10px 10px -10px;
  z-index: 2;
}

.top-layout01 .l-img::after {
  border-color: #5C675D;
  inset: 10px -10px -10px 10px;
  z-index: -1;
}

.top-layout01 .l-txt {
  font-family: var(--font_jp);
  font-size: 1.5rem;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-left: 22px;
  position: relative;
  letter-spacing: .07em;
}

.top-layout01 .l-txt::before {
  content: "";
  background: url(../images/sec02_check.svg) no-repeat center/contain;
  width: 13px;
  height: 9px;
  position: absolute;
  top: 15px;
  left: 0;
}

.sec02-catch {
  text-align: center;
  font-size: 3.125rem;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3em;
  font-family: var(--font_jp);
  line-height: 1.76;
  margin: 35px 0 25px;
}

.box-layout01 {
  position: relative;
  z-index: 0;
  color: var(--color_text);
  max-width: 1005px;
  margin: 100px auto 0;
  font-size: 1.25rem;
}

.box-layout01::before,
.box-layout01::after {
  content: "";
  position: absolute;
  border: 1px solid;
  pointer-events: none;
}

.box-layout01::before {
  border-color: #A08548;
  inset: -10px 10px 10px -10px;
  z-index: 1;
}

.box-layout01::after {
  border-color: #5C675D;
  inset: 10px -10px -10px 10px;
  z-index: -1;
}

.box-layout01 .box-inner {
  padding: 55px 70px;
  background: url(../images/box_bg01.jpg) no-repeat center/cover;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.box-layout01 .item {
  flex: 1;
}

.box-layout01 .item:nth-of-type(1) {
  margin-top: 30px;
}

.box-layout01 .box-ttl {
  margin-bottom: 35px;
}

.box-layout01 .box-ttl [lang=en] {
  font-family: var(--font_en);
  font-size: 1.5rem;
  color: var(--color_secondary);
  line-height: 1.3;
}

.box-layout01 .box-ttl .jp {
  font-size: 3.125rem;
  color: var(--color_text_secondary);
  line-height: 1.76;
  letter-spacing: .23em;
}

.box-layout01 .box-list {
  display: grid;
  gap: 10px;
}

.box-layout01 .box-list li {
  padding: 7px 20px 7px 45px;
  position: relative;
  font-family: var(--font_jp);
  font-size: 1.625rem;
  line-height: 1.5;
  color: var(--color_text_secondary);
  background: #fff;
}

.box-layout01 .box-list li::before {
  content: "";
  background: url(../images/sec02_check02.svg) no-repeat center/contain;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 800px) {
  .sec02 {
    padding: 50px 0;
  }

  .top-layout01 {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 50px;
  }

  .top-layout01::after {
    width: 200px;
    height: 30px;
  }

  .top-layout01 .l-img {
    margin-bottom: 20px;
  }

  .top-layout01 .l-txt {
    font-size: 1.125rem;
  }

  .top-layout01 .l-txt::before {
    top: 10px;
  }

  .sec02-catch {
    font-size: 1.5625rem;
  }

  .box-layout01 {
    margin-top: 50px;
    font-size: 0.9375rem;
  }

  .box-layout01 .box-inner {
    padding: 25px;
    display: block;
  }

  .box-layout01 .item+.item {
    margin-top: 30px;
  }

  .box-layout01 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .box-layout01 .box-ttl .jp {
    font-size: 1.5625rem;
  }

  .box-layout01 .box-list li {
    font-size: 1.125rem;
  }
}

/* sec03 */
.sec03 {
  padding: 150px 0;
  background: #E7F0EC;
}

@media (max-width: 800px) {
  .sec03 {
    padding: 50px 0;
  }
}

[data-tab-content] {
  display: none;
}

[data-tab-content].is-active {
  display: block;
  animation: tabFadeIn 0.7s ease 0s 1 normal;
}

.tab-list {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  max-width: 1024px;
  margin-inline: auto;
}

.tab-nav-item {
  display: inline-block;
  width: calc((100% - 20px) / 3);
  cursor: pointer;
  background-color: #B3C6BD;
  padding: 7px 25px;
  transition: all 0.2s ease;
  font-family: var(--font_jp);
  font-size: 1.25rem;
  letter-spacing: .15em;
}

.tab-nav-item.is-active {
  padding: 10px 25px;
  background-color: #7BB5C4;
}

@media (any-hover: hover) {
  .tab-nav-item:hover {
    background-color: #7BB5C4;
  }
}

@keyframes tabFadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 800px) {
  .tab-list {
    border-bottom: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }

  .tab-nav-item {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    padding: 10px;
    font-size: 0.9375rem;
  }

  .tab-nav-item.is-active {
    padding: 10px;
  }
}

.case-layout {
  padding: 80px 7.33%;
  background: #fff;
}

.case-layout .l-ttl {
  font-size: 2.125rem;
  color: var(--color_text_secondary);
  line-height: 1.76;
  letter-spacing: .1em;
  border: solid #566E55;
  border-width: 1px 0 1px;
  text-align: center;
  margin-bottom: 30px;
}

.before-after {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  position: relative;
  margin-bottom: 60px;
}

.before-after::before {
  content: "";
  background: var(--color_primary);
  width: 20px;
  height: 40px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.before-after .img img {
  aspect-ratio: 96/67;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.before-after .txt {
  padding: 10px;
  background: #728374;
  font-family: var(--font_jp);
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
}

.before-after .item:nth-of-type(2) .txt {
  background: var(--color_secondary);
}

@media (max-width: 800px) {
  .case-layout {
    padding: 25px 5%;
  }

  .case-layout .l-ttl {
    font-size: 1.25rem;
  }

  .before-after {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .before-after::before {
    width: 40px;
    height: 20px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }

  .before-after .txt {
    font-size: 0.9375rem;
    padding: 10px;
  }
}

.table-style01 {
  background: #fff;
}

.table-style01 th,
.table-style01 td {
  border: 1px solid #566E55;
  padding: 15px;
  vertical-align: middle;
}

.table-style01 th {
  background-color: var(--color_primary);
  color: #fff;
  font-family: var(--font_jp);
  font-weight: normal;
  font-size: 1.25rem;
}

.table-style01 .bg01 {
  background-color: #728374;
}

.table-style01 .bg02 {
  background-color: var(--color_secondary);
}

.case-layout .table-style01 th {
  text-align: left;
}

@media (max-width: 800px) {
  .table-style01.sp-block colgroup {
    display: none;
  }

  .table-style01 th,
  .table-style01 td {
    padding: 10px;
    line-height: 1.5;
    font-size: 0.9375rem;
  }

  .table-style01.sp-block {
    border-bottom: 1px solid #566E55;
  }

  .table-style01.sp-block colgroup {
    display: none;
  }

  .table-style01.sp-block th,
  .table-style01.sp-block td {
    display: block;
  }

  .table-style01.sp-block td {
    border-width: 0 1px;
  }

  .table-scroll::before {
    content: "スクロールできます";
    display: block;
    background: url(../images/share/icon_scroll.svg) no-repeat left center/contain;
    width: 100%;
    height: 24.5px;
    margin-bottom: 5px;
    padding-left: 40px;
    position: sticky;
    top: 0;
    left: 0;
  }

  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }

  .table-scroll table {
    margin-bottom: 10px !important;
    width: 150%;
  }

  .table-scroll.table-sticky .table-style01 th:first-child {
    position: sticky;
    top: 0;
    left: 0;
  }
}

/* sec04 */
.sec04 {
  padding: 150px 0;
  background: url(../images/sec04_bg.jpg) no-repeat center/cover;
  color: #fff;
}

.sec04 .container {
  max-width: 1400px;
}

.top-layout02 {
  display: flex;
  align-items: center;
  gap: 115px;
  margin-bottom: 90px;
}

.top-layout02 .l-img {
  width: 44.29%;
}

.top-layout02 .l-desc {
  flex: 0 0 565px;
}

.top-layout02 .l-ttl {
  text-align: center;
  margin-bottom: 85px;
}

.top-layout02 .l-ttl [lang=en] {
  font-family: var(--font_en);
  font-size: 3.75rem;
  color: var(--color_secondary);
  line-height: 1.76;
  letter-spacing: .05em;
  position: relative;
  z-index: 0;
}

.top-layout02 .l-ttl [lang=en]::before {
  content: attr(data-num);
  font-family: var(--font_en_decorative);
  font-size: 10rem;
  color: oklch(from #fff l c h/0.15);
  line-height: 1;
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  z-index: -1;
}

.top-layout02 .l-ttl .jp {
  font-size: 3.125rem;
  line-height: 1.7;
}

.top-layout02 .l-list li {
  padding-left: 60px;
  position: relative;
}

.top-layout02 .l-list li+li {
  margin-top: 40px;
}

.top-layout02 .l-list .num {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.top-layout02 .l-list .list-txt {
  padding: 5px 10px 5px 50px;
  border-bottom: 1px solid #fff;
  font-family: var(--font_jp);
  font-size: 1.75rem;
  line-height: 1.7;
  letter-spacing: .11em;
}

.top-layout03 {
  max-width: 1200px;
  margin-inline: auto;
}

.top-layout03 .l-item {
  display: flex;
  align-items: center;
  gap: 80px;
}

.top-layout03 .l-item+.l-item {
  margin-top: 100px;
}

.top-layout03 .l-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

.top-layout03 .l-img {
  width: 40%;
  position: relative;
  z-index: 0;
}

.top-layout03 .l-img::before,
.top-layout03 .l-img::after {
  content: "";
  position: absolute;
  border: 1px solid;
  pointer-events: none;
}

.top-layout03 .l-img::before {
  border-color: #A08548;
  inset: -10px 10px 10px -10px;
  z-index: 1;
}

.top-layout03 .l-img::after {
  border-color: #5C675D;
  inset: 10px -10px -10px 10px;
  z-index: -1;
}

.top-layout03 .l-desc {
  flex: 1;
}

.top-layout03 .l-ttl {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color_secondary);
  margin-bottom: 25px;
  font-size: 1.875rem;
}

@media (max-width: 800px) {
  .sec04 {
    padding: 50px 0;
  }

  .top-layout02 {
    display: block;
    margin-bottom: 80px;
  }

  .top-layout02 .l-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .top-layout02 .l-ttl {
    margin-bottom: 30px;
  }

  .top-layout02 .l-ttl [lang=en] {
    font-size: 1.875rem;
  }

  .top-layout02 .l-ttl [lang=en]::before {
    font-size: 6.25rem;
    bottom: -25px;
  }

  .top-layout02 .l-ttl .jp {
    font-size: 1.875rem;
  }

  .top-layout02 .l-list li {
    padding-left: 40px;
  }

  .top-layout02 .l-list .num {
    display: inline-block;
    width: 60px;
  }

  .top-layout02 .l-list .list-txt {
    padding: 3px 10px 3px 30px;
    font-size: 1.0625rem;
    letter-spacing: .05em;
  }

  .top-layout03 .l-item {
    display: block;
  }

  .top-layout03 .l-item+.l-item {
    margin-top: 50px;
  }

  .top-layout03 .l-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .top-layout03 .l-ttl {
    font-size: 1.25rem;
  }

  .top-layout03 .l-ttl img {
    width: 60px;
  }
}

/* sec05 */
.sec05 {
  padding: 75px 0 125px;
  background: url(../images/sec05_bg.jpg) no-repeat center/cover;
  color: #fff;
}

.list-anchor-btn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

.list-anchor-btn a {
  display: block;
  height: 100%;
  padding: 30px 35px;
  background: var(--color_secondary);
  position: relative;
}

.list-anchor-btn a::after {
  content: "";
  background: url(../images/icon_arrow_down.svg) no-repeat center/contain;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  bottom: 35px;
  transition: 0.3s;
}

@media (any-hover: hover) {
  .list-anchor-btn a:hover::after {
    transform: translateY(10px);
  }
}

.list-anchor-btn a:focus-visible::after {
  transform: translateY(10px);
}

.list-anchor-btn .num-wrap {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  color: #334535;
}

.list-anchor-btn .num-wrap .en {
  display: inline-block;
  font-family: var(--font_en);
  font-size: 2.25rem;
  padding-right: 15px;
  position: relative;
  line-height: 1;
  margin-top: 15px;
}

.list-anchor-btn .num-wrap .en::after {
  content: "";
  background: currentColor;
  width: 1px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: -10px;
  transform: rotate(45deg);
}

.list-anchor-btn .num-wrap .num {
  display: inline-block;
  font-family: var(--font_en_decorative);
  font-size: 5rem;
  line-height: 1;
}

.list-anchor-btn .txt {
  font-family: var(--font_jp);
  font-size: 1.1875rem;
  color: #fff;
}

.box-layout02 {
  color: #fff;
  margin-bottom: 60px;
}

.box-layout02 .l-item {
  padding-top: 35px;
  position: relative;
}

.box-layout02 .l-item+.l-item {
  margin-top: 40px;
}

.box-layout02 .num-wrap {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  color: var(--color_secondary);
  position: absolute;
  top: 0;
  left: 25px;
  z-index: 2;
}

.box-layout02 .num-wrap .en {
  display: inline-block;
  font-family: var(--font_en);
  font-size: 2.25rem;
  padding-right: 15px;
  position: relative;
  line-height: 1;
  margin-top: 15px;
}

.box-layout02 .num-wrap .en::after {
  content: "";
  background: currentColor;
  width: 1px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: -10px;
  transform: rotate(45deg);
}

.box-layout02 .num-wrap .num {
  display: inline-block;
  font-family: var(--font_en_decorative);
  font-size: 5rem;
  line-height: 1;
}

.box-layout02 .l-inner {
  background: oklch(from #fff l c h/0.15);
  padding: 60px 7.33% 70px;
}

.box-layout02 .l-ttl {
  font-size: 2.125rem;
  line-height: 1.76;
  letter-spacing: .15em;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 40px;
}

.box-layout02 .l-ttl::after {
  content: "";
  background: var(--color_tertiary);
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.box-layout02 .box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.box-layout02 .l-box {
  padding: 50px;
  background: #fff;
  color: var(--color_text);
}

.box-layout02 .l-box .box-ttl {
  font-size: 1.375rem;
  color: #fff;
  letter-spacing: .15em;
  padding: 2px 10px 2px 40px;
  background: var(--color_primary);
  position: relative;
  margin-bottom: 25px;
}

.box-layout02 .l-box .box-ttl::before {
  content: "";
  background: var(--color_secondary);
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.box-layout02 .l-box .box-inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.box-layout02 .l-box .box-inner .box-img {
  width: 40%;
}

.box-layout02 .l-box .box-inner .box-desc {
  flex: 1;
}

.box-layout03 {
  position: relative;
  z-index: 0;
  max-width: 630px;
  margin-inline: auto;
}

.box-layout03::before,
.box-layout03::after {
  content: "";
  position: absolute;
  border: 1px solid;
  pointer-events: none;
}

.box-layout03::before {
  border-color: #A08548;
  inset: -10px 10px 10px -10px;
  z-index: 1;
}

.box-layout03::after {
  border-color: #5C675D;
  inset: 10px -10px -10px 10px;
  z-index: -1;
}

.box-layout03 .box-inner {
  padding: 30px 55px 40px;
  background: var(--color_tertiary);
  color: #fff;
}

.box-layout03 .box-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  letter-spacing: .15em;
}

@media (max-width: 800px) {
  .sec05 {
    padding: 50px 0;
  }

  .list-anchor-btn {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .list-anchor-btn a {
    padding: 10px 45px 10px 25px;
  }

  .list-anchor-btn a::after {
    right: 10px;
    bottom: 10px;
  }

  .list-anchor-btn .num-wrap {
    gap: 20px;
  }

  .list-anchor-btn .num-wrap .en {
    font-size: 1.5625rem;
    padding-right: 10px;
    margin-top: 5px;
  }

  .list-anchor-btn .num-wrap .en::after {
    height: 25px;
    bottom: -5px;
  }

  .list-anchor-btn .num-wrap .num {
    font-size: 3.125rem;
  }

  .list-anchor-btn .txt {
    font-size: 1.125rem;
  }

  .box-layout02 .l-item {
    padding-top: 25px;
  }

  .box-layout02 .l-item+.l-item {
    margin-top: 25px;
  }

  .box-layout02 .l-inner {
    padding: 30px 5% 25px;
  }

  .box-layout02 .l-ttl {
    font-size: 1.25rem;
  }

  .box-layout02 .l-box {
    padding: 25px 5%;
  }

  .box-layout02 .num-wrap .en {
    margin-top: 5px;
  }

  .box-layout02 .num-wrap .num {
    font-size: 3.75rem;
  }

  .box-layout02 .l-box .box-ttl {
    font-size: 1.125rem;
  }

  .box-layout02 .l-box .box-inner {
    display: block;
  }

  .box-layout02 .l-box .box-inner .box-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .box-layout02 .box-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .box-layout03 .box-inner {
    padding: 25px 5%;
  }

  .box-layout03 .box-ttl {
    font-size: 1.25rem;
  }
}

/* sec06 */
.sec06 {
  padding: 150px 0 180px;
  background: #E7F0EC;
}

.box-layout04 {
  padding-left: 150px;
  position: relative;
  margin-top: 130px;
}

.box-layout04 .box-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.box-layout04 .box-wrapper {
  position: relative;
  z-index: 0;
}

.box-layout04 .box-wrapper::before,
.box-layout04 .box-wrapper::after {
  content: "";
  position: absolute;
  border: 1px solid;
  pointer-events: none;
}

.box-layout04 .box-wrapper::before {
  border-color: #A08548;
  inset: -10px 10px 10px -10px;
  z-index: 1;
}

.box-layout04 .box-wrapper::after {
  border-color: #5C675D;
  inset: 10px -10px -10px 10px;
  z-index: -1;
}

.box-layout04 .box-inner {
  padding: 25px 55px 50px 180px;
  background: var(--color_primary);
  color: #fff;
}

.box-layout04 .box-ttl {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 5px;
}

.box-layout05 {
  padding: 35px 50px 45px;
  background: #fff;
  border: 1px solid #CAD0CA;
  margin-top: 55px;
}

.box-layout05 .box-ttl {
  font-size: 1.75rem;
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #DFE3DF;
  position: relative;
}

.box-layout05 .box-ttl::after {
  content: "";
  background: var(--color_tertiary);
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.box-layout05 .box-wrapper {
  display: flex;
  justify-content: center;
  gap: 50px 8%;
  max-width: 800px;
  margin-inline: auto;
}

.box-layout05 .box-wrapper .item-img {
  margin-bottom: 20px;
}

.box-layout05 .box-wrapper .item-txt {
  text-align: center;
}

@media (max-width: 800px) {
  .sec06 {
    padding: 50px 0;
  }

  .box-layout04 {
    margin-top: 50px;
    padding: 70px 0 0;
  }

  .box-layout04 .box-img {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .box-layout04 .box-inner {
    padding: 115px 5% 25px;
  }

  .box-layout04 .box-ttl {
    font-size: 1.5625rem;
  }

  .box-layout05 {
    padding: 25px 5%;
  }

  .box-layout05+.box-layout05 {
    margin-top: 30px;
  }

  .box-layout05 .box-ttl {
    font-size: 1.25rem;
  }

  .box-layout05 .box-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .box-layout05 .box-wrapper .item-img {
    margin-bottom: 10px;
  }

  .box-layout05 .box-wrapper .item-txt {
    font-size: 0.8125rem;
  }
}

/*医療費控除簡易計算*/
.calculation-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 42px;
}

.calculation-layout+.calculation-layout {
  margin-top: 20px;
}

.calculation-layout .item {
  background-color: #fff;
  border: 1px solid #728374;
  text-align: center;
  font-family: var(--font_jp);
  font-size: 1.1875rem;
  line-height: 1.42;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 80px;
  position: relative;
}

.calculation-layout .item+.item::before {
  content: "";
  background: var(--color_text);
  width: 18px;
  height: 1px;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.calculation-layout .item.bg01 {
  background-color: var(--color_tertiary);
  color: #fff;
  border-color: var(--color_tertiary);
}

.calculation-layout .item:last-child {
  width: 100%;
}

.calculation-layout .item:last-child::before {
  content: "=";
  background: transparent;
  width: auto;
  height: auto;
  font-size: 1.25rem;
  color: var(--color_text);
  left: -30px;
}

.calculation-layout .item small {
  font-size: 1.0625rem;
}

@media (max-width: 800px) {
  .calculation-layout {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }

  .calculation-layout .item {
    font-size: 0.9375rem;
  }

  .calculation-layout .item+.item::before {
    left: 15px;
  }

  .calculation-layout .item+.item::before {
    width: 10px;
  }

  .calculation-layout+.calculation-layout {
    margin-top: 30px;
  }
}

/* sec07 */
.sec07 {
  padding: 150px 0;
  background: url(../images/sec07_bg.jpg) no-repeat center/cover;
  color: #fff;
}

.flow-layout .l-item {
  position: relative;
  padding: 60px 0;
  background: oklch(from #fff l c h/0.15);
}

.flow-layout .l-item::after {
  content: "";
  background: linear-gradient(0deg, rgb(123, 181, 196), rgba(255, 255, 255, 0));
  width: 400px;
  height: 60px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.flow-layout .l-item:last-of-type::after {
  display: none;
}

.flow-layout .l-item+.l-item {
  margin-top: 100px;
}

.flow-layout .num-wrap {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  color: var(--color_secondary);
  position: absolute;
  top: -25px;
  left: 25px;
  z-index: 2;
}

.flow-layout .num-wrap .en {
  display: inline-block;
  font-family: var(--font_en);
  font-size: 2.25rem;
  padding-right: 15px;
  position: relative;
  line-height: 1;
  margin-top: 15px;
}

.flow-layout .num-wrap .en::after {
  content: "";
  background: currentColor;
  width: 1px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: -10px;
  transform: rotate(45deg);
}

.flow-layout .num-wrap .num {
  display: inline-block;
  font-family: var(--font_en_decorative);
  font-size: 5rem;
  line-height: 1;
}

.flow-layout .l-wrapper {
  max-width: 1024px;
  width: 90%;
  margin-inline: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 40px;
}

.flow-layout .l-img {
  width: 40%;
}

.flow-layout .l-desc {
  flex: 1;
}

.flow-layout .l-ttl {
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: .1em;
  padding-bottom: 10px;
  border-bottom: 1px solid currentColor;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .sec07 {
    padding: 50px 0;
  }

  .flow-layout .l-item {
    padding: 40px 0 25px;
  }

  .flow-layout .l-item+.l-item {
    margin-top: 70px;
  }

  .flow-layout .l-item::after {
    width: 200px;
    height: 30px;
  }

  .flow-layout .num-wrap .en {
    margin-top: 5px;
  }

  .flow-layout .num-wrap .num {
    font-size: 3.75rem;
  }

  .flow-layout .l-wrapper {
    display: block;
  }

  .flow-layout .l-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .flow-layout .l-ttl {
    font-size: 1.25rem;
  }
}

/* sec08 */
.sec08 {
  padding: 180px 0 160px;
  background: url(../images/sec08_bg.jpg) no-repeat top/cover;
}

.top-layout04 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 90px;
}

.top-layout04 .l-img {
  width: 31%;
  position: relative;
  z-index: 0;
}

.top-layout04 .l-img::before,
.top-layout04 .l-img::after {
  content: "";
  position: absolute;
  border: 1px solid;
  pointer-events: none;
}

.top-layout04 .l-img::before {
  border-color: #A08548;
  inset: -10px 10px 10px -10px;
  z-index: 1;
}

.top-layout04 .l-img::after {
  border-color: #5C675D;
  inset: 10px -10px -10px 10px;
  z-index: -1;
}

.top-layout04 .l-desc {
  flex: 1;
}

@media (max-width: 800px) {
  .sec08 {
    padding: 50px 0;
  }

  .top-layout04 {
    display: block;
  }

  .top-layout04 .l-img {
    width: 100%;
    margin-bottom: 40px;
  }

  .top-layout04 .t-h2 {
    margin-bottom: 30px;
  }
}

/* sec09 */
.sec09 {
  padding: 0 0 150px;
}

.faq-style .item+.item {
  margin-top: 50px;
}

.faq-style dt {
  font-family: var(--font_jp);
  font-weight: normal;
  font-size: 1.5rem;
  padding: 0 0 10px 60px;
  margin-bottom: 25px;
  position: relative;
  border-bottom: 1px solid #DFE3DF;
  line-height: 1.7;
  letter-spacing: .17em;
}

.faq-style dd {
  position: relative;
  padding-left: 55px;
}

.faq-style dd .faq-icon {
  background-color: var(--color_tertiary);
}

.faq-style .faq-icon {
  color: #fff;
  display: grid;
  place-items: center;
  background-color: #2F552D;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  font-family: var(--font_en);
  font-size: 1.4375rem;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 50%;
}

.box-style01 {
  padding: 30px;
  background: #F2F7F5;
}

@media (max-width: 800px) {
  .sec09 {
    padding: 50px 0;
  }

  .box-style01 {
    padding: 25px 5%;
  }

  .faq-style .item+.item {
    margin-top: 15px;
    padding-top: 15px;
  }

  .faq-style dt {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .faq-style .faq-icon {
    width: 35px;
    height: 35px;
    top: -3px;
  }
}

.list-disc {
  display: grid;
  grid-gap: 5px;
}

.list-disc li {
  list-style: disc;
  margin-left: 1.5em;
  line-height: 1.5;
}

.list-disc li::marker {
  color: var(--color_tertiary);
  font-size: 0.9375rem;
}

.list-disc.center {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/* sec10 */
.sec10 {
  padding: 150px 0;
}

.sec10-short+.sec10-short {
  margin-top: 60px;
}

.top-layout05 {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 60px;
  margin-bottom: 90px;
}

.top-layout05 .l-img {
  width: 45%;
}

.top-layout05 .l-desc {
  flex: 1;
}

.map-layout {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.map-layout .l-map {
  width: 64%;
}

.map-layout .l-map iframe {
  width: 100%;
  height: 460px;
}

.map-layout .l-desc {
  flex: 1;
  margin-top: 10px;
}

.map-layout .l-item+.l-item {
  margin-top: 30px;
}

.map-layout .l-ttl {
  padding-left: 45px;
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 5px;
  line-height: 1.75;
}

.map-layout .l-ttl .icon {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 800px) {
  .sec10 {
    padding: 50px 0;
  }

  .top-layout05 {
    display: block;
    margin-bottom: 50px;
  }

  .top-layout05 .l-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .map-layout {
    display: block;
  }

  .map-layout .l-map {
    width: 100%;
    margin-bottom: 30px;
  }

  .map-layout .l-map iframe {
    height: 300px;
  }

  .map-layout .l-desc {
    margin-top: 0;
  }

  .map-layout .l-ttl {
    font-size: 1.125rem;
    padding-left: 35px;
  }

  .map-layout .l-ttl .icon {
    top: 3px;
  }

  .map-layout .l-ttl .icon img {
    width: 25px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.time-table {
  background: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5px;
}

.time-table-head {
  background-color: var(--color_primary);
  color: #fff;
  font-family: var(--font_jp);
  font-size: 1.25rem;
}

.time-table-head .item {
  padding: 10px 0;
}

.time-table-head .item:first-child {
  border-right: 1px solid #566E55;
}

.time-table-body {
  border-bottom: 1px solid #566E55;
}

.time-table-body .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
}

.time-table-body .item:first-child {
  background-color: #E7F0EC;
  letter-spacing: 0;
  border-right: 1px solid #566E55;
}

.time-table-head,
.time-table-body {
  display: grid;
  grid-template-columns: 170px repeat(8, 1fr);
}

@media (max-width: 800px) {
  .time-table-head {
    font-size: 0.75rem;
  }

  .time-table-head .item {
    padding: 5px 0;
  }

  .time-table-body .item {
    padding: 5px 0;
    font-size: 0.8125rem;
  }

  .time-table-body .item:first-child {
    line-height: 1.3;
    font-size: 0.625rem;
  }

  .time-table-head,
  .time-table-body {
    grid-template-columns: 90px repeat(8, 1fr) !important;
  }
}

.map iframe {
  vertical-align: bottom;
  width: 100%;
  height: 450px;
}

@media (max-width: 800px) {
  .map iframe {
    height: 300px;
  }
}

/*-----------------------------------------------------------
下層レイアウト
-----------------------------------------------------------*/
.hidden {
  overflow: hidden;
}

.list-check {
  display: grid;
  grid-gap: 5px;
}

.list-check li {
  position: relative;
  padding-left: 30px;
}

.list-check li::before {
  content: "";
  -webkit-mask: url(../images/share/icon_check.svg) no-repeat center/contain;
  mask: url(../images/share/icon_check.svg) no-repeat center/contain;
  background-color: var(--color_primary);
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
}

.list-num {
  counter-reset: number;
  display: grid;
  grid-gap: 5px;
}

.list-num>li {
  padding-left: 30px;
  position: relative;
}

.list-num>li:before {
  background-color: var(--color_primary);
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 0.6875rem;
  position: absolute;
  top: 6px;
  left: 0;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
}

.list-disc.col2,
.list-check.col2,
.list-num.col2 {
  grid-gap: 5px;
}

.list-disc.col3,
.list-check.col3,
.list-num.col3 {
  grid-gap: 5px;
}

.list-disc.col4,
.list-check.col4,
.list-num.col4 {
  grid-gap: 5px;
}

.under-slider01 .splide {
  margin: 0 auto;
}

.under-slider01 .splide__track {
  overflow: visible;
}

.under-slider01 .splide__slide:not(.is-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}

.under-slider01 .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.under-slider01 .splide__arrow--prev,
.under-slider01 .splide__arrow--next {
  -webkit-mask-size: auto 25px;
  mask-size: auto 25px;
}

.under-slider01 .splide__arrow--prev {
  left: calc((100% - 875px) / 2);
}

.under-slider01 .splide__arrow--next {
  right: calc((100% - 875px) / 2);
}

.under-slider01 .splide__slide img {
  width: 100%;
}

.under-slider01 .item-desc {
  margin-top: 15px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.under-slider01 .item-ttl {
  font-size: 1rem;
  margin-bottom: 5px;
}

.under-slider02 .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.under-slider02 .splide__arrow svg {
  display: none;
}

.under-slider02 .splide__arrow--prev {
  left: -7%;
}

.under-slider02 .splide__arrow--next {
  right: -7%;
}

.under-slider02 .item-img {
  position: relative;
}

.under-slider02 figcaption {
  background: #fff;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding: 3px 5px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.under-slider02 .splide__pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

/*------------
レイアウト
--------------*/
.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}

.l-imgR .l-img,
.l-imgL .l-img {
  width: 40%;
}

.l-imgR .l-img.small,
.l-imgL .l-img.small {
  width: 30%;
}

.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}

.l-imgR {
  flex-direction: row-reverse;
}

.fl-wrap {
  display: flow-root;
}

.fl-imgR,
.fl-imgL {
  width: 40%;
}

.fl-imgR.small,
.fl-imgL.small {
  width: 30%;
}

.fl-imgR {
  float: right;
  margin: 0 0 15px 35px;
}

.fl-imgL {
  float: left;
  margin: 0 35px 15px 0;
}

@media (max-width: 800px) {

  .l-imgR,
  .l-imgL {
    display: block;
  }

  .l-imgR .l-img,
  .l-imgL .l-img {
    text-align: center;
    width: 100%;
    margin: 0 0 15px;
  }

  .l-imgR .l-img.small,
  .l-imgL .l-img.small {
    width: 100%;
  }

  .fl-imgR,
  .fl-imgL {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }

  .fl-imgR.small,
  .fl-imgL.small {
    width: 100%;
  }
}

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

hr {
  max-width: 1024px;
  margin: 50px auto;
}

.fade {
  transition: opacity 0.5s;
}

@media (hover: hover) {
  .fade:hover {
    opacity: 0.5;
  }
}

.fs11 {
  font-size: 0.6875rem;
}

.fs12 {
  font-size: 0.75rem;
}

.fs13 {
  font-size: 0.8125rem;
}

.fs14 {
  font-size: 0.875rem;
}

.fs20 {
  font-size: 1.25rem;
}

.bold,
.strong {
  font-weight: bold;
}

.color-red {
  color: #F44336;
}

.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.notice {
  font-size: 0.8125rem;
  text-indent: -1.8rem;
  padding-left: 1.8rem;
}

.mb0 {
  margin-bottom: 0;
}

.mbXS {
  margin-bottom: 0.5rem;
}

.mbS {
  margin-bottom: 1.5rem;
}

.mbM {
  margin-bottom: 3rem;
}

.mbXM {
  margin-bottom: 5rem;
}

.mbL {
  margin-bottom: 6rem;
}

.mbXL {
  margin-bottom: 10rem;
}

.mt0 {
  margin-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.tac {
  text-align: center;
}

.tac img {
  margin-inline: auto;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.col1,
.col2,
.col3,
.col4 {
  display: grid;
}

.col1 {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}

.col2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.col3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.col4 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.gap15 {
  grid-gap: 15px;
}

.gap20 {
  grid-gap: 20px;
}

.gap25 {
  grid-gap: 25px;
}

.gap30 {
  grid-gap: 30px;
}

.gap35 {
  grid-gap: 35px;
}

.gap40 {
  grid-gap: 40px;
}

@media (max-width: 800px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-tac {
    text-align: center;
  }

  .sp-tar {
    text-align: right;
  }

  .sp-tal {
    text-align: left;
  }

  .fs20 {
    font-size: 1.125rem;
  }

  .mbL {
    margin-bottom: 3rem;
  }

  .mbXL {
    margin-bottom: 5rem;
  }

  .col2,
  .col3,
  .col4 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .sp-col1 {
    grid-template-columns: 1fr;
  }

  .sp-col2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .sp-col3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .sp-col4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .sp-gap15 {
    grid-gap: 15px;
  }

  .sp-gap20 {
    grid-gap: 20px;
  }

  .sp-gap25 {
    grid-gap: 25px;
  }

  .sp-gap30 {
    grid-gap: 30px;
  }

  .sp-gap35 {
    grid-gap: 35px;
  }

  .sp-gap40 {
    grid-gap: 40px;
  }
}

/*------------
splide
-------------*/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: flex;
  align-items: center;
  line-height: 1;
  list-style-type: none;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__arrow--prev,
.splide__arrow--next {
  display: block;
  width: 30px;
  height: 30px;
}

.splide__arrow--prev {
  -webkit-mask: url(../images/share/splide_prev.svg) no-repeat center/auto 15px;
  mask: url(../images/share/splide_prev.svg) no-repeat center/auto 15px;
  background-color: var(--color_primary);
}

.splide__arrow--next {
  -webkit-mask: url(../images/share/splide_next.svg) no-repeat center/auto 15px;
  mask: url(../images/share/splide_next.svg) no-repeat center/auto 15px;
  background-color: var(--color_primary);
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-top: 6rem;
}

@media (max-width: 800px) {
  .splide__controls {
    margin-top: 3rem;
  }
}

.splide__pagination {
  gap: 8px;
}

.splide__pagination__page {
  background: #D0D0C9;
  border-radius: 100px;
  display: inline-block;
  transition: transform 0.2s linear;
  height: 8px;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: var(--color_primary);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__toggle {
  cursor: pointer;
  background: #ccc;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease;
  height: 20px;
  width: 20px;
}

.splide__toggle:hover {
  background: #D3D3D3;
}

.splide__toggle svg {
  fill: #fff;
  transition: fill 0.2s ease;
  width: 12px;
  height: auto;
}

.splide__toggle:focus-visible {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

/*------------
Animation
-------------*/
.js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateY(120px);
}

.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}
