@charset "UTF-8";
/**
 * FUNCTION
 * Function.............
 *
 * VARIABLE
 * Global...............プロジェクト全体を通して使用される変数です。
 * Color................カラー用の変数（マップ）を管理します。
 * Config...............
 *
 * MIXIN
 * Media-query..........メディアクエリ用のmixinです。
 * Clearfix.............`float`を解除する`clearfix`のmixinです。
 *
 * VENDORS
 * Normalize.css........Normalize cssのインポートします。
 *
 * VENDORS-EXTENSION
 * Normalize.css........Normalize.cssのスタイルを上書きします。
 *
 * BASE
 * Base.................要素セレクタと属性セレクタのデフォルトスタイルです。
 *
 * LAYOUT
 * Header...............ヘッダーエリアのコンテナブロックのスタイルを指定します。
 * Footer...............フッターエリアのコンテナブロックのスタイルを指定します。
 * Main.................メインコンテンツエリアのコンテナブロックのスタイルを指定します。
 * Sidebar..............サイドバーエリアのコンテナブロックのスタイルを指定します。
 *
 * COMPONENT
 * Wrapper..............コンポーネントをラップするオブジェクトです。`max-width`が指定されています。
 * Grid.................グリッドレイアウトのベーススタイルです。
 * Inline...............横並びになるリストオブジェクトです。
 * Block................縦並びになるリストオブジェクトです。
 * Rank.................横並びになるリストオブジェクトです。アンカータグのクリック範囲が大きく指定されています。
 * Pac..................子要素を折り返さず、横幅内に収めるリストオブジェクトです。
 * Stac.................縦に積み上げていくタイプのリストオブジェクトです。
 * Media................画像とテキストを横並びにするために使用するオブジェクトです。
 * Split................2つの要素をブロックから横並びにするオブジェクトです。
 * Justify..............子要素を両端揃えにするオブジェクトです。
 * Scroll...............横スクロールに対応したテーブルオブジェクトです。
 * Central..............上下左右の中央配置オブジェクトです。
 * Button...............ボタンコンポーネントのベーススタイルです。
 * Card.................カード型のコンポーネントです。
 * Embed................YouTubeなどの埋め込みコンテンツのアスペクト比を固定するオブジェクトです。
 * Images...............画像コンポーネントです。
 *
 * PROJECT
 * Breadcrumbs..........パンくずリストです。セパレーターは`>`です。
 * Pagination...........前後のページに遷移するためのナビゲーションです。アイコンは`<`, `>`です。
 * Tag-cloud............タグクラウドのコンポーネントです。
 * Alert................エラーメッセージなどを表示するコンポーネントです。
 * Badge................投稿数のような数値を表示するコンポーネントです。
 * Label................インラインでメッセージを表示するコンポーネントです。
 * Balloon..............吹き出しのコンポーネントです。
 *
 * UTILITY
 * Col..................レスポンシブに対応した`width`を指定するためのヘルパークラスです。
 * Push.................レスポンシブに対応した`left`を指定するためのヘルパークラスです。
 * Pull.................レスポンシブに対応した`right`を指定するためのヘルパークラスです。
 * Column...............レスポンシブに対応した`column-count`を指定するためのヘルパークラスです。
 * Margin...............レスポンシブに対応した`margin`を指定するためのヘルパークラスです。
 * Padding..............`padding`を指定するためのヘルパークラスです。
 * Display..............要素の表示を切り替えるヘルパークラスです。
 * Float................`float`とクリアーフィックスのヘルパークラスです。
 * Position.............`position`のヘルパークラスです。
 * Text.................テキストのスタイルを変更するヘルパークラスです。
 */
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Vendors
   ----------------------------------------------------------------- */
/**
 * #Normalize
 */
/* ==========================================================================
   Normalize.css
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Vendors-extension
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
/**
 * #Base
 */
/**
 * ボックスモデルを`border-box`にリセットします。
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
:root {
  --width-ratio: 1px/1;
  --width-wide-ratio: 100vw / 1440;
}

@media screen and (max-width: 1440) {
  :root {
    --width-ratio: 100vw / 1440;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --width-ratio: 100vw / 375;
    --width-wide-ratio: 100vw / 375;
  }
}
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: my-strip-unit(my-margins());
  /* iOSとAndroidでのリンクをタップ時のハイライトをリセットする。 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  display: none;
  color: #000;
  font-family: "Noto Sans", serif;
  font-weight: 500;
  background: #fff;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  position: relative;
}

/* 日本語にitalicは使用されないためリセットする */
i,
cite,
em,
address,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: "Zen Old Mincho";
  font-weight: 700;
  line-height: 1.4;
}

