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

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

@media screen and (max-width: 1366px) {
  :root {
    --width-ratio: 100vw / 1366;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --width-ratio: 100vw / 390;
    --width-wide-ratio: 100vw / 390;
  }
}
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 {
  color: #0F151A;
  font-family: "Noto Sans JP", "Outfit", "Antonio", serif;
  font-weight: 500;
  background: #D9DDE0;
  /* アンチエイリアスを指定する */
  -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: inherit;
  font-weight: 600;
  line-height: 1.4;
}

a {
  display: block;
  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: black;
}
.l-footer-bottom {
  max-width: calc(1155 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(84 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(52 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer-bottom {
    padding: calc(100 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(30 * var(--width-ratio));
  }
}

.l-footer-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer-content {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .l-footer__desc {
    width: 100%;
    padding-top: calc(64 * var(--width-ratio));
  }
}

.l-footer-logo {
  max-width: calc(244 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .l-footer-logo {
    margin: 0 auto calc(52 * var(--width-ratio));
  }
}

.l-footer__unit {
  margin-top: calc(40 * var(--width-ratio));
}

.l-footer__text {
  color: #BEBEBE;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .l-footer__text {
    font-size: calc(14 * var(--width-ratio));
    text-align: center;
  }
}

.l-footer-tel {
  display: block;
  margin-top: calc(15 * var(--width-ratio));
  color: #BEBEBE;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.09em;
  pointer-events: none;
}
@media (max-width: 768px) {
  .l-footer-tel {
    font-size: calc(14 * var(--width-ratio));
    text-align: center;
  }
}

.l-footer-nav {
  max-width: calc(575 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .l-footer-nav {
    padding-bottom: calc(130 * var(--width-ratio));
    border-bottom: 1px solid #fff;
  }
}

.l-footer-nav__list {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer-nav__list {
    display: block;
  }
}

@media (max-width: 768px) {
  .l-footer-nav__item {
    margin-bottom: calc(38 * var(--width-ratio));
  }
  .l-footer-nav__item:last-child {
    margin-bottom: 0;
  }
}

.l-footer-nav__link {
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
  text-align: center;
}
.l-footer-nav__link span {
  display: block;
  font-size: calc(12 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .l-footer-nav__link span {
    display: none;
  }
}
.l-footer-nav__link:hover {
  color: #646464;
}

.l-footer-note {
  position: relative;
  margin-top: calc(90 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer-note {
    margin-top: calc(80 * var(--width-ratio));
  }
}

.l-footer__copy,
.l-footer__privacy {
  color: #BEBEBE;
  font-size: calc(13 * var(--width-ratio));
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.09em;
  text-align: center;
}
@media (max-width: 768px) {
  .l-footer__copy,
  .l-footer__privacy {
    font-size: calc(11 * var(--width-ratio));
    line-height: 1.65;
  }
}

.l-footer__privacy {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .l-footer__privacy {
    position: relative;
    margin-bottom: calc(40 * var(--width-ratio));
    font-size: calc(13 * var(--width-ratio));
    line-height: 1;
  }
}

/**
 * #Header
 */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
.l-header.is-active {
  background: #057AAC;
}
.l-header.is-active.is-scroll {
  background: #057AAC;
}
.l-header.is-active.is-scroll .l-header-logo__link::before {
  background-image: url(../images/common/icon_logo.png);
}
.l-header.is-active.is-scroll .c-hamburger__line {
  background: #fff;
}
.l-header.is-active.is-scroll .p-nav__link {
  color: #fff;
}
.l-header.is-scroll {
  background: #D9DDE0;
}
.l-header.is-scroll .l-header-logo__link::before {
  background-image: url(../images/common/icon_logo_hover.png);
}
.l-header.is-scroll .c-hamburger__line {
  background: #0F151A;
}
.l-header.is-scroll .p-nav__link {
  color: #0F151A;
}
.l-header.is-scroll .p-nav__link:hover {
  color: #646464;
}

.l-header__inner {
  display: flex;
  align-items: center;
  padding: 0 calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-header__inner {
    padding: calc(23 * var(--width-ratio)) calc(30 * var(--width-ratio));
  }
}

.l-header-logo {
  position: relative;
  z-index: 100;
}

.l-header-logo__link {
  position: relative;
  display: block;
  width: calc(235 * var(--width-ratio));
  height: calc(40 * var(--width-ratio));
  color: transparent;
}
@media (max-width: 768px) {
  .l-header-logo__link {
    width: calc(162 * var(--width-ratio));
    height: calc(27 * var(--width-ratio));
  }
}
.l-header-logo__link::before {
  content: "";
  display: block;
  width: calc(244 * var(--width-ratio));
  height: calc(40 * var(--width-ratio));
  background-image: url(../images/common/icon_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .l-header-logo__link::before {
    width: calc(162 * var(--width-ratio));
    height: calc(28 * var(--width-ratio));
  }
}

/**
 * #Main
 */
.l-main-page {
  padding-top: calc(170 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-main-page {
    padding-top: calc(112 * var(--width-ratio));
  }
}

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

.l-section__title {
  color: #fff;
  font-size: calc(64 * var(--width-ratio));
  font-weight: 500;
  font-family: "Outfit", serif;
  line-height: 1;
}
@media (max-width: 768px) {
  .l-section__title {
    font-size: calc(48 * var(--width-ratio));
  }
}
.l-section__title span {
  display: block;
  margin-top: calc(14 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.09em;
}

.l-section__title--black {
  color: #0F151A;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/**
 * #Scroll
 */
.c-scroll {
  position: fixed;
  bottom: calc(30 * var(--width-ratio));
  right: calc(40 * var(--width-ratio));
  display: block;
  max-width: calc(78 * 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(70 * var(--width-ratio));
    right: calc(30 * var(--width-ratio));
    max-width: calc(46 * var(--width-ratio));
  }
}

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

/**
 * #Breadcrumbs
 */
.c-breadcrumbs {
  list-style-type: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-breadcrumbs__list {
  text-align: right;
}
@media (max-width: 768px) {
  .c-breadcrumbs__list {
    margin: calc(34 * var(--width-ratio)) 0 0;
    text-align: left;
  }
}

.c-breadcrumbs__item {
  display: inline-block;
  color: #1E4366;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
}
@media (max-width: 768px) {
  .c-breadcrumbs__item {
    font-size: calc(14 * var(--width-ratio));
  }
}
.c-breadcrumbs__item:last-child {
  display: inline;
  margin-left: 10px;
}

.c-breadcrumbs__link {
  display: inline-block;
  color: #a8a8a8;
}

.c-breadcrumbs__item + .c-breadcrumbs__item:before {
  content: "/";
  margin-right: 10px;
  color: #a8a8a8;
}

/**
 * #Cta
 */
.c-cta-area {
  display: flex;
  align-items: stretch;
}
@media (max-width: 768px) {
  .c-cta-area {
    flex-flow: row wrap;
  }
}

.c-cta__link {
  position: relative;
  width: 50%;
  padding: calc(70 * var(--width-ratio)) calc(100 * var(--width-ratio));
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}
@media (max-width: 768px) {
  .c-cta__link {
    width: 100%;
    padding: calc(42 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}
.c-cta__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, #000000 39%, #1F6083 26%);
  z-index: 1;
  transition: 0.3s;
}
.c-cta__link .u-title {
  position: relative;
}
.c-cta__link .u-title::after {
  content: "";
  display: block;
  margin-top: calc(35 * var(--width-ratio));
  width: calc(44 * var(--width-ratio));
  height: calc(25 * var(--width-ratio));
  background-image: url(../images/common/icon_arrow_base.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .c-cta__link .u-title::after {
    margin-top: calc(30 * var(--width-ratio));
    width: calc(30 * var(--width-ratio));
    height: calc(17 * var(--width-ratio));
  }
}
.c-cta__link:hover::before {
  background: transparent;
}
.c-cta__link:hover .u-title::after {
  background-image: url(../images/common/icon_arrow_hover.png);
}

.c-cta__wrap {
  position: relative;
  padding: calc(65 * var(--width-ratio)) calc(55 * var(--width-ratio));
  background: #057AAC;
  z-index: 2;
}
@media (max-width: 768px) {
  .c-cta__wrap {
    padding: calc(60 * var(--width-ratio)) calc(30 * var(--width-ratio));
  }
}

.c-cta__link--company {
  background-image: url(../images/cta/img_cta_company.webp);
}

.c-cta__link--recruit {
  background-image: url(../images/cta/img_cta_recruit.webp);
}

.c-cta__link--business {
  background-image: url(../images/cta/img_cta_business.webp);
}

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

.c-kv__item:first-child .c-kv-img {
  background-image: url(../images/main/img_kv01.webp);
}
@media (max-width: 768px) {
  .c-kv__item:first-child .c-kv-img {
    background-image: url(../images/main/img_kv01_sp.webp);
  }
}
.c-kv__item:nth-child(2) .c-kv-img {
  background-image: url(../images/main/img_kv02.webp);
}
@media (max-width: 768px) {
  .c-kv__item:nth-child(2) .c-kv-img {
    background-image: url(../images/main/img_kv02_sp.webp);
  }
}
.c-kv__item:nth-child(3) .c-kv-img {
  background-image: url(../images/main/img_kv03.webp);
}
@media (max-width: 768px) {
  .c-kv__item:nth-child(3) .c-kv-img {
    background-image: url(../images/main/img_kv03_sp.webp);
  }
}

.c-kv-img {
  width: 100vw;
  height: 100svh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-kv__desc {
  position: absolute;
  top: calc(240 * var(--width-ratio));
  left: calc(77 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-kv__desc {
    top: unset;
    bottom: calc(76 * var(--width-ratio));
    left: calc(27 * var(--width-ratio));
  }
}

.c-kv__lead {
  color: #fff;
  font-size: calc(72 * var(--width-ratio));
  font-family: "Antonio", sans-serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-kv__lead {
    font-size: calc(51 * var(--width-ratio));
  }
}
.c-kv__lead span {
  display: block;
  margin-top: calc(56 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .c-kv__lead span {
    margin-top: calc(34 * var(--width-ratio));
    font-size: calc(15 * var(--width-ratio));
  }
}

/**
 * #Hamburger
 */
.c-hamburger {
  display: none;
  position: absolute;
  top: 50%;
  right: calc(25 * var(--width-ratio));
  width: calc(26 * var(--width-ratio));
  height: calc(8 * var(--width-ratio));
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 100;
}
@media (max-width: 768px) {
  .c-hamburger {
    display: block;
  }
}

.c-hamburger__line {
  position: absolute;
  left: 0;
  display: block;
  width: calc(26 * var(--width-ratio));
  height: calc(2 * var(--width-ratio));
  background: #fff;
  transition: 0.3s;
}
.c-hamburger__line.is-active {
  width: calc(22 * var(--width-ratio));
}

.c-hamburger__line--top {
  top: 0;
}
.c-hamburger__line--top.is-active {
  transform: rotate(45deg);
  top: calc(50% - 0px);
}

.c-hamburger__line--bottom {
  top: calc(50% + 3px);
  width: calc(14 * var(--width-ratio));
}
.c-hamburger__line--bottom.is-active {
  transform: rotate(-45deg);
  top: calc(50% + 0px);
}

/**
 * #Inner
 */
.c-inner {
  width: 100%;
  margin: 0 auto;
}

/**
 * #Info
 */
.c-info {
  position: relative;
}
@media (max-width: 768px) {
  .c-info {
    max-width: calc(340 * var(--width-ratio));
    width: 100%;
    margin: 0 auto;
  }
}
.c-info::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  max-width: calc(1107 * var(--width-ratio));
  width: 100%;
  height: calc(1 * var(--width-ratio));
  background: #fff;
  transform: translateX(-50%);
}

.c-info__inner {
  max-width: calc(630 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(124 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(146 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-info__inner {
    padding: calc(86 * var(--width-ratio)) 0 calc(70 * var(--width-ratio));
  }
}

.c-info__lead {
  margin-top: calc(46 * var(--width-ratio));
}

.c-info-area {
  display: flex;
  justify-content: center;
  gap: calc(108 * var(--width-ratio));
  margin-top: calc(70 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-info-area {
    display: block;
    margin-top: calc(38 * var(--width-ratio));
  }
}

.c-info-phone {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-ratio));
  color: #fff;
  font-size: calc(21 * var(--width-ratio));
  font-weight: 500;
  font-family: "Outfit", serif;
  pointer-events: none;
}
.c-info-phone::before {
  content: "";
  display: block;
  width: calc(14 * var(--width-ratio));
  height: calc(18 * var(--width-ratio));
  background-image: url(../images/common/icon_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .c-info-phone {
    justify-content: center;
    margin-top: calc(60 * var(--width-ratio));
    text-decoration: underline;
    pointer-events: auto;
  }
}

/**
 * #Link
 */
.c-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(10 * var(--width-ratio));
  color: #fff;
  font-size: calc(22 * var(--width-ratio));
  font-weight: 500;
  font-family: "Outfit", serif;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .c-link {
    justify-content: center;
    font-size: calc(19 * var(--width-ratio));
  }
}
.c-link::before {
  content: "";
  display: block;
  width: calc(70 * var(--width-ratio));
  height: calc(40 * var(--width-ratio));
  background-image: url(../images/common/icon_arrow_base.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.c-link:hover {
  color: #646464;
}
.c-link:hover::before {
  background-image: url(../images/common/icon_arrow_hover.png);
  opacity: 1;
}

.c-link--black {
  color: #0F151A;
}
.c-link--black::before {
  background-image: url(../images/common/icon_arrow_base_black.png);
}
.c-link--black:hover::before {
  background-image: url(../images/common/icon_arrow_black.png);
  opacity: 1;
}

.c-link--company {
  margin-top: calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-link--company {
    justify-content: flex-start;
  }
}
.c-link--company::before {
  width: calc(30 * var(--width-ratio));
  height: calc(17 * var(--width-ratio));
}
.c-link--company:hover {
  color: #CBCBCB;
}

.c-link--recruit {
  margin-top: calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-link--recruit {
    justify-content: flex-start;
  }
}
.c-link--recruit::before {
  width: calc(30 * var(--width-ratio));
  height: calc(17 * var(--width-ratio));
}
.c-link--recruit:hover {
  color: #646464;
}

/**
 * #Flex
 */
.c-flex {
  display: flex;
}

/* Project
   ----------------------------------------------------------------- */
/**
 * #Page
 */
.p-page-lower .l-header {
  background: #D9DDE0;
}
.p-page-lower .l-header .l-header-logo__link::before {
  background-image: url(../images/common/icon_logo_hover.png);
}
.p-page-lower .l-header.is-active {
  background: #057AAC;
}
.p-page-lower .l-header.is-active .l-header-logo__link::before {
  background-image: url(../images/common/icon_logo.png);
}
.p-page-lower .l-header.is-active .c-hamburger__line {
  background: #fff;
}
@media (max-width: 768px) {
  .p-page-lower .l-header__inner {
    padding: calc(23 * var(--width-ratio)) calc(30 * var(--width-ratio));
  }
}
.p-page-lower .c-hamburger__line {
  background: #0F151A;
}
.p-page-lower .p-nav__link {
  color: #0F151A;
}
@media (max-width: 768px) {
  .p-page-lower .p-nav__link {
    color: #fff;
  }
}

.p-page__inner {
  max-width: calc(1156 * var(--width-ratio));
  padding: 0 calc(24 * var(--width-ratio)) calc(200 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-page__inner {
    padding: 0 calc(24 * var(--width-ratio)) calc(90 * var(--width-ratio));
  }
}

.p-page__title {
  color: #0F151A;
  font-size: calc(92 * var(--width-ratio));
  font-weight: 500;
  font-family: "Outfit", serif;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-page__title {
    font-size: calc(48 * var(--width-ratio));
  }
}
.p-page__title span {
  display: block;
  margin-top: calc(22 * var(--width-ratio));
  font-size: calc(24 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
}
@media (max-width: 768px) {
  .p-page__title span {
    margin-top: calc(11 * var(--width-ratio));
    font-size: calc(15 * var(--width-ratio));
  }
}

.p-page-mv {
  margin-top: calc(44 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-page-mv {
    margin-top: calc(10 * var(--width-ratio));
  }
}

.p-page-img {
  display: block;
}

.p-page-content {
  margin-top: calc(100 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-page-content {
    margin-top: calc(84 * var(--width-ratio));
  }
}

.p-page-recruit .p-page__inner {
  padding-bottom: calc(78 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-page-recruit .p-page__inner {
    padding-bottom: calc(70 * var(--width-ratio));
  }
}

/**
 * #About
 */
.p-about {
  background: #D9DDE0;
}

.p-about__inner {
  padding: calc(127 * var(--width-ratio)) 0 calc(136 * var(--width-ratio)) calc(130 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-about__inner {
    padding: calc(58 * var(--width-ratio)) 0;
  }
}

.p-about-content {
  display: flex;
  gap: calc(100 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-about-content {
    gap: calc(94 * var(--width-ratio));
    flex-direction: column;
  }
}

.p-about__desc {
  padding: 0 calc(24 * var(--width-ratio));
}

.p-about__text {
  margin-top: calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-about__text {
    margin-top: calc(36 * var(--width-ratio));
  }
}

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

/**
 * #Business
 */
.p-business-top {
  background: #057AAC;
}

.p-business-top__inner {
  max-width: calc(1156 * var(--width-ratio));
  padding: calc(114 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(150 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-business-top__inner {
    padding: calc(98 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(95 * var(--width-ratio));
  }
}

.p-business-top__list {
  gap: calc(10 * var(--width-ratio));
  margin-top: calc(62 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-business-top__list {
    flex-flow: row wrap;
    gap: calc(44 * var(--width-ratio));
    margin-top: calc(54 * var(--width-ratio));
  }
}

.p-business-top__item:first-child {
  max-width: calc(528 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-business-top__item:first-child {
    max-width: 100%;
  }
}
.p-business-top__item:nth-child(2), .p-business-top__item:nth-child(3) {
  max-width: calc(280 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-business-top__item:nth-child(2), .p-business-top__item:nth-child(3) {
    max-width: 100%;
  }
}

.p-business-top__link:hover .p-business-top__text::after {
  background-image: url(../images/common/icon_arrow_hover.png);
}

.p-business-top__text {
  position: relative;
  display: inline-block;
  margin-top: calc(27 * var(--width-ratio));
  color: #fff;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .p-business-top__text {
    display: flex;
    align-items: center;
    gap: calc(5 * var(--width-ratio));
    margin-top: calc(14 * var(--width-ratio));
    font-size: calc(20 * var(--width-ratio));
  }
}
.p-business-top__text::after {
  content: "";
  position: absolute;
  top: calc(5 * var(--width-ratio));
  right: calc(-50 * var(--width-ratio));
  display: block;
  width: calc(44 * var(--width-ratio));
  height: calc(25 * var(--width-ratio));
  background-image: url(../images/common/icon_arrow_base.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-business-top__text::after {
    position: relative;
    top: unset;
    right: unset;
    width: calc(30 * var(--width-ratio));
    height: calc(17 * var(--width-ratio));
    background-image: url(../images/common/icon_arrow_sp.png);
  }
}
.p-business-top__text:hover::before {
  background-image: url(../images/common/icon_arrow_hover.png);
  opacity: 1;
}

.p-business__unit {
  margin-top: calc(110 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-business__unit {
    margin-top: calc(48 * var(--width-ratio));
  }
}
.p-business__unit:first-child {
  margin-top: 0;
}
.p-business__unit:first-child .p-business__title {
  font-size: calc(36 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-business__unit:first-child .p-business__title {
    font-size: calc(24 * var(--width-ratio));
  }
}
.p-business__unit:first-child .p-business-area {
  gap: calc(80 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-business__unit:first-child .p-business-area {
    gap: calc(35 * var(--width-ratio));
  }
}
.p-business__unit:first-child .u-text {
  max-width: calc(547 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-business__unit:first-child .u-text {
    max-width: 100%;
  }
}
.p-business__unit:nth-child(2) .p-business-area, .p-business__unit:nth-child(3) .p-business-area {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.p-business__unit:nth-child(2) .u-text, .p-business__unit:nth-child(3) .u-text {
  max-width: calc(511 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-business__unit:nth-child(2) .u-text, .p-business__unit:nth-child(3) .u-text {
    max-width: 100%;
  }
}
.p-business__unit:nth-child(2) .p-business__figure, .p-business__unit:nth-child(3) .p-business__figure {
  max-width: calc(482 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-business__unit:nth-child(2) .p-business__figure, .p-business__unit:nth-child(3) .p-business__figure {
    max-width: 100%;
  }
}

.p-business__title {
  padding-bottom: calc(30 * var(--width-ratio));
  border-bottom: 1px solid #BFBFBF;
}
@media (max-width: 768px) {
  .p-business__title {
    padding-bottom: calc(18 * var(--width-ratio));
  }
}

.p-business-area {
  gap: calc(60 * var(--width-ratio));
  margin-top: calc(42 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-business-area {
    flex-flow: row wrap;
    gap: calc(35 * var(--width-ratio));
    margin-top: calc(24 * var(--width-ratio));
  }
}

/**
 * #Company
 */
.p-company-top {
  background-image: url(../images/main/img_company_pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-company-top {
    background-image: url(../images/main/img_company_sp.webp);
  }
}

.p-company-top__inner {
  padding: calc(250 * var(--width-ratio)) calc(130 * var(--width-ratio)) calc(265 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-company-top__inner {
    padding: calc(215 * var(--width-ratio)) calc(22 * var(--width-ratio)) calc(200 * var(--width-ratio));
  }
}

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

.p-company-name {
  margin-top: calc(42 * var(--width-ratio));
  font-size: calc(20 * var(--width-ratio));
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.09em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-company-name {
    margin-top: calc(32 * var(--width-ratio));
    font-size: calc(17 * var(--width-ratio));
  }
}
.p-company-name span {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-company-name span {
    font-size: calc(14 * var(--width-ratio));
  }
}

/**
 * #Overview
 */
.p-overview {
  margin-top: calc(96 * var(--width-ratio));
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .p-overview {
    margin-top: calc(62 * var(--width-ratio));
  }
}

.p-overview__inner {
  padding: calc(78 * var(--width-ratio)) calc(93 * var(--width-ratio)) calc(82 * var(--width-ratio)) calc(85 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-overview__inner {
    padding: calc(30 * var(--width-ratio)) calc(16 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(18 * var(--width-ratio));
  }
}

@media (max-width: 768px) {
  .p-overview__title {
    line-height: 0.85;
  }
  .p-overview__title span {
    margin-top: calc(12 * var(--width-ratio));
  }
}

.p-overview-area {
  margin-top: calc(62 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-overview-area {
    margin-top: calc(52 * var(--width-ratio));
  }
}

.p-overview__list {
  display: flex;
  align-items: baseline;
  gap: calc(85 * var(--width-ratio));
  margin: 0;
  padding: calc(40 * var(--width-ratio)) 0;
  border-top: 1px solid #bcbcbc;
}
@media (max-width: 768px) {
  .p-overview__list {
    gap: calc(26 * var(--width-ratio));
    padding: calc(15 * var(--width-ratio)) 0;
  }
}
.p-overview__list:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .p-overview__list:last-child {
    padding-bottom: calc(15 * var(--width-ratio));
    border-bottom: 1px solid #bcbcbc;
  }
}

.p-overview__term {
  width: calc(70 * var(--width-ratio));
  color: #057AAC;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .p-overview__term {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-overview__desc {
  width: 80%;
  color: #414141;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .p-overview__desc {
    font-size: calc(14 * var(--width-ratio));
  }
}

/**
 * #Access
 */
.p-access {
  margin-top: calc(115 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-access {
    margin-top: calc(60 * var(--width-ratio));
  }
}

.p-access-map {
  margin-top: calc(38 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-access-map {
    margin-top: calc(32 * var(--width-ratio));
  }
}
.p-access-map iframe {
  width: 100%;
  height: calc(488 * var(--width-ratio));
}

.p-access__text {
  margin-top: calc(38 * var(--width-ratio));
  color: #0F151A;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .p-access__text {
    margin-top: calc(30 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 2.3;
  }
}

/**
 * #Partners
 */
.p-partners {
  background: #057AAC;
}

.p-partners__inner {
  max-width: calc(1156 * var(--width-ratio));
  padding: calc(100 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(118 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-partners__inner {
    padding: calc(70 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(76 * var(--width-ratio)) calc(29 * var(--width-ratio));
  }
}

.p-partners-note {
  margin-top: calc(40 * var(--width-ratio));
  color: #fff;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.3333333333;
  letter-spacing: 0.05em;
  text-align: right;
}
@media (max-width: 768px) {
  .p-partners-note {
    display: none;
  }
}

.p-partners__list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: calc(40 * var(--width-ratio));
  padding: 0 calc(40 * var(--width-ratio)) calc(32 * var(--width-ratio)) calc(90 * var(--width-ratio));
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .p-partners__list {
    margin-top: calc(50 * var(--width-ratio));
    padding: 0 0 calc(30 * var(--width-ratio));
  }
}

.p-partners__item {
  position: relative;
  width: 33%;
  color: #fff;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .p-partners__item {
    width: 100%;
    font-size: calc(14 * var(--width-ratio));
    line-height: 2.3;
    letter-spacing: 0;
  }
}
.p-partners__item::before {
  content: "・";
  display: inline-block;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .p-partners__item::before {
    font-size: calc(14 * var(--width-ratio));
    line-height: 2.3;
    letter-spacing: 0;
  }
}

/**
 * #Recruit
 */
.p-recruit-top {
  background: #D9DDE0;
}

.p-recruit-top-content {
  display: flex;
  align-items: stretch;
}
@media (max-width: 768px) {
  .p-recruit-top-content {
    flex-direction: column;
  }
}

.p-recruit-top__desc {
  width: 49.5vw;
  padding: calc(160 * var(--width-ratio)) calc(110 * var(--width-ratio)) calc(130 * var(--width-ratio)) calc(130 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-recruit-top__desc {
    width: 100%;
    padding: calc(82 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(50 * var(--width-ratio));
  }
}

.p-recruit-top-area {
  margin-top: calc(28 * var(--width-ratio));
  padding-top: calc(28 * var(--width-ratio));
  border-top: 1px solid #0F151A;
}
@media (max-width: 768px) {
  .p-recruit-top-area {
    margin-top: calc(42 * var(--width-ratio));
    padding-top: calc(22 * var(--width-ratio));
  }
}

.p-recruit-top-catch {
  width: 53vw;
  padding: calc(160 * var(--width-ratio)) 0 calc(144 * var(--width-ratio)) calc(84 * var(--width-ratio));
  background-image: url(../images/main/bg_recruit.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-recruit-top-catch {
    width: 100%;
    padding: calc(110 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(108 * var(--width-ratio));
  }
}

@media (max-width: 768px) {
  .p-recruit-top__figure {
    max-width: calc(340 * var(--width-ratio));
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .p-recruit-content {
    margin-top: calc(44 * var(--width-ratio));
  }
}

.p-recruit-intro__lead {
  color: #057AAC;
  padding-bottom: calc(28 * var(--width-ratio));
  border-bottom: 1px solid #BEBEBE;
  font-size: calc(36 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .p-recruit-intro__lead {
    padding-bottom: calc(20 * var(--width-ratio));
    font-size: calc(22 * var(--width-ratio));
    line-height: 1.6;
    letter-spacing: -0.02em;
  }
}

.p-recruit-intro__text {
  margin-top: calc(45 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-recruit-intro__text {
    margin-top: calc(24 * var(--width-ratio));
  }
}

.p-recruit-job .p-overview__list {
  gap: calc(36 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-recruit-job .p-overview__list {
    gap: calc(12 * var(--width-ratio));
  }
}
.p-recruit-job .p-overview__term {
  width: calc(120 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-recruit-job .p-overview__term {
    width: calc(78 * var(--width-ratio));
    letter-spacing: 0;
  }
}
.p-recruit-job .p-overview__desc p {
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-recruit-job .p-overview__desc p {
    padding-left: 1em;
    text-indent: -1em;
  }
  .p-recruit-job .p-overview__desc p::before {
    content: "・";
    color: #414141;
    font-size: calc(16 * var(--width-ratio));
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.09em;
  }
}

/**
 * #Works
 */
.p-works {
  background: #057AAC;
}

.p-works__inner {
  max-width: calc(1156 * var(--width-ratio));
  padding: calc(100 * var(--width-ratio)) calc(24 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-works__inner {
    padding: calc(50 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(64 * var(--width-ratio));
  }
}

.p-works__head {
  display: flex;
  gap: calc(105 * var(--width-ratio));
  padding-bottom: calc(60 * var(--width-ratio));
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .p-works__head {
    display: block;
    padding-bottom: calc(40 * var(--width-ratio));
  }
}

.p-works__lead {
  max-width: calc(698 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-works__lead {
    margin-top: calc(38 * var(--width-ratio));
  }
}

.p-works__body {
  margin-top: calc(88 * var(--width-ratio));
  padding-bottom: calc(84 * var(--width-ratio));
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .p-works__body {
    margin-top: calc(42 * var(--width-ratio));
    padding-bottom: calc(52 * var(--width-ratio));
  }
}

.p-works__list {
  gap: calc(34 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-works__list {
    flex-flow: row wrap;
    gap: calc(40 * var(--width-ratio));
  }
}

.p-works__item {
  max-width: calc(349 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}

.p-works__title {
  height: calc(62 * var(--width-ratio));
  color: #fff;
  margin-top: calc(24 * var(--width-ratio));
  font-size: calc(24 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .p-works__title {
    height: auto;
    margin-top: calc(22 * var(--width-ratio));
    font-size: calc(20 * var(--width-ratio));
  }
}

.p-works__text {
  margin-top: calc(24 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-works__text {
    margin-top: calc(18 * var(--width-ratio));
  }
}

.p-works__foot {
  margin-top: calc(62 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-works__foot {
    margin-top: calc(52 * var(--width-ratio));
  }
}

.p-works-note {
  margin-top: calc(38 * var(--width-ratio));
  text-align: center;
}
@media (max-width: 768px) {
  .p-works-note {
    margin-top: calc(28 * var(--width-ratio));
    text-align: left;
  }
}

/**
 * #Voice
 */
.p-voice__inner {
  max-width: calc(1148 * var(--width-ratio));
  padding: calc(84 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(95 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-voice__inner {
    padding: calc(42 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(55 * var(--width-ratio));
  }
}

.p-voice-content {
  margin-top: calc(48 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-voice-content {
    margin-top: calc(42 * var(--width-ratio));
  }
}

.p-voice-article {
  position: relative;
  margin-top: calc(46 * var(--width-ratio));
  background: #fff;
}
@media (max-width: 768px) {
  .p-voice-article {
    margin-top: calc(24 * var(--width-ratio));
  }
  .p-voice-article.is-active .p-voice__wrap {
    padding-bottom: calc(95 * var(--width-ratio));
  }
}
.p-voice-article:first-child {
  margin-top: 0;
}

.p-voice__wrap {
  padding: calc(53 * var(--width-ratio)) calc(50 * var(--width-ratio)) calc(82 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-voice__wrap {
    padding: calc(30 * var(--width-ratio)) calc(18 * var(--width-ratio)) calc(30 * var(--width-ratio));
  }
}

.p-voice__head {
  padding-left: calc(38 * var(--width-ratio));
  border-left: 5px solid #057AAC;
}
@media (max-width: 768px) {
  .p-voice__head {
    padding-left: calc(20 * var(--width-ratio));
  }
}

.p-voice-number {
  color: #057AAC;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 500;
  font-family: "Outfit", serif;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-voice-number {
    font-size: calc(13 * var(--width-ratio));
  }
}

.p-voice__heading {
  margin-top: calc(36 * var(--width-ratio));
  font-size: calc(36 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .p-voice__heading {
    margin-top: calc(18 * var(--width-ratio));
    font-size: calc(18 * var(--width-ratio));
  }
}

.p-voice-name {
  margin-top: calc(40 * var(--width-ratio));
  font-size: calc(48 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .p-voice-name {
    margin-top: calc(18 * var(--width-ratio));
    font-size: calc(24 * var(--width-ratio));
  }
}
.p-voice-name span {
  display: inline-block;
  margin-right: calc(15 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .p-voice-name span {
    margin-right: calc(4 * var(--width-ratio));
    font-size: calc(11 * var(--width-ratio));
  }
}

.p-voice__body {
  display: none;
  margin-top: calc(48 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-voice__body {
    margin-top: calc(22 * var(--width-ratio));
  }
}

.p-voice__unit {
  margin-top: calc(44 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-voice__unit {
    margin-top: calc(22 * var(--width-ratio));
  }
}
.p-voice__unit:first-child {
  margin-top: 0;
}

.p-voice__title {
  position: relative;
  max-width: calc(404 * var(--width-ratio));
  width: 100%;
  padding: calc(20 * var(--width-ratio));
  background: #057AAC;
  color: #fff;
  font-size: calc(28 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.09em;
  text-align: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-voice__title {
    max-width: calc(204 * var(--width-ratio));
    padding: calc(10 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
    transform: translateX(calc(-18 * var(--width-ratio)));
  }
}

.p-voice__text {
  max-width: calc(972 * var(--width-ratio));
  margin-top: calc(-40 * var(--width-ratio));
  margin-left: auto;
  padding: calc(86 * var(--width-ratio)) calc(86 * var(--width-ratio)) calc(62 * var(--width-ratio)) calc(52 * var(--width-ratio));
  background: #F4FAFF;
  color: #0F151A;
}
@media (max-width: 768px) {
  .p-voice__text {
    margin-top: calc(-22 * var(--width-ratio));
    padding: calc(54 * var(--width-ratio)) calc(18 * var(--width-ratio)) calc(55 * var(--width-ratio));
  }
}

.p-voice-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50 * var(--width-ratio));
  height: calc(50 * var(--width-ratio));
  padding: calc(10 * var(--width-ratio));
  background: #057AAC;
}
@media (max-width: 768px) {
  .p-voice-btn {
    width: calc(40 * var(--width-ratio));
    height: calc(40 * var(--width-ratio));
  }
}
.p-voice-btn::before, .p-voice-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(22 * var(--width-ratio));
  height: calc(4 * var(--width-ratio));
  background: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .p-voice-btn::before, .p-voice-btn::after {
    width: calc(18 * var(--width-ratio));
    height: calc(3 * var(--width-ratio));
  }
}
.p-voice-btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-voice-btn.is-active::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.p-voice-btn.is-active::after {
  opacity: 0;
}

/**
 * #Benefits
 */
.p-benefits {
  background: #057AAC;
}

.p-benefits__inner {
  max-width: calc(1154 * var(--width-ratio));
  padding: calc(84 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(95 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-benefits__inner {
    padding: calc(70 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(72 * var(--width-ratio));
  }
}

.p-benefits__text {
  margin-top: calc(42 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-benefits__text {
    margin-top: calc(35 * var(--width-ratio));
  }
}

.p-benefits__list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: calc(42 * var(--width-ratio));
  max-width: calc(938 * var(--width-ratio));
  width: 100%;
  margin: calc(88 * var(--width-ratio)) auto 0;
}
@media (max-width: 768px) {
  .p-benefits__list {
    justify-content: space-between;
    gap: calc(8 * var(--width-ratio));
    max-width: calc(314 * var(--width-ratio));
    margin: calc(35 * var(--width-ratio)) auto 0;
  }
}

.p-benefits__item {
  max-width: calc(152 * var(--width-ratio));
  width: 100%;
  padding: calc(24 * var(--width-ratio)) calc(16 * var(--width-ratio));
  border: 1px solid #fff;
}
.p-benefits__item:first-child .p-benefits__figure {
  max-width: calc(50 * var(--width-ratio));
  margin: 0 auto calc(15 * var(--width-ratio));
}
.p-benefits__item:nth-child(2) .p-benefits__figure {
  max-width: calc(55 * var(--width-ratio));
  margin: 0 auto calc(26 * var(--width-ratio));
}
.p-benefits__item:nth-child(3) .p-benefits__figure {
  max-width: calc(36 * var(--width-ratio));
  margin: 0 auto calc(13 * var(--width-ratio));
}
.p-benefits__item:nth-child(4) .p-benefits__figure {
  max-width: calc(45 * var(--width-ratio));
  margin: 0 auto calc(20 * var(--width-ratio));
}
.p-benefits__item:nth-child(5) .p-benefits__figure {
  max-width: calc(50 * var(--width-ratio));
  margin: 0 auto calc(16 * var(--width-ratio));
}

.p-benefits__figure {
  width: 100%;
  margin: 0 auto;
}

.p-benefits__title {
  color: #fff;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.09em;
  text-align: center;
}

/**
 * #Nav
 */
.p-nav {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-nav {
    display: none;
    position: absolute;
    top: calc(60 * var(--width-ratio));
    left: 0;
    width: 100%;
    height: 100dvh;
    margin: 0 auto;
    background: #057AAC;
  }
  .p-nav .c-link {
    justify-content: center;
    gap: calc(12 * var(--width-ratio));
    font-size: calc(19 * var(--width-ratio));
  }
  .p-nav .c-link span {
    max-width: calc(60 * var(--width-ratio));
    padding: calc(9 * var(--width-ratio)) calc(24 * var(--width-ratio));
    border-radius: 17px;
  }
  .p-nav .c-link span::before {
    width: calc(12 * var(--width-ratio));
    height: calc(12 * var(--width-ratio));
  }
}
.p-nav .c-info {
  display: none;
}
@media (max-width: 768px) {
  .p-nav .c-info {
    display: block;
  }
}
.p-nav .c-info::after {
  content: none;
}
.p-nav .c-info:hover .c-link {
  color: #CBCBCB;
  opacity: 1;
}
.p-nav .c-info:hover .c-link::before {
  background-image: url(../images/common/icon_arrow_hover.png);
}

@media (max-width: 768px) {
  .p-nav__inner {
    height: 100%;
    padding: calc(46 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(28 * var(--width-ratio));
    overflow-y: scroll;
  }
}

.p-nav__list {
  display: flex;
  align-items: center;
  gap: calc(57 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-nav__list {
    display: block;
    max-width: calc(270 * var(--width-ratio));
    width: 100%;
    margin: 0 auto calc(60 * var(--width-ratio));
  }
}

.p-nav__link {
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
  letter-spacing: 0.09em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-nav__link {
    position: relative;
    padding: calc(20 * var(--width-ratio)) 0;
    border-bottom: 1px solid #fff;
    text-align: left;
  }
  .p-nav__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: calc(12 * var(--width-ratio));
    height: calc(14 * var(--width-ratio));
    background-image: url(../images/common/icon_arrow_nav.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.p-nav__link span {
  display: block;
  font-size: calc(12 * var(--width-ratio));
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 768px) {
  .p-nav__link span {
    display: none;
  }
}
.p-nav-contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: calc(206 * var(--width-ratio));
  width: 100%;
  padding: calc(33 * var(--width-ratio)) calc(28 * var(--width-ratio)) calc(28 * var(--width-ratio)) calc(16 * var(--width-ratio));
  background: #057AAC;
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
  letter-spacing: 0.09em;
  transform: translate(calc(30 * var(--width-ratio)), 0);
}
@media (max-width: 768px) {
  .p-nav-contact {
    display: none;
  }
}
.p-nav-contact:hover {
  background: black;
  opacity: 1;
}
.p-nav-contact::after {
  content: "";
  display: block;
  width: calc(10 * var(--width-ratio));
  height: calc(18 * var(--width-ratio));
  background-image: url(../images/common/icon_cross.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/**
* #Privacy
*/
.p-privacy-content {
  margin-top: calc(145 * var(--width-ratio));
  counter-reset: number 0;
}
@media (max-width: 768px) {
  .p-privacy-content {
    margin-top: calc(60 * var(--width-ratio));
  }
}

.p-privacy__inner {
  max-width: calc(919 * var(--width-ratio));
}

.p-privacy-area {
  margin-top: calc(80 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-privacy-area {
    margin-top: calc(34 * var(--width-ratio));
  }
}

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

.p-privacy__list {
  margin-top: calc(8 * var(--width-ratio));
  padding-left: calc(16 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-privacy__list {
    margin-top: calc(11 * var(--width-ratio));
    padding-left: 0;
  }
}

.p-privacy__item {
  padding-left: 1em;
  text-indent: -1em;
}
.p-privacy__item::before {
  counter-increment: number 1;
  content: counter(number) ". ";
  color: #0F151A;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .p-privacy__item::before {
    font-size: calc(14 * var(--width-ratio));
    line-height: 2.3;
    letter-spacing: 0;
  }
}

/**
* #Contact
*/
.p-contact__inner {
  max-width: calc(948 * var(--width-ratio));
  padding: 0 calc(24 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact__inner {
    padding: 0;
  }
}

.p-contact-content {
  margin-top: calc(145 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact-content {
    margin-top: calc(60 * var(--width-ratio));
  }
}
.p-contact-content .alert-danger {
  margin: calc(5 * var(--width-ratio)) 0 0;
  padding: 0;
  color: #EC0000;
  border: none;
  background: none;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .p-contact-content .alert-danger {
    font-size: calc(14 * var(--width-ratio));
    line-height: 2.3;
    letter-spacing: 0;
  }
}
.p-contact-content #powered_by_me {
  display: none;
  margin-top: calc(10 * var(--width-ratio));
}

.p-contact__lead {
  text-align: center;
}
.p-contact__lead p {
  display: inline-block;
  text-align: left;
}
.p-contact__lead p span {
  color: #EC0000;
}

.p-contact-area {
  margin-top: calc(112 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-contact-area {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.p-contact__list {
  display: flex;
  align-items: baseline;
  gap: calc(38 * var(--width-ratio));
  margin-top: calc(60 * var(--width-ratio));
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-contact__list {
    flex-flow: row wrap;
    gap: calc(10 * var(--width-ratio));
    margin-top: calc(30 * var(--width-ratio));
  }
}
.p-contact__list.is-first {
  margin-top: 0;
}

.p-contact__term {
  width: 19.5%;
  padding: calc(15 * var(--width-ratio)) 0;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .p-contact__term {
    width: 100%;
    padding: 0;
    line-height: 1;
  }
}

.p-contact__detail {
  width: 80%;
}
@media (max-width: 768px) {
  .p-contact__detail {
    width: 100%;
  }
}

.p-contact__unit {
  margin-top: calc(15 * var(--width-ratio));
}
.p-contact__unit:first-child {
  margin-top: 0;
}

.p-contact-required {
  display: inline-block;
  margin-left: calc(10 * var(--width-ratio));
  color: #EC0000;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-contact-required {
    margin-left: 0;
  }
}

.p-contact-textarea {
  max-width: calc(673 * var(--width-ratio));
  width: 100%;
  min-height: calc(318 * var(--width-ratio));
  padding: calc(10 * var(--width-ratio)) calc(30 * var(--width-ratio));
  border-radius: calc(8 * var(--width-ratio));
  border: 1px solid #000;
  background: #D9DDE0;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.09em;
}

.p-contact-input {
  max-width: calc(673 * var(--width-ratio));
  width: 100%;
  padding: calc(10 * var(--width-ratio)) calc(30 * var(--width-ratio));
  border-radius: calc(8 * var(--width-ratio));
  border: 1px solid #000;
  background: #D9DDE0;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.09em;
}

.p-contact-input--zipcode {
  max-width: calc(235 * var(--width-ratio));
}

.p-contact-consent {
  margin-top: calc(20 * var(--width-ratio));
  color: text, dark;
  font-size: calc(13 * var(--width-ratio));
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.09em;
}
.p-contact-consent a {
  display: inline-block;
  color: #0F151A;
  font-size: calc(13 * var(--width-ratio));
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.09em;
  text-decoration: underline;
}

.p-contact__text {
  display: inline-block;
  color: #0F151A;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.09em;
}

.p-contact-send {
  margin-top: calc(60 * var(--width-ratio));
}

.p-contact-consent {
  max-width: calc(690 * var(--width-ratio));
  width: 100%;
  margin-top: calc(60 * var(--width-ratio));
  margin-left: auto;
  margin-bottom: calc(88 * var(--width-ratio));
}
.p-contact-consent__wrap {
  display: flex;
  align-items: center;
  gap: calc(5 * var(--width-ratio));
}
.p-contact-consent__wrap span {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.09em;
}

.p-contact-check {
  width: calc(20 * var(--width-ratio));
  height: calc(20 * var(--width-ratio));
  border: 1px solid #fff;
}

.p-contact-btn {
  display: flex;
  justify-content: center;
  gap: calc(15 * var(--width-ratio));
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact-btn {
    flex-flow: row wrap;
    align-items: center;
    flex-direction: column-reverse;
  }
}

.p-contact-submit {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: calc(12 * var(--width-ratio));
  max-width: calc(225 * var(--width-ratio));
  width: 100%;
  margin: 0;
  padding: calc(12 * var(--width-ratio));
  border-radius: calc(76 * var(--width-ratio));
  border: 1px solid #0F151A;
  background: rgba(255, 255, 255, 0.27);
  color: #0F151A;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
  transition: 0.3s;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-contact-submit:hover {
  background: #0F151A;
  color: #fff;
}
.p-contact-submit:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(26 * var(--width-ratio));
  display: block;
  width: calc(11 * var(--width-ratio));
  height: calc(11 * var(--width-ratio));
  background-image: url(../images/common/icon_submit_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.p-contact-submit:hover {
  background: #0F151A;
  color: #fff;
}
.p-contact-submit:hover::before {
  background-image: url(../images/common/icon_submit_white.png);
}

.p-contact-submit--back {
  background: rgba(29, 29, 29, 0.67);
  color: #fff;
}
.p-contact-submit--back:before {
  background-image: url(../images/common/icon_submit_white.png);
}
.p-contact-submit--back:hover {
  background: rgba(29, 29, 29, 0.27);
}

.p-contact-submit--center {
  margin: 0 auto;
}

.p-contact__text--thanks {
  color: #1A1A1C;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 768px) {
  .p-contact--thanks {
    margin-top: 80px;
  }
}
.p-contact--thanks .p-contact__inner {
  max-width: 365px;
  padding: 0 25px 90px;
}
@media (max-width: 768px) {
  .p-contact--thanks .p-contact__inner {
    max-width: 850px;
    padding-bottom: 153px;
  }
}

.p-contact__desc {
  max-width: calc(720 * var(--width-ratio));
  width: 100%;
  margin: calc(55 * var(--width-ratio)) auto calc(82 * var(--width-ratio));
}
.p-contact__heading {
  color: #057AAC;
  font-size: calc(28 * var(--width-ratio));
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.09em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact__heading {
    font-size: calc(20 * var(--width-ratio));
    text-align: left;
    line-height: 1.6;
  }
}

.p-contact-note {
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .p-contact-note {
    font-size: calc(14 * var(--width-ratio));
    line-height: 2.3;
    letter-spacing: 0;
  }
}

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

/**
* #Heading
*/
.u-h1 {
  font-size: 2rem;
}

.u-h2 {
  color: #057AAC;
  font-size: calc(28 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .u-h2 {
    font-size: calc(20 * var(--width-ratio));
  }
}

.u-h3 {
  color: #0F151A;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .u-h3 {
    font-size: calc(15 * var(--width-ratio));
  }
}

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

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

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

/**
* #Title
*/
.u-title {
  color: #fff;
  font-size: calc(64 * var(--width-ratio));
  font-weight: 500;
  font-family: "Outfit", serif;
}
@media (max-width: 768px) {
  .u-title {
    font-size: calc(48 * var(--width-ratio));
  }
}
.u-title span {
  display: block;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
}

.u-title--blue {
  color: #057AAC;
}

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

/**
* #Text
*/
.u-text {
  color: #0F151A;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.09em;
}
@media (max-width: 768px) {
  .u-text {
    font-size: calc(14 * var(--width-ratio));
    line-height: 2.3;
    letter-spacing: 0;
  }
}

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

.u-text--light {
  color: #fff;
}

.u-text--dark {
  color: #fff;
}/*# sourceMappingURL=style.css.map */