@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] {
  -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;
  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 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* 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);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

/*
--------------------------------
global
変数
--------------------------------
*/
/*============================================
breakpoint
============================================*/
:root {
  /* ============================================
  font-family
  ============================================ */
  --font: "Noto Sans JP", sans-serif;
  --font-en: "Albert Sans", sans-serif;
  /* ============================================
  color-meaning
  ============================================ */
  --color-corporate-01: var(--color-green-02);
  --color-base: #111;
  --color-bg: #f8f8f8;
  --logo-color: #000;
  /* ============================================
  value
  ============================================ */
  /* ============================================
  timing-function
  ============================================ */
  --ease-in-out: cubic-bezier(0.5, 0.24, 0.12, 0.96);
  --ease-out: cubic-bezier(0.215, 0.61, 0.355, 1);
  /* ============================================
  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: 400;
  color: var(--color-base);
  line-height: 1.86;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  background: var(--color-bg);
  overflow-x: hidden;
}
body.is-open {
  overflow: hidden;
}

a,
a *,
button,
button * {
  transition-property: opacity, text-decoration-color, background-color,
    transform, box-shadow;
  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: 600;
}

/* u-visually_hidden */
/* ============================================ */
.visually_hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

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

#header {
  position: fixed;
  transform: translateY(-100%);
  opacity: 0;
  background: transparent;
  transition-property: background-color, transform, opacity;
  transition-duration: var(--duration--m);
  width: 100%;
  z-index: 1000;
  /* 250716 delete */
  /* padding: 24px 3.2vw; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 3.6vw;
  /* 250716 add */
  padding: 24px 3.2vw;
}
@media (min-width: calc(1000em / 16)) {
  #header {
    /* 250716 delete */
    /* padding: 27px 3.2vw 22px 4.3vw; */
    display: flex;
    /* 250716 add */
    padding: 27px 3.2vw;
  }
}
#header.is-scroll {
  /* 250716 delete */
  /* padding: 27px 3.2vw; */
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: calc(1000em / 16)) {
  #header.is-scroll:hover {
    background: #fff;
  }
  #header.is-scroll .logo {
    display: block;
  }
}
#header .logo {
  width: 24.3vw;
  min-width: 91px;
  max-width: 150px;
  position: relative;
  z-index: 1;
  color: var(--logo-color);
}
#header .logo .img {
  width: 100%;
  height: auto;
}
@media (min-width: calc(1000em / 16)) {
  #header .logo {
    max-width: 220px;
    /* 250716 delete */
    /* display: none; */
  }
}

.home #header {
  position: absolute;
  inset: 0;
  bottom: auto;
  opacity: 1;
  transform: translateY(0%);
  height: var(--header-height);
  /* 250716 add */
  padding: 24px 3.2vw;
}
@media (min-width: calc(1000em / 16)) {
  .home #header {
    /* 250716 add */
    padding: 27px 3.2vw 22px 4.3vw;
  }
  .home #header .logo {
    display: block;
  }
}
.home #header.is-scroll {
  position: fixed;
  animation: headerscroll var(--duration--m);
}
@media (min-width: calc(1000em / 16)) {
  .home #header.is-scroll {
    justify-content: end;
    /* 250716 */
    justify-content: space-between;
  }
}
@keyframes headerscroll {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

#gnav {
  display: flex;
  gap: 3.6vw;
  justify-content: end;
  align-items: center;
  flex-shrink: 0;
}
@media not all and (min-width: calc(1000em / 16)) {
  #gnav {
    overflow-x: hidden;
    overflow-y: auto;
    transition-property: visibility, opacity, filter;
    transition-duration: var(--duration--m), var(--duration--m),
      var(--duration--l);
    transition-delay: 0, 0, 0.3s;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100vh;
    flex-flow: column;
    justify-content: center;
    gap: 0;
    filter: blur(6px);
  }
  #gnav .gnav-list {
    display: block;
  }
  #gnav .link {
    padding: 7px 0;
  }
  #gnav .gnav-link {
    margin-top: 57px;
  }
  #gnav .sns-list {
    justify-content: start;
    margin-top: 15px;
  }
  #gnav[aria-hidden="true"] {
    visibility: hidden;
    opacity: 0;
  }
  #gnav[aria-hidden="false"] {
    background: #fff;
    visibility: visible;
    opacity: 1;
    filter: blur(0);
  }
}

.gnav-list {
  display: flex;
  flex-flow: wrap;
  justify-content: end;
}
.gnav-list .link {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  padding: 0 0.6vw;
}

/* gnav-link */
.gnav-link {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-flow: wrap;
  font-size: 11px;
  flex-shrink: 0;
}

#toggle {
  position: relative;
  --size: 54px;
  width: var(--size);
  height: var(--size);
  background: var(--color-base);
  transition-property: background-color, opacity;
  transition-duration: var(--duration--s);
  display: grid;
  place-items: center;
  gap: 8.5px;
  border-radius: 50%;
}
#toggle:hover {
  opacity: 1;
}
#toggle .text {
  color: #fff;
  font-size: 10px;
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 1;
  position: relative;
}
#toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  border-radius: 50%;
  opacity: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  transform: translateY(-50%) scale(0.1);
  transition: opacity var(--duration--l), transform var(--duration--2xl);
  transition-delay: 0s, 0.4s;
  background: #ebedef;
}
#toggle[aria-expanded="true"] .text {
  color: var(--color-base);
}
#toggle[aria-expanded="true"]::before {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}
#toggle[aria-expanded="false"] .text {
  color: #fff;
}
#toggle[aria-expanded="false"]::before {
  opacity: 0;
  transform: translateY(-50%) scale(0.1);
  transition: opacity var(--duration--l), transform var(--duration--2xl);
  transition-delay: 0s, 0.4s;
}
@media (min-width: calc(1000em / 16)) {
  #toggle {
    display: none;
  }
}

