@charset "UTF-8";
/*!
  Theme Name: Ori Framework
  Author: Ori
  Author URI: http://shikiori.com/
  Description: Ori framework
  Version: 2.0
  Date: 2023.12.30
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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;
  max-width: 100%;
}

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* form-reset */
/* ============================================ */
input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/*
--------------------------------
global
変数
--------------------------------
*/
/*============================================
breakpoint
============================================*/
@font-face {
  font-family: "Kuramubon";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url("fonts/Kuramubon.woff2") format("woff2"),
    url("fonts/Kuramubon.woff") format("woff");
}
:root {
  /* ============================================
  font-family
  ============================================ */
  --font: "Zen Kaku Gothic New", sans-serif;
  --font-en: "Rubik", sans-serif;
  --font-kuramubon: "Kuramubon", sans-serif;
  /* ============================================
  color-meaning
  ============================================ */
  --color-corporate-01: #027cc9;
  --color-corporate-02: #f98c41;
  --color-bg: #f9f9f7;
  --color-white: #f8f8f7;
  --color-base: #111;
  /* ============================================
  value
  ============================================ */
  --value-pc: 1920;
  --value-main: 1500;
  --value-lg: 1024;
  --value-sm: 640;
  /* wrapper */
  --wrapper: clamp(0.938rem, -0.341rem + 6.39vw, 3.75rem);
  /* val：15px-60px | view：320px-1024px */
  /* ============================================
  timing-function
  ============================================ */
  --ease-in-out: cubic-bezier(0.5, 0.24, 0.12, 0.96);
  /* ============================================
  transition-duration
  ============================================ */
  --duration--2xs: 0s;
  --duration--s: 0.2s;
  --duration--m: 0.3s;
  --duration--l: 0.5s;
  --duration--2xl: 1s;
}

/*
--------------------------------
base
初期設定
--------------------------------
*/
body {
  font-family: var(--font);
  font-weight: 500;
  color: var(--color-corporate-01);
  line-height: 1.6;
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  /* val：14px-16px | view：320px-768px */
  letter-spacing: 0.05em;
  background: var(--color-bg);
  overflow-x: hidden;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  font-feature-settings: "palt"; /* 全角記号を調整 */
}
body.is-open {
  overflow: hidden;
}

a,
a *,
button,
button * {
  transition-property:
    opacity, text-decoration-color, background-color, transform, box-shadow,
    color;
  transition-duration: var(--duration--m);
  transition-timing-function: ease;
}

a:hover,
button:hover {
  cursor: pointer;
  opacity: 0.5;
}

.en {
  font-family: var(--font-en);
  line-height: 1.25;
  font-weight: bold;
}

.lato {
  font-family: var(--font-lato);
  font-weight: bold;
}

.svg-symbols {
  display: none;
}

/*
--------------------------------
swiper
--------------------------------
*/
.swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  z-index: 0;
}

.swiper-fade .swiper-slide.swiper-slide-active {
  pointer-events: auto;
  z-index: 1;
}

.swiper-fade .swiper-slide-next,
.swiper-fade .swiper-slide-prev {
  pointer-events: none;
}

/*
--------------------------------
contact form 7
--------------------------------
*/
.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item {
  margin: 0;
}

/*
--------------------------------
swiper
初期設定
--------------------------------
*/
.swiper-area {
  position: relative;
}

/* フェードモード時 共通調整 */
.swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.js-swiper {
  overflow: hidden;
  position: relative;
  height: fit-content;
}
.js-swiper.--row {
  margin-right: calc(50% - 50vw);
}

.swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  z-index: 0;
}

.swiper-fade .swiper-slide.swiper-slide-active {
  pointer-events: auto;
  z-index: 1;
}

.swiper-fade .swiper-slide-next,
.swiper-fade .swiper-slide-prev {
  pointer-events: none;
}

.swiper-wrapper {
  height: fit-content;
}

.swiper-slide {
  height: fit-content;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.js-swiper.--row .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
}
.js-swiper.--row .swiper-slide img {
  aspect-ratio: 530/318;
}

.swiper-controller {
  position: absolute;
  bottom: 20px;
  left: 32px;
  display: flex;
  align-items: center;
  z-index: 1;
  gap: 25px;
}
.swiper-controller.--col {
  left: auto;
  bottom: 13px;
  right: 12px;
  flex-flow: column;
  gap: 12px;
}

.swiper-controller.--col .swiper-pagination {
  flex-flow: column;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.swiper-pagination-progressbar {
  display: block;
  gap: 0;
  height: 2px;
  width: 100%;
  background: #eaebef;
  margin-top: 30px;
  position: relative;
}

.swiper-nav .swiper-pagination-progressbar {
  margin-top: 0;
}

.swiper-pagination-progressbar-fill {
  background: var(--color-corporate-02);
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left top;
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet {
  --size: 23px;
  width: var(--size);
  height: var(--size);
  position: relative;
  display: inline-block;
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline-block;
  background: var(--color-corporate-01);
  opacity: 0.3;
  transition-property: opacity, transform;
  transition-duration: var(--duration--m);
  transform: scale(0.435);
}

.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.swiper-toggle {
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.3);
  transition: background-color var(--duration--s);
  border-radius: 50%;
  --size: 31px;
  height: var(--size);
  width: var(--size);
}
.swiper-toggle:hover {
  background: var(--color-corporate-02);
  opacity: 1;
}

.swiper-toggle svg {
  fill: #fff;
  --size: 9px;
  height: var(--size);
  width: var(--size);
  grid-area: 1/1;
}

.swiper-toggle.is-active .swiper-toggle__play,
.swiper-toggle__pause {
  display: none;
}

.swiper-toggle.is-active .swiper-toggle__pause {
  display: inline;
}

.swiper-nav {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}

.swiper-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  pointer-events: none;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  left: -25px;
  z-index: 1;
  top: 23%;
  width: 100%;
  transform: translate(0, -50%);
  --size: 40px;
  width: var(--size);
  height: var(--size);
  background: #fff;
  border: 2px solid var(--color-corporate-01);
  border-radius: 50%;
  cursor: pointer;
  transition: opacity var(--duration--m);
  pointer-events: all;
  display: grid;
  place-items: center;
}
@media not all and (min-width: calc(640em / 16)) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "▶";
  font-size: 10px;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-button-next {
  right: -25px;
  left: auto;
}

