@charset "UTF-8";

/*----------------------------------------------------------*/
/* リセットｃｓｓ */
/*----------------------------------------------------------*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*----------------------------------------------------------*/
/* 変数・ページ全体基本設定 */
/*----------------------------------------------------------*/
:root {
  --NotoSans-font: "Noto Sans JP", sans-serif;
  --NotoSerif-font: "Noto Serif JP", serif;
  --NotoRashiHebrew-font: "Noto Rashi Hebrew", serif;
  --base-font-size: 10px;
  --normal-font-size: clamp(1.4rem, 3.733vw, 1.8rem);
  --header-font-size: clamp(1.4rem, 1.45vw, 1.8rem);
  --footer-font-size: clamp(1.4rem, 1.825vw, 1.8rem);
  --footer-font-sizeSP: clamp(1.4rem, 3.733vw, 1.6rem);
  --breadcrumb-font-sizeSp: clamp(1.4rem, 3.733vw, 1.6rem);
  --hamburger-font-size: clamp(1.2rem, 3.2vw, 1.4rem);
  --topTitle-font-size: clamp(2.4rem, 6.4vw, 3.6rem);
  --topJaCatch-font-size: clamp(4.8rem, 6.25vw, 7.2rem);
  --topEnCatch-font-size: clamp(3.2rem, 4.172vw, 4rem);
  --topJaCatch-font-sizeSp: clamp(3.8rem, 10.13vw, 4.8rem);
  --topEnCatch-font-sizeSP: clamp(1.8rem, 4.8vw, 3.2rem);
  --topJaNav-font-size: clamp(1.8rem, 4.8vw, 3.6rem);
  --topEnNav-font-size: clamp(1.2rem, 3.2vw, 2rem);
  --ctaBanner-font-size: clamp(1.4rem, 3.733vw, 4.8rem);
  --ctaBannerBtn-font-size: clamp(1.4rem, 3.733vw, 3.2rem);
  --lowerTitle-font-size: clamp(3.6rem, 4.693vw, 7.2rem);
  --lowerTitle-en-font-size: clamp(2rem, 2.607vw, 4rem);
  --lowerTitle-en-font-sizeSp: 2rem;
  --lowerTitle-font-sizeSp: 3rem;
  --lowerSubTitle-font-size: clamp(3rem, 3.91vw, 4.8rem);
  --lowerSubTitle-font-sizeSp: clamp(2.2rem, 5.86vw, 3rem);
  --companySubTitle-font-size: clamp(3rem, 3.91vw, 4rem);
  --companySubTitle-font-sizeSp: clamp(2.4rem, 6.4vw, 3rem);
  --lowerTitle-h4-font-size: clamp(1.8rem, 4.8vw, 2.4rem);
  --lowerTitle-h5-font-size: clamp(2rem, 2.607vw, 2.4rem);
  --lowerFigcaption-font-size: clamp(1.4rem, 3.733vw, 2rem);
  --entryBtn-font-size: clamp(1.6rem, 4.266vw, 2.4rem);
  --entryTel-font-size: clamp(1.8rem, 4.8vw, 3.2rem);
  --news-select-font-size: clamp(1.6rem, 4.266vw, 2rem);
  --news-title-font-size: clamp(2.4rem, 6.4vw, 2.6rem);
  --news-min-font-size: clamp(1.4rem, 3.733vw, 1.6rem);
  --color-black: #000;
  --color-sub: #333;
  --color-white: #fff;
  --color-green: #077C3B;
  --color-red: #FF0000;
  --color-lightGreen: #3ECF7E;
  --color-lightGreenDec: #CAE4A4;
  --color-lightGreenTable: #D3EDDF;
  --color-lightGray: #D9D9D9;
  --color-brown: #c58826;
  --color-border: rgba(0, 0, 0, 0.2);
  --header-height: 80px;
  --header-heightTab: 125px;
  --header-heightSP: 65px;
  --border: 1px solid #000;
  --border-current: 2px solid #fff;
  --border-currentG: 2px solid #077C3B;
  --border-dotted: 1px dotted #333;
  --border-dottedW: 1px dotted #fff;
  --border-white: 1px solid #fff;
  --border-white2: 2px solid #fff;
  --border-green: 1px solid #077C3B;
  --border-green2: 2px solid #077C3B;
  --border-gray: 1px solid rgba(0, 0, 0, 0.2);
  --border-gray4: 4px solid rgba(0, 0, 0, 0.2);
  --border-lightGray: 1px solid #ebebeb;
  --border-lightGray2: 2px solid #ebebeb;
  --textShadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
}

html {
  font-size: var(--base-font-size);
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  word-break: break-all;
}

body {
  font-family: var(--NotoSans-font);
  font-weight: 400;
  color: var(--color-sub);
  font-size: 1.8rem;
  line-height: 2;
}

.js-accordion-title {
  cursor: pointer;
}

body.active {
  overflow: hidden;
}

