@charset "UTF-8";
/**
 * FUNCTION
 * Function.............
 *
 * VARIABLE
 * Global...............プロジェクト全体を通して使用される変数です。
 * Color................カラー用の変数（マップ）を管理します。
 * Config...............
 *
 * MIXIN
 * Media-query..........メディアクエリ用のmixinです。
 * Clearfix.............`float`を解除する`clearfix`のmixinです。
 *
 * VENDORS
 * Normalize.css........Normalize cssのインポートします。
 *
 * VENDORS-EXTENSION
 * Normalize.css........Normalize.cssのスタイルを上書きします。
 *
 * BASE
 * Base.................要素セレクタと属性セレクタのデフォルトスタイルです。
 *
 * LAYOUT
 * Header...............ヘッダーエリアのコンテナブロックのスタイルを指定します。
 * Footer...............フッターエリアのコンテナブロックのスタイルを指定します。
 * Main.................メインコンテンツエリアのコンテナブロックのスタイルを指定します。
 * Sidebar..............サイドバーエリアのコンテナブロックのスタイルを指定します。
 *
 * COMPONENT
 * Wrapper..............コンポーネントをラップするオブジェクトです。`max-width`が指定されています。
 * Grid.................グリッドレイアウトのベーススタイルです。
 * Inline...............横並びになるリストオブジェクトです。
 * Block................縦並びになるリストオブジェクトです。
 * Rank.................横並びになるリストオブジェクトです。アンカータグのクリック範囲が大きく指定されています。
 * Pac..................子要素を折り返さず、横幅内に収めるリストオブジェクトです。
 * Stac.................縦に積み上げていくタイプのリストオブジェクトです。
 * Media................画像とテキストを横並びにするために使用するオブジェクトです。
 * Split................2つの要素をブロックから横並びにするオブジェクトです。
 * Justify..............子要素を両端揃えにするオブジェクトです。
 * Scroll...............横スクロールに対応したテーブルオブジェクトです。
 * Central..............上下左右の中央配置オブジェクトです。
 * Button...............ボタンコンポーネントのベーススタイルです。
 * Card.................カード型のコンポーネントです。
 * Embed................YouTubeなどの埋め込みコンテンツのアスペクト比を固定するオブジェクトです。
 * Images...............画像コンポーネントです。
 *
 * PROJECT
 * Breadcrumbs..........パンくずリストです。セパレーターは`>`です。
 * Pagination...........前後のページに遷移するためのナビゲーションです。アイコンは`<`, `>`です。
 * Tag-cloud............タグクラウドのコンポーネントです。
 * Alert................エラーメッセージなどを表示するコンポーネントです。
 * Badge................投稿数のような数値を表示するコンポーネントです。
 * Label................インラインでメッセージを表示するコンポーネントです。
 * Balloon..............吹き出しのコンポーネントです。
 *
 * UTILITY
 * Col..................レスポンシブに対応した`width`を指定するためのヘルパークラスです。
 * Push.................レスポンシブに対応した`left`を指定するためのヘルパークラスです。
 * Pull.................レスポンシブに対応した`right`を指定するためのヘルパークラスです。
 * Column...............レスポンシブに対応した`column-count`を指定するためのヘルパークラスです。
 * Margin...............レスポンシブに対応した`margin`を指定するためのヘルパークラスです。
 * Padding..............`padding`を指定するためのヘルパークラスです。
 * Display..............要素の表示を切り替えるヘルパークラスです。
 * Float................`float`とクリアーフィックスのヘルパークラスです。
 * Position.............`position`のヘルパークラスです。
 * Text.................テキストのスタイルを変更するヘルパークラスです。
 */
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Vendors
   ----------------------------------------------------------------- */
/**
 * #Normalize
 */
/* ==========================================================================
   Normalize.css
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Vendors-extension
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
/**
 * #Base
 */
/**
 * ボックスモデルを`border-box`にリセットします。
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
:root {
  --width-ratio: 1px/1;
  --width-wide-ratio: 100vw / 1366;
}

@media screen and (max-width: 1366px) {
  :root {
    --width-ratio: 100vw / 1366;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --width-ratio: 100vw / 375;
    --width-wide-ratio: 100vw / 375;
  }
}
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  line-height: my-strip-unit(my-margins());
  /* iOSとAndroidでのリンクをタップ時のハイライトをリセットする。 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  background: #F6F8FA;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.75;
}

/* 日本語にitalicは使用されないためリセットする */
i,
cite,
em,
address,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.4;
}

h1, .u-h1 {
  font-size: 2rem;
}

h2, .u-h2 {
  font-size: 1.6rem;
}

h3, .u-h3 {
  font-size: 1.4rem;
}

h4, .u-h4 {
  font-size: 1.2rem;
}

h5, .u-h5 {
  font-size: 1rem;
}

h6, .u-h6 {
  font-size: 1rem;
}