.swiper-button-prev::before {
  transform: scale(-1, 1);
}

.lity-slider {
  position: relative;
}
.lity-slider .swiper-buttons {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  justify-content: space-between;
  padding: max(2vw, 10px);
}
.lity-slider .swiper-button-prev,
.lity-slider .swiper-button-next {
  border-radius: 0;
  --size: auto;
  font-size: max(4vw, 30px);
  translate: none;
  background-color: transparent;
}
.lity-slider .swiper-button-prev::before,
.lity-slider .swiper-button-next::before {
  font-family: var(--fa-style-family-classic);
  content: "\f054";
  background-image: none;
  font-weight: 900;
  width: auto;
  height: auto;
  display: inline;
  clip-path: none;
  background-color: transparent;
  translate: none;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.lity-slider .swiper-button-prev {
  content: "\f053";
}
.lity-slider .img {
  text-align: center;
}

/*
--------------------------------
lity
初期設定
--------------------------------
*/
.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  --size: max(35px, 4vw);
  width: var(--size);
  height: var(--size);
  font-size: var(--size);
}

.lity-active body {
  overflow: hidden;
}

.lity-content {
  /* 横長（ランドスケープ） */
}
@media (orientation: landscape) {
  .lity-content {
    width: 90vw;
  }
}

/*
--------------------------------
layout
全体的なレイアウト
--------------------------------
*/
/* l-header */
/* ============================================ */
:root {
  --header-height: 60px;
}
@media (min-width: calc(1024em / 16)) {
  :root {
    --header-height: 122px;
  }
}

#header {
  position: fixed;
  z-index: 50;
  inset: 0;
  bottom: auto;
  padding: 0;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: end;
  transition: background-color var(--duration--m);
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: calc(1024em / 16)) {
  #header {
    font-size: 15px;
    gap: 0;
    padding-right: 40px;
  }
}
@media (min-width: calc(1240em / 16)) {
  #header {
    justify-content: center;
  }
}

:root {
  --logo-height: var(--header-height);
}
@media (min-width: calc(1024em / 16)) {
  :root {
    --logo-height: 110px;
  }
}

.gnav__logo {
  width: 100%;
}
.gnav__logo a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.gnav__logo img {
  width: 100%;
}
@media (min-width: calc(1024em / 16)) {
  .gnav__logo {
    display: none;
  }
}

#logo {
  position: absolute;
  left: 0;
  top: 0;
  transition-property: opacity;
  transition-duration: var(--duration--m);
  z-index: 1;
  width: min(32vw, 156px);
  height: var(--logo-height);
  margin-bottom: -30px;
  transition-property: height, width;
  transition: var(--duration--m);
}
@media (min-width: calc(1024em / 16)) {
  #logo {
    width: 240px;
  }
}
#logo a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
#logo img {
  max-height: 100%;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media (min-width: calc(1024em / 16)) {
  .is-scroll #logo {
    transform: scale(0.8) translate(-12.5%, -12.5%);
  }
}

#toggle {
  background: var(--color-corporate-01);
  font-family: var(--font-en);
  font-weight: 600;
  position: relative;
  z-index: 10;
  --size: 60px;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 5px;
  height: var(--size);
  width: var(--size);
  color: #fff;
  font-size: 12px;
  display: flex;
  border-radius: 0 0 0 4px;
}
@media (min-width: calc(1024em / 16)) {
  #toggle {
    display: none;
  }
}
#toggle:hover {
  opacity: 1;
}
#toggle .lines {
  position: relative;
  width: 30px;
  height: 20px;
  display: inline-block;
}
#toggle .lines span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: inline-block;
}
#toggle .lines span:nth-of-type(1) {
  top: 0;
}
#toggle .lines span:nth-of-type(2) {
  top: 9px;
}
#toggle .lines span:nth-of-type(3) {
  bottom: 0;
}
#toggle[aria-expanded="true"] .lines {
  transform: rotate(360deg);
}
#toggle[aria-expanded="true"] .lines span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
#toggle[aria-expanded="true"] .lines span:nth-of-type(2) {
  transform: translateY(0) rotate(45deg);
}
#toggle[aria-expanded="true"] .lines span:nth-of-type(3) {
  opacity: 0;
}
@media not all and (min-width: calc(1024em / 16)) {
  #toggle[aria-expanded="true"] + #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 2;
    cursor: pointer;
  }
}

.home #toggle {
  opacity: 0;
}

.home.is-scroll #toggle {
  opacity: 1;
}

#mask {
  display: none;
}

/* gnav */
#gnav {
  background: #fff;
  flex: 1;
}
@media not all and (min-width: calc(1024em / 16)) {
  #gnav {
    position: fixed;
    inset: 0;
    z-index: 5;
    transform: translateX(-100%);
    transition-duration: 0.6s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    width: 78%;
    max-width: 225px;
    overflow-y: scroll;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Google Chrome、Safariへの対応*/
  }
  #gnav::-webkit-scrollbar {
    display: none;
  }
  #gnav[aria-hidden="false"] {
    transform: translateX(0);
  }
}
@media (min-width: calc(1024em / 16)) {
  #gnav {
    flex: none;
    padding: 5px 27px;
    min-height: 74px;
    border-radius: 100vw;
    display: flex;
    align-items: center;
  }
}

.gnav__inner {
  display: flex;
  gap: 0 min(30 / var(--value-pc) * 100vw, 30px);
}
@media not all and (min-width: calc(1024em / 16)) {
  .gnav__inner {
    flex-flow: column;
    padding: 0 15px 10px 0;
  }
}

.gnav-list {
  margin-top: 30px;
  width: fit-content;
  justify-content: end;
  padding-left: 15px;
}
@media (min-width: calc(1024em / 16)) {
  .gnav-list {
    display: flex;
    align-items: center;
    margin-top: 0;
    width: auto;
    flex-shrink: 0;
    padding-left: 0;
  }
}

