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

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

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

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

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

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

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

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

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

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

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

dl {
  margin: 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: #fff;
}

.l-footer-top {
  padding: calc(68 * var(--width-ratio)) calc(52 * var(--width-ratio)) calc(28 * var(--width-ratio));
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 768px) {
  .l-footer-top {
    padding: calc(82 * var(--width-ratio)) calc(22 * var(--width-ratio)) calc(45 * var(--width-ratio));
  }
}

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

@media (max-width: 768px) {
  .l-footer__desc {
    width: 100%;
  }
}

.l-footer-logo {
  max-width: calc(180 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .l-footer-logo {
    margin: 0 auto;
  }
}
.l-footer-logo span {
  display: block;
  margin-top: calc(12 * var(--width-ratio));
  font-size: calc(20 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .l-footer-logo span {
    margin: calc(12 * var(--width-ratio)) auto 0;
    text-align: center;
  }
}

.l-footer__text {
  margin-top: calc(22 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.l-footer-nav__list {
  display: flex;
  align-items: center;
  gap: calc(28 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: calc(5 * var(--width-ratio));
    grid-auto-flow: column;
  }
}

.l-footer-nav__link {
  font-size: calc(14 * var(--width-ratio));
  font-weight: 300;
  line-height: 3;
  letter-spacing: 0.04em;
}

.l-footer-nav__link--second {
  font-size: calc(12 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer-nav__link--second {
    margin-top: calc(20 * var(--width-ratio));
  }
}

.l-footer-area {
  max-width: calc(516 * var(--width-ratio));
  width: 100%;
  margin-top: calc(50 * var(--width-ratio));
  margin-left: auto;
}
@media (max-width: 768px) {
  .l-footer-area {
    margin-top: calc(80 * var(--width-ratio));
  }
}
.l-footer-area .l-footer-nav__link {
  margin-left: calc(116 * var(--width-ratio));
}

.l-footer__list {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: calc(16 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer__list {
    gap: 0;
  }
}

.l-footer-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(50 * var(--width-ratio));
  padding: calc(8 * var(--width-ratio)) calc(30 * var(--width-ratio));
  border: 1px solid #D9D9D9;
}
@media (max-width: 768px) {
  .l-footer-img {
    height: calc(28 * var(--width-ratio));
    padding: 0 calc(10 * var(--width-ratio));
    border: none;
  }
}
.l-footer-img:first-child {
  max-width: calc(207 * var(--width-ratio));
}
.l-footer-img:first-child img {
  max-width: calc(130 * var(--width-ratio));
}
.l-footer-img:nth-child(2) {
  max-width: calc(171 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer-img:nth-child(2) {
    position: relative;
  }
  .l-footer-img:nth-child(2)::before, .l-footer-img:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 0;
    width: calc(1 * var(--width-ratio));
    height: calc(30 * var(--width-ratio));
    background: #D9D9D9;
  }
  .l-footer-img:nth-child(2)::before {
    left: 0;
  }
  .l-footer-img:nth-child(2)::after {
    right: 0;
  }
}
.l-footer-img:nth-child(2) img {
  max-width: calc(120 * var(--width-ratio));
}
.l-footer-img:nth-child(3) {
  max-width: calc(107 * var(--width-ratio));
}
.l-footer-img:nth-child(3) img {
  max-width: calc(40 * var(--width-ratio));
}

@media (max-width: 768px) {
  .l-footer-bottom {
    padding: calc(14 * var(--width-ratio));
  }
}

.l-footer__copy {
  font-size: calc(12 * var(--width-ratio));
  font-weight: 300;
  line-height: 3;
  letter-spacing: 0.04em;
  text-align: center;
}

/**
 * #Header
 */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
@media (max-width: 768px) {
  .l-header {
    background: transparent;
  }
}
.l-header::before {
  content: "";
  position: absolute;
  top: calc(6 * var(--width-ratio));
  left: 0;
  width: 100%;
  height: calc(2 * var(--width-ratio));
  background: #D9344C;
}
@media (max-width: 768px) {
  .l-header::before {
    content: none;
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(24 * var(--width-ratio)) calc(60 * var(--width-ratio)) calc(1 * var(--width-ratio)) calc(47 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-header__inner {
    padding: calc(20 * var(--width-ratio)) calc(15 * var(--width-ratio)) calc(5 * var(--width-ratio));
  }
}

.l-header-logo__link {
  max-width: calc(140 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .l-header-logo__link {
    max-width: calc(119 * var(--width-ratio));
  }
}
.l-header-logo__link img {
  display: block;
  width: 100%;
}
.l-header-logo__link span {
  display: block;
  margin-top: calc(4 * var(--width-ratio));
  margin-left: calc(10 * var(--width-ratio));
  color: #000;
  font-size: calc(12 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .l-header-logo__link span {
    display: none;
  }
}

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

.l-main__inner {
  padding-top: calc(110 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-main__inner {
    padding-top: calc(90 * var(--width-ratio));
  }
}

.l-main-page--recruit {
  margin-bottom: calc(58 * var(--width-ratio));
  padding-top: 0;
  overflow: hidden;
}
.l-main-page--recruit .l-main__inner {
  padding-top: calc(195 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-main-page--recruit .l-main__inner {
    padding-top: calc(160 * var(--width-ratio));
  }
}

.l-main-page--strength .l-main__inner {
  padding-bottom: calc(310 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-main-page--strength .l-main__inner {
    padding-bottom: calc(106 * var(--width-ratio));
  }
}

.l-main-page--service .l-main__inner {
  padding-bottom: calc(74 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-main-page--service .l-main__inner {
    padding-bottom: calc(120 * var(--width-ratio));
  }
}

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

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

.l-section__heading {
  color: #292929;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  line-height: 1;
}
@media (max-width: 1024px) {
  .l-section__heading {
    font-size: 7rem;
  }
}
.l-section__heading::first-letter {
  color: #00D58E;
}
.l-section__heading span {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
}
@media (max-width: 1024px) {
  .l-section__heading span {
    font-size: 1.5rem;
  }
}

.l-section-head {
  position: sticky;
  position: -webkit-sticky;
  top: 72px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #00995C;
  background: #F6F8FA;
  color: #00995C;
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 10;
}
@media (max-width: 1024px) {
  .l-section-head {
    position: unset;
    padding-top: 0;
    padding-bottom: 30px;
    font-size: 2.4rem;
  }
}
.l-section-head span {
  display: block;
  max-width: 64px;
  width: 100%;
  margin-bottom: 10px;
  padding: 4px 8px 1px;
  border-radius: 50px;
  background: #01C778;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .l-section-head span {
    max-width: 84px;
    font-size: 1.3rem;
  }
}

@media (max-width: 1024px) {
  .l-section__wrap {
    width: 69.8vw;
    margin-right: 0;
    margin-left: auto;
    padding-right: 0;
  }
}

.l-section-article {
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .l-section-article {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-bottom: 136px;
  }
}

.l-section-article--recruit {
  background: #01C778;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .l-section-article--recruit {
    padding-bottom: 84px;
  }
}

.l-section-content {
  overflow: hidden;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/**
 * #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: absolute;
  top: calc(-28 * var(--width-ratio));
  right: calc(100 * var(--width-ratio));
  display: block;
  max-width: calc(40 * var(--width-ratio));
  z-index: 10;
}
@media (max-width: 768px) {
  .c-scroll {
    right: calc(20 * var(--width-ratio));
  }
}

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

.c-kv-img {
  display: block;
}

.c-kv__desc {
  position: absolute;
  bottom: calc(75 * var(--width-ratio));
  left: calc(130 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-kv__desc {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: calc(-35 * var(--width-ratio));
    padding: 0 calc(28 * var(--width-ratio));
    z-index: 10;
  }
}

.c-kv-logo {
  max-width: calc(393 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .c-kv-logo {
    max-width: calc(240 * var(--width-ratio));
  }
}

.c-kv__title {
  margin-top: calc(38 * var(--width-ratio));
  color: #fff;
  font-size: calc(40 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .c-kv__title {
    margin-top: calc(25 * var(--width-ratio));
    color: #000;
    font-size: calc(24 * var(--width-ratio));
    letter-spacing: 0.1em;
  }
}

.c-kv__text {
  margin-top: calc(10 * var(--width-ratio));
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .c-kv__text {
    margin-top: calc(18 * var(--width-ratio));
    color: #000;
    font-size: calc(16 * var(--width-ratio));
    letter-spacing: 0.1em;
  }
}

.c-kv-news {
  position: absolute;
  bottom: calc(-95 * var(--width-ratio));
  right: 0;
  max-width: calc(598 * var(--width-ratio));
  width: 100%;
  border-radius: calc(20 * var(--width-ratio)) 0 0 calc(20 * var(--width-ratio));
  border: 1px solid #000;
  background: #fff;
  z-index: 10;
}
@media (max-width: 768px) {
  .c-kv-news {
    position: unset;
    width: 89%;
    margin-top: calc(30 * var(--width-ratio));
    margin-left: auto;
  }
}

.c-kv-news__inner {
  padding: calc(16 * var(--width-ratio)) calc(38 * var(--width-ratio)) calc(26 * var(--width-ratio)) calc(52 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-kv-news__inner {
    padding: calc(16 * var(--width-ratio)) calc(28 * var(--width-ratio)) calc(35 * var(--width-ratio)) calc(30 * var(--width-ratio));
  }
}

.c-kv-news__heading {
  color: #DC5A63;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.c-kv-news__title {
  margin-top: calc(5 * var(--width-ratio));
  color: #000;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.c-kv-news__text {
  margin-top: calc(8 * var(--width-ratio));
  color: #000;
  font-size: calc(13 * var(--width-ratio));
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
/**
 * #Mv
 */
.c-mv {
  position: relative;
  width: 96vw;
  height: calc(320 * var(--width-ratio));
  border-radius: 0 calc(20 * var(--width-ratio)) calc(20 * var(--width-ratio)) 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .c-mv {
    height: calc(250 * var(--width-ratio));
  }
}

.c-mv--privacy {
  background-image: url(../images/privacy/img_mv_pc.webp);
}
@media (max-width: 768px) {
  .c-mv--privacy {
    background-image: url(../images/privacy/img_mv_sp.webp);
  }
}

.c-mv--strength {
  background-image: url(../images/strength/img_mv_pc.webp);
}
@media (max-width: 768px) {
  .c-mv--strength {
    background-image: url(../images/strength/img_mv_sp.webp);
  }
}

.c-mv--safety {
  background-image: url(../images/safety/img_mv_pc.webp);
}
@media (max-width: 768px) {
  .c-mv--safety {
    background-image: url(../images/safety/img_mv_sp.webp);
  }
}

.c-mv--service {
  background-image: url(../images/service/img_mv_pc.webp);
}
@media (max-width: 768px) {
  .c-mv--service {
    background-image: url(../images/service/img_mv_sp.webp);
  }
}

.c-mv--company {
  background-image: url(../images/company/img_mv_pc.webp);
}
@media (max-width: 768px) {
  .c-mv--company {
    background-image: url(../images/company/img_mv_sp.webp);
  }
}

.c-mv__inner {
  padding-right: calc(60 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-mv__inner {
    padding-right: calc(24 * var(--width-ratio));
  }
}

.c-mv__heading {
  position: absolute;
  top: calc(85 * var(--width-ratio));
  left: 10.7vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(10 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-mv__heading {
    top: calc(45 * var(--width-ratio));
    left: calc(20 * var(--width-ratio));
    gap: calc(5 * var(--width-ratio));
  }
}

.c-mv__title {
  display: inline-block;
  padding: calc(12 * var(--width-ratio)) calc(20 * var(--width-ratio));
  background: #fff;
  color: #DC5A63;
  font-size: calc(64 * var(--width-ratio));
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-mv__title {
    padding: calc(8 * var(--width-ratio)) calc(12 * var(--width-ratio));
    font-size: calc(38 * var(--width-ratio));
  }
}
.c-mv__title span {
  font-size: calc(48 * var(--width-ratio));
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-mv__title span {
    font-size: calc(28 * var(--width-ratio));
  }
}

.c-mv__lead {
  display: inline-block;
  padding: calc(6 * var(--width-ratio)) calc(15 * var(--width-ratio));
  background: #fff;
  color: #DC5A63;
  font-size: calc(23 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-mv__lead {
    font-size: calc(18 * var(--width-ratio));
  }
}

/**
 * #Hamburger
 */
.c-hamburger {
  position: absolute;
  right: calc(30 * var(--width-ratio));
  display: none;
  width: calc(52 * var(--width-ratio));
  height: calc(50 * var(--width-ratio));
  border-radius: 50%;
  background: #E23E46;
  cursor: pointer;
  transition: 0.3s;
  z-index: 100;
}
@media (max-width: 768px) {
  .c-hamburger {
    display: block;
  }
  .c-hamburger.is-active {
    width: calc(17 * var(--width-ratio));
    height: calc(17 * var(--width-ratio));
    background: transparent;
  }
}

.c-hamburger__line {
  position: absolute;
  left: 50%;
  display: block;
  width: calc(23 * var(--width-ratio));
  height: calc(1 * var(--width-ratio));
  background: #fff;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.c-hamburger__line.is-active {
  background: #E23E46;
}

.c-hamburger__line--top {
  top: calc(50% - -6 * var(--width-ratio));
}
.c-hamburger__line--top.is-active {
  transform: translate(-50%, -50%) rotate(45deg);
  top: calc(50% - 0px);
}

.c-hamburger__line--middle {
  top: 50%;
}
.c-hamburger__line--middle.is-active {
  width: 0;
}

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

/**
* #Contact
*/
.c-contact {
  position: relative;
  background: #DC5A63;
  z-index: 1;
}
.c-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/bg_cta_pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .c-contact::before {
    background-image: url(../images/common/bg_cta_sp.webp);
  }
}

.c-contact__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(155 * var(--width-ratio));
  max-width: calc(1440 * var(--width-ratio));
  padding: calc(70 * var(--width-ratio)) calc(100 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-contact__inner {
    flex-direction: column;
    gap: calc(10 * var(--width-ratio));
    padding: calc(80 * var(--width-ratio)) calc(30 * var(--width-ratio));
  }
}

.c-contact__title {
  font-size: calc(36 * var(--width-ratio));
}
.c-contact__title::before {
  width: calc(17 * var(--width-ratio));
  height: calc(5 * var(--width-ratio));
}

.c-contact__body {
  display: flex;
  align-items: center;
  gap: calc(32 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-contact__body {
    flex-direction: column;
    gap: 0;
  }
}

.c-contact__link {
  display: flex;
  align-items: center;
  gap: calc(18 * var(--width-ratio));
  color: #fff;
  font-size: calc(42 * var(--width-ratio));
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  pointer-events: none;
}
@media (max-width: 768px) {
  .c-contact__link {
    justify-content: center;
    gap: calc(15 * var(--width-ratio));
    padding: calc(16 * var(--width-ratio));
    border-radius: calc(20 * var(--width-ratio));
    background: #fff;
    color: #DC5A63;
    font-size: calc(32 * var(--width-ratio));
    pointer-events: auto;
  }
}
.c-contact__link::before {
  content: "";
  display: block;
  width: calc(36 * var(--width-ratio));
  height: calc(36 * var(--width-ratio));
  background-image: url(../images/common/icon_tel.webp);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .c-contact__link::before {
    width: calc(25 * var(--width-ratio));
    height: calc(25 * var(--width-ratio));
    background-image: url(../images/common/icon_tel_red.webp);
  }
}
.c-contact__link:hover {
  background: #DC5A63;
  color: #fff;
}
.c-contact__link:hover::before {
  background-image: url(../images/common/icon_tel.webp);
}

.c-contact__text {
  color: #fff;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .c-contact__text {
    margin-top: calc(12 * var(--width-ratio));
    text-align: center;
  }
}

/**
 * #Cta
 */
.c-cta {
  margin-bottom: calc(3 * var(--width-ratio));
}

.c-cta-top .c-cta__link {
  padding: calc(126 * var(--width-ratio)) calc(52 * var(--width-ratio)) calc(78 * var(--width-ratio)) calc(100 * var(--width-ratio));
}
.c-cta-top .c-cta__link:first-child {
  max-width: 34.723vw;
  width: 100%;
  background-image: url(../images/common/img_cta01_top_pc.webp);
}
@media (max-width: 768px) {
  .c-cta-top .c-cta__link:first-child {
    max-width: 100%;
    padding: calc(40 * var(--width-ratio)) calc(30 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(36 * var(--width-ratio));
    background-image: url(../images/common/img_cta01_sp.webp);
  }
}
.c-cta-top .c-cta__link:last-child {
  max-width: 66vw;
  width: 100%;
  background-image: url(../images/common/img_cta02_top_pc.webp);
}
@media (max-width: 768px) {
  .c-cta-top .c-cta__link:last-child {
    max-width: 100%;
    padding: calc(60 * var(--width-ratio)) calc(30 * var(--width-ratio)) calc(50 * var(--width-ratio)) calc(36 * var(--width-ratio));
    background-image: url(../images/common/img_cta02_top_sp.webp);
  }
}

.c-cta-area {
  display: flex;
  align-items: stretch;
  gap: calc(3 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-cta-area {
    flex-flow: row wrap;
  }
}

.c-cta__link {
  position: relative;
  width: 34vw;
  padding: calc(90 * var(--width-ratio)) calc(65 * var(--width-ratio));
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}
@media (max-width: 768px) {
  .c-cta__link {
    width: 100%;
    padding: calc(40 * var(--width-ratio)) calc(36 * var(--width-ratio));
  }
}
.c-cta__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
}
.c-cta__link:hover::before {
  opacity: 1;
}

.c-cta__title {
  position: relative;
  padding-top: calc(20 * var(--width-ratio));
  color: #fff;
  font-size: calc(36 * var(--width-ratio));
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  z-index: 1;
}
.c-cta__title::before, .c-cta__title::after {
  content: "";
  position: absolute;
}
.c-cta__title::before {
  top: 0;
  left: 0;
  width: calc(17 * var(--width-ratio));
  height: calc(5 * var(--width-ratio));
  background: #fff;
}
.c-cta__title::after {
  top: calc(42 * var(--width-ratio));
  right: 0;
  display: block;
  width: calc(36 * var(--width-ratio));
  height: calc(36 * var(--width-ratio));
  background-image: url(../images/common/icon_arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-cta__title span {
  display: block;
  margin-top: calc(12 * var(--width-ratio));
  font-size: calc(20 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.c-cta__text {
  margin-top: calc(44 * var(--width-ratio));
  color: #fff;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .c-cta__text {
    margin-top: calc(124 * var(--width-ratio));
    font-size: calc(20 * var(--width-ratio));
  }
}

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

.c-cta__link--service {
  background-image: url(../images/common/img_cta02_pc.webp);
}

.c-cta__link--safety {
  background-image: url(../images/common/img_cta03_pc.webp);
}

.c-cta__link--strength {
  background-image: url(../images/common/img_cta04_pc.webp);
}

.c-cta__link--recruit {
  max-width: 100%;
  width: 100%;
  padding: calc(70 * var(--width-ratio)) calc(65 * var(--width-ratio));
  background-image: url(../images/common/img_cta_company_pc.webp);
}
@media (max-width: 768px) {
  .c-cta__link--recruit {
    max-width: 100%;
    padding: calc(60 * var(--width-ratio)) calc(30 * var(--width-ratio)) calc(50 * var(--width-ratio)) calc(36 * var(--width-ratio));
    background-image: url(../images/common/img_cta02_top_sp.webp);
  }
}

/**
 * #Inner
 */
.c-inner {
  width: 100%;
  margin: 0 auto;
}
/**
 * #Menu
 */
.c-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  .c-menu {
    display: block;
  }
}

.c-menu__list {
  display: flex;
  align-items: stretch;
}

.c-menu__link {
  max-width: calc(162 * var(--width-ratio));
  width: 100%;
  padding: calc(13 * var(--width-ratio));
  color: #fff;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}

.c-menu__link--recruit {
  background: #F6AE9C;
}

.c-menu__link--contact {
  background: #D7434D;
}

.c-menu__top {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(51 * var(--width-ratio));
  width: 100%;
  background: #4D4D4D;
}
.c-menu__top img {
  width: calc(20 * var(--width-ratio));
}

/**
 * #Breadcrumbs
 */
.c-breadcrumbs {
  margin-top: calc(18 * var(--width-ratio));
  list-style-type: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .c-breadcrumbs {
    margin-top: calc(10 * var(--width-ratio));
  }
}

.c-breadcrumbs-recruit {
  margin-top: calc(105 * var(--width-ratio));
  padding: 0 calc(96 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-breadcrumbs-recruit {
    margin-top: calc(40 * var(--width-ratio));
    padding: 0 calc(8 * var(--width-ratio));
  }
}
.c-breadcrumbs-recruit .c-breadcrumbs__item + .c-breadcrumbs__item {
  color: #fff;
}
.c-breadcrumbs-recruit .c-breadcrumbs__item + .c-breadcrumbs__item:before {
  background-image: url(../images/common/icon_bread.webp);
}
.c-breadcrumbs-recruit .c-breadcrumbs__link {
  color: #fff;
}

.c-breadcrumbs__list {
  max-width: calc(1440 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}

.c-breadcrumbs__item {
  display: inline-block;
  color: #000;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .c-breadcrumbs__item {
    font-size: calc(12 * var(--width-ratio));
  }
}
.c-breadcrumbs__item:last-child {
  display: inline;
  margin-left: calc(8 * var(--width-ratio));
}

.c-breadcrumbs__link {
  display: inline-block;
  color: #00118F;
  text-decoration: underline;
}

.c-breadcrumbs__item + .c-breadcrumbs__item:before {
  content: "";
  display: inline-block;
  width: calc(5 * var(--width-ratio));
  height: calc(9 * var(--width-ratio));
  background-image: url(../images/common/icon_bread_black.webp);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: calc(10 * var(--width-ratio));
  color: #333;
}
@media (max-width: 768px) {
  .c-breadcrumbs__item + .c-breadcrumbs__item:before {
    margin-right: calc(8 * var(--width-ratio));
  }
}

/**
 * #Tab
 */
.c-tab-block {
  margin-top: calc(152 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-tab-block {
    margin-top: calc(100 * var(--width-ratio));
  }
}

.c-tab-section {
  position: relative;
}

.c-tab-section--work .c-tab-content {
  background: #FFEBD3;
}

.c-tab-section--company {
  background: #FFEBD3;
}
.c-tab-section--company .c-tab__item:first-child:hover, .c-tab-section--company .c-tab__item:nth-child(3):hover {
  background: #FDF7E6;
}
.c-tab-section--company .c-tab-content {
  background: #FDF7E6;
}

.c-tab-section--staff {
  background: #FDF7E6;
}
.c-tab-section--staff .c-tab-content {
  border-radius: calc(20 * var(--width-ratio));
  background: #FFEBD3;
}

.c-tab {
  position: absolute;
  top: calc(-60 * var(--width-ratio));
  left: 50%;
  display: flex;
  align-items: end;
  gap: calc(15 * var(--width-ratio));
  max-width: calc(1067 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .c-tab {
    top: calc(-50 * var(--width-ratio));
    justify-content: space-around;
    gap: calc(3 * var(--width-ratio));
  }
}

.c-tab__list {
  display: flex;
  align-items: flex-start;
  gap: calc(9 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-tab__list {
    gap: calc(3 * var(--width-ratio));
  }
}

.c-tab__item {
  width: calc(226 * var(--width-ratio));
  padding: calc(16 * var(--width-ratio)) 0 calc(13 * var(--width-ratio));
  border-radius: calc(10 * var(--width-ratio)) calc(10 * var(--width-ratio)) 0 0;
  color: #DC5A63;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .c-tab__item {
    width: calc(66 * var(--width-ratio));
    padding: calc(7 * var(--width-ratio)) 0 calc(39 * var(--width-ratio));
    font-size: calc(13 * var(--width-ratio));
    line-height: 1.3076923077;
  }
}
.c-tab__item:first-child:hover, .c-tab__item:first-child.is-active {
  background: #FFEBD3;
}
.c-tab__item:nth-child(2):hover {
  background: #FFEBD3;
}
.c-tab__item:nth-child(2).is-active {
  background: #FDF7E6;
}
@media (max-width: 768px) {
  .c-tab__item:nth-child(3) {
    width: calc(85 * var(--width-ratio));
  }
}
.c-tab__item:nth-child(3):hover, .c-tab__item:nth-child(3).is-active {
  background: #FFEBD3;
}

.c-tab__links {
  display: flex;
  align-items: flex-start;
  gap: calc(9 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-tab__links {
    gap: calc(3 * var(--width-ratio));
  }
}

.c-tab__link {
  position: relative;
  width: calc(175 * var(--width-ratio));
  margin-bottom: calc(3 * var(--width-ratio));
  padding: calc(9 * var(--width-ratio));
  border-radius: calc(10 * var(--width-ratio)) calc(10 * var(--width-ratio)) 0 0;
  color: #000;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 768px) {
  .c-tab__link {
    width: auto;
    padding: calc(14 * var(--width-ratio)) calc(3 * var(--width-ratio)) calc(42 * var(--width-ratio));
    border-radius: calc(5 * var(--width-ratio)) calc(5 * var(--width-ratio)) 0 0;
    font-size: calc(13 * var(--width-ratio));
  }
}
.c-tab__link span {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .c-tab__link span {
    display: none;
  }
}
.c-tab__link::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: calc(24 * var(--width-ratio));
  color: #000;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .c-tab__link::after {
    content: none;
  }
}

.c-tab__link--recruit {
  background-color: #CEEAED;
}

.c-tab__link--contact {
  background-color: #4680CE;
  color: #fff;
}
@media (max-width: 768px) {
  .c-tab__link--contact {
    padding: calc(14 * var(--width-ratio)) calc(10 * var(--width-ratio)) calc(42 * var(--width-ratio));
  }
}
.c-tab__link--contact::after {
  color: #fff;
}

.c-tab-content {
  border-radius: calc(20 * var(--width-ratio)) calc(20 * var(--width-ratio)) 0 0;
}
@media (max-width: 768px) {
  .c-tab-content {
    position: relative;
  }
}

.c-tab__wrap {
  max-width: calc(1320 * var(--width-ratio));
  width: 100%;
  padding: calc(64 * var(--width-ratio)) calc(150 * var(--width-ratio)) calc(150 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-tab__wrap {
    padding: calc(45 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(125 * var(--width-ratio));
  }
}

.c-tab__heading {
  color: #DC5A63;
  font-size: calc(32 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .c-tab__heading {
    display: none;
  }
}
.c-tab__heading + .c-tab__title {
  margin-top: calc(55 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-tab__heading + .c-tab__title {
    margin-top: 0;
  }
}

.c-tab__title {
  padding: calc(8 * var(--width-ratio)) calc(16 * var(--width-ratio));
  background: #DC5A63;
  color: #fff;
  font-size: calc(21 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .c-tab__title {
    font-size: calc(18 * var(--width-ratio));
  }
}
.c-tab__title + .c-tab__text {
  margin-top: calc(28 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-tab__title + .c-tab__text {
    margin-top: calc(22 * var(--width-ratio));
  }
}

.c-tab__text {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .c-tab__text {
    padding: 0 calc(10 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

/**
 * #Question
 */
.c-question {
  position: relative;
  max-width: calc(710 * var(--width-ratio));
  width: 100%;
  margin-top: calc(40 * var(--width-ratio));
  margin-left: auto;
}
@media (max-width: 768px) {
  .c-question {
    margin-top: calc(48 * var(--width-ratio));
  }
}
.c-question:first-child {
  margin-top: 0;
}

.c-question__head {
  position: absolute;
  top: calc(-18 * var(--width-ratio));
  left: calc(-60 * var(--width-ratio));
  display: flex;
  align-items: center;
  gap: calc(12 * var(--width-ratio));
  padding: calc(8 * var(--width-ratio)) calc(36 * var(--width-ratio)) calc(8 * var(--width-ratio)) calc(14 * var(--width-ratio));
  border-radius: calc(20 * var(--width-ratio));
  background: #DC5A63;
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .c-question__head {
    top: calc(-28 * var(--width-ratio));
    left: calc(-10 * var(--width-ratio));
    align-items: normal;
    gap: calc(5 * var(--width-ratio));
    padding: calc(10 * var(--width-ratio)) calc(14 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}
.c-question__head::before {
  content: "";
  position: absolute;
  bottom: calc(7 * var(--width-ratio));
  left: calc(-14 * var(--width-ratio));
  display: flex;
  align-items: center;
  gap: calc(10 * var(--width-ratio));
  width: calc(20 * var(--width-ratio));
  height: calc(14 * var(--width-ratio));
  background-image: url(../images/recruit/icon_question.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .c-question__head::before {
    bottom: calc(10 * var(--width-ratio));
    left: calc(-10 * var(--width-ratio));
  }
}
.c-question__head span {
  color: #fff;
  font-size: calc(24 * var(--width-ratio));
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .c-question__head span {
    line-height: 1;
  }
}

.c-question__body {
  padding: calc(44 * var(--width-ratio)) calc(30 * var(--width-ratio)) calc(30 * var(--width-ratio)) calc(40 * var(--width-ratio));
  border-radius: calc(20 * var(--width-ratio));
  border: 4px solid #DC5A63;
}
@media (max-width: 768px) {
  .c-question__body {
    padding: calc(50 * var(--width-ratio)) calc(14 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(25 * var(--width-ratio));
  }
}

.c-question__text {
  font-size: calc(14 * var(--width-ratio));
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .c-question__text {
    font-size: calc(13 * var(--width-ratio));
  }
}

/**
 * #Table
 */
.c-table {
  border-collapse: collapse;
  border-spacing: 0;
}
.c-table th,
.c-table td {
  padding: calc(10 * var(--width-ratio));
  border: 1px solid #D9D9D9;
  font-size: calc(14 * var(--width-ratio));
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.c-table th {
  width: calc(168 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-table th {
    width: calc(98 * var(--width-ratio));
  }
}
.c-table td {
  width: calc(367 * var(--width-ratio));
  font-weight: 300;
}

/* Project
   ----------------------------------------------------------------- */
/**
 * #Pagenation
 */
.p-pagination {
  margin-top: 57px;
}

.p-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
@media (max-width: 768px) {
  .p-pagination__list {
    gap: 10px;
  }
}

.p-pagination-arrow {
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
}

.p-pagination-arrow--prev {
  margin-right: 12px;
}

.p-pagination-arrow--next {
  margin-left: 12px;
}

.p-pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding-bottom: 2px;
  border-radius: 50%;
  background: #fff;
  color: #00995C;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-pagination__item {
    width: 48px;
    height: 48px;
    font-size: 1.6rem;
  }
}
.p-pagination__item.is-active {
  background: #00995C;
  color: #fff;
}

/**
 * #Top
 */
.p-top__link {
  position: relative;
  gap: calc(16 * var(--width-ratio));
  max-width: calc(306 * var(--width-ratio));
  width: 100%;
  padding: calc(16 * var(--width-ratio)) calc(22 * var(--width-ratio));
  border-radius: calc(10 * var(--width-ratio));
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.p-top__link::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: calc(16 * var(--width-ratio));
  color: #000;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transform: translateY(-50%);
}
.p-top__link:hover {
  background: #000;
  color: #fff;
}
.p-top__link:hover::after {
  color: #fff;
}

/**
 * #Nav
 */
@media (max-width: 768px) {
  .p-nav {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    background: #fff;
  }
}

.p-nav__inner {
  display: flex;
  align-items: center;
  gap: calc(50 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-nav__inner {
    display: block;
    height: 100dvh;
    padding: calc(52 * var(--width-ratio)) calc(32 * var(--width-ratio)) 0;
    overflow-y: scroll;
  }
}

.p-nav__list {
  display: flex;
  align-items: center;
  gap: calc(38 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-nav__list {
    align-items: start;
    gap: calc(6 * var(--width-ratio));
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
  }
}

.p-nav-other {
  display: flex;
  align-items: center;
  gap: calc(6 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-nav-other {
    align-items: start;
    flex-direction: column;
    gap: calc(6 * var(--width-ratio));
    margin-top: calc(6 * var(--width-ratio));
  }
}

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

.p-nav__link {
  position: relative;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-nav__link {
    position: relative;
    display: flex;
    align-items: center;
    gap: calc(10 * var(--width-ratio));
    padding-left: calc(10 * var(--width-ratio));
    padding-bottom: calc(6 * var(--width-ratio));
    border-bottom: 1px dotted #D9D9D9;
    font-size: calc(16 * var(--width-ratio));
    text-align: left;
    line-height: 3.4;
  }
  .p-nav__link::before {
    content: "〉";
    display: block;
    font-size: calc(16 * var(--width-ratio));
    font-weight: 400;
  }
}
.p-nav__link::after {
  content: "";
  position: absolute;
  bottom: calc(-4 * var(--width-ratio));
  left: 0;
  display: block;
  width: 100%;
  height: calc(1 * var(--width-ratio));
  background: #000;
  opacity: 0;
  transition: 0.3s;
}
.p-nav__link:hover::after {
  opacity: 1;
}
@media (max-width: 768px) {
  .p-nav__link:hover::after {
    opacity: 0;
  }
}

.p-nav__link--second {
  min-width: calc(144 * var(--width-ratio));
  width: 100%;
  padding: calc(8 * var(--width-ratio)) calc(22 * var(--width-ratio));
  border-radius: calc(10 * var(--width-ratio));
  border: 1px solid transparent;
  font-size: calc(15 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-nav__link--second {
    min-width: auto;
    padding: 0 0 calc(6 * var(--width-ratio)) calc(10 * var(--width-ratio));
    border-radius: 0;
    font-size: calc(16 * var(--width-ratio));
  }
}
.p-nav__link--second:hover {
  border-color: #DFDFDF;
}

.p-nav__link--recruit {
  background-color: #FFEBD3;
}
@media (max-width: 768px) {
  .p-nav__link--recruit {
    background: transparent;
  }
}
.p-nav__link--recruit::after {
  content: none;
}
.p-nav__link--recruit:hover {
  background: #fff;
}

.p-nav__link--contact {
  background-color: #DC5A63;
  color: #fff;
}
@media (max-width: 768px) {
  .p-nav__link--contact {
    border-bottom: none;
    background: transparent;
    color: #000;
  }
}
.p-nav__link--contact::after {
  content: none;
}
.p-nav__link--contact:hover {
  color: #000;
  background: #fff;
}

.p-nav__link--third {
  display: none;
  border: none;
  color: #818181;
  font-size: calc(12 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-nav__link--third {
    display: flex;
  }
  .p-nav__link--third::before {
    font-size: calc(12 * var(--width-ratio));
  }
}

.p-nav-info {
  display: none;
  position: relative;
  width: 100vw;
  margin: calc(36 * var(--width-ratio)) calc(50% - 50vw) 0;
  padding: calc(48 * var(--width-ratio)) calc(28 * var(--width-ratio));
  background: #DC5A63;
  z-index: 1;
}
.p-nav-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/bg_lattice.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.p-nav-info__link {
  padding: calc(16 * var(--width-ratio)) calc(32 * var(--width-ratio));
  border-radius: calc(20 * var(--width-ratio));
  background: #fff;
}
.p-nav-info__link span {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(14 * var(--width-ratio));
  color: #DC5A63;
  font-size: calc(30 * var(--width-ratio));
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.p-nav-info__link span::before {
  content: "";
  width: calc(26 * var(--width-ratio));
  height: calc(26 * var(--width-ratio));
  background-image: url(../images/common/icon_tel_red.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-nav-info__link:hover {
  background: #DC5A63;
  opacity: 1;
}
.p-nav-info__link:hover span {
  color: #fff;
}
.p-nav-info__link:hover span::before {
  background-image: url(../images/common/icon_tel.webp);
}

.p-nav-info__text {
  margin-top: calc(26 * var(--width-ratio));
  color: #fff;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

/**
 * #Features
 */
.p-features-top__inner {
  max-width: calc(1440 * var(--width-ratio));
  padding: calc(84 * var(--width-ratio)) calc(94 * var(--width-ratio)) calc(72 * var(--width-ratio)) calc(215 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-features-top__inner {
    padding: calc(27 * var(--width-ratio)) 0 calc(80 * var(--width-ratio));
  }
}

.p-features-top-content {
  display: flex;
  gap: calc(106 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-features-top-content {
    flex-direction: column;
    gap: calc(50 * var(--width-ratio));
  }
}

.p-features-top-catch {
  position: relative;
  max-width: calc(423 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .p-features-top-catch {
    max-width: calc(380 * var(--width-ratio));
    height: calc(418 * var(--width-ratio));
  }
}

.p-features-top__figure {
  position: absolute;
  display: block;
  width: 100%;
  border-radius: calc(20 * var(--width-ratio));
  overflow: hidden;
}
.p-features-top__figure img,
.p-features-top__figure picture {
  border-radius: calc(20 * var(--width-ratio));
}

.p-features-top__figure--first {
  top: 0;
  max-width: calc(423 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-features-top__figure--first {
    max-width: calc(190 * var(--width-ratio));
    right: calc(16 * var(--width-ratio));
  }
}

.p-features-top__figure--second {
  top: calc(384 * var(--width-ratio));
  left: calc(-238 * var(--width-ratio));
  max-width: calc(310 * var(--width-ratio));
  z-index: 2;
}
@media (max-width: 768px) {
  .p-features-top__figure--second {
    max-width: calc(210 * var(--width-ratio));
    top: calc(138 * var(--width-ratio));
    left: calc(-22 * var(--width-ratio));
  }
}

.p-features-top__figure--third {
  top: calc(710 * var(--width-ratio));
  left: calc(38 * var(--width-ratio));
  max-width: calc(270 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-features-top__figure--third {
    max-width: calc(120 * var(--width-ratio));
    top: calc(280 * var(--width-ratio));
    left: calc(140 * var(--width-ratio));
  }
}

.p-features-top__wrap {
  opacity: 0;
  transition: 0.3s;
}
.p-features-top__wrap.isPlay {
  opacity: 1;
}

.p-features-top-area {
  padding-top: calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-features-top-area {
    padding: 0 calc(28 * var(--width-ratio));
  }
}

.p-features-top__heading {
  color: #DC5A63;
}

.p-features-top__title {
  position: relative;
  padding-top: calc(20 * var(--width-ratio));
  color: #DC5A63;
  font-size: calc(56 * var(--width-ratio));
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-features-top__title {
    font-size: calc(24 * var(--width-ratio));
    line-height: 1.5;
  }
}
.p-features-top__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(22 * var(--width-ratio));
  height: calc(3 * var(--width-ratio));
  background: #DC5A63;
}

.p-features-top__unit {
  margin-top: calc(43 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-features-top__unit {
    margin-top: calc(40 * var(--width-ratio));
  }
}
.p-features-top__unit:first-child {
  max-width: calc(560 * var(--width-ratio));
  width: 100%;
}
.p-features-top__unit:first-child .p-top__link {
  margin-top: calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-features-top__unit:first-child .p-top__link {
    margin-top: calc(40 * var(--width-ratio));
  }
}
.p-features-top__unit:nth-child(2) {
  max-width: calc(603 * var(--width-ratio));
  width: 100%;
  margin-top: calc(70 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-features-top__unit:nth-child(2) {
    margin-top: calc(94 * var(--width-ratio));
  }
}
.p-features-top__unit:nth-child(2) .p-top__link {
  margin-top: calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-features-top__unit:nth-child(2) .p-top__link {
    margin-top: calc(30 * var(--width-ratio));
  }
}

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

.p-features-top-img {
  max-width: calc(216 * var(--width-ratio));
  width: 100%;
  margin: calc(38 * var(--width-ratio)) 0 0;
}
@media (max-width: 768px) {
  .p-features-top-img {
    margin: calc(25 * var(--width-ratio)) 0 0;
  }
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.isPlay {
  position: relative;
  animation-name: play;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  opacity: 1 !important;
}
.isPlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: calc(20 * var(--width-ratio));
  background: #EBEBEB;
  animation-name: maskOut;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
}

/**
 * #Features
 */
.p-service-top {
  background: linear-gradient(180deg, #DC5A63 0%, #DC5A63 62%, #fff 62%, #fff 100%);
}
@media (max-width: 768px) {
  .p-service-top {
    background: linear-gradient(180deg, #DC5A63 0%, #DC5A63 42%, #fff 42%, #fff 100%);
  }
}

.p-service-top__inner {
  max-width: calc(1440 * var(--width-ratio));
  padding: calc(60 * var(--width-ratio)) calc(18 * var(--width-ratio)) calc(235 * var(--width-ratio)) calc(164 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-service-top__inner {
    padding: calc(70 * var(--width-ratio)) calc(34 * var(--width-ratio)) calc(150 * var(--width-ratio));
  }
}

.p-service-top__heading {
  color: #fff;
}

.p-service-top__title {
  position: relative;
  padding-top: calc(20 * var(--width-ratio));
  font-size: calc(56 * var(--width-ratio));
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-service-top__title {
    font-size: calc(48 * var(--width-ratio));
    line-height: 1.3;
  }
}
.p-service-top__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(22 * var(--width-ratio));
  height: calc(3 * var(--width-ratio));
  background: #fff;
}

.p-service-top-content {
  margin-top: calc(36 * var(--width-ratio));
  color: #fff;
}
@media (max-width: 768px) {
  .p-service-top-content {
    margin-top: calc(32 * var(--width-ratio));
  }
}
.p-service-top-content .u-text {
  margin-top: calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-service-top-content .u-text {
    margin-top: calc(24 * var(--width-ratio));
  }
}
.p-service-top-content .p-top__link {
  margin-top: calc(32 * var(--width-ratio));
}

.p-service-top__list {
  display: flex;
  align-items: flex-start;
  gap: calc(12 * var(--width-ratio));
  margin-top: calc(66 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-service-top__list {
    flex-direction: column;
    gap: calc(10 * var(--width-ratio));
    margin-top: calc(45 * var(--width-ratio));
  }
}

.p-service-top__link {
  display: block;
  max-width: calc(308 * var(--width-ratio));
  width: 100%;
}
.p-service-top__link img {
  border-radius: calc(20 * var(--width-ratio));
}
.p-service-top__link span {
  position: relative;
  display: block;
  margin-top: calc(20 * var(--width-ratio));
  padding-left: calc(20 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-service-top__link span {
    margin-top: calc(10 * var(--width-ratio));
  }
}
.p-service-top__link span::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: calc(130 * var(--width-ratio));
  color: #000;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transform: translateY(-50%);
  transition: 0.3s;
}
.p-service-top__link:hover {
  filter: brightness(0.8);
}
.p-service-top__link:hover span:after {
  right: calc(15 * var(--width-ratio));
}

.p-service__thumb img {
  border-radius: calc(20 * var(--width-ratio));
}

.p-service__lead {
  margin-top: calc(30 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-service__lead {
    margin-top: calc(10 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    font-weight: 300;
    line-height: 2;
  }
}

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

.p-service__title {
  font-size: calc(21 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-service__title {
    font-size: calc(18 * var(--width-ratio));
  }
}

.p-service-info {
  display: flex;
  align-items: flex-start;
  gap: calc(8 * var(--width-ratio));
  margin-top: calc(15 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-service-info {
    flex-direction: column;
    gap: calc(20 * var(--width-ratio));
    margin-top: calc(12 * var(--width-ratio));
  }
}

.p-service__detail {
  max-width: calc(604 * var(--width-ratio));
  width: 100%;
}

.p-service__text {
  margin-top: calc(10 * var(--width-ratio));
  font-size: calc(12 * var(--width-ratio));
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.p-service__list {
  display: flex;
  align-items: stretch;
  gap: calc(9 * var(--width-ratio));
  margin-top: calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-service__list {
    gap: calc(2 * var(--width-ratio));
  }
}

.p-service__figure {
  max-width: calc(211 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .p-service__figure {
    max-width: calc(165 * var(--width-ratio));
  }
}
.p-service__figure img {
  height: calc(170 * var(--width-ratio));
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-service__figure img {
    height: calc(150 * var(--width-ratio));
  }
}

.p-service__name {
  margin-top: calc(4 * var(--width-ratio));
  font-size: calc(12 * var(--width-ratio));
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-service__name {
    margin-top: 0;
  }
}

/**
 * #Recruit
 */
.p-recruit-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/recruit/img_mv_pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-recruit-bg {
    background-image: url(../images/recruit/img_mv_sp.webp);
  }
}

.p-recruit-mv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(10 * var(--width-ratio));
  padding: 0 calc(96 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-recruit-mv {
    gap: calc(5 * var(--width-ratio));
    padding: 0 calc(20 * var(--width-ratio));
  }
}

.p-recruit-mv__title {
  display: inline-block;
  padding: calc(12 * var(--width-ratio)) calc(20 * var(--width-ratio));
  background: #fff;
  color: #DC5A63;
  font-size: calc(64 * var(--width-ratio));
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-recruit-mv__title {
    padding: calc(8 * var(--width-ratio)) calc(12 * var(--width-ratio));
    font-size: calc(38 * var(--width-ratio));
  }
}

.p-recruit-mv__text {
  display: inline-block;
  padding: calc(6 * var(--width-ratio)) calc(15 * var(--width-ratio));
  background: #fff;
  color: #DC5A63;
  font-size: calc(23 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-recruit-mv__text {
    font-size: calc(18 * var(--width-ratio));
  }
}

.p-recruit-content {
  margin-top: calc(114 * var(--width-ratio));
  border-radius: calc(20 * var(--width-ratio));
  background: #fff;
}
@media (max-width: 768px) {
  .p-recruit-content {
    margin-top: calc(60 * var(--width-ratio));
    border-radius: calc(20 * var(--width-ratio));
  }
}

.p-recruit-intro {
  padding: calc(72 * var(--width-ratio)) calc(280 * var(--width-ratio)) calc(66 * var(--width-ratio));
  border-radius: calc(20 * var(--width-ratio));
  background: #fff;
}
@media (max-width: 768px) {
  .p-recruit-intro {
    padding: calc(48 * var(--width-ratio)) calc(10 * var(--width-ratio)) calc(22 * var(--width-ratio)) calc(30 * var(--width-ratio));
  }
}

.p-recruit-intro__title {
  color: #DC5A63;
  font-size: calc(36 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-recruit-intro__title {
    font-size: calc(22 * var(--width-ratio));
  }
}

.p-recruit-intro__text {
  margin-top: calc(35 * var(--width-ratio));
  font-size: calc(21 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-recruit-intro__text {
    margin-top: calc(30 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
  }
}

.p-recruit-area {
  margin-top: calc(58 * var(--width-ratio));
  border-radius: calc(20 * var(--width-ratio)) calc(20 * var(--width-ratio)) 0 0;
  background: #CEEAED;
}
@media (max-width: 768px) {
  .p-recruit-area {
    margin-top: calc(60 * var(--width-ratio));
    background: #4680CE;
  }
}

.p-recruit__wrap {
  max-width: calc(1305 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(88 * var(--width-ratio)) calc(150 * var(--width-ratio)) calc(90 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-recruit__wrap {
    padding: calc(50 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(40 * var(--width-ratio));
    border-radius: calc(20 * var(--width-ratio));
    background: #CEEAED;
  }
}

.p-recruit__title {
  font-size: calc(32 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-recruit__title {
    font-size: calc(28 * var(--width-ratio));
  }
}

.p-recruit-article {
  max-width: calc(1005 * var(--width-ratio));
  margin: calc(46 * var(--width-ratio)) auto 0;
  padding: calc(48 * var(--width-ratio)) calc(90 * var(--width-ratio)) calc(50 * var(--width-ratio));
  border-radius: calc(20 * var(--width-ratio));
  background: #fff;
}
@media (max-width: 768px) {
  .p-recruit-article {
    padding: calc(35 * var(--width-ratio)) calc(21 * var(--width-ratio)) calc(30 * var(--width-ratio));
  }
}

.p-recruit__list {
  display: flex;
  align-items: baseline;
  gap: calc(24 * var(--width-ratio));
  padding: calc(20 * var(--width-ratio)) calc(12 * var(--width-ratio));
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 768px) {
  .p-recruit__list {
    gap: calc(10 * var(--width-ratio));
    padding: calc(20 * var(--width-ratio)) calc(5 * var(--width-ratio));
  }
}
.p-recruit__list:last-child {
  border-bottom: 1px solid #D9D9D9;
}

.p-recruit__term {
  max-width: calc(206 * var(--width-ratio));
  width: 100%;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-recruit__term {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-recruit__desc {
  max-width: calc(556 * var(--width-ratio));
  width: 100%;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-recruit__desc {
    font-size: calc(13 * var(--width-ratio));
  }
}

.p-recruit-contact {
  background: #4680CE;
  border-radius: 0 0 calc(20 * var(--width-ratio)) calc(20 * var(--width-ratio));
}

.p-recruit-contact__inner {
  padding: calc(85 * var(--width-ratio)) calc(28 * var(--width-ratio)) calc(98 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-recruit-contact__inner {
    padding: calc(52 * var(--width-ratio)) calc(28 * var(--width-ratio)) calc(70 * var(--width-ratio));
  }
}

.p-recruit-contact__title {
  color: #fff;
  font-size: calc(32 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-recruit-contact__title {
    font-size: calc(28 * var(--width-ratio));
    line-height: 1.5;
  }
}

.p-recruit-contact__lead {
  margin-top: calc(35 * var(--width-ratio));
  color: #fff;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-recruit-contact__lead {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.c-recruit-contact__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(18 * var(--width-ratio));
  max-width: calc(598 * var(--width-ratio));
  width: 100%;
  margin: calc(5 * var(--width-ratio)) auto calc(5 * var(--width-ratio));
  padding: calc(9 * var(--width-ratio)) calc(100 * var(--width-ratio));
  border-radius: calc(20 * var(--width-ratio));
  background: #4680CE;
  color: #fff;
  font-size: calc(42 * var(--width-ratio));
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  pointer-events: none;
}
@media (max-width: 768px) {
  .c-recruit-contact__link {
    margin: calc(20 * var(--width-ratio)) auto;
    padding: calc(16 * var(--width-ratio)) calc(10 * var(--width-ratio));
    color: #4680CE;
    background: #fff;
    font-size: calc(32 * var(--width-ratio));
    pointer-events: auto;
  }
}
.c-recruit-contact__link::before {
  content: "";
  display: block;
  width: calc(36 * var(--width-ratio));
  height: calc(36 * var(--width-ratio));
  background-image: url(../images/common/icon_tel.webp);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .c-recruit-contact__link::before {
    width: calc(18 * var(--width-ratio));
    height: calc(18 * var(--width-ratio));
    background-image: url(../images/common/icon_tel_blue.webp);
  }
}
.c-recruit-contact__link:hover {
  background: #4680CE;
  color: #fff;
}
.c-recruit-contact__link:hover::before {
  background-image: url(../images/common/icon_tel.webp);
}

.p-recruit-contact__text {
  color: #fff;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}

/**
 * #Work
 */
.p-work {
  margin-top: calc(48 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-work {
    margin-top: calc(36 * var(--width-ratio));
  }
}

.p-work__unit {
  display: flex;
  align-items: stretch;
  margin-top: calc(40 * var(--width-ratio));
  border-radius: calc(20 * var(--width-ratio));
  background: #fff;
}
@media (max-width: 768px) {
  .p-work__unit {
    flex-flow: column;
  }
}

.p-work__desc {
  max-width: calc(593 * var(--width-ratio));
  width: 100%;
  padding: calc(30 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(44 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-work__desc {
    padding: calc(15 * var(--width-ratio)) calc(13 * var(--width-ratio)) calc(14 * var(--width-ratio)) calc(25 * var(--width-ratio));
  }
}

.p-work__title {
  display: flex;
  align-items: center;
  gap: calc(15 * var(--width-ratio));
  font-size: calc(21 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-work__title {
    gap: calc(13 * var(--width-ratio));
    font-size: calc(18 * var(--width-ratio));
  }
}
.p-work__title span {
  font-size: calc(21 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-work__title span {
    font-size: calc(18 * var(--width-ratio));
  }
}

.p-work__text {
  margin-top: calc(16 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-work__text {
    margin-top: calc(15 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-work__figure img {
  border-radius: 0 calc(20 * var(--width-ratio)) calc(20 * var(--width-ratio)) 0;
}
@media (max-width: 768px) {
  .p-work__figure img {
    border-radius: 0 0 calc(20 * var(--width-ratio)) calc(20 * var(--width-ratio));
  }
}

/**
 * #Know
 */
.p-know {
  margin-top: calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-know {
    margin-top: calc(20 * var(--width-ratio));
  }
}

.p-know-catch {
  display: flex;
  align-items: center;
  gap: calc(50 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-know-catch {
    flex-direction: column;
    gap: calc(20 * var(--width-ratio));
  }
}

.p-know__figure {
  max-width: calc(325 * var(--width-ratio));
  width: 100%;
}
.p-know__figure img {
  border-radius: calc(20 * var(--width-ratio));
}

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

.p-know__list {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: calc(20 * var(--width-ratio));
  margin-top: calc(46 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-know__list {
    align-items: flex-start;
    justify-content: center;
    flex-flow: row wrap;
    gap: calc(20 * var(--width-ratio)) calc(36 * var(--width-ratio));
    padding: 0 calc(26 * var(--width-ratio));
  }
}
.p-know__list:last-child {
  gap: calc(50 * var(--width-ratio));
  margin-top: calc(55 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-know__list:last-child {
    gap: calc(20 * var(--width-ratio)) calc(36 * var(--width-ratio));
    margin-top: calc(20 * var(--width-ratio));
  }
}

@media (max-width: 768px) {
  .p-know__item {
    width: 40%;
  }
}

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

.p-know__text {
  margin-top: calc(22 * var(--width-ratio));
  font-size: calc(21 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-know__text {
    margin-top: calc(10 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

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

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

.p-know-intro__title {
  font-size: calc(21 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-know-intro__title {
    font-size: calc(18 * var(--width-ratio));
  }
}

.p-know-intro__text {
  margin-top: calc(20 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-know-intro__text {
    margin-top: calc(20 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-know-intro__group {
  display: flex;
  align-items: center;
  gap: calc(20 * var(--width-ratio));
  width: 100vw;
  margin: calc(68 * var(--width-ratio)) calc(50% - 50vw) 0;
  overflow: hidden;
}

.p-know-intro__figure {
  width: calc(1000 * var(--width-ratio));
}
/**
 * #Staff
 */
.p-staff {
  width: 100vw;
  margin: calc(65 * var(--width-ratio)) 0 0 calc(-85 * var(--width-ratio));
  overflow-y: hidden;
}
@media (max-width: 768px) {
  .p-staff {
    width: 100%;
    margin: calc(26 * var(--width-ratio)) auto 0;
  }
}

.p-staff-slide {
  overflow-y: hidden;
}

.p-staff__track {
  padding-top: calc(25 * var(--width-ratio));
}

.p-staff-group {
  display: flex;
  align-items: flex-start;
  gap: calc(48 * var(--width-ratio));
}

.p-staff__unit {
  position: relative;
  max-width: calc(848 * var(--width-ratio));
  width: 100%;
  padding: calc(258 * var(--width-ratio)) calc(38 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(30 * var(--width-ratio));
  border-radius: calc(20 * var(--width-ratio));
  background: #fff;
}
@media (max-width: 768px) {
  .p-staff__unit {
    margin-top: calc(70 * var(--width-ratio));
    padding: calc(258 * var(--width-ratio)) calc(14 * var(--width-ratio)) calc(36 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

.p-staff-top {
  position: absolute;
  top: calc(-26 * var(--width-ratio));
  left: 50%;
  display: flex;
  justify-content: center;
  gap: calc(50 * var(--width-ratio));
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-staff-top {
    top: calc(-40 * var(--width-ratio));
  }
}

.p-staff-left {
  max-width: calc(542 * var(--width-ratio));
  width: 100%;
}

.p-staff-case {
  position: relative;
  width: 100%;
  padding: calc(20 * var(--width-ratio)) calc(38 * var(--width-ratio));
  border-radius: calc(20 * var(--width-ratio));
  border: 4px solid #DC5A63;
  background: #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-staff-case {
    position: absolute;
    left: 50%;
    max-width: calc(263 * var(--width-ratio));
    width: 100%;
    transform: translateX(-50%);
    padding: calc(12 * var(--width-ratio)) calc(14 * var(--width-ratio)) calc(25 * var(--width-ratio)) calc(25 * var(--width-ratio));
  }
}
.p-staff-case::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-25 * var(--width-ratio));
  display: block;
  width: calc(26 * var(--width-ratio));
  height: calc(35 * var(--width-ratio));
  background-image: url(../images/recruit/icon_bubble.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-staff-case::after {
    top: unset;
    right: unset;
    left: calc(15 * var(--width-ratio));
    bottom: calc(-30 * var(--width-ratio));
    transform: rotate(90deg);
  }
}

.p-staff-case-number {
  color: #DC5A63;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-staff-case-number {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-staff-case__lead {
  margin-top: calc(8 * var(--width-ratio));
  font-size: calc(21 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-staff-case__lead {
    margin-top: calc(5 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
  }
}

.p-staff__text {
  margin-top: calc(18 * var(--width-ratio));
  padding-left: calc(18 * var(--width-ratio));
  padding-right: calc(26 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-staff__text {
    max-width: calc(183 * var(--width-ratio));
    margin-top: calc(150 * var(--width-ratio));
    padding-left: calc(24 * var(--width-ratio));
    padding-right: 0;
    font-size: calc(14 * var(--width-ratio));
  }
}

@media (max-width: 768px) {
  .p-staff-right {
    position: absolute;
    top: calc(110 * var(--width-ratio));
    right: calc(20 * var(--width-ratio));
    z-index: 2;
  }
}

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

.p-staff-name {
  margin-top: calc(14 * var(--width-ratio));
  font-size: calc(12 * var(--width-ratio));
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-staff-name {
    margin-top: calc(7 * var(--width-ratio));
    text-align: center;
  }
}

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

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

.p-staff-schedule-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(60 * var(--width-ratio));
  margin-top: calc(50 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-staff-schedule-area {
    flex-direction: column;
    gap: calc(23 * var(--width-ratio));
    margin-top: calc(38 * var(--width-ratio));
  }
}

.p-staff-schedule__text {
  max-width: calc(338 * var(--width-ratio));
  width: 100%;
}

.p-staff-schedule__figure {
  max-width: calc(428 * var(--width-ratio));
  width: 100%;
}
.p-staff-schedule__figure img {
  border-radius: calc(20 * var(--width-ratio));
}

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

.p-staff-day-area {
  display: flex;
  align-items: stretch;
  gap: calc(35 * var(--width-ratio));
  margin-top: calc(70 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-staff-day-area {
    flex-direction: column;
    gap: calc(20 * var(--width-ratio));
    margin-top: calc(34 * var(--width-ratio));
  }
}

.p-staff-day__unit {
  padding: calc(26 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(40 * var(--width-ratio));
  border-radius: calc(20 * var(--width-ratio));
  background: #fff;
}
@media (max-width: 768px) {
  .p-staff-day__unit {
    padding: calc(25 * var(--width-ratio)) calc(14 * var(--width-ratio)) calc(30 * var(--width-ratio));
  }
}

.p-staff-day__title,
.p-staff-day__text {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.p-staff-day__title {
  font-size: calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-staff-day__title {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-staff-day__text {
  margin-top: calc(10 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-staff-day__text {
    font-size: calc(12 * var(--width-ratio));
  }
}

.p-staff-day__figure {
  margin: calc(18 * var(--width-ratio)) auto 0;
}
@media (max-width: 768px) {
  .p-staff-day__figure {
    margin: calc(20 * var(--width-ratio)) auto 0;
  }
}

/**
 * #News
 */
.p-news-top {
  background-image: url(../images/main/bg_news.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.p-news-top .c-link {
  margin-top: 53px;
}
@media (max-width: 1024px) {
  .p-news-top .c-link {
    margin-top: 70px;
  }
}
.p-news-top__inner {
  max-width: 374px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 25px 94px;
}
@media (max-width: 768px) {
  .p-news-top__inner {
    max-width: 1076px;
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.p-news-content {
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .p-news-content {
    margin-top: 36px;
  }
}

.p-news__item {
  display: flex;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid #979797;
  padding: 38px 0 62px;
}
@media (max-width: 1024px) {
  .p-news__item {
    gap: 60px;
    padding: 44px 0;
  }
}
.p-news__item:first-child {
  border-top: 1px solid #979797;
}

.p-news-date {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-news-date {
    font-size: 1.6rem;
  }
}

.p-news__link {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #292929;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-news__link {
    font-size: 1.6rem;
  }
}

.p-news {
  margin-top: 72px;
  background-image: url(../images/common/bg_common.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-news {
    margin-top: 114px;
  }
}
.p-news .p-news__item {
  gap: 18px;
}
@media (max-width: 768px) {
  .p-news .p-news__item {
    gap: 60px;
  }
}

.p-news__inner {
  max-width: 374px;
  padding: 0 25px 100px;
}
@media (max-width: 768px) {
  .p-news__inner {
    max-width: 1007px;
  }
}

.p-news-detail {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-news-detail {
    margin-top: 78px;
  }
  .p-news-detail .p-news-date {
    font-size: 1.6rem;
  }
}

.p-news-detail__inner {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-news-detail__inner {
    padding-bottom: 104px;
  }
}

.p-news-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #BABABA;
}
@media (max-width: 768px) {
  .p-news-head {
    padding-bottom: 20px;
  }
}

.p-news-date {
  font-size: 1.5rem;
  font-weight: 500;
}

.p-news__title {
  margin-top: 5px;
  color: #00995C;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-news__title {
    font-size: 2.4rem;
  }
}

.p-news__body {
  padding-top: 42px;
}
@media (max-width: 768px) {
  .p-news__body {
    padding-top: 58px;
  }
}
.p-news__body p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-news__body p {
    font-size: 1.6rem;
  }
}
.p-news__body span {
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-news__body span {
    font-size: 1.6rem;
  }
}

.p-news-back {
  position: relative;
  max-width: 116px;
  width: 100%;
  margin: 80px auto 0;
  padding: 10px 22px;
  border-radius: 52px;
  background: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-news-back {
    margin-top: 175px;
  }
}
.p-news-back span {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00D58E;
  transform: translateY(-50%);
}
.p-news-back span::before {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 0;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  transform: translateY(-50%);
}

/**
 * #Page
 */
.p-page-recruit .l-header {
  position: relative;
  background: transparent;
  transition: top 0.5s;
}
.p-page-recruit .l-header .p-nav__link {
  color: #fff;
}
@media (max-width: 768px) {
  .p-page-recruit .l-header .p-nav__link {
    color: #000;
  }
}
.p-page-recruit .l-header .p-nav__link:after {
  background: #fff;
}
.p-page-recruit .l-header .p-nav__link--recruit {
  color: #000;
}
.p-page-recruit .l-header .p-nav__link--contact:hover {
  color: #000;
}
.p-page-recruit .l-header.is-active {
  position: fixed;
  background: #fff;
}
@media (max-width: 768px) {
  .p-page-recruit .l-header.is-active .l-header__inner {
    padding: calc(20 * var(--width-ratio)) calc(15 * var(--width-ratio));
  }
}
.p-page-recruit .l-header.is-active .p-nav__link {
  color: #000;
}
.p-page-recruit .l-header.is-active .p-nav__link:after {
  background: #000;
}
.p-page-recruit .l-header.is-active .p-nav__link--contact {
  color: #fff;
}
.p-page-recruit .l-header.is-active .p-nav__link--contact:hover {
  color: #000;
}
@media (max-width: 768px) {
  .p-page-recruit .l-header.is-active .p-nav__link--contact {
    color: #000;
  }
}

/* フェードイン＋上からスライド */
@keyframes headerFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-page-privacy .p-page__inner {
  max-width: calc(1311 * var(--width-ratio));
  padding-bottom: calc(150 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-page-privacy .p-page__inner {
    padding: 0 calc(32 * var(--width-ratio)) calc(174 * var(--width-ratio));
  }
}
.p-page-privacy .u-title {
  font-size: calc(24 * var(--width-ratio));
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-page-strength .p-page__inner {
  max-width: calc(1424 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-page-strength .p-page__inner {
    padding: 0 calc(20 * var(--width-ratio));
  }
}

.p-page-safety .p-page__inner {
  padding: 0;
}
.p-page-safety .c-breadcrumbs__list {
  padding: 0 calc(158 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-page-safety .c-breadcrumbs__list {
    padding: 0 calc(26 * var(--width-ratio));
  }
}
.p-page-safety .p-page__wrap {
  max-width: calc(1437 * var(--width-ratio));
  padding: calc(90 * var(--width-ratio)) calc(158 * var(--width-ratio)) calc(85 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-page-safety .p-page__wrap {
    padding: calc(70 * var(--width-ratio)) calc(26 * var(--width-ratio));
  }
}

.p-page-service .p-page__inner {
  padding: 0;
}
@media (max-width: 768px) {
  .p-page-service .p-page__inner {
    padding: 0 calc(26 * var(--width-ratio));
  }
}
.p-page-service .c-breadcrumbs__list {
  padding: 0 calc(156 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-page-service .c-breadcrumbs__list {
    padding: 0 calc(26 * var(--width-ratio));
  }
}
.p-page-service .p-page-section .p-page__wrap {
  padding: calc(30 * var(--width-ratio)) 0;
}
.p-page-service .p-page-section:first-child .c-table td {
  width: calc(436 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-page-service .p-page-section:first-child .c-table td {
    width: calc(232 * var(--width-ratio));
  }
}
.p-page-service .p-page-section:first-child .p-service__caption {
  width: calc(203 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-page-service .p-page-section:first-child .p-service__caption {
    width: calc(154 * var(--width-ratio));
  }
}
@media (max-width: 768px) {
  .p-page-service .p-page-section:nth-child(2) .c-table td {
    width: calc(232 * var(--width-ratio));
  }
}
.p-page-service .p-page-section:nth-child(2) .p-service__caption {
  width: calc(272 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-page-service .p-page-section:nth-child(2) .p-service__caption {
    width: calc(194 * var(--width-ratio));
  }
}
@media (max-width: 768px) {
  .p-page-service .p-page-section:nth-child(3) .c-table td {
    width: calc(235 * var(--width-ratio));
  }
}
.p-page-service .p-page-section:nth-child(3) .p-service__caption {
  display: block;
  width: calc(271 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-page-service .p-page-section:nth-child(3) .p-service__caption {
    width: calc(330 * var(--width-ratio));
  }
}
.p-page-service .p-page-area {
  max-width: calc(812 * var(--width-ratio));
}

.p-page-company .p-page__inner {
  padding: 0;
}
.p-page-company .c-breadcrumbs__list {
  padding: 0 calc(158 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-page-company .c-breadcrumbs__list {
    padding: 0 calc(26 * var(--width-ratio));
  }
}
.p-page-company .p-page-section--second .p-page__wrap {
  max-width: calc(1228 * var(--width-ratio));
  padding: calc(102 * var(--width-ratio)) calc(26 * var(--width-ratio)) calc(90 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-page-company .p-page-section--second .p-page__wrap {
    padding: calc(80 * var(--width-ratio)) calc(28 * var(--width-ratio));
  }
}
.p-page-company .p-page-section--second .p-page-area {
  max-width: calc(773 * var(--width-ratio));
}

.p-page--profile .p-page__wrap {
  padding: calc(108 * var(--width-ratio)) 0 calc(80 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-page--profile .p-page__wrap {
    padding: calc(80 * var(--width-ratio)) calc(27 * var(--width-ratio));
  }
}

.p-page--local .p-page__wrap {
  padding: calc(90 * var(--width-ratio)) 0;
}
@media (max-width: 768px) {
  .p-page--local .p-page__wrap {
    padding: calc(70 * var(--width-ratio)) calc(27 * var(--width-ratio)) calc(120 * var(--width-ratio));
  }
}

.p-page__inner {
  padding: 0 calc(158 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-page__inner {
    padding: 0 calc(17 * var(--width-ratio));
  }
}

.p-page__inner--recruit {
  max-width: calc(1440 * var(--width-ratio));
  padding: 0 calc(58 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-page__inner--recruit {
    padding: 0 calc(17 * var(--width-ratio));
  }
}

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

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

.p-page-section:first-child .p-page__wrap {
  padding-top: 0;
}

.p-page-section--second {
  background: #F6F6F6;
}

.p-page-section--third {
  background: #DC5A63;
}

.p-page__wrap {
  display: flex;
  align-items: flex-start;
  gap: calc(75 * var(--width-ratio));
  justify-content: space-between;
  max-width: calc(1176 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(90 * var(--width-ratio)) 0 calc(85 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-page__wrap {
    flex-direction: column;
    gap: calc(40 * var(--width-ratio));
    padding: calc(70 * var(--width-ratio)) 0;
  }
}

.p-page-fixed {
  position: sticky;
  position: -webkit-sticky;
  top: calc(110 * var(--width-ratio));
  left: 0;
}
@media (max-width: 768px) {
  .p-page-fixed {
    position: unset;
  }
}

.p-page-fixed__title.u-title {
  letter-spacing: 0.05em;
}

.p-page-area {
  max-width: calc(838 * var(--width-ratio));
  width: 100%;
}

/**
* #Privacy
*/
.p-privacy__unit {
  margin-top: calc(65 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-privacy__unit {
    margin-top: calc(30 * var(--width-ratio));
  }
  .p-privacy__unit:first-child {
    margin-top: calc(65 * var(--width-ratio));
  }
}

.p-privacy__title {
  font-size: calc(21 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-privacy__title {
    font-size: calc(18 * var(--width-ratio));
  }
}

.p-privacy__text {
  margin-top: calc(24 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-privacy__text {
    margin-top: calc(30 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-privacy__text--bold {
  font-weight: 400;
}

.p-privacy__text--caution {
  color: #FF0000;
  font-weight: 300;
}

/**
* #Strength
*/
.p-strength {
  margin-top: calc(42 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-strength {
    margin-top: calc(34 * var(--width-ratio));
  }
}

.p-strength__list {
  display: flex;
  align-items: stretch;
  gap: calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-strength__list {
    flex-direction: column;
  }
}

.p-strength__item {
  max-width: calc(208 * var(--width-ratio));
  width: 100%;
  max-height: calc(316 * var(--width-ratio));
  height: 100%;
}
@media (max-width: 768px) {
  .p-strength__item {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
  }
}
.p-strength__item:first-child .p-strength__menu {
  background-image: url(../images/strength/bg_point01_pc.webp);
}
@media (max-width: 768px) {
  .p-strength__item:first-child .p-strength__menu {
    background-image: url(../images/strength/bg_point01_sp.webp);
  }
}
.p-strength__item:nth-child(2) .p-strength__menu {
  background-image: url(../images/strength/bg_point02_pc.webp);
}
@media (max-width: 768px) {
  .p-strength__item:nth-child(2) .p-strength__menu {
    background-image: url(../images/strength/bg_point02_sp.webp);
  }
}
.p-strength__item:nth-child(3) .p-strength__menu {
  background-image: url(../images/strength/bg_point03_pc.webp);
}
@media (max-width: 768px) {
  .p-strength__item:nth-child(3) .p-strength__menu {
    background-image: url(../images/strength/bg_point03_sp.webp);
  }
}
.p-strength__item:nth-child(4) .p-strength__menu {
  background-image: url(../images/strength/bg_point04_pc.webp);
}
@media (max-width: 768px) {
  .p-strength__item:nth-child(4) .p-strength__menu {
    background-image: url(../images/strength/bg_point04_sp.webp);
  }
}
.p-strength__item:nth-child(5) .p-strength__menu {
  background-image: url(../images/strength/bg_point05_pc.webp);
}
@media (max-width: 768px) {
  .p-strength__item:nth-child(5) .p-strength__menu {
    background-image: url(../images/strength/bg_point05_sp.webp);
  }
}

.p-strength__menu {
  position: relative;
  padding: calc(58 * var(--width-ratio)) calc(12 * var(--width-ratio)) calc(114 * var(--width-ratio));
  border-radius: calc(20 * var(--width-ratio)) 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: calc(22 * var(--width-ratio));
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
  z-index: 10;
}
@media (max-width: 768px) {
  .p-strength__menu {
    padding: calc(40 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(10 * var(--width-ratio)) calc(20 * var(--width-ratio));
    font-size: calc(17 * var(--width-ratio));
    text-align: left;
  }
}
.p-strength__menu::after {
  content: "〉";
  position: absolute;
  bottom: calc(44 * var(--width-ratio));
  left: 50%;
  color: #fff;
  font-size: calc(32 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transform: translateX(-50%) rotate(90deg);
}
@media (max-width: 768px) {
  .p-strength__menu::after {
    bottom: calc(7 * var(--width-ratio));
    left: unset;
    right: calc(25 * var(--width-ratio));
    font-size: calc(21 * var(--width-ratio));
    transform: rotate(90deg);
  }
}
.p-strength__menu div {
  margin-bottom: calc(30 * var(--width-ratio));
  padding: 0 calc(32 * var(--width-ratio)) calc(20 * var(--width-ratio));
  border-bottom: 2px solid #fff;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-strength__menu div {
    position: absolute;
    top: calc(12 * var(--width-ratio));
    left: 0;
    margin: 0;
    padding: 0 0 calc(10 * var(--width-ratio)) calc(10 * var(--width-ratio));
    font-size: calc(12 * var(--width-ratio));
    line-height: 1;
  }
}
.p-strength__menu span {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-strength__menu span {
    font-size: calc(14 * var(--width-ratio));
  }
}
.p-strength__menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
}
.p-strength__menu:hover::before {
  opacity: 1;
}

.p-strength__body {
  margin-top: calc(78 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-strength__body {
    margin-top: calc(60 * var(--width-ratio));
  }
}

.p-strength-section {
  margin-top: calc(75 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-strength-section {
    margin-top: calc(70 * var(--width-ratio));
  }
}

.p-strength__inner {
  display: flex;
  align-items: center;
  gap: calc(54 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-strength__inner {
    flex-direction: column;
    gap: calc(25 * var(--width-ratio));
  }
}

.p-strength__desc {
  position: relative;
  max-width: calc(614 * var(--width-ratio));
  width: 100%;
  padding: calc(6 * var(--width-ratio)) 0 calc(14 * var(--width-ratio)) calc(25 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-strength__desc {
    padding: 0 0 0 calc(25 * var(--width-ratio));
  }
}
.p-strength__desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(3 * var(--width-ratio));
  height: 100%;
  background: #DC5A63;
}

.p-strength__title {
  font-size: calc(21 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p-strength__title span {
  display: block;
  margin-bottom: calc(10 * var(--width-ratio));
  color: #E23E46;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-strength__title span {
    font-size: calc(14 * var(--width-ratio));
  }
}

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

.p-strength__links {
  display: flex;
  align-items: center;
  gap: calc(46 * var(--width-ratio));
  margin-top: calc(32 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-strength__links {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(10 * var(--width-ratio));
    margin-top: calc(30 * var(--width-ratio));
  }
}

.p-strength__link {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-strength__figure {
  max-width: calc(428 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .p-strength__figure {
    margin: 0 auto;
  }
}
.p-strength__figure img {
  border-radius: calc(20 * var(--width-ratio));
}

/**
 * #Safety
 */
.p-safety__lead {
  margin-top: calc(18 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-safety__lead {
    margin-top: calc(23 * var(--width-ratio));
  }
}

.p-safety-area {
  margin-top: calc(34 * var(--width-ratio));
}

.p-safety__unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(14 * var(--width-ratio));
  padding: calc(13 * var(--width-ratio)) calc(20 * var(--width-ratio));
  border: 1px solid #D9D9D9;
}
@media (max-width: 768px) {
  .p-safety__unit {
    flex-direction: column;
    margin-top: calc(35 * var(--width-ratio));
    padding: calc(22 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(30 * var(--width-ratio)) calc(26 * var(--width-ratio));
  }
}
.p-safety__unit:first-child {
  margin-top: 0;
}

.p-safety__figure {
  width: 100%;
}

.p-safety__figure--first {
  max-width: calc(215 * var(--width-ratio));
}

.p-safety__figure--second {
  max-width: calc(198 * var(--width-ratio));
}

.p-safety__figure--third {
  max-width: calc(67 * var(--width-ratio));
}

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

.p-safety__caption {
  font-size: calc(12 * var(--width-ratio));
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

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

.p-safety__list {
  display: flex;
  align-items: stretch;
  gap: calc(22 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-safety__list {
    flex-direction: column;
    gap: calc(30 * var(--width-ratio));
  }
}

.p-safety__item {
  max-width: calc(265 * var(--width-ratio));
  width: 100%;
  padding: calc(28 * var(--width-ratio)) calc(36 * var(--width-ratio)) calc(25 * var(--width-ratio));
  border-radius: calc(20 * var(--width-ratio));
  background: #fff;
}
@media (max-width: 768px) {
  .p-safety__item {
    max-width: calc(310 * var(--width-ratio));
    margin: 0 auto;
    padding: calc(26 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(28 * var(--width-ratio));
  }
}

.p-safety__head {
  margin-bottom: calc(26 * var(--width-ratio));
  padding-bottom: calc(6 * var(--width-ratio));
  border-bottom: 2px solid #D7434D;
  color: #3A3A3A;
  font-size: calc(48 * var(--width-ratio));
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-safety__head span {
  display: block;
  color: #D7434D;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-safety__text {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-safety__text {
    font-size: calc(14 * var(--width-ratio));
  }
}

/**
 * #Greeting
 */
@media (max-width: 768px) {
  .p-greeting {
    padding: 0 calc(27 * var(--width-ratio));
  }
}

.p-greeting__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(75 * var(--width-ratio));
  padding-left: calc(33 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-greeting__inner {
    flex-direction: column;
    justify-content: center;
    gap: calc(25 * var(--width-ratio));
    margin-top: calc(58 * var(--width-ratio));
    padding: 0 calc(20 * var(--width-ratio));
  }
}

.p-greeting__figure {
  display: block;
  max-width: calc(334 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .p-greeting__figure {
    max-width: calc(265 * var(--width-ratio));
  }
}
.p-greeting__figure img {
  border-radius: calc(20 * var(--width-ratio));
}

.p-greeting__text {
  margin-top: calc(48 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-greeting__text {
    margin-top: calc(25 * var(--width-ratio));
  }
}

.p-greeting__name {
  margin-top: calc(30 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-greeting__name {
    margin-top: calc(25 * var(--width-ratio));
  }
}
.p-greeting__name span {
  font-size: calc(14 * var(--width-ratio));
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/**
 * #Trust
 */
.p-trust {
  margin: calc(155 * var(--width-ratio)) auto 0;
  background: #DC5A63;
  color: #fff;
}
@media (max-width: 768px) {
  .p-trust {
    margin: calc(58 * var(--width-ratio)) calc(50% - 50vw) 0;
  }
}

.p-trust__inner {
  max-width: calc(1000 * var(--width-ratio));
  margin: 0 auto;
  padding: calc(80 * var(--width-ratio)) calc(37 * var(--width-ratio));
}

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

.p-trust__title {
  margin-top: calc(10 * var(--width-ratio));
  font-size: calc(48 * var(--width-ratio));
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-trust__title {
    margin-top: calc(25 * var(--width-ratio));
    font-size: calc(32 * var(--width-ratio));
  }
}

.p-trust__lead {
  margin-top: calc(34 * var(--width-ratio));
  font-size: calc(24 * var(--width-ratio));
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-trust__lead {
    margin-top: calc(40 * var(--width-ratio));
    font-size: calc(20 * var(--width-ratio));
  }
}

.p-trust__text {
  margin-top: calc(20 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-trust__text {
    margin-top: calc(30 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

/**
 * #Company
 */
.p-company__list {
  display: flex;
  align-items: baseline;
  border-top: 1px solid #D9D9D9;
}
.p-company__list:last-child {
  border-bottom: 1px solid #D9D9D9;
}

.p-company__term,
.p-company__desc {
  padding: calc(20 * var(--width-ratio)) calc(12 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-company__term,
  .p-company__desc {
    padding: calc(15 * var(--width-ratio)) calc(10 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-company__term {
  width: calc(230 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-company__term {
    width: calc(88 * var(--width-ratio));
  }
}

.p-company__desc {
  font-weight: 300;
}
@media (max-width: 768px) {
  .p-company__desc {
    width: calc(240 * var(--width-ratio));
  }
}

.p-company-group {
  display: flex;
  align-items: center;
  gap: calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-company-group {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(1 * var(--width-ratio));
  }
}

.p-company__link {
  display: flex;
  align-items: center;
  gap: calc(4 * var(--width-ratio));
  color: #6774D7;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-company__link {
    font-size: calc(12 * var(--width-ratio));
  }
}
.p-company__link img {
  width: calc(16 * var(--width-ratio));
}

.p-company-map {
  margin-top: calc(58 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-company-map {
    margin-top: calc(40 * var(--width-ratio));
  }
}
.p-company-map iframe {
  width: 100%;
  height: calc(327 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-company-map iframe {
    height: calc(218 * var(--width-ratio));
  }
}

/**
 * #History
 */
.p-history {
  width: 100%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-history {
    margin: 0 auto;
  }
}

.p-history__list {
  position: relative;
  padding-left: calc(33 * var(--width-ratio));
  padding-bottom: calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-history__list {
    padding-bottom: calc(45 * var(--width-ratio));
  }
}
.p-history__list:last-child {
  padding-bottom: 0;
}
.p-history__list::before, .p-history__list::after {
  content: "";
  position: absolute;
}
.p-history__list::before {
  top: calc(6 * var(--width-ratio));
  left: 0;
  display: block;
  width: calc(20 * var(--width-ratio));
  height: calc(20 * var(--width-ratio));
  border-radius: 50%;
  border: 1px solid #DC5A63;
  background: #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-history__list::before {
    top: calc(5 * var(--width-ratio));
  }
}
.p-history__list::after {
  top: calc(6 * var(--width-ratio));
  left: calc(10 * var(--width-ratio));
  display: block;
  width: calc(1 * var(--width-ratio));
  height: 100%;
  background: #DC5A63;
  z-index: 0;
}

.p-history__term {
  color: #DC5A63;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.p-history__desc {
  margin-top: calc(5 * var(--width-ratio));
  font-size: calc(21 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-history__desc {
    font-size: calc(18 * var(--width-ratio));
  }
}

.p-history-more {
  display: flex;
  align-items: flex-start;
  gap: calc(16 * var(--width-ratio));
  margin-top: calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-history-more {
    flex-flow: row wrap;
    gap: calc(5 * var(--width-ratio));
  }
}

.p-history-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(50 * var(--width-ratio));
  padding: calc(8 * var(--width-ratio)) calc(30 * var(--width-ratio));
  border: 1px solid #D9D9D9;
  background: #fff;
}
.p-history-img:first-child {
  max-width: calc(207 * var(--width-ratio));
}
.p-history-img:first-child img {
  max-width: calc(130 * var(--width-ratio));
}
.p-history-img:nth-child(2) {
  max-width: calc(171 * var(--width-ratio));
}
.p-history-img:nth-child(2) img {
  max-width: calc(120 * var(--width-ratio));
}
.p-history-img:nth-child(3) {
  max-width: calc(107 * var(--width-ratio));
}
.p-history-img:nth-child(3) img {
  max-width: calc(40 * var(--width-ratio));
}

/**
 * #Local
 */
.p-local__text {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-local__text {
    font-size: calc(14 * var(--width-ratio));
  }
}

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

.p-local__list {
  display: flex;
  align-items: flex-start;
  gap: calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-local__list {
    flex-direction: column;
    gap: calc(15 * var(--width-ratio));
  }
}

.p-local__figure {
  width: 100%;
}
.p-local__figure img {
  border-radius: calc(20 * var(--width-ratio));
}

.p-local__figure--first {
  max-width: calc(500 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-local__figure--first {
    max-width: 100%;
  }
}

.p-local__figure--second {
  max-width: calc(250 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-local__figure--second {
    max-width: 100%;
  }
}

.p-local__name {
  margin-top: calc(8 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-local__name {
    margin-top: calc(5 * var(--width-ratio));
  }
}

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

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

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

/**
* #Title
*/
.u-title {
  position: relative;
  padding-top: calc(20 * var(--width-ratio));
  color: #DC5A63;
  font-size: calc(32 * var(--width-ratio));
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .u-title {
    font-size: calc(24 * var(--width-ratio));
  }
}
.u-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(22 * var(--width-ratio));
  height: calc(3 * var(--width-ratio));
  background: #DC5A63;
}

.u-title--second {
  color: #fff;
}
.u-title--second::before {
  background: #fff;
}

.u-h2 {
  font-size: calc(32 * var(--width-ratio));
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .u-h2 {
    font-size: calc(24 * var(--width-ratio));
  }
}

.u-h3 {
  font-size: calc(21 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .u-h3 {
    font-size: calc(18 * var(--width-ratio));
  }
}

/**
* #Lead
*/
.u-lead {
  position: relative;
  margin-top: calc(16 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.u-lead--second {
  color: #fff;
}

.u-lead--lower {
  margin-top: calc(16 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 300;
  font-family: "Jost", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

/**
* #Text
*/
.u-text {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
.u-text--second {
  color: #fff;
}

.u-text--lower {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .u-text--lower {
    font-size: calc(14 * var(--width-ratio));
    letter-spacing: 0.1em;
  }
}/*# sourceMappingURL=style.css.map */