@charset "UTF-8";
/*!
  Theme Name: Ori Framework
  Author: Ori
  Author URI: http://shikiori.com/
  Description: Ori framework
  Version: 2.0
  Date: 2023.11.13
  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;
}

/*
--------------------------------
global
変数
--------------------------------
*/
/*============================================
breakpoint
$xxs: calc(320em / 16);
$xs: calc(375em / 16);
$s: calc(600em / 16);
$m: calc(768em / 16);
$m-max: calc(767em / 16);
$l: calc(1024em / 16);
$l-max:calc(1023em / 16);
$xl: calc(1366em / 16);
$xxl: calc(1500em / 16);
============================================*/
:root {
  /* ============================================
  font-family
  ============================================ */
  --font: "Outfit", "Noto Sans JP", sans-serif;
  /* ============================================
  font-size-variable
  ============================================ */
  --font-size--xs: calc(12rem / 16);
  --font-size--s: calc(14rem / 16);
  --font-size--m: 1rem;
  --font-size--l: calc(18rem / 16);
  --font-size--xl: calc(21rem / 16);
  --font-size--2xl: calc(24rem / 16);
  --font-size--3xl: calc(28rem / 16);
  --font-size--4xl: calc(36rem / 16);
  /* ============================================
  font-size-where
  ============================================ */
  --title-page-en: calc(70rem / 16);
  /* ============================================
  line-height
  ============================================ */
  --line-height--3xs: 1;
  --line-height--2xs: 1.2;
  --line-height--xs: 1.4;
  --line-height--s: 1.6;
  --line-height--m: 1.8;
  --line-height--l: 2;
  --line-height--xl: 2.2;
  --line-height--2xl: 2.4;
  /* ============================================
  letter-spacing
  ============================================ */
  --letter-spacing--m: 0.05em;
  --letter-spacing--l: 0.1em;
  --letter-spacing--xl: 0.12em;
  --letter-spacing--2xl: 0.3em;
  /* ============================================
  color-name
  ============================================ */
  --color-white: rgb(255, 255, 255);
  --color-alabaster: rgb(247, 247, 247);
  --color-black: rgb(0, 0, 0);
  --color-shadow: rgb(17, 17, 17);
  --color-asphalt: rgb(51, 51, 51);
  --color-gray: rgb(170, 170, 170);
  --color-dark-gray: rgb(119, 119, 119);
  --color-light-gray: rgb(238, 238, 238);
  /* ============================================
  color-meaning
  ============================================ */
  --color-corporate: var(--color-black);
  --color-default: var(--color-asphalt);
  --color-base: var(--color-shadow);
  /* ============================================
  value
  ============================================ */
  --value--base: 1500;
  --value--l: 1400;
  --value--m: 1300;
  --value--s: 1200;
  --value--xs: 1100;
  /* ============================================
  wrapper-width
  ============================================ */
  --wrapper-fixed--xl: calc((var(--value--base) * 1rem) / 16);
  --wrapper-fixed--l: calc((var(--value--l) * 1rem) / 16);
  --wrapper-fixed--m: calc((var(--value--m) * 1rem) / 16);
  --wrapper-fixed--s: calc((var(--value--s) * 1rem) / 16);
  --wrapper-fixed--xs: calc((var(--value--xs) * 1rem) / 16);
  --wrapper--l: calc((var(--value--l) / var(--value--base)) * 100vw);
  --wrapper--m: calc((var(--value--m) / var(--value--base)) * 100vw);
  --wrapper--s: calc((var(--value--s) / var(--value--base)) * 100vw);
  --wrapper--xs: calc((var(--value--xs) / var(--value--base)) * 100vw);
  /* ============================================
  wrapper-margin
  ============================================ */
  --wrapper-margin-vw--l: calc((50 / var(--value--base)) * 100vw);
  --wrapper-margin--l: calc(
    (((var(--value--base) - var(--value--l)) / 2) / var(--value--base)) * 100%
  );
  --wrapper-margin--m: calc(
    (((var(--value--base) - var(--value--m)) / 2) / var(--value--base)) * 100%
  );
  --wrapper-margin--s: calc(
    (((var(--value--base) - var(--value--s)) / 2) / var(--value--base)) * 100%
  );
  --wrapper-margin--xs: calc(
    (((var(--value--base) - var(--value--xs)) / 2) / var(--value--base)) * 100%
  );
  /* ============================================
  margin
  ============================================ */
  --margin--2xs: 30px;
  --margin--xs: 40px;
  --margin--s: 50px;
  --margin--m: 70px;
  --margin--l: 126px;
  --margin--xl: 180px;
  /* ============================================
  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;
}
@supports (width: min(10px, 5vw)) {
  :root {
    --font-size--2xl: clamp(1.25rem, 1.136rem + 0.57vw, 1.5rem);
    /* font-size:min20px max24px viewport:min320px max1024px */
    --font-size--3xl: clamp(1.313rem, 1.114rem + 0.99vw, 1.75rem);
    /* font-size:min21px max28px viewport:min320px max1024px */
    --font-size--4xl: clamp(1.375rem, 0.977rem + 1.99vw, 2.25rem);
    /* font-size:min22px max36px viewport:min320px max1024px */
  }
}
@supports (width: min(10px, 5vw)) {
  :root {
    --title-page-en: clamp(2.625rem, 1.83rem + 3.98vw, 4.375rem);
    /* font-size:min42px max70px viewport:min320px max1024px */
  }
}
@supports (width: min(10px, 5vw)) {
  :root {
    --margin--2xs: clamp(0.938rem, -0.389rem + 3.54vw, 1.875rem);
    /* min15px max30px viewport:min600px max1024px */
    --margin--xs: clamp(1.125rem, 0.5rem + 3.13vw, 2.5rem);
    /* min18px max40px viewport:min600px max1024px */
    --margin--s: clamp(1.5rem, 0.761rem + 3.69vw, 3.125rem);
    /* min24px max50px viewport:min600px max1024px */
    --margin--m: clamp(2.5rem, 1.648rem + 4.26vw, 4.375rem);
    /* min40px max70px viewport:min600px max1024px */
    --margin--l: clamp(5rem, 3.693rem + 6.53vw, 7.875rem);
    /* min80px max126px viewport:min600px max1024px */
    --margin--xl: clamp(6.25rem, 3.977rem + 11.36vw, 11.25rem);
    /* min100px max180px viewport:min600px max1024px */
  }
}

/*
--------------------------------
base
初期設定
--------------------------------
*/
:root {
  --scrollbar: 0;
}

body {
  font-family: var(--font);
  font-weight: 400;
  color: var(--color-base);
  line-height: var(--line-height--m);
  letter-spacing: var(--letter-spacing--m);
  font-size: var(--font-size--s);
  background: var(--color-white);
}

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

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

headings,
.bold,
b,
strong,
th {
  font-weight: 700;
}