.gnav-list__link a {
  display: flex;
  align-items: center;
  padding: 8px 0;
  color: var(--color-corporate-01);
  font-size: 16px;
}
@media (min-width: calc(1024em / 16)) {
  .gnav-list__link a {
    padding: 8px 0;
    font-size: 13px;
  }
}
.gnav-list__link a:hover {
  color: var(--color-corporate-01);
  opacity: 0.7;
}

@media (min-width: calc(1024em / 16)) {
  .gnav-list__link + .gnav-list__link a::before {
    content: "/";
    padding: 0 0.5em;
  }
}

.sp-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  transform: translateY(100%);
}
@keyframes scroll-show {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.sp-nav .gnav-list__button {
  display: block;
}
@media (min-width: calc(1024em / 16)) {
  .sp-nav {
    display: none;
  }
}

.is-scroll .sp-nav {
  animation: scroll-show var(--duration--m) forwards;
}

.gnav-list__button {
  display: none;
}
@media (min-width: calc(1024em / 16)) {
  .gnav-list__button {
    display: block;
  }
}

.gnav-list__button a {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: auto auto;
  color: #fff;
  position: relative;
  padding: 5px 8px;
  margin-top: 20px;
  border-radius: 4vw 4vw 0 0;
  gap: 6px;
  --color: var(--color-corporate-01);
  background: var(--color);
  min-height: clamp(40px, 12vw, 90px);
  font-size: clamp(16px, 3.2vw, 24px);
}
@media (min-width: calc(1024em / 16)) {
  .gnav-list__button a {
    grid-template-columns: 1fr auto 1fr;
    margin-top: 0;
    width: 180px;
    min-height: 40px;
    border-radius: 100vw;
    font-size: 15px;
  }
  .gnav-list__button a::before {
    content: "";
  }
}
.gnav-list__button a::after {
  content: "▶";
  font-size: clamp(5.5px, 1.0666666667vw, 8px);
  display: grid;
  place-items: center;
  justify-self: end;
  color: var(--color);
  --size: clamp(19px, 30/750 * 100vw, 30px);
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  border-radius: 50%;
  background: #fff;
}
@media (min-width: calc(1024em / 16)) {
  .gnav-list__button a::after {
    --size: 19px;
    font-size: 5.5px;
  }
}

.gnav-list__button.--orange a {
  --color: var(--color-corporate-02);
}

@media (min-width: calc(1024em / 16)) {
  .gnav-list__button + .gnav-list__button {
    margin-left: 10px;
  }
  .gnav-list__button:nth-of-type(2) {
    margin-right: 22px;
  }
}
/* l-footer */
/* ============================================ */
#footer {
  padding-bottom: clamp(40px, 12vw, 90px);
}
@media (min-width: calc(1024em / 16)) {
  #footer {
    padding-bottom: 0;
  }
}

/* copyright */
.copyright {
  font-size: 12px;
  font-family: var(--font-lato);
  font-weight: bold;
  min-height: 102px;
  display: grid;
  place-items: center;
  padding: 5px;
}

/* l-main */
/* ============================================ */
/* l-breadcrumbs */
/* ============================================ */
.breadcrumbs {
  font-size: 12px;
  display: flex;
  flex-flow: wrap;
  justify-content: end;
  align-items: center;
  gap: 10px 20px;
  margin-top: 18px;
  font-weight: 600;
}
.breadcrumbs a::after {
  content: "";
  background: url(images/common/icon_breadcrumbs.svg) no-repeat center/contain;
  width: 6px;
  height: 9px;
  display: inline-block;
  margin-left: 12px;
}
.breadcrumbs span {
  color: #9fa2a8;
}

.breadcrumbs-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-flow: wrap;
  gap: 10px 30px;
}

/* l-page */
/* ============================================ */
.page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  line-height: 1.4;
  word-break: keep-all;
  font-weight: 900;
  position: relative;
  z-index: 1;
  padding-top: clamp(7.5rem, 5.881rem + 8.1vw, 11.063rem);
  /* val：120px-177px | view：320px-1024px */
  background: url(images/common/bg_page-title.png) no-repeat top
    center/clamp(1500px, 112.7%, 1690px) auto;
  margin-bottom: -14px;
  text-align: center;
}
.page-title .main {
  font-size: clamp(2.5rem, 1.08rem + 7.1vw, 5.625rem);
  /* val：40px-90px | view：320px-1024px */
  line-height: 1;
  word-break: keep-all;
}
.page-title .sub {
  min-height: 36px;
  background: var(--color-corporate-01);
  color: #fff;
  font-size: 1.125rem;
  border-radius: 100vw;
  padding: 5px 30px;
  margin-top: 12px;
}
.page-title::after {
  content: "";
  width: 89px;
  height: 30px;
  background: url(images/common/deco_page-title_01.png);
  background-image: image-set(url(images/common/deco_page-title_01@2x.png) 2x);
  display: block;
  margin-top: 30px;
}

.page-container {
  background: #fff;
  border-radius: 20px;
  padding: 60px clamp(1.25rem, 0.114rem + 5.68vw, 3.75rem);
  /* val：20px-60px | view：320px-1024px */
  position: relative;
  z-index: 0;
}
.page-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  bottom: auto;
  height: 100px;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-100%);
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

/* l-container */
/* ============================================ */
.container-s,
.container-m,
.container-l {
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding-left: var(--wrapper);
  padding-right: var(--wrapper);
}

.container-s {
  max-width: 68.75rem;
}

.container-m {
  max-width: 75rem;
}

/* .container-l {
  max-width: calc(1340rem / 16);
} */
/* c-container */
/* ============================================ */
.wrapper {
  padding-left: var(--wrapper);
  padding-right: var(--wrapper);
}

/* l-editor */
/* ============================================ */
.editor-content > * + * {
  margin-top: 20px;
}
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
  font-weight: bold;
}
.editor-content h2 {
  text-decoration: underline 2px solid;
  font-size: 1.375rem;
  text-underline-offset: 0.4em;
}
.editor-content > * + h2 {
  margin-top: 60px;
}
.editor-content h3 {
  font-size: 1.25rem;
}
.editor-content h4 {
  font-size: 1.125rem;
}
.editor-content ul,
.editor-content ol {
  padding-left: 32px;
}
.editor-content ul {
  list-style-type: disc;
}
.editor-content ol {
  list-style-type: decimal;
}
.editor-content a:not(.wp-element-button) {
  text-decoration: underline 1px;
  text-underline-offset: 0.4em;
}