a {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

a:hover {
  color: var(--color-green);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

strong {
  font-weight: 600;
  color: var(--color-black) !important;
}

/* 404ページ */
.l-lowerPage__404 {
  font-size: var(--normal-font-size);
  text-align: center;
}

.l-lowerPage__404-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em auto 0;
  padding: 0.5em 1em;
}

.l-lowerPage__404-btn::before {
  clip-path: polygon(100% 0, 100% 100%, 0 50%) !important;
}

/* 改行 */
.br-all {
  display: block;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

/* ページネーション */
.nav-links {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5em;
}

.nav-links .page-numbers {
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 10px;
  background-color: var(--color-lightGray);
  color: var(--color-sub);
  padding: 1em 1.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-links .page-numbers:hover {
  background-color: var(--color-green);
  color: var(--color-white);
}

.nav-links .page-numbers.current {
  background-color: var(--color-green);
  color: var(--color-white);
}

.nav-links .page-numbers.current:hover {
  color: var(--color-white);
}

.nav-links .page-numbers.next,
.nav-links .page-numbers.prev,
.nav-links .page-numbers.dots {
  padding-left: 0.9em;
  padding-right: 0.9em;
}

.nav-links .page-numbers.dots,
.nav-links .page-numbers .current {
  cursor: default;
  pointer-events: none;
}

/* 印刷設定 */
.only-print {
  display: none !important;
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
  html {
    scroll-padding-top: var(--header-heightSP);
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}

/*----------------------------------------------------------*/
@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  main {
    background-color: none;
    margin-top: 0 !important;
  }

  .no-print {
    display: none !important;
  }

  .only-print {
    display: block !important;
  }

  .br-all,
  .br-pc,
  .br-sp {
    display: block !important;
  }

  [data-aos],
  .aos-animate {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }

  .js-accordionToggle {
    display: none !important;
  }

  .js-accordionContent {
    display: block !important;
  }
}

/* ============================================ */
/*----------------------------------------------------------*/
/* ヘッダー - header - */
/*----------------------------------------------------------*/
.l-header {
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: transparent;
}

.l-header.is-scrolled {
  background: var(--color-white);
}

.l-header__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5em 20px;
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__logo-link img.white-logo {
  display: block;
}

.l-header__logo-link img.black-logo {
  display: none;
}

.l-header.is-scrolled .l-header__logo-link img.white-logo {
  display: none;
}

.l-header.is-scrolled .l-header__logo-link img.black-logo {
  display: block;
}

.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.4em;
  font-size: var(--header-font-size);
  color: var(--color-white);
  font-weight: 600;
  line-height: 1;
}

.l-header__right .l-header__nav-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
}

.l-header__right .l-header__nav-tel::before {
  content: "";
  background: url(../img/icon_phone-pc.png) no-repeat center center/cover;
  display: inline-block;
  width: 25px;
  height: 25px;
}

.l-header__right .l-header__nav-contact {
  display: none;
}

.l-header.is-scrolled .l-header__right {
  color: var(--color-black);
}

.l-header.is-scrolled .l-header__right .l-header__nav-tel::before {
  content: "";
  background: url(../img/icon_phone-pcG.png) no-repeat center center/cover;
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-header__nav-list .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: relative;
}

.l-header__nav-list .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 11.5em;
  color: var(--color-white);
  padding: 0.5em 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.l-header__nav-list .menu-item .sub-menu li {
  margin: 0.5em 0;
}

.l-header__nav-list .menu-item .sub-menu li::after {
  display: none;
}

.l-header__nav-list .menu-item:hover>.sub-menu {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

.l-header__nav-list .menu-item a {
  padding-bottom: 0.5em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-header__nav-list .menu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.l-header__nav-list .menu-item a:hover {
  color: var(--color-white);
}

.l-header__nav-list .menu-item a:hover::before {
  width: 100%;
}

.l-header__nav-list .menu-item.current-menu-item a {
  border-bottom: var(--border-current);
}

.l-header__nav-list .menu-item.current-menu-item a::before {
  display: none;
}

.l-header__nav-list .menu-item::after {
  content: "/";
  color: var(--color-white);
  padding-left: 0.5em;
  padding-right: 0.04em;
}

.l-header__nav-list .menu-item:last-of-type {
  padding-right: 0;
}

.l-header__nav-list .menu-item:last-of-type::after {
  display: none;
}

.l-header.is-scrolled .l-header__nav-list .menu-item a::before {
  background-color: var(--color-green);
}

.l-header.is-scrolled .l-header__nav-list .menu-item a:hover {
  color: var(--color-black);
}

.l-header.is-scrolled .l-header__nav-list .menu-item.current-menu-item a {
  border-bottom: var(--border-currentG);
}

.l-header.is-scrolled .l-header__nav-list .menu-item::after {
  content: "/";
  color: var(--color-black);
}

.l-header.is-scrolled .l-header__nav-list .menu-item .sub-menu {
  color: var(--color-black);
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 0.5em;
}

.l-header__nav-item {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.l-header__nav-item:last-of-type {
  padding-right: 0;
}

/* ハンバーガーメニュー */
.l-header__hamburger {
  position: relative;
  cursor: pointer;
  z-index: 999;
  display: none;
}

.l-header__hamburger-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  width: 45px;
}

.l-header__hamburger-bar {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  width: 80%;
  height: 2px;
  background-color: var(--color-white);
}

.l-header__hamburger-label {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-white);
  line-height: 1;
}

.l-header__hamburger.active {
  z-index: 999;
}

.l-header__hamburger.active .l-header__hamburger-bar:nth-of-type(1) {
  -webkit-transform: translateY(8.5px) rotate(45deg);
  transform: translateY(8.5px) rotate(45deg);
  width: 60%;
}

.l-header__hamburger.active .l-header__hamburger-bar:nth-of-type(2) {
  opacity: 0;
}

.l-header__hamburger.active .l-header__hamburger-bar:nth-of-type(3) {
  -webkit-transform: translateY(-9.5px) rotate(-45deg);
  transform: translateY(-9.5px) rotate(-45deg);
  width: 60%;
}

/* 上から出てくるメニュー */
.l-header__menu {
  background-color: var(--color-green);
  color: var(--color-white);
  font-size: var(--normal-font-size);
  line-height: 1;
  padding: 0.5em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  top: 65px;
  right: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  visibility: hidden;
  -webkit-transition: visibility 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: visibility 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: calc(100vh - 65px);
  z-index: 100;
}

.l-header__menu.active {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.l-header__menu-list .menu-item {
  font-weight: 400;
  letter-spacing: 0.08em;
}

.l-header__menu-list .menu-item .menu-item--icon {
  background-color: var(--color-white);
}

.l-header__menu-list .menu-item .menu-item--icon::after {
  background: var(--color-green);
}

.l-header__menu-list .menu-item .menu-link {
  padding: 0.5em 2em 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__menu-list .menu-item .menu-link:hover {
  opacity: 0.8;
  color: var(--color-white);
}

.l-header__menu-list .menu-item .sub-menu {
  border-top: var(--border-dottedW);
}

.l-header__menu-list .menu-item .sub-menu a {
  padding-left: 1em;
}

.l-header__menu-list .menu-item+.menu-item {
  border-top: var(--border-dottedW);
}

/*----------------------------------------------------------*/
@media screen and (max-width: 924px) {
  .l-header {
    height: var(--header-heightTab);
  }

  .l-header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3em;
  }

  .l-header__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
  .l-header {
    height: var(--header-heightSP);
  }

  .l-header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px;
  }

  .l-header__left {
    max-width: 60%;
  }

  .l-header__left .l-header__logo {
    position: relative;
    z-index: 999;
  }

  .l-header__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em;
  }

  .l-header__right .l-header__nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5em;
  }

  .l-header__right .l-header__nav-tel::before {
    background: url(../img/icon_phone.png) no-repeat center center/cover;
    width: 37px;
    height: 37px;
  }

  .l-header__right .l-header__nav-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em;
  }

  .l-header__right .l-header__nav-contact::before {
    content: "";
    background: url(../img/icon_mail.png) no-repeat center center/cover;
    display: inline-block;
    width: 37px;
    height: 37px;
  }

  .l-header.is-scrolled .l-header__right .l-header__nav-tel::before {
    background: url(../img/icon_phoneG.png) no-repeat center center/cover;
  }

  .l-header.is-scrolled .l-header__right .l-header__nav-contact::before {
    background: url(../img/icon_mailG.png) no-repeat center center/cover;
  }

  .l-header.is-scrolled .l-header__right .l-header__hamburger-bar {
    background-color: var(--color-green);
  }

  .l-header.is-scrolled .l-header__right .l-header__hamburger-label {
    color: var(--color-green);
  }

  .l-header__hamburger-label {
    font-size: var(--hamburger-font-size);
  }

  .l-header__nav-text {
    display: none;
  }

  .l-header__nav-bottom {
    display: none;
  }

  .l-header__hamburger {
    display: block;
  }

  .l-header__nav {
    display: none;
  }
}

