@charset "UTF-8";


/* 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;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* 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,


/**
 * 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;
}

/*=======================
  breakpoints
=======================*/
/*=======================
  animation
=======================*/
@-webkit-keyframes loop-text-reverse {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop-text-reverse {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes loop-swiper {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--loop-width, 0px)));
            transform: translateX(calc(-1 * var(--loop-width, 0px)));
  }
}
@keyframes loop-swiper {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--loop-width, 0px)));
            transform: translateX(calc(-1 * var(--loop-width, 0px)));
  }
}
@-webkit-keyframes select-btn-anime {
  from {
    -webkit-transform: scale(0.98, 0.98);
            transform: scale(0.98, 0.98);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes select-btn-anime {
  from {
    -webkit-transform: scale(0.98, 0.98);
            transform: scale(0.98, 0.98);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes updown-anime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes updown-anime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes BoundIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes BoundIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes BoundIn02 {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
@keyframes BoundIn02 {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes BoundIn03 {
  0% {
    -webkit-transform: translateX(50%) scale(0);
            transform: translateX(50%) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(50%) scale(1);
            transform: translateX(50%) scale(1);
    opacity: 1;
  }
}
@keyframes BoundIn03 {
  0% {
    -webkit-transform: translateX(50%) scale(0);
            transform: translateX(50%) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(50%) scale(1);
            transform: translateX(50%) scale(1);
    opacity: 1;
  }
}
.js-boundIn {
  opacity: 0;
}
.js-boundIn.is-animated {
  -webkit-animation: BoundIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: BoundIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/*======================
  base
======================*/
* {
  min-height: 0vw;
  /* Safari clamp関数対策 */
}


body.is-loaded {
  opacity: 1;
}
body.is-leaving {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  body a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*======================
  svg
======================*/
.svg,
.svg-defs {
  display: none;
  position: relative;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.icon {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.icon img {
  width: 100%;
}

.icon_c-arrow .icon_c-arrow_base {
  fill: #fff;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.icon_c-arrow .icon_c-arrow_symbol {
  stroke: #333;
}
.icon_c-arrow.gray .icon_c-arrow_base {
  fill: #C4C4C4;
}
.icon_c-arrow.gray .icon_c-arrow_symbol {
  stroke: #fff;
}
.icon_c-arrow.green .icon_c-arrow_base {
  fill: #fff;
}
.icon_c-arrow.green .icon_c-arrow_symbol {
  stroke: #77C1B4;
}
.icon_c-arrow.accent .icon_c-arrow_base {
  fill: #F0803C;
}
.icon_c-arrow.accent .icon_c-arrow_symbol {
  stroke: #fff;
}
.icon_c-arrow.white .icon_c-arrow_base {
  fill: #fff;
}
.icon_c-arrow.white .icon_c-arrow_symbol {
  stroke: #F0803C;
}
.icon_c-arrow.rotate {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.icon_arrow {
  width: 12px;
  height: 12px;
}
.icon_arrow.accent {
  stroke: #F0803C;
}

/*=======================
  header
=======================*/
.l-header {
  padding-block: 8px;
  background-color: #F5F3EE;
  position: fixed;
  width: 100%;
  z-index: 991;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-inline: 12px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding-inline: 20px;
  }
}
.l-header__logo {
  width: clamp(13.125rem, 10.565rem + 12.8vw, 18.75rem);
  /* 210 - 300 */
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    width: clamp(18.75rem, 0.288rem + 28.85vw, 26.25rem);
    /* 300 - 420 */
  }
}
.l-header__logo-link {
  display: block;
}
.l-header__logo-link:hover {
  opacity: 0.8;
}
.l-header__nav {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: clamp(0.75rem, 0.442rem + 0.48vw, 0.875rem);
  /* 12 - 14 */
  font-weight: 600;
  letter-spacing: 0.06em;
}
.l-header__nav .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 48px;
}
.l-header__nav .sub-list {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__nav .sub-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
}
.l-header__nav .sub-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  padding-block: 4px;
  padding-left: clamp(0.375rem, -0.548rem + 1.44vw, 0.75rem);
  /* 6 - 12 */
  padding-right: clamp(0.625rem, -0.298rem + 1.44vw, 1rem);
  /* 10 - 16 */
}
.l-header__nav .sub-list__link .illust {
  width: clamp(2rem, 0.769rem + 1.92vw, 2.5rem);
  /* 32 - 40 */
  aspect-ratio: 1/1;
}
.l-header__nav .sub-list__link:hover .illust {
  -webkit-animation: updown-anime 0.4s ease 0s alternate;
          animation: updown-anime 0.4s ease 0s alternate;
}
.l-header__nav .sub-list__link.instagram {
  padding: 4px;
  width: 48px;
}
.l-header__nav .sub-list__link.instagram .illust {
  width: 100%;
  max-width: 40px;
  aspect-ratio: 1/1;
}
.l-header__nav .sub-list__link.instagram:hover .illust {
  -webkit-animation: none;
          animation: none;
}
.l-header__nav .main-list {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__nav .main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: clamp(0.625rem, -1.529rem + 3.37vw, 1.5rem);
    /* 10 - 24 */
    margin-top: 16px;
  }
}
.l-header__nav .main-list__link:hover {
  color: #F0803C;
}

.l-navbtn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  position: relative;
  z-index: 992;
  width: 48px;
  aspect-ratio: 1/1;
  background-color: #F0803C;
  border-radius: 4px;
  border: none;
  margin-left: 8px;
  text-align: center;
  cursor: pointer;
}
.l-navbtn__bar {
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 999px;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.l-navbtn__bar.m-top {
  -webkit-transform: translate(-50%, calc(-50% - 6px));
          transform: translate(-50%, calc(-50% - 6px));
}
.l-navbtn__bar.m-middle {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-navbtn__bar.m-bottom {
  -webkit-transform: translate(-50%, calc(-50% + 6px));
          transform: translate(-50%, calc(-50% + 6px));
}

.is-active.l-navbtn .l-navbtn__bar.m-top {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  background: #fff;
}
.is-active.l-navbtn .l-navbtn__bar.m-middle {
  display: none;
}
.is-active.l-navbtn .l-navbtn__bar.m-bottom {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
  background: #fff;
}

.l-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 991;
  overflow: hidden;
  width: 100%;
  height: 100svh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.l-nav.is-active {
  opacity: 1;
  visibility: visible;
}
.l-nav__bg {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100svh;
  background-color: rgba(46, 37, 29, 0.6);
  opacity: 0;
  z-index: 980;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.l-nav.is-active .l-nav__bg {
  opacity: 1;
}
.l-nav__inner {
  height: 100svh;
  width: 100%;
  margin-left: auto;
  background-color: #EEE9E0;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .l-nav__inner {
    width: 70%;
    max-width: 720px;
    border-radius: 32px 0 0 0;
  }
}
.l-nav__wrap {
  padding: 100px 20px 40px 20px;
}
@media screen and (min-width: 768px) {
  .l-nav__wrap {
    padding: 100px 11.1% 40px 11.1%;
  }
}
.l-nav__sub-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 64px);
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .l-nav__sub-list {
    grid-template-rows: repeat(3, 72px);
  }
}
.l-nav__sub-link {
  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: 4px;
  padding-block: 8px;
  padding: 8px 12px 8px 8px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
}
.l-nav__sub-link .text {
  font-weight: 600;
  font-size: clamp(0.813rem, 0.777rem + 0.18vw, 0.938rem);
  /* 13 - 15 */
}
.l-nav__sub-link .illust {
  width: clamp(1.75rem, 1.571rem + 0.89vw, 2rem);
  /* 28 - 32 */
}
@media screen and (min-width: 768px) {
  .l-nav__sub-link .illust {
    width: 40px;
  }
}
.l-nav__sub-link:hover .illust {
  -webkit-animation: updown-anime 0.4s ease 0s alternate;
          animation: updown-anime 0.4s ease 0s alternate;
}
.l-nav__sub-link.instagram {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}
.l-nav__sub-link.instagram .illust {
  width: 32px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .l-nav__sub-link.instagram .illust {
    width: 40px;
  }
}
.l-nav__sub-link.instagram:hover .illust {
  -webkit-animation: none;
          animation: none;
}
.l-nav__main-list {
  margin-top: 24px;
  padding: 16px 5.7%;
  background-color: #fff;
  border-radius: 8px;
}
.l-nav__main-item:not(:last-child) .l-nav__main-link {
  background-image: radial-gradient(circle at center, #EEE9E0 20%, transparent 20%);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-size: 8px 4px;
}
.l-nav__main-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 24px 8px;
}
.l-nav__main-link .text {
  font-size: clamp(0.813rem, 0.777rem + 0.18vw, 0.938rem);
  /* 13 - 14 */
  font-weight: 600;
  letter-spacing: 0.06em;
}
.l-nav__main-link:hover {
  color: #F0803C;
}
.l-nav__main-link:hover .icon_c-arrow {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.l-nav__footer {
  margin-top: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
  color: #A5A5A5;
  text-align: center;
}

/*====================================================
*
*	footer
*
====================================================*/
.l-footer {
  position: relative;
  z-index: 990;
  background:#F5F3EE;
  margin: 120px 0 0;
}
.l-footer__common {
  padding-top: clamp(5rem, 4.643rem + 1.79vw, 6.25rem);
  /* 80 - 100 */
  padding-bottom: clamp(6.25rem, 5.536rem + 3.57vw, 8.75rem);
  /* 100 - 140 */
  background-color: #fff;
}
.l-footer__banner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  gap: clamp(0.5rem, 0.122rem + 0.98vw, 1rem);
  /* 8 - 16 */
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 620px) {
  .l-footer__banner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    width: 100%;
  }
}
.l-footer__banner-link {
  display: block;
}
.l-footer__banner-link:hover {
  opacity: 0.8;
}
.l-footer__info {
  margin-top: clamp(4rem, 3.357rem + 3.21vw, 6.25rem);
  /* 64 - 100 */
}
.l-footer__inner {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    max-width: 1240px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__inner {
    padding-inline: 3.3%;
  }
}
.l-footer__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 9.7%;
  padding-block: 80px clamp(5rem, 4.643rem + 1.79vw, 6.25rem);
  /* 80 - 100 */
}
@media screen and (min-width: 1024px) {
  .l-footer__top {
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__top {
    -webkit-column-gap: 9.7%;
       -moz-column-gap: 9.7%;
            column-gap: 9.7%;
  }
}
.l-footer__logo {
  display: block;
  width: clamp(12.5rem, 9.643rem + 5.95vw, 15rem);
  /* 200 - 240 */
}
.l-footer__logo:hover {
  opacity: 0.8;
}
.l-footer__address {
  margin-top: clamp(1rem, 0.429rem + 1.19vw, 1.5rem);
  /* 16 - 24 */
  font-size: 0.8125rem;
}
.l-footer__address .tel {
  margin-top: 10px;
}
.l-footer__address .fax {
  margin-top: 4px;
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0;
}
.l-footer__sns .text {
  padding-bottom: 1px;
  border-bottom: 1px solid #333333;
}
.l-footer__sns:hover {
  opacity: 0.8;
}
.l-footer__btn {
  margin-top: clamp(1.5rem, 0.357rem + 2.38vw, 2.5rem);
  /* 24 - 40 */
}
.l-footer__btn .c-btn {
  width: 220px;
}
@media screen and (min-width: 1280px) {
  .l-footer__btn .c-btn {
    width: 240px;
  }
}
.l-footer__nav-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 32px 24px;
  grid-template-areas: "nav01 nav03" "nav02 nav04";
}
@media screen and (min-width: 768px) {
  .l-footer__nav-list {
    grid-template-columns: 1.3fr 1fr 0.7fr 1fr;
    grid-template-rows: auto;
    gap: 16px;
    grid-template-areas: "nav01 nav02 nav03 nav04";
    margin-top: 16px;
  }
}
.l-footer__nav-list .nav01 {
  grid-area: nav01;
}
.l-footer__nav-list .nav02 {
  grid-area: nav02;
}
.l-footer__nav-list .nav03 {
  grid-area: nav03;
}
.l-footer__nav-list .nav04 {
  grid-area: nav04;
}
.l-footer__nav-list .nav05 {
  grid-area: nav05;
}
.l-footer__nav-list .nav06 {
  grid-area: nav06;
}
.l-footer__nav-item {
  font-size: clamp(0.75rem, 0.714rem + 0.18vw, 0.875rem);
  /* 12 - 14 */
}
.l-footer__nav-item .main-link {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-item .main-link {
    margin-bottom: 16px;
  }
}
.l-footer__nav-item .main-link:hover {
  color: #F0803C;
}
.l-footer__nav-item .main-link.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-item .main-link.sp-only {
    display: none;
  }
}
.l-footer__nav-item .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-item .list {
    gap: 10px;
  }
}
.l-footer__nav-item .sub-link {
  display: block;
  position: relative;
  padding-left: 12px;
  font-size: 0.8125rem;
}
.l-footer__nav-item .sub-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 6px;
  height: 1px;
  background-color: #A5A5A5;
}
.l-footer__nav-item .sub-link:hover {
  color: #F0803C;
}
.l-footer__adv {
  max-width: 200px;
}
.l-footer__bottom {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  padding-block: clamp(1.875rem, 1.696rem + 0.89vw, 2.5rem);
  /* 30 - 40 */
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .l-footer__bottom {
    grid-template-columns: 1fr auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer__copyright {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
  color: #A5A5A5;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    text-align: left;
  }
}
.l-footer__privacy {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer__privacy {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 0.75rem;
  }
}
.l-footer__pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: end;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer__pagetop {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.l-footer__pagetop.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-footer__pagetop .icon {
  margin-left: 4px;
}
.l-footer__pagetop:hover {
  opacity: 0.8;
}

/*=======================
  main
=======================*/
.l-main {
  display: block;
  position: relative;
  overflow: clip;
}

.l-wrap {
  padding-top: clamp(5rem, 4.643rem + 1.79vw, 6.25rem);
  /* 80 - 100 */
  padding-bottom: clamp(5rem, 4.286rem + 3.57vw, 7.5rem);
  /* 80 - 120 */
}
.l-wrap.only-top {
  padding-top: clamp(5rem, 4.643rem + 1.79vw, 6.25rem);
  /* 80 - 100 */
  padding-bottom: 0;
}

/*=======================
  inner
=======================*/
.l-inner {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1080px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-inline: 5%;
  }
}
.l-inner.-sm {
  max-width: 880px;
}
.l-inner.-lg {
  max-width: 1240px;
}

/*======================
  column
======================*/
.l-column {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 64px 3.7%;
}
@media screen and (min-width: 768px) {
  .l-column {
    grid-template-columns: minmax(160px, 22.2%) 1fr;
    grid-template-rows: auto;
  }
}
.l-column .l-column-side {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .l-column .l-column-side {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-column .l-column-main {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .l-column .l-column-main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.faq .l-column {
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
@media screen and (min-width: 768px) {
  .faq .l-column {
    grid-template-columns: minmax(200px, 22.2%) 1fr;
    grid-template-rows: auto;
  }
}
.faq .l-column-side {
  display: none;
}
@media screen and (min-width: 768px) {
  .faq .l-column-side {
    display: block;
  }
}

/*=======================
  btn
=======================*/
.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  position: relative;
  padding: 18px 18px 18px 28px;
  background-color: #333333;
  border-radius: calc(infinity * 1px);
  overflow: hidden;
  width: 100%;
  max-width: 240px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1;
}
.c-btn .text {
  position: relative;
  padding-bottom: 2px;
  z-index: 1;
}
.c-btn .icon_c-arrow {
  position: relative;
  z-index: 1;
}
.c-btn.-green {
  background-color: #77C1B4;
}
.c-btn.-green::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #58BBAA;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn.-green:hover::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-btn.-green:hover .icon_c-arrow {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-btn.-center {
  text-align: center;
  margin-inline: auto;
}
.c-btn.-right {
  margin-left: auto;
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #181818;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn:hover::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-btn:hover .icon_c-arrow {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-select-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  position: relative;
  padding: 16px 16px 16px 48px;
  background-color: #F0803C;
  border: 2px solid #fff;
  border-radius: calc(infinity * 1px);
  width: 100%;
  max-width: 520px;
  aspect-ratio: 520/100;
  margin-inline: auto;
  font-size: clamp(1rem, 0.642rem + 1.79vw, 1.5rem);
  /* 16 - 24 */
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1;
}
.c-select-btn .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.c-select-btn .icon_c-arrow {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .c-select-btn .icon_c-arrow {
    width: 32px;
    height: 32px;
  }
}
.c-select-btn:hover .icon_c-arrow {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-select-btn .deco {
  position: absolute;
  top: 50%;
  left: -6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15.4%;
  aspect-ratio: 80/70;
}
.c-select-btn .deco-text {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  max-width: 322px;
  aspect-ratio: 322/50;
  z-index: 1;
}
@media screen and (min-width: 620px) {
  .c-select-btn .deco-text {
    width: 61.5%;
    aspect-ratio: 322/50;
  }
}

/*=======================
  head
=======================*/
.c-pagehead {
  padding-top: clamp(7.5rem, 6.857rem + 3.21vw, 9.75rem);
  /* 120 - 156 */
  padding-bottom: clamp(4rem, 3.714rem + 1.43vw, 5rem);
  /* 64 - 80 */
}
.c-pagehead__title {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.c-pagehead__title::before {
  content: "";
  background-image: url(../img/common/head_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 281px;
  height: 81px;
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.c-pagehead__title .ja {
  font-size: clamp(1.5rem, 1.286rem + 1.07vw, 2.25rem);
  /* 24 - 36 */
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
.c-pagehead__title .ja .sp-only {
  display: block;
}
@media screen and (min-width: 390px) {
  .c-pagehead__title .ja .sp-only {
    display: none;
  }
}
.c-pagehead__title .en {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.813rem, 0.759rem + 0.27vw, 1rem);
  /* 13 - 16 */
  font-weight: 500;
  color: #F0803C;
  line-height: 1;
  letter-spacing: 0.08em;
}

.c-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .c-head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.c-head .ja {
  font-size: clamp(1.75rem, 1.607rem + 0.71vw, 2.25rem);
  /* 28 - 36 */
  font-weight: 700;
  letter-spacing: 0.06em;
}
.c-head .en {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.813rem, 0.759rem + 0.27vw, 1rem);
  /* 13 - 16 */
  font-weight: 500;
  color: #F0803C;
  line-height: 1;
  letter-spacing: 0.08em;
}
.c-head.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-head.-white .ja {
  color: #fff;
}
.c-head.-white .en {
  color: #fff;
}
.c-head.-mb {
  margin-bottom: clamp(2.5rem, 2.071rem + 2.14vw, 4rem);
  /* 40 - 64 */
}

.c-section-title {
  padding-left: 16px;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 32px;
  background-image: radial-gradient(circle at center, #C3C3C3 20%, transparent 20%);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-size: 8px 4px;
  font-size: 1.5rem;
  font-weight: 600;
}
.c-section-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F0803C;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.c-section-title.m-white {
  background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
  color: #fff;
}

/*=======================
  form
=======================*/
/* reset */
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}

/* contactform7 */
span.wpcf7-spinner {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  text-align: center;
}

/* form base */
.form {
  margin-top: clamp(2.5rem, 2.071rem + 2.14vw, 4rem);
  /* 40 - 64 */
}
.form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-block: 16px;
}
@media screen and (min-width: 768px) {
  .form__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-block: 24px;
  }
}
.form__group.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form__group.start .form__group-header {
  margin-top: 4px;
}
.form__group:first-of-type {
  padding-top: 0;
}
.form__group-body {
  width: 100%;
  line-height: 2;
}
.form__group-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 10px;
}
@media screen and (min-width: 768px) {
  .form__group-header {
    width: 50%;
  }
}
.form__group-header .label {
  padding: 4px 8px 5px 8px;
  border-radius: 2px;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.form__group-header .require {
  background-color: #F0803C;
}
.form__group-header .optional {
  background-color: #B7B7B7;
}
.form__label {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 600;
}
.form__input {
  padding: 13px 16px;
  width: 100%;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #E5E2DC;
}
@media screen and (max-width: 767px) {
  .form__input {
    font-size: 1rem;
  }
}
.form__input:focus {
  border: 1px solid #F0803C;
}
.form__input::-webkit-input-placeholder {
  letter-spacing: 0.06em;
  line-height: 2;
  font-weight: 500;
  color: #CCCCCC;
}
.form__input::-moz-placeholder {
  letter-spacing: 0.06em;
  line-height: 2;
  font-weight: 500;
  color: #CCCCCC;
}
.form__input:-ms-input-placeholder {
  letter-spacing: 0.06em;
  line-height: 2;
  font-weight: 500;
  color: #CCCCCC;
}
.form__input::-ms-input-placeholder {
  letter-spacing: 0.06em;
  line-height: 2;
  font-weight: 500;
  color: #CCCCCC;
}
.form__input::placeholder {
  letter-spacing: 0.06em;
  line-height: 2;
  font-weight: 500;
  color: #CCCCCC;
}
@media screen and (max-width: 767px) {
  .form__input::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  .form__input::-moz-placeholder {
    font-size: 0.875rem;
  }
  .form__input:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .form__input::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .form__input::placeholder {
    font-size: 0.875rem;
  }
}
.form__textarea {
  padding: 13px 16px;
  height: 240px;
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E5E2DC;
}
@media screen and (max-width: 767px) {
  .form__textarea {
    font-size: 1rem;
  }
}
.form__textarea:focus {
  border: 1px solid #F0803C;
}
.form__textarea::-webkit-input-placeholder {
  color: #ccc;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.form__textarea::-moz-placeholder {
  color: #ccc;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.form__textarea:-ms-input-placeholder {
  color: #ccc;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.form__textarea::-ms-input-placeholder {
  color: #ccc;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.form__textarea::placeholder {
  color: #ccc;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.form__privacy {
  margin-top: 32px;
  text-align: center;
}
.form__privacy .link {
  border-bottom: 1px solid #333333;
}
.form__privacy .link:hover {
  color: #F0803C;
  border-color: #F0803C;
}

/* form date */
.reserve-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-top: 10px;
}
@media screen and (min-width: 620px) {
  .reserve-time {
    -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;
    padding-left: 26px;
  }
}

input[type=date] {
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #E5E2DC;
  text-align: center;
  width: 120px;
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}

.wpcf7-form-control.wpcf7-select {
  padding: 4px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #E5E2DC;
  margin-inline: 4px;
  cursor: pointer;
}
@media screen and (min-width: 620px) {
  .wpcf7-form-control.wpcf7-select {
    margin-inline: 10px;
  }
}

/* form checkbox */
input[type=checkbox] {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-checkbox.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}

.c-checkbox.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px 0;
}

.c-checkbox.column .wpcf7-list-item {
  margin-left: 0;
}

.c-checkbox.row .wpcf7-list-item.first {
  margin-left: 0;
}

.c-checkbox .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  line-height: 1.8;
}
.c-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
}
.c-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #F0803C;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-checkbox input:focus + span::before {
  border: 1px solid #F0803C;
}