/*
--------------------------------
component
使いまわせるやつ
--------------------------------
*/
/* c-button */
/* ============================================ */
.button-round-square {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr auto 1fr;
  color: #fff;
  position: relative;
  padding: 5px 20px;
  min-width: min(100%, 280px);
  font-weight: bold;
  font-size: 1.0625rem;
  width: fit-content;
  gap: min(30 / var(--value-main) * 100vw, 30px);
  min-height: 72px;
  border-radius: 100vw;
  --color: var(--color-corporate-02);
  background: var(--color);
  cursor: pointer;
  transition-property:
    opacity, text-decoration-color, background-color, transform, box-shadow,
    color;
  transition-duration: var(--duration--m);
}
.button-round-square.--blue {
  --color: var(--color-corporate-01);
}
.button-round-square::before {
  content: "";
}
.button-round-square::after {
  content: "▶";
  font-size: 6px;
  display: grid;
  place-items: center;
  justify-self: end;
  color: var(--color);
  --size: 24px;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  border-radius: 50%;
  background: #fff;
}
.button-round-square:hover {
  opacity: 0.5;
}
.button-round-square.--reverse::after {
  content: none;
}
.button-round-square.--reverse::before {
  content: "◀";
  font-size: 6px;
  display: grid;
  place-items: center;
  justify-self: start;
  color: var(--color);
  --size: 24px;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  border-radius: 50%;
  background: #fff;
}

.buttons {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px min(16 / var(--value-main) * 100vw, 16px);
}

.link-underline {
  text-decoration: underline 1px;
  text-underline-offset: 0.4em;
}