/*
--------------------------------
layout
全体的なレイアウト
--------------------------------
*/
/* l-header */
/* ============================================ */
:root {
  --header-height: 80px;
}

.header {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 9999;
  font-size: 14px;
  left: 0;
  right: 0;
}

.header__inner {
  display: flex;
  align-items: center;
  margin: 0 5px 0 28px;
  min-height: var(--header-height);
  height: var(--header-height);
  padding: 15px 0;
}

.is-open.header {
  background: var(--color-base);
}

.main {
  margin-top: var(--header-height);
}

@media screen and (min-width: 48em) {
  :root {
    --header-height: 100px;
  }
  .header__inner {
    margin: 0 0 0 28px;
  }
  .is-scroll.header {
    --header-height: 80px;
    animation: DownAnime var(--duration--l) forwards;
  }
  @keyframes DownAnime {
    from {
      opacity: 0;
      transform: translateY(-100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
/* logo */
.logo svg {
  fill: var(--color-corporate);
  width: 120px;
}

.is-open .logo svg {
  fill: var(--color-white);
}

@media screen and (min-width: 49em) {
  .logo svg {
    width: 148px;
  }
}
/* toggle */
.toggle {
  font-size: var(--font-size--xs);
  height: 64px;
  width: 70px;
  text-align: center;
  margin: 0 0 0 auto;
  position: relative;
  display: flex;
  align-items: start;
  border: 1px solid var(--color-base);
  flex-shrink: 0;
}

.toggle[aria-expanded="true"] {
  background: var(--color-base);
  color: var(--color-white);
  border: 1px solid var(--color-white);
}

@media screen and (min-width: 48em) {
  .toggle {
    display: none;
  }
}
/* toggle__line */
.toggle__line-wrapper {
  --width: 30px;
  --line-margin: 8px;
  width: var(--width);
  display: block;
  position: relative;
  margin: 20px auto;
}

.toggle__line::before,
.toggle__line::after {
  content: "";
}

.toggle__line,
.toggle__line::before,
.toggle__line::after {
  height: 1px;
  width: var(--width);
  background: var(--color-base);
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
}

.toggle[aria-expanded="true"] .toggle__line,
.toggle[aria-expanded="true"] .toggle__line::before,
.toggle[aria-expanded="true"] .toggle__line::after {
  background: var(--color-white);
}

.toggle__line::before {
  top: var(--line-margin);
}

.toggle__line::after {
  top: calc(var(--line-margin) * -1);
}

.toggle[aria-expanded="true"] .toggle__line {
  background: transparent;
}

.toggle[aria-expanded="true"] .toggle__line::before {
  transform: rotate(30deg);
  top: 0;
}

.toggle[aria-expanded="true"] .toggle__line::after {
  transform: rotate(-30deg);
  top: 0;
}

/* toggle__text */
.toggle__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  white-space: nowrap;
}

/* gnav */
.gnav[aria-hidden="true"] {
  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;
}

.gnav {
  position: absolute;
  left: 0;
  top: var(--header-height);
  right: 0;
  background: var(--color-base);
  padding: 0 var(--wrapper-margin--m) 100px;
  overflow-y: scroll;
  min-height: 100vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.gnav::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 48em) {
  .gnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    margin: 0 0 0 calc(66 / var(--value--base) * 100%);
    gap: 18px;
    padding: 0;
    position: static;
    background: var(--color-white);
    min-height: auto;
    overflow: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  .gnav[aria-hidden="false"] * {
    color: var(--color-white);
  }
}
/* gnav__list */
.gnav__list {
  display: flex;
  gap: 0 calc(70 / var(--value--base) * 100%);
  flex-flow: column;
  flex: 1;
}

@supports (width: min(10px, 5vw)) {
  .gnav__list {
    gap: 0 max(70 / var(--value--base) * 100%, 18px);
  }
}
.gnav__item {
  line-height: var(--line-height--2xs);
}

.gnav__list a {
  padding: 10px 0;
  display: inline-block;
  font-size: 18px;
}

@media (hover: hover) {
  .gnav__list a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 48em) {
  .gnav__list {
    flex-flow: wrap;
  }
  .gnav__list a {
    font-size: 14px;
    padding: 2px 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .gnav__list .deco-external::before {
    filter: invert(100%);
  }
}
/* gnav__right */
.gnav__right {
  display: flex;
  flex-flow: column;
  gap: 20px 28px;
  margin-top: 40px;
}

@media screen and (min-width: 48em) {
  .gnav__right {
    flex-flow: row;
    margin-top: 0;
  }
}
/* sns-list */
.sns-list {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
}

@media screen and (min-width: 48em) {
  .sns-list {
    gap: 10px calc(18 / var(--value--base) * 100vw);
  }
  @supports (width: min(10px, 5vw)) {
    .sns-list {
      gap: 10px min(18 / var(--value--base) * 100vw, 18px);
    }
  }
}
.sns-list a {
  display: inline-block;
  width: 24px;
  line-height: 1;
}

.sns-list img {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .sns-list a {
    width: 20px;
  }
}
@media screen and (max-width: 47.9375em) {
  .header .sns-list img {
    filter: invert(100%) contrast(300%);
  }
}
/* gnav__button */
.gnav__button {
  max-width: 300px;
  width: 100%;
  background: var(--color-base);
  color: var(--color-white);
  display: grid;
  place-items: center;
  height: var(--header-height);
  font-size: 16px;
  box-shadow: var(--color-white) 0 0 0 2px inset;
  transition: width var(--duration--m);
}

@media screen and (min-width: 48em) {
  .gnav__button {
    width: 125px;
    box-shadow: none;
  }
  .is-scroll .gnav__button {
    width: 150px;
  }
}
/* l-wrapper */
/* ============================================ */
.wrapper {
  max-width: var(--max-width, none);
  width: var(--width);
  margin: 0 auto;
}

.wrapper-fixed--xl {
  --max-width: var(--wrapper-fixed--xl);
}

.wrapper-fixed--l {
  --max-width: var(--wrapper-fixed--l);
}

.wrapper-fixed--m {
  --max-width: var(--wrapper-fixed--m);
}

.wrapper-fixed--s {
  --max-width: var(--wrapper-fixed--s);
}

.wrapper--l {
  --width: var(--wrapper--l);
}

.wrapper--m {
  --width: var(--wrapper--m);
}

.wrapper--s {
  --width: var(--wrapper--s);
}

.wrapper--xs {
  --width: var(--wrapper--xs);
}

/* l-footer */
/* ============================================ */
.footer {
  background: var(--color-base);
  font-size: 14px;
  padding: var(--margin--m) 0;
}

.footer * {
  color: var(--color-white);
}

.footer__inner {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

@media screen and (min-width: 48em) {
  .footer__inner {
    flex-flow: row;
  }
}
/* footer__left */
.footer__left {
  border-bottom: 1px solid var(--color-white);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 48em) {
  .footer__left {
    padding: 0 calc(69 / var(--value--m) * 100%) 0 0;
    margin: 0 calc(48 / var(--value--m) * 100%) 0 0;
    border-bottom: none;
    border-right: 1px solid var(--color-white);
    min-width: 280px;
  }
}
@media screen and (min-width: 64em) {
  .footer__left {
    flex-shrink: 0;
  }
}
/* footer__logo */
.footer__logo {
  width: 177px;
}

.footer__logo svg {
  fill: var(--color-white);
}

/* footer__right */
.footer__right {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  max-width: 810px;
  flex-grow: 1;
}

/* footer__row */
.footer__row {
  display: flex;
  justify-content: space-between;
}

.footer-nav {
  flex-grow: 1;
}

.footer__nav-title {
  line-height: var(--line-height--3xs);
}

.sns-list--footer img {
  filter: invert(100%) contrast(300%);
}

/* footer-nav__list */
.footer-nav__list {
  display: inline-flex;
  flex-flow: wrap;
  gap: 28px;
  margin-top: var(--margin--s);
  width: -moz-fit-content;
  width: fit-content;
}

.footer-nav__item a {
  line-height: var(--line-height--3xs);
}

@media screen and (min-width: 64em) {
  .footer-nav__list {
    gap: 48px;
  }
}
/* copyright */
.copyright {
  font-size: 12px;
  margin-top: var(--margin--m);
  align-self: end;
}

/*
--------------------------------
component
使いまわせるやつ
--------------------------------
*/
/* c-button */
/* ============================================ */
/* button-base */
.button-base {
  line-height: var(--line-height--2xs);
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: var(--margin--m);
}

@media (hover: hover) {
  .button-base:hover * {
    color: var(--color-white);
  }
  .button-base:hover .icon-circle {
    background: var(--color-base);
  }
}
/* button-square */
.button-square {
  display: inline-flex;
  line-height: var(--line-height--2xs);
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-base);
  max-width: 17.5rem;
  min-width: 14.375rem;
  width: 100%;
  min-height: 4.375rem;
  font-weight: 500;
  position: relative;
}

.button-square .fa-solid {
  position: absolute;
  right: 8.6666666667%;
  top: 50%;
  transform: translateY(-50%);
}

.button-square--reverse .fa-solid {
  right: auto;
  left: 8.6666666667%;
}

.button-square--ja {
  font-size: var(--font-size--2xl);
  font-weight: 400;
}

.button-square--en {
  font-size: var(--font-size--xs);
  font-weight: 300;
}

@media (hover: hover) {
  .button-square:hover {
    background: var(--color-base);
    color: var(--color-white);
    opacity: 1;
  }
  .button-square:hover * {
    color: var(--color-white);
  }
  .button-square:hover .deco-external::before {
    filter: invert(1);
  }
}
/* button-square--l */
.button-square--l {
  min-height: 5rem;
  line-height: var(--line-height--s);
  min-width: auto;
}

@media screen and (min-width: 48em) {
  .button-square--l {
    min-width: 18.75rem;
  }
}
/* button-square--xl */
.button-square--xl {
  flex-flow: column;
  min-height: 8.4375rem;
  gap: 5px;
  min-width: 17.5rem;
  max-width: none;
}

@media screen and (min-width: 48em) {
  .button-square--xl {
    min-width: 18.75rem;
    max-width: 25rem;
  }
}
/* c-icon */
/* ============================================ */
.icon-circle {
  --size: calc(40rem / 16);
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  border: 1px solid var(--color-base);
  border-radius: 50%;
  font-size: var(--font-size--s);
}

/* c-title */
/* ============================================ */
/* title-section */
.title-section {
  font-size: var(--font-size--3xl);
}

.title-section--en {
  font-weight: 700;
}

.title-section--top {
  font-size: var(--font-size--4xl);
  line-height: var(--line-height--2xs);
  letter-spacing: var(--letter-spacing--l);
  margin-bottom: var(--margin--s);
}

.title-section--top-intro-news {
  margin-bottom: 0;
}

/* title-vertical */
.title-vertical-wrapper {
  position: relative;
  z-index: 0;
}

.title-vertical {
  writing-mode: vertical-rl;
  position: absolute;
  left: 0;
  top: -0.5em;
  letter-spacing: var(--letter-spacing--l);
  line-height: var(--line-height--2xs);
  font-size: 12px;
  font-weight: 300;
  background: var(--color-white);
  padding-right: 5px;
  padding-top: 0.5em;
  z-index: 1;
  white-space: nowrap;
}

.title-vertica-next {
  margin-left: 15px;
}

.title-vertica-next--news-info {
  margin-left: 5px;
}

@media screen and (min-width: 23.4375em) {
  .title-vertical {
    font-size: 14px;
  }
  .title-vertica-next--news-info {
    margin-left: 0;
  }
}
@media screen and (min-width: 48em) {
  .title-vertical {
    font-size: 16px;
  }
  .title-vertica-next {
    margin-left: 0;
  }
}
@media screen and (min-width: 64em) {
  .title-vertical {
    font-size: 18px;
  }
}
/* title-vertical--intro-news */
.title-vertical--intro-news {
  top: 50%;
  left: 0;
  padding: 0;
  transform: translate(0, -50%);
}
@media screen and (min-width: 64em) {
  .title-vertical--intro-news {
    left: calc(35 / var(--value--m) * 100%);
  }
}
/* title-page */
.title-page-wrapper {
  height: 300px;
  background: url(images/staff/bg_title.jpg) no-repeat center/cover;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}

.title-page-wrapper--access {
  background-image: url(images/access/bg_title.jpg);
}

.title-page-wrapper--news {
  background-image: url(images/news/bg_title.jpg);
}

.title-page-wrapper--school {
  background-image: url(images/school/bg_title.jpg);
}

.title-page-wrapper--about {
  background-image: url(images/about/bg_title.jpg);
}

.error404 .title-page-wrapper {
  background: var(--color-dark-gray);
}

.title-page-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.25;
  background: linear-gradient(
    to bottom,
    var(--color-white),
    var(--color-black)
  );
}

.title-page {
  color: var(--color-white);
  line-height: var(--line-height--2xs);
}

.title-page__en {
  font-size: var(--title-page-en);
  font-weight: 100;
}

.title-page__ja {
  font-weight: 500;
  font-size: var(--font-size--l);
}

@supports (width: min(10px, 5vw)) {
  .title-page-wrapper {
    height: clamp(9.375rem, -3.892rem + 35.38vw, 18.75rem);
    /* min150px max300px viewport:min600px max1024px */
  }
}
/* c-breadcrumbs */
/* ============================================ */
.breadcrumbs {
  max-width: var(--wrapper-fixed--m);
  width: var(--wrapper--m);
  margin: 0 auto;
  display: flex;
  margin-top: 25px;
  font-size: var(--font-size--xs);
  font-weight: 300;
  letter-spacing: 0;
}

.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.breadcrumbs span:not(:last-of-type):after {
  content: ">";
  padding: 0 1em;
}

/* c-news */
/* ============================================ */
/* news-list */
.news-list {
  display: flex;
  flex-flow: wrap;
  --column-gap: calc((50 / var(--value--m)) * 100%);
  gap: 50px var(--column-gap);
}

@media screen and (min-width: 64em) {
  .news-list {
    --column-gap: calc((156 / var(--value--m)) * 100%);
  }
}
/* news-list__item */
.news-list__item {
  flex-basis: 100%;
}

.news-list__item a {
  display: flex;
  flex-flow: column-reverse;
  gap: 10px;
}

@media screen and (min-width: 23.4375em) {
  .news-list__item {
    flex-basis: calc((100% - var(--column-gap)) / 2);
  }
}
@media (hover: hover) {
  .news-list__item a:hover {
    box-shadow: 0 0 0 11px var(--color-base);
    outline: 10px solid var(--color-white);
  }
}
@media screen and (min-width: 48em) {
  .news-list__item {
    flex-basis: calc((100% - var(--column-gap) * 2) / 3);
  }
}
/* news-list__item-content */
.news-title {
  font-size: var(--font-size--m);
}

.news-date {
  font-size: var(--font-size--s);
  line-height: --line-height--3xs;
  font-weight: 300;
}

@media screen and (min-width: 37.5em) {
  .news-title {
    font-size: var(--font-size--l);
  }
  .news-date {
    font-size: var(--font-size--m);
  }
}
/* news-info */
.news-info {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.news-category {
  font-weight: 500;
  font-size: var(--font-size--xs);
}

/* .news-info .news-date::after {
  content: "|";
  padding: 0 0.5em;
} */

@media screen and (min-width: 37.5em) {
  .news-info .news-date::after {
    padding: 0 1em;
  }
}
/* news-list__item-img */
.news-list__item-img img {
  aspect-ratio: 330/220;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* c-deco */
/* ============================================ */
/* deco-external */
.deco-external {
  position: relative;
}

.deco-external::before {
  content: "";
  position: absolute;
  width: 0.6875rem;
  height: 0.5625rem;
  right: -1em;
  transform: translate(50%, -50%);
  background: url(images/icon_external.png) no-repeat center/0.6875rem auto;
  background-image: -webkit-image-set(url(images/icon_external@2x.png) 2x);
  background-image: image-set(url(images/icon_external@2x.png) 2x);
}

.deco-external--white::before {
  filter: invert(100%);
}

/* c-staff */
/* ============================================ */
/* staff-list */
.staff-list {
  display: flex;
  flex-flow: wrap;
  --column-gap: calc((80 / var(--value--m)) * 100%);
  gap: 50px var(--column-gap);
}

@media screen and (min-width: 64em) {
  .staff-list {
    --column-gap: calc((116 / var(--value--m)) * 100%);
  }
}
/* staff-list__item */
.staff-list__item {
  flex-basis: 100%;
}

.staff-list__item a {
  display: flex;
  flex-flow: column-reverse;
}

@media (hover: hover) {
  .staff-list__item a:hover {
    box-shadow: 0 0 0 11px var(--color-base);
    outline: 10px solid var(--color-white);
  }
}
@media screen and (min-width: 37.5em) {
  .staff-list__item {
    flex-basis: calc((100% - var(--column-gap)) / 2);
  }
}
@media screen and (min-width: 64em) {
  .staff-list__item {
    flex-basis: calc((100% - var(--column-gap) * 2) / 3);
  }
}
/* staff-list__item-content */
.staff-list__item-content {
  margin-top: 25px;
  line-height: var(--line-height--xs);
  font-weight: 300;
}

.staff-position {
  font-size: var(--font-size--xs);
  text-transform: uppercase;
}

.staff-title {
  font-size: var(--font-size--2xl);
  margin-top: 5px;
  text-transform: uppercase;
}

.staff-excerpt {
  line-height: var(--line-height--m);
  margin-top: 8px;
  text-transform: uppercase;
}

/* staff-img */
.staff-img {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-right: calc(20px + 1.25rem);
}

.staff-img__wrapper {
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.staff-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.staff-img__name {
  writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
}

.staff-img__name::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  left: 54%;
  background: var(--color-base);
  z-index: -2;
}

.staff-img__name span {
  background: var(--color-white);
  padding-bottom: 20px;
  font-size: var(--font-size--l);
  letter-spacing: var(--letter-spacing--2xl);
}

/* c-pagenavi */
/* ============================================ */
/* wp-pagenavi */
.wp-pagenavi {
  font-size: var(--font-size--m);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
  max-width: var(--wrapper-fixed--m);
  margin: var(--margin--m) auto 0;
}

.wp-pagenavi .current {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  background: var(--color-alabaster);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.previouspostslink {
  margin-right: 0.2em;
}

.nextpostslink {
  margin-left: 0.2em;
}

@media (hover: hover) {
  .wp-pagenavi .page:hover {
    text-decoration: underline;
  }
  .previouspostslink:hover,
  .nextpostslink:hover {
    opacity: 1;
  }
  .previouspostslink:hover .icon-circle,
  .nextpostslink:hover .icon-circle {
    background: var(--color-base);
    color: var(--color-white);
  }
}
@media screen and (min-width: 23.4375em) {
  .wp-pagenavi {
    gap: 1em;
  }
  .previouspostslink {
    margin-right: 1em;
  }
  .nextpostslink {
    margin-left: 1em;
  }
}
/* c-iframe */
/* ============================================ */
/* iframe */
.iframe-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* video */
.video {
  width: 100%;
}

/* c-slick */
/* ============================================ */
/* slick-arrow */
.slick-next,
.slick-prev {
  --size: calc(40rem / 16);
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  border: 1px solid var(--color-base);
  border-radius: 50%;
  background: var(--color-white);
}

.slick-next::before,
.slick-prev::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.slick-prev::before {
  content: "\f104";
}

@media (hover: hover) {
  .slick-next:hover,
  .slick-prev:hover {
    background: var(--color-base);
    opacity: 1;
  }
  .slick-next:hover::before,
  .slick-prev:hover::before {
    color: var(--color-white);
  }
}
/* c-list */
/* ============================================ */
/* list-bullet-points */
.list-bullet-points > * {
  padding-left: 1em;
  text-indent: -1em;
}

.list-bullet-points > *::before {
  content: "・";
}

/* c-link */
/* ============================================ */
/* link-external */
.link-external {
  text-decoration: underline;
  text-underline-offset: 2px;
  position: relative;
  word-break: break-all;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.link-external::after {
  content: "";
  display: inline-block;
  background: url(images/icon_external.png) no-repeat center/0.6875rem auto;
  --size: calc(11rem / 16);
  width: var(--size);
  height: var(--size);
  position: absolute;
  right: 0;
  top: -1em;
  right: -0.5em;
  top: -0.5em;
}

.link-external--white::after {
  filter: invert(100%);
}

/* c-singlenavi */
/* ============================================ */
/* singlenavi */
.singlenavi__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .singlenavi__item */
.singlenavi__item {
  flex: 1;
  text-align: center;
}

.singlenavi__item:nth-of-type(2) {
  display: none;
}

.singlenavi__next a,
.singlenavi__prev a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 500;
}

.singlenavi__item--disabled {
  opacity: 0.2;
  pointer-events: none;
}

@media (hover: hover) {
  .singlenavi__next a:hover .icon-circle,
  .singlenavi__prev a:hover .icon-circle {
    background: var(--color-base);
  }
  .singlenavi__next a:hover .icon-circle::before,
  .singlenavi__prev a:hover .icon-circle::before {
    color: var(--color-white);
  }
}
@media screen and (min-width: 37.5em) {
  .singlenavi__item:nth-of-type(2) {
    display: block;
  }
}
@media screen and (min-width: 48em) {
  .singlenavi__next a,
  .singlenavi__prev a {
    gap: 36px;
  }
}
/* singlenavi__next */
.singlenavi__next a {
  justify-content: end;
}

/* c-message */
/* ============================================ */
.message {
  position: relative;
}

.message::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(images/deco_message_left-top.png) no-repeat left top/auto;
}

.message::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(images/deco_message_right-top.png) no-repeat right top/auto;
}

.message-inner {
  padding: 28px 15px;
  font-weight: 300;
  line-height: var(--line-height--2xl);
}

.message-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(images/deco_message_left-bottom.png) no-repeat left
    bottom/auto;
}

.message-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(images/deco_message_right-bottom.png) no-repeat right
    bottom/auto;
}

@media screen and (min-width: 23.4375em) {
  .message-inner {
    padding: 30px;
  }
}
@media screen and (min-width: 37.5em) {
  .message-inner {
    padding: var(--margin--s) 50px var(--margin--xs);
  }
}
/* c-magazine */
/* ============================================ */
/* magazine-list */
.magazine-list {
  display: flex;
  flex-flow: wrap;
  --column-gap: calc((50 / var(--value--m)) * 100%);
  gap: 50px var(--column-gap);
}

@media screen and (min-width: 64em) {
  .magazine-list {
    --column-gap: calc((156 / var(--value--m)) * 100%);
  }
}
/* magazine-list__item */
.magazine-list__item {
  flex-basis: 100%;
}

.magazine-list__item a {
  display: flex;
  flex-flow: column-reverse;
  gap: 10px;
}

@media screen and (min-width: 23.4375em) {
  .magazine-list__item {
    flex-basis: calc((100% - var(--column-gap)) / 2);
  }
}
@media (hover: hover) {
  .magazine-list__item a:hover {
    box-shadow: 0 0 0 11px var(--color-base);
    outline: 10px solid var(--color-white);
  }
}
@media screen and (min-width: 48em) {
  .magazine-list__item {
    flex-basis: calc((100% - var(--column-gap) * 2) / 3);
  }
}
/* magazine-list__item-content */
.magazine-title {
  font-size: var(--font-size--m);
}

.magazine-date {
  font-size: var(--font-size--s);
  line-height: --line-height--3xs;
  font-weight: 300;
}

@media screen and (min-width: 37.5em) {
  .magazine-title {
    font-size: var(--font-size--l);
  }
  .magazine-date {
    font-size: var(--font-size--m);
  }
}
/* magazine-info */
.magazine-info {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.magazine-category {
  font-weight: 500;
  font-size: var(--font-size--xs);
}

.magazine-info .magazine-date::after {
  content: "|";
  padding: 0 0.5em;
}

@media screen and (min-width: 37.5em) {
  .magazine-info .magazine-date::after {
    padding: 0 1em;
  }
}
/* magazine-list__item-img */
.magazine-list__item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 583/827;
  -o-object-fit: cover;
  object-fit: cover;
  background: var(--color-light-gray);
  border: 1px solid var(--color-base);
}

/*
--------------------------------
project
使いまわさないやつ
--------------------------------
*/
/* p-mv */
/* ============================================ */
/* mv-slide */
.mv-slide {
  display: flex;
  flex-flow: column;
  justify-content: end;
  justify-content: center;
  max-width: 1350px;
  margin: 0 auto;
}

@media screen and (min-width: 37.5em) {
  .mv-slide {
    flex-flow: row-reverse;
  }
}
/* slick-list */
.mv-slide img {
  height: 90vw;
}

@media screen and (min-width: 37.5em) {
  .mv-slide img {
    width: 85vw;
    width: 100%;
    text-align: center;
    height: auto;
  }
}
/* slick-slide */
.mv-slide__inner {
  position: relative;
}

.mv-slide__inner::before {
  content: "建友会";
  color: var(--color-white);
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 0;
  font-size: clamp(50px, 11vw, 100px);
  font-weight: 500;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4235294118);
}

.mv-slide img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 37.5em) {
  .mv-slide .slick-slide::before {
    background-position: bottom 43px;
    background-size: calc(362 / var(--value--base) * 100%) auto;
  }
}
/* mv-slide__control */
.mv-slide__control {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  gap: 19px;
  padding-right: var(--wrapper-margin--l);
  margin-top: 10px;
}