/* header-page-wrapper */
.header-page-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  border-bottom: 1px solid #ebedef;
  padding: 53px 0 67px;
  padding-bottom: 67px;
  gap: 50px 0;
}
@media (min-width: calc(640em / 16)) {
  .header-page-wrapper {
    padding: 70px 0 89px;
  }
}
.header-page-wrapper .sns-list {
  grid-column: 2;
  grid-row: 1;
}

/* header-page */
#header-page {
  margin-right: 15px;
}
#header-page .logo {
  color: var(--logo-color);
}
#header-page .gnav {
  margin-top: 40px;
}
@media (min-width: calc(640em / 16)) {
  #header-page .gnav {
    margin-top: 53px;
  }
}
#header-page .gnav .gnav-list {
  display: block;
}
#header-page .gnav .link {
  padding: 7px 0;
}
#header-page .gnav-link {
  margin-top: 20px;
}
@media (min-width: calc(640em / 16)) {
  #header-page .gnav-link {
    margin-top: 51px;
  }
}

/* l-footer */
/* ============================================ */
#footer {
  padding: 0;
  margin: clamp(164px, 13vw, 250px) 0 0;
  --pl: 25px;
}
@media (min-width: calc(768em / 16)) {
  #footer {
    --pl: 40px;
    padding: 0 20px;
  }
}
@media (min-width: calc(1000em / 16)) {
  #footer {
    --pl: 60px;
  }
}
#footer .logo {
  color: #fff;
}

/* footer-contact */
.footer-contact {
  background: #e1e3e9;
  border-radius: 24px 24px 0px 0px;
  padding: min(11.7vw, 90px) var(--pl);
}
.footer-contact .inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-flow: column;
}
@media (min-width: calc(768em / 16)) {
  .footer-contact .inner {
    flex-flow: row;
    align-items: center;
  }
}

/* footer__content */
.footer__content {
  padding: min(11vw, 110px) var(--pl);
  background: var(--color-base);
  border-radius: 24px 24px 0px 0px;
  color: #fff;
  position: relative;
}
.footer__content::before {
  content: "";
  inset: 0;
  background: #e1e3e9;
  z-index: -1;
  position: absolute;
}
.footer__content .inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-flow: column-reverse;
}
@media (min-width: calc(768em / 16)) {
  .footer__content .inner {
    flex-flow: row;
  }
}

/* copyright */
.copyright {
  font-size: 0.625rem;
  font-family: var(--font-en);
  margin-top: 30px;
}
@media (min-width: calc(1280em / 16)) {
  .copyright {
    position: absolute;
    writing-mode: vertical-rl;
    left: 1.7vw;
    top: 110px;
    white-space: nowrap;
    margin-top: 0;
    padding-left: 0;
  }
}
@media (min-width: calc(1500em / 16)) {
  .copyright {
    left: 2.2vw;
  }
}

/* footer__nav */
.footer__nav .link {
  padding: 0 clamp(6px, 0.6vw, 12px);
}

/* footer__nav__link */
.footer__nav__link {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: end;
  position: relative;
}
.footer__nav__link > * + * {
  position: relative;
  margin-left: 30px;
}
@media (min-width: calc(425em / 16)) {
  .footer__nav__link > * + * {
    margin-left: 72px;
  }
}
.footer__nav__link > * + *::before {
  content: "";
  width: 1px;
  height: 22px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -15px;
}
@media (min-width: calc(425em / 16)) {
  .footer__nav__link > * + *::before {
    left: -36px;
  }
}

/* l-main */
/* ============================================ */
.home .main {
  margin-top: var(--header-height);
}

/*
--------------------------------
component
使いまわせるやつ
--------------------------------
*/
/* c-icon */
/* ============================================ */
.icon {
  --size: 1em;
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.icon::before {
  content: "";
  background: no-repeat center/contain;
  background-color: var(--bg-color);
  transition-property: background-color, color;
  transition-duration: var(--duration--s);
  --bg-color: transparent;
}
.icon.--chevron-left::before,
.icon.--chevron-right::before {
  width: 16px;
  height: 8px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17.182" height="9.061" viewBox="0 0 17.182 9.061"><g transform="translate(-503.318 -5167.164)"><path d="M-1663.621,5149.694l-4,4,4,4" transform="translate(2172 18)" fill="none" stroke="%23fff" stroke-width="1.5"/><line x2="16" transform="translate(504.5 5171.694)" fill="none" stroke="%23fff" stroke-width="1.5"/></g></svg>')
    center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17.182" height="9.061" viewBox="0 0 17.182 9.061"><g transform="translate(-503.318 -5167.164)"><path d="M-1663.621,5149.694l-4,4,4,4" transform="translate(2172 18)" fill="none" stroke="%23fff" stroke-width="1.5"/><line x2="16" transform="translate(504.5 5171.694)" fill="none" stroke="%23fff" stroke-width="1.5"/></g></svg>')
    center/contain no-repeat;
  --bg-color: #fff;
}
.icon.--chevron-right::before {
  transform: scale(-1, 1);
}

.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-corporate-01);
  color: #fff;
  --circle-size: 1.07em;
  width: var(--circle-size);
  height: var(--circle-size);
  border: 1px solid transparent;
  flex-shrink: 0;
}
.icon-circle .icon {
  --bg-color: #fff;
  --size: 0.4em;
  flex-shrink: 0;
}
.icon-circle.--reverse {
  background-color: #fff;
  border-color: var(--color-corporate-01);
}
.icon-circle.--reverse .icon {
  --bg-color: var(--color-corporate-01);
}