/*----------------------------------------------------------*/
@media print,
screen and (max-width: 766px) {
  .l-header {
    height: var(--header-heightSP);
  }

  .l-header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px;
  }

  .l-header__left {
    max-width: 60%;
  }

  .l-header__left .l-header__logo {
    position: relative;
    z-index: 999;
  }

  .l-header__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em;
  }

  .l-header__right .l-header__nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5em;
  }

  .l-header__right .l-header__nav-tel::before {
    background: url(../img/icon_phone.png) no-repeat center center/cover;
    width: 37px;
    height: 37px;
  }

  .l-header__right .l-header__nav-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em;
  }

  .l-header__right .l-header__nav-contact::before {
    content: "";
    background: url(../img/icon_mail.png) no-repeat center center/cover;
    display: inline-block;
    width: 37px;
    height: 37px;
  }

  .l-header.is-scrolled .l-header__right .l-header__nav-tel::before {
    background: url(../img/icon_phoneG.png) no-repeat center center/cover;
  }

  .l-header.is-scrolled .l-header__right .l-header__nav-contact::before {
    background: url(../img/icon_mailG.png) no-repeat center center/cover;
  }

  .l-header.is-scrolled .l-header__right .l-header__hamburger-bar {
    background-color: var(--color-green);
  }

  .l-header.is-scrolled .l-header__right .l-header__hamburger-label {
    color: var(--color-green);
  }

  .l-header__hamburger-label {
    font-size: var(--hamburger-font-size);
  }

  .l-header__nav-text {
    display: none;
  }

  .l-header__nav-bottom {
    display: none;
  }

  .l-header__hamburger {
    display: block;
  }

  .l-header__nav {
    display: none;
  }
}

/* ============================================ */
/*----------------------------------------------------------*/
/* フッター - footer - */
/*----------------------------------------------------------*/
.l-footer {
  background-color: var(--color-lightGray);
  color: var(--color-black);
  padding-top: 1em;
}

.l-footer__wrap {
  font-size: var(--footer-font-size);
  line-height: 1.33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 2.5em;
  padding-right: 2.5em;
}

.l-footer__left .l-footer__address,
.l-footer__left .l-footer__address * {
  white-space: nowrap;
}

.l-footer__address {
  margin-top: 1em;
}

.l-footer__address a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer__address .l-footer__address-item+.l-footer__address-item {
  margin-top: 1em;
}

.l-footer__right {
  margin-top: calc(50px + 1em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1.5em;
}

.l-footer-nav {
  height: 100%;
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 1em;
}

.l-footer-nav .menu-item .menu-link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer-nav .menu-item .menu-link::after {
  content: "";
  position: absolute;
  left: 1.5em;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.l-footer-nav .menu-item .menu-link:hover::after {
  width: calc(100% - 1.5em);
}

.l-footer-nav .menu-item--icon {
  background-color: var(--color-green);
  color: var(--color-white);
}

.l-footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer__copyright {
  font-size: var(--normal-font-size);
  background-color: var(--color-green);
  color: var(--color-white);
  text-align: center;
  padding: 0.5em 0;
  margin-top: 1em;
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
  .l-footer {
    padding-top: 0.5em;
  }

  .l-footer__wrap {
    font-size: var(--footer-font-sizeSP);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5em;
    padding-right: 2em;
  }

  .l-footer__logo {
    max-width: 215px;
  }

  .l-footer__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5em;
  }

  .l-footer__address .l-footer__address-item+.l-footer__address-item {
    margin-top: 0;
  }

  .l-footer__right {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.5em;
    gap: 1em;
  }

  .l-footer__navWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
  }

  .l-footer__sns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .l-footer__sns-list {
    width: 90%;
  }
}

/*----------------------------------------------------------*/
@media print,
screen and (max-width: 766px) {
  .l-footer {
    padding-top: 0.5em;
  }

  .l-footer__wrap {
    font-size: var(--footer-font-sizeSP);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5em;
    padding-right: 2em;
  }

  .l-footer__logo {
    max-width: 215px;
  }

  .l-footer__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5em;
  }

  .l-footer__address .l-footer__address-item+.l-footer__address-item {
    margin-top: 0;
  }

  .l-footer__right {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.5em;
    gap: 1em;
  }

  .l-footer__navWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
  }

  .l-footer__sns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .l-footer__sns-list {
    width: 90%;
  }
}

/* ============================================ */
/*----------------------------------------------------------*/
/* 下層ページ全体基本設定 - lowerPage - */
/*----------------------------------------------------------*/
.l-lowerPage__heading {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  place-content: center;
  overflow: hidden;
  position: relative;
}

.l-lowerPage__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  -webkit-animation: zoomIn 6s linear forwards;
  animation: zoomIn 6s linear forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.l-lowerPage__title {
  font-family: var(--NotoSerif-font);
  font-size: var(--lowerTitle-font-size);
  color: var(--color-white);
  text-shadow: var(--textShadow);
  font-weight: 600;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-top: 1.5em;
}

.l-lowerPage__title .is-katakana {
  letter-spacing: 0 !important;
}

.l-lowerPage__title .l-lowerPage__title__en {
  font-weight: 400;
  display: block;
  font-size: var(--lowerTitle-en-font-size);
  text-shadow: var(--textShadow);
  margin-top: 0.5em;
}

.l-lowerPage__subtitle {
  font-family: var(--NotoSerif-font);
  font-size: var(--lowerSubTitle-font-size);
  color: var(--color-black);
  font-weight: bold;
  line-height: 1.41;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-lowerPage__title-h4 {
  font-family: var(--NotoSerif-font);
  font-size: var(--lowerTitle-h4-font-size);
  color: var(--color-black);
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 0.6em;
}

.l-lowerPage__textWrap .l-lowerPage__text+.l-lowerPage__text {
  margin-top: 1.5em;
}

.l-lowerPage__textWrap p {
  font-size: var(--normal-font-size);
  line-height: 1.66;
}

.l-lowerPage__textWrap p+p {
  margin-top: 1em;
}

.l-lowerPage__text__bold {
  font-weight: bold;
}

.l-lowerPage__text__bold+p {
  margin-top: 0;
}

.l-lowerPage__text__bold+.l-lowerPage__text__bold {
  margin-top: 1em;
}

.l-lowerPage__section {
  padding: 2em 0;
  overflow: hidden;
}

.l-lowerPage__section:first-of-type {
  padding-top: 5em;
}

.l-lowerPage__section+.l-lowerPage__section {
  margin-top: 3em;
}

.l-lowerPage__content {
  margin-top: 3.5em;
}

.l-lowerPage__content+.l-lowerPage__content {
  margin-top: 6em;
}

.l-lowerPage__breadcrumb {
  font-size: var(--normal-font-size);
  line-height: 2.5;
}

.l-lowerPage__breadcrumb .l-lowerPage__breadcrumb-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}

.l-lowerPage__breadcrumb .l-lowerPage__breadcrumb-inner span[property=itemListElement] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  margin: 0 0.3em;
}

.l-lowerPage__breadcrumb .l-lowerPage__breadcrumb-inner span[property=itemListElement]:first-of-type {
  margin-left: 0;
}

.l-lowerPage__breadcrumb .l-lowerPage__breadcrumb-inner span[property=itemListElement]:last-of-type {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 0;
  max-width: 100%;
}

.l-lowerPage__breadcrumb .l-lowerPage__breadcrumb-inner span[property=itemListElement]:last-of-type [property=name] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}

.l-lowerPage__table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--normal-font-size);
  line-height: 1.66;
}

.l-lowerPage__table th,
.l-lowerPage__table td {
  border: var(--border-gray);
  padding: 1.5rem;
  vertical-align: middle;
}

.l-lowerPage__table th {
  background-color: var(--color-lightGreenTable);
  width: 33%;
  text-align: center;
}

.l-lowerPage__table td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.l-lowerPage__table .l-lowerPageTable__addressWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-lowerPage__table .l-lowerPageTable__icon {
  background-color: var(--color-green);
  color: var(--color-white);
}