@media screen and (min-width: 37.5em) {
  .mv-slide__control {
    flex-flow: column-reverse;
    margin-top: 0;
  }
}
/* slick-dots */
.slick-dots {
  display: flex;
  gap: 25px;
}

.mv-slide .slick-dots li {
  line-height: 1;
}

.mv-slide .slick-dots button {
  --size: calc(10rem / 16);
  width: var(--size);
  height: var(--size);
  border: 1px solid var(--color-base);
  background: var(--color-white);
  color: transparent;
  position: relative;
}

.mv-slide .slick-dots button::before {
  content: "";
  position: absolute;
  inset: -0.625rem;
  pointer-events: pointer;
  z-index: 1;
}

.mv-slide .slick-active button {
  background: var(--color-base);
}

@media screen and (min-width: 37.5em) {
  .slick-dots {
    flex-flow: column;
  }
}
/* slick-next */
.mv-slide .slick-next {
  transform: rotate(-90deg);
}

.mv-slide .slick-next::before {
  content: "\f107";
}

@media screen and (min-width: 37.5em) {
  .mv-slide .slick-next {
    transform: rotate(0deg);
  }
}
/* p-intro-news */
/* ============================================ */
.intro-news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column;
  border-bottom: 1px solid var(--color-base);
  gap: var(--margin--s) calc(40 / var(--value--m) * 100%);
}