a {
  display: block;
  color: #292929;
  text-decoration: none;
  transition: 0.3s;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* マージンを持たないブロックとする。 */
figure {
  margin: 0;
}

/* `padding-strat: 40px;`の相対値 */
ul, ol {
  padding-left: 2.5em;
}

/* ネストされたリストのマージンをリセットする */
li {
  list-style: none;
}
li > ul,
li > ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

/**
 * <blockquote cite="#">
 *     <p><small></small></p>
 *     <footer>
 *         <cite><a href="#"></a></cite>
 *     </footer>
 * </blockquote>
 */
blockquote {
  margin: my-margins() 0 my-margins() 0;
  padding-left: my-paddings();
  border-left: 1px solid my-colors(text, light);
  color: my-colors(text, light);
}
blockquote > :first-child {
  margin-top: 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/* `<cite>`の先頭にemダッシュが付く */
blockquote cite:before {
  content: "— ";
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: my-paddings();
  background-color: my-colors(bg);
}

legend {
  padding: 0 my-paddings(small);
  background-color: my-colors(bg);
}

label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url] {
  padding-left: my-paddings(small);
}

textarea {
  width: 100%;
  min-height: 8rem;
  padding: my-paddings(large) my-paddings(small);
  vertical-align: top;
  resize: vertical;
}

optgroup {
  font-weight: normal;
  font-style: normal;
}

/**
 * プレイスホルダーのcolorを無効化してopacityでコントラストを抑える
 * http://hail2u.net/blog/webdesign/placeholder-normalization.html
 */
:-ms-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

:placeholder-shown {
  opacity: 0.54;
}

code,
kbd,
pre,
samp {
  font-size: 1rem;
}

code,
pre {
  font-family: Menlo, Consolas, Courier, monospace;
}

kbd {
  /* ユーザーに入力を促す要素 */
  font-family: inherit;
}
kbd > kbd {
  /* キーボードのキーを示す要素に変化するためボーダーで囲われます */
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  padding: 3px 6px;
  font-size: 0.75rem;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
}

/**
 * Vertical Rhythmを指定しているクラスセレクタをまとめて指定します。
 */
h1, h2, h3, h4, h5, h6,
p,
ul, ol, dl,
table,
pre,
address {
  margin-top: 0;
  margin-bottom: my-margins();
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, p, a, img, ul, li, table, tr, th, td, tbody, footer, header, main, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  list-style: none;
  text-decoration: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/**
 * #Footer
 */
.l-footer {
  position: relative;
  margin-top: calc(50 * var(--width-ratio));
  z-index: 5;
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(460 * var(--width-ratio));
  background-image: url(../images/bg_footer.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: -1;
}

.l-footer__inner {
  max-width: calc(300 * var(--width-ratio));
  margin: 0 auto;
  padding: calc(240 * var(--width-ratio)) 0 calc(33 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding: calc(160 * var(--width-ratio)) 0 calc(18 * var(--width-ratio));
  }
}

.l-footer-logo {
  max-width: calc(165 * var(--width-ratio));
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-footer-logo {
    max-width: calc(136 * var(--width-ratio));
  }
}

.l-footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(18 * var(--width-ratio));
  margin-top: calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer-sns {
    gap: calc(15 * var(--width-ratio));
    margin-top: calc(23 * var(--width-ratio));
  }
}

.l-footer__link {
  max-width: calc(45 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer__link {
    max-width: calc(37 * var(--width-ratio));
  }
}

.l-footer__copy {
  margin-top: calc(40 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.4285714286;
  text-align: center;
}
@media (max-width: 768px) {
  .l-footer__copy {
    margin-top: calc(33 * var(--width-ratio));
    font-size: calc(12 * var(--width-ratio));
    line-height: 1.4166666667;
  }
}

/**
 * #Header
 */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #F6F8FA;
}
@media (max-width: 1024px) {
  .l-header {
    top: 20px;
    left: 50%;
    width: 96%;
    border-radius: 15px;
    background: rgba(243, 243, 243, 0.95);
    transform: translateX(-50%);
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  height: 72px;
  padding: 24px;
}
@media (max-width: 1024px) {
  .l-header__inner {
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .l-header-logo {
    position: absolute;
    top: 30px;
  }
}

.l-header-logo__link {
  max-width: 134px;
  width: 100%;
}
@media (max-width: 1024px) {
  .l-header-logo__link {
    max-width: 214px;
    padding-top: 5px;
  }
}
.l-header-logo__link img {
  display: block;
}

/**
 * #Main
 */
.l-main {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #0FA2FF;
}

.l-main-left,
.l-main-right {
  position: fixed;
  top: 0;
  width: calc((100% - 454px) / 2);
  height: calc(720 * var(--width-ratio));
  background: #0FA2FF;
  z-index: 15;
}
@media (max-width: 768px) {
  .l-main-left,
  .l-main-right {
    display: none;
  }
}
.l-main-left::before,
.l-main-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(26 * var(--width-ratio));
  background-image: url(../images/deco_main.png);
  background-size: contain;
  z-index: 5;
}
.l-main-left::after,
.l-main-right::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  display: block;
  width: 100%;
  height: calc(708 * var(--width-ratio));
  background-image: url(../images/deco_intro.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
}

.l-main-left {
  left: 0;
}
.l-main-left::after {
  background-position: left top;
}
.l-main-left .l-main__text {
  position: absolute;
  top: 0;
  right: calc(2 * var(--width-ratio));
  writing-mode: sideways-lr;
}

.l-main-left__figure {
  position: absolute;
}

.l-main-left__figure--first {
  top: calc(95 * var(--width-ratio));
  right: calc(68 * var(--width-ratio));
  width: 40.5%;
  animation: fadeInTop 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media (min-width: 1500px) {
  .l-main-left__figure--first {
    top: calc(35 * var(--width-ratio));
  }
}

.l-main-left__figure--second {
  top: calc(283 * var(--width-ratio));
  left: calc(0 * var(--width-ratio));
  width: 34%;
  animation: fadeInLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media (min-width: 1500px) {
  .l-main-left__figure--second {
    top: calc(150 * var(--width-ratio));
  }
}

.l-main-left__figure--third {
  bottom: 0;
  left: calc(0 * var(--width-ratio));
  animation: fadeInBottom 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media (min-width: 1500px) {
  .l-main-left__figure--third {
    bottom: -5%;
  }
}

.l-main-center {
  max-width: 454px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-main-center {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .l-main-bg {
    position: relative;
    padding-top: calc(15 * var(--width-ratio));
    z-index: 6;
  }
  .l-main-bg::before {
    content: "";
    position: absolute;
    top: calc(-30 * var(--width-ratio));
    left: 0;
    width: 100%;
    height: 80%;
    margin: 0 auto;
    background-image: url(../images/bg_intro_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }
}

.l-main-sns {
  position: absolute;
  top: calc(57 * var(--width-ratio));
  right: calc(36 * var(--width-ratio));
}

.l-main__link {
  width: calc(24 * var(--width-ratio));
  margin-top: calc(15 * var(--width-ratio));
}
.l-main__link:first-child {
  margin-top: 0;
}

.l-main-nav {
  max-width: calc(206 * var(--width-ratio));
  margin: calc(107 * var(--width-ratio)) auto calc(122 * var(--width-ratio));
}

.l-main-nav__title {
  color: #FFEA00;
  font-size: calc(37 * var(--width-ratio));
  font-weight: 400;
  font-family: "Luckiest Guy", cursive;
  text-shadow: 2px 2px 0px rgb(0, 0, 0);
  line-height: 1.75;
  text-align: center;
}

.l-main-nav__item {
  margin-bottom: calc(13 * var(--width-ratio));
  padding-bottom: calc(10 * var(--width-ratio));
  border-bottom: 1px solid #FFEA00;
}

.l-main-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(6 * var(--width-ratio));
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
}
.l-main-nav__link::before {
  content: "";
  display: block;
  width: calc(5 * var(--width-ratio));
  height: calc(5 * var(--width-ratio));
  border-radius: 50%;
  background: #FFEA00;
}
.l-main-nav__link span {
  display: block;
  width: calc(11 * var(--width-ratio));
  height: calc(11 * var(--width-ratio));
  margin-left: auto;
  background-image: url(../images/icon_arrow_nav.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.l-main-nav__link:hover span {
  animation: btn_arrow 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.l-main-right {
  right: 0;
}
.l-main-right::after {
  background-position: right top;
}
.l-main-right .l-main__text {
  position: absolute;
  top: 0;
  left: calc(2 * var(--width-ratio));
  writing-mode: sideways-rl;
}
.l-main-right .c-link {
  position: relative;
  max-width: calc(305 * var(--width-ratio));
  margin: 0 auto;
  padding: calc(14 * var(--width-ratio)) calc(50 * var(--width-ratio));
  border-radius: calc(50 * var(--width-ratio));
  border: 1px solid #000;
  background: #FFEA00;
  color: #000;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
  box-shadow: 1px 4px 0 0 #000;
}
.l-main-right .c-link::after {
  content: "";
  position: absolute;
  bottom: calc(-25 * var(--width-ratio));
  right: calc(-20 * var(--width-ratio));
  display: block;
  width: calc(58 * var(--width-ratio));
  height: calc(58 * var(--width-ratio));
  background-image: url(../images/icon_finger.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.l-main-left .l-main__text p {
  animation: MoveTop 15s infinite linear;
}

.l-main-right .l-main__text p {
  animation: MoveBottom 15s infinite linear;
}

.l-main__text {
  display: flex;
  align-items: center;
  gap: calc(32 * var(--width-ratio));
  height: 100%;
  font-size: calc(32 * var(--width-ratio));
  font-weight: 400;
  font-family: "Luckiest Guy", cursive;
  line-height: 1;
  overflow: hidden;
}
.l-main__text p:nth-child(odd) {
  color: #fff;
}
.l-main__text p:nth-child(even) {
  color: #FFEA00;
}

/**
 * #Section
 */
.l-section__heading {
  position: relative;
  color: #11A3FF;
  font-size: calc(30 * var(--width-ratio));
  font-weight: 700;
  text-align: center;
  z-index: 5;
}
@media (max-width: 768px) {
  .l-section__heading {
    font-size: calc(24 * var(--width-ratio));
  }
}
.l-section__heading::after {
  content: "";
  position: absolute;
  top: calc(-12 * var(--width-ratio));
  left: 50%;
  width: calc(342 * var(--width-ratio));
  height: calc(93 * var(--width-ratio));
  background-image: url(../images/bg_balloon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .l-section__heading::after {
    top: calc(-16 * var(--width-ratio));
  }
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/**
 * #Scroll
 */
.c-scroll {
  position: fixed;
  bottom: calc(25 * var(--width-ratio));
  right: calc(25 * var(--width-ratio));
  display: block;
  max-width: calc(57 * var(--width-ratio));
  border-radius: 50%;
  box-shadow: 3px 4px 0 0 #000;
  transition: 0.3s;
  z-index: 20;
}
@media (max-width: 768px) {
  .c-scroll {
    bottom: calc(100 * var(--width-ratio));
    right: calc(20 * var(--width-ratio));
    max-width: calc(40 * var(--width-ratio));
  }
}
.c-scroll:hover {
  bottom: calc(21 * var(--width-ratio));
  right: calc(22 * var(--width-ratio));
  box-shadow: 0px 0px;
}
@media (max-width: 768px) {
  .c-scroll:hover {
    bottom: calc(95 * var(--width-ratio));
    right: calc(17 * var(--width-ratio));
  }
}

/**
 * #Button
 */
/**
 * #Kv
 */
.c-kv {
  position: relative;
}
.c-kv::before {
  content: "";
  position: absolute;
  top: 87%;
  left: 0;
  display: block;
  width: 100%;
  height: calc(708 * var(--width-ratio));
  background-image: url(../images/deco_intro.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}
@media (max-width: 768px) {
  .c-kv::before {
    content: none;
  }
}
.c-kv + .c-link {
  margin-top: calc(80 * var(--width-ratio));
}
.c-kv picture {
  display: block;
}

.c-kv-logo {
  position: absolute;
  top: calc(40 * var(--width-ratio));
  left: 50%;
  transform: translateX(-50%);
  width: calc(128 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-kv-logo {
    display: none;
  }
}

.c-kv__lead {
  position: absolute;
  top: calc(56 * var(--width-ratio));
  left: calc(40 * var(--width-ratio));
  display: none;
  width: calc(274 * var(--width-ratio));
  z-index: 5;
}
@media (max-width: 768px) {
  .c-kv__lead {
    display: block;
  }
}

.c-kv__figure {
  display: none;
  position: absolute;
}
@media (max-width: 768px) {
  .c-kv__figure {
    display: block;
  }
}

.c-kv__figure--first {
  top: calc(85 * var(--width-ratio));
  right: 0;
  width: calc(91 * var(--width-ratio));
  animation: fadeInRight 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.c-kv__figure--second {
  bottom: 0;
  left: 0;
  z-index: 6;
  animation: fadeInBottom 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.c-kv-icon {
  bottom: calc(135 * var(--width-ratio));
  right: calc(55 * var(--width-ratio));
  width: calc(73 * var(--width-ratio));
  z-index: 10;
}

/**
 * #Animation
 */
@keyframes MoveTop {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes MoveBottom {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes btn_arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
    opacity: 0;
  }
  51% {
    transform: translateY(-8px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInTop {
  0% {
    transform: translateY(-180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes fadeInBottom {
  0% {
    transform: translateY(180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/**
 * #Hamburger
 */
.c-hamburger {
  width: 32px;
  height: 24px;
  position: absolute;
  right: 30px;
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 1024px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger__line {
  position: absolute;
  left: 0;
  display: block;
  width: 32px;
  height: 2px;
  background: #292929;
}
.c-hamburger__line--top {
  top: calc(50% - 10px);
}
.c-hamburger__line--top.is-active {
  transform: 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% + 10px);
}
.c-hamburger__line--bottom.is-active {
  transform: rotate(-45deg);
  top: calc(50% + 0px);
}

/**
 * #Link
 */
.c-link {
  position: relative;
  top: 0;
  left: 0;
  max-width: calc(360 * var(--width-ratio));
  margin: 0 auto;
  padding: calc(15 * var(--width-ratio)) calc(52 * var(--width-ratio));
  border-radius: calc(50 * var(--width-ratio));
  border: 1px solid #000;
  background: #FFEA00;
  color: #000;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
  box-shadow: 1px 4px 0 0 #000;
  transition: 0.3s;
  z-index: 10;
}
@media (max-width: 768px) {
  .c-link {
    max-width: calc(297 * var(--width-ratio));
    width: 100%;
    padding: calc(13 * var(--width-ratio)) calc(48 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
  }
}
.c-link::after {
  content: "";
  position: absolute;
  bottom: calc(-30 * var(--width-ratio));
  right: calc(-20 * var(--width-ratio));
  display: block;
  width: calc(68 * var(--width-ratio));
  height: calc(68 * var(--width-ratio));
  background-image: url(../images/icon_finger.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .c-link::after {
    bottom: calc(-35 * var(--width-ratio));
    right: calc(10 * var(--width-ratio));
    width: calc(42 * var(--width-ratio));
    height: calc(67 * var(--width-ratio));
  }
}
.c-link:hover {
  top: 4px;
  left: 1px;
  box-shadow: 0px 0px;
}

@media (max-width: 768px) {
  .c-link--first {
    position: fixed;
    top: unset;
    bottom: calc(20 * var(--width-ratio));
    left: 50%;
    max-width: calc(360 * var(--width-ratio));
    padding: calc(16 * var(--width-ratio)) calc(48 * var(--width-ratio));
    font-size: calc(19 * var(--width-ratio));
    text-align: center;
    transform: translateX(-50%);
    z-index: 100;
  }
  .c-link--first::after {
    bottom: calc(-25 * var(--width-ratio));
    right: 0;
    width: calc(56 * var(--width-ratio));
  }
  .c-link--first:hover {
    top: unset;
    bottom: calc(16 * var(--width-ratio));
    left: 50%;
  }
}

/**
 * #Mv
 */
.c-mv--recruit {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #01C778 50%, #01C778 100%);
  overflow: hidden;
  margin-top: 72px;
}
@media (max-width: 1024px) {
  .c-mv--recruit {
    margin-top: 0;
  }
}
.c-mv--recruit .c-mv__inner {
  padding-bottom: 55px;
}
.c-mv--recruit .p-breadcrumbs {
  margin-top: 65px;
}
.c-mv--recruit .p-breadcrumbs .p-breadcrumbs__item {
  color: #fff;
}
.c-mv--recruit .p-breadcrumbs .p-breadcrumbs__item + .p-breadcrumbs__item::before {
  color: #fff;
}
.c-mv--recruit .p-breadcrumbs .p-breadcrumbs__link {
  color: #fff;
}

@media (max-width: 1024px) {
  .c-mv__inner {
    max-width: 1203px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.c-mv-catch {
  position: relative;
}

.c-mv-img {
  display: block;
}
.c-mv-img img {
  border-radius: 0 0 8px 8px;
}

.c-mv__heading {
  position: absolute;
  bottom: 40px;
  left: 25px;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .c-mv__heading {
    bottom: 110px;
    left: 75px;
    font-size: 7rem;
  }
}
.c-mv__heading::first-letter {
  color: #00D58E;
}
.c-mv__heading span {
  display: block;
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .c-mv__heading span {
    font-size: 2rem;
  }
}

/* Project
   ----------------------------------------------------------------- */
/**
 * #About
 */
.p-about {
  position: relative;
  margin-top: calc(110 * var(--width-ratio));
  z-index: 20;
}
@media (max-width: 768px) {
  .p-about {
    margin-top: calc(100 * var(--width-ratio));
  }
}

@media (max-width: 768px) {
  .p-about__inner {
    padding: 0 calc(25 * var(--width-ratio));
  }
}

.p-about-intro {
  position: relative;
  padding-bottom: calc(140 * var(--width-ratio));
}
.p-about-intro::before, .p-about-intro::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: calc(45 * var(--width-ratio));
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-about-intro::before, .p-about-intro::after {
    left: calc(-8 * var(--width-ratio));
    width: calc(690 * var(--width-ratio));
    height: calc(26 * var(--width-ratio));
    margin: 0 calc(50% - 50vw);
  }
}
.p-about-intro::before {
  top: calc(25 * var(--width-ratio));
  background-image: url(../images/img_before.png);
  transform: rotate(12deg);
}
@media (max-width: 768px) {
  .p-about-intro::before {
    background-image: url(../images/deco_about.png);
  }
}
.p-about-intro::after {
  bottom: calc(25 * var(--width-ratio));
  background-image: url(../images/img_after.png);
  transform: rotate(-6deg);
}
@media (max-width: 768px) {
  .p-about-intro::after {
    background-image: url(../images/deco_about.png);
  }
}

.p-about-campaign {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .p-about-campaign {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow: unset;
  }
}

.p-about__figure {
  max-width: calc(414 * var(--width-ratio));
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-about__figure {
    max-width: calc(340 * var(--width-ratio));
  }
}

.p-about__lead {
  padding: 0 calc(30 * var(--width-ratio));
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .p-about__lead {
    font-size: calc(20 * var(--width-ratio));
    padding: 0;
  }
}

.p-about__text {
  margin-top: calc(36 * var(--width-ratio));
  padding: 0 calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-about__text {
    padding: 0;
  }
}

.p-about-catch {
  position: relative;
  margin-bottom: calc(20 * var(--width-ratio));
  padding: calc(90 * var(--width-ratio)) 0 calc(112 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-about-catch {
    padding: calc(50 * var(--width-ratio)) 0 calc(80 * var(--width-ratio));
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
}
.p-about-catch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: calc(572 * var(--width-ratio));
  height: calc(495 * var(--width-ratio));
  background-image: url(../images/bg_experience.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .p-about-catch::before {
    top: calc(-40 * var(--width-ratio));
    width: calc(486 * var(--width-ratio));
    height: calc(421 * var(--width-ratio));
  }
}

.p-about-catch__lead {
  font-size: calc(30 * var(--width-ratio));
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about-catch__lead {
    font-size: calc(24 * var(--width-ratio));
  }
}

.p-about-catch-price {
  position: relative;
  font-size: calc(228 * var(--width-ratio));
  font-weight: 700;
  text-align: center;
  line-height: 0.8;
}
@media (max-width: 768px) {
  .p-about-catch-price {
    font-size: calc(188 * var(--width-ratio));
  }
}
.p-about-catch-price span {
  position: absolute;
  bottom: 0;
  right: calc(120 * var(--width-ratio));
  font-size: calc(38 * var(--width-ratio));
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-about-catch-price span {
    right: calc(70 * var(--width-ratio));
    font-size: calc(32 * var(--width-ratio));
  }
}

.p-about-detail {
  max-width: calc(376 * var(--width-ratio));
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-about-detail {
    padding: 0 calc(25 * var(--width-ratio));
  }
}

.p-about-catch__text {
  margin-top: calc(30 * var(--width-ratio));
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about-catch__text {
    margin-top: calc(15 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
  }
}

.p-about-campaign__text {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-about-campaign__text {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-about-campaign__lead {
  margin: calc(30 * var(--width-ratio)) 0;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-about-campaign__lead {
    margin: calc(24 * var(--width-ratio)) 0;
    font-size: calc(20 * var(--width-ratio));
  }
}

/**
 * #Subject
 */
.p-subject {
  margin-top: calc(72 * var(--width-ratio));
}

.p-subject__heading {
  color: #11A3FF;
}
.p-subject__heading::after {
  top: calc(-16 * var(--width-ratio));
}

.p-subject__title {
  margin-top: calc(50 * var(--width-ratio));
  font-size: calc(34 * var(--width-ratio));
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-subject__title {
    margin-top: calc(70 * var(--width-ratio));
    font-size: calc(32 * var(--width-ratio));
  }
}

.p-subject__text {
  margin-top: calc(5 * var(--width-ratio));
  font-size: calc(21 * var(--width-ratio));
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .p-subject__text {
    font-size: calc(20 * var(--width-ratio));
  }
}

.p-subject__figure {
  position: relative;
  max-width: calc(360 * var(--width-ratio));
  margin: calc(96 * var(--width-ratio)) auto calc(102 * var(--width-ratio));
  z-index: 10;
}
@media (max-width: 768px) {
  .p-subject__figure {
    max-width: calc(321 * var(--width-ratio));
    margin: calc(60 * var(--width-ratio)) auto calc(70 * var(--width-ratio));
  }
}

/**
 * #Join
 */
.p-join {
  position: relative;
  margin-top: calc(142 * var(--width-ratio));
  z-index: 5;
}
@media (max-width: 768px) {
  .p-join {
    margin-top: calc(100 * var(--width-ratio));
  }
}
.p-join::before {
  content: "";
  position: absolute;
  top: calc(-600 * var(--width-ratio));
  left: 0;
  display: block;
  width: 100%;
  height: 170%;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-join::before {
    top: calc(-540 * var(--width-ratio));
  }
}

.p-join-intro {
  position: relative;
  z-index: 2;
}
.p-join-intro::before {
  content: "";
  position: absolute;
  top: calc(-105 * var(--width-ratio));
  left: 0;
  display: block;
  width: calc(420 * var(--width-ratio));
  height: calc(500 * var(--width-ratio));
  background-image: url(../images/deco_benefit01_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-join-intro::before {
    top: calc(-50 * var(--width-ratio));
    width: calc(347 * var(--width-ratio));
    height: calc(412 * var(--width-ratio));
    background-image: url(../images/deco_benefit01_sp.png);
  }
}

.p-join__heading {
  color: #2C67D4;
}
.p-join__heading::after {
  top: calc(-16 * var(--width-ratio));
}

.p-join__title {
  margin-top: calc(35 * var(--width-ratio));
  font-size: calc(66 * var(--width-ratio));
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-join__title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: calc(220 * var(--width-ratio));
    margin-left: auto;
    margin-right: auto;
    font-size: calc(54 * var(--width-ratio));
  }
}
.p-join__title span {
  font-size: calc(32 * var(--width-ratio));
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-join__title span {
    position: absolute;
    bottom: 12px;
    right: 0px;
    font-size: calc(27 * var(--width-ratio));
  }
}

.p-join-area {
  position: relative;
  margin-top: calc(47 * var(--width-ratio));
  z-index: 2;
}
@media (max-width: 768px) {
  .p-join-area {
    margin-top: calc(35 * var(--width-ratio));
  }
}

.p-join-note {
  max-width: calc(267 * var(--width-ratio));
  margin: 0 auto;
  padding: calc(6 * var(--width-ratio));
  border: 1px solid #000;
  background: #214A96;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-join-note {
    max-width: calc(221 * var(--width-ratio));
    font-size: calc(20 * var(--width-ratio));
  }
}

.p-join__lead {
  margin-top: calc(25 * var(--width-ratio));
  font-size: calc(24 * var(--width-ratio));
  font-weight: 600;
  text-align: center;
  line-height: 1.46;
}
@media (max-width: 768px) {
  .p-join__lead {
    margin-top: calc(20 * var(--width-ratio));
    font-size: calc(20 * var(--width-ratio));
  }
}

.p-join-inline {
  max-width: calc(228 * var(--width-ratio));
  margin: calc(16 * var(--width-ratio)) auto 0;
}
@media (max-width: 768px) {
  .p-join-inline {
    max-width: calc(187 * var(--width-ratio));
    margin: calc(19 * var(--width-ratio)) auto 0;
  }
}

.p-join__text {
  display: inline-block;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.46;
}
@media (max-width: 768px) {
  .p-join__text {
    font-size: calc(13 * var(--width-ratio));
  }
}

/**
 * #Benefits
 */
.p-benefits {
  position: relative;
  margin-top: calc(90 * var(--width-ratio));
  z-index: 5;
}
@media (max-width: 768px) {
  .p-benefits {
    margin-top: calc(74 * var(--width-ratio));
  }
}
.p-benefits::before {
  content: "";
  position: absolute;
  top: calc(-85 * var(--width-ratio));
  right: 0;
  display: block;
  width: calc(152 * var(--width-ratio));
  height: calc(232 * var(--width-ratio));
  background-image: url(../images/deco_benefit02_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-benefits::before {
    top: calc(-70 * var(--width-ratio));
    right: calc(-20 * var(--width-ratio));
    width: calc(125 * var(--width-ratio));
    height: calc(192 * var(--width-ratio));
    background-image: url(../images/deco_benefit02_sp.png);
  }
}
.p-benefits::after {
  content: "";
  position: absolute;
  bottom: calc(150 * var(--width-ratio));
  left: 0;
  display: block;
  width: calc(400 * var(--width-ratio));
  height: calc(560 * var(--width-ratio));
  background-image: url(../images/deco_benefit03_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-benefits::after {
    bottom: calc(130 * var(--width-ratio));
    left: calc(-110 * var(--width-ratio));
    width: calc(330 * var(--width-ratio));
    height: calc(463 * var(--width-ratio));
    background-image: url(../images/deco_benefit03_sp.png);
  }
}

.p-benefits__unit {
  position: relative;
  max-width: calc(384 * var(--width-ratio));
  margin: calc(82 * var(--width-ratio)) auto 0;
  padding: calc(40 * var(--width-ratio)) calc(15 * var(--width-ratio)) calc(15 * var(--width-ratio));
  border-radius: calc(16 * var(--width-ratio));
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
@media (max-width: 768px) {
  .p-benefits__unit {
    max-width: calc(318 * var(--width-ratio));
    margin: calc(68 * var(--width-ratio)) auto 0;
  }
}
.p-benefits__unit:first-child {
  margin-top: 0;
}

.p-benefits__heading {
  position: absolute;
  top: calc(-30 * var(--width-ratio));
  left: 50%;
  width: calc(276 * var(--width-ratio));
  padding: calc(13 * var(--width-ratio)) calc(30 * var(--width-ratio));
  border-radius: calc(50 * var(--width-ratio));
  border: 1px solid #000;
  background: #0FA2FF;
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.46;
  text-align: center;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-benefits__heading {
    top: calc(-24 * var(--width-ratio));
    width: calc(228 * var(--width-ratio));
    padding: calc(10 * var(--width-ratio)) calc(20 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-benefits-catch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8 * var(--width-ratio));
}

.p-benefits__lead {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .p-benefits__lead {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-benefits__lead--large {
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 768px) {
  .p-benefits__lead--large {
    font-size: calc(20 * var(--width-ratio));
  }
}

.p-benefits__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #0FA2FF;
  font-size: calc(50 * var(--width-ratio));
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-benefits__title {
    font-size: calc(40 * var(--width-ratio));
  }
}
.p-benefits__title span {
  font-size: calc(30 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .p-benefits__title span {
    font-size: calc(24 * var(--width-ratio));
  }
}
.p-benefits__title p {
  color: #000;
  font-size: calc(18 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .p-benefits__title p {
    font-size: calc(15 * var(--width-ratio));
  }
}

.p-benefits__figure {
  margin: calc(20 * var(--width-ratio)) auto;
}

.p-benefits__figure--first {
  max-width: calc(280 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-benefits__figure--first {
    max-width: calc(230 * var(--width-ratio));
  }
}

.p-benefits__figure--second {
  max-width: calc(130 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-benefits__figure--second {
    max-width: calc(100 * var(--width-ratio));
  }
}

.p-benefits__text {
  color: #000;
  font-size: calc(22 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.46;
  text-align: center;
}
@media (max-width: 768px) {
  .p-benefits__text {
    font-size: calc(18 * var(--width-ratio));
  }
}
.p-benefits__text span {
  display: block;
  color: #0FA2FF;
  font-size: calc(48 * var(--width-ratio));
  font-weight: 800;
  line-height: 1.46;
  text-align: center;
}
@media (max-width: 768px) {
  .p-benefits__text span {
    font-size: calc(40 * var(--width-ratio));
  }
}

.p-benefits__text--large {
  color: #0FA2FF;
  font-size: calc(136 * var(--width-ratio));
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .p-benefits__text--large {
    font-size: calc(112 * var(--width-ratio));
  }
}
.p-benefits__text--large span {
  display: inline-block;
  color: #000;
  font-size: calc(50 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .p-benefits__text--large span {
    font-size: calc(40 * var(--width-ratio));
  }
}

/**
 * #Chance
 */
.p-chance {
  position: relative;
  margin-top: calc(90 * var(--width-ratio));
  padding-bottom: calc(104 * var(--width-ratio));
  background: linear-gradient(180deg, #2C67D4 0%, #2C67D4 50%, #EAF8FF 50%, #EAF8FF 100%);
  z-index: 5;
}
.p-chance::before {
  content: "";
  position: absolute;
  top: calc(10 * var(--width-ratio));
  left: 0;
  display: block;
  width: 100%;
  height: 110%;
  background-image: url(../images/bg_chance.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (max-width: 768px) {
  .p-chance-intro__figure {
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
}

.p-chance-area {
  margin-bottom: calc(120 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-chance-area {
    margin-top: calc(-30 * var(--width-ratio));
    margin-bottom: calc(100 * var(--width-ratio));
  }
}

.p-chance__title {
  font-size: calc(38 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.46;
  text-align: center;
}
@media (max-width: 768px) {
  .p-chance__title {
    font-size: calc(32 * var(--width-ratio));
  }
}

.p-chance-group {
  margin-top: calc(55 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-chance-group {
    margin-top: calc(45 * var(--width-ratio));
  }
}

.p-chance__unit {
  position: relative;
  max-width: calc(384 * var(--width-ratio));
  margin: calc(82 * var(--width-ratio)) auto 0;
  padding: calc(40 * var(--width-ratio)) calc(15 * var(--width-ratio)) calc(15 * var(--width-ratio));
  border-radius: calc(16 * var(--width-ratio));
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
@media (max-width: 768px) {
  .p-chance__unit {
    max-width: calc(318 * var(--width-ratio));
    margin: calc(70 * var(--width-ratio)) auto 0;
  }
}
.p-chance__unit:first-child {
  margin-top: 0;
}
.p-chance__unit:first-child::before {
  content: "";
  position: absolute;
  bottom: calc(-58 * var(--width-ratio));
  right: calc(-23 * var(--width-ratio));
  display: block;
  width: calc(200 * var(--width-ratio));
  height: calc(127 * var(--width-ratio));
  background-image: url(../images/deco_chance03.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-chance__unit:first-child::before {
    bottom: calc(-58 * var(--width-ratio));
    right: calc(-30 * var(--width-ratio));
    width: calc(154 * var(--width-ratio));
    height: calc(121 * var(--width-ratio));
  }
}
.p-chance__unit:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: calc(-15 * var(--width-ratio));
  right: calc(-17 * var(--width-ratio));
  display: block;
  width: calc(47 * var(--width-ratio));
  height: calc(30 * var(--width-ratio));
  background-image: url(../images/deco_chance01.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
}
@media (max-width: 768px) {
  .p-chance__unit:nth-child(2)::before {
    bottom: calc(-13 * var(--width-ratio));
    right: calc(-13 * var(--width-ratio));
    width: calc(39 * var(--width-ratio));
    height: calc(25 * var(--width-ratio));
  }
}
.p-chance__unit:nth-child(3)::before {
  content: "";
  position: absolute;
  bottom: calc(-85 * var(--width-ratio));
  left: 0;
  display: block;
  width: calc(105 * var(--width-ratio));
  height: calc(101 * var(--width-ratio));
  background-image: url(../images/deco_chance02.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-chance__unit:nth-child(3)::before {
    bottom: calc(-70 * var(--width-ratio));
    width: calc(87 * var(--width-ratio));
    height: calc(84 * var(--width-ratio));
  }
}

.p-chance__heading {
  position: absolute;
  top: calc(-30 * var(--width-ratio));
  left: 50%;
  width: calc(276 * var(--width-ratio));
  padding: calc(14 * var(--width-ratio)) calc(30 * var(--width-ratio));
  border-radius: calc(50 * var(--width-ratio));
  border: 1px solid #000;
  background: #404FF1;
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.46;
  text-align: center;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-chance__heading {
    width: calc(228 * var(--width-ratio));
    padding: calc(9 * var(--width-ratio)) calc(30 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-chance__figure {
  margin: 0 auto;
}

.p-chance__figure--first {
  max-width: calc(310 * var(--width-ratio));
  margin: calc(15 * var(--width-ratio)) auto calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-chance__figure--first {
    max-width: calc(245 * var(--width-ratio));
  }
}

.p-chance__figure--second {
  max-width: calc(216 * var(--width-ratio));
  margin: calc(60 * var(--width-ratio)) auto calc(45 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-chance__figure--second {
    max-width: calc(180 * var(--width-ratio));
  }
}

.p-chance__lead {
  color: #000;
  font-size: calc(22 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.46;
  text-align: center;
}
@media (max-width: 768px) {
  .p-chance__lead {
    font-size: calc(18 * var(--width-ratio));
  }
}
.p-chance__lead span {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-chance__lead span {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-chance__text {
  color: #404FF1;
  font-size: calc(48 * var(--width-ratio));
  font-weight: 800;
  line-height: 1.46;
  text-align: center;
}
@media (max-width: 768px) {
  .p-chance__text {
    font-size: calc(40 * var(--width-ratio));
  }
}
.p-chance__text span {
  display: block;
  color: #000;
  font-size: calc(12 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.46;
  text-align: center;
}

.p-chance__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(15 * var(--width-ratio));
  padding: calc(40 * var(--width-ratio)) 0;
}
@media (max-width: 768px) {
  .p-chance__flex {
    padding: calc(20 * var(--width-ratio)) 0;
  }
}
.p-chance__flex img {
  width: calc(24 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-chance__flex img {
    width: calc(20 * var(--width-ratio));
  }
}

.p-chance-fee {
  position: relative;
  font-size: calc(30 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.46;
  text-align: center;
}
@media (max-width: 768px) {
  .p-chance-fee {
    font-size: calc(25 * var(--width-ratio));
  }
}
.p-chance-fee::before {
  content: "";
  position: absolute;
  bottom: calc(40 * var(--width-ratio));
  left: calc(-15 * var(--width-ratio));
  width: calc(140 * var(--width-ratio));
  height: calc(3 * var(--width-ratio));
  background: #FF0000;
  transform: rotate(-40deg);
}
@media (max-width: 768px) {
  .p-chance-fee::before {
    bottom: calc(30 * var(--width-ratio));
    width: calc(116 * var(--width-ratio));
    height: calc(2 * var(--width-ratio));
  }
}
.p-chance-fee span {
  display: block;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.46;
}
@media (max-width: 768px) {
  .p-chance-fee span {
    font-size: calc(16 * var(--width-ratio));
  }
}

.p-chance-price {
  margin-top: calc(-20 * var(--width-ratio));
  font-size: calc(50 * var(--width-ratio));
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-chance-price {
    font-size: calc(42 * var(--width-ratio));
  }
}
.p-chance-price span {
  color: #404FF1;
  font-size: calc(136 * var(--width-ratio));
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-chance-price span {
    font-size: calc(112 * var(--width-ratio));
  }
}

/**
 * #Experience
 */
.p-experience {
  position: relative;
  background: #EAF8FF;
  color: #000;
}

.p-experience__inner {
  padding-bottom: calc(175 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-experience__inner {
    padding: 0 calc(20 * var(--width-ratio)) calc(150 * var(--width-ratio));
  }
}

.p-experience__figure {
  position: relative;
  max-width: calc(364 * var(--width-ratio));
  margin: 0 auto;
  z-index: 5;
}

.p-experience-area {
  max-width: calc(405 * var(--width-ratio));
  margin: calc(80 * var(--width-ratio)) auto calc(100 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-experience-area {
    margin: calc(50 * var(--width-ratio)) auto calc(70 * var(--width-ratio));
  }
}

.p-experience__lead {
  position: relative;
  display: inline-block;
  font-size: calc(30 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.46;
}
@media (max-width: 768px) {
  .p-experience__lead {
    font-size: calc(24 * var(--width-ratio));
  }
}

.p-experience__lead--first::before {
  content: "";
  position: absolute;
  top: calc(-20 * var(--width-ratio));
  right: calc(-75 * var(--width-ratio));
  display: block;
  width: calc(68 * var(--width-ratio));
  height: calc(68 * var(--width-ratio));
  background-image: url(../images/img_request.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-experience__lead--first::before {
    right: calc(-60 * var(--width-ratio));
    width: calc(54 * var(--width-ratio));
    height: calc(54 * var(--width-ratio));
  }
}

.p-experience__title {
  color: #0062FF;
  font-size: calc(50 * var(--width-ratio));
  font-weight: 800;
  line-height: 1.46;
}
@media (max-width: 768px) {
  .p-experience__title {
    font-size: calc(40 * var(--width-ratio));
  }
}

.p-experience__text {
  margin-top: calc(43 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .p-experience__text {
    margin-top: calc(40 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

/**
 * #Store
 */
.p-store {
  position: relative;
  z-index: 5;
}
.p-store::before {
  content: "";
  position: absolute;
  top: calc(40 * var(--width-ratio));
  right: 0;
  display: block;
  width: calc(256 * var(--width-ratio));
  height: calc(388 * var(--width-ratio));
  background-image: url(../images/deco_campaign01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-store::before {
    top: calc(40 * var(--width-ratio));
    right: 0;
    width: calc(195 * var(--width-ratio));
    height: calc(319 * var(--width-ratio));
  }
}
.p-store::after {
  content: "";
  position: absolute;
  top: calc(500 * var(--width-ratio));
  left: 0;
  display: block;
  width: calc(276 * var(--width-ratio));
  height: calc(214 * var(--width-ratio));
  background-image: url(../images/deco_campaign02.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-store::after {
    top: calc(535 * var(--width-ratio));
    left: 0;
    width: calc(295 * var(--width-ratio));
    height: calc(215 * var(--width-ratio));
  }
}

.p-store__inner {
  position: relative;
  padding: calc(115 * var(--width-ratio)) calc(34 * var(--width-ratio)) 0;
}
@media (max-width: 768px) {
  .p-store__inner {
    padding: calc(95 * var(--width-ratio)) calc(28 * var(--width-ratio)) 0;
  }
}
.p-store__inner::before {
  content: "";
  position: absolute;
  bottom: calc(-410 * var(--width-ratio));
  left: 0;
  display: block;
  width: 100%;
  height: 72%;
  background-image: url(../images/bg_img__campaign.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-store__inner::before {
    bottom: calc(-620 * var(--width-ratio));
    height: 85%;
  }
}

.p-store__heading {
  position: relative;
  display: block;
  max-width: calc(384 * var(--width-ratio));
  margin: 0 auto;
  padding: calc(20 * var(--width-ratio)) calc(50 * var(--width-ratio));
  border-radius: calc(50 * var(--width-ratio));
  border: 1px solid #000;
  background: #fff;
  color: #0FA2FF;
  font-size: calc(26 * var(--width-ratio));
  font-weight: 800;
  line-height: 1.46;
  box-shadow: 1px 4px 0 0 #000;
}
@media (max-width: 768px) {
  .p-store__heading {
    max-width: calc(318 * var(--width-ratio));
    padding: calc(18 * var(--width-ratio)) calc(30 * var(--width-ratio));
    font-size: calc(22 * var(--width-ratio));
    text-align: center;
  }
}

.p-store-area {
  margin-top: calc(70 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-store-area {
    margin-top: calc(60 * var(--width-ratio));
  }
}

.p-store__unit {
  max-width: calc(314 * var(--width-ratio));
  margin: calc(30 * var(--width-ratio)) auto 0;
}
@media (max-width: 768px) {
  .p-store__unit {
    max-width: calc(300 * var(--width-ratio));
    margin: calc(24 * var(--width-ratio)) auto 0;
  }
}
.p-store__unit:first-child {
  margin-top: 0;
}

.p-store__thumb {
  position: relative;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.p-store__thumb img {
  border-radius: calc(12 * var(--width-ratio));
  box-shadow: 3px 4px 0 0 #000;
  transition: 0.3s;
}
.p-store__thumb:hover {
  top: 4px;
  left: 3px;
}
.p-store__thumb:hover img {
  box-shadow: 0px 0px;
}

.p-store__title {
  position: relative;
  margin-top: calc(16 * var(--width-ratio));
  font-size: calc(20 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.46;
}
@media (max-width: 768px) {
  .p-store__title {
    margin-top: calc(14 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
  }
}
.p-store__title::after {
  content: "";
  display: inline-block;
  width: calc(10 * var(--width-ratio));
  height: calc(10 * var(--width-ratio));
  margin-left: calc(3 * var(--width-ratio));
  background-image: url(../images/icon_tab.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-store-sns {
  display: flex;
  align-items: center;
  gap: calc(5 * var(--width-ratio));
  margin-top: calc(15 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-store-sns {
    margin-top: calc(13 * var(--width-ratio));
  }
}

.p-store__link {
  width: calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-store__link {
    width: calc(16 * var(--width-ratio));
  }
}

/**
 * #Breadcrumbs
 */
.p-breadcrumbs {
  margin-top: 30px;
  list-style-type: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .p-breadcrumbs {
    margin-top: 36px;
  }
}

.p-breadcrumbs__list {
  max-width: 1052px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.p-breadcrumbs__item {
  display: inline-block;
  color: #292929;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
}
.p-breadcrumbs__item:last-child {
  display: inline;
  margin-left: 10px;
}

.p-breadcrumbs__link {
  display: inline-block;
  color: #BCBCBC;
}

.p-breadcrumbs__item + .p-breadcrumbs__item:before {
  content: "/";
  margin-right: 10px;
  color: #BCBCBC;
}

/**
 * #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;
}

/**
 * #Nav
 */
.p-nav {
  position: absolute;
  top: 70px;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #01C778;
  transform: translate(100%);
  overflow-y: scroll;
  transition: all 0.5s;
  opacity: 0;
}
.p-nav.is-active {
  transform: translate(0);
  opacity: 1;
}
@media (max-width: 1024px) {
  .p-nav {
    position: unset;
    height: 100%;
    background: transparent;
    transform: unset;
    opacity: 1;
    overflow: hidden;
  }
}

.p-nav__inner {
  max-width: 377px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 25px 22px;
}
@media (max-width: 1024px) {
  .p-nav__inner {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .p-nav__list {
    display: flex;
    align-items: center;
    justify-content: end;
  }
}

.p-nav__link {
  position: relative;
  padding: 20px 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-nav__link {
    margin-right: 40px;
    color: #292929;
    font-size: 1.6rem;
  }
  .p-nav__link:hover::after, .p-nav__link.is-active::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: inline-block;
    width: 10px;
    height: 7px;
    background-image: url(../images/common/icon_marker.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
  }
}

.p-nav__link--recruit {
  margin-bottom: 15px;
  padding: 12px 26px;
  border-radius: 40px;
  background: #053688;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-nav__link--recruit {
    margin-left: 25px;
    margin-bottom: 0;
    margin-right: 16px;
    color: #fff;
  }
  .p-nav__link--recruit:hover::after {
    content: none;
  }
}

.p-nav__link--contact {
  padding: 12px 26px;
  border-radius: 40px;
  background: #00995C;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-nav__link--contact {
    margin: 0;
    color: #fff;
  }
  .p-nav__link--contact:hover::after {
    content: none;
  }
}

.p-nav-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
  margin-top: 32px;
  padding: 38px 35px;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/cta/img_contact_sp.png);
}
@media (max-width: 768px) {
  .p-nav-banner {
    background-image: url(../images/cta/img_contact_pc.png);
  }
}
.p-nav-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.p-nav-banner:hover {
  opacity: 1;
}
.p-nav-banner:hover::after {
  opacity: 0;
}

.p-nav-banner__title {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  z-index: 10;
}
.p-nav-banner__title::first-letter {
  color: #00D58E;
}
.p-nav-banner__title span {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
  text-align: center;
}
@media (max-width: 768px) {
  .p-nav-banner__title span {
    font-size: 1.5rem;
  }
}

.p-nav__copy {
  margin-top: 45px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}

/**
 * #Top
 */
/**
 * #Service
 */
.p-service-top {
  margin-top: 48px;
  background-image: url(../images/main/bg_service_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media (max-width: 1024px) {
  .p-service-top {
    margin-top: 100px;
    background-image: url(../images/main/bg_service_pc.png);
  }
}
.p-service-top .c-tab-content {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .p-service-top .c-tab-content {
    width: 47%;
    margin-bottom: 0;
  }
}
.p-service-top .c-tab-area {
  position: relative;
  display: none;
  max-width: 324px;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-service-top .c-tab-area {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
  }
}
.p-service-top .c-tab-area.is-active {
  display: block;
}
.p-service-top .c-tab-area span {
  position: absolute;
  top: -22px;
  left: 0;
  color: #00D58E;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  line-height: 1;
}
@media (max-width: 1024px) {
  .p-service-top .c-tab-area span {
    top: -60px;
    left: -50px;
    font-size: 12.8rem;
  }
}
@media (max-width: 1024px) {
  .p-service-top .c-tab {
    width: 32%;
  }
}
.p-service-top .c-tab__list {
  max-width: 347px;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-service-top .c-tab__list {
    margin-top: 70px;
  }
}
.p-service-top .c-tab__item {
  position: relative;
  width: 100%;
  padding: 17px 30px;
  margin-top: 12px;
  border-radius: 67px;
  border: 1px solid #01C778;
  background: #fff;
  color: #01C778;
  font-size: 1.4rem;
  font-weight: 500;
  transition: 0.3s;
}
.p-service-top .c-tab__item::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 5px 0px 5px 6px;
  border-radius: 50%;
  background: #01C778;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
  text-align: center;
  line-height: 1;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .p-service-top .c-tab__item::after {
    width: 19px;
    height: 19px;
  }
}
.p-service-top .c-tab__item.is-active, .p-service-top .c-tab__item:hover {
  background: #01C778;
  color: #fff;
}
.p-service-top .c-tab__item.is-active::after, .p-service-top .c-tab__item:hover::after {
  transform: translateY(-50%) rotate(90deg);
}
.p-service-top .c-tab__item:first-child {
  margin-top: 0;
}

.p-service-top__inner {
  padding: 20px 25px 80px;
}
@media (max-width: 768px) {
  .p-service-top__inner {
    padding: 60px 0 80px 25px;
  }
}

.p-service-top__text {
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .p-service-top__text {
    margin-top: 38px;
    font-size: 1.6rem;
  }
}

.p-service-top-content {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-service-top-content {
    display: flex;
    align-items: center;
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .p-service-top-content {
    flex-flow: row-reverse;
    gap: 160px;
    margin-top: 0;
  }
}

.p-service-top__figure img {
  border-radius: 8px 0 0 8px;
}

.p-service-top__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 222px;
  width: 100%;
  padding: 16px 0 32px 8px;
  border-radius: 0 5px 0 5px;
  background: #fff;
}
@media (max-width: 1024px) {
  .p-service-top__desc {
    max-width: 442px;
    padding: 25px 20px 60px 35px;
    border-radius: 0 8px 0 8px;
  }
}

.p-service-top-number {
  display: inline-block;
  padding: 0 10px;
  border-radius: 50px;
  background: #01C778;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .p-service-top-number {
    padding: 0 14px;
    font-size: 1.3rem;
  }
}

.p-service-top__title {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-service-top__title {
    margin-top: 8px;
    font-size: 2.4rem;
  }
}

.p-service-top__lead {
  display: none;
  margin-top: 26px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-service-top__lead {
    display: block;
    margin-top: 26px;
    font-size: 1.4rem;
  }
}

.p-service {
  margin-top: 38px;
  background: linear-gradient(180deg, #F6F8FA 0%, #F6F8FA 11%, #01C778 11%, #01C778 100%);
}
@media (max-width: 1024px) {
  .p-service {
    margin-top: 110px;
    background: linear-gradient(180deg, #F6F8FA 0%, #F6F8FA 33%, #01C778 33%, #01C778 100%);
  }
}

.p-service-intro__inner {
  max-width: 374px;
  padding: 0 25px 105px;
}
@media (max-width: 768px) {
  .p-service-intro__inner {
    max-width: 1070px;
  }
}

.p-service-intro__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 24px 21px;
}

@media (max-width: 768px) {
  .p-service-intro__item {
    width: 48%;
  }
}
@media (max-width: 1024px) {
  .p-service-intro__item {
    width: 23.4%;
  }
  .p-service-intro__item:nth-child(1) .p-service-intro__body, .p-service-intro__item:nth-child(2) .p-service-intro__body {
    margin-top: 44px;
  }
  .p-service-intro__item:nth-child(3) .p-service-intro__body, .p-service-intro__item:nth-child(4) .p-service-intro__body {
    margin-top: 22px;
  }
}

.p-service-intro__link:hover {
  opacity: 1;
}
.p-service-intro__link:hover .p-service-intro__heading::after {
  background: #fff;
  transform: rotate(90deg);
}

.p-service-intro__thumb {
  display: block;
}
.p-service-intro__thumb img {
  border-radius: 5px 5px 0 0;
}

.p-service-intro__desc {
  padding: 18px 16px 33px;
  border-radius: 0 0 5px 5px;
  background: #292929;
}
@media (max-width: 1024px) {
  .p-service-intro__desc {
    position: relative;
    height: 218px;
    padding: 30px 16px 32px;
  }
}

.p-service-intro__heading {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-service-intro__heading {
    font-size: 1.5rem;
  }
}
.p-service-intro__heading::after {
  content: "〉";
  position: absolute;
  top: 0;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  padding: 5px 0px 5px 6px;
  border-radius: 50%;
  background: #01C778;
  color: #292929;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
  text-align: center;
  line-height: 1;
  transition: 0.3s;
  transform: rotate(-90deg);
}
@media (max-width: 1024px) {
  .p-service-intro__heading::after {
    width: 19px;
    height: 19px;
    transform: rotate(0deg);
  }
}
.p-service-intro__heading span {
  display: block;
  max-width: 74px;
  width: 100%;
  margin-bottom: 6px;
  padding: 2px 10px;
  border-radius: 50px;
  background: #01C778;
  color: #292929;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .p-service-intro__heading span {
    font-size: 1.2rem;
  }
}

.p-service-intro__body {
  margin-top: 18px;
}

.p-service-intro__text {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.45;
}

.p-service__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 1024px) {
  .p-service__inner {
    width: 69.8vw;
    margin-right: 0;
    padding-right: 0;
  }
}

.p-service--first .p-service__inner {
  padding: 82px 25px 40px;
}
.p-service__heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #00995C;
  color: #00995C;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-service__heading {
    padding-bottom: 30px;
    font-size: 2.4rem;
  }
}
.p-service__heading span {
  display: block;
  max-width: 64px;
  width: 100%;
  margin-bottom: 10px;
  padding: 3px 10px 2px;
  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) {
  .p-service__heading span {
    max-width: 84px;
    font-size: 1.3rem;
  }
}

.p-service-content {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .p-service-content {
    margin-top: 75px;
  }
}

@media (max-width: 1024px) {
  .p-service-catch {
    max-width: 784px;
    width: 95%;
    margin-right: auto;
  }
}
@media (max-width: 1336px) {
  .p-service-catch {
    width: 100%;
  }
}

.p-service-catch__list {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 1336px) {
  .p-service-catch__list {
    gap: 32px;
  }
}

.p-service-catch__item {
  width: 50%;
}
@media (max-width: 1336px) {
  .p-service-catch__item {
    width: auto;
  }
}
.p-service-catch__item:first-child {
  width: 100%;
}
@media (max-width: 1336px) {
  .p-service-catch__item:first-child {
    width: auto;
  }
}

.p-service-catch__thumb {
  max-width: 148px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-service-catch__thumb {
    max-width: 231px;
  }
}

.p-service-catch__text {
  margin-top: 68px;
}

.p-service--second .p-service__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-service-product__list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 33px 13px;
}
@media (max-width: 1024px) {
  .p-service-product__list {
    justify-content: flex-start;
    gap: 54px 32px;
  }
}

.p-service-product__item {
  width: 48%;
}
@media (max-width: 1024px) {
  .p-service-product__item {
    width: 24.5%;
  }
}

.p-service-product__thumb img {
  border-radius: 5px;
}

.p-service-product__title {
  margin-top: 16px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-service-product__title {
    font-size: 1.6rem;
  }
}

.p-service-product-note {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 16px 0 0;
}

.p-service-product__term {
  width: 30.8%;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-service-product__term {
    font-size: 1.4rem;
  }
}

.p-service-product__desc {
  width: 64%;
  color: #737373;
  font-size: 1.1rem;
}
@media (max-width: 1024px) {
  .p-service-product__desc {
    font-size: 1.3rem;
  }
}

.p-service--third .p-service__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .p-service--third .p-service__inner {
    padding-right: 34px;
  }
}
.p-service--third .p-service-content {
  margin-top: 55px;
}
@media (max-width: 1024px) {
  .p-service--third .p-service-content {
    margin-top: 72px;
  }
}

.p-service-post:last-child {
  margin-top: 65px;
}
@media (max-width: 1024px) {
  .p-service-post:last-child .p-service__body {
    margin-top: 50px;
  }
}

.p-service-head__title {
  position: relative;
  padding-left: 18px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-service-head__title {
    padding-left: 24px;
    font-size: 2rem;
  }
}
.p-service-head__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  background: #292929;
  transform: translateY(-50%);
}

.p-service__thumb {
  max-width: 887px;
  width: 100%;
  margin-top: 35px;
}

.p-service__body {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .p-service__body {
    margin-top: 135px;
  }
}

.p-service-process {
  margin: 0;
  padding: 35px 0;
  border-bottom: 1px solid #C5C5C5;
}
@media (max-width: 1024px) {
  .p-service-process {
    display: flex;
    gap: 45px;
    padding: 40px 16px 40px 0;
  }
}
@media (max-width: 1336px) {
  .p-service-process {
    gap: 85px;
  }
}
.p-service-process:first-child {
  border-top: 1px solid #C5C5C5;
}
.p-service-process:first-child .p-service-img {
  width: 35px;
  margin-left: 20px;
  margin-right: 14px;
}
@media (max-width: 1024px) {
  .p-service-process:first-child .p-service-img {
    width: 47px;
    margin-left: 42px;
    margin-right: 16px;
  }
}
.p-service-process:nth-child(2) .p-service-img {
  width: 26px;
  margin-left: 24px;
  margin-right: 18px;
}
@media (max-width: 1024px) {
  .p-service-process:nth-child(2) .p-service-img {
    width: 42px;
    margin-left: 47px;
    margin-right: 16px;
  }
}
.p-service-process:nth-child(3) .p-service-img {
  width: 30px;
  margin-left: 21px;
  margin-right: 16px;
}
@media (max-width: 1024px) {
  .p-service-process:nth-child(3) .p-service-img {
    width: 44px;
    margin-left: 42px;
    margin-right: 19px;
  }
}
.p-service-process:nth-child(4) .p-service-img {
  width: 30px;
  margin-left: 21px;
  margin-right: 17px;
}
@media (max-width: 1024px) {
  .p-service-process:nth-child(4) .p-service-img {
    width: 40px;
    margin-left: 45px;
    margin-right: 20px;
  }
}
.p-service-process:nth-child(5) .p-service-img {
  width: 31px;
  margin-left: 21px;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .p-service-process:nth-child(5) .p-service-img {
    width: 48px;
    margin-left: 46px;
    margin-right: 10px;
  }
}
.p-service-process:nth-child(6) .p-service-img {
  width: 29px;
  margin-left: 20px;
  margin-right: 19px;
}
@media (max-width: 1024px) {
  .p-service-process:nth-child(6) .p-service-img {
    width: 41px;
    margin-left: 47px;
    margin-right: 17px;
  }
}
.p-service-process:nth-child(7) .p-service-img {
  width: 26px;
  margin-left: 20px;
  margin-right: 22px;
}
@media (max-width: 1024px) {
  .p-service-process:nth-child(7) .p-service-img {
    width: 43px;
    margin-left: 44px;
    margin-right: 18px;
  }
}
.p-service-process:nth-child(8) .p-service-img {
  width: 25px;
  margin-left: 22px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .p-service-process:nth-child(8) .p-service-img {
    width: 43px;
    margin-left: 46px;
    margin-right: 15px;
  }
}
.p-service-process:nth-child(9) .p-service-img {
  width: 33px;
  margin-left: 16px;
  margin-right: 19px;
}
@media (max-width: 1024px) {
  .p-service-process:nth-child(9) .p-service-img {
    width: 47px;
    margin-left: 40px;
    margin-right: 18px;
  }
}

.p-service-process__term {
  position: relative;
  display: flex;
  align-items: center;
  color: #00995C;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-service-process__term {
    flex-flow: row wrap;
    width: 65%;
  }
}
.p-service-process__term.is-active .p-service-process-deco::before {
  transform: translate(-50%) rotate(180deg);
}
.p-service-process__term.is-active .p-service-process-deco::after {
  opacity: 0;
}

.p-service-process-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 24px;
  border-radius: 50%;
  background: #292929;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  line-height: 1;
}
@media (max-width: 1024px) {
  .p-service-process-number {
    width: 26px;
    height: 26px;
    font-size: 1.3rem;
  }
}

.p-service-process__detail {
  width: 100%;
  margin-top: 15px;
  padding-left: 70px;
  color: #292929;
}
@media (max-width: 1024px) {
  .p-service-process__detail {
    padding-left: 130px;
  }
}

.p-service-process__text {
  color: #292929;
}
.p-service-process__text span {
  font-size: 1.4rem;
  font-weight: 500;
}

.p-service-img {
  display: block;
}

.p-service-process-deco {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #B2B2B2;
  background: #F6F8FA;
  color: #292929;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .p-service-process-deco {
    display: none;
    width: 40px;
    height: 40px;
  }
}
.p-service-process-deco::before, .p-service-process-deco::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: #292929;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%);
}
.p-service-process-deco::before {
  transform: translate(-50%) rotate(90deg);
}

.p-service-process__desc {
  display: none;
  margin-top: 33px;
}
@media (max-width: 1024px) {
  .p-service-process__desc {
    display: block;
    margin: 0;
  }
}

.p-service-process__figure {
  max-width: 239px;
  width: 100%;
  margin: 30px auto 0;
}
@media (max-width: 1024px) {
  .p-service-process__figure {
    margin: 0;
  }
}

.p-service-process__lead {
  margin-top: 22px;
  color: #8F8F8F;
  font-size: 1.2rem;
  font-weight: 500;
}
.p-service-process__lead span {
  display: block;
  color: #292929;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-service-process__lead {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}

.p-service-process__flex {
  display: flex;
  gap: 6px;
  margin-top: 35px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .p-service-process__flex {
    display: block;
  }
}
.p-service-process__flex .p-service-process__figure {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .p-service-process__flex .p-service-process__figure {
    margin-top: 20px;
  }
}

.p-service-process-note {
  margin-top: 16px;
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-service-process-note {
    color: #292929;
    margin-top: 15px;
  }
}

.p-service-system {
  display: flex;
  flex-flow: row wrap;
  gap: 52px 33px;
  margin-top: 28px;
}

@media (max-width: 1024px) {
  .p-service-system__figure {
    width: 48%;
  }
}

@media (max-width: 1024px) {
  .p-service-system__text {
    width: 41%;
  }
}

.p-service--four .p-service__inner {
  padding-top: 35px;
  padding-bottom: 0;
}
.p-service--four .p-service-head {
  margin-top: 65px;
}

.p-service-area {
  margin-top: 36px;
}
@media (max-width: 1024px) {
  .p-service-area {
    margin-top: 0;
    padding-right: 21%;
  }
}

.p-service-report {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .p-service-report {
    margin-top: 30px;
  }
}

.p-service-report__list {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin: 0;
  padding: 38px 0 48px;
  border-bottom: 1px solid #979797;
}
@media (max-width: 1024px) {
  .p-service-report__list {
    padding-right: 11px;
  }
}
.p-service-report__list:first-child {
  border-top: 1px solid #979797;
}

.p-service-report__term {
  width: 45%;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-service-report__term {
    width: 14%;
    font-size: 1.6rem;
  }
}
.p-service-report__term span {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-service-report__term span {
    font-size: 1.8rem;
  }
}

.p-service-report__desc {
  width: 90%;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-service-report__desc {
    font-size: 1.6rem;
  }
}

.p-service-report-more {
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .p-service-report-more {
    margin-top: 38px;
  }
}

.p-service-report-btn {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
}
.p-service-report-btn::before {
  content: "＋";
  color: #00995C;
  font-size: 1.4rem;
  font-weight: 900;
}

.p-service-report__flex {
  display: flex;
  flex-flow: row wrap;
  gap: 18px 16px;
  margin-top: 66px;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .p-service-report__flex {
    gap: 25px;
    padding: 0;
  }
}

.p-service-report__figure {
  width: 47%;
}
@media (max-width: 768px) {
  .p-service-report__figure {
    width: 31%;
  }
}

.p-service-news {
  margin-top: 66px;
}

.p-service-news-head {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 82px 25px 27px;
  background: #01C778;
}
@media (max-width: 1024px) {
  .p-service-news-head {
    width: 100%;
    margin: 0;
    padding: 112px 53px 22px;
  }
}

.p-service-news__title {
  position: relative;
  padding-left: 20px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-service-news__title {
    font-size: 2rem;
  }
}
.p-service-news__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .p-service-news__title::before {
    width: 11px;
  }
}

.p-service-news__body {
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .p-service-news__body {
    padding-right: 21%;
  }
}

.p-service-news__list {
  padding: 25px 0;
  margin: 0;
  border-bottom: 1px solid #979797;
}
@media (max-width: 1024px) {
  .p-service-news__list {
    padding: 32px 0;
  }
}
.p-service-news__list:first-child {
  border-top: 1px solid #979797;
}

.p-service-news__term {
  position: relative;
  padding-right: 47px;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-service-news__term .p-service-process-deco {
    display: block;
  }
}
@media (max-width: 1024px) {
  .p-service-news__term {
    font-size: 1.8rem;
  }
}
.p-service-news__term.is-active .p-service-process-deco::before {
  transform: translate(-50%) rotate(180deg);
}
.p-service-news__term.is-active .p-service-process-deco::after {
  opacity: 0;
}
@media (max-width: 1024px) {
  .p-service-news__term.is-active .p-service-process-deco {
    width: 40px;
    height: 40px;
  }
  .p-service-news__term.is-active .p-service-process-deco::before, .p-service-news__term.is-active .p-service-process-deco::after {
    width: 15px;
  }
}
.p-service-news__term span {
  font-size: 1.3rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .p-service-news__term span {
    font-size: 1.8rem;
  }
}

.p-service-news__desc {
  display: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .p-service-news__desc {
    margin-top: 35px;
  }
}

.p-service-news__figure {
  display: block;
  margin: 32px auto 64px;
}
@media (max-width: 1024px) {
  .p-service-news__figure {
    margin-top: 53px;
    margin-bottom: 57px;
  }
}

.p-service-news__unit {
  margin-top: 32px;
}

.p-service-news__lead {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-service-news__lead {
    font-size: 1.6rem;
  }
}

@media (max-width: 1024px) {
  .p-service-news__text.u-text {
    font-size: 1.5rem;
  }
}

.p-service-news-table {
  margin-top: 32px;
}
.p-service-news-table:last-child {
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .p-service-news-table:last-child {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .p-service-news-table tr:nth-child(3) td {
    padding: 10px 0;
  }
  .p-service-news-table tr:nth-child(4) td {
    padding: 7px 0;
  }
}
.p-service-news-table th,
.p-service-news-table td {
  padding: 20px 0;
  font-weight: 700;
  text-align: center;
}
.p-service-news-table th {
  padding: 29px 0;
  border-right: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  background: #F8F8FB;
  font-size: 1.3rem;
}
@media (max-width: 1024px) {
  .p-service-news-table th {
    font-size: 1.4rem;
    font-weight: 700;
  }
}
.p-service-news-table th:last-child {
  border-right: none;
}
.p-service-news-table td {
  border-right: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  background: #fff;
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .p-service-news-table td {
    padding: 30px 0;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 700;
  }
}
.p-service-news-table td:last-child {
  padding: 10px 0;
  border-right: none;
}

@media (max-width: 768px) {
  .p-service-news-table--first {
    width: 70%;
  }
}
.p-service-news-table--first tbody tr:nth-child(3) td:nth-child(1), .p-service-news-table--first tbody tr:nth-child(3) td:nth-child(2) {
  border-bottom: none;
}
.p-service-news-table--first tbody tr:last-child td {
  border-bottom: none;
}

.p-service-news-table--second {
  width: 177px;
}
@media (max-width: 768px) {
  .p-service-news-table--second {
    width: 40%;
  }
}
.p-service-news-table--second td {
  padding: 13px 0;
}

.p-service-news__menu {
  margin-top: 20px;
  padding-left: 15px;
}

.p-service-news__item {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}
.p-service-news__item:first-child {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .p-service-news__item {
    margin-top: 12px;
    font-size: 1.5rem;
  }
}

.p-service-news-note {
  margin-top: 32px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
}
@media (max-width: 1024px) {
  .p-service-news-note {
    margin-top: 46px;
    font-size: 1.5rem;
  }
}

/**
 * #Equipment
 */
@media (max-width: 1024px) {
  .p-equipment-top .c-link {
    margin: 38px 0 0 0;
  }
}
.p-equipment-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 57%;
  background: #01C778;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-equipment-top::after {
    height: 70%;
  }
}
.p-equipment-top .splide__arrows {
  position: absolute;
  top: -110px;
  right: 170px;
  max-width: 102px;
  width: 100%;
  height: 43px;
}
.p-equipment-top .splide__arrow {
  position: absolute;
  top: 50%;
  width: 43px;
  height: 43px;
  border: none;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}
.p-equipment-top .splide__arrow:disabled {
  opacity: 0.6;
}
.p-equipment-top .splide__arrow--prev {
  left: 0;
  background-image: url(../images/common/icon_arrow_prev.png);
}
.p-equipment-top .splide__arrow--next {
  right: 0;
  background-image: url(../images/common/icon_arrow_next.png);
}

.p-equipment-top__inner {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
}
@media (max-width: 768px) {
  .p-equipment-top__inner {
    max-width: 650px;
  }
}
@media (max-width: 1024px) {
  .p-equipment-top__inner {
    max-width: 835px;
    padding-bottom: 252px;
  }
}

.p-equipment-top-head .l-section__heading {
  color: #fff;
}
.p-equipment-top-head .l-section__heading::first-letter {
  color: #fff;
}

.p-equipment-top__text {
  margin-top: 30px;
  color: #fff;
}

@media (max-width: 1024px) {
  .p-equipment-top__wrap {
    display: flex;
    align-items: end;
    gap: 82px;
  }
}

.p-equipment-top-content {
  width: 100vw;
  margin: 60px calc(50% - 50vw);
}
@media (max-width: 1024px) {
  .p-equipment-top-content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 58%;
    margin: 0;
  }
}

.p-equipment-top__item {
  max-width: 288px;
  width: 100%;
  margin: 0 auto;
}

/**
 * #Recruit
 */
@media (max-width: 1024px) {
  .p-recruit-top__inner {
    padding-top: 140px;
  }
}

.p-recruit-top-head {
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1024px) {
  .p-recruit-top-head {
    left: 130px;
  }
}
.p-recruit-top-head .l-section__heading {
  margin-top: 10px;
  color: #fff;
  font-size: 6.4rem;
}
@media (max-width: 1024px) {
  .p-recruit-top-head .l-section__heading {
    font-size: 12rem;
  }
}
.p-recruit-top-head .l-section__heading::first-letter {
  color: #fff;
}
.p-recruit-top-head .l-section__heading span {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .p-recruit-top-head .l-section__heading span {
    font-size: 2rem;
  }
}
.p-recruit-top-head .c-link {
  margin: 44px 0 0 0;
}
@media (max-width: 1024px) {
  .p-recruit-top-head .c-link {
    margin-top: 40px;
  }
}

.p-recruit-top__lead {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .p-recruit-top__lead {
    font-size: 1.6rem;
  }
}

.p-recruit-top-content {
  position: relative;
}
.p-recruit-top-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 325px;
  height: 85px;
  background-image: url(../images/main/icon_triangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .p-recruit-top-content::before {
    top: -1px;
  }
}

.p-recruit-top__thumb {
  max-width: 410px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .p-recruit-top__thumb {
    max-width: 537px;
  }
}
.p-recruit-top__thumb img {
  height: 100%;
  object-fit: cover;
}

.p-recruit__heading {
  position: absolute;
  bottom: -45px;
  right: 0;
  max-width: 293px;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-recruit__heading {
    bottom: -105px;
    right: -45px;
    max-width: 602px;
  }
}

.p-recruit-intro__inner {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px 105px 25px;
}
@media (max-width: 768px) {
  .p-recruit-intro__inner {
    max-width: 1067px;
    padding: 142px 25px 155px;
  }
}

@media (max-width: 768px) {
  .p-recruit-intro-area {
    display: flex;
    align-items: flex-start;
    gap: 65px;
  }
}
@media (max-width: 1024px) {
  .p-recruit-intro-area {
    gap: 106px;
  }
}

.p-recruit-intro__figure {
  position: relative;
  max-width: 274px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-recruit-intro__figure {
    max-width: 399px;
    width: 40%;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .p-recruit-intro__figure {
    width: 100%;
  }
}
.p-recruit-intro__figure::before {
  content: "";
  position: absolute;
  bottom: -35px;
  right: 60px;
  display: block;
  width: 265px;
  height: 70%;
  background: #01C778;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-recruit-intro__figure::before {
    bottom: -50px;
    right: 88px;
    width: 497px;
    height: 90%;
  }
}

.p-recruit-intro__desc {
  margin-top: 84px;
}
@media (max-width: 768px) {
  .p-recruit-intro__desc {
    width: 51%;
    margin-top: 0;
  }
}

.p-recruit-intro__title {
  color: #01C778;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .p-recruit-intro__title {
    font-size: 3.2rem;
    line-height: 1.43;
  }
}

.p-recruit-intro__text {
  margin-top: 34px;
}
@media (max-width: 768px) {
  .p-recruit-intro__text {
    margin-top: 54px;
  }
}

.p-recruit-article {
  padding: 74px 0 0;
  background: #01C778;
}
.p-recruit .l-section-head {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.p-recruit .l-section-head span {
  background: #fff;
  color: #01C778;
}

.p-recruit--first .p-recruit__inner {
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  .p-recruit--first .p-recruit__inner {
    padding-bottom: 65px;
  }
}
.p-recruit--first .p-recruit-content {
  margin-top: 38px;
}
@media (max-width: 1024px) {
  .p-recruit--first .p-recruit-content {
    width: 72%;
  }
}

.p-recruit__inner {
  max-width: 374px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 768px) {
  .p-recruit__inner {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .p-recruit__inner {
    max-width: 100%;
    width: 69.8vw;
    margin-right: 0;
    margin-left: auto;
    padding-right: 0;
  }
}

.p-recruit-head {
  background: #01C778;
}

.p-recruit__lead {
  color: #fff;
}

.p-recruit-know__figure {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .p-recruit-know__figure {
    max-width: 674px;
    width: 60%;
    margin: 45px auto 0;
  }
}
@media (max-width: 1024px) {
  .p-recruit-know__figure {
    width: 100%;
    margin: 90px auto 0;
  }
}

.p-recruit-know-area {
  margin-top: 63px;
}
@media (max-width: 1024px) {
  .p-recruit-know-area {
    margin-top: 100px;
  }
}

.p-recruit-know-head {
  position: relative;
  padding-left: 18px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-recruit-know-head {
    font-size: 2rem;
  }
}
.p-recruit-know-head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}

.p-recruit-movie {
  margin-top: 30px;
}
.p-recruit-movie iframe {
  width: 100%;
  height: 180px;
}
@media (max-width: 768px) {
  .p-recruit-movie {
    max-width: 634px;
    width: 100%;
    margin: 40px auto 0;
    padding-left: 30px;
  }
  .p-recruit-movie iframe {
    height: 355px;
  }
}
@media (max-width: 1024px) {
  .p-recruit-movie {
    width: 100%;
  }
}

.p-recruit--second .p-recruit__inner {
  padding-top: 35px;
}
@media (max-width: 768px) {
  .p-recruit--second .p-recruit__inner {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.p-recruit--second .p-recruit-content {
  margin-top: 30px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .p-recruit--second .p-recruit-content {
    margin-bottom: 0;
  }
}

.p-recruit-area {
  position: relative;
  max-width: 285px;
  width: 100%;
  margin: 74px 0 0 auto;
  padding-bottom: 50px;
  z-index: 5;
}
@media (max-width: 768px) {
  .p-recruit-area {
    display: flex;
    flex-flow: row wrap;
    max-width: 100%;
    margin: 223px auto 0;
    padding-top: 85px;
    padding-bottom: 128px;
  }
}
.p-recruit-area::before {
  content: "";
  position: absolute;
  top: 60px;
  right: -25px;
  display: block;
  width: 93.5vw;
  height: 100%;
  border-radius: 15px 0 0 15px;
  background: #fff;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-recruit-area::before {
    top: 0;
    width: 105%;
  }
}

.p-recruit-member {
  position: relative;
  max-width: 285px;
  width: 100%;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .p-recruit-member {
    max-width: 100%;
    width: 37.6%;
    margin: 0 auto;
  }
  .p-recruit-member:nth-child(3) {
    margin-top: -130px;
  }
  .p-recruit-member:nth-child(4) {
    margin-top: 64px;
  }
}
.p-recruit-member:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .p-recruit-member:first-child {
    margin-top: -185px;
  }
}

.p-recruit-member__thumb {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #01C778;
}

.p-recruit-member__figure img {
  border-radius: 5px;
}

.p-recruit-member__link {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #01C778;
}
@media (max-width: 768px) {
  .p-recruit-member__link {
    bottom: -20px;
    right: -20px;
    width: 67px;
    height: 67px;
  }
}
.p-recruit-member__link::before, .p-recruit-member__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%);
}
@media (max-width: 768px) {
  .p-recruit-member__link::before, .p-recruit-member__link::after {
    width: 24px;
    height: 3px;
  }
}
.p-recruit-member__link::before {
  transform: translate(-50%) rotate(90deg);
}

.p-recruit-member__desc {
  margin-top: 20px;
}

.p-recruit-member-job {
  color: #00995C;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-recruit-member-job {
    font-size: 1.5rem;
  }
}

.p-recruit-member-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-recruit-member-name {
    font-size: 2.4rem;
  }
}

.p-recruit-member__text {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-recruit-member__text {
    margin-top: 18px;
  }
}

.p-recruit-member-btn {
  position: relative;
  margin-top: 28px;
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-recruit-member-btn {
    margin-top: 27px;
  }
}
.p-recruit-member-btn::before {
  content: "＋";
  position: absolute;
  top: 50%;
  left: 0;
  color: #00995C;
  font-size: 1.6rem;
  font-weight: 900;
  transform: translateY(-50%);
}

.mfp-content {
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .mfp-content {
    padding: 80px 0;
  }
}

.mfp-close {
  display: none !important;
}

.p-recruit-pop {
  position: relative;
  max-width: 331px;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  background: #fff;
}
@media (max-width: 1024px) {
  .p-recruit-pop {
    max-width: 975px;
    padding: 100px 0 0;
  }
}

@media (max-width: 1024px) {
  .p-recruit-pop-head {
    width: 90%;
    margin-left: auto;
  }
}

.p-recruit-pop__thumb {
  position: relative;
}
@media (max-width: 1024px) {
  .p-recruit-pop__thumb {
    margin-top: 32px;
  }
}
.p-recruit-pop__thumb img {
  border-radius: 15px 15px 0 0;
}

.p-recruit-pop-close {
  position: absolute;
  top: -20px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #292929;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .p-recruit-pop-close {
    top: -38px;
    right: -18px;
    width: 68px;
    height: 68px;
    font-size: 3.2rem;
  }
}

.p-recruit-pop__inner {
  padding: 30px 24px 163px 15px;
}
@media (max-width: 1024px) {
  .p-recruit-pop__inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 125px 65px 284px;
  }
}

.p-recruit-pop__lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 1024px) {
  .p-recruit-pop__lead {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
    padding-left: 18px;
    padding-right: 24px;
    font-size: 2.4rem;
  }
}
.p-recruit-pop__lead span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.85;
}
@media (max-width: 1024px) {
  .p-recruit-pop__lead span {
    margin-left: auto;
    font-size: 2rem;
    line-height: 2;
  }
}

.p-recruit-pop__unit {
  margin-top: 38px;
}
@media (max-width: 1024px) {
  .p-recruit-pop__unit {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 60px;
  }
}

@media (max-width: 1024px) {
  .p-recruit-pop__unit--first .p-recruit-pop__desc {
    width: 53%;
  }
}

.p-recruit-pop__unit--second .p-recruit-pop__figure {
  max-width: 295px;
}
@media (max-width: 1024px) {
  .p-recruit-pop__unit--second {
    display: block;
    margin-top: 48px;
  }
  .p-recruit-pop__unit--second .p-recruit-pop__figure {
    max-width: 730px;
    margin: 102px 0 0 0;
  }
}

@media (max-width: 1024px) {
  .p-recruit-pop__unit--third {
    position: relative;
    flex-direction: row;
    margin-top: 62px;
  }
  .p-recruit-pop__unit--third .p-recruit-pop__desc {
    width: 53%;
  }
  .p-recruit-pop__unit--third .p-recruit-pop__figure {
    position: absolute;
    top: 0;
    right: -65px;
    max-width: 403px;
    width: 100%;
    margin: 0;
  }
}

.p-recruit-pop__title {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 2px;
  padding-left: 15px;
  color: #00995C;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
.p-recruit-pop__title::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 11px;
  height: 1px;
  background: #00995C;
}

.p-recruit-pop__text {
  margin-top: 14px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1024px) {
  .p-recruit-pop__text {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

.p-recruit-pop__figure {
  display: block;
  max-width: 235px;
  width: 100%;
  margin: 38px auto 0;
}
@media (max-width: 1024px) {
  .p-recruit-pop__figure {
    max-width: 323px;
    margin: 0;
  }
}

.p-recruit-pop__figure--last {
  max-width: 309px;
  width: 309px;
  margin-left: 7px;
}

.p-recruit-pop-btn {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}
.p-recruit-pop-btn .p-recruit-pop-close {
  position: unset;
  margin-top: 10px;
}

.p-recruit-cta {
  margin-top: 40px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .p-recruit-cta {
    max-width: 100%;
    width: 69.8vw;
    margin-left: auto;
    margin-bottom: 40px;
    padding-right: 3.5vw;
  }
}

.p-recruit-cta--second {
  margin-top: 10px;
  padding-bottom: 0;
}

.p-recruit-cta__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  max-width: 324px;
  width: 100%;
  margin: 0 auto;
  padding: 132px 28px;
  border-radius: 15px;
  background-image: url(../images/recruit/img_cta_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .p-recruit-cta__link {
    max-width: 922px;
    margin: 0 auto 0 0;
    padding: 66px 28px;
    background-image: url(../images/recruit/img_cta_pc.png);
  }
}
.p-recruit-cta__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.p-recruit-cta__link:hover {
  opacity: 1;
}
.p-recruit-cta__link:hover::after {
  opacity: 0;
}

.p-recruit-cta__title {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.02em;
  z-index: 10;
}
@media (max-width: 1024px) {
  .p-recruit-cta__title {
    font-size: 9.6rem;
  }
}

.p-recruit-cta-btn {
  position: relative;
  max-width: 263px;
  width: 100%;
  margin: 12px auto 0;
  padding: 14px 24px;
  border-radius: 52px;
  background: #fff;
  color: #292929;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", serif;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-recruit-cta-btn {
    font-size: 1.6rem;
  }
}
.p-recruit-cta-btn span {
  position: absolute;
  top: 50%;
  right: 7px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #00D58E;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .p-recruit-cta-btn span {
    right: 8px;
    width: 20px;
    height: 20px;
  }
}
.p-recruit-cta-btn span::after {
  content: "〉";
  position: absolute;
  top: -1px;
  right: -1px;
  color: #fff;
  font-size: 1.3rem;
}

.p-recruit--third .p-recruit__inner {
  padding-top: 25px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .p-recruit--third .p-recruit__inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.p-recruit--third .p-recruit-content {
  margin-top: 30px;
}
.p-recruit-group {
  margin-top: 58px;
}
@media (max-width: 1024px) {
  .p-recruit-group {
    margin-top: 64px;
  }
}

.p-recruit-group--sp {
  display: block;
}
@media (max-width: 768px) {
  .p-recruit-group--sp {
    display: none;
  }
}

.p-recruit-group--pc {
  display: none;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-recruit-group--pc {
    display: block;
  }
}

.p-recruit-group__item {
  margin-top: 10px;
}
.p-recruit-group__item:first-child {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .p-recruit-group__figure {
    max-width: 776px;
    width: 100%;
  }
}

.p-recruit--four .p-recruit__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .p-recruit--four .p-recruit__inner {
    padding-top: 45px;
    padding-bottom: 55px;
  }
}
.p-recruit--four .p-recruit-content {
  margin-top: 26px;
}
@media (max-width: 1024px) {
  .p-recruit--four .p-recruit-content {
    margin-top: 56px;
  }
}

.p-recruit-faq__list {
  max-width: 774px;
  width: 100%;
  margin: 10px 0 0;
  padding: 28px 12px;
  border-radius: 5px;
  background: #fff;
}
.p-recruit-faq__list:first-child {
  margin-top: 0;
}

.p-recruit-faq__term {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-recruit-faq__term {
    font-size: 1.6rem;
  }
}
.p-recruit-faq__term span {
  display: inline-block;
  margin-right: 3px;
  color: #01C778;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-recruit-faq__term span {
    font-size: 2.4rem;
  }
}
.p-recruit-faq__term.is-active .p-recruit-faq-deco::before {
  transform: translate(-50%) rotate(180deg);
}
.p-recruit-faq__term.is-active .p-recruit-faq-deco::after {
  opacity: 0;
}

.p-recruit-faq-deco {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #01C778;
  color: #fff;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-recruit-faq-deco {
    width: 29px;
    height: 29px;
  }
}
.p-recruit-faq-deco::before, .p-recruit-faq-deco::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%);
}
@media (max-width: 768px) {
  .p-recruit-faq-deco::before, .p-recruit-faq-deco::after {
    width: 14px;
  }
}
.p-recruit-faq-deco::before {
  transform: translate(-50%) rotate(90deg);
}

.p-recruit-faq__desc {
  display: none;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #292929;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875;
}
@media (max-width: 768px) {
  .p-recruit-faq__desc {
    margin-right: 63px;
    padding-bottom: 64px;
    font-size: 1.6rem;
  }
}

.p-recruit--five .p-recruit__inner {
  padding-top: 30px;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .p-recruit--five .p-recruit__inner {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.p-recruit--five .p-recruit-content {
  margin-top: 26px;
}
@media (max-width: 1024px) {
  .p-recruit--five .p-recruit-content {
    margin-top: 34px;
  }
}

.p-recruit-emphasis {
  position: relative;
  max-width: 300px;
  width: 100%;
  margin-top: 43px;
  margin-left: auto;
  padding: 70px 0 77px;
  z-index: 5;
}
@media (max-width: 768px) {
  .p-recruit-emphasis {
    max-width: 744px;
    margin: 76px 0 0 0;
    padding: 100px 0 75px 40px;
  }
}
.p-recruit-emphasis::after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  display: block;
  width: 350px;
  height: 100%;
  border-radius: 15px 0 0 15px;
  background: #fff;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-recruit-emphasis::after {
    right: -25%;
    width: 125%;
  }
}

.p-recruit-emphasis__list {
  position: relative;
  display: flex;
  align-items: baseline;
  margin: 0;
  padding: 23px 0 26px;
  border-top: 1px solid rgba(41, 41, 41, 0.5);
}
@media (max-width: 768px) {
  .p-recruit-emphasis__list {
    padding: 30px 0 33px;
  }
}
.p-recruit-emphasis__list::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 85px;
  height: 1px;
  background: #01C778;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-recruit-emphasis__list::before {
    width: 180px;
  }
}
.p-recruit-emphasis__list:nth-last-child(2) {
  margin-bottom: 46px;
  border-bottom: 1px solid rgba(41, 41, 41, 0.5);
}
.p-recruit-emphasis__list:nth-last-child(2)::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 85px;
  height: 1px;
  background: #01C778;
  z-index: 1;
}

.p-recruit-emphasis__term {
  max-width: 85px;
  width: 100%;
  color: #292929;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-recruit-emphasis__term {
    max-width: 180px;
    font-size: 1.6rem;
  }
}

.p-recruit-emphasis__desc {
  max-width: 210px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-recruit-emphasis__desc {
    max-width: 545px;
    font-size: 1.6rem;
  }
}
.p-recruit-emphasis__desc span {
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-recruit-emphasis__desc span {
    font-size: 1.4rem;
  }
}

/**
 * #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-intro {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .p-page-intro {
    margin-top: 150px;
  }
}

.p-page-intro__inner {
  max-width: 802px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.p-page__inner {
  max-width: 374px;
  width: 100%;
  margin: 0 auto;
  padding: 122px 25px 12px;
}
@media (max-width: 768px) {
  .p-page__inner {
    max-width: 1050px;
    padding-top: 242px;
    padding-bottom: 30px;
  }
}

.p-page__heading {
  color: #292929;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  line-height: 1;
}
@media (max-width: 1024px) {
  .p-page__heading {
    font-size: 7rem;
  }
}
.p-page__heading::first-letter {
  color: #00D58E;
}
.p-page__heading span {
  display: block;
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
}
@media (max-width: 1024px) {
  .p-page__heading span {
    font-size: 1.5rem;
  }
}

/**
* #Products
*/
.p-products .l-section-head span {
  max-width: 70px;
}
@media (max-width: 1024px) {
  .p-products .l-section-head span {
    max-width: 88px;
  }
}

.p-products--first {
  margin-top: 55px;
}
@media (max-width: 1024px) {
  .p-products--first {
    margin-top: 195px;
  }
}

.p-products--second {
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .p-products--second {
    margin-top: 140px;
  }
}

.p-products--third {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .p-products--third {
    margin-top: 140px;
  }
}

.p-products--four {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .p-products--four {
    margin-top: 140px;
  }
}
.p-products--four .p-products-table__container {
  margin-top: 98px;
}

.p-products--five {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .p-products--five {
    margin-top: 140px;
  }
}
.p-products--five .p-products-table__container {
  width: 100%;
  padding-bottom: 0;
  overflow: hidden;
}

.p-products--six {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .p-products--six {
    margin-top: 140px;
  }
}
.p-products--six .p-products__inner {
  padding-bottom: 86px;
}
@media (max-width: 1024px) {
  .p-products--six .p-products__inner {
    padding-bottom: 164px;
  }
}
.p-products--six .p-products-table__container {
  width: 100%;
  padding-bottom: 0;
  overflow: hidden;
}

.p-products__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 1024px) {
  .p-products__inner {
    width: 69.8vw;
    margin-right: 0;
    padding-right: 0;
  }
}

.p-products-content {
  margin-top: 30px;
}

.p-products__list {
  max-width: 265px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-products__list {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    max-width: 720px;
  }
}
@media (max-width: 1024px) {
  .p-products__list {
    gap: 54px 50px;
    margin: 51px 0 0 0;
  }
}

.p-products__list--second {
  margin-top: 70px;
}

.p-products__item {
  margin-top: 34px;
}
@media (max-width: 768px) {
  .p-products__item {
    width: 48%;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .p-products__item {
    width: 46.5%;
  }
}
.p-products__item:first-child {
  margin-top: 0;
}

.p-products__title {
  margin-top: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid #00995C;
  color: #00995C;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-products__title {
    margin-top: 22px;
    font-size: 1.6rem;
  }
}
.p-products__title span {
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-products__title span {
    font-size: 1.4rem;
  }
}

.p-products__desc {
  margin-top: 18px;
}
@media (max-width: 768px) {
  .p-products__desc {
    margin-top: 15px;
  }
}

.p-products__text {
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-products__text {
    font-size: 1.4rem;
  }
}
.p-products__text span {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-products__text span {
    font-size: 1.3rem;
  }
}

.p-products-table__container {
  position: relative;
  width: 100%;
  padding-bottom: 48px;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media (max-width: 1024px) {
  .p-products-table__container {
    max-width: 780px;
    width: 100%;
  }
}
.p-products-table__container::-webkit-scrollbar {
  height: 3px;
}
.p-products-table__container::-webkit-scrollbar-track {
  height: 1px;
  background: #C7C7C7;
}
.p-products-table__container::-webkit-scrollbar-thumb {
  width: 156px;
  border-radius: 50px;
  background: #01C778;
}

.p-products-table__wrap {
  margin-bottom: 35px;
}

.p-products-scroll-buttons {
  display: none;
}
@media (max-width: 1024px) {
  .p-products-scroll-buttons {
    position: sticky;
    bottom: -30px;
    left: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #292929;
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.p-products-scroll-button {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: #01C778;
  cursor: pointer;
}
.p-products-scroll-button::before {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  transform: translateY(-50%);
}

.p-products-scroll-left::before {
  content: "〈";
  left: 8px;
}

.p-products-scroll-right::before {
  content: "〉";
  right: 8px;
}

.p-products-table tr:last-child th {
  min-width: 32px;
}
.p-products-table th,
.p-products-table td {
  min-width: 105px;
  width: 100%;
  padding: 30px 8px;
  border: 1px solid #D8D8DB;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-products-table th,
  .p-products-table td {
    min-width: 190px;
    padding: 27px 8px;
    font-size: 1.6rem;
  }
}
.p-products-table th {
  background: #F8F8FB;
}
.p-products-table td {
  background: #fff;
}
.p-products-table .maker {
  min-width: 79px;
}
@media (max-width: 768px) {
  .p-products-table .maker {
    min-width: 190px;
  }
}
.p-products-table .number {
  min-width: 32px;
}
@media (max-width: 768px) {
  .p-products-table .number {
    min-width: 190px;
  }
}

/**
* #Cta
*/
.p-cta {
  position: relative;
  background-image: url(../images/common/img_cta_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
}
@media (max-width: 768px) {
  .p-cta {
    background-image: url(../images/common/img_cta_pc.png);
  }
}

.p-cta--second .p-cta__link--company {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .p-cta--second .p-cta__link:nth-child(1), .p-cta--second .p-cta__link:nth-child(2), .p-cta--second .p-cta__link:nth-child(3) {
    width: 31.4%;
    height: 241px;
    padding: 0 20px;
  }
  .p-cta--second .p-cta__link:nth-child(1) .p-cta__title, .p-cta--second .p-cta__link:nth-child(2) .p-cta__title, .p-cta--second .p-cta__link:nth-child(3) .p-cta__title {
    text-align: left;
  }
  .p-cta--second .p-cta__link:nth-child(1) .p-cta__title span, .p-cta--second .p-cta__link:nth-child(2) .p-cta__title span, .p-cta--second .p-cta__link:nth-child(3) .p-cta__title span {
    text-align: left;
  }
}

.p-cta__inner {
  max-width: 374px;
  width: 100%;
  margin: 0 auto;
  padding: 84px 25px;
}
@media (max-width: 768px) {
  .p-cta__inner {
    display: flex;
    flex-flow: row wrap;
    gap: 30px 24px;
    max-width: 878px;
    padding: 110px 25px 65px;
  }
}

@media (max-width: 768px) {
  .p-cta__inner--second {
    padding: 146px 25px;
  }
}

.p-cta__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
  height: 128px;
  padding: 0 35px;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-cta__link:nth-child(2) {
  margin: 18px auto;
}
.p-cta__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.p-cta__link:hover {
  opacity: 1;
}
.p-cta__link:hover::after {
  opacity: 0;
}
@media (max-width: 768px) {
  .p-cta__link:nth-child(1), .p-cta__link:nth-child(2) {
    width: 48%;
    height: 273px;
    margin: 0;
  }
  .p-cta__link:nth-child(1).p-cta__link--large {
    width: 100%;
    height: 233px;
  }
}

.p-cta__link--products {
  background-image: url(../images/cta/img_products_sp.png);
}
@media (max-width: 768px) {
  .p-cta__link--products {
    background-image: url(../images/cta/img_products_pc.png);
  }
}

.p-cta__link--company {
  background-image: url(../images/cta/img_company_sp.png);
}
@media (max-width: 768px) {
  .p-cta__link--company {
    background-image: url(../images/cta/img_company_pc.png);
    font-size: 5.5rem;
  }
}

.p-cta__link--service {
  background-image: url(../images/cta/img_service_sp.png);
}
@media (max-width: 768px) {
  .p-cta__link--service {
    background-image: url(../images/cta/img_service_pc.png);
    font-size: 5.5rem;
  }
}

.p-cta__link--contact {
  height: 233px;
  background-image: url(../images/cta/img_contact_sp.png);
}
@media (max-width: 768px) {
  .p-cta__link--contact {
    background-image: url(../images/cta/img_contact_pc.png);
  }
}

.p-cta__title {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  z-index: 10;
}
.p-cta__title::first-letter {
  color: #00D58E;
}
.p-cta__title span {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
  text-align: center;
}
@media (max-width: 768px) {
  .p-cta__title span {
    font-size: 1.5rem;
  }
}

.p-cta-btn {
  position: relative;
  max-width: 193px;
  width: 100%;
  margin: 32px auto 0;
  padding: 9px 24px;
  border-radius: 52px;
  background: #00D58E;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
  text-align: center;
}
@media (max-width: 768px) {
  .p-cta-btn {
    max-width: 226px;
    margin-top: 30px;
    padding: 12px 24px;
    font-size: 1.5rem;
  }
}
.p-cta-btn::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 7px;
  color: #fff;
  font-size: 0.7rem;
  transform: translateY(-50%);
}

/**
* #Company
*/
.p-company-intro {
  margin-top: 60px;
}

.p-company-intro__inner {
  max-width: 374px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 768px) {
  .p-company-intro__inner {
    max-width: 1102px;
  }
}

@media (max-width: 1024px) {
  .p-company-intro-area {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    flex-direction: row-reverse;
    gap: 25px;
  }
}
@media (max-width: 1336px) {
  .p-company-intro-area {
    gap: 50px;
  }
}

.p-company-intro__figure {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 30px 0 0;
}
@media (max-width: 768px) {
  .p-company-intro__figure {
    margin: 0;
  }
}

.p-company-intro__desc {
  margin-top: 50px;
}
.p-company-intro__desc .p-company-intro__title {
  display: none;
}
@media (max-width: 768px) {
  .p-company-intro__desc .p-company-intro__title {
    display: block;
  }
}
@media (max-width: 1024px) {
  .p-company-intro__desc {
    width: 56.2%;
    margin: 0;
  }
}

.p-company-intro__title {
  display: block;
  color: #00995C;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-company-intro__title {
    display: none;
  }
}
@media (max-width: 1024px) {
  .p-company-intro__title {
    font-size: 2.4rem;
  }
}

.p-company-intro__text {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .p-company-intro__text {
    margin-top: 22px;
  }
}

.p-company-intro-name {
  margin-top: 36px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: right;
}
@media (max-width: 1024px) {
  .p-company-intro-name {
    margin-top: 54px;
  }
}
.p-company-intro-name span {
  font-size: 1.4rem;
  font-weight: 700;
}

.p-company-movie {
  max-width: 325px;
  width: 100%;
  margin: 118px auto 0;
}
@media (max-width: 1024px) {
  .p-company-movie {
    max-width: 828px;
    margin-top: 122px;
  }
}

.p-company {
  margin-top: 118px;
}
@media (max-width: 1024px) {
  .p-company {
    margin-top: 130px;
  }
}

.p-company--first .p-company-content {
  margin-top: 68px;
}

.p-company__inner {
  max-width: 374px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 768px) {
  .p-company__inner {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .p-company__inner {
    width: 69.8vw;
    margin-right: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .p-company-overview {
    display: flex;
    flex-flow: row wrap;
  }
}

.p-company-summary {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-bottom: 27px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .p-company-summary {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .p-company-summary {
    margin-bottom: 37px;
    padding-bottom: 34px;
  }
}
.p-company-summary::before, .p-company-summary::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 1px;
}
.p-company-summary::before {
  width: 108px;
  background: #01C778;
  z-index: 1;
}
.p-company-summary::after {
  content: "";
  width: 100%;
  background: #C7C7C7;
}

.p-company-summary__term {
  max-width: 108px;
  width: 100%;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .p-company-summary__term {
    font-size: 1.6rem;
  }
}

.p-company-summary__desc {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .p-company-summary__desc {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.p-company-summary__desc p {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .p-company-summary__desc p {
    font-size: 1.6rem;
  }
}
.p-company-summary__desc span {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-company-summary__desc span {
    font-size: 1.6rem;
  }
}

.p-company--second .p-company-content {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .p-company--second .p-company-content {
    margin-top: 60px;
  }
}

.p-company__list {
  display: flex;
  flex-flow: row wrap;
  gap: 55px;
  max-width: 265px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-company__list {
    max-width: 746px;
  }
}

@media (max-width: 768px) {
  .p-company__item {
    width: 46%;
  }
}

.p-company__thumb img {
  border-radius: 5px;
}

.p-company__title {
  margin-top: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-company__title {
    margin-top: 22px;
    font-size: 1.8rem;
  }
}

.p-company__desc {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-company__desc {
    margin-top: 14px;
  }
}

.p-company__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-company__text {
    font-size: 1.5rem;
    line-height: 1.86;
  }
}

.p-company__link {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 14px;
  color: #00995C;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-company__link {
    font-size: 1.8rem;
  }
}
.p-company__link img {
  width: 10px;
}
@media (max-width: 768px) {
  .p-company__link img {
    width: 12px;
  }
}

.p-company-access {
  margin-top: 55px;
}
@media (max-width: 768px) {
  .p-company-access {
    margin-top: 60px;
  }
}

.p-company-head {
  position: relative;
  padding-left: 18px;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-company-head::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  background: #292929;
  transform: translateY(-50%);
}

.p-company-map__wrap {
  margin-top: 20px;
}

.p-company-map iframe {
  display: block;
  max-width: 324px;
  width: 100%;
  height: 194px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-company-map iframe {
    max-width: 750px;
    height: 449px;
    margin: 0;
  }
}

.p-company-map__text {
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.46;
}
@media (max-width: 768px) {
  .p-company-map__text {
    font-size: 1.6rem;
  }
}

.p-company-abroad {
  margin-top: 94px;
}

.p-company-abroad__list {
  display: flex;
  flex-flow: row wrap;
  gap: 55px;
  max-width: 280px;
  width: 100%;
  margin: 25px auto 0;
}
@media (max-width: 768px) {
  .p-company-abroad__list {
    max-width: 758px;
    margin: 50px 0 0;
  }
}
@media (max-width: 1024px) {
  .p-company-abroad__list {
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .p-company-abroad__item {
    width: 46.3%;
  }
}

.p-company-site {
  position: relative;
  max-width: 215px;
  width: 100%;
  margin: 16px auto 0;
  padding: 11px 18px;
  border-radius: 52px;
  background: #01C778;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-company-site {
    margin: 20px 0 0;
  }
}
.p-company-site::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 4px;
  color: #fff;
  font-size: 1rem;
  transform: translateY(-50%);
}

.p-company--third .p-company-content {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .p-company--third .p-company-content {
    margin-top: 50px;
  }
}

.p-company--four .p-company__inner {
  padding-bottom: 142px;
}
@media (max-width: 768px) {
  .p-company--four .p-company__inner {
    margin-top: 50px;
  }
}
.p-company--four .p-company-content {
  margin-top: 66px;
}

@media (max-width: 768px) {
  .p-company-sustainable {
    display: flex;
    align-items: center;
    gap: 62px;
  }
}

.p-company-sustainable__figure {
  max-width: 263px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-company-sustainable__figure {
    max-width: 340px;
    margin: 0;
  }
}

.p-company-sustainable__desc {
  margin-top: 42px;
}
@media (max-width: 768px) {
  .p-company-sustainable__desc {
    width: 40%;
  }
}

.p-company-sustainable__link {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-company-sustainable__link {
    margin-top: 50px;
    margin-left: 0;
  }
}

/**
* #History
*/
.p-history-content--second {
  display: none;
  margin-top: 24px;
}

.p-history__title {
  color: #01C778;
  font-size: 3.6rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-history__title {
    font-optical-sizing: 6.4rem;
  }
}

.p-history-area {
  margin-top: 18px;
}
@media (max-width: 768px) {
  .p-history-area {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    column-gap: 25px;
  }
}

.p-history__list {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 0;
  padding-bottom: 54px;
}
@media (max-width: 768px) {
  .p-history__list {
    gap: 35px;
    padding-bottom: 68px;
  }
  .p-history__list:nth-child(5n) {
    padding-bottom: 20px;
  }
  .p-history__list:nth-child(5n)::after {
    content: none;
  }
}
.p-history__list::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 42px;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #D9D9D9;
}
@media (max-width: 768px) {
  .p-history__list::before {
    left: 55px;
    width: 15px;
    height: 15px;
  }
}
.p-history__list::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 47px;
  width: 1px;
  height: 100%;
  background: #D9D9D9;
}
@media (max-width: 768px) {
  .p-history__list::after {
    left: 62px;
  }
}
.p-history__list:last-child {
  padding-bottom: 0;
}
.p-history__list:last-child::after {
  content: none;
}

.p-history__term {
  color: #292929;
  max-width: 33px;
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Bayon", serif;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-history__term {
    max-width: 45px;
    font-size: 2.8rem;
  }
}

.p-history__desc {
  position: relative;
  max-width: 257px;
  width: 100%;
  color: #292929;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.46;
}
@media (max-width: 768px) {
  .p-history__desc {
    font-size: 1.5rem;
  }
}

.p-history-more {
  position: relative;
  margin-top: 12px;
  cursor: pointer;
}
.p-history-more::before {
  content: "＋";
  color: #00995C;
  font-size: 1.3rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .p-history-more::before {
    font-size: 1.6rem;
  }
}
.p-history-more::after {
  content: " もっとみる";
  color: #292929;
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-history-more::after {
    font-size: 1.6rem;
  }
}
.p-history-more.is-active::before {
  content: "ー";
}
.p-history-more.is-active::after {
  content: " 閉じる";
}

/**
* #Privacy
*/
.p-privacy {
  margin-top: 75px;
}
.p-privacy__inner {
  max-width: 374px;
  padding: 0 25px 74px;
}
@media (max-width: 768px) {
  .p-privacy__inner {
    max-width: 1042px;
    padding-bottom: 103px;
  }
}

.p-privacy__body {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-privacy__body {
    margin-top: 70px;
  }
}

.p-privacy__unit {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-privacy__unit {
    margin-top: 40px;
  }
}
.p-privacy__unit:first-child {
  margin-top: 0;
}

.p-privacy__title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-privacy__title {
    font-size: 1.6rem;
  }
}

.p-privacy__text {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .p-privacy__text {
    margin-top: 10px;
  }
}

/**
* #Contact
*/
.p-contact {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-contact {
    margin-top: 110px;
  }
}

.p-contact__inner {
  max-width: 372px;
  width: 100%;
  margin: 0 auto;
  padding: 0 38px 90px;
}
@media (max-width: 768px) {
  .p-contact__inner {
    max-width: 844px;
    padding-bottom: 148px;
  }
}

.p-contact-content .alert-danger {
  margin: 5px 0 0;
  padding: 0;
  color: #EC0000;
  border: none;
  background: none;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .p-contact-content .alert-danger {
    font-size: 1.6rem;
  }
}
.p-contact-content .alert-danger--first {
  margin-bottom: 40px;
}
.p-contact-content #powered_by_me {
  display: none;
  margin-top: 10px;
}

.p-contact__list {
  margin: 0 auto 47px;
}

.p-contact__term {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-contact__term {
    font-size: 1.4rem;
  }
}

.p-contact__detail {
  margin-top: 23px;
}
@media (max-width: 768px) {
  .p-contact__detail {
    margin-top: 16px;
  }
}

.p-contact-required {
  display: inline-block;
  margin-left: 5px;
  color: #EC0000;
  font-size: 1.3rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-contact-required {
    font-size: 1.2rem;
  }
}

.p-contact-required--second {
  color: #AEAEAE;
}

.p-contact-radio__unit {
  margin-bottom: 20px;
}
.p-contact-radio__unit input {
  display: none;
}
.p-contact-radio__unit input:checked + label::before {
  border-color: #01C778;
}
.p-contact-radio__unit input:checked + label::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #01C778;
  background: #01C778;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.p-contact-radio__unit label {
  position: relative;
  padding-left: 30px;
  color: #1A1A1A;
  font-size: 1.3rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-contact-radio__unit label {
    font-size: 1.6rem;
  }
}
.p-contact-radio__unit label::before {
  content: "";
  width: 20px; /* 白い丸の横の長さ */
  height: 20px; /* 白い丸の縦の長さ */
  border-radius: 50%; /* 丸くするための設定 */
  border: 2px solid #1A1A1A;
  background-color: transparent; /* 丸の色の設定 */
  position: absolute; /* 位置調整の起点をlabelの左上の角とするための設定 */
  top: 50%;
  left: 13px;
  transform: translate(-50%, -50%); /* topとleftが丸の中心を基準とするための設定 */
  z-index: 10;
}

.p-contact-textarea {
  min-height: 16rem;
  padding: 5px 15px;
  border-radius: 8px;
  border: 1px solid #1A1A1A;
  font-size: 1.6rem;
}

.p-contact-input {
  width: 100%;
  min-height: 5.6rem;
  padding: 5px 15px;
  border-radius: 8px;
  border: 1px solid #1A1A1A;
  font-size: 1.6rem;
}

.p-contact-input--first {
  max-width: 410px;
}

.p-contact__text {
  margin-bottom: 16px;
  color: #1A1A1C;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-contact__text a {
  display: inline-block;
  margin-right: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: underline;
}

.p-contact-consent {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .p-contact-consent {
    margin-bottom: 100px;
  }
}

.p-contact-consent__wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.p-contact-consent__wrap span {
  color: #1A1A1C;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

.p-contact-check {
  width: 17px;
  height: 17px;
  border: 2px solid #1A1A1C;
}

.p-contact-btn {
  display: flex;
  justify-content: center;
  gap: 15px;
  text-align: center;
}

.p-contact-submit {
  position: relative;
  max-width: 152px;
  width: 100%;
  margin: 0;
  padding: 11px 16px;
  border-radius: 52px;
  background: #01C778;
  background: #01C778;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  transition: 0.3s;
  appearance: none;
  outline: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 768px) {
  .p-contact-submit {
    max-width: 303px;
    padding: 16px;
  }
}
.p-contact-submit span {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #01C778;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-contact-submit span {
    width: 24px;
    height: 24px;
    font-size: 1.4rem;
  }
}

.p-contact-submit--back {
  max-width: 130px;
  background: #515151;
  color: #fff;
}
@media (max-width: 768px) {
  .p-contact-submit--back {
    max-width: 222px;
  }
}
.p-contact-submit--back span {
  background: #515151;
}

.p-contact__text--thanks {
  color: #1A1A1C;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 768px) {
  .p-contact--thanks {
    margin-top: 80px;
  }
}
.p-contact--thanks .p-contact__inner {
  max-width: 365px;
  padding: 0 25px 90px;
}
@media (max-width: 768px) {
  .p-contact--thanks .p-contact__inner {
    max-width: 850px;
    padding-bottom: 153px;
  }
}

.p-contact__heading {
  color: #00995C;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.43;
}
@media (max-width: 768px) {
  .p-contact__heading {
    font-size: 2.4rem;
  }
}

.p-contact-note {
  margin-top: 35px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-contact-note {
    margin-top: 60px;
    font-size: 1.6rem;
    line-height: 2;
  }
}

.p-contact__link {
  position: relative;
  max-width: 152px;
  width: 100%;
  margin: 75px auto 0;
  padding: 12px 16px;
  border-radius: 52px;
  background: #01C778;
  background: #01C778;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-contact__link {
    max-width: 303px;
    padding: 16px;
    margin-top: 116px;
  }
}
.p-contact__link span {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #01C778;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-contact__link span {
    width: 24px;
    height: 24px;
    font-size: 1.4rem;
  }
}

/* Utitlity
   ----------------------------------------------------------------- */
/**
 * #Display
 */
.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

/**
* #Text
*/
.u-text {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}

/**
* #Title
*/
.u-title {
  color: #00995C;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 1024px) {
  .u-title {
    font-size: 2.4rem;
    line-height: 1.16;
  }
}/*# sourceMappingURL=style.css.map */