a:hover .icon-circle,
button:hover .icon-circle {
  background: #fff;
  border-color: var(--color-corporate-01);
  flex-shrink: 0;
}
a:hover .icon-circle .icon,
button:hover .icon-circle .icon {
  --bg-color: var(--color-corporate-01);
}
a:hover .icon-circle.--reverse,
button:hover .icon-circle.--reverse {
  background: var(--color-corporate-01);
}
a:hover .icon-circle.--reverse .icon,
button:hover .icon-circle.--reverse .icon {
  --bg-color: #fff;
}

/* c-button */
/* ============================================ */
.button-more {
  font-size: 2.5rem;
  font-weight: 300;
  font-family: var(--font-en);
  position: relative;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.button-more::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background: var(--color-base);
  inset: 0;
  top: auto;
}

.button-toggle {
  display: inline-flex;
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 0.875rem;
  gap: 0 17px;
  align-items: center;
  flex-shrink: 0;
}
.button-toggle .toggle-icon {
  width: 60px;
  height: 5px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.button-toggle .toggle-icon:before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--color-base);
  border-radius: 8px;
  transform: translateX(5px);
  transition: transform 200ms var(--ease-out),
    background-color 200ms var(--ease-out);
  content: "";
  will-change: transform;
}
.button-toggle:hover {
  opacity: 1;
}
.button-toggle:hover .toggle-icon::before {
  transform: translateX(calc(200% - 5px));
}

/* c-link */
/* ============================================ */
.link-underline {
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 0.875rem;
}

/* link-circle */
.link-circle {
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 1.7vw, 33px);
  font-family: var(--font-en);
  font-weight: 500;
}
.link-circle i {
  --size: clamp(54px, 3.8vw, 72px);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: var(--color-base);
}

/* c-banner */
/* ============================================ */
.banner-place {
  background: url(images/common/bg_banner-place.jpg) no-repeat center/cover;
  position: relative;
  z-index: 0;
  display: inline-flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 20px 30px;
  padding: min(8.8vw, 88px) min(10vw, 100px);
  color: #fff;
  width: 100%;
}
.banner-place::before {
  content: "";
  background: #111;
  opacity: 0.51;
  z-index: -1;
  position: absolute;
  inset: 0;
}

/* c-accordion */
/* ============================================ */
summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.summary_inner {
  cursor: pointer;
  display: grid;
  grid-template-columns: max-content 1fr;
  padding: 24px 0;
  transition-property: color, opacity;
  transition-duration: var(--duration--s);
  align-items: center;
}
.summary_inner:hover {
  opacity: 1;
  color: var(--text, #9598a2);
}
.summary_inner .icon {
  display: grid;
  place-items: center;
  position: relative;
  margin-left: 0.97em;
  justify-self: end;
  --bg-color: var(--text, #666);
  background-color: var(--bg-color);
  --size: 0.84em;
  width: var(--size);
  height: var(--size);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16.2" height="9.6"><path fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m2 2 6 6 6-6"/></svg>')
    center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16.2" height="9.6"><path fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m2 2 6 6 6-6"/></svg>')
    center/contain no-repeat;
  flex-shrink: 0;
  transform-origin: center;
  transition: transform var(--duration--s);
}

/* is-openedクラスが付与されたときのスタイル */
details.is-opened .summary_inner .icon {
  transform: rotate(180deg);
}

/* --------アコーディオンの中身のスタイル-------- */
.accordion .content {
  overflow: hidden;
  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}
.accordion .content_inner {
  overflow: hidden;
}

/* c-accordion-list */
/* ============================================ */
.accordion-list {
  border-top: 1px solid #d4dbe2;
  counter-reset: item;
}

.accordion-item {
  border-bottom: 1px solid #d4dbe2;
}
.accordion-item .summary_inner {
  background: #f1f3f5;
  font-size: 1.2375rem;
  padding: 18px 20px;
  gap: 15px;
  --text: #fff;
  position: relative;
}
@media (min-width: calc(640em / 16)) {
  .accordion-item .summary_inner {
    font-size: 1.375rem;
    gap: 20px;
  }
}
.accordion-item .summary_inner::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: var(--color-corporate-gradation-01);
  opacity: 0;
  transition-property: opacity;
  transition-duration: var(--duration--s);
}
.accordion-item .summary_inner:hover {
  color: var(--color-corporate-01);
}
.accordion-item .summary_inner:hover::before {
  opacity: 1;
}
.accordion-item .summary_inner:hover .icon {
  background: #fff;
}
.accordion-item .summary_inner:hover .icon::before,
.accordion-item .summary_inner:hover .icon::after {
  background-color: var(--color-corporate-02);
}
.accordion-item .summary_inner .icon {
  margin-left: 0;
  --size: 32px;
  width: var(--size);
  height: var(--size);
  display: grid;
  background: var(--color-corporate-01);
  -webkit-mask: none;
  mask: none;
  border-radius: 5px;
  transition-property: background-color;
  transition-duration: var(--duration--s);
}
@media (min-width: calc(640em / 16)) {
  .accordion-item .summary_inner .icon {
    --size: 40px;
  }
}
.accordion-item .summary_inner .icon::before,
.accordion-item .summary_inner .icon::after {
  content: "";
  background: #fff;
  display: inline-block;
  grid-area: 1/1;
  transition-property: background-color, transform;
  transition-duration: var(--duration--s);
}
.accordion-item .summary_inner .icon::before {
  width: 16px;
  height: 2px;
}
.accordion-item .summary_inner .icon::after {
  height: 16px;
  width: 2px;
}
.accordion-item .content_inner {
  padding-bottom: 45px;
}
@media (min-width: calc(640em / 16)) {
  .accordion-item .content_inner {
    padding-bottom: 60px;
  }
}
.accordion-item details.is-opened .summary_inner {
  background: var(--color-corporate-01);
  color: #fff;
}
.accordion-item details.is-opened .summary_inner .icon {
  transform: rotate(0deg);
  background-color: #fff;
}
.accordion-item details.is-opened .summary_inner .icon::before,
.accordion-item details.is-opened .summary_inner .icon::after {
  background-color: var(--color-corporate-01);
}
.accordion-item details.is-opened .summary_inner .icon::after {
  transform: rotate(90deg);
}
.accordion-item details.is-opened .summary_inner:hover .icon::before,
.accordion-item details.is-opened .summary_inner:hover .icon::after {
  background-color: var(--color-corporate-02);
}

.accordion-list.--faq .summary_inner {
  grid-template-columns: max-content max-content 1fr;
  padding-right: 25px;
}
.accordion-list.--faq .summary_inner:hover .num::before {
  color: #fff;
}
.accordion-list.--faq .num::before {
  position: relative;
  counter-increment: item;
  content: "Q" counter(item) ".";
  font-family: var(--font-en);
  font-size: 1.125rem;
  font-weight: bold;
}
@media (min-width: calc(640em / 16)) {
  .accordion-list.--faq .num::before {
    font-size: 1.25rem;
  }
}

/* c-title */
/* ============================================ */
.page-title {
  grid-column: 1 / span 3;
  grid-row: 2;
  align-self: end;
}
@media (min-width: calc(768em / 16)) {
  .page-title {
    grid-column: 2;
    grid-row: 1/2;
  }
}
.page-title .text {
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: calc(640em / 16)) {
  .page-title .text {
    margin: 0 0 0 auto;
  }
}
.page-title .text:first-of-type {
  margin-top: 30px;
}
@media (min-width: calc(640em / 16)) {
  .page-title .title-section {
    margin: 0 0 0 auto;
  }
}

.title-section {
  font-size: clamp(2.375rem, 1.667rem + 3.54vw, 4.5rem);
  /* value:min38max72 view:min320max1280 */
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 0.1em;
}
.title-section::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background: var(--color-base);
  inset: 0;
  top: auto;
}