.intro-news__catch,
.intro-news__content {
  flex: 1;
}

@media screen and (min-width: 64em) {
  .intro-news {
    flex-flow: row;
  }
}
/* .intro-news__catch */
.intro-news__catch-sub {
  letter-spacing: var(--letter-spacing--2xl);
  line-height: var(--line-height--2xs);
}

/* intro-news__content */
.intro-news__content {
  padding-left: calc(94 / var(--value--m) * 100%);
  width: var(--wrapper--l);
}
@media screen and (min-width: 64em) {
  .intro-news__content {
    width: 100%;
  }
}

/* intro-news__item */
.intro-news__item a {
  display: block;
  padding: var(--margin--xs) 0;
  border-bottom: 1px solid var(--color-base);
}

.intro-news__item:first-of-type a {
  padding-top: 0;
}

.intro-news__item:last-of-type a {
  padding-bottom: 0;
  border-bottom: none;
}

.intro-news__item .news-excerpt {
  -webkit-text-decoration: transparent underline;
  text-decoration: transparent underline;
}

@media (hover: hover) {
  .intro-news__item a:hover .news-excerpt {
    -webkit-text-decoration: var(--color-base) underline;
    text-decoration: var(--color-base) underline;
  }
}
/* p-top-about */
/* ============================================ */
.top-about {
  border-bottom: 1px solid var(--color-base);
  display: flex;
  justify-content: space-between;
  flex-flow: column-reverse;
  gap: 50px calc(70 / var(--value--m) * 100%);
}