/* c-title */
/* ============================================ */
/* title-section */
.title-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  line-height: 1.4;
  margin-bottom: 40px;
  word-break: keep-all;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.title-section .main {
  font-size: clamp(3.5rem, 1.682rem + 9.09vw, 7.5rem);
  /* val：56px-120px | view：320px-1024px */
  font-family: var(--font-kuramubon);
  line-height: 1;
  letter-spacing: -0.02em;
  background: var(--color-corporate-01)
    url(images/common/bg_title-section_01.png) no-repeat center bottom/109%
    46.5%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.title-section .sub {
  min-height: 36px;
  background: var(--color-corporate-01);
  color: #fff;
  font-size: 1.125rem;
  border-radius: 100vw;
  padding: 5px 30px;
  margin-top: 12px;
}
.title-section.--white {
  color: var(--color-white);
}
.title-section.--white .title-serif {
  color: var(--color-white);
}
.title-section.--white .main {
  background-color: var(--color-white);
  background-image: url(images/common/bg_title-section_01_blue.png);
}
.title-section.--white .sub {
  background: #fff;
  color: var(--color-corporate-01);
}

.title-serif {
  font-size: 0.875rem;
  color: var(--color-corporate-01);
  margin-bottom: 8px;
  font-weight: bold;
}

.title-lead {
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.title-lead::before,
.title-lead::after {
  position: relative;
  display: inline-block;
  content: "";
  background: var(--color-corporate-01);
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
  transform: rotate(35deg);
}
.title-lead::before {
  transform: rotate(-35deg);
}

.title-row {
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: bold;
  gap: 13px;
}
.title-row::before {
  content: "";
  display: block;
  width: 35px;
  height: 13px;
  background: url(images/common/deco_title-row_01.png) no-repeat center/contain;
  background-image: image-set(url(images/common/deco_title-row_01@2x.png) 2x);
}

.title-round-square {
  min-height: 48px;
  padding: 5px 15px;
  border: 2px solid var(--color-corporate-01);
  background: #fff;
  display: grid;
  place-items: center;
  border-radius: 100vw;
  font-weight: bold;
  margin-bottom: 17px;
}

/* c-box */
/* ============================================ */
.box {
  background: #fff;
  border-radius: 20px;
  padding: 30px clamp(0.938rem, -0.341rem + 6.39vw, 3.75rem);
  /* val：15px-60px | view：320px-1024px */
  position: relative;
  z-index: 0;
}
@media (min-width: calc(768em / 16)) {
  .box {
    padding: 60px;
  }
}
.box.--blue {
  background: url(images/common/noise.png) repeat;
  color: #fff;
}
.box.--blue .title-serif {
  color: #fff;
}
.box.--triangle {
  padding-top: 7px;
  margin-top: 30px;
}
.box.--triangle::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  bottom: auto;
  height: 100px;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-100%);
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.box-gray {
  padding: 30px 20px;
  background: #f1f8fc;
  border-radius: 20px;
  margin-top: 12px;
}
@media (min-width: calc(768em / 16)) {
  .box-gray {
    padding: 40px;
  }
}

/* youtube */
.youtube {
  aspect-ratio: 16/8;
  max-width: 800px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* google-map */
.google-map {
  aspect-ratio: 2/3;
  max-width: 100%;
}
@media (min-width: calc(640em / 16)) {
  .google-map {
    aspect-ratio: 1920/1080;
  }
}
.google-map iframe {
  width: 100%;
  height: 100%;
}

/* c-color */
/* ============================================ */
.color-corporate-01 {
  color: var(--color-corporate-01);
}

.color-corporate-02 {
  color: var(--color-corporate-02);
}

/* c-list */
/* ============================================ */
/* list-item-circle */
.list-item-circle {
  --circle-size: 10px;
  padding-left: calc(var(--circle-size) + 0.5em);
  text-indent: calc((var(--circle-size) + 0.5em) * -1);
}
.list-item-circle::before {
  content: "";
  display: inline-block;
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--color-corporate-01);
  flex-shrink: 0;
  margin-right: 0.5em;
}
.list-item-circle + .list-item-circle {
  margin-top: 12px;
}

/* list-item-point */
.list-item-point {
  padding-left: 1em;
  text-indent: -1em;
}
.list-item-point::before {
  content: "・";
}

/* list-item-note */
.list-item-note {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.list-item-note::before {
  content: "※ ";
}

/* list-order */
.list-order {
  counter-reset: item;
}

.list-item-order {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.list-item-order::before {
  counter-increment: item;
  content: counter(item) ".";
  font-family: var(--font-en);
  font-size: 1.375rem;
  margin-right: 0.5em;
}

/* child-list */
.child-list {
  margin-left: 1em;
  margin-top: 10px;
}

/* c-form */
/* ============================================ */
.form-list .row {
  padding: 17px 0;
  border-bottom: 2px dotted #d0dae3;
  display: grid;
  align-items: start;
}
@media (min-width: calc(640em / 16)) {
  .form-list .row {
    grid-template-columns: 320fr 550fr;
  }
}
.form-list .row input[type="password"],
.form-list .row input[type="text"],
.form-list .row input[type="email"],
.form-list .row input[type="tel"],
.form-list .row textarea,
.form-list .row select {
  padding: 0.5em 16px;
  min-height: 50px;
  width: 100%;
  background: #f3f7fa;
  border-radius: 5px;
}
.form-list .row {
  /*   select {
      padding-right: 50px;
      background: #fff url(images/common/icon_angle-bottom.png) no-repeat center right 25px/12px 8px;
      font-weight: 600;
    } */
}
.form-list .row textarea {
  resize: vertical;
}
.form-list .row ::placeholder {
  color: #d0dae6;
}

.form-list .title {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media not all and (min-width: calc(640em / 16)) {
  .form-list .title {
    margin-bottom: 8px;
  }
}
.form-list .title .form-required,
.form-list .title .form-any {
  margin-right: 8px;
}

.form-required,
.form-any {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  min-width: 50px;
  line-height: 1;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid var(--color-corporate-02);
  border-radius: 3px;
  color: var(--color-corporate-02);
}

.form-required {
  background: var(--color-corporate-02);
  color: #fff;
}

.form-inner .wpcf7-checkbox label,
.form-inner .wpcf7-radio label,
.form-acceptance label {
  cursor: pointer;
}

.form-inner .wpcf7-checkbox label + label {
  margin-top: min(20 / var(--value-main) * 100vw, 20px);
  display: flex;
  align-items: center;
}
.form-inner input[type="checkbox"] + span {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 10px;
  align-items: center;
  height: 100%;
  word-break: keep-all;
}
.form-inner input[type="checkbox"] + span::before {
  grid-area: 1/1;
  content: "";
  display: inline-block;
  --size: 18px;
  width: var(--size);
  height: var(--size);
  border: 1px solid var(--color-corporate-01);
  background: #fff;
  border-radius: 1px;
}
.form-inner input[type="checkbox"] + span::after {
  grid-area: 1/1;
  content: "";
  --size: 18px;
  width: var(--size);
  height: var(--size);
  justify-self: center;
  background: url(images/common/icon_check.png) no-repeat center/auto;
  background-image: image-set(url(images/common/icon_check@2x.png) 2x);
  margin-top: -6px;
  margin-right: -6px;
  transform: translate(2px, -2px);
  opacity: 0;
  transition: opacity var(--duration--s);
}
.form-inner input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

.form-acceptance input[type="checkbox"] + span {
  grid-template-columns: min-content auto 1fr;
}

.form-inner .wpcf7-radio {
  display: flex;
  flex-flow: wrap;
  gap: 5px clamp(15px, 32 / var(--value-main) * 100vw, 32px);
}
.form-inner input[type="radio"] + span {
  display: grid;
  grid-template-columns: min-content 1fr;
  align-items: center;
  gap: 0.2em;
}
.form-inner input[type="radio"] + span::before {
  content: "";
  display: inline-block;
  --size: 18px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 1px solid var(--color-corporate-01);
  grid-area: 1/1;
  background: #fff;
}
.form-inner input[type="radio"] + span::after {
  content: "";
  display: inline-block;
  --size: 8px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: #fff;
  grid-area: 1/1;
  justify-self: center;
  transition: background-color var(--duration--s);
}
.form-inner input[type="radio"]:checked + span::after {
  background: var(--color-corporate-01);
}

.form-acceptance {
  font-weight: bold;
  display: flex;
  justify-content: center;
}

.form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: min(100%, 400px);
  background: var(--color-corporate-01);
  color: #fff;
  min-height: 80px;
  padding: 5px 15px;
  font-weight: bold;
  cursor: pointer;
  word-break: keep-all;
  transition-property: opacity;
  transition-duration: var(--duration--m);
}
.form-button::after {
  content: "";
  background: url(images/common/icon_angle-right.png) no-repeat center/contain;
  width: 0.55em;
  height: 0.8em;
  display: inline-block;
}
.form-button:hover {
  opacity: 0.5;
}

.privacypolicy {
  height: 240px;
  background: #fff;
  padding: 15px;
  overflow-y: scroll;
  line-height: 2;
}
@media (min-width: calc(640em / 16)) {
  .privacypolicy {
    padding: 37px 30px;
  }
}
.privacypolicy .title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.privacypolicy .heading {
  font-weight: bold;
  margin-top: 20px;
}

.form-note {
  font-size: 0.8125rem;
  color: #b1c0cb;
}

/* c-news */
/* ============================================ */
.news-date {
  font-size: 0.75rem;
  opacity: 0.5;
  font-weight: bold;
  font-family: var(--font-en);
}

.news-title {
  margin-top: 3px;
  font-weight: bold;
}
@media not all and (min-width: calc(640em / 16)) {
  .news-title {
    font-size: 0.875rem;
  }
}

.news-list {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(min(40%, max(25%, 168px)), 1fr)
  );
  gap: min(55 / var(--value-main) * 100vw, 55px)
    min(43 / var(--value-main) * 100vw, 43px);
}
.news-list .img {
  aspect-ratio: 33/21;
  width: 100%;
  margin-bottom: min(15 / var(--value-main) * 100vw, 15px);
}
.news-list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.news-detail-title {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 2px dotted var(--color-corporate-01);
  padding-bottom: 0.5em;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 0.2em 0.5em;
  margin-bottom: 22px;
}
@media (min-width: calc(640em / 16)) {
  .news-detail-title {
    font-size: 1.75rem;
  }
}

/* c-text */
/* ============================================ */
/* c-akiya */
/* ============================================ */
.akiya-list {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(min(40%, max(25%, 168px)), 1fr)
  );
  gap: min(55 / var(--value-main) * 100vw, 55px)
    min(43 / var(--value-main) * 100vw, 43px);
}

.akiya-item .img {
  position: relative;
  aspect-ratio: 330/210;
}
.akiya-item .img .akiya-category {
  position: absolute;
  left: 6%;
  top: 7.6%;
}
@media not all and (min-width: calc(640em / 16)) {
  .akiya-item .img .akiya-category {
    font-size: 0.625rem;
    min-height: 20px;
    min-width: 60px;
  }
}
.akiya-item .img img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.akiya-item .title {
  font-size: clamp(0.75rem, 0.523rem + 1.14vw, 1.25rem);
  /* val：14px-20px | view：320px-1024px */
  font-weight: bold;
  margin: 10px 0 5px;
}

.akiya-price {
  display: flex;
  align-items: center;
  font-size: 0.6875rem;
  font-weight: bold;
  gap: 0 7px;
}
@media (min-width: calc(640em / 16)) {
  .akiya-price {
    font-size: 0.8125rem;
  }
}
.akiya-price dt {
  min-width: 33px;
  min-height: 22px;
  background: #ebf5fe;
  border: 1px solid var(--color-corporate-01);
  display: grid;
  place-items: center;
  border-radius: 5px;
}
@media (min-width: calc(640em / 16)) {
  .akiya-price dt {
    min-width: 45px;
    min-height: 24px;
  }
}
.akiya-price dd .number {
  font-family: var(--font-en);
  font-size: 1.125rem;
  line-height: 1;
}
@media (min-width: calc(640em / 16)) {
  .akiya-price dd .number {
    font-size: 1.5rem;
  }
}

.akiya-detail {
  border-top: 1px solid #d0dae3;
  font-size: 0.8125rem;
  font-weight: bold;
  margin-top: 10px;
}
.akiya-detail .row {
  display: flex;
  border-bottom: 1px solid #d0dae3;
  padding: 2px 0;
  gap: 0 min(16 / var(--value-main) * 100vw, 16px);
  flex-flow: column;
}
@media (min-width: calc(640em / 16)) {
  .akiya-detail .row {
    flex-flow: row;
    padding: 8px 0;
  }
}
.akiya-detail .row dt {
  flex-shrink: 0;
}

.akiya-tags {
  display: flex;
  flex-flow: wrap;
  gap: 2px 4px;
  color: #b2ced7;
  font-weight: bold;
  margin-top: 12px;
  font-size: 0.6875rem;
}
@media (min-width: calc(640em / 16)) {
  .akiya-tags {
    gap: 5px 14px;
    font-size: 0.8125rem;
  }
}

.akiya-category {
  min-height: 30px;
  min-width: 90px;
  padding: 2px;
  border-radius: 100vw;
  background: var(--color-corporate-01);
  color: #fff;
  font-size: 0.6875rem;
  display: grid;
  place-items: center;
}
@media (min-width: calc(640em / 16)) {
  .akiya-category {
    font-size: 0.8125rem;
  }
}

/* c-wp-pagenavi */
/* ============================================ */
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  position: relative;
  font-family: var(--font-en);
  font-weight: 500;
  gap: min(10 / var(--value-main) * 100vw, 10px);
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: grid;
  place-items: center;
  gap: 10px;
  border-radius: 50%;
  text-align: center;
  transition: opacity var(--duration--m);
  --size: 35px;
  width: var(--size);
  height: var(--size);
  font: var(--fa-font-solid);
  color: #fff;
  background: var(--color-corporate-01);
  flex-shrink: 0;
}
@media not all and (min-width: calc(640em / 16)) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    top: 70px;
  }
}
.wp-pagenavi .previouspostslink.disabled,
.wp-pagenavi .nextpostslink.disabled {
  color: #d2dadf;
  background: #eff2fa;
}
.wp-pagenavi .previouspostslink {
  margin-right: 8px;
}
.wp-pagenavi .nextpostslink {
  margin-left: 8px;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  aspect-ratio: 1/1;
  width: min(100%, 60px);
  display: grid;
  place-items: center;
  border: 1px solid var(--color-corporate-01);
  border-radius: 50%;
}
.wp-pagenavi .page:hover {
  background: var(--color-corporate-01);
  color: #fff;
}
.wp-pagenavi .current {
  color: #fff;
  background: var(--color-corporate-02);
  border: none;
  font-weight: 900;
}