h1, .u-h1 {
  font-size: 2rem;
}

h2, .u-h2 {
  font-size: 1.6rem;
}

h3, .u-h3 {
  font-size: 1.4rem;
}

h4, .u-h4 {
  font-size: 1.2rem;
}

h5, .u-h5 {
  font-size: 1rem;
}

h6, .u-h6 {
  font-size: 1rem;
}

a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* マージンを持たないブロックとする。 */
figure {
  margin: 0;
}

/* `padding-strat: 40px;`の相対値 */
ul, ol {
  padding-left: 2.5em;
}

/* ネストされたリストのマージンをリセットする */
li {
  list-style: none;
}
li > ul,
li > ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

/**
 * <blockquote cite="#">
 *     <p><small></small></p>
 *     <footer>
 *         <cite><a href="#"></a></cite>
 *     </footer>
 * </blockquote>
 */
blockquote {
  margin: my-margins() 0 my-margins() 0;
  padding-left: my-paddings();
  border-left: 1px solid my-colors(text, light);
  color: my-colors(text, light);
}
blockquote > :first-child {
  margin-top: 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/* `<cite>`の先頭にemダッシュが付く */
blockquote cite:before {
  content: "— ";
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: my-paddings();
  background-color: my-colors(bg);
}

legend {
  padding: 0 my-paddings(small);
  background-color: my-colors(bg);
}

label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url] {
  padding-left: my-paddings(small);
}

textarea {
  width: 100%;
  min-height: 8rem;
  padding: my-paddings(large) my-paddings(small);
  vertical-align: top;
  resize: vertical;
}

optgroup {
  font-weight: normal;
  font-style: normal;
}

/**
 * プレイスホルダーのcolorを無効化してopacityでコントラストを抑える
 * http://hail2u.net/blog/webdesign/placeholder-normalization.html
 */
:-ms-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

:placeholder-shown {
  opacity: 0.54;
}

code,
kbd,
pre,
samp {
  font-size: 1rem;
}

code,
pre {
  font-family: Menlo, Consolas, Courier, monospace;
}

kbd {
  /* ユーザーに入力を促す要素 */
  font-family: inherit;
}
kbd > kbd {
  /* キーボードのキーを示す要素に変化するためボーダーで囲われます */
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  padding: 3px 6px;
  font-size: 0.75rem;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
}

/**
 * Vertical Rhythmを指定しているクラスセレクタをまとめて指定します。
 */
h1, h2, h3, h4, h5, h6,
p,
ul, ol, dl,
table,
pre,
address {
  margin-top: 0;
  margin-bottom: my-margins();
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, p, a, img, ul, li, table, tr, th, td, tbody, footer, header, main, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  list-style: none;
  text-decoration: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/**
 * #Footer
 */
.l-footer {
  position: relative;
  background: #EDEDED;
}
.l-footer__inner {
  padding: calc(72 * var(--width-ratio)) calc(16 * var(--width-ratio)) calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding: calc(97 * var(--width-ratio)) calc(16 * var(--width-ratio)) calc(40 * var(--width-ratio));
  }
}

.l-footer-logo {
  max-width: calc(164 * var(--width-ratio));
  margin: 0 auto calc(60 * var(--width-ratio));
}

.l-footer__copy {
  color: #000;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-align: center;
  line-height: 2.7;
}

/**
 * #Header
 */
.l-header .c-link {
  margin-left: auto;
}

/**
 * #Main
 */
/**
 * #Section
 */
.l-section {
  position: relative;
}