@media screen and (min-width: 48em) {
  .top-about {
    flex-flow: row;
  }
}
/* top-about__content */
.top-about__content {
  flex: 1;
  max-width: 37.125rem;
}

.top-about__text {
  font-weight: 300;
  line-height: var(--line-height--xl);
}

/* top-about__img */
.top-about__img {
  flex: 1;
  max-width: 36.4375rem;
}

/* p-top-news */
/* ============================================ */
/* top-news */
.top-news {
  border-bottom: 1px solid var(--color-base);
}

/* top-new__row */
.top-new__row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-flow: column;
  row-gap: 15px;
  margin-bottom: var(--margin--s);
}

.top-new__row .title-section--top {
  margin-bottom: 0;
}

@media screen and (min-width: 52em) {
  .top-new__row {
    flex-flow: row;
  }
}
/* top-news__category-list */
.top-news__category-list {
  display: flex;
  flex-flow: wrap;
  --gap: 16px;
  gap: 0 var(--gap);
}

@media screen and (min-width: 52em) {
  .top-news__category-list {
    justify-content: end;
    gap: 0;
  }
}
/* top-news__category-list li */
.top-news__category-list a {
  color: var(--color-default);
  font-weight: 300;
  display: inline-block;
  padding: 2px;
  -webkit-text-decoration: transparent underline;
  text-decoration: transparent underline;
  text-underline-offset: 0.5em;
}