/* c-box */
/* ============================================ */
/* box-row */
.box-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-flow: column;
  gap: 20px 0;
}
@media (min-width: calc(1000em / 16)) {
  .box-row {
    flex-flow: row;
  }
}
.box-row.--border {
  padding-top: clamp(50px, 5.7vw, 109px);
  padding-bottom: clamp(50px, 5.2vw, 100px);
}
.box-row.--border::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  border-top: 1px solid #ebedef;
}
.box-row + .box-row.--border {
  padding-bottom: 0;
}

.box-row__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(5.7vw, 80px) 2.9%;
}

.box-row__title {
  width: 200px;
  flex-shrink: 0;
  line-height: 1.2;
}

@media (min-width: calc(1000em / 16)) {
  .box-row__side {
    width: 260px;
    position: sticky;
    top: 27px;
    left: 0;
    flex-shrink: 0;
    height: -moz-fit-content;
    height: fit-content;
  }
}

/* box-border */
.box-border {
  border: 1px solid #d9dedf;
  padding: 21px 20px;
}

/* c-list */
/* ============================================ */
/* list-category */
.list-category {
  display: flex;
  gap: 5px 33px;
  justify-content: end;
  flex-flow: wrap;
}

.list-category__item {
  text-decoration: underline;
  font-size: 0.8125rem;
  position: relative;
  padding-bottom: 7px;
}
@media (min-width: calc(640em / 16)) {
  .list-category__item {
    padding-bottom: 14px;
  }
}
.list-category__item.is-current {
  text-decoration: none;
}
.list-category__item.is-current::before {
  content: "";
  --size: 4px;
  width: var(--size);
  height: var(--size);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: inline-block;
  background: var(--color-base);
  border-radius: 50%;
}

/* list-item-underline */
.list-item-underline {
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e5e6;
}

/* c-wp-pagenavi */
/* ============================================ */
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(1.7vw, 32px);
  margin: clamp(66px, 6.3vw, 120px) 0 0;
  position: relative;
  font-size: 15px;
}
.wp-pagenavi .link-circle {
  gap: clamp(5px, 1.7vw, 33px);
}
@media not all and (min-width: calc(425em / 16)) {
  .wp-pagenavi .link-circle {
    font-size: 12px;
  }
}
.wp-pagenavi .link-circle i {
  --size: clamp(36px, 3.8vw, 72px);
}
.wp-pagenavi .previouspostslink {
  position: absolute;
  left: 0;
}
.wp-pagenavi .nextpostslink {
  position: absolute;
  right: 0;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend {
  font-family: var(--font-en);
  font-weight: 500;
  padding: 3.5px 4px;
  line-height: 1;
}
@media (min-width: calc(640em / 16)) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .extend {
    --size: 40px;
  }
}
@media (min-width: calc(768em / 16)) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .extend {
    --size: 50px;
    font-size: 18px;
  }
}
@media (min-width: calc(1000em / 16)) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .extend {
    --size: 60px;
  }
}
.wp-pagenavi .page {
  border-bottom: 1px solid var(--color-base);
}
.wp-pagenavi .current {
  opacity: 0.33;
}