.c-checkbox input:checked + span::after {
  opacity: 1;
}

/* form radio */
input[type=radio] {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form__group-body.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px 16px;
}

.c-radio .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  line-height: 1.8;
}
.c-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
}
.c-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #F0803C;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-radio input:focus + span::before {
  border: 1px solid #F0803C;
}

.c-radio input:checked + span::after {
  opacity: 1;
}

/* form submit */
input[type=submit] {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: block;
  background-color: #333333;
  width: 240px;
  padding: 20px 36px 20px 28px;
  border-radius: calc(infinity * 1px);
  color: #fff;
  position: relative;
  letter-spacing: 0.06em;
}

.form-submit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(2.5rem, 2.071rem + 2.14vw, 4rem);
  /* 40 - 64 */
}

.c-submit-btn {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-submit-btn::after {
  content: "";
  display: block;
  background-image: url("../img/common/icon_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-submit-btn .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-submit-btn:hover {
  opacity: 0.8;
}

/*=======================
  content-area
=======================*/
.c-content-area {
  word-break: break-word;
  line-height: 2;
}
.c-content-area h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}
.c-content-area h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}
.c-content-area h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}
.c-content-area h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}
.c-content-area h5 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}
.c-content-area h6 {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}
.c-content-area p {
  line-height: 2;
}
.c-content-area p a {
  color: #333333;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .c-content-area p a:hover {
    color: #F0803C;
  }
}
.c-content-area p + p {
  margin-top: 20px;
}
.c-content-area figure {
  margin-bottom: 16px;
}
.c-content-area ul {
  list-style-position: outside;
  padding-left: 1.5em;
  margin: 16px 0;
}
.c-content-area ul > li {
  list-style: disc;
  padding: 0.3em 0.3em 0.3em 0;
}
.c-content-area ul > li::marker {
  color: #F0803C;
  font-size: 1.1em;
}
.c-content-area ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin: 16px 0;
}
.c-content-area ol > li {
  padding: 0.3em 0.3em 0.3em 0;
}
.c-content-area ol > li::before {
  counter-increment: item;
  content: counter(item);
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  width: 20px;
  height: 20px;
  background-color: #F0803C;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
.c-content-area table {
  width: 100%;
  margin: 1em 0;
  border: 1px solid #e0e0e0;
}
.c-content-area table caption {
  margin: 0 0 7px;
  color: #9fa6b4;
  font-size: 0.75em;
  letter-spacing: 1px;
}
.c-content-area table tr:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.c-content-area table tr td {
  padding: 7px;
  border-right: 1px solid #e0e0e0;
  word-break: break-all;
}
.c-content-area table tr td:last-child {
  border-right: 0;
}
.c-content-area table tr th {
  padding: 7px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: #E9F0F6;
}
.c-content-area table tr th:last-child {
  border-right: 0;
}
.c-content-area table tfoot {
  border-top: 2px dotted #c5c7ca;
  background: #f8f9fa;
}
.c-content-area blockquote {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 1.5em 0;
  padding: 0.1em 0 0.1em 0.75em;
  border-left: 3px solid #F0803C;
  color: #464646;
}
.c-content-area blockquote p {
  margin: 10px 0;
  padding: 0;
  line-height: 1.7;
}
.c-content-area blockquote cite {
  display: block;
  color: #888;
  font-size: 0.9em;
  text-align: right;
}
.c-content-area blockquote ul, .c-content-area blockquote ol {
  border: none;
  padding: 5px 0 5px 22px;
  margin: 0;
  background: transparent;
}
.c-content-area dd {
  margin-bottom: 1.5em;
  margin-left: 0;
  color: #787878;
  font-size: 0.9em;
}
.c-content-area img {
  max-width: 100%;
  height: auto;
}
.c-content-area .gallery-caption {
  color: gray;
  font-size: 0.75em;
  margin: 5px 0;
  text-align: center;
}
.c-content-area .wp-caption {
  max-width: 100%;
  margin: 0 0 1.5em;
  padding: 8px;
  border: #eaedf2 2px solid;
}
.c-content-area .wp-caption .aligncenter {
  margin: 0 auto 1em;
}
.c-content-area .wp-caption img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
.c-content-area .wp-caption p.wp-caption-text {
  margin: 10px 0 0;
  font-size: 0.85em;
  text-align: center;
}
.c-content-area code {
  padding: 0.2em 0.3em;
  margin: 0 0.2em;
  border-radius: 5px;
  background: #f1f2f3;
  color: #404040;
  font-size: 0.9em;
}
.c-content-area pre {
  margin: 0 0 1.5em;
  padding: 1em;
  border: solid 1px #eaedf2;
  background: #f3f6fc;
  color: #54687c;
  overflow-x: auto;
}
.c-content-area pre code {
  padding: 0;
  background: transparent;
}

/*=======================
  breadcrumb
=======================*/
.c-breadcrumb {
  text-align: right;
}
.c-breadcrumb__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2px;
  background-color: #fff;
  border-radius: calc(infinity * 1px);
  padding: 7px 8px;
  padding-inline: clamp(1rem, 0.642rem + 1.79vw, 1.5rem);
  /* 16 - 24 */
  margin-left: auto;
  color: #939393;
}
.c-breadcrumb__item {
  font-size: clamp(0.625rem, 0.536rem + 0.45vw, 0.75rem);
  /* 10 - 12 */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  text-align: left;
}
.c-breadcrumb__item:not(:last-of-type) {
  padding-right: 24px;
}
.c-breadcrumb__item:not(:last-of-type)::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #F0803C;
  position: absolute;
  top: 0.5em;
  right: 10px;
}
.c-breadcrumb__item.is-current {
  pointer-events: none;
  color: #333333;
}