.top-news__category-list li:first-of-type {
  position: relative;
  padding-right: var(--gap);
}

.top-news__category-list li:first-of-type::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  inset: 0;
  right: 0;
  left: auto;
  background: var(--color-base);
}

.top-news__category-item--current a {
  color: var(--color-base);
  font-weight: 400;
  pointer-events: none;
}

@media (hover: hover) {
  .top-news__category-list a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 52em) {
  .top-news__category-list a {
    padding: 5px;
  }
  .top-news__category-list li:first-of-type {
    padding-right: 36px;
  }
  .top-news__category-list li:nth-of-type(2) {
    padding-left: 34px;
  }
  .top-news__category-list li:nth-of-type(n + 3) {
    padding-left: 40px;
  }
  .top-news__category-item:last-of-type a {
    padding-right: 0;
  }
  @supports (width: min(10px, 5vw)) {
    .top-news__category-list li:first-of-type {
      padding-right: clamp(0.625rem, -4.972rem + 9.63vw, 2.25rem);
      /* min10px max36px viewport:min930px max1200px */
    }
    .top-news__category-list li:nth-of-type(2) {
      padding-left: clamp(0.625rem, -4.542rem + 8.89vw, 2.125rem);
      /* min10px max34px viewport:min930px max1200px */
    }
    .top-news__category-list li:nth-of-type(n + 3) {
      padding-left: clamp(0.625rem, -5.833rem + 11.11vw, 2.5rem);
      /* min10px max40px viewport:min930px max1200px */
    }
  }
}
/* p-top-staff */
/* ============================================ */
.top-staff {
  border-bottom: 1px solid var(--color-base);
}

/* top-staff__row */
.top-staff__row {
  display: flex;
  flex-flow: column;
  gap: 10px calc(70 / var(--value--m) * 100%);
}

@media screen and (min-width: 48em) {
  .top-staff__row {
    flex-flow: row;
  }
}
/* top-staff__text */
@media screen and (min-width: 48em) {
  .top-staff__text {
    flex: 54.625rem;
  }
}
/* top-staff__column */
.top-staff__column {
  display: flex;
  flex-flow: column;
  gap: 25px;
  margin-top: 25px;
}

@media screen and (min-width: 48em) {
  .top-staff__column {
    flex: 18.75rem;
    margin-top: 0;
  }
}
/* p-staff */
/* ============================================ */
.staff__row {
  display: flex;
  flex-flow: column;
  gap: 25px calc(70 / var(--value--m) * 100%);
}

@media screen and (min-width: 48em) {
  .staff__row {
    flex-flow: row;
    justify-content: space-between;
    align-items: end;
  }
}
/* p-external-list */
/* ============================================ */
.external-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px calc(50 / var(--value--m) * 100%);
}

.external-list a {
  flex: 1;
}

/* p-access */
/* ============================================ */
.access__row {
  display: flex;
  flex-flow: column;
  gap: 30px calc(138 / var(--value--m) * 100%);
}

@media screen and (min-width: 48em) {
  .access__row {
    flex-flow: row;
  }
}
/* access__left */
.access__left {
  flex-shrink: 0;
}

.access__logo {
  width: 177px;
  fill: var(--color-corporate);
}

/* access__right */
@supports (width: min(10px, 5vw)) {
  .access__right {
    padding-top: min(56.25%, 562px);
  }
}
.access__right > * {
  width: 100%;
}

.access__img img {
  width: 100%;
}

/* p-school */
/* ============================================ */
/* school__title */
.title-section {
  font-size: var(--font-size--3xl);
}

.title-section--en {
  font-weight: 700;
}

/* school__nav */
.school__nav {
  display: flex;
}

.school__nav-item {
  flex: 1;
  text-align: center;
  padding: 15px 0;
  border: 1px solid var(--color-shadow);
  font-size: var(--font-size--m);
  cursor: pointer;
  color: var(--color-gray);
}

.school__nav-item[aria-expanded="true"] {
  background: var(--color-shadow);
  color: var(--color-white);
  cursor: default;
}