/* c-form */
/* ============================================ */
.form-wrapper {
  max-width: 62.5rem;
  width: 100%;
}

.form-list {
  overflow: hidden;
}

.form-item + .form-item {
  margin-top: 25px;
}
@media (min-width: calc(640em / 16)) {
  .form-item + .form-item {
    margin-top: 50px;
  }
}
.form-item input[type="text"],
.form-item input[type="email"],
.form-item input[type="tel"],
.form-item textarea {
  border: 1px solid #d9dedf;
  padding: 1.1em;
  min-height: 68px;
  line-height: 1.2;
  width: 100%;
  background: #fff;
}
.form-item ::-moz-placeholder {
  color: #9598a2;
}
.form-item ::placeholder {
  color: #9598a2;
}

.form-title {
  gap: 8px;
  display: flex;
  align-items: center;
}
.form-title .text {
  font-weight: 500;
}

.form-content {
  margin-top: 16px;
}

.form-required {
  font-size: 0.625rem;
  color: #ff0000;
}

.form-example {
  font-size: 0.8125rem;
  color: #9598a2;
  margin-top: 6px;
}

.form-checkbox .wpcf7-form-control,
.form-radio .wpcf7-form-control {
  display: flex;
  flex-flow: wrap;
  gap: 20px 40px;
}
.form-checkbox.--column .wpcf7-form-control,
.form-radio.--column .wpcf7-form-control {
  flex-flow: column;
  gap: 16px;
}

.form-checkbox input[type="checkbox"] + span,
.form-acceptance input[type="checkbox"] + span {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 10px;
  align-items: center;
}
.form-checkbox input[type="checkbox"] + span::before,
.form-acceptance input[type="checkbox"] + span::before {
  content: "";
  display: inline-block;
  --size: 30px;
  width: var(--size);
  height: var(--size);
  border: 1px solid #d9dedf;
  grid-area: 1/1;
  background: #fff;
}
@media (min-width: calc(640em / 16)) {
  .form-checkbox input[type="checkbox"] + span::before,
  .form-acceptance input[type="checkbox"] + span::before {
    --size: 25px;
  }
}
.form-checkbox input[type="checkbox"] + span::after,
.form-acceptance input[type="checkbox"] + span::after {
  content: "";
  display: inline-block;
  --size: 14px;
  width: var(--size);
  height: var(--size);
  background: url(images/common/icon_check.svg) no-repeat center/contain;
  grid-area: 1/1;
  justify-self: center;
  opacity: 0;
  transition: opacity var(--duration--s);
}
.form-checkbox input[type="checkbox"]:checked + span::after,
.form-acceptance input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

.form-radio input[type="radio"] + span {
  display: grid;
  grid-template-columns: min-content auto;
  align-items: center;
  gap: 10px;
}
.form-radio input[type="radio"] + span::before {
  content: "";
  display: inline-block;
  --size: 30px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 1px solid #d9dedf;
  grid-area: 1/1;
  background: #fff;
}
@media (min-width: calc(640em / 16)) {
  .form-radio input[type="radio"] + span::before {
    --size: 25px;
  }
}
.form-radio input[type="radio"] + span::after {
  content: "";
  display: inline-block;
  --size: 12px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: #fff;
  grid-area: 1/1;
  justify-self: center;
  transition: opacity var(--duration--s);
  background: var(--color-base);
  opacity: 0;
}
.form-radio input[type="radio"]:checked + span::after {
  opacity: 1;
}

/* form-survey */
.form-survey {
  padding: 50px 0;
  border: 1px solid #e2e5e6;
  border-left: none;
  border-right: none;
}
.form-survey input[type="text"] {
  border: 1px solid #d9dedf;
  padding: 1em 1.1em;
  min-height: 47px;
  line-height: 1.2;
  width: calc(100% - 40px);
  background: #fff;
  display: block;
  margin-left: 40px;
}

.privacypolicy {
  border: 1px solid #9598a2;
  padding: 25px;
  height: 200px;
  overflow-x: auto;
  overflow-y: scroll;
  font-size: 0.8125rem;
  background: #fff;
}
.privacypolicy .title {
  font-weight: 500;
}

.form-button input {
  font-weight: 500;
  line-height: 1;
  padding: 25px 1em;
  border: 1px solid #d9dedf;
  background: var(--color-base);
  width: 100%;
  color: #fff;
  text-align: center;
}

.wpcf7-form.invalid .form-button {
  background: rgba(0, 0, 0, 0.2);
  color: #f8f8f8;
}

div.wpcf7 .ajax-loader {
  display: none;
}

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

/* c-container */
/* ============================================ */
.container-lg {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 62.5rem;
}

.container-xl {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 80rem;
}

.container-3xl {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 87.5rem;
}

.container-5xl {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 88.5416666667vw;
}