.l-lowerPage__table .l-lowerPageTable__address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-lowerPage__flexWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5em;
}

.l-lowerPage__flexWrapper .l-lowerPage__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5em;
}

.l-lowerPage__flexWrapper .l-lowerPage__flex .l-lowerPage__textWrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  max-width: 42.5%;
}

.l-lowerPage__flexWrapper .l-lowerPage__flex .l-lowerPage__image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-lowerPage__flexWrapper .l-lowerPage__flex .l-lowerPage__image img {
  border-radius: 10px;
}

.l-lowerPage__flexWrapper .l-lowerPage__flex .l-lowerPage__image figure figcaption {
  font-family: var(--NotoSerif-font);
  font-size: var(--lowerFigcaption-font-size);
  color: var(--color-black);
  font-weight: bold;
  text-align: right;
  margin-top: 0.2em;
}

.l-lowerPage__flexWrapper .l-lowerPage__flex .l-lowerPage__image,
.l-lowerPage__flexWrapper .l-lowerPage__flex .l-lowerPage__iframe {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.l-lowerPage__flexWrapper .l-lowerPage__flex .l-lowerPage__iframe {
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 3/2;
}

.l-lowerPage__flexWrapper .l-lowerPage__flex .l-lowerPage__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px !important;
  width: 100%;
  height: 100%;
  border: 0;
}

.l-lowerPage__flexWrapper .l-lowerPage__flex:nth-child(even) .l-lowerPage__image,
.l-lowerPage__flexWrapper .l-lowerPage__flex:nth-child(even) .l-lowerPage__iframe {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.l-lowerPage__flexWrapper .l-lowerPage__flex:nth-child(even) .l-lowerPage__textWrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.l-lowerPage__flexWrapper .l-lowerPage__flex--map {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.l-lowerPage__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
}

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

.l-lowerPage__normalList li {
  font-size: var(--normal-font-size);
  line-height: 1.66;
  text-indent: -1em;
  padding-left: 1em;
}

.l-lowerPage__normalList li::before {
  content: "・";
  text-indent: -1em;
}

.l-lowerPage__orderList .l-lowerPage__orderItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  font-size: var(--normal-font-size);
  line-height: 1.66;
}

.l-lowerPage__orderList .list-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-lowerPage__notesList li {
  font-size: var(--normal-font-size);
  line-height: 1.66;
  text-indent: -1em;
  padding-left: 1em;
}

.l-lowerPage__notesList li::before {
  content: "※";
  text-indent: -1em;
}

.l-lowerPage__notesList+.l-lowerPage__notesList {
  margin-top: 1.5em;
}