/* school__list */
.school__list {
  counter-reset: order;
}

/* school__item */
.school__item {
  padding: var(--margin--l) 0;
  border-bottom: var(--color-shadow) 1px solid;
}

.school__item:first-of-type {
  border-top: var(--color-shadow) 1px solid;
}

@media screen and (min-width: 48em) {
  .school__item:nth-of-type(even),
  .school__item:nth-of-type(even) .school__item-row:first-child {
    flex-flow: row-reverse;
  }
}
/* school__item-row */
.school__item-row {
  display: flex;
  flex-flow: column;
  gap: 20px calc(40 / var(--value--m) * 100%);
}

@media screen and (min-width: 48em) {
  .school__item-row {
    flex-flow: row;
  }
}
/* school__item-left */
.school__item-left {
  flex: 626;
  display: flex;
  flex-flow: column;
}

@media screen and (min-width: 48em) {
  .school__item-left {
    overflow: hidden;
    max-width: calc(626 / var(--value--m) * 100%);
  }
}
/* school__item-right */
.school__item-right {
  flex: 633;
  overflow: hidden;
}

.school__item-right img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* school__item-title */
.school__item-title {
  margin-bottom: 20px;
  font-size: var(--font-size--3xl);
}

.school__item-title::before {
  counter-increment: order;
  content: "0" counter(order);
  display: block;
  line-height: var(--line-height--xs);
  font-size: var(--font-size--2xl);
}

/* school__item-text */
.school__item-text {
  margin-bottom: var(--margin--2xs);
}

/* school__item-thumbnail */
.school__item-thumbnail {
  overflow: hidden;
  display: flex;
  margin: auto;
  height: 93px;
  gap: 1px;
  position: relative;
  align-self: flex-end;
  margin-bottom: 0;
  width: 100%;
}

/* school__item-slide */
.school__item-slide {
  height: 100%;
  position: relative;
}

.school__item-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 999;
}

/* slick-arrow */
.school__item-thumbnail .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 1;
}

.school__item-thumbnail .slick-next {
  left: auto;
  right: 0;
}

/* slick-list */
.school__item-thumbnail .slick-list,
.school__item-slide .slick-list {
  width: 100%;
}

.school__item-thumbnail .slick-track {
  margin-left: 0;
}

.school__item-thumbnail .slick-list *,
.school__item-slide * {
  height: 100%;
}

.school__item-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  width: calc(100% - 1px);
}

/* p-about */
/* ============================================ */
/* about__nav */
.about__nav {
  border-top: 1px solid var(--color-base);
  border-bottom: 1px solid var(--color-base);
  padding: 22px 0;
}

.about__nav-list {
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  gap: 10px;
  flex-wrap: wrap;
}

.about__nav-item a {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.about__nav-item .icon-circle {
  --size: calc(26rem / 16);
  font-size: 0.5rem;
  border: 1px solid var(--color-dark-gray);
}

/* about-auag__row */
.about-auag__row {
  display: flex;
  flex-flow: column;
  gap: calc(100 / var(--value--m) * 100%);
}

@media screen and (min-width: 48em) {
  .about-auag__row {
    flex-flow: row;
  }
}
/* about-auag__list */
.about-auag__item {
  display: flex;
}

/* about-auag__item-date */
.about-auag__item-date {
  width: 2.875rem;
  margin-right: 15px;
  position: relative;
  padding-bottom: 60px;
  flex-shrink: 0;
}

.about-auag__item:last-of-type .about-auag__item-date {
  padding-bottom: 0;
}

.about-auag__item-date::before {
  content: "";
  position: absolute;
  width: 1px;
  background: var(--color-base);
  left: 1.375rem;
  top: 32%;
  bottom: 22%;
}

.about-auag__item:last-of-type .about-auag__item-date::before {
  position: static;
}

@media screen and (min-width: 37.5em) {
  .about-auag__item-date {
    margin-right: 25px;
  }
}
@media screen and (min-width: 48em) {
  .about-auag__item-date {
    padding-bottom: 120px;
  }
}
/* about-auag__item-content */
.about-auag__item-content {
  font-weight: 300;
  padding-left: 2em;
  text-indent: -2em;
}

.about-auag__item-content::before {
  content: "□";
  margin-right: 1em;
}

@media screen and (min-width: 37.5em) {
  .about-auag__item-content {
    padding-left: 3em;
    text-indent: -3em;
  }
  .about-auag__item-content::before {
    margin-right: 2em;
  }
}
/* about-auag__right */
@media screen and (max-width: 47.9375em) {
  .about-auag__right {
    margin-top: 40px;
  }
}
/* about-organization__img */
.about-organization__img img {
  min-width: 63.875rem;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 63.9375em) {
  .about-organization__img {
    overflow-x: scroll;
  }
}
/* p-staff-detail */
/* ============================================ */
/* staff-detail__row */
.staff-detail__row {
  display: flex;
  flex-flow: column;
  gap: calc(114 / var(--value--m) * 100%);
}

@media screen and (min-width: 48em) {
  .staff-detail__row {
    flex-flow: row;
  }
}
/* staff-detail__row--harf */
.staff-detail__row--harf {
  gap: 20px;
}

.staff-detail__row--harf > * {
  flex: 1;
}

/* staff-detail__profile */
.staff-detail__profile {
  max-width: 20rem;
  flex-shrink: 0;
}

.staff-detail__profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* staff-detail__profile-title */
.staff-detail__profile-title {
  background: var(--color-base);
  color: var(--color-white);
  font-weight: 500;
  padding: 12px 0;
  text-align: center;
}

/* staff-detail__profile-name--en */
.staff-detail__profile-name--en-positon {
  font-size: var(--font-size--xs);
  font-weight: 300;
}

.staff-detail__profile-name--en-name {
  font-size: var(--font-size--2xl);
  font-weight: 300;
}

/* staff-detail__profile-name--ja */
.staff-detail__profile-name--ja {
  display: flex;
  gap: 1em;
  align-items: center;
}

.staff-detail__profile-name--ja-name {
  font-size: var(--font-size--3xl);
}

.staff-detail__profile-name--ja-positon {
  font-size: var(--font-size--l);
  font-weight: 300;
}

/* staff-detail__right */
.staff-detail__right {
  flex: 1;
}

.staff-detail__right > * {
  width: 100%;
}

/* staff-detail__row-img */
.staff-detail__row-img {
  display: flex;
  flex-flow: column;
  gap: 10px calc(34 / var(--value--m) * 100%);
}

@media screen and (min-width: 37.5em) {
  .staff-detail__row-img {
    flex-flow: row;
  }
}
/* staff-detail__section */
.staff-detail__section-list > * + * {
  margin-top: var(--margin--2xs);
}

.staff-detail > .border-t:last-of-type {
  border-bottom: 1px solid var(--color-base);
}

/* p-news-detail */
/* ============================================ */
/* news-detail__content */
.news-detail__content * + * {
  margin-top: 20px;
}

.news-detail__content * + img,
.news-detail__content img * * {
  margin-top: var(--margin--s);
}

.news-detail__content h1 {
  font-size: var(--font-size--4xl);
}

.news-detail__content h2 {
  font-size: var(--font-size--3xl);
}

.news-detail__content h3 {
  font-size: var(--font-size--2xl);
}

.news-detail__content h4 {
  font-size: var(--font-size--l);
  font-weight: 700;
}

.news-detail__content h5 {
  font-size: var(--font-size--m);
  font-weight: 700;
}

.news-detail__content h6 {
  font-size: var(--font-size--s);
  font-weight: 700;
}

/* p-step */
/* ============================================ */
.step__row {
  display: flex;
  --column-gap: calc((58 / var(--value--m)) * 100%);
  gap: 50px var(--column-gap);
  flex-flow: column;
}

.step__row > * {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .step__row {
    flex-flow: wrap;
  }
  .step__row > * {
    width: calc((100% - var(--column-gap)) / 2);
  }
}
/* step__list */
.step__item:first-of-type {
  border-top: 1px solid var(--color-light-gray);
}

.step__item {
  border-bottom: 1px solid var(--color-light-gray);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px 20px 0;
  gap: 30px;
}

/* step__item-title */
.step__item-title-sub {
  font-size: var(--font-size--xs);
}

.step__item-content {
  font-size: var(--font-size--xl);
  font-weight: 300;
}

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

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

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 100%;
  }
}
/* js-tab */
/* ============================================ */
.js-tab > * {
  transition-property: opacity, background-color;
  transition-duration: var(--duration--m);
}