/* c-container */
/* ============================================ */
.wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: calc(640em / 16)) {
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: calc(1280em / 16)) {
  .wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/* c-editor */
/* ============================================ */
.editor-block > * + * {
  margin-top: 30px;
}
.editor-block > * img {
  padding: 30px 0;
}
.editor-block > *:first-of-type img {
  padding-top: 0;
}
.editor-block.--works > * + * {
  margin-top: min(4.2vw, 80px);
}
.editor-block.--works img {
  padding: 0;
}

/* c-sns */
/* ============================================ */
.sns-list {
  display: flex;
  gap: 5px 22px;
  flex-flow: wrap;
  justify-content: end;
  height: -moz-fit-content;
  height: fit-content;
}

.sns {
  font-family: var(--font-en);
  text-decoration: underline;
  font-size: 11px;
}

/* c-tel */
/* ============================================ */
.tels {
  font-family: var(--font-en);
  font-weight: 500;
}
.tels .kind {
  font-size: 0.8125rem;
}
.tels .number {
  font-size: 1.125rem;
}

/*
--------------------------------
project
使いまわさないやつ
--------------------------------
*/
/* p-mv */
/* ============================================ */
.mv {
  display: grid;
  margin: 0 10px;
  padding: 5px 0;
  position: relative;
  z-index: 0;
  height: calc(90vh - var(--header-height));
  --pb: 37px;
}
@media (min-width: calc(640em / 16)) {
  .mv {
    height: calc(100vh - var(--header-height));
    padding: 33px 0;
  }
}
@media (min-width: calc(1000em / 16)) {
  .mv {
    margin: 0 20px;
  }
}
.mv .swiper-area {
  grid-area: 1/1;
  align-self: center;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  padding: 0 5px;
  height: 100%;
}
@media (min-width: calc(640em / 16)) {
  .mv .swiper-area {
    padding: var(--pb) 0;
    height: auto;
  }
}
.mv .slide-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.mv .slide-bg__item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s;
}
.mv .slide-bg__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mv .slide-bg__item::before {
  content: "";
  position: absolute;
  inset: -10px;
  -webkit-backdrop-filter: blur(35px) brightness(105%);
  backdrop-filter: blur(35px) brightness(105%);
}
.mv .slide-bg__item.is-current {
  opacity: 1;
}
.mv .slide-fraction {
  position: absolute;
  left: 0;
  top: 15px;
  display: grid;
  place-items: center;
  --size: 98px;
  z-index: 1;
  grid-area: 1/1;
  margin: 0 0 0 15px;
  width: var(--size);
  height: var(--size);
}
@media (min-width: calc(640em / 16)) {
  .mv .slide-fraction {
    --size: 144px;
    margin: auto 0 0 10.2vw;
    top: auto;
    bottom: 0;
  }
}
.mv .slide-fraction .number {
  grid-area: 1/1;
  color: #fff;
  font-family: var(--font-en);
  font-size: 15px;
  font-weight: 300;
}
@media (min-width: calc(640em / 16)) {
  .mv .slide-fraction .number {
    font-size: 20px;
  }
}
.mv .slide-fraction .number > * {
  width: 1em;
  display: inline-block;
  text-align: center;
}
.mv .slide-fraction .circle {
  grid-area: 1/1;
  display: block;
  width: var(--size);
  height: var(--size);
  transform: rotate(90deg);
}
.mv .slide-fraction .circle svg {
  width: 100%;
  height: 100%;
  fill: none;
}
.mv .slide-fraction .circle-01 {
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 1px;
}
.mv .slide-fraction .circle-02 {
  stroke: rgb(255, 255, 255);
  stroke-width: 1px;
  stroke-dasharray: 201.056px;
  stroke-dashoffset: 201.056px;
}

.mv__catch {
  color: #fff;
  z-index: 1;
  justify-self: end;
  align-self: end;
  display: flex;
  flex-flow: column;
  justify-content: end;
  align-items: end;
  grid-area: 1/1;
  margin: 0 10px 30px;
}
@media (min-width: calc(640em / 16)) {
  .mv__catch {
    margin: 30px clamp(15px, 2.6vw, 50px) -23px 15px;
    padding-bottom: var(--pb);
    text-align: right;
  }
}
.mv__catch .title {
  font-size: min(8.7vw, 2.125rem);
  line-height: 1.2;
  margin-bottom: 1.6vw;
}
.mv__catch .title .en {
  font-size: min(10.3vw, 2.375rem);
  font-weight: 500;
}
@media not all and (min-width: calc(640em / 16)) {
  .mv__catch .text br {
    display: none;
  }
}
.mv__catch .text span {
  display: inline-block;
}

@media not all and (min-width: calc(640em / 16)) {
  .slide-mv {
    height: 100%;
  }
  .slide-mv * {
    height: 100%;
  }
}
.slide-mv .inner:hover {
  opacity: 1;
}
.slide-mv .img img {
  width: 100%;
  height: auto;
}
@media not all and (min-width: calc(640em / 16)) {
  .slide-mv .img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}

/* p-top-works */
/* ============================================ */
.top-works-list {
  display: grid;
  gap: 11.5vw 8.3vw;
  align-items: end;
}
@media not all and (min-width: calc(640em / 16)) {
  .top-works-list {
    margin: 0 24px;
  }
}
@media (min-width: calc(640em / 16)) {
  .top-works-list {
    grid-template-columns: 37fr 51fr;
  }
}

@media (min-width: calc(640em / 16)) {
  .top-works-item {
    margin: 0 0 0 30px;
  }
}
@media (min-width: calc(1000em / 16)) {
  .top-works-item {
    margin: 0 0 0 13.5vw;
  }
}
.top-works-item .info {
  margin-top: 1.8vw;
  flex-shrink: 0;
}
.top-works-item .category {
  font-family: var(--font-en);
  font-size: 0.6875rem;
  text-decoration: underline;
}
.top-works-item .works-title {
  margin-top: 1.6vw;
}
@media (min-width: calc(425em / 16)) {
  .top-works-item .works-title {
    font-size: 1rem;
  }
}
@media (min-width: calc(640em / 16)) {
  .top-works-item .works-title {
    font-size: 1.375rem;
  }
}
.top-works-item .img img {
  width: 100%;
  height: auto;
}