/* c-category */
/* ============================================ */
.category-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  gap: 10px min(18 / var(--value-main) * 100vw, 18px);
  margin-bottom: 42px;
}
.category-list .category {
  border: 3px solid #d2e2e8;
  color: #d2e2e8;
  font-size: 1.125rem;
  min-width: clamp(110px, 160 / var(--value-main) * 100vw, 160px);
  min-height: 45px;
  padding: 5px;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 100vw;
  position: relative;
}
.category-list .category::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 8px;
  height: 7px;
  background: transparent;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.category-list .category.is-current {
  background: var(--color-corporate-01);
  border: none;
  color: #fff;
}
.category-list .category.is-current::before {
  background: var(--color-corporate-01);
}

/*
--------------------------------
project
使いまわさないやつ
--------------------------------
*/
/* p-mv */
/* ============================================ */
.mv {
  display: grid;
  grid-template-columns: 1fr auto;
  height: var(--mv-h);
  position: relative;
  --bb-h: min(100/var(--value-main) * 100vw, 100px);
  --mv-h: 80vh;
}
@media (min-width: calc(768em / 16)) {
  .mv {
    height: 100vh;
    --bb-h: 4.3vh;
  }
}
.mv::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  top: auto;
  width: 100%;
  height: var(--bb-h);
  display: block;
  background: url(images/common/noise.png) repeat;
}
.mv .catch {
  position: relative;
  z-index: 1;
  --catch-w: min(70/750 * 100vw, 70px);
  width: var(--catch-w);
  display: grid;
  grid-template-rows: minmax(0, 373fr) minmax(0, 500fr);
  height: var(--mv-h);
  grid-template-areas: "sub" "main";
}
@media (min-width: calc(768em / 16)) {
  .mv .catch {
    display: flex;
    width: 150px;
    align-items: end;
    justify-content: end;
    padding-bottom: var(--bb-h);
    height: 100%;
  }
}
.mv .catch .sub {
  position: relative;
  z-index: 1;
  grid-area: sub;
  padding-top: min(4.2666666667vw, 32px);
  padding-bottom: min(0.8vw, 6px);
  text-align: center;
}
@media (min-width: calc(768em / 16)) {
  .mv .catch .sub {
    padding: 0;
    text-align: right;
  }
}
.mv .catch .sub img {
  max-height: 100%;
  object-fit: contain;
}
.mv .catch .main {
  position: relative;
  grid-area: main;
  margin-left: calc(-100vw + var(--catch-w));
  text-align: right;
}
@media (min-width: calc(768em / 16)) {
  .mv .catch .main {
    position: absolute;
    left: max(-200 / var(--value-main) * 100vw, -200px);
    bottom: 30px;
    top: 0;
    margin-left: 0;
  }
  @media not all and (min-width: 77.5em) {
    .mv .catch .main {
      top: var(--header-height);
    }
  }
}
.mv .catch .main img {
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
@media (min-width: calc(768em / 16)) {
  .mv .catch .main img {
    object-position: top;
  }
}
.mv .mv-slider {
  height: 100%;
}
.mv .mv-slider .swiper-wrapper {
  height: 100%;
}
.mv .mv-slider .swiper-slide {
  height: 100%;
  padding-bottom: min(4vw, 30px);
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.mv .mv-slider .swiper-slide-active img,
.mv .mv-slider .swiper-slide-duplicate-active img,
.mv .mv-slider .swiper-slide-prev img {
  animation: zoomUp 7s linear 0s normal both;
}
.mv .mv-slider .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 0 30px 0;
}
@media (min-width: calc(768em / 16)) {
  .mv .mv-slider .img {
    padding-bottom: 0;
  }
}
.mv .mv-slider .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* p-top-news */
/* ============================================ */
.top-news {
  background: url(images/common/noise.png) repeat;
  border-radius: 0 0 0 80px;
  color: var(--color-white);
  padding: 20px 0 13.3333333333vw;
  position: relative;
}
@media (min-width: calc(768em / 16)) {
  .top-news {
    padding: 45px 0;
  }
}

.top-news__row {
  display: grid;
  grid-template-areas: "title" "slide";
  overflow: hidden;
}
@media (min-width: calc(768em / 16)) {
  .top-news__row {
    grid-template-areas: "title slide";
    grid-template-columns: max(169px, 169 / var(--value-main) * 100vw) 1fr;
  }
}

.top-news__title {
  grid-area: title;
  --pt: 3.5em;
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 3px dotted rgba(248, 248, 247, 0.25);
  margin: 0 var(--wrapper) 3.4666666667vw;
  padding-bottom: 0.2em;
}
@media (min-width: calc(768em / 16)) {
  .top-news__title {
    margin: 0;
    border: none;
    padding-top: var(--pt);
    padding-bottom: 0;
    padding-right: calc(41 / var(--value-main) * 100vw);
  }
}
@media (min-width: calc(768em / 16)) {
  .top-news__title span {
    text-indent: calc(-1 * var(--pt));
  }
}
.top-news__title span::before {
  content: "";
  display: inline-block;
  --size: 1em;
  width: var(--size);
  height: var(--size);
  background: url(images/common/icon_flag.png) no-repeat center/contain;
  background-image: image-set(url(images/common/icon_flag@2x.png) 2x);
  margin-right: 0.5em;
}
@media (min-width: calc(768em / 16)) {
  .top-news__title span::before {
    margin-bottom: 1em;
    margin-right: 0;
  }
}

.top-news-slider {
  grid-area: slide;
  overflow: hidden;
  padding-left: var(--wrapper);
}
.top-news-slider .js-swiper {
  height: 100%;
}
.top-news-slider .swiper-wrapper {
  height: 100%;
}
.top-news-slider .swiper-slide {
  margin: 0 calc(19 / var(--value-main) * 100vw);
  width: max(64.2666666667vw, 290px);
  display: flex;
  flex-flow: column;
  height: 100%;
}
@media (min-width: calc(768em / 16)) {
  .top-news-slider .swiper-slide {
    width: max(362 / var(--value-main) * 100vw, 362px);
  }
}
.top-news-slider a {
  display: grid;
  grid-template-columns: minmax(0, 180fr) minmax(0, 297fr);
  align-items: center;
  gap: 2.9333333333vw;
  flex: 1;
}
@media (min-width: calc(768em / 16)) {
  .top-news-slider a {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.top-news-slider .img {
  aspect-ratio: 180/120;
  width: 100%;
}
.top-news-slider .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.top-news-slider .news-date {
  color: #f9f9f7;
}
.top-news-slider .news-title {
  text-decoration: underline 1px solid;
  text-decoration-color: rgba(249, 249, 247, 0.5);
  color: var(--color-white);
}

.top-news__button {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: auto 1fr;
  padding: 5px 15px 5px 36px;
  min-width: min(100%, 220px);
  font-weight: bold;
  width: fit-content;
  gap: 6px;
  min-height: 60px;
  border-radius: 100vw;
  background: #fff;
  border: var(--color-corporate-01) 3px solid;
  color: var(--color-corporate-01);
}
@media (min-width: calc(768em / 16)) {
  .top-news__button {
    left: auto;
    right: min(130 / var(--value-main) * 100vw, 130px);
    transform: translateY(50%);
  }
}
.top-news__button::after {
  content: "▶";
  font-size: 6px;
  display: grid;
  place-items: center;
  justify-self: end;
  --size: 24px;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  border-radius: 50%;
  color: #fff;
  background: var(--color-corporate-01);
  transition-property: background-color, color;
  transition-duration: var(--duration--m);
}
.top-news__button:hover {
  background: var(--color-corporate-01);
  color: #fff;
  opacity: 1;
  border-color: #fff;
}
.top-news__button:hover::after {
  background: #fff;
  color: var(--color-corporate-01);
}

/* p-about */
/* ============================================ */
#about {
  background: url(images/top/bg_about_01.png) no-repeat top
    center/clamp(1200px, 112.7%, 1690px) auto;
  padding-bottom: 73px;
  overflow: hidden;
}

.about__box {
  display: grid;
  position: relative;
  z-index: 0;
  border-radius: 50px;
  gap: min(72 / var(--value-main) * 100vw, 72px);
}
@media (min-width: calc(1024em / 16)) {
  .about__box {
    grid-template-columns: minmax(auto, 1fr) auto minmax(auto, 1fr);
    padding-left: 0;
    padding-right: 0;
  }
}
.about__box::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  bottom: -53px;
  display: block;
  background: url(images/top/bg_about_02.png) no-repeat right
    min(320 / var(--value-main) * 100vw, 320px) bottom;
  pointer-events: none;
}
@media (min-width: calc(768em / 16)) {
  .about__box::before {
    bottom: -34px;
  }
}

.about__box .left,
.about__box .right {
  display: none;
  flex-flow: column;
  gap: 43px;
}
@media (min-width: calc(1024em / 16)) {
  .about__box .left,
  .about__box .right {
    display: flex;
  }
}

.about__box .left {
  margin-left: -20px;
}
@media (min-width: calc(1440em / 16)) {
  .about__box .left {
    margin-left: -65px;
  }
}
.about__box .left .img:nth-of-type(even) {
  text-align: right;
  margin-left: 40px;
}

.about__box .right {
  margin-right: -20px;
  background: url(images/top/bg_about_03.png) no-repeat left top
    min(57 / var(--value-main) * 100vw, 57px);
}
@media (min-width: calc(1440em / 16)) {
  .about__box .right {
    margin-right: -43px;
  }
}
.about__box .right .img:nth-of-type(odd) {
  text-align: right;
}
.about__box .right .img:nth-of-type(even) {
  margin-right: 40px;
}

.about__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 502px;
}

