@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 / 1400;
}

@media screen and (max-width: 1400px) {
  :root {
    --width-ratio: 100vw / 1400;
  }
}
@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: inherit;
}

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

body {
  color: #151F41;
  font-family: "Shippori Mincho", "Jost", serif;
  font-weight: 500;
  background: #fff;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  position: relative;
  line-height: 1.85;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.4;
}

a {
  display: block;
  color: #151F41;
  text-decoration: none;
  transition: 0.3s;
}
a:hover, a:focus {
  opacity: 0.8;
}

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-image: url(../images/bg_footer.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.l-footer__inner {
  max-width: calc(1080 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(70 * var(--width-ratio)) calc(30 * var(--width-ratio)) calc(52 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding: calc(38 * var(--width-ratio)) calc(30 * var(--width-ratio)) calc(34 * var(--width-ratio));
  }
}

.l-footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer-top {
    gap: calc(44 * var(--width-ratio));
    flex-direction: column;
  }
}

.l-footer-logo {
  width: 100%;
}

.l-footer-logo--first {
  max-width: calc(410 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer-logo--first {
    max-width: calc(300 * var(--width-ratio));
  }
}

.l-footer-logo--second {
  max-width: calc(295 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer-logo--second {
    max-width: calc(185 * var(--width-ratio));
  }
}

.l-footer-bottom {
  display: flex;
  justify-content: end;
  margin-top: calc(24 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer-bottom {
    justify-content: center;
    margin-top: calc(15 * var(--width-ratio));
  }
}

.l-footer__copy {
  color: #151F41;
  font-size: calc(12 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.6666666667;
}
@media (max-width: 768px) {
  .l-footer__copy {
    font-size: calc(10 * var(--width-ratio));
    line-height: 2;
  }
}

/**
 * #Header
 */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.l-header__inner {
  padding: calc(32 * var(--width-ratio)) calc(37 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-header__inner {
    padding: calc(16 * var(--width-ratio));
  }
}

.l-header-logo {
  max-width: calc(154 * var(--width-ratio));
}

.l-header-logo__link img {
  display: block;
}

/**
 * #Main
 */
.l-main-top {
  padding-top: 72px;
}
@media (max-width: 1024px) {
  .l-main-top {
    padding-top: 0;
  }
}

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

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

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/**
 * #Card
 */
.c-card {
  margin-top: calc(55 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-card {
    margin-top: calc(36 * var(--width-ratio));
  }
}

.c-card__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: calc(54 * var(--width-ratio));
  grid-row-gap: calc(54 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-card__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: calc(36 * var(--width-ratio));
    grid-row-gap: calc(14 * var(--width-ratio));
  }
}

.c-card__text {
  margin-top: calc(10 * var(--width-ratio));
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.8666666667;
}
@media (max-width: 768px) {
  .c-card__text {
    margin-top: calc(6 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.6;
  }
}

/**
 * #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);
}

/**
 * #Scroll
 */
.c-scroll {
  position: fixed;
  bottom: calc(24 * var(--width-ratio));
  right: calc(35 * var(--width-ratio));
  display: block;
  max-width: calc(50 * var(--width-ratio));
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.c-scroll.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .c-scroll {
    bottom: calc(16 * var(--width-ratio));
    right: calc(12 * var(--width-ratio));
    max-width: calc(36 * var(--width-ratio));
  }
}

/**
 * #Kv
 */
.c-kv {
  position: relative;
  z-index: 10;
}

/**
 * #Link
 */
.c-link {
  position: relative;
  display: block;
  max-width: 116px;
  width: 100%;
  margin: 0 auto;
  padding: 11px 20px;
  border-radius: 52px;
  background: #fff;
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  line-height: 1;
}
.c-link::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  padding: 5px 0px 5px 6px;
  border-radius: 50%;
  background: #01C778;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
  text-align: center;
  line-height: 1;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .c-link::after {
    width: 19px;
    height: 19px;
  }
}

/* Project
   ----------------------------------------------------------------- */
/**
* #About
*/
.p-about::after {
  content: "";
  position: absolute;
  top: calc(-95 * var(--width-ratio));
  right: 0;
  display: block;
  width: calc(1150 * var(--width-ratio));
  height: calc(767 * var(--width-ratio));
  background-image: url(../images/bg_about_pc.png);
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-about::after {
    background-image: url(../images/bg_about_sp.png);
    background-position: right;
  }
}

.p-about__inner {
  max-width: calc(1024 * var(--width-ratio));
  padding: calc(150 * var(--width-ratio)) 0 calc(100 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-about__inner {
    padding: calc(70 * var(--width-ratio)) 0 calc(40 * var(--width-ratio));
  }
}

.p-about-top {
  display: flex;
  align-items: flex-start;
  gap: calc(94 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-about-top {
    flex-flow: row wrap;
    flex-direction: column-reverse;
    gap: calc(70 * var(--width-ratio));
  }
}

.p-about__feature {
  max-width: calc(462 * var(--width-ratio));
}

.p-about__desc {
  max-width: calc(460 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-about__desc {
    padding: 0 calc(25 * var(--width-ratio));
  }
  .p-about__desc .u-title {
    padding: 0 calc(16 * var(--width-ratio));
  }
}

.p-about__text {
  display: block;
  margin-top: calc(18 * var(--width-ratio));
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-about__text {
    margin-top: calc(32 * var(--width-ratio));
    padding: 0 calc(16 * var(--width-ratio));
  }
}

.p-about__figure {
  margin-top: calc(50 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-about__figure {
    margin-top: calc(32 * var(--width-ratio));
  }
}

/**
* #Campaign
*/
.p-campaign__inner {
  max-width: calc(1024 * var(--width-ratio));
  padding-bottom: calc(150 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-campaign__inner {
    padding: 0 calc(25 * var(--width-ratio)) calc(56 * var(--width-ratio));
  }
}

.p-campaign-content {
  position: relative;
  padding: calc(60 * var(--width-ratio)) calc(130 * var(--width-ratio));
  border: 1px solid #008EAE;
  background-image: url(../images/bg_campaign_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.45);
  background-blend-mode: lighten;
}
@media (max-width: 768px) {
  .p-campaign-content {
    padding: calc(33 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(90 * var(--width-ratio));
    background-image: url(../images/bg_campaign_sp.jpg);
  }
}

.p-campaign__title {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.p-campaign__desc {
  margin-top: calc(24 * var(--width-ratio));
  padding-top: calc(33 * var(--width-ratio));
  border-top: 1px solid #008EAE;
}
@media (max-width: 768px) {
  .p-campaign__desc {
    margin-top: calc(27 * var(--width-ratio));
    padding-top: calc(25 * var(--width-ratio));
  }
}

.p-campaign__list {
  transition: all 0.3s ease;
}

.p-campaign__item {
  padding-left: 1em;
  text-indent: -1em;
  color: #151F41;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.85;
}
@media (max-width: 768px) {
  .p-campaign__item {
    margin-top: calc(6 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.6;
  }
}

.p-campaign-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: calc(250 * var(--width-ratio));
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  transform: translateX(-50%);
}
.p-campaign-more.is-open {
  height: auto;
}
.p-campaign-more.is-open .p-campaign-more-btn {
  transform: translateX(-50%) rotate(180deg);
  transition: transform 0.3s ease;
}

.p-campaign-more-btn {
  position: absolute;
  bottom: calc(40 * var(--width-ratio));
  left: 50%;
  width: calc(32 * var(--width-ratio));
  transform: translateX(-50%);
}

/**
* #Movie
*/
.p-movie {
  background: #E9F0F2;
}

.p-movie__inner {
  padding: calc(90 * var(--width-ratio)) 0 calc(108 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-movie__inner {
    padding: calc(44 * var(--width-ratio)) calc(43 * var(--width-ratio)) calc(36 * var(--width-ratio));
  }
}

.p-movie-splide {
  position: relative;
  max-width: calc(785 * var(--width-ratio));
  width: 100%;
  margin: calc(40 * var(--width-ratio)) auto 0;
}
@media (max-width: 768px) {
  .p-movie-splide {
    margin: calc(28 * var(--width-ratio)) auto 0;
  }
}
.p-movie-splide .splide__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.p-movie-splide .splide__arrow {
  position: absolute;
  top: 50%;
  width: calc(31 * var(--width-ratio));
  height: calc(62 * var(--width-ratio));
  padding: 0;
  background: transparent;
  border: none;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-movie-splide .splide__arrow {
    width: calc(11 * var(--width-ratio));
    height: calc(23 * var(--width-ratio));
  }
}
.p-movie-splide .splide__arrow::after {
  content: "";
  display: block;
  width: calc(31 * var(--width-ratio));
  height: calc(62 * var(--width-ratio));
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-movie-splide .splide__arrow::after {
    width: calc(11 * var(--width-ratio));
    height: calc(23 * var(--width-ratio));
  }
}
.p-movie-splide .splide__arrow.prev {
  left: calc(-70 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-movie-splide .splide__arrow.prev {
    left: calc(-30 * var(--width-ratio));
  }
}
.p-movie-splide .splide__arrow.prev::after {
  background-image: url(../images/icon_arrow_prev.svg);
}
.p-movie-splide .splide__arrow.next {
  right: calc(-70 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-movie-splide .splide__arrow.next {
    right: calc(-30 * var(--width-ratio));
  }
}
.p-movie-splide .splide__arrow.next::after {
  background-image: url(../images/icon_arrow_next.svg);
}
.p-movie-splide .splide__pagination {
  position: absolute;
  gap: calc(12 * var(--width-ratio));
  bottom: calc(-100 * var(--width-ratio));
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-movie-splide .splide__pagination {
    bottom: calc(-62 * var(--width-ratio));
  }
}
.p-movie-splide .splide__pagination .splide__pagination__page {
  width: calc(7 * var(--width-ratio));
  height: calc(7 * var(--width-ratio));
  padding: calc(4 * var(--width-ratio));
  border-radius: 50%;
  border: 2px solid #A9AAAA;
  background: #fff;
}
.p-movie-splide .splide__pagination .splide__pagination__page.is-active {
  background: #A9AAAA;
}

.p-movie-splide__item iframe {
  max-width: calc(785 * var(--width-ratio));
  width: 100%;
  height: calc(442 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-movie-splide__item iframe {
    max-width: calc(289 * var(--width-ratio));
    height: calc(163 * var(--width-ratio));
  }
}

.p-movie__text {
  margin-top: calc(18 * var(--width-ratio));
  font-size: calc(20 * var(--width-ratio));
  text-align: center;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .p-movie__text {
    margin-top: 0;
    font-size: calc(12 * var(--width-ratio));
    line-height: 4.1666666667;
  }
}

/**
* #Housing
*/
.p-housing__inner {
  max-width: calc(1077 * var(--width-ratio));
  padding: calc(98 * var(--width-ratio)) calc(26 * var(--width-ratio)) calc(116 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-housing__inner {
    padding: calc(50 * var(--width-ratio)) calc(26 * var(--width-ratio)) calc(26 * var(--width-ratio));
  }
}

.p-housing__text {
  margin-top: calc(16 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-housing__text {
    margin-top: calc(28 * var(--width-ratio));
  }
}

.p-housing__figure {
  max-width: calc(1025 * var(--width-ratio));
  width: 100%;
  margin: calc(43 * var(--width-ratio)) auto calc(2 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-housing__figure {
    margin-top: calc(28 * var(--width-ratio));
  }
}

.p-housing-note {
  font-size: calc(14 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-housing-note {
    margin-top: calc(11 * var(--width-ratio));
    font-size: calc(10 * var(--width-ratio));
  }
}

/**
* #Technology
*/
.p-technology {
  background-image: url(../images/bg_technology.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.p-technology__inner {
  max-width: calc(942 * var(--width-ratio));
  padding: calc(130 * var(--width-ratio)) calc(26 * var(--width-ratio)) calc(140 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-technology__inner {
    padding: calc(53 * var(--width-ratio)) calc(26 * var(--width-ratio));
  }
}

.p-technology__text {
  margin-top: calc(24 * var(--width-ratio));
}

.p-technology__feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(48 * var(--width-ratio));
  margin-top: calc(72 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-technology__feature {
    margin-top: calc(28 * var(--width-ratio));
    flex-direction: column;
    gap: calc(14 * var(--width-ratio));
  }
}

/**
* #Effect
*/
.p-effect__inner {
  max-width: calc(1077 * var(--width-ratio));
  padding: calc(100 * var(--width-ratio)) calc(26 * var(--width-ratio)) calc(150 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-effect__inner {
    padding: calc(50 * var(--width-ratio)) calc(26 * var(--width-ratio)) calc(90 * var(--width-ratio));
  }
}

/**
* #Desc
*/
.p-desc-content {
  position: relative;
}
.p-desc-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_desc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-desc-content::before {
    position: relative;
    height: calc(175 * var(--width-ratio));
    background-size: contain;
  }
}

.p-desc__inner {
  max-width: calc(1065 * var(--width-ratio));
  padding: calc(100 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(230 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-desc__inner {
    padding: calc(20 * var(--width-ratio));
    background-color: rgba(21, 31, 65, 0.7);
  }
}

.p-desc__deco {
  position: absolute;
  top: calc(-43 * var(--width-ratio));
  left: 50%;
  width: 100%;
  color: #fff;
  font-size: calc(109 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.3853211009;
  letter-spacing: -0.05em;
  text-align: center;
  opacity: 0.5;
  white-space: nowrap;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-desc__deco {
    position: relative;
    top: 0;
    left: 50%;
    font-size: calc(20 * var(--width-ratio));
    line-height: 2;
    text-align: center;
    transform: translateX(-50%);
    opacity: 1;
  }
}

.p-desc__title {
  color: #151F41;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-desc__title {
    margin-top: calc(10 * var(--width-ratio));
    color: #fff;
    font-size: calc(20 * var(--width-ratio));
  }
}

.p-desc__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: calc(56 * var(--width-ratio));
  margin-top: calc(38 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-desc__list {
    margin-top: calc(32 * var(--width-ratio));
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

.p-desc__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: calc(214 * var(--width-ratio));
  width: 100%;
  height: calc(214 * var(--width-ratio));
  padding: calc(26 * var(--width-ratio));
  background-color: rgba(21, 31, 65, 0.7);
}
@media (max-width: 768px) {
  .p-desc__item {
    max-width: calc(161 * var(--width-ratio));
    height: calc(161 * var(--width-ratio));
    padding: calc(16 * var(--width-ratio));
  }
}

.p-desc__lead {
  margin-bottom: calc(19 * var(--width-ratio));
  color: #FFFFBD;
  font-size: calc(36 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.1111111111;
  text-align: center;
}
@media (max-width: 768px) {
  .p-desc__lead {
    margin-bottom: calc(14 * var(--width-ratio));
    font-size: calc(27 * var(--width-ratio));
    line-height: 1.1111111111;
  }
}

.p-desc__lead--second {
  margin-bottom: calc(34 * var(--width-ratio));
  font-size: calc(48 * var(--width-ratio));
  line-height: 0.5833333333;
}
@media (max-width: 768px) {
  .p-desc__lead--second {
    margin-bottom: calc(24 * var(--width-ratio));
    font-size: calc(36 * var(--width-ratio));
    line-height: 0.5833333333;
  }
}
.p-desc__lead--second span {
  font-size: calc(24 * var(--width-ratio));
  line-height: 1.1666666667;
}
@media (max-width: 768px) {
  .p-desc__lead--second span {
    font-size: calc(18 * var(--width-ratio));
    line-height: 1.1666666667;
  }
}

.p-desc__lead--third {
  margin-top: calc(5 * var(--width-ratio));
  font-size: calc(32 * var(--width-ratio));
  line-height: 1.25;
}
@media (max-width: 768px) {
  .p-desc__lead--third {
    margin-top: calc(3 * var(--width-ratio));
    font-size: calc(24 * var(--width-ratio));
    line-height: 1.25;
  }
}

.p-desc__lead--four {
  margin-bottom: calc(30 * var(--width-ratio));
  font-size: calc(36 * var(--width-ratio));
  line-height: 1.1666666667;
}
@media (max-width: 768px) {
  .p-desc__lead--four {
    margin-bottom: calc(22 * var(--width-ratio));
    font-size: calc(27 * var(--width-ratio));
    line-height: 1.1481481481;
  }
}

.p-desc__text {
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 768px) {
  .p-desc__text {
    font-size: calc(12 * var(--width-ratio));
    line-height: 1.25;
  }
}
.p-desc__text span {
  font-size: calc(10 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-desc__text span {
    font-size: calc(8 * var(--width-ratio));
  }
}

.p-desc__text--second {
  font-size: calc(20 * var(--width-ratio));
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-desc__text--second {
    font-size: calc(15 * var(--width-ratio));
    line-height: 1.4;
  }
}

.p-desc-note {
  max-width: calc(1065 * var(--width-ratio));
  margin: calc(20 * var(--width-ratio)) auto 0;
  padding: 0 calc(20 * var(--width-ratio));
  color: #000;
  font-size: calc(12 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-desc-note {
    margin-top: 0;
    padding: calc(20 * var(--width-ratio));
    font-size: calc(10 * var(--width-ratio));
  }
}

/**
* #Know
*/
.p-know__inner {
  max-width: calc(937 * var(--width-ratio));
  padding: calc(98 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(152 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-know__inner {
    padding: calc(46 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(64 * var(--width-ratio));
  }
}

.p-know__list {
  display: flex;
  align-items: flex-start;
  gap: calc(57 * var(--width-ratio));
  margin-top: calc(67 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-know__list {
    flex-direction: column;
    gap: calc(33 * var(--width-ratio));
    margin-top: calc(46 * var(--width-ratio));
  }
}

.p-know__link {
  max-width: calc(420 * var(--width-ratio));
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-know__link {
    max-width: calc(334 * var(--width-ratio));
  }
}
.p-know__link:hover {
  opacity: 0.8;
}

.p-know__text {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-ratio));
  color: #151F41;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.875;
}
@media (max-width: 768px) {
  .p-know__text {
    gap: calc(5 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 3.2857142857;
  }
}
.p-know__text img {
  width: calc(16 * var(--width-ratio));
}

/**
* #Privacy
*/
.p-privacy {
  margin-top: 75px;
}
.p-privacy__inner {
  max-width: 374px;
  padding: 0 25px 74px;
}
@media (max-width: 768px) {
  .p-privacy__inner {
    max-width: 1042px;
    padding-bottom: 103px;
  }
}

.p-privacy__body {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-privacy__body {
    margin-top: 70px;
  }
}

.p-privacy__unit {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-privacy__unit {
    margin-top: 40px;
  }
}
.p-privacy__unit:first-child {
  margin-top: 0;
}

.p-privacy__title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-privacy__title {
    font-size: 1.6rem;
  }
}

.p-privacy__text {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .p-privacy__text {
    margin-top: 10px;
  }
}

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

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

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

/**
* #Text
*/
.u-text {
  color: #151F41;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.85;
}
@media (max-width: 768px) {
  .u-text {
    font-size: calc(14 * var(--width-ratio));
  }
}

.u-text--center {
  text-align: center;
}

/**
* #Title
*/
.u-title {
  color: #008EAE;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 768px) {
  .u-title {
    font-size: calc(20 * var(--width-ratio));
  }
}

.u-title--left {
  text-align: left;
}/*# sourceMappingURL=style.css.map */