/*=======================
  pagination
=======================*/
/* 一覧　 */
.pagination {
  width: 100%;
  /* WP-Pagenavi用 */
  margin-top: clamp(2.5rem, 2.071rem + 2.14vw, 4rem);
  /* 40 - 64 */
}
.pagination .wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  text-align: center;
}
.pagination .wp-pagenavi span, .pagination .wp-pagenavi a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333333;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .wp-pagenavi span.current, .pagination .wp-pagenavi a.current {
  cursor: default;
  pointer-events: none;
  background-color: #F0803C;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .pagination .wp-pagenavi span:hover:hover, .pagination .wp-pagenavi a:hover:hover {
    background-color: #F0803C;
    color: #fff;
  }
}
.pagination .wp-pagenavi .pages {
  display: none;
}
.pagination .wp-pagenavi .previouspostslink, .pagination .wp-pagenavi .nextpostslink {
  position: relative;
  display: grid;
  place-items: center;
}
.pagination .wp-pagenavi .previouspostslink::before, .pagination .wp-pagenavi .nextpostslink::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .wp-pagenavi .previouspostslink::before {
  background-image: url(../img/common/icon_arrow_pagination.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.pagination .wp-pagenavi .previouspostslink:hover::before {
  background-image: url(../img/common/icon_arrow_pagination-w.svg);
}
.pagination .wp-pagenavi .nextpostslink::before {
  background-image: url(../img/common/icon_arrow_pagination.svg);
}
.pagination .wp-pagenavi .nextpostslink:hover::before {
  background-image: url(../img/common/icon_arrow_pagination-w.svg);
}
.pagination .wp-pagenavi .first, .pagination .wp-pagenavi .last {
  display: none;
}
.pagination .wp-pagenavi .extend {
  background-color: transparent;
}

/*=======================
  single pagination
=======================*/
.single__pagination {
  margin-top: clamp(2.5rem, 2.071rem + 2.14vw, 4rem);
  /* 40 - 64 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.single__pagination-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .single__pagination-link {
    font-size: 0.9375rem;
  }
}
.single__pagination-link.prev .icon {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.single__pagination-link.prev:hover .icon {
  -webkit-transform: scale(-1.1, 1.1);
          transform: scale(-1.1, 1.1);
}
.single__pagination-link.next:hover .icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.single__pagination-link.prev, .single__pagination-link.next {
  display: none;
}
@media screen and (min-width: 620px) {
  .single__pagination-link.prev, .single__pagination-link.next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*====================================================
*
*	home
*
====================================================*/
.fv {
  position: relative;
  width: 100%;
  overflow-x: clip;
  padding-block: 16px 40px;
}
.fv__swiper .swiper-slide {
  border-radius: 6px;
  overflow: hidden;
}
.fv_scroll {
  position: absolute;
  right: 2.8%;
  bottom: 0;
  width: 8.3vw;
  min-width: 80px;
  max-width: 120px;
  aspect-ratio: 1/1;
  z-index: 10;
  -webkit-animation: rotate-360 20s linear infinite;
          animation: rotate-360 20s linear infinite;
}

.home-search {
  margin-top: 64px;
  padding-bottom: clamp(5rem, 4.643rem + 1.79vw, 6.25rem);
  /* 80 - 100 */
}
.home-search__head {
  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: 8px;
  background-color: #333333;
  border-radius: 16px 16px 0 0;
  padding-block: 6px 8px;
  font-size: clamp(1.25rem, 0.679rem + 1.19vw, 1.75rem);
  /* 20 - 28 */
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
}
.home-search__head .text {
  padding-left: 30px;
}
.home-search__content {
  position: relative;
  background-color: #fff;
  border: 2px solid #333333;
  border-radius: 0 0 16px 16px;
  padding-inline: 6.5%;
  padding-top: clamp(2rem, 1.571rem + 2.14vw, 3.5rem);
  /* 32 - 56 */
  padding-bottom: 140px;
}
@media screen and (min-width: 768px) {
  .home-search__content {
    padding-bottom: 100px;
  }
}
.home-search__box:not(:first-of-type) {
  margin-top: clamp(2rem, 1.571rem + 2.14vw, 3.5rem);
  /* 32 - 56 */
}
.home-search__title {
  margin-bottom: 20px;
  padding-left: 16px;
  border-left: 3px solid #F0803C;
  font-size: clamp(1rem, 0.714rem + 0.6vw, 1.25rem);
  /* 16 - 20 */
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
}
.home-search__maker-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
@media screen and (min-width: 620px) {
  .home-search__maker-list {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 8px;
  }
}
.home-search__maker-list .link {
  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;
}
.home-search__maker-list .link:hover {
  opacity: 0.8;
}
.home-search__maker-list .text {
  padding: 6px 10px;
  border-radius: 4px;
  width: 100%;
  background-color: #f7f7f7;
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.home-search__price-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 100px);
  gap: 4px;
}
@media screen and (min-width: 620px) {
  .home-search__price-list {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-template-rows: 100px;
    grid-auto-rows: 100px;
    gap: 8px;
  }
}
.home-search__price-list .link {
  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;
  position: relative;
  padding: 16px;
  background-color: #f7f7f7;
  border-radius: 4px;
  height: 100%;
}
.home-search__price-list .link:hover {
  opacity: 0.8;
}
.home-search__price-list .link:hover .icon_c-arrow {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home-search__price-list .link .icon_c-arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.home-search__type-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
@media screen and (min-width: 620px) {
  .home-search__type-list {
    grid-template-columns: repeat(auto-fit, minmax(137px, 1fr));
    gap: 8px;
  }
}
.home-search__type-list .link {
  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;
  border-radius: 4px;
  overflow: hidden;
}
.home-search__type-list .link:hover {
  opacity: 0.8;
}
.home-search__type-list .text {
  padding: 10px;
  width: 100%;
  background-color: #f7f7f7;
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.home-search__deco {
  position: absolute;
  bottom: 0;
  left: -16px;
  width: 100%;
}
@media screen and (min-width: 375px) {
  .home-search__deco {
    width: clamp(15rem, 14.105rem + 4.47vw, 16.25rem);
    /* 240 - 260 */
  }
}
@media screen and (min-width: 768px) {
  .home-search__deco {
    width: clamp(16.25rem, 9.607rem + 13.84vw, 22.063rem);
    /* 260 - 353 */
    left: calc(clamp(1.25rem, 0.393rem + 1.79vw, 2rem) * -1);
    /* -16 - -32 */
  }
}

.home-search__box.multi-search {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr auto auto;
  gap: 24px clamp(1rem, -2.692rem + 5.77vw, 2.5rem);
  /* 16 - 40 */
  grid-template-areas: "box-maker" "box-type" "box-price" "box-btn";
  padding: 24px 16px;
  background-color: #f7f7f7;
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .home-search__box.multi-search {
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-rows: 1fr auto;
    grid-template-areas: "box-maker box-type box-price" "box-btn box-btn box-btn";
    padding: 32px 20px;
  }
}
.home-search__box.multi-search .box-type {
  grid-area: box-type;
}
.home-search__box.multi-search .box-price {
  grid-area: box-price;
}
.home-search__box.multi-search .box-btn {
  grid-area: box-btn;
}
.home-search__box.multi-search .box-maker {
  grid-area: box-maker;
}
.home-search__box.multi-search .title {
  margin-bottom: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, rgb(240, 128, 60) 0%, rgb(240, 128, 60) 20%, rgb(200, 200, 200) 20%, rgb(200, 200, 200) 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(240, 128, 60)), color-stop(20%, rgb(240, 128, 60)), color-stop(20%, rgb(200, 200, 200)), to(rgb(200, 200, 200)));
     border-image: linear-gradient(90deg, rgb(240, 128, 60) 0%, rgb(240, 128, 60) 20%, rgb(200, 200, 200) 20%, rgb(200, 200, 200) 100%);
  border-image-slice: 1;
  font-weight: 600;
}
.home-search__box.multi-search .select-box-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 48px;
}
.home-search__box.multi-search .select-box-wrap::after {
  content: "";
  display: block;
  background-image: url(../img/home/icon_toggle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.home-search__box.multi-search .select-box {
  width: 100%;
  height: 48px;
  padding: 13px 34px 13px 20px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 0.875rem;
  cursor: pointer;
}
.home-search__box.multi-search select:has(option:checked[value=""]) {
  color: #616161;
}
.home-search__box.multi-search .price-range {
  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: 8px 16px;
}
@media screen and (min-width: 620px) {
  .home-search__box.multi-search .price-range {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home-search__box.multi-search .price-separator {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-search__box.multi-search .btn .c-btn {
  font-size: clamp(0.813rem, 0.777rem + 0.18vw, 0.938rem);
  /* 13 - 15 */
}

.home-loop {
  position: relative;
  margin-bottom: clamp(2.5rem, 2.071rem + 2.14vw, 4rem);
  /* 40 - 64 */
  width: 100%;
  overflow-x: clip;
}
.home-loop__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 102.8vw;
  min-width: 1200px;
  height: auto;
  z-index: 1;
  pointer-events: none;
  overflow: clip;
}
.home-loop__text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-animation: loop-text-reverse 20s linear infinite;
          animation: loop-text-reverse 20s linear infinite;
  will-change: transform;
}
.home-loop__text img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-loop__swiper {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 24px;
  overflow: clip;
  z-index: 2;
}
.home-loop__swiper::before {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  background-color: #fff;
  position: absolute;
  bottom: 12px;
  left: 0;
  z-index: 1;
}
.home-loop__swiper::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-size: 8px 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.home-loop__swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  will-change: transform;
  -webkit-animation: loop-swiper 40s linear infinite;
          animation: loop-swiper 40s linear infinite;
}
.home-loop__swiper .swiper-slide {
  width: clamp(8.125rem, 5.982rem + 4.46vw, 10rem);
  /* 130 - 160 */
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-loop__swiper .swiper-slide:first-of-type {
  margin-right: 57.5vw;
}
.home-loop__swiper .swiper-slide:nth-of-type(2) {
  margin-right: 5vw;
}
.home-loop__swiper .swiper-slide:nth-of-type(3) {
  margin-right: 100vw;
}
.home-loop__swiper .swiper-slide:nth-of-type(4) {
  margin-right: 57.5vw;
}
.home-loop__swiper .swiper-slide:nth-of-type(5) {
  margin-right: 5vw;
}
.home-loop__swiper .swiper-slide:nth-of-type(6) {
  margin-right: 100vw;
}

.home-select {
  position: relative;
  background-color: #7BBEB2;
  background-image: url(../img/home/bg_line.png);
  background-size: 17px 17px;
  background-position: center;
  background-repeat: repeat;
  padding-top: 116px;
  padding-bottom: clamp(5rem, 4.643rem + 1.79vw, 6.25rem);
  /* 80 - 100 */
}
.home-select__head {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 460px;
  margin-inline: auto;
  padding-block: 16px 18px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  color: #fff;
  line-height: 1;
}
.home-select__head::before {
  content: "";
  background-image: url(../img/home/icon_select.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: clamp(8.75rem, 8.214rem + 2.68vw, 10.625rem);
  /* 140 - 170 */
  aspect-ratio: 140/26;
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home-select__head .ja {
  font-size: clamp(1.75rem, 1.607rem + 0.71vw, 2.25rem);
  /* 28 - 36 */
  font-weight: 700;
  letter-spacing: 0.06em;
}
.home-select__head .en {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.813rem, 0.759rem + 0.27vw, 1rem);
  /* 13 - 16 */
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
.home-select__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 64px;
}
@media screen and (min-width: 620px) {
  .home-select__list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0.625rem, 0.196rem + 0.89vw, 1rem);
    /* 10 - 16 */
  }
}
@media screen and (min-width: 1024px) {
  .home-select__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.home-select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-select__link {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-inline: clamp(0.625rem, 0.196rem + 0.89vw, 1rem);
  /* 10 - 16 */
  padding-top: clamp(0.625rem, 0.196rem + 0.89vw, 1rem);
  /* 10 - 16 */
  padding-bottom: clamp(1.25rem, 1.107rem + 0.71vw, 1.75rem);
  /* 20 - 28 */
  background-color: #fff;
  border-radius: 10px;
}
.home-select__link:hover .home-select__thumbnail img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.home-select__thumbnail {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 6px;
  overflow: hidden;
}
.home-select__thumbnail img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.home-select__name {
  margin-top: 16px;
  font-size: clamp(1.125rem, 0.982rem + 0.3vw, 1.25rem);
  /* 18 - 20 */
  font-weight: 600;
  text-align: center;
}
.home-select__price {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .home-select__price {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .home-select__price {
    grid-template-columns: 42% 56%;
  }
}
.home-select__price .total {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (min-width: 1280px) {
  .home-select__price .total {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home-select__price .price__breakdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.home-select__price .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 1280px) {
  .home-select__price .item {
    -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;
  }
}
.home-select__price .label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 4px 8px 6px 8px;
  background-color: #EAEAEA;
  border-radius: 2px;
  min-width: 78px;
  font-size: clamp(0.75rem, 0.607rem + 0.3vw, 0.875rem);
  /* 12 - 14 */
  text-align: center;
  line-height: 1;
}
.home-select__price .label.accent {
  padding: 4px 6px 6px 10px;
  background-color: #F0803C;
  font-size: clamp(0.75rem, 0.464rem + 0.6vw, 1rem);
  font-weight: 600;
  color: #fff;
}
.home-select__price .price {
  font-size: 0.8125rem;
  text-align: center;
}
.home-select__price .num {
  display: inline-block;
  margin-right: 4px;
  font-family: "Akshar", sans-serif;
  font-size: clamp(1.25rem, -0.75rem + 2.5vw, 1.5rem);
  /* 20 - 24 */
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.home-select__price .num.accent {
  font-size: 2.125rem;
  color: #DC1430;
}
.home-select__comment {
  padding-top: 22px;
  background-image: radial-gradient(circle at center, #C3C3C3 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 8px 4px;
  font-size: 0.875rem;
}
.home-select__btn {
  margin-top: clamp(7.5rem, 4.824rem + 13.38vw, 10rem);
  /* 120 - 160 */
}
.home-select__btn .wrap {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
  -webkit-animation: select-btn-anime 0.8s ease 0s infinite alternate;
          animation: select-btn-anime 0.8s ease 0s infinite alternate;
}
.home-select__btn .wrap [class^=deco-pic] {
  position: absolute;
  bottom: clamp(2.625rem, 0.752rem + 9.36vw, 4.375rem);
  /* 42 - 70 */
  width: 30%;
  max-width: 120px;
  aspect-ratio: 120/152;
}
@media screen and (min-width: 620px) {
  .home-select__btn .wrap [class^=deco-pic] {
    width: 23.1%;
    bottom: 70px;
  }
}
.home-select__btn .wrap .deco-pic-l {
  left: 2px;
}
.home-select__btn .wrap .deco-pic-r {
  right: 2px;
}

.home-flyer {
  background-color: #fff;
  padding-top: clamp(2.5rem, 1.429rem + 5.36vw, 6.25rem);
  /* 80 - 100 */
  padding-bottom: clamp(3.5rem, 2.714rem + 3.93vw, 6.25rem);
  /* 64 - 100 */
  overflow-x: clip;
}
.home-flyer__link {
  position: relative;
  display: block;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 390px) {
  .home-flyer__link {
    width: 88.9%;
  }
}
.home-flyer__link:hover .deco-badge {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home-flyer__body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 270px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 620px) {
  .home-flyer__body {
    grid-template-columns: 1.1fr 1fr;
    margin-left: 40px;
  }
}
.home-flyer__body [class^=deco] {
  position: absolute;
}
.home-flyer__body .deco-pic {
  width: clamp(5.625rem, 2.404rem + 16.11vw, 10.125rem);
  /* 90 - 162 */
  bottom: -40px;
  right: calc(100% - clamp(4.375rem, 2.368rem + 10.03vw, 6.25rem));
  /* 70 - 100 */
}
@media screen and (min-width: 620px) {
  .home-flyer__body .deco-pic {
    width: 162px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
    right: calc(100% - clamp(6.625rem, 5.491rem + 2.93vw, 8.125rem));
    /* 106 - 130 */
  }
}
.home-flyer__body .deco-badge {
  bottom: -20px;
  right: -20px;
  width: 106px;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (min-width: 620px) {
  .home-flyer__body .deco-badge {
    bottom: -24px;
    right: -24px;
  }
}
.home-flyer__text {
  background-image: url(../img/home/flyer_bg-l.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  place-items: center;
  place-content: center;
}
.home-flyer__text .title {
  display: block;
  width: clamp(12.5rem, 8.571rem + 8.18vw, 15.938rem);
  /* 200 - 255 */
  margin-inline: auto;
}
.home-flyer__img {
  display: none;
}
@media screen and (min-width: 620px) {
  .home-flyer__img {
    display: block;
  }
}

.home-news {
  padding-block: clamp(5rem, 4.643rem + 1.79vw, 6.25rem);
  /* 80 - 100 */
}
.home-news__wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "box-head" "box-content" "box-btn";
}
@media screen and (min-width: 1024px) {
  .home-news__wrap {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "box-head box-content" "box-btn box-btn";
    -webkit-column-gap: 7.5%;
       -moz-column-gap: 7.5%;
            column-gap: 7.5%;
  }
}
@media screen and (min-width: 1280px) {
  .home-news__wrap {
    -webkit-column-gap: 10.5%;
       -moz-column-gap: 10.5%;
            column-gap: 10.5%;
  }
}
.home-news__wrap .box-head {
  grid-area: box-head;
}
.home-news__wrap .box-content {
  grid-area: box-content;
}
.home-news__wrap .box-btn {
  grid-area: box-btn;
}
.home-news__content {
  background-color: #fff;
  border: 2px solid #333333;
  border-radius: 10px;
  padding: 24px 16px;
}
@media screen and (min-width: 620px) {
  .home-news__content {
    padding: 16px 24px;
  }
}
.home-news .news__item:first-of-type .news__item-link {
  padding-top: 0;
}
@media screen and (min-width: 620px) {
  .home-news .news__item:first-of-type .news__item-link {
    padding-top: 16px;
  }
}
.home-news .news__item:last-of-type .news__item-link {
  padding-bottom: 0;
}
@media screen and (min-width: 620px) {
  .home-news .news__item:last-of-type .news__item-link {
    padding-bottom: 16px;
  }
}
.home-news .news__item-link {
  padding: 24px 0;
}
@media screen and (min-width: 620px) {
  .home-news .news__item-link {
    padding: 16px 24px 16px 0;
  }
}
.home-news__btn {
  margin-top: clamp(2rem, 1.857rem + 0.71vw, 2.5rem);
  /* 32 - 40 */
}
.home-news__btn .c-btn {
  width: 240px;
  margin-inline: auto;
}
@media screen and (min-width: 620px) {
  .home-news__btn .c-btn {
    margin-left: auto;
    margin-right: unset;
  }
}

.home-strength {
  background-color: #F29F4A;
  background-image: url(../img/home/bg_line.png);
  background-size: 17px 17px;
  background-position: center;
  background-repeat: repeat;
  padding-block: clamp(5rem, 4.643rem + 1.79vw, 6.25rem);
  /* 80 - 100 */
}
.home-strength__btn {
  margin-top: clamp(2.5rem, 2.071rem + 2.14vw, 4rem);
  /* 40 - 64 */
}

.home-blog {
  padding-block: clamp(5rem, 4.643rem + 1.79vw, 6.25rem);
  /* 80 - 100 */
}
.home-blog__wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "box-head" "box-content" "box-btn";
  gap: 0 5.5%;
}
@media screen and (min-width: 768px) {
  .home-blog__wrap {
    grid-template-columns: auto 240px;
    grid-template-rows: auto auto;
    grid-template-areas: "box-head box-btn" "box-content box-content";
  }
}
.home-blog__wrap .box-head {
  grid-area: box-head;
}
.home-blog__wrap .box-content {
  grid-area: box-content;
}
.home-blog__wrap .box-btn {
  grid-area: box-btn;
}
.home-blog__btn {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: clamp(2.5rem, 2.071rem + 2.14vw, 4rem);
  /* 40 - 64 */
}
@media screen and (min-width: 768px) {
  .home-blog__btn {
    margin-top: 0;
  }
}
.home-blog__btn .c-btn {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .home-blog__btn .c-btn {
    margin-left: auto;
    margin-right: unset;
  }
}
.home-blog__swiper {
  margin-top: clamp(2rem, 1.429rem + 2.86vw, 4rem);
  /* 32 - 64 */
}
.home-blog__swiper .swiper {
  overflow: unset;
  -webkit-clip-path: inset(0 -50vw 0 0);
          clip-path: inset(0 -50vw 0 0);
  padding-bottom: 40px;
}
.home-blog__swiper .swiper-scrollbar {
  margin-top: 32px;
  background-color: #fff;
}
.home-blog__swiper .swiper-scrollbar-drag {
  background-color: #F0803C;
}

/*====================================================
*
*	About
*
====================================================*/
.about__intro {
  position: relative;
  background-color: #EEE9E0;
  padding-top: 40px;
}
@media screen and (min-width: 620px) {
  .about__intro {
    padding-top: 0;
  }
}
.about__intro [class^=deco] {
  position: absolute;
  width: clamp(5rem, 1.868rem + 15.66vw, 9.375rem);
  /* 80 - 150 */
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .about__intro [class^=deco] {
    width: clamp(9.375rem, 3.375rem + 12.5vw, 14.625rem);
    /* 150 - 234 */
  }
}
.about__intro .deco-text01 {
  top: 0;
  left: 9%;
}
@media screen and (min-width: 620px) {
  .about__intro .deco-text01 {
    top: -40px;
    left: 10%;
  }
}
.about__intro .deco-text01.is-animated {
  -webkit-animation: BoundIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: BoundIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.about__intro .deco-text02 {
  top: calc(clamp(2.5rem, 1.605rem + 4.47vw, 3.75rem) * -1);
  /* 40 - 60 */
  left: calc(50% - clamp(3.125rem, 1.783rem + 6.71vw, 5rem));
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about__intro .deco-text02.is-animated {
  -webkit-animation: BoundIn02 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: BoundIn02 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
@media screen and (min-width: 620px) {
  .about__intro .deco-text02 {
    top: calc(clamp(6.25rem, 4.107rem + 4.46vw, 8.125rem) * -1);
    /* 100 - 130 */
    left: 28%;
    -webkit-transform: none;
            transform: none;
  }
  .about__intro .deco-text02.is-animated {
    -webkit-animation: BoundIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: BoundIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
}
.about__intro .deco-text03 {
  top: calc(clamp(2.5rem, 1.605rem + 4.47vw, 3.75rem) * -1);
  /* 40 - 60 */
  right: calc(50% - clamp(3.125rem, 1.783rem + 6.71vw, 5rem));
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.about__intro .deco-text03.is-animated {
  -webkit-animation: BoundIn03 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: BoundIn03 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
@media screen and (min-width: 620px) {
  .about__intro .deco-text03 {
    top: calc(clamp(6.25rem, 4.107rem + 4.46vw, 8.125rem) * -1);
    /* 100 - 130 */
    right: 28%;
    -webkit-transform: none;
            transform: none;
  }
  .about__intro .deco-text03.is-animated {
    -webkit-animation: BoundIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            animation: BoundIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
}
.about__intro .deco-text04 {
  top: 0;
  right: 9%;
}
@media screen and (min-width: 620px) {
  .about__intro .deco-text04 {
    top: -40px;
    right: 10%;
  }
}
.about__intro .deco-text04.is-animated {
  -webkit-animation: BoundIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: BoundIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.about__intro .intro-illust {
  width: 100%;
  max-width: clamp(10rem, 6.868rem + 15.66vw, 14.375rem);
  /* 180 - 230 */
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about__intro .intro-illust {
    max-width: clamp(14.375rem, 5.089rem + 19.35vw, 22.5rem);
    /* 230 - 360 */
  }
}
.about__intro::before {
  content: "";
  background-image: url(../img/page/about/wave.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 1240/90;
  position: absolute;
  top: calc(clamp(1.5rem, 0.321rem + 5.89vw, 5.625rem) * -1);
  /* 24 - 90 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.about__inner {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .about__inner {
    width: calc(100% - 40px);
    margin-top: clamp(5rem, 4.643rem + 1.79vw, 6.25rem);
    /* 80 - 100 */
  }
}
.about__content {
  padding-top: clamp(2rem, 0.286rem + 3.57vw, 3.5rem);
  /* 32 - 56 */
  padding-bottom: clamp(5rem, 4.643rem + 1.79vw, 6.25rem);
  /* 80 - 100 */
  background-color: #EEE9E0;
  border-radius: 0 0 16px 16px;
  position: relative;
  background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 8px 4px;
}
.about__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 2.8%;
  padding: clamp(1rem, 0.857rem + 0.71vw, 1.5rem);
  /* 16 - 24 */
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .about__item {
    grid-template-columns: 1fr 1fr;
  }
}
.about__item:not(:first-of-type) {
  margin-top: clamp(1.5rem, 1.214rem + 1.43vw, 2.5rem);
  /* 24 - 40 */
}
.about__item:nth-of-type(even) .about__item-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 1024px) {
  .about__item:nth-of-type(even) .about__item-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about__item:nth-of-type(even) .about__item-body {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 1024px) {
  .about__item:nth-of-type(even) .about__item-body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about__item:last-of-type {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "box-img" "box-text" "box-figure";
  padding-bottom: clamp(4rem, 3.714rem + 1.43vw, 5rem);
  /* 64 - 80 */
}
.about__item:last-of-type .box-text {
  grid-area: box-text;
}
.about__item:last-of-type .box-img {
  grid-area: box-img;
}
.about__item:last-of-type .box-figure {
  grid-area: box-figure;
}
@media screen and (min-width: 1024px) {
  .about__item:last-of-type {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "box-text box-img" "box-figure box-figure";
  }
}
.about__item-img {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 8px;
  overflow: hidden;
}
.about__item-body {
  -ms-flex-item-align: center;
      align-self: center;
}
.about__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.25rem);
  /* 18 - 20 */
  font-weight: 700;
}
.about__item-title img {
  width: 40px;
  height: 40px;
}
.about__item-text {
  margin-top: clamp(1rem, 0.857rem + 0.71vw, 1.5rem);
  /* 16 - 24 */
  line-height: 1.8;
}
.about .subitem:not(:first-of-type) {
  margin-top: 16px;
}
.about .subtitle {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
  font-weight: 700;
}
.about .subtitle::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F0803C;
  position: absolute;
  top: 0.65em;
  left: 0;
}
.about__item-figure-title {
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
  margin-top: 24px;
}
.about__item-figure-lead {
  margin-top: 24px;
  max-width: 800px;
  margin-inline: auto;
  line-height: 1.8;
}
.about .figure {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  margin-top: 40px;
}

/*====================================================
*
*	Company
*
====================================================*/
.company-info__column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px 4.1%;
}
@media screen and (min-width: 768px) {
  .company-info__column {
    grid-template-columns: 1fr 1fr;
  }
}
.company-info__img {
  aspect-ratio: 3/2;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .company-info__img {
    aspect-ratio: auto;
  }
}
.company-info__map {
  aspect-ratio: 3/2;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .company-info__map {
    aspect-ratio: auto;
  }
}
.company-info__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.company-info__item {
  display: grid;
  grid-template-columns: 25.2% 1fr;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .company-info__item {
    grid-template-columns: 21.2% 1fr;
  }
}
.company-info__item .head,
.company-info__item .body {
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .company-info__item .head,
  .company-info__item .body {
    padding: 24px 0;
  }
}
.company-info__cta {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 60px 60px;
  gap: 10px;
  margin-top: 24px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .company-info__cta {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 60px;
  }
}
.company-info__cta [class^=cta-btn] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.company-info__cta .cta-btn-tel {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  background-color: #F0803C;
}
.company-info__cta .cta-btn-tel .title {
  font-family: YakuHanJPs, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic", "ヒラギノ角ゴ W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  font-size: 0.8125rem;
}
@media screen and (min-width: 1024px) {
  .company-info__cta .cta-btn-tel .title {
    font-size: clamp(0.688rem, 0.38rem + 0.48vw, 0.813rem);
    /* 11 - 13 */
  }
}
.company-info__cta .cta-btn-tel .num-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.company-info__cta .cta-btn-tel .num {
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1024px) {
  .company-info__cta .cta-btn-tel .num {
    font-size: clamp(0.875rem, 0.26rem + 0.96vw, 1.125rem);
    /* 14 - 18 */
  }
}
.company-info__cta .cta-btn-map {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background-color: #333333;
}
@media screen and (min-width: 1024px) {
  .company-info__cta .cta-btn-map {
    font-size: clamp(0.875rem, 0.567rem + 0.48vw, 1rem);
    /* 14 - 16 */
  }
}
.company-info__calendars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px 4.1%;
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .company-info__calendars {
    grid-template-columns: 1fr 1fr;
  }
}
.company-info__calender-head {
  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: 8px;
  background-color: #F5F3EE;
  border-radius: calc(infinity * 1px);
  padding: 8px 10px 9px 10px;
}
.company-info__calender-head .text {
  font-weight: 600;
  text-align: center;
  font-size: clamp(0.813rem, 0.768rem + 0.22vw, 0.875rem);
  /* 13 - 14 */
}
@media screen and (min-width: 768px) {
  .company-info__calender-head .text {
    font-size: clamp(0.813rem, 0.67rem + 0.3vw, 0.938rem);
    /* 13 - 15 */
  }
}
.company-info__calender-head .text .sp-only {
  display: blok;
}
@media screen and (min-width: 375px) {
  .company-info__calender-head .text .sp-only {
    display: none;
  }
}
.company-info__calender-head .icon {
  display: block;
  width: 24px;
  height: 24px;
}
.company-info__calender-head .icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.company-info__content {
  padding: 48px 16px;
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .company-info__content {
    padding: 48px 3.7% 80px 3.7%;
  }
}

.company-message {
  padding-top: clamp(5rem, 4.643rem + 1.79vw, 6.25rem);
  /* 80 - 100 */
}
.company-message__swiper .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.company-message__swiper .swiper .swiper-slide {
  width: 76.9%;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .company-message__swiper .swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .company-message__swiper .swiper .swiper-slide {
    width: 45%;
  }
}
@media screen and (min-width: 1280px) {
  .company-message__swiper .swiper .swiper-slide {
    width: 30%;
  }
}
.company-message__content {
  position: relative;
  padding-top: 24px;
  padding-bottom: clamp(5rem, 4.643rem + 1.79vw, 6.25rem);
  /* 80 - 100 */
  background-color: #fff;
  overflow-x: clip;
}
.company-message__content::before {
  content: "";
  background-image: url(../img/page/company/carousel_wave.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 102%;
  aspect-ratio: 1440/90;
  position: absolute;
  top: -6.3vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
.company-message__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #F0803C;
  text-align: center;
  letter-spacing: 0;
}
.company-message__lead {
  margin-top: 38px;
  font-size: clamp(1.625rem, 1.518rem + 0.54vw, 2rem);
  /* 26 - 32 */
  font-weight: 700;
  text-align: center;
}
.company-message__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 5.9%;
  grid-template-areas: "box-text" "box-img" "box-name";
  margin-top: clamp(2.5rem, 1.786rem + 3.57vw, 5rem);
  /* 40 - 80 */
}
@media screen and (min-width: 768px) {
  .company-message__wrap {
    grid-template-columns: 1fr 34.6%;
    grid-template-rows: auto auto;
    grid-template-areas: "box-text box-img" "box-name box-img";
  }
}
.company-message__wrap .box-text {
  grid-area: box-text;
}
.company-message__wrap .box-name {
  grid-area: box-name;
}
.company-message__wrap .box-img {
  grid-area: box-img;
}
.company-message__text {
  line-height: 1.8;
  text-align: justify;
}
.company-message__text p + p {
  margin-top: 24px;
}
.company-message__img {
  margin-top: clamp(2rem, 1.857rem + 0.71vw, 2.5rem);
  /* 32 - 40 */
  margin-inline: auto;
  width: 100%;
  aspect-ratio: 374/460;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .company-message__img {
    margin-top: 0;
  }
}
.company-message__name {
  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: 6px;
  margin-top: 24px;
  font-size: 0.8125rem;
}
.company-message__name .ceo-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.company-message__name .ceo-name img {
  display: block;
  width: 100%;
  height: 100%;
}

.company-history {
  position: relative;
  padding-top: clamp(5rem, 4.643rem + 1.79vw, 6.25rem);
  /* 80 - 100 */
  padding-bottom: clamp(6.25rem, 5.893rem + 1.79vw, 7.5rem);
  /* 100 - 120 */
  background-color: rgba(119, 193, 180, 0.95);
}
.company-history::before {
  content: "";
  background-image: url(../img/page/company/history_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.company-history__list {
  position: relative;
}
.company-history__list::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 90px;
  top: 12px;
}
@media screen and (min-width: 768px) {
  .company-history__list::after {
    left: 110px;
  }
}
.company-history__item {
  display: grid;
  grid-template-columns: 90px 1fr;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .company-history__item {
    grid-template-columns: 110px 1fr;
  }
}
.company-history__item:not(:first-of-type) {
  margin-top: 40px;
}
.company-history__item-head {
  position: relative;
  padding-right: clamp(1rem, 0.857rem + 0.71vw, 1.5rem);
  /* 16 - 24 */
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.25rem);
  /* 18 - 20 */
}
.company-history__item-head::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.company-history__item-body {
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: clamp(1.5rem, 1.214rem + 1.43vw, 2.5rem);
  /* 24 - 40 */
}

.company-info__calender #calendar-keicars,
.company-info__calender #calendar-shaken {
  font-family: YakuHanJPs, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic", "ヒラギノ角ゴ W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  margin-top: 16px;
  color: #333333;
}
.company-info__calender #calendar-keicars .other-month,
.company-info__calender #calendar-shaken .other-month {
  display: none;
}
.company-info__calender #calendar-keicars .today,
.company-info__calender #calendar-shaken .today {
  color: #F0803C;
}
.company-info__calender #calendar-keicars .saturday,
.company-info__calender #calendar-shaken .saturday {
  color: #2E6C8F;
}
.company-info__calender #calendar-keicars .sunday,
.company-info__calender #calendar-shaken .sunday {
  color: #D03B41;
}
.company-info__calender #calendar-keicars .calendar-caption,
.company-info__calender #calendar-shaken .calendar-caption {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 6px;
}
.company-info__calender #calendar-keicars thead th,
.company-info__calender #calendar-shaken thead th {
  background-color: #F5F3EE;
}
.company-info__calender #calendar-keicars .holiday-title span,
.company-info__calender #calendar-shaken .holiday-title span {
  border: none;
}
.company-info__calender .xo-event-calendar table.xo-month .month-dayname td div {
  border: none;
}

/*====================================================
*
*	Strength
*
====================================================*/
.strength-scale__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .strength-scale__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
  }
}
.strength-scale__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.strength-scale__img {
  aspect-ratio: 3/2;
  border-radius: 10px 10px 0 0;
  border: 2px solid #333333;
  overflow: hidden;
}
.strength-scale__body {
  padding: 16px 16px 120px 16px;
  background-color: #fff;
  border: 2px solid #333333;
  border-radius: 0 10px 10px 10px;
  margin-top: calc(clamp(1.25rem, 0.893rem + 1.79vw, 2.5rem) * -1);
  /* 20 - 40 */
  z-index: 10;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 390px) {
  .strength-scale__body {
    padding: 20px 20px 32px 20px;
  }
}
.strength-scale__number {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #77C1B4;
  border-radius: 10px 10px 0 0;
  border-top: 2px solid #333333;
  border-left: 2px solid #333333;
  border-right: 2px solid #333333;
  padding-inline: 20px;
  line-height: 32px;
  height: 32px;
  position: absolute;
  top: -34px;
  left: -2px;
}
.strength-scale__title {
  padding-bottom: 16px;
  margin-bottom: 16px;
  background-image: radial-gradient(circle at center, #C3C3C3 20%, transparent 20%);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-size: 8px 4px;
  font-size: clamp(1.125rem, 0.982rem + 0.3vw, 1.25rem);
  /* 18 - 20 */
  font-weight: 600;
  color: #F0803C;
}
.strength-scale__text {
  line-height: 1.8;
  width: 100%;
  margin-right: auto;
  font-size: clamp(0.813rem, 0.795rem + 0.09vw, 0.875rem);
  /* 13 - 14 */
}
@media screen and (min-width: 390px) {
  .strength-scale__text {
    width: 74%;
  }
}
.strength-scale__deco {
  width: 100%;
  position: absolute;
  bottom: 0;
  max-width: clamp(7.5rem, 5.357rem + 4.46vw, 9.375rem);
  /* 120 - 150 */
}
.strength-scale__deco.point01 {
  right: -2px;
}
.strength-scale__deco.point02 {
  right: -6px;
}
.strength-scale__deco.point03 {
  right: 10px;
}
.strength-scale__deco.point04 {
  right: 0;
}
.strength-scale__deco img {
  display: block;
  width: 100%;
  height: auto;
}

.strength__head {
  display: block;
  margin-inline: auto;
  margin-bottom: clamp(1.5rem, 1.214rem + 1.43vw, 2.5rem);
  /* 24 - 40 */
  max-width: 400px;
}
.strength__head img {
  width: 100%;
}
.strength__section:not(:first-of-type) {
  margin-top: clamp(5rem, 4.643rem + 1.79vw, 6.25rem);
  /* 80 - 100 */
}

.strength-support__lead {
  text-align: center;
  line-height: 1.8;
}
.strength-support__figure {
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
  margin-block: 40px 56px;
}
.strength-support__figure img {
  width: 100%;
}
.strength-support__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .strength-support__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.strength-support__item {
  background-color: #fff;
  padding: 16px 20px 24px 20px;
  border-radius: 8px;
}
.strength-support__item:first-of-type .text {
  color: #F8601F;
}
.strength-support__item:nth-of-type(2) .text {
  color: #E30080;
}
.strength-support__item:nth-of-type(3) .text {
  color: #2D3387;
}
.strength-support__item:nth-of-type(4) .text {
  color: #C6292E;
}
.strength-support__item:nth-of-type(5) .text {
  color: #41200B;
}
.strength-support__item:nth-of-type(6) .text {
  color: #682F91;
}
.strength-support__item:nth-of-type(7) .text {
  color: #049546;
}
.strength-support__item:nth-of-type(8) .text {
  color: #0081CB;
}
.strength-support__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.strength-support__title img {
  width: 40px;
  height: 40px;
}
.strength-support__title .text {
  font-size: 1.125rem;
  font-weight: 600;
}
.strength-support__text {
  margin-top: 10px;
  line-height: 1.8;
}

.strength-cta {
  background-color: #fff;
  padding-top: clamp(5rem, 4.643rem + 1.79vw, 6.25rem);
  /* 80 - 100 */
  color: #fff;
  text-align: center;
}
.strength-cta__inner {
  padding-inline: max(16px, 2.8%);
}
.strength-cta__content {
  position: relative;
  margin-inline: auto;
  max-width: 1360px;
  background-color: #77C1B4;
  border-radius: 16px;
  padding-top: 100px;
  padding-bottom: 10px;
  padding-inline: clamp(0.625rem, 0.196rem + 0.89vw, 1rem);
  /* 10 - 16 */
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .strength-cta__content {
    padding-top: 56px;
  }
}
.strength-cta__deco {
  position: absolute;
}
.strength-cta__deco.top {
  top: clamp(1.25rem, -19.375rem + 42.97vw, 8.125rem);
  /* 20 - 130 */
  right: 80px;
  width: clamp(6.25rem, 3.393rem + 5.95vw, 8.75rem);
  /* 100 - 140 */
}
@media screen and (min-width: 1024px) {
  .strength-cta__deco.top {
    top: 130px;
    right: clamp(5rem, -13.462rem + 28.85vw, 12.5rem);
    /* 80 - 200 */
  }
}
.strength-cta__deco.bottom {
  top: clamp(3.25rem, -20.844rem + 50.2vw, 11.25rem);
  /* 60 - 180 */
  right: 35px;
  width: clamp(5.625rem, 3.125rem + 5.21vw, 7.813rem);
  /* 90 - 125 */
}
@media screen and (min-width: 1024px) {
  .strength-cta__deco.bottom {
    right: clamp(2.188rem, -11.659rem + 21.63vw, 7.813rem);
    /* 35 - 125 */
    top: 180px;
  }
}
.strength-cta__title {
  font-size: clamp(1.25rem, 1.107rem + 0.71vw, 1.75rem);
  /* 20 - 28 */
  font-weight: 600;
}
.strength-cta__title .sp-only {
  display: block;
}
@media screen and (min-width: 390px) {
  .strength-cta__title .sp-only {
    display: none;
  }
}
.strength-cta__lead {
  margin-top: 32px;
  line-height: 1.8;
}
.strength-cta__tel {
  margin-top: 24px;
}
.strength-cta__link {
  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: 10px;
}
.strength-cta__link .icon {
  width: clamp(1.5rem, 1.393rem + 0.54vw, 1.875rem);
  /* 24 - 30 */
  aspect-ratio: 1/1;
}
.strength-cta__link .icon img {
  width: 100%;
  height: 100%;
}
.strength-cta__link .num {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 1.857rem + 0.71vw, 2.5rem);
  /* 32 - 40 */
  font-weight: 600;
}
.strength-cta .attention {
  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: 10px;
  margin-top: 4px;
}
.strength-cta .attention .label {
  background-color: #F0803C;
  border-radius: 2px;
  padding: 3px 6px 4px 6px;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
}
.strength-cta .attention .time {
  font-size: clamp(0.75rem, 0.732rem + 0.09vw, 0.813rem);
  /* 12 - 13 */
}
.strength-cta__swiper {
  margin-top: 40px;
}
.strength-cta__swiper .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.strength-cta__swiper .swiper .swiper-slide {
  margin-right: 24px;
}
.strength-cta__swiper .swiper .swiper-slide.logo-img {
  width: 1080px;
}
@media screen and (min-width: 768px) {
  .strength-cta__swiper .swiper .swiper-slide.logo-img {
    width: 1480px;
  }
}
.strength-cta__swiper .swiper .swiper-slide.car-img {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .strength-cta__swiper .swiper .swiper-slide.car-img {
    width: 160px;
  }
}

/*====================================================
*
*	Blog
*
====================================================*/
.blog__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(2rem, 1.857rem + 0.71vw, 2.5rem);
  /* 32 - 40 */
}
.blog__cat {
  padding: 4px 24px 5px 24px;
  background-color: #fff;
  border-radius: calc(infinity * 1px);
  border: 1px solid #F0803C;
  font-size: 0.8125rem;
  color: #F0803C;
}
.blog__cat.is-active {
  background-color: #F0803C;
  color: #fff;
}
.blog__cat:hover {
  background-color: #F0803C;
  color: #fff;
}
.blog__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: clamp(1.5rem, 1.214rem + 1.43vw, 2.5rem);
  /* 24 - 40 */
  -webkit-column-gap: clamp(0.625rem, 0.196rem + 0.89vw, 1rem);
     -moz-column-gap: clamp(0.625rem, 0.196rem + 0.89vw, 1rem);
          column-gap: clamp(0.625rem, 0.196rem + 0.89vw, 1rem);
  /* 10 - 16 */
}
@media screen and (min-width: 768px) {
  .blog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .blog__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  padding-inline: clamp(0.625rem, 0.196rem + 0.89vw, 1rem);
  /* 10 - 16 */
  padding-top: clamp(0.625rem, 0.196rem + 0.89vw, 1rem);
  /* 10 - 16 */
  padding-bottom: clamp(1.25rem, 1.107rem + 0.71vw, 1.75rem);
  /* 20 - 28 */
}
.blog__item-link:hover .blog__item-thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.blog__item-thumb {
  width: 100%;
  aspect-ratio: 312/208;
  border-radius: 8px;
  overflow: hidden;
}
.blog__item-thumb img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.blog__item-title {
  margin-top: 16px;
  font-size: clamp(0.938rem, 0.884rem + 0.27vw, 1.125rem);
  /* 15 - 18 */
  font-weight: 600;
}
.blog__item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  max-height: 5.4em;
  font-size: 0.8125rem;
  line-height: 1.8;
}
.blog__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 10px;
  margin-top: 24px;
}
.blog__item-date {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  color: #919191;
}
.blog__item-cat {
  background-color: #F0803C;
  border-radius: calc(infinity * 1px);
  padding: 4px 10px 5px 10px;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
}