/* p-ondo */
/* ============================================ */
.ondo {
  --ondo-pb: min(2vw, 55px);
  padding-bottom: var(--ondo-pb);
}
@media (min-width: 70em) {
  .ondo {
    padding-top: 47px;
  }
}

.ondo__imgs {
  display: none;
  gap: 14px;
  position: relative;
  z-index: -1;
}
@media (min-width: 70em) {
  .ondo__imgs {
    display: flex;
  }
}
.ondo__imgs::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(images/top/deco_ondo_01.png) no-repeat top center/100% auto;
}
.ondo__imgs::after {
  content: "";
  position: absolute;
  inset: 0;
  top: -47px;
  background: url(images/top/bg_ondo_03.png) no-repeat top
    center/clamp(1024px, 100%, 1500px);
}
.ondo__imgs .img {
  flex: 1;
}
.ondo__imgs img {
  width: 100%;
}

.ondo__box {
  position: relative;
  display: grid;
  gap: 20px;
  z-index: auto;
}
@media (min-width: 70em) {
  .ondo__box {
    grid-template-columns: minmax(0, 522px) 1fr;
    padding: 63px 16px 33px 76px;
    margin-top: -264px;
  }
}
.ondo__box::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  background: url(images/top/bg_ondo_01.png) no-repeat bottom 7px center/100%
    auto;
  pointer-events: none;
}
.ondo__box::after {
  content: "";
  position: absolute;
  inset: 0;
  bottom: calc(var(--ondo-pb) * -1);
  background-image:
    url(images/top/deco_ondo_02.png), url(images/top/deco_ondo_03.png);
  background-repeat: no-repeat;
  background-position:
    bottom left min(58 / var(--value-main) * 100vw, 58px),
    bottom right min(42 / var(--value-main) * 100vw, 42px);
  background-size:
    min(70%, 527px) auto,
    min(20%, 133px) auto;
  pointer-events: none;
}
.ondo__box .img {
  text-align: center;
}
@media (min-width: 70em) {
  .ondo__box .img {
    margin-top: -86px;
  }
}