@media (min-width: calc(640em / 16)) {
  .top-works-item:nth-of-type(1) {
    grid-column: 1/3;
    grid-row: 1;
  }
}
@media not all and (min-width: calc(640em / 16)) {
  .top-works-item:nth-of-type(1) .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: calc(640em / 16)) {
  .top-works-item:nth-of-type(1) .top-works-item__link {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: end;
    gap: 0 5.7vw;
  }
}
@media (min-width: calc(640em / 16)) {
  .top-works-item:nth-of-type(1) .img {
    width: 70vw;
  }
}

@media not all and (min-width: calc(640em / 16)) {
  .top-works-item:nth-of-type(2) .img {
    width: 64vw;
  }
}
@media (min-width: calc(640em / 16)) {
  .top-works-item:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
  }
}

@media (min-width: calc(640em / 16)) {
  .top-works-item:nth-of-type(3) {
    margin: 0 24px 0 0;
    grid-column: 2;
    grid-row: 2;
  }
}
@media (min-width: calc(1000em / 16)) {
  .top-works-item:nth-of-type(3) {
    margin: 0 10.9vw 0 0;
  }
}

/* p-top-place */
/* ============================================ */
.top-place {
  padding: 44.3vw 19.1vw 43.7vw;
  background: url(images/top/bg_otp-place.jpg) no-repeat center/cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column;
  position: relative;
  z-index: 0;
  color: #fff;
}
@media (min-width: calc(640em / 16)) {
  .top-place {
    flex-flow: row;
    padding: 15.1vw 60px 15.1vw 30px;
  }
}
@media (min-width: calc(1000em / 16)) {
  .top-place {
    padding: 15.1vw 16.2vw 15.1vw 12.5vw;
  }
}
.top-place::before {
  content: "";
  background: var(--color-base);
  opacity: 0.51;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.top-place .content {
  flex-shrink: 0;
}
@media not all and (min-width: calc(640em / 16)) {
  .top-place .content {
    margin-top: 30px;
  }
}

/* p-top-news */
/* ============================================ */
.top-news {
  display: flex;
  gap: 3.5vw;
  margin-left: 24px;
  flex-flow: column;
}
@media (min-width: calc(640em / 16)) {
  .top-news {
    margin-left: 30px;
  }
}
@media (min-width: calc(1000em / 16)) {
  .top-news {
    margin-left: 13.5vw;
  }
}
@media (min-width: calc(1280em / 16)) {
  .top-news {
    flex-flow: row;
    margin-left: 13.5vw;
  }
}

.swiper-area {
  overflow: hidden;
}

.slide-news {
  display: flex;
  flex-flow: column-reverse;
  overflow: visible;
  margin-right: 30px;
}
@media (min-width: calc(640em / 16)) {
  .slide-news {
    margin-right: 21.4vw;
  }
}
.slide-news .swiper-slide {
  transition: opacity var(--duration--m);
}
.slide-news .swiper-slide:not(.swiper-slide-visible) {
  pointer-events: none;
  opacity: 0.33;
}

.slide-news__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: max(3.8vw, 28px);
}
@media (min-width: calc(640em / 16)) {
  .slide-news__bottom {
    gap: 30px;
  }
}

.splide__arrows {
  display: flex;
  gap: 10px;
}

/* p-top-about */
/* ============================================ */
.top-about {
  display: flex;
  flex-flow: column;
}
@media (min-width: calc(768em / 16)) {
  .top-about {
    flex-flow: row;
  }
}
.top-about > * {
  flex: 1;
}
.top-about .img {
  display: grid;
  position: relative;
  z-index: 0;
}
@media not all and (min-width: calc(768em / 16)) {
  .top-about .img {
    aspect-ratio: 1/1;
  }
}
.top-about .img .bg {
  grid-area: 1/1;
  width: 100%;
  position: relative;
  z-index: -2;
}
.top-about .img .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-about .img .logo {
  grid-area: 1/1;
  display: grid;
  place-items: center;
}
.top-about .img .logo img {
  width: 281px;
  height: auto;
}
.top-about .img::before {
  content: "";
  background: var(--color-base);
  opacity: 0.25;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.top-about .content {
  display: grid;
  place-items: center;
  padding-top: 72px;
  padding-bottom: 50px;
}
@media (min-width: calc(768em / 16)) {
  .top-about .content {
    padding-top: 50px;
  }
}
.top-about .content .inner {
  max-width: 450px;
}

/* p-work */
/* ============================================ */
/* works-mv */
.works-mv {
  display: grid;
  color: #fff;
}
.works-mv .header-page-wrapper {
  grid-row: 1;
  grid-column: 1;
  padding-bottom: 0;
  border-bottom: none;
  grid-template-columns: auto;
}
.works-mv .img {
  grid-row: 1/3;
  grid-column: 1;
  position: relative;
  z-index: -1;
}
.works-mv .img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #111;
  opacity: 0.3;
}
.works-mv .img img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
@media not all and (min-width: calc(640em / 16)) {
  .works-mv .img img {
    max-height: 600px;
  }
}
.works-mv .inner {
  display: grid;
  height: 100%;
  grid-row: 2;
  grid-column: 1;
}