.l-lowerPage__breadcrumb-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*----------------------------------------------------------*/
@media screen and (max-width: 924px) {
  .l-lowerPage__section:first-of-type {
    padding-top: 3em;
  }

  .l-lowerPage__content+.l-lowerPage__content {
    margin-top: 4em;
  }
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
  .l-lowerPage__heading {
    height: 200px;
  }

  .l-lowerPage__title {
    font-size: var(--lowerTitle-font-sizeSp);
  }

  .l-lowerPage__title .l-lowerPage__title__en {
    font-size: var(--lowerTitle-en-font-sizeSp);
  }

  .l-lowerPage__subtitle {
    font-size: var(--lowerSubTitle-font-sizeSp);
  }

  .l-lowerPage__title-h4 {
    margin-bottom: 0.5em;
  }

  .l-lowerPage__breadcrumb {
    font-size: var(--breadcrumb-font-sizeSp);
  }

  .l-lowerPage__section {
    padding: 1em 0;
  }

  .l-lowerPage__section:first-of-type {
    padding-top: 2em;
  }

  .l-lowerPage__section+.l-lowerPage__section {
    margin-top: 2em;
  }

  .l-lowerPage__content {
    margin-top: 2em;
  }

  .l-lowerPage__content+.l-lowerPage__content {
    margin-top: 3em;
  }

  .l-lowerPage__table tbody {
    display: block;
  }

  .l-lowerPage__table tr {
    display: block;
    margin-bottom: 2rem;
  }

  .l-lowerPage__table tr:last-of-type {
    margin-bottom: 0;
  }

  .l-lowerPage__table th,
  .l-lowerPage__table td {
    display: block;
    width: 100%;
    text-align: center;
  }

  .l-lowerPage__table td {
    border-top: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .l-lowerPage__table .l-lowerPageTable__addressWrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-lowerPage__flexWrapper {
    gap: 3em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-lowerPage__flexWrapper .l-lowerPage__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em;
    width: 100%;
    max-width: 600px;
  }

  .l-lowerPage__flexWrapper .l-lowerPage__flex .l-lowerPage__textWrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100%;
    width: 100%;
  }

  .l-lowerPage__flexWrapper .l-lowerPage__flex .l-lowerPage__image,
  .l-lowerPage__flexWrapper .l-lowerPage__flex .l-lowerPage__iframe {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .l-lowerPage__flexWrapper .l-lowerPage__flex:nth-child(even) .l-lowerPage__image,
  .l-lowerPage__flexWrapper .l-lowerPage__flex:nth-child(even) .l-lowerPage__iframe {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .l-lowerPage__flexWrapper .l-lowerPage__flex:nth-child(even) .l-lowerPage__textWrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .l-lowerPage__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*----------------------------------------------------------*/
@media print,
screen and (max-width: 766px) {
  .l-lowerPage__heading {
    height: 200px;
  }

  .l-lowerPage__title {
    font-size: var(--lowerTitle-font-sizeSp);
  }

  .l-lowerPage__title .l-lowerPage__title__en {
    font-size: var(--lowerTitle-en-font-sizeSp);
  }

  .l-lowerPage__subtitle {
    font-size: var(--lowerSubTitle-font-sizeSp);
  }

  .l-lowerPage__title-h4 {
    margin-bottom: 0.5em;
  }

  .l-lowerPage__breadcrumb {
    font-size: var(--breadcrumb-font-sizeSp);
  }

  .l-lowerPage__section {
    padding: 1em 0;
  }

  .l-lowerPage__section:first-of-type {
    padding-top: 2em;
  }

  .l-lowerPage__section+.l-lowerPage__section {
    margin-top: 2em;
  }

  .l-lowerPage__content {
    margin-top: 2em;
  }

  .l-lowerPage__content+.l-lowerPage__content {
    margin-top: 3em;
  }

  .l-lowerPage__table tbody {
    display: block;
  }

  .l-lowerPage__table tr {
    display: block;
    margin-bottom: 2rem;
  }

  .l-lowerPage__table tr:last-of-type {
    margin-bottom: 0;
  }

  .l-lowerPage__table th,
  .l-lowerPage__table td {
    display: block;
    width: 100%;
    text-align: center;
  }

  .l-lowerPage__table td {
    border-top: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .l-lowerPage__table .l-lowerPageTable__addressWrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-lowerPage__flexWrapper {
    gap: 3em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-lowerPage__flexWrapper .l-lowerPage__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em;
    width: 100%;
    max-width: 600px;
  }

  .l-lowerPage__flexWrapper .l-lowerPage__flex .l-lowerPage__textWrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100%;
    width: 100%;
  }

  .l-lowerPage__flexWrapper .l-lowerPage__flex .l-lowerPage__image,
  .l-lowerPage__flexWrapper .l-lowerPage__flex .l-lowerPage__iframe {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .l-lowerPage__flexWrapper .l-lowerPage__flex:nth-child(even) .l-lowerPage__image,
  .l-lowerPage__flexWrapper .l-lowerPage__flex:nth-child(even) .l-lowerPage__iframe {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .l-lowerPage__flexWrapper .l-lowerPage__flex:nth-child(even) .l-lowerPage__textWrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .l-lowerPage__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* ============================================ */
/* パーツテンプレート */
/*----------------------------------------------------------*/
/* アコーディオン - accordion - */
/*----------------------------------------------------------*/

.c-accordionToggle {
  width: 240px;
  padding: 0.5em 1em;
  margin: 1em 0;
}

.c-accordionToggle::before {
  clip-path: polygon(50% 100%, 0 0, 100% 0) !important;
}

.c-accordionToggle[aria-expanded=true]::before {
  clip-path: polygon(50% 0, 0 100%, 100% 100%) !important;
}

.c-accordionContent {
  padding-bottom: 1em;
}

.c-circleArrow {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  font-size: 1.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.3em;
  line-height: 1;
  position: relative;
}

.c-circleArrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5em;
  height: 0.5em;
  background: #fff;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.c-arrow-scrollUp {
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 10;
  right: 20px;
  bottom: 10px;
  background-color: var(--color-green);
  cursor: pointer;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.c-arrow-scrollUp::before {
  content: "";
  background-color: var(--color-white);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  width: 16px;
  height: 13px;
  margin-bottom: 0.2em;
}

.c-arrow-scrollUp:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
  .c-arrow-scrollUp {
    width: 40px;
    height: 40px;
    right: 6px;
    bottom: 9px;
  }

  .c-arrow-scrollUp::before {
    width: 13px;
    height: 10px;
  }
}

.c-cta-banner {
  margin: 3em 0 6em;
  width: 100%;
  height: 300px;
  position: relative;
  clip-path: inset(0);
}

.c-cta-banner .c-cta-banner__bg {
  background: url(../img/cta-banner.png) center/cover no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-cta-banner .c-cta-banner__inner {
  padding: 1em 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.c-cta-banner .c-cta-banner__layer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-cta-banner .c-cta-banner__layer img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
}

.c-cta-banner .c-cta-banner__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.c-cta-banner .c-cta-banner__layer,
.c-cta-banner .c-cta-banner__content {
  will-change: transform;
}

.c-cta-banner .c-cta-banner__heading,
.c-cta-banner .c-cta-banner__text {
  font-family: var(--NotoSerif-font);
  font-size: var(--ctaBanner-font-size);
  font-weight: 600;
  color: var(--color-white);
  line-height: 1.2;
  white-space: nowrap;
}

.c-cta-banner__btn {
  font-size: var(--ctaBannerBtn-font-size) !important;
  font-weight: 600;
  margin: 0.5em auto 0;
  max-width: 350px;
  padding: 0.2em 1em;
  gap: 0.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: var(--border-white2) !important;
  background-color: transparent !important;
  border-radius: 20px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-cta-banner__btn::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: var(--color-white);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.c-cta-banner__btn:hover {
  border: var(--border-white2) !important;
  background-color: var(--color-white) !important;
  color: transparent !important;
}

.c-cta-banner__btn:hover::before {
  background: url("../img/cta-banner.png") center no-repeat;
}

.c-cta-banner__btn:hover span {
  position: relative;
  z-index: 1;
  background: url("../img/cta-banner.png") center no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
  .c-cta-banner {
    height: 220px;
    margin: 2em 0;
  }

  .c-cta-banner .c-cta-banner__layer {
    max-width: 25%;
  }
}

/*----------------------------------------------------------*/
@media print,
screen and (max-width: 766px) {
  .c-cta-banner {
    height: 220px;
    margin: 2em 0;
  }

  .c-cta-banner .c-cta-banner__layer {
    max-width: 25%;
  }
}

/* ============================================ */
/*----------------------------------------------------------*/
/* インナー - inner - */
/*----------------------------------------------------------*/
.c-inner {
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

/* ============================================ */
/*----------------------------------------------------------*/
/* ボタン - btn - */
/*----------------------------------------------------------*/
.c-btn {
  font-size: var(--normal-font-size);
  background-color: var(--color-green);
  border: var(--border-green);
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  line-height: 1.66;
  gap: 0.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-btn:hover {
  background-color: var(--color-white);
  color: var(--color-green);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-btn::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: var(--color-white);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.c-btn:hover::before {
  background: var(--color-green);
}

/* ============================================ */
/*----------------------------------------------------------*/
/* 調整ｃｓｓ - margin - */
/*----------------------------------------------------------*/
.u-margin__mt0 {
  margin-top: 0 !important;
}

.u-margin__mb0 {
  margin-bottom: 0 !important;
}

.u-margin__mr0 {
  margin-right: 0 !important;
  margin-left: auto !important;
}

.u-margin__ml0 {
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* ============================================ */
/*----------------------------------------------------------*/
/* ナビゲーション - navigation - */
/*----------------------------------------------------------*/
.c-navigation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 2.5em;
  position: relative;
}

.c-navigation__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-navigation__item::after,
.c-navigation__item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100vw;
  margin-inline: calc(50% - 50cqi);
  z-index: -1;
}

.c-navigation__item::before {
  bottom: 37px;
  height: 10px;
  background-color: var(--color-lightGreenDec);
}

.c-navigation__item::after {
  bottom: -10px;
  height: 40px;
  background-color: var(--color-lightGreenDec);
}

.c-navigation__item+.c-navigation__item {
  margin-top: 3.5em;
}

.c-navigation__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 350px;
}

.c-navigation__text {
  border-left: var(--border-green);
  padding-left: 1.5em;
}

.c-navigation__desc {
  font-size: var(--normal-font-size);
  line-height: 1.66;
}

.c-navigation__btn {
  margin-top: 1em;
  margin-left: 1.5em;
  max-width: 215px;
  padding: 0.5em 1em;
}

.c-navigation__heading {
  font-size: var(--topJaNav-font-size);
  font-weight: bold;
  color: var(--color-green);
  line-height: 1;
}

.c-navigation__heading .en {
  display: block;
  font-family: var(--NotoRashiHebrew-font);
  font-size: var(--topEnNav-font-size);
  font-weight: bold;
  line-height: 2.3;
  color: var(--color-lightGreen);
}

.c-navigation__img {
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  border-radius: 10px;
}

.c-navigation__img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.c-navigation__img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
  .c-navigation__item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.5em;
    padding-bottom: 60px;
  }

  .c-navigation__item .c-navigation__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .c-navigation__item .c-navigation__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 1.5em;
  }

  .c-navigation__item::before {
    bottom: 37px;
    height: 10px;
    background-color: var(--color-lightGreenDec);
  }

  .c-navigation__item::after {
    bottom: -10px;
    height: 40px;
    background-color: var(--color-lightGreenDec);
  }

  .c-navigation__item+.c-navigation__item {
    margin-top: 2.5em;
  }
}

/*----------------------------------------------------------*/
@media print,
screen and (max-width: 766px) {
  .c-navigation__item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.5em;
    padding-bottom: 60px;
  }

  .c-navigation__item .c-navigation__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .c-navigation__item .c-navigation__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 1.5em;
  }

  .c-navigation__item::before {
    bottom: 37px;
    height: 10px;
    background-color: var(--color-lightGreenDec);
  }

  .c-navigation__item::after {
    bottom: -10px;
    height: 40px;
    background-color: var(--color-lightGreenDec);
  }

  .c-navigation__item+.c-navigation__item {
    margin-top: 2.5em;
  }
}

/* ============================================ */
/*----------------------------------------------------------*/
/* 新着情報リストテンプレート - newsList - */
/*----------------------------------------------------------*/
.c-newsList {
  border-bottom: var(--border-dotted);
}

.c-newsList:has(> .c-newsList__item__none) {
  border: none;
}

.c-newsList__item {
  color: var(--color-sub);
  font-size: var(--normal-font-size);
  font-weight: 400;
}

.c-newsList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2em;
  padding: 0.5em;
}

.c-newsList__item__none {
  margin-top: 2em;
  text-align: center;
}

.c-newsList__item+.c-newsList__item {
  border-top: var(--border-dotted);
}

.c-newsList__icon {
  background-color: var(--color-green);
  color: var(--color-white);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-newsList__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  white-space: nowrap;
  padding-right: 0.5em;
}

.c-newsList__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  white-space: nowrap;
  padding-right: 0.5em;
}

.c-newsList__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.c-newsSection__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.5em;
  margin-right: 0;
  margin-left: auto;
  padding-left: 1.7em;
}