@media (hover: hover) {
  .js-tab > *:hover {
    opacity: 0.5;
    background: var(--color-base);
    color: var(--color-white);
  }
}
.js-tab > *[aria-expanded="true"] {
  pointer-events: none;
}

.js-tabContent {
  display: none;
}

.js-tabContent[aria-hidden="false"] {
  display: block;
}

/*
--------------------------------
utility
デザインの微調整
--------------------------------
*/
/* u-responsive */
/* ============================================ */
.sp-none,
.x-sp-none {
  display: none;
}

@media screen and (min-width: 23.4375em) {
  .x-sp-none {
    display: block;
  }
}
@media screen and (min-width: 37.5em) {
  .sp-none {
    display: block;
  }
}
/* 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;
}

/* u-margin */
/* ============================================ */
/* margin-top */
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt--2xs {
  margin-top: var(--margin--2xs);
}

.mt--xs {
  margin-top: var(--margin--xs);
}

.mt--s {
  margin-top: var(--margin--s);
}

.mt--m {
  margin-top: var(--margin--m);
}

.mt--l {
  margin-top: var(--margin--l);
}

.mt--xl {
  margin-top: var(--margin--xl);
}

/* margin-bottom */
.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb--2xs {
  margin-bottom: var(--margin--2xs);
}

.mb--xs {
  margin-bottom: var(--margin--xs);
}

.mb--s {
  margin-bottom: var(--margin--s);
}

.mb--m {
  margin-bottom: var(--margin--m);
}

.mb--l {
  margin-bottom: var(--margin--l);
}

.mb--xl {
  margin-bottom: var(--margin--xl);
}

/* margin-left */
.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

/* margin-right */
.mr0 {
  margin-right: 0px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.ml1em {
  margin-left: 1em;
}

/* u-padding */
/* padding-top */
.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt--2xs {
  padding-top: var(--margin--2xs);
}

.pt--xs {
  padding-top: var(--margin--xs);
}

.pt--s {
  padding-top: var(--margin--s);
}

.pt--m {
  padding-top: var(--margin--m);
}

.pt--l {
  padding-top: var(--margin--l);
}

.pt--xl {
  padding-top: var(--margin--xl);
}

/* padding-bottom */
.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb--2xs {
  padding-bottom: var(--margin--2xs);
}

.pb--xs {
  padding-bottom: var(--margin--xs);
}

.pb--s {
  padding-bottom: var(--margin--s);
}

.pb--m {
  padding-bottom: var(--margin--m);
}

.pb--l {
  padding-bottom: var(--margin--l);
}

.pb--xl {
  padding-bottom: var(--margin--xl);
}

/* padding-left */
.pl0 {
  padding-left: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

/* padding-right */
.pr0 {
  padding-right: 0px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

/* u-font */
/* ============================================ */
/* font-weight */
.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

/* font-size */
.font-size--16 {
  font-size: 16px;
}

.font-size--16rem {
  font-size: 1rem;
}

.font-size--18 {
  font-size: 18px;
}

.font-size--18rem {
  font-size: 1.125rem;
}

.font-size--xs {
  font-size: var(--font-size--xs);
}

.font-size--s {
  font-size: var(--font-size--s);
}

.font-size--m {
  font-size: var(--font-size--m);
}

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

.font-size--xl {
  font-size: var(--font-size--xl);
}

.font-size--2xl {
  font-size: var(--font-size--2xl);
}

.font-size--3xl {
  font-size: var(--font-size--3xl);
}

.font-size--4xl {
  font-size: var(--font-size--4xl);
}

/* u-text-align */
/* ============================================ */
.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

/* u-display */
/* ============================================ */
.inline-block {
  display: inline-block;
}

.flex-flow-cloumn {
  flex-flow: column;
}

/* u-border */
/* ============================================ */
.border-b {
  border-bottom: 1px solid var(--color-base);
}

.border-t {
  border-top: 1px solid var(--color-base);
}

/* u-line-height */
/* ============================================ */
.line-height--3xs {
  line-height: var(--line-height--3xs);
}

.line-height--2xs {
  line-height: var(--line-height--2xs);
}

.line-height--xs {
  line-height: var(--line-height--xs);
}

.line-height--s {
  line-height: var(--line-height--s);
}

.line-height--m {
  line-height: var(--line-height--m);
}

.line-height--l {
  line-height: var(--line-height--l);
}

.line-height--xl {
  line-height: var(--line-height--xl);
}

/* 240516追加 sns */
.single .news-info {
  justify-content: space-between;
}
.sfsi_widget {
  min-height: auto;
}
.norm_row.sfsi_wDiv {
  width: auto !important;
  display: flex;
  gap: 5px;
  align-items: center;
}
.sfsi_wicons.shuffeldiv {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}
.sfsi_tool_tip_2 {
  width: 100%;
  max-width: 140px;
}
.sfsi_tool_tip_2 .sfsi_inside {
  margin-bottom: 0;
}

.twt_tool_bdr .sfsi_inside .icon2 {
  width: 58px;
}

/* 250507追加 */
.wp-caption {
  max-width: 100%;
}