.blog-detail__content {
  background-color: #fff;
  border-radius: 16px;
  padding-block: clamp(1.5rem, 1.071rem + 2.14vw, 3rem);
  /* 24 - 48 */
  padding-inline: clamp(1rem, 0.642rem + 1.79vw, 1.5rem);
  /* 10 - 24 */
}
@media screen and (min-width: 768px) {
  .blog-detail__content {
    padding-inline: 6%;
  }
}
.blog-detail__title {
  padding-bottom: 32px;
  margin-bottom: 32px;
  margin-top: 20px;
  background-image: radial-gradient(circle at center, #C3C3C3 20%, transparent 20%);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-size: 8px 4px;
  font-size: clamp(1.25rem, 1.179rem + 0.36vw, 1.5rem);
  /* 20 - 24 */
  font-weight: 600;
}
.blog-detail__thumbnail {
  width: 100%;
  aspect-ratio: 312/208;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 32px;
}

/*====================================================
*
*	Staff
*
====================================================*/
.staff__list {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: clamp(1rem, 0.429rem + 1.19vw, 1.5rem);
     -moz-column-gap: clamp(1rem, 0.429rem + 1.19vw, 1.5rem);
          column-gap: clamp(1rem, 0.429rem + 1.19vw, 1.5rem);
  /* 16 - 24 */
  row-gap: clamp(1.5rem, 1.214rem + 1.43vw, 2.5rem);
  /* 24 - 40 */
}
@media screen and (min-width: 620px) {
  .staff__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .staff__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.staff__item-link {
  display: block;
}
.staff__item-link:hover .staff__item-thumbnail::before {
  opacity: 0.8;
}
.staff__item-link:hover .staff__item-thumbnail .staff__img-default {
  opacity: 0;
}
.staff__item-link:hover .staff__item-thumbnail .staff__img-hover {
  opacity: 1;
}
.staff__item-link:hover .staff__item-thumbnail .icon_c-arrow {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.staff__item-thumbnail {
  width: 100%;
  aspect-ratio: 339/380;
  position: relative;
  overflow-x: clip;
}
.staff__item-thumbnail::before, .staff__item-thumbnail::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  overflow: hidden;
}
.staff__item-thumbnail::after {
  background-image: url(../img/page/staff/staff_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.staff__item-thumbnail::before {
  background-color: #F6A04A;
  z-index: 0;
}
.staff__item-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.staff__item-thumbnail .staff__img-default {
  opacity: 1;
}
.staff__item-thumbnail .staff__img-hover {
  opacity: 0;
}
.staff__item-bg::before {
  content: "";
  background-image: url(../img/page/staff/staff_deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 339/67;
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
}
.staff__item-bg::after {
  content: attr(data-staff-name);
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  right: 16px;
  top: 16.8%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.staff__item-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
}
.staff__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  font-weight: 600;
}
.staff__item-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.staff__item-position {
  background-color: #77C1B4;
  border-radius: calc(infinity * 1px);
  padding: 4px 16px 5px 16px;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
}

/*====================================================
*
*	Staff Modal
*
====================================================*/
body.modal-open {
  overflow: hidden;
}

.staff-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.staff-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.staff-modal[aria-hidden=false] .staff-modal__content {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.staff-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.staff-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1080px;
  max-height: 90vh;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
}
.staff-modal__content {
  position: relative;
  background-color: #fff;
  padding: 64px 16px 40px 16px;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .staff-modal__content {
    padding: 40px 3.7% 80px 3.7%;
  }
}
.staff-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  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;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.staff-modal__close span {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #77C1B4;
}
.staff-modal__close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.staff-modal__close span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.staff-modal__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 3.7%;
}
@media screen and (min-width: 768px) {
  .staff-modal__wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.staff-modal__wrap .staff__item-thumbnail {
  -ms-flex-item-align: center;
      align-self: center;
}
.staff-modal__desc {
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 768px) {
  .staff-modal__desc {
    margin-top: 64px;
  }
}
.staff-modal__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.staff-modal__position {
  background-color: #77C1B4;
  border-radius: calc(infinity * 1px);
  padding: 4px 16px 5px 16px;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
}
.staff-modal__name {
  font-size: 1.25rem;
  font-weight: 600;
}
.staff-modal__copy {
  color: #56A194;
  background-color: #E3F3F0;
  padding: 16px 24px;
  margin-top: 24px;
  border-radius: 10px;
  position: relative;
}
.staff-modal__copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 13px;
  background-image: url(../img/page/staff/polygon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -8px;
  left: 18px;
}
.staff-modal__detail {
  margin-top: 10px;
}
.staff-modal__detail .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.staff-modal__detail .head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(26.3%, 100px);
  color: #56A194;
}
.staff-modal__detail .head,
.staff-modal__detail .body {
  padding: 16px;
}

/*====================================================
*
*	faq
*
====================================================*/
.faq__navlist {
  display: none;
}
@media screen and (min-width: 768px) {
  .faq__navlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    position: sticky;
    position: -webkit-sticky;
    top: 40px;
    padding-block: clamp(1.5rem, 0.929rem + 1.19vw, 2rem);
    /* 24 - 32 */
    padding-inline: 10%;
    background-color: #fff;
    border-radius: 16px;
  }
}
.faq__navitem {
  padding-left: 16px;
  border-left: 2px solid transparent;
  font-weight: 600;
}
.faq__navitem.is-active {
  border-left: 2px solid #F0803C;
}
.faq__navitem.is-active .icon_arrow {
  stroke: #F0803C;
}
.faq__navitem .icon_arrow {
  stroke: #C4C4C4;
}
.faq__navlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.faq__navlink:hover {
  opacity: 0.7;
}
.faq__section:not(:first-of-type) {
  margin-top: clamp(1.5rem, 1.214rem + 1.43vw, 2.5rem);
  /* 24 - 40 */
}
.faq__section-head {
  padding: 8px 16px 9px 16px;
  background-color: #333333;
  border-radius: 16px 16px 0 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.faq__section-body {
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
}
@media screen and (min-width: 768px) {
  .faq__section-body {
    padding-inline: 5%;
  }
}
.faq__accordion-item {
  background-image: radial-gradient(circle at center, #C3C3C3 20%, transparent 20%);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-size: 8px 4px;
}
.faq__accordion-item:last-of-type {
  background-image: none;
}
.faq__accordion-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 20px 24px 20px 0;
  border-radius: 4px;
  position: relative;
  font-size: clamp(0.938rem, 0.92rem + 0.09vw, 1rem);
  /* 15 - 16 */
  font-weight: 600;
  cursor: pointer;
}
.faq__accordion-head::before {
  content: "Q";
  width: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #77C1B4;
}
.faq__accordion-head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_toggle.svg") center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq__accordion-item.is-open .faq__accordion-head::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faq__accordion-desc {
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding-bottom: 20px;
}
.faq__accordion-desc::before {
  content: "A";
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #F0803C;
}
.faq__accordion-item.is-open .faq__accordion-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*====================================================
*
*	recruit
*
====================================================*/
.recruit__section:not(:first-of-type) {
  margin-top: 80px;
}
.recruit__head {
  position: relative;
  padding-left: 16px;
  padding-bottom: 16px;
  margin-bottom: 32px;
  background-image: radial-gradient(circle at center, #C3C3C3 20%, transparent 20%);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-size: 8px 4px;
  font-size: clamp(1.25rem, 1.179rem + 0.36vw, 1.5rem);
  /* 20 - 24 */
  font-weight: 600;
}
.recruit__head::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F0803C;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.recruit__inner {
  width: 100%;
  max-width: 880px;
  margin-inline: auto;
}
.recruit__positions-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: clamp(1rem, 0.429rem + 1.19vw, 1.5rem);
  /* 16 - 24 */
}
@media screen and (min-width: 768px) {
  .recruit__positions-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
  }
}
.recruit__positions-link {
  display: block;
  position: relative;
  padding-inline: clamp(0.625rem, 0.196rem + 0.89vw, 1rem);
  /* 10 - 16 */
  padding-top: clamp(0.625rem, 0.196rem + 0.89vw, 1rem);
  /* 10 - 16 */
  padding-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.recruit__positions-link:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.recruit__positions-link:hover .icon_c-arrow_base {
  fill: #F0803C;
}
.recruit__positions-link .icon_c-arrow {
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.recruit__positions-thumbnail {
  width: 100%;
  aspect-ratio: 312/208;
  border-radius: 8px;
  overflow: hidden;
}
.recruit__positions-thumbnail img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.recruit__positions-title {
  margin-top: 10px;
  font-weight: 600;
}
.recruit__positions-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 16px;
}
.recruit__positions-cat {
  padding: 4px 10px 5px 10px;
  border-radius: calc(infinity * 1px);
  background-color: #B7B7B7;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
}
.recruit__positions-cat.newgraduate {
  background-color: #77C1B4;
}
.recruit__positions-cat.career {
  background-color: #F0803C;
}
.recruit__details-item {
  padding-inline: clamp(1rem, 0.714rem + 1.43vw, 2rem);
  /* 16 - 32 */
  padding-top: clamp(1rem, 0.714rem + 1.43vw, 2rem);
  /* 16 - 32 */
  padding-bottom: clamp(2.5rem, 1.786rem + 3.57vw, 5rem);
  /* 40 - 80 */
  background-color: #fff;
  border-radius: 16px;
}
.recruit__details-item:not(:first-of-type) {
  margin-top: 56px;
}
.recruit__details-title {
  background-color: #77C1B4;
  border-radius: calc(infinity * 1px);
  padding: 4px 16px 6px 16px;
  margin-bottom: clamp(1.5rem, 1.357rem + 0.71vw, 2rem);
  /* 24 - 32 */
  margin-inline: auto;
  max-width: 880px;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
}
.recruit__details-lead {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .recruit__details-lead {
    text-align: center;
  }
}
.recruit__details-table {
  margin-top: 24px;
}
.recruit__details-table dl {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
@media screen and (min-width: 620px) {
  .recruit__details-table dl {
    grid-template-columns: 30% 1fr;
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 768px) {
  .recruit__details-table dl {
    grid-template-columns: 27.3% 1fr;
    grid-template-rows: auto;
  }
}
.recruit__details-table dt, .recruit__details-table dd {
  padding: 16px 0;
}
@media screen and (min-width: 620px) {
  .recruit__details-table dt, .recruit__details-table dd {
    padding: 32px 24px;
  }
}
.recruit__details-table dt {
  border-bottom: 1px solid #77C1B4;
  font-weight: 600;
}
.recruit__details-table dd {
  line-height: 1.8;
}
@media screen and (min-width: 620px) {
  .recruit__details-table dd {
    border-bottom: 1px solid #e1e1e1;
  }
}
.recruit__details-btn {
  margin-top: 40px;
}

/*====================================================
*
*	News
*
====================================================*/
.news__item:not(:last-of-type) .news__item-link {
  background-image: radial-gradient(circle at center, #C3C3C3 20%, transparent 20%);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-size: 8px 4px;
}
.news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 3.6%;
  padding: 24px 0;
  position: relative;
}
@media screen and (min-width: 620px) {
  .news__item-link {
    -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;
    padding: 24px 32px 24px 0;
  }
}
.news__item-link .icon_arrow {
  display: none;
}
@media screen and (min-width: 620px) {
  .news__item-link .icon_arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.news__item-link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news__item-thumb {
  width: 100%;
  aspect-ratio: 164/110;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 620px) {
  .news__item-thumb {
    max-width: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .news__item-thumb {
    max-width: 164px;
  }
}
.news__item-thumb img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 10px;
}
.news__item-date {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  color: #A5A5A5;
  letter-spacing: 0;
}
.news__item-cat {
  background-color: #F6F6F6;
  border-radius: calc(infinity * 1px);
  border: 1px solid #DFDFDF;
  padding: 4px 16px 5px 16px;
  line-height: 1;
  font-size: 0.8125rem;
}
.news__item-title {
  margin-top: clamp(0.5rem, 0.122rem + 0.98vw, 1rem);
  /* 8 - 16 */
  font-weight: 600;
}

.news__side-head {
  font-size: 1.125rem;
  font-weight: 600;
  padding-left: 16px;
  border-left: 3px solid #F0803C;
  margin-bottom: 24px;
}
.news__side-head:not(:first-of-type) {
  margin-top: 40px;
}
.news__side-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.news__side-link {
  color: #A5A5A5;
}
.news__side-link.is-current {
  color: #F0803C;
}
.news__side-link:hover {
  color: #F0803C;
}
.news__content {
  background-color: #fff;
  border-radius: 16px;
  padding-inline: clamp(0.625rem, -0.311rem + 4.68vw, 1.5rem);
  /* 10 - 24 */
}
@media screen and (min-width: 768px) {
  .news__content {
    padding: 24px 5%;
  }
}

.news-detail__content {
  background-color: #fff;
  border-radius: 16px;
  padding-block: clamp(1.5rem, 1.071rem + 2.14vw, 3rem);
  /* 24 - 48 */
  padding-inline: clamp(1rem, 0.642rem + 1.79vw, 1.5rem);
  /* 10 - 24 */
}
@media screen and (min-width: 768px) {
  .news-detail__content {
    padding-inline: 6%;
  }
}
.news-detail__title {
  padding-bottom: 32px;
  margin-bottom: 32px;
  margin-top: 20px;
  background-image: radial-gradient(circle at center, #C3C3C3 20%, transparent 20%);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-size: 8px 4px;
  font-size: clamp(1.25rem, 1.179rem + 0.36vw, 1.5rem);
  /* 20 - 24 */
  font-weight: 600;
}
.news-detail__thumbnail {
  width: 100%;
  aspect-ratio: 312/208;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 32px;
}

/*====================================================
*
*	Contact
*
====================================================*/
.contact__lead {
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 620px) {
  .contact__lead {
    text-align: center;
  }
}
.contact__info {
  margin-top: clamp(2rem, 1.571rem + 2.14vw, 3.5rem);
  /* 32 - 56 */
  margin-inline: auto;
  padding: 24px 4% 32px 4%;
  background-color: #fff;
  border-radius: 10px;
  max-width: 600px;
}
.contact__info.m-small {
  margin-top: 40px;
}
.contact__info-head {
  padding: 4px 16px 6px 16px;
  margin-inline: auto;
  margin-bottom: 16px;
  max-width: 310px;
  width: 100%;
  background-color: #77C1B4;
  border-radius: calc(infinity * 1px);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
}
.contact__info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact__info-body .title {
  font-size: 0.8125rem;
  font-weight: 600;
}
.contact__info-body .num {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.75rem, 1.643rem + 0.54vw, 2.125rem);
  /* 28 - 34 */
  font-weight: 600;
}
.contact__info-body .num-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.contact__info-body .icon {
  width: 24px;
  height: 24px;
}
.contact__info-body .icon img {
  width: 100%;
  height: 100%;
}
.contact__info-body .attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.contact__info-body .attention .label {
  background-color: #F0803C;
  border-radius: 2px;
  padding: 3px 6px 4px 6px;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
}
.contact__info-body .attention .time {
  font-size: clamp(0.75rem, 0.732rem + 0.09vw, 0.813rem);
  /* 12 - 13 */
}
.contact__form {
  margin-top: clamp(4rem, 3.714rem + 1.43vw, 5rem);
  /* 64 - 80 */
}
.contact__form-lead {
  line-height: 2;
}
@media screen and (min-width: 620px) {
  .contact__form-lead {
    text-align: center;
  }
}

.thanks {
  text-align: center;
}
.thanks__title {
  display: inline-block;
  padding-bottom: 16px;
  margin-bottom: 40px;
  background-image: radial-gradient(circle at center, #C3C3C3 20%, transparent 20%);
  background-position: bottom right;
  background-repeat: repeat-x;
  background-size: 8px 4px;
  font-size: clamp(1.375rem, 1.268rem + 0.54vw, 1.75rem);
  /* 22 - 28 */
  font-weight: 700;
}
.thanks__title .sp-only {
  display: block;
}
@media screen and (min-width: 620px) {
  .thanks__title .sp-only {
    display: none;
  }
}
.thanks__text {
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 620px) {
  .thanks__text {
    text-align: center;
  }
}
.thanks__text p + p {
  margin-top: 24px;
}
.thanks__btn {
  margin-top: clamp(4rem, 3.714rem + 1.43vw, 5rem);
  /* 64 - 80 */
}

/*====================================================
*
*	privacy
*
====================================================*/
.privacy__lead {
  line-height: 2;
}
.privacy__content {
  margin-top: 72px;
}
.privacy__title {
  margin-bottom: 32px;
  font-size: 1.125rem;
  font-weight: 700;
}
.privacy__list {
  counter-reset: number;
}
.privacy__item:not(:first-of-type) {
  margin-top: 56px;
}
.privacy__item-head {
  counter-increment: number;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
}
.privacy__item-head::before {
  content: "(" counter(number) ")";
  margin-right: 8px;
}
.privacy__item-desc {
  margin-top: 10px;
  line-height: 2;
  text-align: justify;
}
.privacy__item-subhead {
  margin-block: 16px 4px;
  font-weight: 700;
}
.privacy__subitem {
  position: relative;
  padding-left: 16px;
}
.privacy__subitem::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #F0803C;
  margin-right: 10px;
  position: absolute;
  top: 0.8em;
  left: 0;
}



/***************************************
  追加
****************************************/
/* header画像　縮小 */
#h-a .h-logo {
  width: 100%;       /* 元のサイズに合わせて調整 */
  max-width: 100%;
  transition: width 0.5s ease, max-width 0.5s ease;
}

/* スクロール後に縮小 */
#h-a.shrink .h-logo {
  width: 250px;       /* 縮小後のサイズに調整 */
  max-width: 250px;
}