/* p-top-akiya */
/* ============================================ */
.top-akiya {
  margin-bottom: -17px;
  background: no-repeat;
  background-image:
    url(images/top/bg_akiya_02.png), url(images/top/bg_akiya_01.png);
  background-position:
    bottom center,
    top center;
  background-size: clamp(1024px, 100%, 1500px) auto;
  position: relative;
}

/* p-contact */
/* ============================================ */
#contact {
  padding-top: 100px;
  padding-bottom: 85px;
  background-size:
    clamp(1024px, 100%, 1500px) auto,
    auto;
  background-position:
    top center,
    center;
  background-repeat: no-repeat, repeat;
  background-image:
    url(images/top/bg_contact_01.png), url(images/common/noise.png);
}

/* p-akiya */
/* ============================================ */
.akiya-detail__title {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 2px dotted var(--color-corporate-01);
  padding-bottom: 0.5em;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 0.2em 0.5em;
  margin-bottom: 22px;
}
@media (min-width: calc(640em / 16)) {
  .akiya-detail__title {
    font-size: 1.75rem;
  }
}

.akiyia-detail__info {
  display: grid;
  gap: 20px min(50 / var(--value-main) * 100vw, 50px);
  margin-bottom: 80px;
}
@media (min-width: calc(1024em / 16)) {
  .akiyia-detail__info {
    grid-template-columns: minmax(0, 1fr) minmax(auto, 430px);
  }
}
.akiyia-detail__info .img {
  aspect-ratio: 61/48;
  width: 100%;
}
.akiyia-detail__info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.akiyia-detail__info .akiya-price dd {
  font-size: 0.9375rem;
}
.akiyia-detail__info .akiya-price .number {
  font-size: 2rem;
}
.akiyia-detail__info h2 {
  margin-bottom: 20px;
}

/*
--------------------------------
js
jsで操作する動き
--------------------------------
*/
/* js-scrollable */
/* ============================================ */
.js-scrollable {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