.l-section__inner {
  width: 100%;
  margin: 0 auto;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/**
 * #Scroll
 */
.c-scroll {
  position: absolute;
  bottom: calc(20 * var(--width-ratio));
  right: calc(20 * var(--width-ratio));
  display: flex;
  align-items: center;
  gap: calc(10 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .c-scroll {
    bottom: calc(26 * var(--width-ratio));
    right: calc(16 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}
.c-scroll img {
  width: calc(5 * var(--width-ratio));
  height: calc(24 * var(--width-ratio));
}

/**
 * #Button
 */
/**
 * #Animation
 */
.c-animation.c-animation--ttb .c-animation-bg {
  animation-name: PageAnime-ttb;
}
.c-animation.appear {
  animation-name: PageAnime-content;
  animation-duration: 0.55s;
  animation-delay: 0.55s;
  animation-fill-mode: forwards;
  opacity: 0;
  pointer-events: auto;
}
.c-animation .c-animation-bg {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 999;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.c-animation .l-main {
  opacity: 1;
  pointer-events: auto;
}

@keyframes PageAnime-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes PageAnime-ttb {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateX(0);
  }
  16.66% {
    transform: translateX(5px);
  }
  33.33% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
/**
 * #Fade
 */
.js-fadeUp {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.js-slideUp {
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
.js-slideUp.is-inview {
  opacity: 1;
}
.js-slideUp.is-inview * {
  opacity: 1;
  transform: translateY(100%);
  animation: slideInFromBottom 0.5s forwards;
}

@keyframes slideInFromBottom {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * #Kv
 */
.c-kv {
  position: relative;
  height: 100vh;
  height: calc(var(--vh) * 100);
}
.c-kv .pc {
  position: absolute;
  top: 0;
  right: 0;
}
.c-kv .pc .c-link {
  margin-left: auto;
}
.c-kv .sp .c-link {
  margin: 0 auto;
}

.c-kv__inner {
  padding-top: calc(72 * var(--width-ratio));
  padding-bottom: calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-kv__inner {
    padding: calc(40 * var(--width-ratio)) calc(7 * var(--width-ratio)) calc(80 * var(--width-ratio));
  }
}
@media (max-width: 480px) {
  .c-kv__inner {
    padding: calc(100 * var(--width-ratio)) calc(7 * var(--width-ratio)) calc(80 * var(--width-ratio));
  }
}

.c-kv-img {
  display: block;
  height: 90vh;
}
@media (max-width: 768px) {
  .c-kv-img {
    max-width: calc(180 * var(--width-ratio));
    height: 100%;
    margin: 0 auto calc(30 * var(--width-ratio));
  }
}
@media (max-width: 480px) {
  .c-kv-img {
    max-width: calc(360 * var(--width-ratio));
    height: auto;
    margin: 0 auto calc(30 * var(--width-ratio));
  }
}
.c-kv-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1336px) {
  .c-kv-img img {
    width: 80%;
    margin: 0 auto;
  }
}

.c-kv-scroll {
  position: absolute;
  bottom: 0;
  right: calc(16 * var(--width-ratio));
  display: flex;
  align-items: center;
  gap: calc(10 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .c-kv-scroll {
    font-size: calc(14 * var(--width-ratio));
  }
}
.c-kv-scroll::after {
  content: "";
  width: calc(1 * var(--width-ratio));
  height: calc(94 * var(--width-ratio));
  background: #000;
  animation: scroll 1.5s infinite;
}
@media (max-width: 768px) {
  .c-kv-scroll::after {
    height: calc(70 * var(--width-ratio));
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/**
 * #Link
 */
.c-link {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: calc(8 * var(--width-ratio));
  max-width: calc(250 * var(--width-ratio));
  padding: calc(20 * var(--width-ratio)) calc(35 * var(--width-ratio)) calc(15 * var(--width-ratio)) calc(30 * var(--width-ratio));
  z-index: 2;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .c-link {
    max-width: calc(215 * var(--width-ratio));
    padding: calc(18 * var(--width-ratio)) calc(15 * var(--width-ratio)) calc(15 * var(--width-ratio)) calc(15 * var(--width-ratio));
  }
}
.c-link::before {
  content: "";
  display: block;
  width: calc(140 * var(--width-ratio));
  height: calc(37 * var(--width-ratio));
  background-image: url(../images/text_recruit.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background: #000;
  transition: 0.3s;
  z-index: -1;
}
.c-link p {
  display: none;
}
.c-link span {
  position: relative;
  display: block;
  width: calc(36 * var(--width-ratio));
  height: calc(36 * var(--width-ratio));
  border-radius: 50%;
  background: #000;
  transition: 0.3s;
}
.c-link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(20 * var(--width-ratio));
  height: calc(20 * var(--width-ratio));
  background-image: url(../images/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.c-link:hover::before, .c-link.is-active::before {
  background-image: url(../images/text_recruit_hover.svg);
}
.c-link:hover::after, .c-link.is-active::after {
  width: 100%;
}
.c-link:hover span, .c-link.is-active span {
  background: #fff;
}
.c-link:hover span::before, .c-link.is-active span::before {
  bottom: calc(8 * var(--width-ratio));
  left: calc(8 * var(--width-ratio));
  background-image: url(../images/icon_arrow_hover.png);
}

/**
 * #Modal
 */
.c-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  padding: calc(20 * var(--width-ratio));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  text-align: center;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.c-modal::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.c-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.c-modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  max-width: calc(626 * var(--width-ratio));
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .c-modal-container {
    max-width: calc(343 * var(--width-ratio));
    margin: 0 auto;
  }
}

.c-modal-content img {
  display: block;
  width: calc(120 * var(--width-ratio));
  margin: 0 auto calc(32 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-modal-content img {
    width: calc(90 * var(--width-ratio));
    margin: 0 auto calc(30 * var(--width-ratio));
  }
}

.c-modal-area {
  padding: calc(60 * var(--width-ratio)) calc(16 * var(--width-ratio));
  border: 1px solid #707070;
  background: #fff;
}
@media (max-width: 768px) {
  .c-modal-area {
    padding: calc(50 * var(--width-ratio)) calc(16 * var(--width-ratio));
  }
}

.c-modal-close {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(10 * var(--width-ratio));
  width: calc(45 * var(--width-ratio));
  height: calc(45 * var(--width-ratio));
  background: #D0D0D0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .c-modal-close {
    width: calc(34 * var(--width-ratio));
    height: calc(34 * var(--width-ratio));
  }
}
.c-modal-close img {
  width: calc(19 * var(--width-ratio));
  height: calc(19 * var(--width-ratio));
}

.c-modal__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(20 * var(--width-ratio));
  max-width: calc(402 * var(--width-ratio));
  margin: 0 auto;
  padding: calc(8 * var(--width-ratio)) calc(28 * var(--width-ratio));
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: calc(34 * var(--width-ratio));
  font-weight: 900;
  font-family: "Zen Old Mincho";
  letter-spacing: 0.06em;
  text-align: left;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .c-modal__link {
    gap: calc(10 * var(--width-ratio));
    max-width: calc(288 * var(--width-ratio));
    padding: calc(8 * var(--width-ratio)) calc(17 * var(--width-ratio));
    font-size: calc(24 * var(--width-ratio));
  }
}
.c-modal__link::after {
  content: "";
  display: block;
  width: calc(35 * var(--width-ratio));
  height: calc(8 * var(--width-ratio));
  background-image: url(../images/icon_arrow_next_out.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.c-modal__link:hover {
  background: #fff;
  color: #000;
}
.c-modal__link:hover::after {
  background-image: url(../images/icon_arrow_next.png);
}

.c-modal__link--second {
  margin-top: calc(48 * var(--width-ratio));
  color: #000;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 900;
  font-family: "Zen Old Mincho";
  letter-spacing: 0.06em;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .c-modal__link--second {
    margin-top: calc(43 * var(--width-ratio));
    font-size: calc(18 * var(--width-ratio));
  }
}

/* Project
   ----------------------------------------------------------------- */
/**
* #About
*/
.p-about {
  background: #EDEDED;
  overflow-x: hidden;
  overflow-y: hidden;
}

.p-about-img {
  position: absolute;
}

.p-about-img--before {
  top: calc(-52 * var(--width-ratio));
  left: calc(-480 * var(--width-ratio));
  width: calc(732 * var(--width-ratio));
  height: calc(620 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-about-img--before {
    content: none;
  }
}

.p-about-img--after {
  bottom: calc(16 * var(--width-ratio));
  right: calc(-308 * var(--width-ratio));
  width: calc(620 * var(--width-ratio));
  height: calc(732 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-about-img--after {
    top: calc(30 * var(--width-ratio));
    bottom: unset;
    right: calc(-253 * var(--width-ratio));
    width: calc(438 * var(--width-ratio));
    height: calc(518 * var(--width-ratio));
  }
}

.p-about__inner {
  max-width: calc(1032 * var(--width-ratio));
  padding: calc(175 * var(--width-ratio)) calc(16 * var(--width-ratio)) calc(90 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-about__inner {
    padding: calc(80 * var(--width-ratio)) calc(16 * var(--width-ratio));
  }
}

.p-about__title {
  max-width: calc(560 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-about__title {
    max-width: calc(272 * var(--width-ratio));
  }
}

.p-about__text {
  margin-top: calc(70 * var(--width-ratio));
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .p-about__text {
    margin-top: calc(40 * var(--width-ratio));
    font-size: calc(20 * var(--width-ratio));
    line-height: 2;
  }
}

.p-about__caption {
  position: relative;
  max-width: calc(274 * var(--width-ratio));
  margin-top: calc(95 * var(--width-ratio));
  margin-left: auto;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-about__caption {
    max-width: calc(153 * var(--width-ratio));
    margin-top: calc(60 * var(--width-ratio));
    margin-right: calc(20 * var(--width-ratio));
  }
}

/**
* #Program
*/
.p-program {
  background: #fff;
  z-index: 1;
}
.p-program::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: calc(2 * var(--width-ratio));
  background: #000;
  transition: 0.5s;
}
.p-program.is-active::after {
  width: 100%;
}

.p-program--first::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
}
.p-program--first .p-program-day {
  color: #fff;
}
.p-program--first .p-program-schedule__text {
  color: #fff;
}

.p-program--second .p-program-head {
  background: #000;
  color: #fff;
}
.p-program--second .p-program__heading {
  background: #000;
}
.p-program--second .p-program-area {
  background: #EDEDED;
}
.p-program--second .p-program-date {
  padding-left: calc(100 * var(--width-ratio));
  text-align: left;
}
@media (max-width: 768px) {
  .p-program--second .p-program-date {
    padding-left: calc(60 * var(--width-ratio));
  }
}
@media (max-width: 768px) {
  .p-program--second .p-program-slide__item {
    width: 800px !important;
    flex-shrink: 0;
  }
}
.p-program--second .p-program-slide__item:last-child {
  width: auto !important;
  flex: 0 0 auto !important;
}
.p-program--second .p-program-slide__item .p-program__item {
  width: auto;
  margin-top: calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-program--second .p-program-slide__item .p-program__item {
    width: 95%;
  }
}
.p-program--second .p-program-detail {
  padding-right: 0;
}
@media (max-width: 768px) {
  .p-program--second .p-program-detail {
    padding-right: calc(16 * var(--width-ratio));
  }
}
.p-program--second .p-program-emphasis {
  max-width: calc(480 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-program--second .p-program-emphasis {
    max-width: calc(343 * var(--width-ratio));
  }
}
.p-program--second .p-program-emphasis__title {
  padding: calc(8 * var(--width-ratio)) calc(10 * var(--width-ratio)) calc(7 * var(--width-ratio));
  font-size: calc(34 * var(--width-ratio));
  line-height: 1;
}
@media (max-width: 768px) {
  .p-program--second .p-program-emphasis__title {
    font-size: calc(24 * var(--width-ratio));
  }
}
.p-program--second .p-program__desc {
  width: 67%;
}
@media (max-width: 768px) {
  .p-program--second .p-program__desc {
    width: 100%;
  }
}

.p-program__inner {
  width: 84.723%;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .p-program__inner {
    width: 100%;
    margin: 0 auto;
  }
}

.p-program-catch__wrap {
  display: flex;
  align-items: center;
  gap: calc(100 * var(--width-ratio));
  max-width: calc(960 * var(--width-ratio));
  padding-left: calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-program-catch__wrap {
    justify-content: center;
    flex-flow: row wrap;
    gap: 0;
    padding: calc(9 * var(--width-ratio)) calc(46 * var(--width-ratio)) calc(40 * var(--width-ratio));
  }
}

.p-program-day {
  display: flex;
  align-items: center;
  gap: calc(15 * var(--width-ratio));
  font-size: calc(65 * var(--width-ratio));
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .p-program-day {
    gap: calc(10 * var(--width-ratio));
    font-size: calc(35 * var(--width-ratio));
  }
}
.p-program-day span {
  font-size: calc(176 * var(--width-ratio));
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-program-day span {
    font-size: calc(106 * var(--width-ratio));
  }
}

.p-program-schedule__text {
  font-size: calc(34 * var(--width-ratio));
  font-weight: 700;
  font-family: "Noto Sans";
  line-height: 1.3529411765;
}

.p-program-schedule__text--first {
  font-family: "Roboto";
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-program-schedule__text--first {
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.3;
  }
}

.p-program-schedule__text--second {
  font-family: "Noto Sans";
}
@media (max-width: 768px) {
  .p-program-schedule__text--second {
    font-size: calc(24 * var(--width-ratio));
    line-height: 1.3333333333;
  }
}

.p-program-section {
  background: #fff;
}

.p-program-section--second {
  background: #EDEDED;
}

.p-program-section__wrap {
  overflow: hidden;
}

.p-program-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: calc(40 * var(--width-ratio));
  padding-right: calc(260 * var(--width-ratio));
  background: #EDEDED;
}
@media (max-width: 768px) {
  .p-program-head {
    flex-flow: row wrap;
    padding: calc(10 * var(--width-ratio)) calc(16 * var(--width-ratio));
  }
}

.p-program-head__title {
  font-size: calc(55 * var(--width-ratio));
  font-weight: 700;
  font-family: "Zen Old Mincho";
  line-height: 1.4461538462;
}
@media (max-width: 768px) {
  .p-program-head__title {
    width: 100%;
    font-size: calc(30 * var(--width-ratio));
    line-height: 1.4666666667;
    text-align: center;
  }
}

.p-program-head__time {
  font-size: calc(34 * var(--width-ratio));
  font-weight: 700;
  font-family: "Roboto";
  line-height: 1.3235294118;
}
@media (max-width: 768px) {
  .p-program-head__time {
    width: 100%;
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.3;
    text-align: center;
  }
}

.p-program-area {
  padding: calc(80 * var(--width-ratio)) calc(16 * var(--width-ratio)) calc(80 * var(--width-ratio)) calc(97 * var(--width-ratio));
  background: #fff;
}
@media (max-width: 768px) {
  .p-program-area {
    padding: calc(60 * var(--width-ratio)) calc(46 * var(--width-ratio)) calc(50 * var(--width-ratio)) calc(46 * var(--width-ratio));
  }
}

@media (max-width: 768px) {
  .p-program-area--second {
    padding: calc(60 * var(--width-ratio)) 0 calc(50 * var(--width-ratio)) calc(46 * var(--width-ratio));
  }
}
@media (max-width: 768px) {
  .p-program-area--second .p-program__wrap {
    width: calc(600 * var(--width-ratio));
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  .p-program-area--second .p-program__list {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .p-program-area--second .p-program__item {
    width: 44%;
  }
}

.p-program-card {
  display: flex;
  align-items: center;
  gap: calc(14 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-program-card {
    display: block;
  }
}

.p-program-card--first {
  gap: calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-program-card--first {
    gap: calc(20 * var(--width-ratio));
    max-width: calc(280 * var(--width-ratio));
    margin: 0 auto;
  }
}

.p-program__thumb {
  width: 120px;
}
@media (max-width: 768px) {
  .p-program__thumb {
    margin: 0 auto calc(10 * var(--width-ratio));
  }
}

.p-program__thumb--first {
  width: 146px;
}
@media (max-width: 768px) {
  .p-program__thumb--first {
    margin: 0 auto calc(20 * var(--width-ratio));
  }
}

.p-program-job {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
  font-family: "Noto Sans";
  line-height: 1.5;
}

.p-program-job--first {
  font-size: calc(24 * var(--width-ratio));
  line-height: 1.3333333333;
}
@media (max-width: 768px) {
  .p-program-job--first {
    font-size: calc(16 * var(--width-ratio));
    line-height: 1.625;
  }
}

.p-program-name {
  margin-top: calc(10 * var(--width-ratio));
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  font-family: "Noto Sans";
  line-height: 1.375;
}

.p-program-name--first {
  margin-top: calc(15 * var(--width-ratio));
  font-size: calc(34 * var(--width-ratio));
  line-height: 1.3529411765;
}
@media (max-width: 768px) {
  .p-program-name--first {
    margin-top: calc(10 * var(--width-ratio));
    font-size: calc(28 * var(--width-ratio));
    line-height: 1.3571428571;
  }
}

.p-program-emphasis {
  margin-bottom: calc(35 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-program-emphasis {
    margin-bottom: calc(50 * var(--width-ratio));
  }
}

.p-program-emphasis__title {
  display: inline-block;
  margin-bottom: calc(10 * var(--width-ratio));
  padding: 0 calc(10 * var(--width-ratio));
  background: #000;
  color: #fff;
  font-size: calc(40 * var(--width-ratio));
  font-weight: 700;
  font-family: "Roboto";
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-program-emphasis__title {
    padding: 0 calc(12 * var(--width-ratio));
    font-size: calc(30 * var(--width-ratio));
  }
}

.p-program-emphasis__lead {
  font-size: calc(36 * var(--width-ratio));
  font-weight: 900;
  font-family: "Zen Old Mincho";
  line-height: 1.4444444444;
}
@media (max-width: 768px) {
  .p-program-emphasis__lead {
    font-size: calc(26 * var(--width-ratio));
    line-height: 1.4230769231;
  }
}

.p-program-emphasis__lead--second {
  font-size: calc(34 * var(--width-ratio));
  line-height: 1.3529411765;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-program-emphasis__lead--second {
    font-size: calc(24 * var(--width-ratio));
    line-height: 1.6666666667;
  }
}

.p-program__list {
  max-width: calc(950 * var(--width-ratio));
  display: flex;
  flex-flow: row wrap;
  gap: calc(20 * var(--width-ratio)) calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-program__list {
    justify-content: center;
  }
}

.p-program__item {
  width: calc(420 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-program__item {
    width: calc(260 * var(--width-ratio));
  }
}

.p-program__heading {
  padding: calc(32 * var(--width-ratio)) calc(40 * var(--width-ratio));
  border-bottom: 2px solid #000;
  background: #EDEDED;
}
@media (max-width: 768px) {
  .p-program__heading {
    padding: calc(20 * var(--width-ratio)) calc(16 * var(--width-ratio));
  }
}
.p-program__heading img {
  max-width: calc(495 * var(--width-ratio));
}

.p-program-table {
  max-width: calc(1000 * var(--width-ratio));
  border-right: 2px solid #000;
}
@media (max-width: 768px) {
  .p-program-table {
    max-width: 100%;
    width: 100%;
    border-right: none;
  }
}

.p-program-slide__head {
  padding: calc(20 * var(--width-ratio)) calc(45 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-program-slide__head {
    padding: calc(8 * var(--width-ratio)) calc(16 * var(--width-ratio));
  }
}

.p-program-slide {
  overflow-x: hidden;
}
.p-program-slide .splide__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-program-slide .splide__arrow {
  width: calc(64 * var(--width-ratio));
  height: calc(10 * var(--width-ratio));
  border: none;
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
  transition: 0.3s;
  animation: fuwafuwa 1.5s linear infinite;
}
@media (max-width: 768px) {
  .p-program-slide .splide__arrow {
    width: calc(26 * var(--width-ratio));
    height: calc(5 * var(--width-ratio));
  }
}
.p-program-slide .splide__arrow--prev {
  background-image: url(../images/icon_arrow_prev.png);
}
.p-program-slide .splide__arrow--prev:hover, .p-program-slide .splide__arrow--prev:disabled {
  background-image: url(../images/icon_arrow_prev_out.png);
}
.p-program-slide .splide__arrow--next {
  background-image: url(../images/icon_arrow_next.png);
}
.p-program-slide .splide__arrow--next:hover, .p-program-slide .splide__arrow--next:disabled {
  background-image: url(../images/icon_arrow_next_out.png);
}
@media (max-width: 768px) {
  .p-program-slide .p-program-emphasis {
    margin-bottom: calc(30 * var(--width-ratio));
  }
}
@media (max-width: 768px) {
  .p-program-slide .p-program-card {
    display: flex;
  }
}
@media (max-width: 768px) {
  .p-program-slide .p-program__desc {
    width: 60%;
  }
}

.p-program-slide__item {
  padding-bottom: calc(100 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-program-slide__item {
    position: relative;
  }
  .p-program-slide__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(1 * var(--width-ratio));
    height: 93.5%;
    background: #000;
  }
  .p-program-slide__item:last-child::after {
    content: none;
  }
}
.p-program-slide__item .p-program__item {
  width: 100%;
  margin-top: calc(30 * var(--width-ratio));
}
.p-program-slide__item .p-program__item:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .p-program-slide__item .p-program__item:first-child .p-program-detail {
    padding: 0 calc(50 * var(--width-ratio)) 0 calc(16 * var(--width-ratio));
  }
}
@media (max-width: 768px) {
  .p-program-slide__item .p-program-detail {
    padding: 0 calc(20 * var(--width-ratio));
  }
}
@media (max-width: 768px) {
  .p-program-slide__item:first-child .p-program-detail {
    padding: 0 calc(20 * var(--width-ratio)) 0 calc(16 * var(--width-ratio));
  }
}

.p-program-slide__item--dummy {
  width: auto !important;
  flex: 0 0 auto !important;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.p-program-date {
  margin-bottom: calc(20 * var(--width-ratio));
  padding: 0 calc(20 * var(--width-ratio)) 0 calc(40 * var(--width-ratio));
  border-bottom: 2px solid #000;
  font-size: calc(50 * var(--width-ratio));
  font-weight: 700;
  font-family: "Roboto";
  line-height: 1.32;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-program-date {
    font-size: calc(40 * var(--width-ratio));
    line-height: 1.325;
  }
}

.p-program-detail {
  padding: 0 calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-program-detail {
    padding: 0 calc(16 * var(--width-ratio));
  }
}

.p-program__flex {
  display: flex;
  gap: calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-program__flex {
    width: 100%;
    gap: calc(40 * var(--width-ratio));
  }
}

.p-program-column {
  width: 50%;
}
@media (max-width: 768px) {
  .p-program-column {
    width: 100%;
  }
}

/**
* #Info
*/
.p-info {
  background: #fff;
}
.p-info .c-link {
  margin: calc(146 * var(--width-ratio)) auto 0;
}
@media (max-width: 768px) {
  .p-info .c-link {
    margin-top: calc(93 * var(--width-ratio));
  }
}

.p-info__inner {
  max-width: calc(1032 * var(--width-ratio));
  padding: calc(100 * var(--width-ratio)) calc(16 * var(--width-ratio)) calc(100 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-info__inner {
    padding: calc(60 * var(--width-ratio)) calc(16 * var(--width-ratio)) calc(130 * var(--width-ratio));
  }
}

.p-info__title {
  max-width: calc(367 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-info__title {
    max-width: calc(178 * var(--width-ratio));
  }
}

.p-info-area {
  max-width: calc(960 * var(--width-ratio));
  margin: calc(82 * var(--width-ratio)) 0 0 0;
  padding-left: calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-info-area {
    margin: calc(100 * var(--width-ratio)) auto 0;
    padding-left: 0;
  }
}

.p-info-group {
  margin-bottom: calc(90 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-info-group {
    margin-bottom: calc(50 * var(--width-ratio));
  }
}

.p-info__list {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: calc(30 * var(--width-ratio)) 0 0;
}
@media (max-width: 768px) {
  .p-info__list {
    display: block;
    margin-top: calc(27 * var(--width-ratio));
  }
}
.p-info__list:first-child {
  margin-top: 0;
}

.p-info__term {
  width: 20%;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.375;
}
@media (max-width: 768px) {
  .p-info__term {
    width: 100%;
    font-size: calc(16 * var(--width-ratio));
    line-height: 1.375;
  }
}

.p-info__desc {
  width: 70%;
}
@media (max-width: 768px) {
  .p-info__desc {
    width: 100%;
    margin-top: calc(13 * var(--width-ratio));
  }
}
.p-info__desc p {
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.375;
}
@media (max-width: 768px) {
  .p-info__desc p + p {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.p-info__text {
  font-size: calc(20 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
  line-height: 2.7;
}
@media (max-width: 768px) {
  .p-info__text {
    font-size: calc(16 * var(--width-ratio));
    line-height: 1.875;
  }
}

/**
* #Keynote
*/
.p-keynote-slide {
  display: none;
}
@media (max-width: 768px) {
  .p-keynote-slide {
    display: block;
  }
}
.p-keynote-slide .splide__arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: calc(12 * var(--width-ratio));
}
.p-keynote-slide .splide__arrow {
  width: calc(64 * var(--width-ratio));
  height: calc(10 * var(--width-ratio));
  border: none;
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-keynote-slide .splide__arrow {
    width: calc(26 * var(--width-ratio));
    height: calc(5 * var(--width-ratio));
  }
}
.p-keynote-slide .splide__arrow--prev {
  background-image: url(../images/icon_arrow_prev.png);
}
.p-keynote-slide .splide__arrow--next {
  background-image: url(../images/icon_arrow_next.png);
}

.p-keynote-slide__head {
  margin-bottom: calc(10 * var(--width-ratio));
  padding-right: calc(16 * var(--width-ratio));
}

.p-keynote-slide__list {
  display: flex;
  gap: calc(23 * var(--width-ratio));
}

/* Utitlity
   ----------------------------------------------------------------- */
/**
 * #Display
 */
.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.tab {
  display: block;
}
@media (max-width: 768px) {
  .tab {
    display: none;
  }
}

/**
* #Text
*/
.u-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1024px) {
  .u-text {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

/**
* #Title
*/
.u-title {
  color: #00995C;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 1024px) {
  .u-title {
    font-size: 2.4rem;
    line-height: 1.16;
  }
}/*# sourceMappingURL=style.css.map */

/*クローズ対応*/
.close{
  position: fixed;
  bottom: 0px;
  z-index: 9999;
  text-align: center;
  font-size: 2.4em;
  background-color:rgba(0,0,0,0.6);
  width: 100%;
  color: #fff;
  font-weight: 800;
}
.close p{
  margin: 35px auto;
  font-family: "Roboto";
}


@media screen and (max-width: 768px) {
.close p{
font-size: 0.9em;
}
}