.works-mv__text {
  grid-area: 1/1;
  align-self: end;
  padding: 0 0 50px;
  position: relative;
}
.works-mv__text .category {
  display: flex;
  gap: 5px 10px;
  font-family: var(--font-en);
  font-size: 0.6875rem;
  text-decoration: underline;
  flex-flow: wrap;
}
.works-mv__text .title {
  font-size: clamp(1.875rem, 1rem + 4.38vw, 4.5rem);
  /* value:min30max72 view:min320max1280 */
  margin-top: 24px;
  font-weight: 300;
  line-height: 1;
}

/* works-title */
.works-title {
  font-weight: 500;
  font-size: 1rem;
}

/* works-url */
.works-url {
  text-decoration: underline;
  font-family: var(--font-en);
  font-size: 0.6875rem;
  word-break: break-all;
}

/* works-sns */
.works-sns {
  font-size: 14px;
}

/* works-info */
.works-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8125rem;
  width: 200px;
}
.works-info .title {
  font-weight: 500;
}

/* works-list */
.works-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4.2vw 2.4%;
}
@media (min-width: calc(1000em / 16)) {
  .works-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* works-link */
.works-link .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 540/320;
}
.works-link .category {
  margin-top: 1.8vw;
  font-size: 0.6875rem;
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  flex-flow: wrap;
  gap: 8px;
}
.works-link .title {
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 1vw;
  line-height: 1.2;
  word-break: break-all;
}
@media (min-width: calc(640em / 16)) {
  .works-link .title {
    font-size: 1rem;
  }
}

/* p-about */
/* ============================================ */
/* about-intro */
/* p-news */
/* ============================================ */
/* news-list */
.news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: min(4.2vw, 80px) 5.7%;
}
@media (min-width: calc(640em / 16)) {
  .news-list {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 218px), 1fr));
  }
}

/* news-link */
.news-link .img {
  margin-bottom: 13.1%;
  padding: 10.3%;
  position: relative;
  overflow: hidden;
  background: #ebedef;
}
.news-link .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  position: relative;
}
.news-link .img .bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.news-link .img .bg::before {
  content: "";
  position: absolute;
  inset: -10px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
.news-link .title {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 10.3%;
  word-break: break-all;
}
@media (min-width: calc(640em / 16)) {
  .news-link .title {
    font-size: 1rem;
  }
}
.news-link .content {
  font-size: 0.8125rem;
  line-height: 1.2;
  margin-top: 6.9%;
  word-break: break-all;
}

.news-category {
  font-size: 0.6875rem;
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 1.2;
  text-decoration: underline;
  display: flex;
  flex-flow: wrap;
  gap: 8px;
}

.news-date {
  color: #9598a2;
  font-size: 0.6875rem;
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 1.2;
}

/* news-title */
.news-title {
  font-size: 1.625rem;
  font-weight: 500;
}

/* p-faq */
/* ============================================ */
/* faq-item */
.faq-item {
  border-bottom: 1px solid #e2e5e6;
}
.faq-item:first-of-type .summary_inner {
  padding-top: 0;
}
.faq-item .summary_inner {
  padding: clamp(22px, 2.1vw, 40px) 0 clamp(12px, 1.7vw, 32px);
  grid-template-columns: min-content auto min-content;
  gap: 21px;
  font-weight: 500;
}
.faq-item .head {
  color: #9598a2;
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 1.125rem;
}
.faq-item .button {
  display: grid;
  --size: 20px;
  width: var(--size);
  height: var(--size);
  place-items: center;
}
.faq-item .button::before,
.faq-item .button::after {
  content: "";
  display: inline-block;
  grid-area: 1/1;
  width: 1px;
  height: var(--size);
  background-color: var(--color-base);
  transition: transform var(--duration--m);
}
.faq-item .button::after {
  transform: rotate(90deg);
}
.faq-item .content_inner {
  padding: 5px 0 clamp(22px, 2.1vw, 40px);
  display: grid;
  grid-template-columns: min-content auto;
  gap: 21px;
}
.faq-item .is-opened .button::before {
  transform: rotate(90deg);
}

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

/* flow-item */
.flow-item {
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
}
@media (min-width: calc(640em / 16)) {
  .flow-item {
    padding-bottom: 80px;
  }
}
.flow-item::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: #d9dedf;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: -1;
}
.flow-item .title {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
}
.flow-item .title::before {
  counter-increment: item;
  content: counter(item);
  display: grid;
  place-items: center;
  --size: 40px;
  width: var(--size);
  height: var(--size);
  background: #fff;
  border: 1px solid var(--color-base);
  font-size: 15px;
  font-family: var(--font-en);
  font-weight: 500;
}
.flow-item .content {
  margin: 10px 0 0 60px;
}
@media (min-width: calc(640em / 16)) {
  .flow-item .content {
    margin: 20px 0 0 60px;
  }
}
.flow-item:last-of-type {
  padding-bottom: 0;
}
.flow-item:last-of-type::before {
  content: none;
}
.flow-item:last-of-type .title::before {
  background: var(--color-base);
  color: #fff;
}

/*
--------------------------------
js
jsで操作する動き
--------------------------------
*/
/* js-fadeIn */
/* ============================================ */
.js-fadeInTrigger {
  opacity: 0;
}

.is-fadeIn {
  animation: fadeIn 1s forwards ease-in;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 100%;
  }
}
/* js-scrollable */
/* ============================================ */
.js-scrollable {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