.c-newsSection__more a {
  font-size: var(--normal-font-size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2em;
}

.c-pagination--page {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5em;
}

.c-pagination--page .post-page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 10px;
  background-color: var(--color-lightGray);
  color: var(--color-sub);
  padding: 0.5em 0.7em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-pagination--page .post-page-numbers:hover {
  background-color: var(--color-green);
  color: var(--color-white) !important;
}

.c-pagination--page .post-page-numbers.current {
  background-color: var(--color-green);
  color: var(--color-white);
}

.c-pagination--page .post-page-numbers.current:hover {
  color: var(--color-white);
}

.c-pagination--page .post-page-numbers.next,
.c-pagination--page .post-page-numbers.prev,
.c-pagination--page .post-page-numbers.dots {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.c-pagination--page .post-page-numbers.dots,
.c-pagination--page .post-page-numbers .current {
  cursor: default;
  pointer-events: none;
}

.c-pagination--page a {
  border: none !important;
}

.c-pagination--page span {
  display: block;
  margin-bottom: 0 !important;
  line-height: 1.2;
}

/*----------------------------------------------------------*/

@media screen and (max-width: 766px) {
  .c-newsList__item a {
    line-height: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5em 0;
    position: relative;
    padding-left: 1.5em;
  }

  .c-newsSection__more a {
    position: relative;
    padding-left: 1.8em;
  }

  .c-newsList__icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/*----------------------------------------------------------*/

@media print,
screen and (max-width: 766px) {
  .c-newsList__item a {
    line-height: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5em 0;
    position: relative;
    padding-left: 1.5em;
  }

  .c-newsSection__more a {
    position: relative;
    padding-left: 1.8em;
  }

  .c-newsList__icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* ============================================ */
/* ページごとのレイアウト */
/*----------------------------------------------------------*/
/* トップページレイアウト - top - */
/*----------------------------------------------------------*/
.p-top__title {
  text-align: center;
  font-size: var(--topTitle-font-size);
  color: var(--color-black);
  font-weight: bold;
  line-height: 1;
}

/* ファーストビュー */
.p-top-fv {
  position: relative;
  width: 100%;
}

.p-top-fv__catch {
  font-family: var(--NotoSerif-font);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  text-align: center;
  width: 100%;
  color: var(--color-white);
  text-shadow: var(--textShadow);
}

.p-top-fv__catch .p-top-fv__catch-ja {
  font-size: var(--topJaCatch-font-size);
  line-height: 1.4;
  font-weight: bold;
}

.p-top-fv__catch .p-top-fv__catch-en {
  font-size: var(--topEnCatch-font-size);
  line-height: 1.15;
  font-weight: 400;
  display: block;
}

.p-top-fv__slide {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}

.p-top-fv__slide .p-top-fv__slide-image {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 24s linear infinite;
  animation: anime 24s linear infinite;
}

.p-top-fv__slide .p-top-fv__slide-image:first-child {
  background: -webkit-image-set(url("../img/top/fv-01.webp") type("image/webp"), url("../img/top/fv-01.png") type("image/png")) no-repeat center center/cover;
  background: image-set(url("../img/top/fv-01.webp") type("image/webp"), url("../img/top/fv-01.png") type("image/png")) no-repeat center center/cover;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.p-top-fv__slide .p-top-fv__slide-image:nth-child(2) {
  background: -webkit-image-set(url("../img/top/fv-02.webp") type("image/webp"), url("../img/top/fv-02.png") type("image/png")) no-repeat center center/cover;
  background: image-set(url("../img/top/fv-02.webp") type("image/webp"), url("../img/top/fv-02.png") type("image/png")) no-repeat center center/cover;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.p-top-fv__slide .p-top-fv__slide-image:nth-child(3) {
  background: -webkit-image-set(url("../img/top/fv-03.webp") type("image/webp"), url("../img/top/fv-03.png") type("image/png")) no-repeat center center/cover;
  background: image-set(url("../img/top/fv-03.webp") type("image/webp"), url("../img/top/fv-03.png") type("image/png")) no-repeat center center/cover;
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  4.16% {
    opacity: 1;
  }

  33.33% {
    opacity: 1;
  }

  41.66% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
  }
}

@keyframes anime {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  4.16% {
    opacity: 1;
  }

  33.33% {
    opacity: 1;
  }

  41.66% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 766px) {
  .p-top-fv__slide {
    height: 400px;
  }

  .p-top-fv__catch .p-top-fv__catch-ja {
    font-size: var(--topJaCatch-font-sizeSp);
  }

  .p-top-fv__catch .p-top-fv__catch-en {
    font-size: var(--topEnCatch-font-sizeSP);
  }
}

@media print,
screen and (max-width: 766px) {
  .p-top-fv__slide {
    height: 400px;
  }

  .p-top-fv__catch .p-top-fv__catch-ja {
    font-size: var(--topJaCatch-font-sizeSp);
  }

  .p-top-fv__catch .p-top-fv__catch-en {
    font-size: var(--topEnCatch-font-sizeSP);
  }
}

/*----------------------------------------------------------*/
/* トップページ新着情報 */
.p-top__news {
  padding: 3.5em 0 2em;
}

.p-top__newsList {
  margin-top: 1em;
}

@media screen and (max-width: 766px) {
  .p-top__news {
    padding: 2em 0 0;
  }
}

@media print,
screen and (max-width: 766px) {
  .p-top__news {
    padding: 2em 0 0;
  }
}

/*----------------------------------------------------------*/
/* トップページナビゲーション */
.p-top-navigation {
  padding: 2em 0;
  overflow: hidden;
}

/* ============================================ */
/*----------------------------------------------------------*/
/* 募集要項ページレイアウト - admission - */
/*----------------------------------------------------------*/
.p-admission__content {
  margin-top: 2em;
}

.p-admission__listItem {
  border-top: var(--border-lightGray2);
  padding: 2em 0 1em;
}

.p-admission__listItem__title {
  font-size: var(--lowerTitle-h4-font-size);
  font-weight: 600;
  color: var(--color-black);
  margin-bottom: 1em;
  line-height: 1.5;
}

.p-admission__listItem__title span {
  color: var(--color-brown);
}

.p-admission__btn {
  width: 60%;
  min-width: 200px;
  padding: 0.5em 1em;
  font-size: var(--entryBtn-font-size);
  margin: 1.5em auto 0;
}

.p-admission__unOrderList {
  font-size: var(--normal-font-size);
  line-height: 1.66;
}

.p-admission__unOrderList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-admission__unOrderList li .unit {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 0.2em;
}

.p-admission__unOrderList li .list-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/*----------------------------------------------------------*/

@media screen and (max-width: 766px) {
  .p-admission__table td {
    -moz-text-align-last: left;
    text-align-last: left;
  }

  .p-admission__table .p-admission__addressWrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/*----------------------------------------------------------*/

@media print,
screen and (max-width: 766px) {
  .p-admission__table td {
    -moz-text-align-last: left;
    text-align-last: left;
  }

  .p-admission__table .p-admission__addressWrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/* ============================================ */
/*----------------------------------------------------------*/
/* 会社案内ページレイアウト - company - */
/*----------------------------------------------------------*/
.p-company__subtitle {
  font-size: var(--companySubTitle-font-size);
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: var(--color-green);
  text-align: center;
}

.p-company__content {
  margin-top: 2em;
}

.p-company__addressWrap+.p-company__addressWrap {
  margin-top: 1em;
}

.p-company__tel {
  font-size: var(--normal-font-size);
  line-height: 1.66;
  display: inline;
  color: var(--color-green);
}

.p-company__tel:hover {
  opacity: 0.7;
}

.p-company__linkWrap {
  margin-top: 1.5em;
}

.p-company__link {
  display: inline;
  color: var(--color-green);
  font-weight: bold;
}

.p-company__link:hover {
  opacity: 0.7;
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
  .p-company__content {
    margin-top: 1em;
  }

  .p-company__subtitle {
    font-size: var(--companySubTitle-font-sizeSp);
  }

  .p-company__linkWrap {
    text-align: center;
    margin-top: 1.5em;
  }
}

/*----------------------------------------------------------*/
@media print,
screen and (max-width: 766px) {
  .p-company__content {
    margin-top: 1em;
  }

  .p-company__subtitle {
    font-size: var(--companySubTitle-font-sizeSp);
  }

  .p-company__linkWrap {
    text-align: center;
    margin-top: 1.5em;
  }
}

/* ============================================ */
/*----------------------------------------------------------*/
/* フォーム全体レイアウト - form - */
/*----------------------------------------------------------*/
.p-form__content {
  margin-top: 2.5em;
}

.p-form__telWrap {
  padding: 2em;
  border: var(--border-lightGray2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-form__telWrap a {
  color: var(--color-green);
  font-size: var(--entryTel-font-size);
  font-weight: bold;
  line-height: 1.66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
}

.p-form__telWrap a:hover {
  opacity: 0.8;
}

.p-form__telWrap .p-form__textWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-form__form {
  margin-top: 3em;
  font-size: var(--normal-font-size);
  line-height: 1.66;
}

.p-form__form .smf-form--business .smf-item__col--label {
  background-color: var(--color-lightGreenTable);
  width: 40%;
  max-width: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.p-form__form .smf-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-form__form .smf-item__label__text {
  position: relative;
  font-weight: bold;
}

.p-form__form .smf-item:has([data-validations~=required]) .smf-item__label__text::after {
  content: "※必須";
  display: inline-block;
  margin-left: 0.3em;
  color: var(--color-red);
}

.p-form__form .smf-radio-button-control {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-form__form .smf-form .smf-radio-button-control__control {
  margin-top: 0 !important;
  width: 1.2em;
  height: 1.2em;
}

.p-form__form .smf-form .smf-radio-button-control__control:checked {
  background-color: var(--color-white);
  border: var(--border-green2);
}

.p-form__form .smf-form .smf-radio-button-control__control:checked::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.6em;
  height: 0.6em;
  background-color: var(--color-green);
}

.p-form__form .smf-text-control__control {
  width: 100% !important;
}

.p-form__form .smf-select-control__control {
  padding-right: 5rem !important;
}

.p-form__form .smf-form--business .smf-item__col {
  padding: 1.5em;
}

.p-form__form .smf-complete-content {
  margin-top: 2em;
}

.p-form__form .smf-textarea-control__control {
  resize: none;
}

.p-form__form .smf-action {
  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;
  margin-top: 2.5em;
}

.p-form__form .smf-action .smf-button-control__control {
  font-size: var(--normal-font-size);
  line-height: 1.66;
  background-color: var(--color-green);
  background-image: none;
  border: var(--border-green);
  color: var(--color-white);
  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;
  gap: 0.5em;
  border-radius: 20px;
  margin: 0 auto;
  padding: 0.5em 1em;
  min-width: 215px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-form__form .smf-action .smf-button-control__control::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: var(--color-white);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.p-form__form .smf-action .smf-button-control__control:hover {
  background-color: var(--color-white);
  color: var(--color-green);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-form__form .smf-action .smf-button-control__control:hover::before {
  background: var(--color-green);
}

/*----------------------------------------------------------*/
@media screen and (max-width: 639px) {
  .p-form__telWrap {
    padding: 1em;
  }

  .p-form__form .smf-form--business .smf-item__col--label {
    width: 100%;
  }

  .p-form__form .smf-form--business .smf-item__col {
    padding: 1em;
  }

  .p-form__form .smf-form--business .smf-item__col {
    padding: 1em;
  }
}

/*----------------------------------------------------------*/
@media screen and (max-width: 639px) {
  .p-form__telWrap {
    padding: 1em;
  }

  .p-form__form .smf-form--business .smf-item__col--label {
    width: 100%;
  }

  .p-form__form .smf-form--business .smf-item__col {
    padding: 1em;
  }

  .p-form__form .smf-form--business .smf-item__col {
    padding: 1em;
  }
}

/* ============================================ */
/*----------------------------------------------------------*/
/* 社員紹介ページレイアウト - person - */
/*----------------------------------------------------------*/
.p-person__content {
  position: relative;
  padding-bottom: 5em;
}

.p-person__content::after,
.p-person__content::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100vw;
  margin-inline: calc(50% - 50cqi);
  z-index: -1;
}

.p-person__content::before {
  bottom: 47px;
  height: 10px;
  background-color: var(--color-lightGreenDec);
}

.p-person__content::after {
  bottom: 0;
  height: 40px;
  background-color: var(--color-lightGreenDec);
}

.p-person__flexWrapper .l-lowerPage__textWrap {
  max-width: 50% !important;
}

.p-person__btn {
  margin-top: 1.5em;
  max-width: 219px;
  padding: 0.5em 1em;
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
  .p-person__flexWrapper .p-person__flex {
    max-width: 500px;
  }

  .p-person__flexWrapper .l-lowerPage__textWrap {
    max-width: 100% !important;
  }
}

/*----------------------------------------------------------*/
@media print,
screen and (max-width: 766px) {
  .p-person__flexWrapper .p-person__flex {
    max-width: 500px;
  }

  .p-person__flexWrapper .l-lowerPage__textWrap {
    max-width: 100% !important;
  }
}

/* ============================================ */
/*----------------------------------------------------------*/
/* 新着情報ページレイアウト - news - */
/*----------------------------------------------------------*/
.p-news__section {
  padding-top: 1em !important;
}

.p-news__section .p-news__article {
  color: var(--color-sub);
}

.p-news__section .p-news__article .p-news__date {
  font-size: var(--normal-font-size);
  font-weight: 400;
  line-height: 1;
}

.p-news__section .p-news__article .p-news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}

.p-news__section .p-news__article .p-news__category {
  font-size: var(--news-select-font-size);
  font-weight: 600;
  line-height: 1;
}

.p-news__section .p-news__article .p-news____title {
  font-size: var(--news-title-font-size);
  color: var(--color-black);
  line-height: 1.4;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: var(--border-gray);
  margin-top: 0.5em;
  padding-bottom: 0.3em;
}

.p-news__section .p-news__article .p-news__backButton {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3em auto 0;
}

.p-news__section .p-news__article .p-news__backButton .p-news__btn {
  padding: 0.3em 1em;
}

.p-news__section .p-news__article .p-news__backButton .p-news__btn::before {
  clip-path: polygon(100% 0, 100% 100%, 0 50%) !important;
}

.p-news__section .p-news__article .p-news__content {
  margin-top: 2em;
  font-size: var(--normal-font-size);
  line-height: 1.66;
}

.p-news__section .p-news__article .p-news__content p,
.p-news__section .p-news__article .p-news__content address,
.p-news__section .p-news__article .p-news__content span {
  margin-bottom: 1em;
}

.p-news__section .p-news__article .p-news__content a {
  color: var(--color-green);
  border-bottom: var(--border-green);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-news__section .p-news__article .p-news__content a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
  border-bottom: none;
}

.p-news__section .p-news__article .p-news__content img {
  max-width: 100% !important;
  height: auto;
  display: inline-block;
  margin: 0.5em 0;
  vertical-align: middle;
}

.p-news__section .p-news__article .p-news__content img.alignright {
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 50%;
}

.p-news__section .p-news__article .p-news__content img.alignleft {
  float: left;
  margin: 0 1em 0.5em 0;
  max-width: 50%;
}

.p-news__section .p-news__article .p-news__content img.aligncenter {
  display: block;
  margin: 0.5em auto;
}

.p-news__section .p-news__article .p-news__content h1 {
  font-size: var(--news-title-font-size);
  font-weight: 600;
  margin-bottom: 0.5em;
}

.p-news__section .p-news__article .p-news__content h2 {
  font-size: var(--lowerTitle-h4-font-size);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.5em;
}

.p-news__section .p-news__article .p-news__content h3 {
  font-size: var(--lowerTitle-h5-font-size);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.5em;
}

.p-news__section .p-news__article .p-news__content h3::before {
  content: "■";
}

.p-news__section .p-news__article .p-news__content h4,
.p-news__section .p-news__article .p-news__content h5,
.p-news__section .p-news__article .p-news__content h6 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: var(--color-green);
}

.p-news__section .p-news__article .p-news__content blockquote {
  position: relative;
  margin-bottom: 0.5em;
  padding: 1.2em 2em;
  background-color: var(--color-lightGray);
  border-left: var(--border-gray4);
  font-size: var(--news-min-font-size);
}

.p-news__section .p-news__article .p-news__content blockquote::before {
  content: "“";
  font-size: 2em;
  position: absolute;
  top: -5px;
  left: 10px;
  color: var(--color-sub);
}

.p-news__section .p-news__article .p-news__content blockquote::after {
  content: "”";
  font-size: 2em;
  position: absolute;
  bottom: -15px;
  right: 10px;
  color: var(--color-sub);
}

.p-news__section .p-news__article .p-news__content blockquote cite {
  display: block;
  margin-top: 1em;
  margin-right: 0.5em;
  font-style: normal;
  font-size: 0.9em;
  color: var(--color-sub);
  text-align: right;
}

.p-news__section .p-news__article .p-news__content ul {
  list-style-type: disc;
}

.p-news__section .p-news__article .p-news__content ol {
  list-style-type: decimal;
}

.p-news__section .p-news__article .p-news__content ul,
.p-news__section .p-news__article .p-news__content ol {
  margin: 0.5em 0;
  padding-left: 1.5em;
}

.p-news__section .p-news__article .p-news__content ul li::marker,
.p-news__section .p-news__article .p-news__content ol li::marker {
  color: var(--color-black);
  font-weight: 600;
}

.p-news__section .p-news__article .p-news__content pre {
  margin-bottom: 0.5em;
  background-color: var(--color-lightGray);
  border: var(--border-gray);
  border-radius: 6px;
  padding: 1em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1.3rem;
  overflow-x: auto;
  white-space: pre;
}

.p-news__section .p-news__article .p-news__content table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--news-min-font-size);
  line-height: 1.66;
  margin-bottom: 0.5em;
}

.p-news__section .p-news__article .p-news__content table a {
  border-bottom: none;
}

.p-news__section .p-news__article .p-news__content table th,
.p-news__section .p-news__article .p-news__content table td {
  border: var(--border-gray);
  padding: 1rem;
  vertical-align: middle;
}

.p-news__section .p-news__article .p-news__content table th {
  background-color: var(--color-lightGreenTable);
  text-align: center;
}

.p-news__section .p-news__article .p-news__content table td {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-news__section .p-news__article .p-news__content dl {
  margin-bottom: 0.5em;
}

.p-news__section .p-news__article .p-news__content input,
.p-news__section .p-news__article .p-news__content textarea {
  padding: 0.2em 0.5em;
  border: var(--border);
  border-radius: 4px;
  margin-left: 0.5em;
}

.p-news__section .p-news__article .p-news__content input[type=submit] {
  cursor: pointer;
  padding: 0.3em 0.5em;
  font-size: var(--news-min-font-size);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-news__section .p-news__article .p-news__content input[type=submit]:hover {
  border: var(--border-gray);
  background-color: var(--color-lightGray);
}

.p-news__section .p-news__article .p-news__content span[id^=more-],
.p-news__section .p-news__article .p-news__content a[id^=more-] {
  display: none;
}

.p-news__filter-select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-news__filter-select-wrap .p-news__select-wrap {
  font-size: var(--news-select-font-size);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.p-news__filter-select-wrap .p-news__select-wrap::after {
  content: "▼";
  display: block;
  color: var(--color-green);
  width: 1em;
  height: auto;
}

.p-news__filter-select-wrap .p-news__select-wrap select {
  padding: 0 0.5em;
}

.p-news__filter-select-wrap .p-news__select-wrap option {
  font-size: var(--normal-font-size);
  font-weight: 400;
}

.p-news__newsList {
  border-top: var(--border-dotted);
}

/* ============================================ */
/*----------------------------------------------------------*/
/* プライバシーポリシーページレイアウト - privacy - */
/*----------------------------------------------------------*/
.p-privacy__content {
  margin-top: 0;
}

.p-privacy__text {
  font-size: var(--normal-font-size);
  line-height: 1.66;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.p-privacy__text+.p-privacy__text {
  margin-top: 1.5em;
}

.p-privacy__text__bold {
  font-weight: bold;
}

.p-recruit__section {
  overflow: hidden;
}