@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/
 */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: my-strip-unit(my-margins());
  /* iOSとAndroidでのリンクをタップ時のハイライトをリセットする。 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #2B2B2B;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  position: relative;
  letter-spacing: 0.02em;
}

/* 日本語にitalicは使用されないためリセットする */
i,
cite,
em,
address,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.4;
}

h1, .u-h1 {
  font-size: 2rem;
}

h2, .u-h2 {
  font-size: 1.6rem;
}

h3, .u-h3 {
  font-size: 1.4rem;
}

h4, .u-h4 {
  font-size: 1.2rem;
}

h5, .u-h5 {
  font-size: 1rem;
}

h6, .u-h6 {
  font-size: 1rem;
}

a {
  color: my-colors(link);
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: my-colors(link, visited);
}
a:hover, a:focus {
  opacity: 0.8;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* マージンを持たないブロックとする。 */
figure {
  margin: 0;
}

/* `padding-strat: 40px;`の相対値 */
ul, ol {
  padding-left: 2.5em;
}

/* ネストされたリストのマージンをリセットする */
li {
  list-style: none;
}
li > ul,
li > ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

/**
 * <blockquote cite="#">
 *     <p><small></small></p>
 *     <footer>
 *         <cite><a href="#"></a></cite>
 *     </footer>
 * </blockquote>
 */
blockquote {
  margin: my-margins() 0 my-margins() 0;
  padding-left: my-paddings();
  border-left: 1px solid my-colors(text, light);
  color: my-colors(text, light);
}
blockquote > :first-child {
  margin-top: 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/* `<cite>`の先頭にemダッシュが付く */
blockquote cite:before {
  content: "— ";
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: my-paddings();
  background-color: my-colors(bg);
}

legend {
  padding: 0 my-paddings(small);
  background-color: my-colors(bg);
}

label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url] {
  padding-left: my-paddings(small);
}

textarea {
  width: 100%;
  min-height: 8rem;
  padding: my-paddings(large) my-paddings(small);
  vertical-align: top;
  resize: vertical;
}

optgroup {
  font-weight: normal;
  font-style: normal;
}

/**
 * プレイスホルダーのcolorを無効化してopacityでコントラストを抑える
 * http://hail2u.net/blog/webdesign/placeholder-normalization.html
 */
:-ms-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

:placeholder-shown {
  opacity: 0.54;
}

code,
kbd,
pre,
samp {
  font-size: 1rem;
}

code,
pre {
  font-family: Menlo, Consolas, Courier, monospace;
}

kbd {
  /* ユーザーに入力を促す要素 */
  font-family: inherit;
}
kbd > kbd {
  /* キーボードのキーを示す要素に変化するためボーダーで囲われます */
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  padding: 3px 6px;
  font-size: 0.75rem;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
}

/**
 * Vertical Rhythmを指定しているクラスセレクタをまとめて指定します。
 */
h1, h2, h3, h4, h5, h6,
p,
ul, ol, dl,
table,
pre,
address {
  margin-top: 0;
  margin-bottom: my-margins();
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, p, a, img, ul, li, table, tr, th, td, tbody, footer, header, main, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  list-style: none;
  text-decoration: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/**
 * #Footer
 */
.l-footer {
  position: relative;
  background-color: #2B2B2B;
}

.l-footer__inner {
  padding: 32px 22px 24px;
}

.l-footer--pc {
  display: none;
}

.l-footer--sp {
  display: block;
  margin-top: 25px;
}

.l-footer__link {
  position: relative;
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid #4D4D4D;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.l-footer__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 15px;
  background-image: url(../images/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.l-footer-site {
  position: relative;
  display: block;
  max-width: 332px;
  width: 100%;
  margin: 0 auto;
  padding: 6px 20px;
  border: 1px solid #838383;
  border-radius: 33px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
.l-footer-site::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 7px;
  height: 14px;
  background-image: url(../images/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.l-footer-bottom {
  margin-top: 26px;
}

.l-footer-logo {
  display: block;
  max-width: 156px;
  width: 100%;
  margin: 0 auto;
}

.l-footer__copy {
  margin-top: 28px;
  color: #838383;
  font-size: 2rem;
  font-family: "Bebas Neue", serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-footer {
    background-color: #2B2B2B;
  }
  .l-footer__inner {
    padding: 32px 22px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__inner {
    padding: 70px 22px;
  }
  .l-footer--pc {
    display: block;
    max-width: 295px;
    width: 100%;
  }
  .l-footer--sp {
    display: none;
  }
  .l-footer-block {
    display: flex;
  }
  .l-footer__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 25vw;
    margin-left: 5vw;
  }
  .l-footer__item {
    max-width: 368px;
    width: 100%;
  }
  .l-footer__link {
    font-size: 1.5rem;
  }
  .l-footer-site {
    margin-top: 30px;
  }
  .l-footer-logo {
    max-width: 100%;
    margin: 0;
  }
  .l-footer__text {
    max-width: 146px;
    width: 100%;
    margin-top: 20px;
  }
  .l-footer__copy {
    margin-top: 42px;
    text-align: left;
  }
  .l-footer-left {
    max-width: 295px;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .l-footer__inner {
    padding: 70px 200px;
  }
}
/**
 * #Header
 */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  z-index: 1000;
}

.l-header__inner {
  padding: 12px;
}

.l-header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-header-logo.is-active {
  display: none;
}
.l-header-logo.is-hidden {
  opacity: 0;
}

.l-header-img {
  display: block;
  max-width: 82px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .l-header {
    height: 110px;
    background: transparent;
  }
  .l-header__inner {
    padding: 30px;
  }
  .l-header-img {
    max-width: 160px;
  }
  .l-header__text {
    max-width: 124px;
    width: 100%;
  }
}
/**
 * #Main
 */
.l-main {
  position: relative;
  overflow: hidden;
}

.l-main-top {
  background-image: url(../images/main/bg_orange.png);
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .l-main-top {
    padding-bottom: 0;
  }
}
/**
 * #Sidebar
 */
/**
 * #Section
 */
.l-section {
  position: relative;
}

.l-section--white {
  background-color: rgb(255, 255, 255);
}

.l-section--orange {
  background-image: url(../images/main/bg_orange.png);
  background-repeat: repeat;
  background-size: contain;
}

.l-section--yellow {
  background-image: url(../images/main/bg_yellow.png);
  background-repeat: repeat;
  background-size: contain;
}

.l-section__inner {
  padding-top: 100px;
  padding-bottom: 154px;
}

.l-section-content {
  transform: translateY(-115px);
}

.l-section-fade {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 0.6s;
}
.l-section-fade.is-fade {
  transform: translate(0, 0);
  opacity: 1;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/**
 * #Card
 */
.c-card {
  margin-top: 14px;
}

.c-card__list {
  display: block;
}

.c-card__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
}

.c-card__item--wide {
  grid-column: 1/3;
}

.c-card__thumb {
  display: block;
}

.c-card-award .c-card__thumb {
  position: relative;
  margin: 0 auto 10px;
}
.c-card-award .c-card__thumb span {
  position: absolute;
  bottom: 0;
  right: -25px;
  color: #707070;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.c-card-award .c-card__lead {
  position: relative;
  color: #2B2B2B;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.c-card-award .c-card__lead span {
  display: inline-block;
  margin-left: 5px;
  color: #707070;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.c-card-award .c-card-name {
  margin-top: 5px;
  color: #838383;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}

.c-card-media .c-card__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.c-card-media .c-card__thumb {
  padding: 15px 30px 0 30px;
}
.c-card-media .c-card__thumb img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.c-card-media .c-card-name {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
  color: #838383;
  padding: 0 10px;
}

.c-card-sns {
  margin-top: 24px;
}
.c-card-sns .c-card__item {
  background: #EDEDED;
}
.c-card-sns .c-card__item:nth-child(1) {
  height: 160px;
}
.c-card-sns .c-card__item:nth-child(1) .c-card__thumb {
  max-width: 68px;
}
.c-card-sns .c-card__item:nth-child(2) {
  height: 160px;
}
.c-card-sns .c-card__item:nth-child(2) .c-card__thumb {
  max-width: 111px;
}
.c-card-sns .c-card__item:nth-child(3) {
  height: 187px;
}
.c-card-sns .c-card__item:nth-child(3) .c-card__thumb {
  max-width: 65px;
}
.c-card-sns .c-card__item:nth-child(4) {
  height: 187px;
}
.c-card-sns .c-card__item:nth-child(4) .c-card__thumb {
  max-width: 111px;
  margin-bottom: 20px;
}
.c-card-sns .c-card__thumb {
  position: relative;
  margin: 0 auto 10px;
}
.c-card-sns .c-card__lead {
  position: relative;
  color: #2B2B2B;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.c-card-sns .c-card__lead span {
  display: inline-block;
  margin-left: 5px;
  color: #707070;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.c-card-sns .c-card-name {
  margin-top: 5px;
  color: #838383;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
}

@media screen and (min-width: 375px) {
  .c-card__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    column-gap: 8px;
    row-gap: 8px;
    grid-column-end: 1;
  }
  .c-card__item {
    margin-bottom: 0;
  }
  .c-card__lead {
    font-size: 1.4rem;
  }
  .c-card-sns .c-card__item:nth-child(1) {
    height: 187px;
  }
  .c-card-sns .c-card__item:nth-child(1) .c-card__thumb {
    margin-bottom: 30px;
  }
  .c-card-sns .c-card__item:nth-child(2) {
    height: 187px;
  }
  .c-card-sns .c-card__item:nth-child(2) .c-card__thumb {
    margin-bottom: 30px;
  }
  .c-card-sns .c-card__item:nth-child(3) {
    height: 187px;
  }
  .c-card-sns .c-card__item:nth-child(4) {
    height: 187px;
  }
}
@media screen and (min-width: 768px) {
  .c-card {
    margin-top: 20px;
  }
  .c-card__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-card-award .c-card__item {
    min-height: 200px;
  }
  .c-card__item--wide {
    grid-column: auto;
  }
}
@media screen and (min-width: 1024px) {
  .c-card__list {
    display: flex;
    flex-flow: row wrap;
    gap: 24px 12px;
  }
  .c-card__item {
    max-width: 229px;
    width: 18.5%;
  }
  .c-card__item--wide {
    max-width: 470px;
    width: 38.5%;
  }
  .c-card-award .c-card__list {
    display: flex;
  }
  .c-card-award .c-card__item {
    padding: 20px 10px;
    min-height: 265px;
  }
  .c-card-award .c-card-name {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .c-card-media .c-card__list {
    justify-content: unset;
    gap: 24px 18px;
  }
  .c-card-media .c-card__item {
    justify-content: flex-start;
  }
  .c-card-media .c-card-name {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 10px;
  }
  .c-card-sns {
    margin-top: 74px;
  }
  .c-card-sns .c-card__list {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
  }
  .c-card-sns .c-card__item {
    max-width: 280px;
    width: 22%;
  }
  .c-card-sns .c-card__item:nth-child(1) {
    height: 322px;
    padding: 10px 2px 50px;
  }
  .c-card-sns .c-card__item:nth-child(1) .c-card__thumb {
    max-width: 117px;
    margin-bottom: 43px;
  }
  .c-card-sns .c-card__item:nth-child(2) {
    height: 322px;
    padding: 10px 2px 50px;
  }
  .c-card-sns .c-card__item:nth-child(2) .c-card__thumb {
    max-width: 191px;
    margin-bottom: 45px;
  }
  .c-card-sns .c-card__item:nth-child(3) {
    height: 322px;
    padding: 10px 2px;
  }
  .c-card-sns .c-card__item:nth-child(3) .c-card__thumb {
    max-width: 113px;
    margin-bottom: 25px;
  }
  .c-card-sns .c-card__item:nth-child(4) {
    height: 322px;
    padding: 10px 2px 60px;
  }
  .c-card-sns .c-card__item:nth-child(4) .c-card__thumb {
    max-width: 161px;
    margin-bottom: 54px;
  }
  .c-card-sns .c-card__lead {
    font-size: 1.8rem;
  }
  .c-card-sns .c-card-name {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1180px) {
  .c-card-media .c-card__list {
    gap: 24px 23px;
  }
  .c-card-media .c-card-name {
    font-size: 1.4rem;
    padding: 0 10px;
  }
  .c-card-sns .c-card__list {
    justify-content: space-around;
    gap: 40px;
  }
  .c-card-sns .c-card__lead {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1920px) {
  .c-card--second .c-card__item {
    max-width: 280px;
    width: 100%;
  }
}
/**
 * #Kv
 */
.c-kv-catch {
  position: relative;
  height: 100vh;
}

.c-kv-img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
}
.c-kv-img.fixed {
  position: relative;
}

.c-kv__item img {
  width: auto;
  height: 20vh;
  object-fit: cover;
}

.c-kv__heading {
  position: absolute;
  top: 32%;
  left: 0;
  width: 100%;
  transition: 1.5s;
}

.c-kv__heading--sp {
  display: block;
}

.c-kv__heading--pc {
  display: none;
}

.c-kv__lead--first {
  width: 65vw;
  transition: 1.5s;
}
.c-kv__lead--first img {
  background-blend-mode: overlay;
  opacity: 0.9;
}

.c-kv__lead--second {
  width: 65vw;
  margin-top: 12px;
  margin-left: auto;
  transition: 2s;
}
.c-kv__lead--second img {
  background-blend-mode: overlay;
  opacity: 0.9;
}

.c-kv__lead--pc {
  width: 100%;
  margin: 0 auto;
  transition: 3s;
}

.c-kv__text {
  display: flex;
  align-items: center;
  width: 72vw;
  margin-top: 14px;
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.7);
  text-align: right;
  transition: 2.4s;
}
.c-kv__text img {
  width: 100%;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .c-kv__heading {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .c-kv__heading--sp {
    display: none;
  }
  .c-kv__heading--pc {
    display: block;
    max-width: 1184px;
    width: 85%;
    margin: 0 auto;
  }
  .c-kv__lead--first {
    width: 40vw;
  }
  .c-kv__lead--second {
    width: 50vw;
  }
  .c-kv__text {
    width: 23vw;
    margin-top: 0;
    padding: 17px 25px;
    text-align: left;
  }
  .c-kv__text img {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-kv__item img {
    width: 100%;
    height: 25vh;
  }
  .c-kv__heading--pc {
    width: 100%;
  }
}
/**
 * #Hamburger
 */
.c-hamburger {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  transform: 1s;
}
.c-hamburger.is-active {
  top: 18px;
  background: transparent;
}

.c-hamburger__line {
  position: absolute;
  left: 50%;
  display: block;
  width: 17px;
  height: 1px;
  border-radius: 5px;
  background-color: #fff;
  transition: 0.3s;
  transform: translateX(-50%);
}
.c-hamburger__line.is-active {
  width: 30px;
  height: 2px;
}

.c-hamburger__line.is-color {
  background-color: #2B2B2B;
}

.c-hamburger__line--top {
  top: calc(50% - 6px);
}
.c-hamburger__line--top.is-active {
  transform: translate(-50%) rotate(45deg);
  top: calc(50% + 15px);
}

.c-hamburger__line--middle {
  top: 50%;
}
.c-hamburger__line--middle.is-active {
  width: 0;
}

.c-hamburger__line--bottom {
  top: calc(50% + 6px);
}
.c-hamburger__line--bottom.is-active {
  transform: translate(-50%) rotate(-45deg);
  top: calc(50% + 15px);
}

.c-hamburger__text {
  position: relative;
  display: none;
}
.c-hamburger__text::before {
  content: "MENU";
  position: absolute;
  top: 10px;
  left: 50%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Bebas Neue", serif;
  text-align: center;
  transform: translateX(-50%);
  letter-spacing: 0.1em;
}
.c-hamburger__text.is-active {
  display: block;
}
.c-hamburger__text.is-active::before {
  content: "CLOSE";
}

@media screen and (min-width: 1024px) {
  .c-hamburger {
    top: 30px;
    right: 30px;
    width: 82px;
    height: 82px;
    padding: 9px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    transform: rotateY(0);
  }
  .c-hamburger__line {
    left: 50%;
    width: 25px;
    height: 2px;
    transform: translateX(-50%);
  }
  .c-hamburger__line--top {
    top: calc(50% - 0px);
  }
  .c-hamburger__line--top.is-active {
    transform: translate(-50%, -50%) rotate(45deg);
    top: calc(50% + 10px);
  }
  .c-hamburger__line--middle {
    top: 60%;
  }
  .c-hamburger__line--bottom {
    top: calc(50% + 16px);
  }
  .c-hamburger__line--bottom.is-active {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: calc(50% + 10px);
  }
  .c-hamburger__text {
    display: block;
  }
}
/**
 * #Fade
 */
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.js-fadeIn {
  opacity: 0;
}
.js-fadeIn.animated {
  opacity: 1;
}

/**
 * #Link
 */
.c-link {
  position: relative;
  display: block;
  max-width: 332px;
  width: 100%;
  margin: 40px auto 0;
  padding: 14px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  border: 1px solid #2B2B2B;
  background-color: #2B2B2B;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.c-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  display: inline-block;
  width: 7px;
  height: 14px;
  background-image: url(../images/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.c-link-block {
  margin-top: 32px;
}

.c-link--second {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 5px;
  max-width: 100%;
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid #fff;
  background-image: linear-gradient(90deg, rgb(240, 95, 0), rgb(255, 172, 40));
  color: #fff;
  font-size: 1.9rem;
  font-weight: 900;
  font-family: "Noto Sans JP", serif;
}
.c-link--second::after {
  width: 8px;
  height: 15px;
  background-image: url(../images/common/icon_arrow_message.png);
}
.c-link--second:first-child {
  margin-top: 0;
}
.c-link--second span {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1;
  letter-spacing: 0.07em;
}

.c-link--third {
  max-width: 100%;
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid #fff;
  background: #000000;
  font-size: 1.8rem;
}
.c-link--third::after {
  width: 8px;
  height: 15px;
  background-image: url(../images/common/icon_arrow_message.png);
}

.c-link--nahatoace {
  background: #fff;
}

.c-link--nahatoace img {
  width: 43%;
}

/**
 * #Cta
 */
.c-cta {
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  background: #FFF3A9;
}

.c-cta__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 22px 56px;
}

.c-cta__heading {
  position: absolute;
  top: -3%;
  left: 50%;
  max-width: 332px;
  width: 100%;
  transform: translateX(-50%);
}

.c-cta__lead {
  max-width: 332px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1.3;
  line-height: 1.8;
}

.c-cta-block {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: start;
  gap: 35px;
  margin-top: 30px;
}

.c-cta-entry {
  max-width: 500px;
  width: 100%;
}

.c-cta__link {
  position: relative;
  display: block;
  max-width: 332px;
  width: 100%;
  padding: 13px 28px;
  color: #2B2B2B;
  font-size: 1.6rem;
  font-weight: bold;
}
.c-cta__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 7px;
  height: 13px;
  background-image: url(../images/common/icon_arrow_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.c-cta__link--new {
  background: #FFCC28;
}

.c-cta__link--intern {
  padding: 12px 28px;
  border: 1px solid #2B2B2B;
  background: #FFF3A9;
}

.c-cta__nahatoace {
  background: #fff;
  border: none;
  margin-top: 12px;
}

.c-cta__nahatoace img {
  width: 51%;
  padding: 3px;
}

.c-cta-accordion {
  margin-top: 12px;
  margin-bottom: 12px;
}

.c-cta-accordion__heading {
  position: relative;
  display: block;
  max-width: 332px;
  width: 100%;
  background: #2B2B2B;
  padding: 13px 28px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.c-cta-accordion__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 7px;
  height: 13px;
  background-image: url(../images/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: 0.3s;
}
.c-cta-accordion__heading.is-active {
  padding: 20px 28px;
}
.c-cta-accordion__heading.is-active::after {
  transform: translateY(-50%) rotate(90deg);
}

.c-cta-accordion__list {
  display: none;
}

.c-cta-accordion__link {
  position: relative;
  display: block;
  padding: 14px 25px;
  border-bottom: 1px solid #4D4D4D;
  background: #2B2B2B;
  color: #B5B5B5;
  font-size: 1.5rem;
  font-weight: 700;
}
.c-cta-accordion__link:first-child {
  border-top: 1px solid #4D4D4D;
}
.c-cta-accordion__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 7px;
  height: 13px;
  background-image: url(../images/common/icon_arrow_midway.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.c-cta-sns {
  max-width: 384px;
  width: 100%;
  margin: 0 auto;
}

.c-cta-sns--pc {
  display: none;
}

.c-cta-sns--sp {
  display: block;
}

.c-cta__text {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.c-cta-flex {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.c-cta-sns__link {
  width: 100%;
  margin: 0;
}
.c-cta-sns__link:first-child {
  width: 30px;
}
.c-cta-sns__link:nth-child(2) {
  width: 37px;
}
.c-cta-sns__link:last-child {
  width: 40px;
}

@media screen and (min-width: 768px) {
  .c-cta__heading {
    top: -8%;
    max-width: 640px;
  }
  .c-cta__inner {
    padding: 70px 24px 85px;
  }
  .c-cta__lead {
  }
  .c-cta-sns {
    padding: 56px 77px 70px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 1024px) {
  .c-cta__wrapper{
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/main/bg_orange.png);
    background-size: contain;
    position: relative;
  }
  .c-cta {
    border-radius: 20px;
  }
  .c-cta::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 77px;
    display: block;
    width: 90px;
    height: 94px;
    background-image: url(../images/main/icon_nahato03.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .c-cta--second {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 0;
  }
  .c-cta--second::before {
    right: 100px;
    left: unset;
    background-image: url(../images/main/icon_nahato01.png);
    z-index: 1;
  }
  .c-cta--second .c-cta__inner {
    position: relative;
    max-width: 1260px;
    padding: 70px 20px 98px;
  }
  .c-cta--second .c-cta__heading {
    top: -35px;
    left: 20px;
    transform: none;
  }
  .c-cta--second .c-cta__lead {
    margin: 0;
  }
  .c-cta--second .c-cta-block {
    display: block;
    max-width: 100%;
    margin: 56px 0 0 0;
  }
  .c-cta--second .c-cta-entry {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    gap: 25px;
    max-width: 100%;
  }
  .c-cta--second .c-cta__link {
    max-width: 442px;
    width: 100%;
    padding: 20px 28px;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .c-cta--second .c-cta__link--intern {
    padding: 19px 28px;
  }
  .c-cta--second .c-cta-accordion {
    max-width: 442px;
    width: 100%;
    margin: 0;
  }
  .c-cta--second .c-cta-accordion__heading {
    max-width: 520px;
    padding: 20px 28px;
    font-size: 2.2rem;
  }
  .c-cta--second .c-cta-accordion__link {
    padding: 20px 25px;
  }
  .c-cta--second .c-cta-sns {
    display: flex;
    align-items: center;
    gap: 25px;
    max-width: 100%;
    width: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: none;
  }
  .c-cta--second .c-cta__text {
    position: relative;
    max-width: 270px;
    width: 100%;
    height: 72px;
    padding: 15px 25px 18px 25px;
    background-image: url(../images/about/bg_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 1.2rem;
    text-align: left;
  }
  .c-cta--second .c-cta-flex {
    align-items: center;
    gap: 26px;
    margin: 0;
  }
  .c-cta__lead {
    max-width: 510px;
    font-size: 1.6rem;
  }
  .c-cta-block {
    max-width: 920px;
    width: 100%;
    margin: 64px auto 0;
  }
  .c-cta-sns--pc {
    display: block;
    max-width: 442px;
    width: 100%;
  }
  .c-cta-sns--sp {
    display: none;
  }
  .c-cta-sns__link:first-child {
    width: 26px;
  }
  .c-cta-sns__link:nth-child(2) {
    width: 31px;
  }
  .c-cta-sns__link:last-child {
    width: 34px;
  }
}
/**
 * #Index
 */
.c-index-color {
  background-color: rgb(255, 255, 255);
}
.c-index-color .l-section__inner {
  padding-top: 55px;
  padding-bottom: 145px;
}

.c-index__inner {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.c-index__heading {
  color: #FFCC28;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1.25;
  letter-spacing: 0.07em;
}

.c-index__link {
  position: relative;
  display: block;
  max-width: 332px;
  width: 100%;
  margin-top: 5px;
  padding: 18px 20px;
  background-color: #FFDD6E;
  color: #2B2B2B;
  font-size: 1.3rem;
  font-weight: 600;
}
.c-index__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 14px;
  background-image: url(../images/common/icon_arrow_under.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-index__link span {
  position: absolute;
  top: 50%;
  right: 60px;
  display: block;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1.3;
  letter-spacing: 0.07em;
}
.c-index__link:first-child {
  margin-top: 0;
}

.c-index__link--second {
  padding: 13px 20px;
}

/**
 * #Entry
 */
.c-entry {
  position: fixed;
  bottom: 20px;
  right: 50%;
  width: 100%;
  transform: translateX(50%);
  display: flex;
  justify-content: center;
  gap: 11px;
  align-items: center;
  z-index: 100;
  transition: 0.5s;
  opacity: 0;
  padding: 0 3px;
}
.c-entry.is-fadeIn {
  opacity: 1;
}

.c-entry__link {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 5px;
  max-width: 160px;
  width: 100%;
  /* padding: 12px 16px; */
  padding: 12px 3px;
  border: 1px solid #fff;
  background-image: linear-gradient(90deg, rgb(240, 95, 0), rgb(255, 172, 40));
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  font-family: "Noto Sans JP", serif;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.c-entry__link span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1;
  letter-spacing: 0.07em;
}

.nahatoace {
  background: #fff;
  padding: 15px 5px;
}

.nahatoace img {
  width: 87%;
}

@media screen and (min-width: 1024px) {
  .c-entry {
    bottom: 50px;
    right: 0;
    transform: translateX(0);
    max-width: 230px;
    flex-flow: row wrap;
    gap: 24px;
  }
  .c-entry__link {
    align-items: baseline;
    justify-content: flex-start;
    gap: 2px;
    max-width: 230px;
    padding: 18px 24px;
    border-right: none;
    font-size: 1.9rem;
  }
  .c-entry__link span {
    font-size: 1.5rem;
    font-weight: 800;
    font-family: "Noto Sans JP", serif;
  }
}
/**
 * #More
 */
.c-more-group {
  margin-top: 32px;
}

.c-more__list {
  display: grid;
  grid-template-columns: 103px 103px 103px;
  column-gap: 11px;
  row-gap: 12px;
  justify-content: center;
  margin-bottom: 28px;
}

.c-more__item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.c-more-btn {
  position: relative;
  display: block;
  max-width: 332px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #2B2B2B;
  background: #2B2B2B;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-align: center;
  cursor: pointer;
}
.c-more-btn::before, .c-more-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 1px;
  background: #fff;
}
.c-more-btn::before {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.c-more-btn::after {
  transition: all 0.2s ease-in-out;
}
.c-more-btn.is-open::before {
  transform: rotate(180deg);
}
.c-more-btn.is-open::after {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .c-more-group {
    margin-top: 60px;
  }
  .c-more__list {
    grid-template-columns: 228px 228px 228px;
    column-gap: 27px;
    row-gap: 25px;
    margin-bottom: 68px;
  }
  .c-more-btn {
    max-width: 420px;
    padding: 14px;
    font-size: 1.8rem;
  }
  .c-more-btn:hover {
    background: transparent;
    color: #2B2B2B;
  }
  .c-more-btn:hover::before, .c-more-btn:hover::after {
    background: #2B2B2B;
  }
}
@media screen and (min-width: 1240px) {
  .c-more__list {
    grid-template-columns: 228px 228px 228px 228px 228px;
    column-gap: 27px;
    row-gap: 25px;
    margin-bottom: 68px;
  }
}
/**
 * #Graph
 */
.c-graph-body.is-active .c-graph-number {
  opacity: 1;
}

.c-graph-content {
  position: relative;
  max-width: 240px;
  width: 100%;
  margin: 80px auto 0;
}

.c-graph-content--first .c-graph-number--first {
  top: 70px;
  right: 40px;
}
.c-graph-content--first .c-graph-number--first dl dt {
  font-size: 1.5rem;
}
.c-graph-content--first .c-graph-number--first dl dd {
  font-size: 2.7rem;
  font-weight: bold;
}
.c-graph-content--first .c-graph-number--first dl dd span {
  font-size: 3.5rem;
}
.c-graph-content--first .c-graph-number--second {
  bottom: 20px;
  right: 90px;
}
.c-graph-content--first .c-graph-number--second dl dt {
  font-size: 1.5rem;
}
.c-graph-content--first .c-graph-number--second dl dd {
  font-size: 2.3rem;
  font-weight: bold;
}
.c-graph-content--first .c-graph-number--second dl dd span {
  font-size: 2.7rem;
}
.c-graph-content--first .c-graph-number--third {
  bottom: 50px;
  left: 30px;
}
.c-graph-content--first .c-graph-number--third dl dt {
  font-size: 1.4rem;
}
.c-graph-content--first .c-graph-number--third dl dd {
  font-size: 1.7rem;
  font-weight: bold;
}
.c-graph-content--first .c-graph-number--third dl dd span {
  font-size: 2.1rem;
}
.c-graph-content--first .c-graph-number--four {
  top: 85px;
  left: 12px;
}
.c-graph-content--first .c-graph-number--four dl dt {
  font-size: 1.2rem;
}
.c-graph-content--first .c-graph-number--four dl dd {
  font-size: 1.7rem;
  font-weight: bold;
}
.c-graph-content--first .c-graph-number--four dl dd span {
  font-size: 2.1rem;
}
.c-graph-content--first .c-graph-number--five {
  top: 35px;
  left: 45px;
}
.c-graph-content--first .c-graph-number--five dl dt {
  font-size: 1.2rem;
}
.c-graph-content--first .c-graph-number--five dl dd {
  font-size: 1.5rem;
  font-weight: bold;
}
.c-graph-content--first .c-graph-number--five dl dd span {
  font-size: 1.6rem;
}
.c-graph-content--first .c-graph-number--six {
  top: -50px;
  left: 75px;
}
.c-graph-content--first .c-graph-number--six::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 45%;
  display: inline-block;
  width: 10px;
  height: 30px;
  border-right: 1px solid #4D4D4D;
  transform: translateX(-50%);
}
.c-graph-content--first .c-graph-number--six dl dt {
  font-size: 1.1rem;
}
.c-graph-content--first .c-graph-number--six dl dd {
  font-size: 1.5rem;
  font-weight: bold;
}
.c-graph-content--first .c-graph-number--six dl dd span {
  font-size: 1.6rem;
}
.c-graph-content--first .c-graph svg circle.is-animated:nth-child(6) {
  stroke: #F05F00;
  animation: anime01-01 1s 0s forwards ease-in-out;
}
.c-graph-content--first .c-graph svg circle.is-animated:nth-child(5) {
  stroke: #F08C00;
  animation: anime01-02 1s 0s forwards ease-in-out;
}
.c-graph-content--first .c-graph svg circle.is-animated:nth-child(4) {
  stroke: #F8A300;
  animation: anime01-03 1s 0s forwards ease-in-out;
}
.c-graph-content--first .c-graph svg circle.is-animated:nth-child(3) {
  stroke: #FFCC28;
  animation: anime01-04 1s 0s forwards ease-in-out;
}
.c-graph-content--first .c-graph svg circle.is-animated:nth-child(2) {
  stroke: #FFDD6E;
  animation: anime01-05 1s 0s forwards ease-in-out;
}
.c-graph-content--first .c-graph svg circle.is-animated:nth-child(1) {
  stroke: #FFF3A9;
  animation: anime01-06 1s 0s forwards ease-in-out;
}

@keyframes anime01-01 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 41, 100;
  }
}
@keyframes anime01-02 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 59, 100;
  }
}
@keyframes anime01-03 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 73, 100;
  }
}
@keyframes anime01-04 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 84, 100;
  }
}
@keyframes anime01-05 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 95, 100;
  }
}
@keyframes anime01-06 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 100, 100;
  }
}
.c-graph-content--second .c-graph-number--first {
  top: 85px;
  right: 30px;
}
.c-graph-content--second .c-graph-number--first dl dt {
  font-size: 1.5rem;
}
.c-graph-content--second .c-graph-number--first dl dd {
  font-size: 2.7rem;
  font-weight: bold;
}
.c-graph-content--second .c-graph-number--first dl dd span {
  font-size: 3.5rem;
}
.c-graph-content--second .c-graph-number--second {
  bottom: 70px;
  left: 20px;
}
.c-graph-content--second .c-graph-number--second dl dt {
  font-size: 1.2rem;
}
.c-graph-content--second .c-graph-number--second dl dd {
  font-size: 2.4rem;
  font-weight: bold;
}
.c-graph-content--second .c-graph-number--second dl dd span {
  font-size: 2.8rem;
}
.c-graph-content--second .c-graph-number--third {
  top: 38px;
  left: 39px;
}
.c-graph-content--second .c-graph-number--third dl dt {
  font-size: 1.2rem;
}
.c-graph-content--second .c-graph-number--third dl dd {
  font-size: 2.4rem;
  font-weight: bold;
}
.c-graph-content--second .c-graph-number--third dl dd span {
  font-size: 2.8rem;
}
.c-graph-content--second .c-graph-number--four {
  top: -40px;
  left: 12px;
}
.c-graph-content--second .c-graph-number--four::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -42px;
  display: inline-block;
  width: 37px;
  height: 22px;
  border-top: 1px solid #4D4D4D;
  border-right: 1px solid #4D4D4D;
}
.c-graph-content--second .c-graph-number--four dl dt {
  font-size: 1.1rem;
  font-weight: 600;
}
.c-graph-content--second .c-graph-number--four dl dd {
  font-size: 1.3rem;
  font-weight: bold;
}
.c-graph-content--second .c-graph-number--four dl dd span {
  font-size: 1.6rem;
}
.c-graph-content--second .c-graph-number--five {
  top: -65px;
  left: 97px;
}
.c-graph-content--second .c-graph-number--five::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 20px;
  display: inline-block;
  width: 1px;
  height: 28px;
  border-right: 1px solid #4D4D4D;
}
.c-graph-content--second .c-graph-number--five dl dt {
  font-size: 1.1rem;
  font-weight: 600;
}
.c-graph-content--second .c-graph-number--five dl dd {
  font-size: 1.3rem;
  font-weight: bold;
}
.c-graph-content--second .c-graph-number--five dl dd span {
  font-size: 1.6rem;
}
.c-graph-content--second .c-graph svg circle.is-animated:nth-child(5) {
  stroke: #F05F00;
  animation: anime02-01 1s 0s forwards ease-in-out;
}
.c-graph-content--second .c-graph svg circle.is-animated:nth-child(4) {
  stroke: #F08C00;
  animation: anime02-02 1s 0s forwards ease-in-out;
}
.c-graph-content--second .c-graph svg circle.is-animated:nth-child(3) {
  stroke: #F8A300;
  animation: anime02-03 1s 0s forwards ease-in-out;
}
.c-graph-content--second .c-graph svg circle.is-animated:nth-child(2) {
  stroke: #FFCC28;
  animation: anime02-04 1s 0s forwards ease-in-out;
}
.c-graph-content--second .c-graph svg circle.is-animated:nth-child(1) {
  stroke: #FFDD6E;
  animation: anime02-05 1s 0s forwards ease-in-out;
}

@keyframes anime02-01 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 58, 100;
  }
}
@keyframes anime02-02 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 81, 100;
  }
}
@keyframes anime02-03 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 95, 100;
  }
}
@keyframes anime02-04 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 99, 100;
  }
}
@keyframes anime02-05 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 100, 100;
  }
}
.c-graph-content--third .c-graph-number--first {
  top: 77px;
  right: 14px;
}
.c-graph-content--third .c-graph-number--first dl dt {
  font-size: 1.3rem;
}
.c-graph-content--third .c-graph-number--first dl dd {
  font-size: 2.7rem;
  font-weight: bold;
}
.c-graph-content--third .c-graph-number--first dl dd span {
  font-size: 3.3rem;
}
.c-graph-content--third .c-graph-number--second {
  bottom: 40px;
  left: 20px;
}
.c-graph-content--third .c-graph-number--second dl dt {
  font-size: 1.1rem;
}
.c-graph-content--third .c-graph-number--second dl dd {
  font-size: 2.4rem;
  font-weight: bold;
}
.c-graph-content--third .c-graph-number--second dl dd span {
  font-size: 2.9rem;
}
.c-graph-content--third .c-graph-number--third {
  top: 24px;
  left: -38px;
}
.c-graph-content--third .c-graph-number--third::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 20px;
  display: inline-block;
  width: 28px;
  height: 23px;
  border-bottom: 1px solid #4D4D4D;
  border-left: 1px solid #4D4D4D;
}
.c-graph-content--third .c-graph-number--third dl dt {
  font-size: 1rem;
  font-weight: 600;
}
.c-graph-content--third .c-graph-number--third dl dd {
  font-size: 1.4rem;
  font-weight: bold;
}
.c-graph-content--third .c-graph-number--third dl dd span {
  font-size: 1.8rem;
}
.c-graph-content--third .c-graph-number--four {
  top: -60px;
  left: -23px;
}
.c-graph-content--third .c-graph-number--four::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 45px;
  display: inline-block;
  width: 22px;
  height: 39px;
  border-left: 1px solid #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
}
.c-graph-content--third .c-graph-number--four dl dt {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.c-graph-content--third .c-graph-number--four dl dd {
  font-size: 1.4rem;
  font-weight: bold;
}
.c-graph-content--third .c-graph-number--four dl dd span {
  font-size: 1.8rem;
}
.c-graph-content--third .c-graph-number--five {
  top: -55px;
  left: 85px;
}
.c-graph-content--third .c-graph-number--five::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 15px;
  display: inline-block;
  width: 1px;
  height: 43px;
  border-right: 1px solid #4D4D4D;
}
.c-graph-content--third .c-graph-number--five dl dt {
  font-size: 1rem;
  font-weight: 600;
}
.c-graph-content--third .c-graph-number--five dl dd {
  font-size: 1.4rem;
  font-weight: bold;
}
.c-graph-content--third .c-graph-number--five dl dd span {
  font-size: 1.8rem;
}
.c-graph-content--third .c-graph svg circle.is-animated:nth-child(5) {
  stroke: #F05F00;
  animation: anime03-01 1s 0s forwards ease-in-out;
}
.c-graph-content--third .c-graph svg circle.is-animated:nth-child(4) {
  stroke: #F08C00;
  animation: anime03-02 1s 0s forwards ease-in-out;
}
.c-graph-content--third .c-graph svg circle.is-animated:nth-child(3) {
  stroke: #FFCC28;
  animation: anime03-03 1s 0s forwards ease-in-out;
}
.c-graph-content--third .c-graph svg circle.is-animated:nth-child(2) {
  stroke: #FFDD6E;
  animation: anime03-04 1s 0s forwards ease-in-out;
}
.c-graph-content--third .c-graph svg circle.is-animated:nth-child(1) {
  stroke: #FFF3A9;
  animation: anime03-05 1s 0s forwards ease-in-out;
}

@keyframes anime03-01 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 52, 100;
  }
}
@keyframes anime03-02 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 74, 100;
  }
}
@keyframes anime03-03 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 84, 100;
  }
}
@keyframes anime03-04 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 92, 100;
  }
}
@keyframes anime03-05 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 100, 100;
  }
}
.c-graph-content--four .c-graph-number--first {
  top: 27px;
  right: 26px;
}
.c-graph-content--four .c-graph-number--first dl dt {
  font-size: 1.4rem;
}
.c-graph-content--four .c-graph-number--first dl dd {
  font-size: 2.4rem;
}
.c-graph-content--four .c-graph-number--first dl dd span {
  font-size: 3.1rem;
}
.c-graph-content--four .c-graph-number--second {
  top: 102px;
  right: 10px;
}
.c-graph-content--four .c-graph-number--second dl dt {
  font-size: 1.2rem;
  font-weight: 600;
}
.c-graph-content--four .c-graph-number--second dl dd {
  font-size: 1.9rem;
  font-weight: bold;
}
.c-graph-content--four .c-graph-number--second dl dd span {
  font-size: 2.5rem;
}
.c-graph-content--four .c-graph-number--third {
  bottom: 30px;
  right: 50px;
}
.c-graph-content--four .c-graph-number--third dl dt {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.c-graph-content--four .c-graph-number--third dl dd {
  font-size: 1.3rem;
  font-weight: bold;
}
.c-graph-content--four .c-graph-number--third dl dd span {
  font-size: 1.9rem;
}
.c-graph-content--four .c-graph-number--four {
  bottom: 16px;
  left: 80px;
}
.c-graph-content--four .c-graph-number--four dl dt {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.c-graph-content--four .c-graph-number--four dl dd {
  font-size: 1.3rem;
  font-weight: bold;
}
.c-graph-content--four .c-graph-number--four dl dd span {
  font-size: 1.9rem;
}
.c-graph-content--four .c-graph-number--five {
  bottom: -10px;
  left: -27px;
}
.c-graph-content--four .c-graph-number--five::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 45px;
  display: inline-block;
  width: 20px;
  height: 50px;
  border-right: 1px solid #4D4D4D;
  border-bottom: 1px solid;
}
.c-graph-content--four .c-graph-number--five dl dt {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.c-graph-content--four .c-graph-number--five dl dd {
  font-size: 1.3rem;
  font-weight: bold;
}
.c-graph-content--four .c-graph-number--five dl dd span {
  font-size: 1.9rem;
}
.c-graph-content--four .c-graph-number--six {
  bottom: 55px;
  left: -35px;
}
.c-graph-content--four .c-graph-number--six::after {
  content: "";
  position: absolute;
  top: -26px;
  left: 17px;
  display: inline-block;
  width: 25px;
  height: 23px;
  border-top: 1px solid #4D4D4D;
  border-left: 1px solid #4D4D4D;
}
.c-graph-content--four .c-graph-number--six dl dt {
  font-size: 1rem;
  font-weight: 600;
}
.c-graph-content--four .c-graph-number--six dl dd {
  font-size: 1.3rem;
  font-weight: bold;
}
.c-graph-content--four .c-graph-number--six dl dd span {
  font-size: 1.9rem;
}
.c-graph-content--four .c-graph-number--seven {
  top: 25px;
  left: -42px;
}
.c-graph-content--four .c-graph-number--seven::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 27px;
  display: inline-block;
  width: 33px;
  height: 18px;
  border-left: 1px solid #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
}
.c-graph-content--four .c-graph-number--seven dl dt {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.c-graph-content--four .c-graph-number--seven dl dd {
  font-size: 1.3rem;
  font-weight: bold;
}
.c-graph-content--four .c-graph-number--seven dl dd span {
  font-size: 1.9rem;
}
.c-graph-content--four .c-graph-number--eight {
  top: -60px;
  left: -10px;
}
.c-graph-content--four .c-graph-number--eight::after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: -10px;
  display: inline-block;
  width: 14px;
  height: 45px;
  border-top: 1px solid #4D4D4D;
  border-right: 1px solid #4D4D4D;
}
.c-graph-content--four .c-graph-number--eight dl dt {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.c-graph-content--four .c-graph-number--eight dl dd {
  font-size: 1.3rem;
  font-weight: bold;
}
.c-graph-content--four .c-graph-number--eight dl dd span {
  font-size: 1.9rem;
}
.c-graph-content--four .c-graph-number--nine {
  top: -60px;
  left: 85px;
}
.c-graph-content--four .c-graph-number--nine::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 15px;
  display: inline-block;
  width: 1px;
  height: 43px;
  border-right: 1px solid #4D4D4D;
}
.c-graph-content--four .c-graph-number--nine dl dt {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.c-graph-content--four .c-graph-number--nine dl dd {
  font-size: 1.3rem;
  font-weight: bold;
}
.c-graph-content--four .c-graph-number--nine dl dd span {
  font-size: 1.9rem;
}
.c-graph-content--four .c-graph svg circle.is-animated:nth-child(9) {
  stroke: #F05F00;
  animation: anime04-01 1s 0s forwards ease-in-out;
}
.c-graph-content--four .c-graph svg circle.is-animated:nth-child(8) {
  stroke: #F06F00;
  animation: anime04-02 1s 0s forwards ease-in-out;
}
.c-graph-content--four .c-graph svg circle.is-animated:nth-child(7) {
  stroke: #F08100;
  animation: anime04-03 1s 0s forwards ease-in-out;
}
.c-graph-content--four .c-graph svg circle.is-animated:nth-child(6) {
  stroke: #F08C00;
  animation: anime04-04 1s 0s forwards ease-in-out;
}
.c-graph-content--four .c-graph svg circle.is-animated:nth-child(5) {
  stroke: #F8A300;
  animation: anime04-05 1s 0s forwards ease-in-out;
}
.c-graph-content--four .c-graph svg circle.is-animated:nth-child(4) {
  stroke: #FFCC28;
  animation: anime04-06 1s 0s forwards ease-in-out;
}
.c-graph-content--four .c-graph svg circle.is-animated:nth-child(3) {
  stroke: #FFDD6E;
  animation: anime04-07 1s 0s forwards ease-in-out;
}
.c-graph-content--four .c-graph svg circle.is-animated:nth-child(2) {
  stroke: #FFE98D;
  animation: anime04-08 1s 0s forwards ease-in-out;
}
.c-graph-content--four .c-graph svg circle.is-animated:nth-child(1) {
  stroke: #FFF3A9;
  animation: anime04-09 1s 0s forwards ease-in-out;
}

@keyframes anime04-01 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 18, 100;
  }
}
@keyframes anime04-02 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 34, 100;
  }
}
@keyframes anime04-03 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 48, 100;
  }
}
@keyframes anime04-04 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 60, 100;
  }
}
@keyframes anime04-05 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 71, 100;
  }
}
@keyframes anime04-06 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 80, 100;
  }
}
@keyframes anime04-07 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 87, 100;
  }
}
@keyframes anime04-08 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 94, 100;
  }
}
@keyframes anime04-09 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 100, 100;
  }
}
.c-graph-content--five .c-graph-number--first {
  top: 37px;
  right: 16px;
}
.c-graph-content--five .c-graph-number--first dl dt {
  font-size: 1.2rem;
}
.c-graph-content--five .c-graph-number--first dl dd {
  font-size: 2.6rem;
}
.c-graph-content--five .c-graph-number--first dl dd span {
  font-size: 3.4rem;
}
.c-graph-content--five .c-graph-number--second {
  top: 122px;
  right: 5px;
}
.c-graph-content--five .c-graph-number--second dl dt {
  font-size: 1.2rem;
  font-weight: 600;
}
.c-graph-content--five .c-graph-number--second dl dd {
  font-size: 1.7rem;
  font-weight: bold;
}
.c-graph-content--five .c-graph-number--second dl dd span {
  font-size: 2.3rem;
}
.c-graph-content--five .c-graph-number--third {
  bottom: 15px;
  right: 100px;
}
.c-graph-content--five .c-graph-number--third dl dt {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
.c-graph-content--five .c-graph-number--third dl dd {
  font-size: 1.7rem;
  font-weight: bold;
}
.c-graph-content--five .c-graph-number--third dl dd span {
  font-size: 2.3rem;
}
.c-graph-content--five .c-graph-number--four {
  bottom: 80px;
  left: 17px;
}
.c-graph-content--five .c-graph-number--four dl dt {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
.c-graph-content--five .c-graph-number--four dl dd {
  font-size: 1.7rem;
  font-weight: bold;
}
.c-graph-content--five .c-graph-number--four dl dd span {
  font-size: 2.3rem;
}
.c-graph-content--five .c-graph-number--five {
  top: 10px;
  left: -25px;
}
.c-graph-content--five .c-graph-number--five::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 25px;
  display: inline-block;
  width: 27px;
  height: 14px;
  border-bottom: 1px solid #4D4D4D;
  border-left: 1px solid #4D4D4D;
}
.c-graph-content--five .c-graph-number--five dl dt {
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}
.c-graph-content--five .c-graph-number--five dl dd {
  font-size: 1.1rem;
  font-weight: bold;
}
.c-graph-content--five .c-graph-number--five dl dd span {
  font-size: 1.7rem;
}
.c-graph-content--five .c-graph-number--six {
  top: -45px;
  left: 5px;
}
.c-graph-content--five .c-graph-number--six::after {
  content: "";
  position: absolute;
  top: 38px;
  left: 37px;
  display: inline-block;
  width: 14px;
  height: 36px;
  border-top: 1px solid #4D4D4D;
  border-right: 1px solid #4D4D4D;
}
.c-graph-content--five .c-graph-number--six dl dt {
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}
.c-graph-content--five .c-graph-number--six dl dd {
  font-size: 1.1rem;
  font-weight: bold;
}
.c-graph-content--five .c-graph-number--six dl dd span {
  font-size: 1.7rem;
}
.c-graph-content--five .c-graph-number--seven {
  top: -55px;
  left: 75px;
}
.c-graph-content--five .c-graph-number--seven::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 27px;
  display: inline-block;
  width: 1px;
  height: 32px;
  border-left: 1px solid #4D4D4D;
}
.c-graph-content--five .c-graph-number--seven dl dt {
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}
.c-graph-content--five .c-graph-number--seven dl dd {
  font-size: 1.1rem;
  font-weight: bold;
}
.c-graph-content--five .c-graph-number--seven dl dd span {
  font-size: 1.7rem;
}
.c-graph-content--five .c-graph svg circle.is-animated:nth-child(7) {
  stroke: #F05F00;
  animation: anime05-01 1s 0s forwards ease-in-out;
}
.c-graph-content--five .c-graph svg circle.is-animated:nth-child(6) {
  stroke: #F08C00;
  animation: anime05-02 1s 0s forwards ease-in-out;
}
.c-graph-content--five .c-graph svg circle.is-animated:nth-child(5) {
  stroke: #F8A32C;
  animation: anime05-03 1s 0s forwards ease-in-out;
}
.c-graph-content--five .c-graph svg circle.is-animated:nth-child(4) {
  stroke: #FDCC34;
  animation: anime05-04 1s 0s forwards ease-in-out;
}
.c-graph-content--five .c-graph svg circle.is-animated:nth-child(3) {
  stroke: #FDDD6E;
  animation: anime05-05 1s 0s forwards ease-in-out;
}
.c-graph-content--five .c-graph svg circle.is-animated:nth-child(2) {
  stroke: #FEE98D;
  animation: anime05-06 1s 0s forwards ease-in-out;
}
.c-graph-content--five .c-graph svg circle.is-animated:nth-child(1) {
  stroke: #FEF3A9;
  animation: anime05-07 1s 0s forwards ease-in-out;
}

@keyframes anime05-01 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 23, 100;
  }
}
@keyframes anime05-02 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 41, 100;
  }
}
@keyframes anime05-03 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 61, 100;
  }
}
@keyframes anime05-04 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 80, 100;
  }
}
@keyframes anime05-05 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 88, 100;
  }
}
@keyframes anime05-06 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 94, 100;
  }
}
@keyframes anime05-07 {
  0% {
    stroke-dasharray: 0, 100;
  }
  99.9%, to {
    stroke-dasharray: 100, 100;
  }
}
.c-graph-number {
  position: absolute;
  z-index: 10;
  opacity: 0;
  transition: 1.5s;
}
.c-graph-number dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-graph-number dl dt {
  font-weight: 700;
}
.c-graph-number dl dd {
  font-weight: 400;
  font-family: "Bebas Neue", serif;
}
.c-graph svg {
  transform: rotate(-90deg);
}
.c-graph svg circle {
  fill: none;
  stroke-width: 32px;
}

@media screen and (min-width: 1024px) {
  .c-graph-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80%;
  }
}
/* Project
   ----------------------------------------------------------------- */
/**
 * #Nav
 */
.p-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #000000;
  transform: translate(100%);
  overflow-y: scroll;
  transition: all 0.5s;
  opacity: 0;
}
.p-nav.is-active {
  transform: translate(0);
  opacity: 1;
}

.p-nav__inner {
  /* padding: 20px 22px 34px; */
  padding: 20px 22px 120px;
}

.p-nav-logo {
  display: block;
  max-width: 154px;
  width: 100%;
}

.p-nav__text {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 1.3rem;
}

.p-nav__list {
  margin-top: 30px;
}

.p-nav__item:first-child .p-nav__link {
  padding-top: 0;
}

.p-nav__link {
  position: relative;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #4D4D4D;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-nav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 15px;
  background-image: url(../images/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
  .p-nav {
    top: 0;
    max-width: 462px;
    background: rgba(0, 0, 0, 0.8);
  }
}
/**
 * #Top
 */
.p-top-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 94vw;
  height: 76vw;
  opacity: 0;
  overflow: hidden;
}
.p-top-arrow::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  display: inline-block;
  width: 94vw;
  height: 76vw;
  background-image: url(../images/main/deco_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 1s;
}
.p-top-arrow.is-active {
  opacity: 1;
  animation: mask-move 1s ease-in;
}

@keyframes mask-move {
  0% {
    width: 0;
  }
  50% {
    width: 45vw;
  }
  100% {
    width: 94vw;
  }
}
.p-top-about__inner {
  max-width: 1288px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 24px;
}

.p-top-about__title {
  max-width: 135px;
  width: 100%;
}

.p-top-about-content {
  position: relative;
  margin-top: 24px;
}

.p-top-about__heading {
  max-width: 265px;
  width: 100%;
}

.p-top-about-body {
  display: flex;
  flex-flow: row wrap;
  gap: 32px 20px;
  margin-top: 24px;
}

.p-top-about__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}
.p-top-about__text span {
  display: inline-block;
  background: linear-gradient(transparent 60%, #F08C00 30%);
  font-weight: 700;
}

.p-top-about-thumb {
  display: block;
  margin-top: 30px;
}

.p-top-about-img {
  max-width: 344px;
  width: 100%;
  margin: 0 auto;
}

.p-top-about-figure {
  width: 301px;
  margin: 0 auto;
}

.p-top-about__list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 32px;
}

.p-top-about-clients {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.p-top-about-clients__title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  text-align: center;
  letter-spacing: 0.05em;
}

.splide-clients {
  margin-top: 10px;
}

.p-top-about-clients__item {
  max-width: 90px;
  width: 100%;
}
.p-top-about-clients__item img {
  border-radius: 5px;
}

.p-top-about-sns {
  width: 100vw;
  margin: 32px calc(50% - 50vw) 0;
}

.p-top-about-sns__title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  text-align: center;
  letter-spacing: 0.05em;
}

.splide-sns {
  margin-top: 10px;
}

.p-top-about-sns__item {
  max-width: 90px;
  width: 100%;
}
.p-top-about-sns__item img {
  border-radius: 5px;
}

.p-top-carrier {
  background-color: rgb(255, 255, 255);
}

.p-top-carrier__inner {
  padding: 32px 30px 0;
}

.p-top-carrier__title {
  max-width: 302px;
  width: 100%;
}

.p-top-carrier-img {
  display: block;
}

.p-top-carrier-content {
  margin-top: 22px;
}

.p-top-carrier-top {
  background-color: rgb(255, 255, 255);
}

.p-top-carrier__heading {
  display: flex;
  align-items: center;
  gap: 18px;
}

.p-top-carrier-q {
  width: 48px;
}

.p-top-carrier-catch {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.p-top-carrier__text {
  margin-top: 16px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.p-top-carrier__menu {
  margin-top: 25px;
}

.p-top-carrier-note {
  width: 100%;
  margin: 0 auto;
}
.p-top-carrier-note:first-child {
  max-width: 276px;
}
.p-top-carrier-note:nth-child(2) {
  max-width: 293px;
  margin-top: 26px;
}
.p-top-carrier-note:last-child {
  max-width: 274px;
  margin-top: 35px;
}

.p-top-carrier-middle {
  margin-top: 28px;
}

.p-top-carrier-middle__inner {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 27px;
  padding-top: 70px;
  padding-bottom: 20px;
  background-image: url(../images/main/bg_carrier.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-color: #FFCC28;
}
.p-top-carrier-middle__inner::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  display: inline-block;
  width: 100%;
  height: 34px;
  border-right: 205px solid transparent;
  border-left: 205px solid transparent;
  border-top: 70px solid #fff;
  transform: translateX(-50%);
  z-index: 5;
}

.p-top-carrier-middle__heading {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

.p-top-carrier-middle__heading--second {
  color: #fff;
}

.p-top-carrier__unit {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #484848;
}
.p-top-carrier__unit::before {
  content: "";
  position: absolute;
  right: 16px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top-carrier__unit:first-child {
  padding-top: 44px;
  padding-bottom: 40px;
}
.p-top-carrier__unit:first-child::before {
  top: 4px;
  right: 22px;
  width: 121px;
  height: 95px;
  background-image: url(../images/main/icon_carrier01.png);
}
.p-top-carrier__unit:nth-child(2) {
  padding-top: 64px;
  padding-bottom: 40px;
}
.p-top-carrier__unit:nth-child(2)::before {
  top: 30px;
  right: 20px;
  width: 146px;
  height: 96px;
  background-image: url(../images/main/icon_carrier02.png);
}
.p-top-carrier__unit:nth-child(3) {
  padding-top: 70px;
  padding-bottom: 40px;
  border: none;
}
.p-top-carrier__unit:nth-child(3)::before {
  top: 25px;
  right: 10px;
  width: 132px;
  height: 121px;
  background-image: url(../images/main/icon_carrier03.png);
}

.p-top-triangle {
  width: 100vw;
  height: 70px;
  margin: 0 calc(50% - 50vw);
  background-image: url(../images/main/bg_yellow.png);
  background-repeat: repeat;
  background-size: contain;
}

.p-top-triangle-block {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  background-image: url(../images/main/bg_triangle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: rotate(180deg);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: 10;
}

.p-top-carrier__wrap {
  position: relative;
  z-index: 1;
}

.p-top-carrier-middle-note {
  color: #838383;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  text-align: center;
  letter-spacing: 0.07em;
}

.p-top-carrier-middle__title {
  margin-top: 6px;
  color: #FFCC28;
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.02em;
}

.p-top-carrier__lead {
  margin-top: 16px;
  padding: 0 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}

.p-top-carrier__list {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
  margin-top: 18px;
}

.p-top-carrier__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  padding: 20px 5px;
  border-radius: 15px;
  color: #2B2B2B;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.p-top-carrier__item:nth-child(1), .p-top-carrier__item:nth-child(4), .p-top-carrier__item:nth-child(5), .p-top-carrier__item:nth-child(8) {
  background: #FFDD6E;
}
.p-top-carrier__item:nth-child(2), .p-top-carrier__item:nth-child(3), .p-top-carrier__item:nth-child(6), .p-top-carrier__item:nth-child(7) {
  background: #FFF3A9;
}

@media screen and (min-width: 768px) {
  .p-top-about__inner {
    width: 80%;
  }
  .p-top-about__title {
    max-width: 198px;
  }
  .p-top-about-body {
    justify-content: center;
  }
  .p-top-about-figure {
    width: 45%;
    margin: 0;
  }
  .p-top-about-clients {
    width: 45%;
    margin: 0;
  }
  .p-top-about-sns {
    width: 45%;
    margin: 0;
  }
  .p-top-carrier {
    background: #fff;
    background-color: rgb(255, 255, 255);
  }
  .p-top-carrier__inner {
    width: 80%;
    margin: 0 auto;
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .p-top-carrier__title {
    max-width: 198px;
  }
  .p-top-carrier-top {
    padding: 56px 40px;
    border: 1px solid #FFCC28;
    border-radius: 20px;
  }
  .p-top-carrier__menu {
    display: flex;
    align-items: flex-start;
    gap: 25px;
  }
  .p-top-carrier-note:first-child {
    max-width: 80px;
  }
  .p-top-carrier-note:nth-child(2), .p-top-carrier-note:nth-child(3) {
    max-width: 99px;
    margin-top: 0;
  }
  .p-top-carrier-middle__inner {
    width: 100%;
    margin: 27px auto 0;
    padding: 0;
    background: none;
  }
  .p-top-carrier-middle__inner::before {
    content: none;
  }
  .p-top-carrier-middle__heading--second {
    margin-top: 55px;
    color: #2B2B2B;
  }
  .p-top-carrier__unit {
    margin-top: 30px;
    border: 1px solid #707070;
    border-radius: 20px;
    background: #2B2B2B;
    box-shadow: 5px 5px 25px 0 rgba(255, 255, 255, 0.1);
  }
  .p-top-carrier__unit:first-child::before {
    top: 18px;
    right: 15px;
    width: 140px;
    height: 110px;
  }
  .p-top-carrier__unit:nth-child(2)::before {
    top: 27px;
    right: 20px;
    width: 163px;
    height: 107px;
  }
  .p-top-carrier__unit:nth-child(3)::before {
    top: 15px;
    right: 15px;
    width: 141px;
    height: 130px;
  }
  .p-top-carrier__unit:first-child, .p-top-carrier__unit:nth-child(2), .p-top-carrier__unit:nth-child(3) {
    padding: 32px 34px 44px;
  }
  .p-top-carrier__unit:first-child {
    margin-top: 0;
  }
  .p-top-triangle {
    display: none;
  }
  .p-top-carrier__item {
    padding: 20px 12px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-about::before {
    top: 80px;
    width: 48vw;
    height: 38vw;
  }
  .p-top-arrow::before {
    width: 43vw;
    height: 38vw;
  }
  .p-top-about__inner {
    padding: 200px 24px 130px;
  }
  .p-top-about__title {
    position: absolute;
    top: 40px;
    left: 30px;
    max-width: 74px;
  }
  .p-top-about-content {
    margin-top: 0;
  }
  .p-top-about__heading {
    max-width: 905px;
  }
  .p-top-about-body {
    justify-content: unset;
    gap: 50px;
  }
  .p-top-about-catch {
    max-width: 690px;
    width: 50%;
  }
  .p-top-about__text {
    font-size: 2rem;
  }
  .p-top-about-thumb {
    margin-top: 58px;
  }
  .p-top-about-figure {
    width: 31%;
  }
  .p-top-about__list {
    gap: 60px;
    margin-top: 72px;
  }
  .p-top-about-clients {
    max-width: 612px;
    margin: 0;
  }
  .p-top-about-clients__title {
    color: #FFF3A9;
    font-size: 1.8rem;
    text-align: left;
  }
  .splide-clients {
    margin-top: 7px;
  }
  .p-top-about-sns {
    max-width: 568px;
    margin: 0;
  }
  .p-top-about-sns__title {
    color: #FFF3A9;
    font-size: 1.8rem;
    text-align: left;
  }
  .splide-sns {
    margin-top: 7px;
  }
  .p-top-carrier {
    padding-top: 4px;
    background: #FFCC28;
  }
  .p-top-carrier::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 85%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 0 20px 20px 0;
    box-shadow: 5px 5px 30px 0 rgba(240, 140, 0, 0.4);
  }
  .p-top-carrier::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 164px;
    display: block;
    width: 113px;
    height: 119px;
    background-image: url(../images/main/icon_nahato01.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
  }
  .p-top-carrier__inner {
    width: 63vw;
  }
  .p-top-carrier__title {
    position: absolute;
    top: 40px;
    left: 30px;
    max-width: 74px;
  }
  .p-top-carrier-content {
    position: relative;
  }
  .p-top-carrier-top {
    display: flex;
  }
  .p-top-carrier__menu {
    flex-flow: row wrap;
    width: 60%;
    margin: 0;
  }
  .p-top-carrier-middle {
    margin-top: 67px;
  }
  .p-top-carrier-middle__heading {
    font-size: 2.6rem;
  }
  .p-top-carrier__unit:first-child::before {
    top: 27px;
    right: 45px;
  }
  .p-top-carrier__unit:nth-child(2)::before {
    top: 37px;
    right: 41px;
  }
  .p-top-carrier__unit:nth-child(3)::before {
    top: 36px;
    right: 56px;
  }
  .p-top-carrier-middle-note {
    font-size: 4rem;
    text-align: left;
  }
  .p-top-carrier-middle__title {
    font-size: 3rem;
  }
  .p-top-carrier__lead {
    padding: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1240px) {
  .p-top-about-catch {
    width: 100%;
  }
  .p-top-carrier::before {
    width: 95vw;
  }
  .p-top-carrier__inner {
    max-width: 1210px;
    width: 100%;
  }
  .p-top-carrier-area {
    width: 49%;
  }
  .p-top-carrier__menu {
    flex-flow: unset;
    width: 50%;
  }
  .p-top-carrier-note {
    margin: 0;
  }
  .p-top-carrier-note:first-child {
    max-width: 146px;
  }
  .p-top-carrier-note:nth-child(2), .p-top-carrier-note:nth-child(3) {
    max-width: 172px;
  }
  .p-top-carrier__list {
    justify-content: center;
    gap: 15px;
  }
  .p-top-carrier__item {
    max-width: 250px;
    width: 23.5%;
  }
  .p-top-carrier__item:nth-child(1), .p-top-carrier__item:nth-child(3), .p-top-carrier__item:nth-child(6), .p-top-carrier__item:nth-child(8) {
    background: #FFDD6E;
  }
  .p-top-carrier__item:nth-child(2), .p-top-carrier__item:nth-child(4), .p-top-carrier__item:nth-child(5), .p-top-carrier__item:nth-child(7) {
    background: #FFF3A9;
  }
}
/**
 * #Message
 */
.p-message {
  position: relative;
  padding-bottom: 140px;
}
.p-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/main/bg_orange.png);
  background-repeat: repeat;
  background-size: contain;
  background-blend-mode: overlay;
  opacity: 0.8;
  z-index: 0;
}

.p-message__inner {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px 48px;
}

.p-message__title {
  position: relative;
  max-width: 198px;
  width: 100%;
}

.p-message-content {
  margin-top: 55px;
}

.p-message__lead {
  position: relative;
  max-width: 255px;
  width: 100%;
  margin: 0;
}

.p-message-area {
  position: relative;
  margin-top: 52px;
}

.p-message-area p {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.6;
}

.p-message__text {
  max-width: 310px;
  width: 100%;
}

.p-message__link {
  border: 1px solid #2B2B2B;
  background: transparent;
  color: #2B2B2B;
  text-align: center;
  box-shadow: none;
}
.p-message__link::after {
  width: 10px;
  height: 20px;
  background-image: url(../images/common/icon_arrow_message.png);
}
.p-message__link:hover {
  background: #2B2B2B;
  color: #fff;
  opacity: 1;
}
.p-message__link:hover::after {
  background-image: url(../images/common/icon_arrow_message_hover.png);
}

@media screen and (min-width: 768px) {
  .p-message__inner {
    width: 80%;
  }
  .p-message-area {
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .p-message {
    padding-bottom: 0;
  }
  .p-message__inner {
    padding-top: 170px;
    padding-bottom: 120px;
  }
  .p-message__title {
    position: absolute;
    top: 40px;
    left: 30px;
    max-width: 74px;
  }
  .p-message-content {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
  }
  .p-message__lead {
    max-width: 236px;
    width: 19%;
    margin: 0;
  }
  .p-message-area {
    max-width: 580px;
    width: 100%;
    margin: 0;
  }
  .p-message-area p {
    font-size: 2.4rem;
  }   
  .p-message__text {
    max-width: 548px;
  }
  .p-message__link {
    margin: 60px 0 0 0;
    padding: 18px 30px;
    font-size: 1.5rem;
    text-align: left;
  }
}
/**
 * #About
 */
.p-about {
  background-color: rgb(255, 255, 255);
}

/**
 * #Career
 */
.p-career .p-page-intro {
  padding: 0;
}
.p-career .p-page-top {
  position: unset;
}

.p-career__inner {
  max-width: 372px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.p-page-section .p-page-top {
  top: -115px;
}
.p-page-section .p-page-intro {
  padding: 0;
}

.p-career-content {
  transform: translateY(-100px);
}

.p-career-intro {
  margin-top: 34px;
}

.p-career__figure {
  max-width: 295px;
  width: 100%;
  margin: 0 auto;
}

.p-career-area {
  margin-top: 50px;
}

.p-career__item {
  position: relative;
  max-width: 343px;
  width: 100%;
  margin: 0 auto;
  padding: 22px 24px;
  z-index: 10;
}
.p-career__item::before {
  content: "";
  position: absolute;
  top: 0;
  width: 96vw;
  height: 100%;
  background: #FFCC28;
  z-index: -1;
}
.p-career__item:nth-child(odd)::before {
  left: 0;
  border-radius: 0 15px 15px 0;
  margin: 0 calc(50% - 50vw);
}
.p-career__item:nth-child(even) {
  margin: 30px auto;
}
.p-career__item:nth-child(even)::before {
  right: 0;
  border-radius: 15px 0 0 15px;
  margin: 0 calc(50% - 50vw);
}

.p-career__heading {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-career__heading span {
  color: #fff;
  font-size: 4.7rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  letter-spacing: 0.05em;
}

.p-career__text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.84;
  letter-spacing: 0.02em;
}

.p-career-summary__inner {
  padding: 55px 0 80px;
}

.p-career-summary__heading {
  font-size: 2rem;
  font-weight: 700;
}

.p-career__lead {
  margin-top: 18px;
  padding: 0 3px 0 2px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.02em;
}

.p-career-summary-area {
  margin-top: 45px;
}

.p-career__unit {
  border-radius: 15px;
  background: #FFCC28;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.16);
  margin-top: 22px;
}
.p-career__unit:first-child {
  margin-top: 0;
}

.p-career__title {
  padding: 21px 0 14px 24px;
  border-bottom: 1px solid #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.p-career__desc {
  padding: 15px 18px 22px 24px;
}

@media screen and (min-width: 1024px) {
  .p-career .p-page-top {
    top: -180px;
  }
  .p-career .u-text__lead {
    width: 45%;
  }
  .p-career__inner {
    max-width: 1280px;
    padding-bottom: 150px;
  }
  .p-career-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 42px;
  }
  .p-career__figure {
    max-width: 466px;
    width: 50%;
    margin: 0;
  }
  .p-career-area {
    width: 50%;
    margin: 0;
  }
  .p-career__item {
    max-width: 612px;
    margin: 0;
    padding: 40px 47px 27px 108px;
  }
  .p-career__item::before {
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
  }
  .p-career__item:nth-child(odd)::before {
    margin: 0;
    border-radius: 15px;
  }
  .p-career__item:nth-child(even) {
    margin: 30px 0;
  }
  .p-career__item:nth-child(even)::before {
    right: 0;
    margin: 0;
    border-radius: 15px;
  }
  .p-career__heading {
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: 800;
  }
  .p-career__heading span {
    position: absolute;
    top: 16px;
    left: 22px;
  }
  .p-career__text {
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-career-summary {
    margin-top: 85px;
  }
  .p-career-summary__inner {
    padding: 0;
  }
  .p-career-summary__heading {
    padding-bottom: 14px;
    border-bottom: 1px solid #FFCC28;
    font-size: 2.5rem;
    font-weight: 800;
  }
  .p-career__lead {
    margin-top: 25px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-career-summary-area {
    display: flex;
    gap: 52px;
    margin-top: 52px;
  }
  .p-career__unit {
    max-width: 378px;
    width: 100%;
    margin: 0;
  }
  .p-career__title {
    padding: 32px 42px 20px;
    font-size: 2.2rem;
  }
  .p-career__desc {
    padding: 28px 42px 20px;
  }
}
@media screen and (min-width: 1240px) {
  .p-career-content {
    transform: translateY(-150px);
  }
  .p-career__figure {
    width: 100%;
  }
  .p-career-area {
    width: auto;
  }
}
@media screen and (min-width: 1440px) {
  .p-career .p-page-top {
    top: -180px;
  }
}
@media screen and (min-width: 1920px) {
  .p-career-content {
    transform: translateY(-200px);
  }
  .p-career__figure {
    width: 100%;
  }
}
/**
 * #Why
 */
.p-why__inner {
  padding-top: 52px;
}

.p-why__title {
  max-width: 297px;
  width: 100%;
  margin: 0 auto;
}

.p-why-content {
  margin-top: 24px;
}

.p-why-top {
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
  padding: 0 30px;
}

.p-why-top__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  gap: 7px;
  width: 100%;
}

.p-why-top-number {
  width: 34px;
}

.p-why-top-choice {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.p-why-top-reason {
  font-size: 3.2rem;
  font-weight: 800;
}
.p-why-top-reason span {
  font-size: 3.2rem;
  font-weight: 800;
}

.p-why-top__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.p-why-area {
  margin-top: 38px;
}

.p-why__item {
  display: flex;
  flex-direction: column;
}

.p-why-banner {
  padding-bottom: 58px;
}

.p-why__head {
  position: relative;
}

.p-why-number {
  position: absolute;
  top: 80%;
  left: 28px;
  color: #fff;
  font-size: 7rem;
  font-family: "Bebas Neue", serif;
  line-height: 1.1;
  letter-spacing: 0.03em;
}

.p-why-category {
  color: #fff;
  font-size: 2rem;
  font-family: "Bebas Neue", serif;
  line-height: 1.25;
  letter-spacing: 0.07em;
}

.p-why__body {
  padding: 34px 30px 58px;
}

.p-why__heading {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.6;
}

.p-why-category {
  margin: 5px 0;
}

.p-why__lead {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.p-why__text {
  margin-top: 18px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.86;
}

.p-why-figure {
  display: block;
  width: 100%;
  margin: 18px auto 0;
}

.p-why__link {
  padding: 14px;
  box-shadow: none;
  font-weight: 500;
}
.p-why__link:hover {
  opacity: 0.8;
}

.p-why__link--first {
  bottom: unset;
}

.p-why__link--second {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .p-why .c-link {
    max-width: 300px;
    border: 1px solid #2B2B2B;
    background: transparent;
    color: #2B2B2B;
  }
  .p-why .c-link::after {
    background-image: url(../images/common/icon_arrow_message.png);
  }
  .p-why .c-link:hover {
    background: #2B2B2B;
    color: #fff;
    opacity: 1;
  }
  .p-why .c-link:hover::after {
    background-image: url(../images/common/icon_arrow_message_hover.png);
  }
  .p-why__inner {
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
    padding-top: 95px;
    padding: 95px 24px 190px;
  }
  .p-why__title {
    max-width: 198px;
    margin: 0;
  }
  .p-why-top {
    padding: 0;
  }
  .p-why-top__title {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .p-why__title {
    position: absolute;
    top: 40px;
    left: 30px;
    max-width: 74px;
  }
  .p-why-content {
    width: 95%;
    margin-top: 0;
    margin-left: auto;
  }
  .p-why-top__title {
    position: relative;
    gap: 10px;
    width: auto;
    padding-right: 40px;
  }
  .p-why-top__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 2px;
    height: 107px;
    background: #2B2B2B;
    transform: translateY(-50%);
  }
  .p-why-top-number {
    width: 67px;
  }
  .p-why-top-choice {
    font-size: 2.9rem;
  }
  .p-why-top-reason {
    font-size: 5.3rem;
  }
  .p-why-top-reason span {
    font-size: 4.6rem;
  }
  .p-why-top__text {
    width: 55%;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
  }
  .p-why__item {
    margin-top: 38px;
  }
  .p-why-banner {
    margin: 38px auto 0;
    padding: 0;
  }
  .p-why-number {
    top: -35px;
    left: 10px;
  }
  .p-why-category {
    position: absolute;
    top: 12px;
    right: 14px;
  }
  .p-why__body {
    position: relative;
    height: 440px;
    padding: 0;
    background: #FFDD6E;
  }
  .p-why__heading {
    font-size: 2rem;
  }
  .p-why__desc {
    padding: 14px 25px 24px;
  }
  .p-why__lead {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
  .p-why__text {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .p-why .c-link {
    position: relative;
    bottom: unset;
    left: unset;
    max-width: 315px;
    margin: 20px 0 0;
    transform: unset;
  }
  .p-why__inner {
    width: 80%;
    padding: 130px 24px 104px;
  }
  .p-why-area {
    margin-top: 45px;
  }
  .p-why__item {
    margin-top: 30px;
    flex-direction: row;
  }
  .p-why__item:first-child {
    margin-top: 0;
  }
  .p-why-banner {
    margin: 30px auto 0;
    padding: 0;
  }
  .p-why__head {
    position: relative;
    max-width: 440px;
    width: 50%;
  }
  .p-why-number {
    top: 8px;
    left: 14px;
  }
  .p-why__body {
    max-width: 712px;
    width: 62%;
    height: auto;
    padding: 30px;
    border-radius: 0 10px 10px 0;
  }
  .p-why__heading {
    display: block;
    height: auto;
    padding: 0;
    border-bottom: none;
  }
  .p-why__desc {
    margin-top: 12px;
    padding: 0;
  }
  .p-why-category {
    top: unset;
    bottom: 15px;
    right: unset;
    left: 15px;
  }
  .p-why-row .p-why__text {
    width: 100%;
  }
  .p-why-thumb img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
  }
  .p-why-figure {
    max-width: 273px;
    width: 100%;
    margin: 0;
  }
  .p-why__text {
    width: 100%;
  }
  .p-why__flex {
    margin-top: 28px;
  }
}
@media screen and (min-width: 1240px) {
  .p-why__inner {
    width: 100%;
  }
  .p-why-top {
    align-items: center;
    gap: 0;
  }
  .p-why-top__title {
    padding-right: 80px;
  }
  .p-why-top__text {
    width: 42%;
  }
  .p-why__head {
    width: 100%;
  }
  .p-why__body {
    width: 62%;
    padding: 33px 52px;
  }
  .p-why-banner {
    padding: 0;
  }
  .p-why-row .p-why__text {
    width: 53%;
  }
  .p-why-figure {
    position: absolute;
    top: 48px;
    right: 22px;
  }
  .p-why__text {
    width: 100%;
  }
  .p-why__flex {
    display: flex;
    gap: 23px;
  }
}
@media screen and (min-width: 1500px) {
  .p-why-content {
    width: 100%;
    margin: 0;
  }
}
/**
 * #Voice
 */
.p-voice .p-voice__inner {
  padding-bottom: 180px;
}

.p-voice__inner {
  padding: 90px 0;
}

.p-voice__inner--second {
  padding-bottom: 0;
}

.p-voice__title {
  position: absolute;
  top: -20px;
  left: 20px;
  max-width: 223px;
  width: 100%;
}

.p-voice-top {
  padding: 0 28px;
}

.p-voice-top--second {
  width: 88.53%;
  margin: 0 auto;
}

.p-voice-top__lead {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.p-voice-top__text {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.p-voice-area {
  margin-top: 28px;
}

.p-voice__list {
  display: flex;
  flex-flow: row wrap;
}

.p-voice__item {
  width: 50%;
}

.p-voice__link {
  position: relative;
  display: block;
}

.p-voice-name {
  position: absolute;
  top: 7px;
  left: 7px;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1.25;
  letter-spacing: 0.07em;
}

.p-voice__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 116px;
  padding: 16px 18px 7px;
}

.p-voice__desc--first {
  background: rgba(255, 204, 40, 0.85);
}

.p-voice__desc--second {
  background: rgba(240, 95, 0, 0.85);
}

.p-voice__text {
  color: #2B2B2B;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-voice-more {
  position: absolute;
  bottom: 6px;
  right: 24px;
  display: flex;
  align-items: baseline;
  justify-content: end;
  gap: 6px;
  margin-left: auto;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Bebas Neue", serif;
  letter-spacing: 0.05em;
}
.p-voice-more::after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background-image: url(../images/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p-voice__lead {
  font-size: 1.8rem;
}

@media screen and (min-width: 1024px) {
  .p-voice::after {
    content: "";
    position: absolute;
    top: -105px;
    right: 62px;
    display: block;
    width: 113px;
    height: 119px;
    background-image: url(../images/main/icon_nahato02.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
  }
  .p-voice .p-voice__inner {
    padding-bottom: 120px;
  }
  .p-voice__title {
    position: unset;
    max-width: 1288px;
    width: 100%;
    margin: 0 auto;
  }
  .p-voice-img {
    display: block;
    max-width: 504px;
    padding: 0 24px;
  }
  .p-voice-content {
    margin-top: 28px;
  }
  .p-voice-top {
    max-width: 1288px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
  }
  .p-voice-top__lead {
    font-size: 2.6rem;
  }
  .p-voice-top__text {
    margin-top: 24px;
    font-size: 1.6rem;
  }
  .p-voice-progress {
    position: absolute;
    bottom: -54px;
    left: 50%;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    background: #FFCC28;
    transform: translateX(-50%);
  }
  .p-voice-progress .my-carousel-progress-bar {
    background: #FFFFFF;
    height: 2px;
    transition: width 400ms ease;
    width: 20%;
  }
  .p-voice-area.pc .p-voice__link:hover .p-voice__desc {
    opacity: 1;
  }
  .p-voice__list {
    flex-flow: unset;
  }
  .p-voice-name {
    top: 18px;
    right: 12px;
    font-size: 2.8rem;
    writing-mode: vertical-rl;
  }
  .p-voice__desc {
    height: 150px;
    padding: 14px 30px;
    opacity: 0;
    transition: 0.3s;
  }
  .p-voice__text {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .p-voice-more {
    left: 30px;
    bottom: 14px;
    justify-content: flex-start;
    margin-top: 15px;
    font-size: 1.5rem;
  }
  .p-voice--second::after {
    content: none;
  }
  .p-voice--second .p-voice-img {
    max-width: 570px;
  }
  .p-voice__inner--second {
    padding-bottom: 180px;
  }
  .p-voice-top--second {
    max-width: 1288px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
  }
}
/**
 * #What
 */
.p-what__inner {
  padding: 110px 29px 80px;
}

.p-what-thumb {
  position: absolute;
  top: -125px;
  left: 0;
  display: block;
  max-width: 317px;
  width: 100%;
}

.p-what__desc {
  position: relative;
  z-index: 10;
}

.p-what__title {
  max-width: 258px;
  width: 100%;
}

.p-what__lead {
  margin-top: 16px;
  font-size: 2.4rem;
  font-weight: 800;
}

.p-what__text {
  margin-top: 18px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.p-what__link {
  margin-top: 20px;
  border: 1px solid #2B2B2B;
  background: transparent;
  color: #2B2B2B;
  text-align: left;
  box-shadow: none;
}
.p-what__link::after {
  background-image: url(../images/common/icon_arrow_message.png);
}
.p-what__link:hover {
  color: #fff;
  background: #2B2B2B;
  opacity: 1;
}
.p-what__link:hover::after {
  background-image: url(../images/common/icon_arrow_message_hover.png);
}

@media screen and (min-width: 1024px) {
  .p-what::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 0;
    display: block;
    width: 113px;
    height: 119px;
    background-image: url(../images/main/icon_nahato02.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
  }
  .p-what__inner {
    padding: 0;
  }
  .p-what-content {
    display: flex;
    align-items: center;
    gap: 50px;
  }
  .p-what-thumb {
    position: unset;
    max-width: 100%;
    width: 50%;
  }
  .p-what__desc {
    max-width: 100%;
    width: 44%;
    padding: 0;
    margin-left: auto;
  }
  .p-what__title {
    max-width: 362px;
  }
  .p-what__lead {
    margin-top: 20px;
    font-size: 2.6rem;
  }
  .p-what__text {
    font-size: 1.6rem;
  }
  .p-what__link {
    margin-top: 28px;
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1240px) {
  .p-what-content {
    gap: 130px;
  }
}
/**
 * #News
 */
.p-news__inner {
  padding: 80px 20px;
}

.p-news__title {
  position: absolute;
  top: -15px;
  left: 20px;
  max-width: 120px;
  width: 100%;
}
.p-news__title span {
  display: block;
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: 900;
}

.p-news-group {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.p-news-awards,
.p-news-media {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.p-news-awards__title,
.p-news-media__title {
  padding: 0 24px;
  color: #FFCC28;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  letter-spacing: 0.05em;
}

.splide-awards {
  margin-top: 7px;
}

.p-news-awards__item,
.p-news-media__item {
  width: auto;
  height: 70px;
  padding: 0 10px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
}
.p-news-awards__item img,
.p-news-media__item img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.p-news-media {
  margin-top: 30px;
}

.p-news-media__item {
  padding: 12px 10px;
}

.splide-media {
  margin-top: 7px;
}

.p-news-top__text {
  margin-top: 20px;
  padding: 0 2px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.p-news-area {
  margin-top: 35px;
}

.p-news__list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 25px;
}

.p-news__link {
  display: flex;
  width: 100%;
  color: #2B2B2B;
}

.p-news-thumb {
  max-width: 130px;
  min-width: 130px;
  width: 100%;
}
.p-news-thumb img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

.p-news__desc {
  width: 100%;
  padding: 11px 18px 11px 11px;
  border-radius: 0 10px 10px 0;
  background-color: rgb(255, 255, 255);
}
.p-news__desc time {
  color: #F08C00;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  letter-spacing: 0.05em;
}

.p-news__heading {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.p-news-more {
  border: 1px solid #2B2B2B;
  background: transparent;
  color: #2B2B2B;
  text-align: center;
  box-shadow: none;
}
.p-news-more::after {
  background-image: url(../images/common/icon_arrow_message.png);
}
.p-news-more:hover {
  color: #fff;
  background: #2B2B2B;
  opacity: 1;
}
.p-news-more:hover::after {
  background-image: url(../images/common/icon_arrow_message_hover.png);
}

@media screen and (min-width: 768px) {
  .p-news-awards__item,
  .p-news-media__item {
    height: 84px;
  }
  .p-news__list {
    justify-content: center;
  }
  .p-news__link {
    max-width: 611px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-news__inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
  }
  .p-news__title {
    position: unset;
    max-width: 166px;
  }
  .p-news__title span {
    margin-top: 20px;
    font-size: 2.6rem;
  }
  .p-news-content {
    margin-top: 60px;
  }
  .p-news-group {
    justify-content: flex-start;
    gap: 40px;
  }
  .p-news-awards,
  .p-news-media {
    max-width: 600px;
    width: 47%;
    margin: 0;
  }
  .p-news-awards__title,
  .p-news-media__title {
    padding: 0;
    font-size: 3rem;
    font-weight: bold;
  }
  .splide-awards,
  .splide-media {
    padding: 18px;
    border: 1px solid #FFCC28;
    border-radius: 10px;
  }
  .p-news-top__text {
    padding: 0;
    margin-top: 18px;
    font-size: 0.9rem;
  }
  .p-news__desc {
    padding: 22px 45px 32px 26px;
  }
  .p-news__heading {
    margin-top: 7px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1240px) {
  .p-news-awards,
  .p-news-media {
    width: 50%;
  }
}
/**
 * #Page
 */
.p-page-kv {
  position: relative;
  z-index: 100;
}

.p-page-kv--about .p-page-kv__heading {
  width: 66.7vw;
}
.p-page-kv--about .p-page-kv__heading .p-page-kv-block {
  max-width: 186px;
}
.p-page-kv--about .p-page-kv__lead span {
  max-width: 496px;
  width: 100%;
}

.p-page-kv--service .p-page-kv__heading {
  width: 80vw;
}
.p-page-kv--service .p-page-kv__heading .p-page-kv-block {
  max-width: 243px;
}
.p-page-kv--service .p-page-kv__lead span {
  max-width: 496px;
  width: 100%;
}

.p-page-kv--business .p-page-kv__heading {
  top: 70px;
  width: 91vw;
}
.p-page-kv--business .p-page-kv__heading .p-page-kv-block {
  max-width: 277px;
}
.p-page-kv--business .p-page-kv__lead span {
  max-width: 630px;
  width: 100%;
}

.p-page-kv--office .p-page-kv__heading {
  width: 67vw;
}
.p-page-kv--office .p-page-kv__heading .p-page-kv-block {
  max-width: 180px;
}

.p-page-kv--career .p-page-kv__heading {
  width: 91vw;
}
.p-page-kv--career .p-page-kv__heading .p-page-kv-block {
  max-width: 277px;
}

.p-page-kv--event .p-page-kv__heading {
  width: 75vw;
}
.p-page-kv--event .p-page-kv__heading .p-page-kv-block {
  max-width: 210px;
}

.p-page-kv__thumb {
  display: block;
}

.p-page-kv__heading {
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  padding: 30px 40px 25px 20px;
  text-align: right;
  transition: 1.5s;
  z-index: 1;
}
.p-page-kv__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 95, 0, 0.8);
  z-index: -1;
}

.p-page-kv__heading--career {
  max-width: 340px;
}
.p-page-kv__heading--career img {
  max-width: 278px;
}

.p-page-kv-block {
  display: inline-block;
  width: 100%;
  margin-left: auto;
}

.p-page-kv__title {
  margin-top: 14px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: left;
}

.p-page-kv__lead {
  position: absolute;
  bottom: -65px;
  right: 0;
  width: 93%;
  padding: 18px 30px 18px 20px;
  color: #fff;
  transition: 0.9s;
  z-index: 1;
}
.p-page-kv__lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.p-page-kv__lead span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.85;
}

.p-page-intro {
  position: relative;
  width: 100%;
  padding-top: 165px;
}

.p-page-intro--first {
  position: absolute;
  top: -120px;
  left: 0;
  padding-top: 0;
}
.p-page-intro--first .p-page-top {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
}

.p-page-top {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 100;
}

.p-page__thumb {
  display: block;
  max-width: 353px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.p-page__heading {
  width: 100%;
  padding-left: 0;
  transform: translateY(-15px);
}

.p-page__heading--message {
  padding-left: 20px;
}
.p-page__heading--message img {
  max-width: 290px;
}

.p-page__heading--do img {
  max-width: 100%;
}

.p-page__heading--member img {
  max-width: 181px;
}

.p-page__heading--marketing img {
  max-width: 257px;
}
.p-page__heading--marketing .p-page__title {
  margin-top: 22px;
}

.p-page__heading--sns img {
  max-width: 278px;
}
.p-page__heading--sns .p-page__title {
  margin-top: 22px;
}

.p-page__heading--influence img {
  max-width: 260px;
}
.p-page__heading--influence .p-page__title {
  margin-top: 22px;
}

.p-page__heading--business {
  transform: translateY(-22px);
}
.p-page__heading--business img {
  max-width: 308px;
}
.p-page__heading--business .p-page__title {
  margin-top: 20px;
}

.p-page__heading--product {
  transform: unset;
}
.p-page__heading--product img {
  max-width: 306px;
}
.p-page__heading--product .p-page__title {
  margin-top: 20px;
}

.p-page__heading--work img {
  max-width: 308px;
}
.p-page__heading--work .p-page__title {
  margin-top: 20px;
}

.p-page__heading--fellows img {
  max-width: 194px;
}
.p-page__heading--fellows .p-page__title {
  margin-top: 10px;
}

.p-page__heading--gallery img {
  max-width: 190px;
  width: 100%;
}

.p-page__heading--career img {
  max-width: 308px;
}
.p-page__heading--career .p-page__title {
  margin-top: 24px;
}

.p-page__heading--system img {
  max-width: 260px;
}

.p-page__heading--welfare {
  transform: translateY(-18px);
}
.p-page__heading--welfare img {
  max-width: 200px;
}

.p-page__heading--event {
  transform: translateY(-18px);
}
.p-page__heading--event img {
  max-width: 163px;
}

.p-page__title {
  display: block;
  margin-top: 10px;
  color: #2B2B2B;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.8;
}

.p-page-content {
  transform: translateY(calc(var(--offset, 0px) * -1));
  transition: transform 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-page-kv--about .p-page-kv__heading {
    width: 45vw;
  }
  .p-page-kv--service .p-page-kv__heading {
    width: 45vw;
  }
  .p-page-kv--business .p-page-kv__heading {
    top: 100px;
    width: 45vw;
  }
  .p-page-kv--office .p-page-kv__heading {
    width: 45vw;
  }
  .p-page-kv--career .p-page-kv__heading {
    width: 45vw;
  }
  .p-page-kv--event .p-page-kv__heading {
    width: 45vw;
  }
  .p-page-kv__thumb img {
    height: 480px;
    object-fit: cover;
  }
  .p-page-kv__heading {
    width: 42%;
  }
  .p-page-kv__lead {
    width: 76%;
  }
  .p-page-intro--first {
    position: relative;
    top: 0;
  }
  .p-page-intro--first .p-page__thumb {
    max-width: 567px;
    width: 100%;
    margin: 0;
  }
  .p-page-intro--first .p-page__heading {
    position: absolute;
    top: 0;
    bottom: unset;
    right: -380px;
    left: unset;
    width: 100%;
  }
  .p-page__heading--message {
    padding-left: 0;
  }
  .p-page__heading--message img {
    max-width: 578px;
  }
  .p-page__heading--member img {
    max-width: 653px;
    width: 64%;
  }
  .p-page__heading--member .p-page__title {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .p-page-kv--about .p-page-kv__heading {
    max-width: 803px;
    width: 53.33333333%;
  }
  .p-page-kv--about .p-page-kv__heading .p-page-kv-block {
    max-width: 373px;
    width: 53.33333333%;
  }
  .p-page-kv--about .p-page-kv__lead {
    max-width: 952px;
    width: 53.33333333%;
  }
  .p-page-kv--service .p-page-kv__heading {
    max-width: 910px;
    width: 55%;
  }
  .p-page-kv--service .p-page-kv__heading .p-page-kv-block {
    max-width: 489px;
    width: 80%;
  }
  .p-page-kv--service .p-page-kv__lead {
    max-width: 952px;
    width: 53.33333333%;
  }
  .p-page-kv--business .p-page-kv__heading {
    top: 140px;
    width: 64.5vw;
    padding: 55px 95px 55px 20px;
  }
  .p-page-kv--business .p-page-kv__heading .p-page-kv-block {
    max-width: 834px;
    width: 80%;
  }
  .p-page-kv--business .p-page-kv__lead {
    max-width: 952px;
    width: 53.33333333%;
  }
  .p-page-kv--office .p-page-kv__heading {
    width: 49.5vw;
    padding-right: 165px;
    padding: 55px 95px 55px 20px;
  }
  .p-page-kv--office .p-page-kv__heading .p-page-kv-block {
    max-width: 360px;
    width: 100%;
  }
  .p-page-kv--office .p-page-kv__lead {
    max-width: 952px;
    width: 53.33333333%;
  }
  .p-page-kv--career .p-page-kv__heading {
    width: 49.5vw;
    padding: 55px 95px 55px 20px;
  }
  .p-page-kv--career .p-page-kv__heading .p-page-kv-block {
    max-width: 558px;
  }
  .p-page-kv--career .p-page-kv__lead {
    max-width: 952px;
    width: 53.33333333%;
  }
  .p-page-kv--event .p-page-kv__heading {
    width: 45vw;
  }
  .p-page-kv--event .p-page-kv__heading .p-page-kv-block {
    max-width: 418px;
  }
  .p-page-kv--event .p-page-kv__lead {
    max-width: 952px;
    width: 53.33333333%;
  }
  .p-page-kv__thumb img {
    height: 600px;
  }
  .p-page-kv__heading {
    padding: 42px 95px 42px 20px;
  }
  .p-page-kv__heading--career {
    max-width: 340px;
  }
  .p-page-kv__heading--career img {
    max-width: 278px;
  }
  .p-page-kv__heading--welfare {
    max-width: 280px;
  }
  .p-page-kv__heading--welfare img {
    max-width: 210px;
  }
  .p-page-kv__title {
    font-size: 2.5rem;
    font-weight: 800;
  }
  .p-page-kv__lead {
    padding: 34px 43px;
  }
  .p-page-kv__lead span {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .p-page-intro--first .p-page__heading {
    top: 58px;
    bottom: unset;
    right: -90%;
    left: unset;
    width: 100%;
  }
  .p-page-intro--first .p-page__heading .p-page__title {
    margin-top: 26px;
  }
  .p-page__thumb {
    max-width: 1200px;
    width: 62.5vw;
  }
  .p-page__heading--marketing {
    max-width: 1026px;
    width: 53.4%;
  }
  .p-page__heading--marketing img {
    max-width: 1026px;
  }
  .p-page__heading--fellows {
    width: 100%;
  }
  .p-page__heading--fellows img {
    max-width: 748px;
    width: 40%;
  }
  .p-page__heading--gallery {
    width: 100%;
  }
  .p-page__heading--gallery img {
    max-width: 602px;
    width: 40%;
  }
  .p-page__heading--system img {
    max-width: 877px;
    width: 60%;
  }
  .p-page__heading--career {
    max-width: 617px;
    width: 100%;
  }
  .p-page__heading--career img {
    max-width: 617px;
    width: 40%;
  }
  .p-page__heading--career .p-page__title {
    margin-top: 20px;
  }
  .p-page__heading--welfare {
    max-width: 386px;
    width: 100%;
    transform: translateY(-35px);
  }
  .p-page__heading--welfare img {
    max-width: 386px;
    width: 60%;
  }
  .p-page__heading--event {
    max-width: 323px;
    width: 100%;
    transform: translateY(-24px);
  }
  .p-page__heading--event img {
    max-width: 323px;
    width: 70%;
  }
  .p-page__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .p-page-kv__heading {
    padding: 72px 95px 72px 20px;
  }
  .p-page__heading--marketing {
    width: 100%;
    transform: translateY(-35px);
  }
  .p-page__heading--business {
    max-width: 602px;
    width: 100%;
    transform: translateY(-34px);
  }
  .p-page__heading--business img {
    max-width: 100%;
    width: 100%;
  }
  .p-page__heading--product img {
    max-width: 610px;
  }
  .p-page__heading--product .p-page__title {
    margin-top: 30px;
  }
  .p-page__heading--work {
    width: 100%;
    transform: translateY(-35px);
  }
  .p-page__heading--work img {
    max-width: 602px;
    width: 100%;
  }
  .p-page__heading--fellows {
    transform: translateY(-35px);
  }
  .p-page__heading--fellows img {
    width: 100%;
  }
  .p-page__heading--gallery img {
    width: 100%;
  }
  .p-page__heading--system {
    left: 100px;
    transform: translateY(-35px);
  }
  .p-page__heading--system img {
    width: 100%;
  }
  .p-page__heading--career {
    transform: translateY(-35px);
  }
  .p-page__heading--career img {
    width: 100%;
  }
  .p-page__heading--career .p-page__title {
    margin-top: 30px;
  }
  .p-page__heading--welfare img {
    width: 100%;
  }
  .p-page__heading--event {
    transform: translateY(-35px);
  }
  .p-page__heading--event img {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .p-page-kv__heading {
    padding: 72px 95px 72px 20px;
  }
  .p-page__heading--marketing {
    max-width: 1026px;
  }
  .p-page__heading--business {
    width: 100%;
  }
  .p-page__heading--system .p-page__title {
    margin-top: 36px;
  }
  .p-page__heading--career img {
    width: 100%;
  }
  .p-page__heading--welfare .p-page__title {
    margin-top: 36px;
  }
  .p-page__heading--event {
    max-width: 323px;
    width: 100%;
  }
  .p-page__heading--event .p-page__title {
    margin-top: 35px;
  }
}
/**
 * #Ceo
 */
.p-ceo__inner {
  max-width: 1308px;
  width: 100%;
  margin: 0 auto;
  padding: 220px 30px 174px;
}

.p-ceo-top {
  width: 100%;
  margin: 0 auto;
}

.p-ceo__lead {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.6;
}

.p-ceo-summary {
  margin-top: 26px;
  margin-bottom: 26px;
}

.p-ceo-summary__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.p-ceo-summary__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
}
.p-ceo-summary__name span {
  display: inline-block;
  margin-left: 12px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

.p-ceo-area {
  margin-top: 50px;
}

.p-ceo__thumb {
  max-width: 353px;
  width: 100vw;
  margin: 0 auto;
}

.p-ceo__thumb--first {
  margin-right: calc(50% - 50vw);
}

.p-ceo__thumb--second {
  margin-left: calc(50% - 50vw);
}

.p-ceo-area__desc {
  width: 100%;
  margin: 28px auto 0;
}
.p-ceo-area__desc .p-ceo__lead {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-ceo__inner {
    max-width: 1300px;
    padding-top: 170px;
  }
  .p-ceo-block {
    display: flex;
    align-items: center;
    gap: 60px;
  }
  .p-ceo-top {
    margin-top: 40px;
  }
  .p-ceo-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 120px;
  }
  .p-ceo-area:nth-child(2) {
    flex-direction: row-reverse;
  }
  .p-ceo__thumb--first,
  .p-ceo__thumb--second {
    margin: 0;
  }
  .p-ceo-area__desc {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-ceo__inner {
    padding-bottom: 220px;
  }
  .p-ceo-top .p-ceo__lead {
    margin-top: 70px;
  }
  .p-ceo__lead {
    font-size: 3.6rem;
  }
  .p-ceo__lead--second {
    font-size: 3.2rem;
  }
  .p-ceo-summary {
    margin-top: 65px;
    margin-bottom: 0;
  }
  .p-ceo-summary__text {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .p-ceo-summary__name {
    font-size: 2.7rem;
    font-weight: 700;
  }
  .p-ceo-summary__name span {
    font-size: 2rem;
  }
  .p-ceo__thumb {
    max-width: 535px;
    width: 74%;
  }
  .p-ceo-area__desc {
    max-width: 566px;
    width: 100%;
  }
}
@media screen and (min-width: 1240px) {
  .p-ceo-area {
    gap: 0;
  }
}
/**
 * #Do
 */
.p-do {
  background-color: rgb(255, 255, 255);
}
.p-do .p-page-intro {
  padding: 0;
}
.p-do .p-page-top {
  position: unset;
}

.p-do__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.p-do-content {
  transform: translateY(-115px);
}

.p-do-intro {
  width: 88.53%;
  margin: 0 auto;
}

.p-do-area {
  width: 100vw;
  margin: 62px calc(50% - 50vw) 0;
}

.p-do-catch {
  padding-left: 30px;
  border-bottom: 1px solid #FFCC28;
  color: #FFCC28;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1.2;
  letter-spacing: 0.07em;
}

.p-do__desc {
  width: 84%;
  margin: 30px auto 0;
}

.p-do__lead {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.68;
}

.p-do__text {
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.p-do__figure {
  max-width: 295px;
  width: 100%;
  margin: 40px auto 0;
}

.p-do-feature {
  margin-top: 50px;
}

.p-do__heading {
  display: flex;
  align-items: center;
  gap: 33px;
  width: 92%;
  padding: 15px 0 15px 30px;
  border-radius: 0 40px 40px 0;
  background-color: #FFCC28;
}

.p-do-number {
  display: inline-block;
  color: #fff;
  font-size: 5rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1;
  letter-spacing: 0.03em;
}

.p-do-name {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #2B2B2B;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.15em;
}

.p-do-en {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1.4;
  letter-spacing: 0.07em;
}

.p-do-feature__desc {
  width: 88.53%;
  margin: 23px auto 0;
}

.p-do-feature__text {
  width: 84%;
  margin: 0 auto;
}

.p-do-feature-img {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-do__inner {
    max-width: 1308px;
  }
  .p-do-area {
    width: 100%;
    margin: 62px auto 0;
  }
  .p-do__desc {
    width: 100%;
  }
  .p-do-feature__desc {
    width: 100%;
  }
  .p-do__heading {
    border-radius: 40px;
  }
  .p-do-feature__text {
    width: 100%;
  }
  .p-do-feature-img {
    max-width: 350px;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-do {
    background: url("../images/main/bg_orange.png") center top/cover no-repeat, url("../images/main/bg_yellow.png") center bottom/cover no-repeat; /* 下の画像 */
    background-size: 100% 50%, 100% 50%; /* 画像を上下半分ずつに調整 */
  }
  .p-do .p-page-intro {
    width: 100%;
    margin: 0;
  }
  .p-do .u-text__lead {
    margin-top: 25px;
  }
  .p-do .p-do__text {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.6;
  }
  .p-do__inner {
    position: relative;
    margin: 0 auto;
    padding: 0 0 110px 40px;
  }
  .p-do__inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    border-radius: 0 50px 50px 0;
    background: #fff;
    box-shadow: 5px 5px 30px 0px rgba(240, 140, 0, 0.4);
    z-index: 0;
  }
  .p-do-content {
    position: relative;
    transform: unset;
  }
  .p-do-top {
    display: flex;
    gap: 72px;
  }
  .p-do-block {
    max-width: 560px;
    width: 77%;
    padding-top: 25px;
    padding-left: 40px;
  }
  .p-do__title {
    width: 100%;
    width: 60%;
  }
  .p-do__title .p-page__title {
    margin-top: 20px;
  }
  .p-do__thumb {
    max-width: 668px;
    width: 62%;
    margin: 0;
  }
  .p-do-area {
    max-width: 1240px;
    width: 95%;
    margin: 120px 0 0 0;
  }
  .p-do-catch {
    padding-left: 0;
    font-size: 3.5rem;
  }
  .p-do__desc {
    margin-top: 44px;
  }
  .p-do__lead {
    font-size: 4rem;
  }
  .p-do-area__body {
    display: flex;
    align-items: flex-start;
    gap: 70px;
    margin-top: 70px;
  }
  .p-do__figure {
    max-width: 432px;
    width: 60%;
    margin: 0;
  }
  .p-do-area__desc {
    max-width: 682px;
    width: 100%;
  }
  .p-do-feature {
    margin-top: 63px;
  }
  .p-do-feature:first-child {
    margin-top: 0;
  }
  .p-do__heading {
    align-items: flex-start;
    width: 100%;
    padding: 10px 30px 8px;
  }
  .p-do-feature__desc {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-left: 30px;
  }
  .p-do-feature__text {
    max-width: 270px;
    width: 100%;
    margin: 0;
  }
  .p-do-feature__text.u-text {
    font-size: 1.5rem;
  }
  .p-do-feature-img {
    max-width: 332px;
    width: 100%;
    margin: 0;
  }
  .p-do-number {
    font-size: 4rem;
  }
  .p-do-name {
    justify-content: space-between;
    width: 100%;
    font-size: 2.2rem;
  }
  .p-do-en {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-do .p-page-intro {
    position: relative;
  }
  .p-do__inner {
    max-width: 1200px;
  }
  .p-do-top {
    align-items: flex-end;
    gap: 136px;
  }
  .p-do-block {
    max-width: 540px;
    padding: 0;
  }
  .p-do__thumb {
    max-width: 668px;
  }
  .p-do-group {
    padding-right: 100px;
  }
  .p-do-area {
    width: 100%;
    margin-left: auto;
  }
  .p-do-area:nth-child(2) {
    margin-top: 170px;
  }
}
@media screen and (min-width: 1600px) {
  .p-do .u-text__lead {
    margin-top: 55px;
  }
  .p-do__inner {
    max-width: 1380px;
  }
  .p-do__title {
    width: 100%;
  }
}
/**
 * #Board
 */
.p-board .p-page-intro {
  padding: 0;
}
.p-board .p-page-top {
  position: unset;
}
.p-board .p-page__heading {
  left: 0;
  transform: unset;
}

.p-board__inner {
  max-width: 1308px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px 90px;
}

.p-board-content {
  transform: translateY(-15px);
}

.p-board-group {
  margin-top: 60px;
}

.p-board__unit {
  margin-top: 100px;
}
.p-board__unit:first-child {
  margin-top: 0;
}
.p-board__unit:nth-child(odd) .p-board__figure {
  margin-left: calc(50% - 50vw);
}
.p-board__unit:nth-child(even) .p-board__figure {
  margin-right: calc(50% - 50vw);
}

.p-board__figure {
  width: 92vw;
  margin: 0 auto;
}

.p-board__desc {
  width: 100%;
  margin: 20px auto 0;
}

.p-board-summary__text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.03em;
}

.p-board-summary__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
}
.p-board-summary__name span {
  display: inline-block;
  margin-left: 12px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

.p-board__text {
  margin-top: 18px;
}
.p-board__text.u-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.85;
}

@media screen and (min-width: 768px) {
  .p-board .u-text__lead {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-board__inner {
    max-width: 1280px;
    padding: 120px 30px 260px;
  }
  .p-board-group {
    display: flex;
    flex-flow: row wrap;
    gap: 74px 40px;
    margin-top: 50px;
  }
  .p-board__unit {
    max-width: 380px;
    width: 100%;
    margin-top: 0;
  }
  .p-board__unit:nth-child(odd) .p-board__figure {
    margin: 0;
  }
  .p-board__unit:nth-child(even) .p-board__figure {
    margin: 0;
  }
  .p-board__figure {
    width: 100%;
  }
  .p-board__desc {
    margin-top: 30px;
  }
  .p-board-summary__text {
    font-size: 1.5rem;
  }
  .p-board-summary__name {
    font-size: 2.7rem;
  }
  .p-board-summary__name span {
    margin-left: 22px;
    font-size: 2rem;
  }
}
/**
 * #Service
 */
.p-service {
  background-image: url(../images/main/bg_yellow.png);
  background-size: contain;
}

.p-service-video-content p {
  max-width: 80px;
  width: 100%;
  margin-left: 20px;
}

.p-service-video {
  display: block;
  width: 100%;
  margin-top: 16px;
}

.p-service-video-area {
  position: relative;
}

.p-service-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.p-service-video-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 90px;
  height: 90px;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.p-service-video-btn.is-active {
  display: none;
}

.p-service-video__play,
.p-service-video__pause {
  max-width: 120px;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #2B2B2B;
  background: #2B2B2B;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  transition: 0.3s;
}
.p-service-video__play:hover,
.p-service-video__pause:hover {
  background: #fff;
  color: #2B2B2B;
}

.p-service__inner {
  padding-top: 110px;
  padding-bottom: 30px;
}

.p-service-group {
  max-width: 372px;
  width: 100%;
  margin: 48px auto 0;
  padding: 0 20px;
}

.p-service-area {
  margin-top: 42px;
}
.p-service-area:first-child {
  margin-top: 0;
}
.p-service-area:first-child .p-service__heading img {
  max-width: 121px;
}
.p-service-area:nth-child(2) .p-service__heading img {
  max-width: 106px;
}
.p-service-area:nth-child(3) .p-service__heading img {
  max-width: 80px;
}

.p-service__heading {
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.p-service__heading img {
  width: 100%;
}
.p-service__heading span {
  display: inline-block;
  color: #2B2B2B;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
}

.p-service-note {
  margin-top: 12px;
  color: #707070;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.p-service-content {
  margin-top: 14px;
}

.p-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  column-gap: 8px;
  row-gap: 10px;
  grid-column-start: 1;
}

.p-service__item {
  position: relative;
}
.p-service__item:nth-child(2) .p-service__lead img {
  width: 23px;
}
.p-service__item:nth-child(3) .p-service__lead img {
  width: 28px;
}
.p-service__item:nth-child(4) .p-service__lead img {
  width: 16px;
}
.p-service__item:nth-child(5) .p-service__lead img {
  width: 24px;
}
.p-service__item:nth-child(5) .p-service__desc span {
  line-height: 0.92;
}
.p-service__item:nth-child(6) .p-service__lead img {
  width: 23px;
}
.p-service__item:nth-child(7) .p-service__lead img {
  width: 24px;
}
.p-service__item:nth-child(8) .p-service__lead img {
  width: 21px;
}
.p-service__item:nth-child(9) .p-service__lead img {
  width: 21px;
}

.p-service__item--first {
  grid-column: 1/3;
}

.p-service__lead {
  position: relative;
  padding: 8px 9px;
  border-radius: 5px 5px 0 0;
  background: #FFDD6E;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-service__lead img {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  transform: translateY(-50%);
}

.p-service__lead--first {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 91px;
  width: 100%;
  border-radius: 5px 0 5px 0;
}

.p-service-graph {
  border-radius: 5px;
  background: #fff;
}

.p-service-graph__inner {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 11px 15px;
}
.p-service-graph__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 27px;
  width: 90%;
  height: 1px;
  background: #FFCC28;
  transform: translateX(-50%);
}

.p-service-graph__unit {
  text-align: center;
  transition: 0.3;
}
.p-service-graph__unit:nth-child(1).is-animated .p-service-graph-box {
  height: 14px;
}
.p-service-graph__unit:nth-child(2).is-animated .p-service-graph-box {
  height: 24px;
}
.p-service-graph__unit:nth-child(3).is-animated .p-service-graph-box {
  height: 57px;
}
.p-service-graph__unit:nth-child(4).is-animated .p-service-graph-box {
  height: 93px;
}
.p-service-graph__unit:nth-child(5).is-animated .p-service-graph-box {
  height: 128px;
  background: #F08C00;
}
.p-service-graph__unit.is-animated .p-service-graph-yen {
  opacity: 1;
}

.p-service-graph-yen {
  font-size: 1.5rem;
  font-weight: 800;
  opacity: 0;
  transition: 0.3s;
}

.p-service-graph-yen--first {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
}

.p-service-graph-yen--second {
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
}

.p-service-graph-yen--third {
  font-size: 3rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
}

.p-service-graph-yen--four {
  font-size: 3.5rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
}

.p-service-graph-yen--five {
  color: #F08C00;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
}

.p-service-graph-box {
  width: 36px;
  height: 0;
  margin: 0 auto;
  background: #FFCC28;
  transition: 0.3s;
}

.p-service-graph-era {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
}

.p-service-detail {
  height: auto;
  padding: 15px 10px 18px;
  border-radius: 0 0 5px 5px;
  background: #fff;
  text-align: center;
}

.p-service-detail__head {
  position: relative;
  padding-bottom: 38px;
  font-size: 1.5rem;
  font-weight: 800;
}
.p-service-detail__head span {
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 0.5;
}
.p-service-detail__head::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: inline-block;
  width: 19px;
  height: 10px;
  background-image: url(../images/service/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.p-service-emphasis {
  width: 100%;
  color: #838383;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.p-service-detail__body {
  font-size: 1.5rem;
  font-weight: 800;
}
.p-service-detail__body span {
  color: #F08C00;
  font-size: 4.5rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 0.5;
}

.p-service__desc {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 3px;
  height: auto;
  padding: 4px 10px;
  border-radius: 0 0 5px 5px;
  background: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}
.p-service__desc span {
  color: #F08C00;
  font-size: 4.5rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
}

.p-service-alert {
  color: #707070;
  font-size: 0.9rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-service-video-content p {
    max-width: 204px;
  }
  .p-service-video-area {
    max-width: 703px;
    width: 100%;
    margin: 75px auto 0;
  }
  .p-service__inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 150px 20px 60px;
  }
  .p-service-video p {
    max-width: 204px;
    width: 20%;
    margin-left: 0;
  }
  .p-service-group {
    max-width: 100%;
    padding: 0;
    margin-top: 70px;
  }
  .p-service-area:first-child .p-service__heading img {
    max-width: 155px;
  }
  .p-service-area:nth-child(2) {
    margin-top: 75px;
  }
  .p-service-area:nth-child(2) .p-service__heading img {
    max-width: 135px;
  }
  .p-service-area:nth-child(3) {
    margin-top: 35px;
  }
  .p-service-area:nth-child(3) .p-service__heading img {
    max-width: 101px;
  }
  .p-service__heading {
    gap: 20px;
  }
  .p-service__heading span {
    font-size: 1.8rem;
  }
  .p-service-content {
    margin-top: 25px;
  }
  .p-service__list {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    gap: 10px;
  }
  .p-service__item {
    max-width: 400px;
    width: 32%;
  }
  .p-service__item.p-service__item--first {
    max-width: 607px;
    width: 50%;
    grid-column: unset;
  }
  .p-service__item.p-service__item--second {
    max-width: 296px;
    width: 23%;
  }
  .p-service-detail {
    height: 84%;
  }
  .p-service-note {
    margin-top: 18px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-service__inner {
    padding: 150px 20px 220px;
  }
  .p-service-video p {
    width: 100%;
  }
  .p-service-video video {
    max-width: 702px;
    margin: 75px auto 0;
  }
  .p-service-group {
    max-width: 100%;
    padding: 0;
    margin-top: 140px;
  }
  .p-service-area:first-child .p-service__heading img {
    max-width: 310px;
  }
  .p-service-area:nth-child(2) {
    margin-top: 130px;
  }
  .p-service-area:nth-child(2) .p-service__heading img {
    max-width: 270px;
  }
  .p-service-area:nth-child(3) {
    margin-top: 75px;
  }
  .p-service-area:nth-child(3) .p-service__heading img {
    max-width: 202px;
  }
  .p-service__heading {
    gap: 45px;
  }
  .p-service__heading span {
    font-size: 2rem;
  }
  .p-service-alert {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-service__inner {
    padding: 150px 20px 375px;
  }
  .p-service-content {
    margin-top: 25px;
  }
  .p-service__list {
    gap: 20px;
  }
  .p-service__item.p-service__item--first {
    width: 100%;
  }
  .p-service__item.p-service__item--second {
    width: 100%;
  }
  .p-service__item:nth-child(2) .p-service__lead img {
    width: 42px;
  }
  .p-service__item:nth-child(3) .p-service__lead img {
    width: 51px;
  }
  .p-service__item:nth-child(4) .p-service__lead img {
    width: 31px;
  }
  .p-service__item:nth-child(5) .p-service__lead img {
    width: 47px;
  }
  .p-service__item:nth-child(5) .p-service__desc span {
    line-height: unset;
  }
  .p-service__item:nth-child(6) .p-service__lead img {
    width: 45px;
  }
  .p-service__item:nth-child(7) .p-service__lead img {
    width: 46px;
  }
  .p-service__item:nth-child(8) .p-service__lead img {
    width: 43px;
  }
  .p-service__item:nth-child(9) .p-service__lead img {
    width: 41px;
  }
  .p-service__lead {
    padding: 18px 16px;
    font-size: 2rem;
    font-weight: 800;
  }
  .p-service__lead img {
    right: 20px;
  }
  .p-service__lead--first {
    max-width: 168px;
  }
  .p-service-graph__inner {
    min-height: 403px;
    padding: 20px 28px;
  }
  .p-service-graph__inner::after {
    bottom: 48px;
  }
  .p-service-graph__unit:nth-child(1).is-animated .p-service-graph-box {
    height: 27px;
  }
  .p-service-graph__unit:nth-child(2).is-animated .p-service-graph-box {
    height: 44px;
  }
  .p-service-graph__unit:nth-child(3).is-animated .p-service-graph-box {
    height: 106px;
  }
  .p-service-graph__unit:nth-child(4).is-animated .p-service-graph-box {
    height: 171px;
  }
  .p-service-graph__unit:nth-child(5).is-animated .p-service-graph-box {
    height: 235px;
  }
  .p-service-graph-yen {
    font-size: 2.5rem;
  }
  .p-service-graph-yen--first {
    font-size: 4.3rem;
  }
  .p-service-graph-yen--second {
    font-size: 5rem;
  }
  .p-service-graph-yen--third {
    font-size: 5.4rem;
  }
  .p-service-graph-yen--four {
    font-size: 6.4rem;
  }
  .p-service-graph-yen--five {
    font-size: 7.4rem;
  }
  .p-service-graph-box {
    width: 66px;
  }
  .p-service-graph-era {
    font-size: 2.2rem;
  }
  .p-service-detail {
    padding: 70px 10px 60px;
    height: 84%;
  }
  .p-service-detail__head {
    padding-bottom: 87px;
    font-size: 2.5rem;
  }
  .p-service-detail__head span {
    font-size: 5rem;
  }
  .p-service-detail__head::after {
    bottom: 35px;
    width: 40px;
    height: 20px;
  }
  .p-service-emphasis {
    margin-top: 5px;
    font-size: 1.6rem;
  }
  .p-service-detail__body {
    font-size: 2.5rem;
  }
  .p-service-detail__body span {
    font-size: 8rem;
  }
  .p-service__desc {
    padding: 12px;
    font-size: 2.7rem;
  }
  .p-service__desc span {
    font-size: 8.6rem;
  }
}
/**
 * #Marketing
 */
.p-marketing {
  background-color: #FFF6BF;
}
.p-marketing .p-page-intro {
  padding: 0;
}
.p-marketing .p-page-top {
  position: unset;
}

.p-marketing__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 60px;
}

.p-marketing-content {
  transform: translateY(-115px);
}

.p-marketing-name {
  margin-top: 48px;
  color: #FFCC28;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1.25;
  letter-spacing: 0.07em;
}

.p-marketing__lead {
  margin-top: 10px;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.52;
  letter-spacing: 0.02em;
}

.p-marketing-group {
  margin-top: 22px;
}

.p-marketing-area {
  max-width: 353px;
  width: 100vw;
  margin-top: 34px;
  background-image: url(../images/main/bg_yellow.png);
  background-size: contain;
}
.p-marketing-area:first-child {
  margin-top: 0;
  padding: 33px 18px 28px 27px;
}
.p-marketing-area:first-child .p-marketing__figure {
  max-width: 243px;
  width: 100%;
  margin: 52px auto 40px;
}
.p-marketing-area:nth-child(2) {
  padding: 32px 26px 30px 18px;
}
.p-marketing-area:nth-child(2) .p-marketing__figure {
  max-width: 253px;
  width: 100%;
  margin: 30px auto 32px;
}
.p-marketing-area:nth-child(3) {
  padding: 32px 18px 45px 27px;
}
.p-marketing-area:nth-child(3) .p-marketing__figure {
  max-width: 154px;
  width: 100%;
  margin: 30px auto 24px;
}
.p-marketing-area:nth-child(odd) {
  margin-right: auto;
  border-radius: 0 15px 15px 0;
  transform: translateX(-8%);
}
.p-marketing-area:nth-child(odd) .p-marketing__text {
  padding-left: 5px;
}
.p-marketing-area:nth-child(even) {
  margin-left: auto;
  border-radius: 15px 0 0 15px;
  transform: translateX(8%);
}
.p-marketing-area:nth-child(even) .p-marketing__text {
  padding-right: 17px;
}

.p-marketing__heading {
  display: flex;
  align-items: center;
}
.p-marketing__heading p {
  position: relative;
  margin-left: 30px;
  padding-left: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.55;
}
.p-marketing__heading p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
}
.p-marketing__heading span {
  display: block;
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 2;
  letter-spacing: 0.03em;
}

.p-marketing__text.u-text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.84;
}

@media screen and (min-width: 768px) {
  .p-marketing-area {
    max-width: 640px;
    width: 100vw;
  }
  .p-marketing-area:nth-child(odd) {
    transform: translateX(-4%);
  }
  .p-marketing-area:nth-child(even) {
    transform: translateX(4%);
  }
}
@media screen and (min-width: 1024px) {
  .p-marketing-content {
    margin-bottom: 0;
    transform: translateY(-170px);
  }
  .p-marketing-name {
    font-size: 3.1rem;
  }
  .p-marketing__lead {
    font-size: 3.9rem;
  }
  .p-marketing-group {
    display: flex;
    gap: 27px;
    margin-top: 40px;
  }
  .p-marketing-area {
    max-width: 396px;
    width: 100%;
    padding: 38px 31px;
  }
  .p-marketing-area:first-child, .p-marketing-area:nth-child(2), .p-marketing-area:nth-child(3) {
    padding: 38px 31px;
  }
  .p-marketing-area:nth-child(odd), .p-marketing-area:nth-child(even) {
    margin: 0;
    border-radius: 15px;
    transform: unset;
  }
  .p-marketing__heading p {
    margin-left: 10px;
    padding-left: 15px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1920px) {
  .p-marketing__inner {
    width: 100%;
  }
  .p-marketing-area:first-child .p-marketing__figure {
    max-width: 272px;
    margin-top: 50px;
  }
  .p-marketing-area:nth-child(2) .p-marketing__figure {
    max-width: 283px;
    margin-top: 36px;
    margin-bottom: 31px;
  }
  .p-marketing-area:nth-child(3) .p-marketing__figure {
    max-width: 172px;
    margin-top: 50px;
    margin-bottom: 43px;
  }
  .p-marketing__heading span {
    font-size: 4.4rem;
  }
  .p-marketing__heading p {
    font-size: 2.2rem;
  }
  .p-marketing__text .u-text {
    font-size: 1.5;
    line-height: 2;
  }
}
/**
 * #Sns
 */
.p-sns {
  background-color: rgb(255, 255, 255);
}
.p-sns .p-page-intro {
  padding: 0;
}
.p-sns .p-page-top {
  position: unset;
}

.p-sns__inner {
  max-width: 372px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.p-sns-content {
  transform: translateY(-115px);
}

.p-sns-intro {
  width: 88.53%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-sns .p-page-top {
    left: -20px;
  }
  .p-sns__inner {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-sns {
    border-bottom: 1px solid #FFCC28;
  }
  .p-sns .p-page-top {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .p-sns .p-page__heading {
    position: relative;
    bottom: unset;
    left: unset;
  }
  .p-sns .p-page__heading img {
    max-width: 566px;
    width: 30vw;
  }
  .p-sns .u-text__lead {
    margin-top: 35px;
    line-height: 2;
  }
  .p-sns .p-page__thumb {
    max-width: 559px;
    width: 90%;
    margin: 0;
  }
  .p-sns-top {
    max-width: 563px;
    width: 100%;
  }
  .p-sns__inner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    padding: 148px 20px 0;
  }
  .p-sns-content {
    padding-top: 0;
    margin-top: 74px;
  }
}
@media screen and (min-width: 1920px) {
  .p-sns .p-page-top {
    gap: 115px;
  }
  .p-sns .p-page__thumb {
    width: 100%;
  }
  .p-sns-top {
    max-width: 563px;
    width: 100%;
  }
  .p-sns__inner {
    width: 100%;
    padding: 150px 20px 100px;
  }
}
/**
 * #Flow
 */
.p-flow {
  margin-top: 38px;
}

.p-flow-intro {
  max-width: 372px;
  width: 100%;
  margin: 0 auto;
}

.p-flow__heading {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.52;
  letter-spacing: 0.02em;
}
.p-flow__heading span {
  display: block;
  color: #FFCC28;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1.25;
  letter-spacing: 0.07em;
}

.p-flow-area {
  margin-top: 15px;
}

.p-flow__list {
  margin-top: 20px;
  margin-bottom: 0;
  background: #FFF3A9;
}
.p-flow__list:first-child {
  margin-top: 0;
}

.p-flow__term {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.p-flow__term::before, .p-flow__term::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  background: #FFCC28;
}
.p-flow__term::before {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.p-flow__term::after {
  transition: all 0.2s ease-in-out;
}
.p-flow__term.is-open::before {
  transform: rotate(180deg);
}
.p-flow__term.is-open::after {
  opacity: 0;
}

.p-flow-number {
  padding: 15px 20px 14px 17px;
  border-right: 1px solid #fff;
  color: #FFCC28;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1.64;
  letter-spacing: 0.07em;
}

.p-flow__title {
  width: 100%;
  padding-left: 13px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.p-flow__desc {
  display: none;
  padding: 20px;
}

.p-flow__text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.84;
  letter-spacing: 0.02em;
}

.p-flow__unit {
  position: relative;
  margin-bottom: 80px;
}
.p-flow__unit::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  display: inline-block;
  width: 30px;
  height: 14px;
  background-image: url(../images/service/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
.p-flow__unit:last-child {
  margin-bottom: 0;
}
.p-flow__unit:last-child::after {
  content: none;
}

.p-flow__lead {
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .p-flow {
    margin-top: 95px;
  }
  .p-flow--first .p-flow__desc {
    height: 280px;
  }
  .p-flow-intro {
    max-width: 100%;
    padding: 0;
  }
  .p-flow__heading {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.52;
    letter-spacing: 0.02em;
  }
  .p-flow__heading span {
    font-size: 2.2rem;
  }
  .p-flow-area {
    display: flex;
    align-items: baseline;
    flex-flow: row wrap;
    gap: 18px 16px;
    margin-top: 40px;
  }
  .p-flow__list {
    width: 49%;
    margin: 0;
  }
  .p-flow__term {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
  }
  .p-flow__term::before, .p-flow__term::after {
    width: 16px;
  }
  .p-flow-number {
    padding: 15px 23px 10px;
    font-size: 3.5rem;
  }
  .p-flow__title {
    font-size: 2rem;
  }
  .p-flow__desc {
    padding: 30px 26px 30px 38px;
  }
  .p-flow__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1440px) {
  .p-flow--first .p-flow__desc {
    height: 220px;
  }
}
/**
 * #Influence
 */
.p-influence {
  background-color: rgb(255, 255, 255);
}
.p-influence .p-page-intro {
  padding: 0;
}
.p-influence .p-page-top {
  position: unset;
}
.p-influence .p-flow-area {
  margin-top: 30px;
}
.p-influence .p-flow-number {
  padding: 24px 20px 24px 17px;
}

.p-influence__inner {
  max-width: 372px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 60px;
}

.p-influence-content {
  transform: translateY(-35px);
}

.p-influence__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  column-gap: 8px;
  row-gap: 10px;
  align-items: end;
  margin: 30px auto 0;
}

.p-influence__unit:nth-child(1) .p-influence__heading img {
  width: 16px;
}
.p-influence__unit:nth-child(2) .p-influence__heading img {
  width: 24px;
}
.p-influence__unit:nth-child(2) .p-influence__desc {
  padding: 12px 10px 2px;
}
.p-influence__unit:nth-child(3) .p-influence__heading img {
  width: 21px;
}
.p-influence__unit:nth-child(4) .p-influence__heading img {
  width: 24px;
}

.p-influence__heading {
  position: relative;
  padding: 8px 9px;
  border-radius: 5px 5px 0 0;
  background: #FFDD6E;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-influence__heading img {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  transform: translateY(-50%);
}

.p-influence__desc {
  height: auto;
  padding: 16px 10px;
  border-radius: 0 0 5px 5px;
  background: #EDEDED;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}
.p-influence__desc span {
  position: relative;
  top: 2px;
  color: #F08C00;
  font-size: 4.5rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 0.5;
}

@media screen and (min-width: 768px) {
  .p-influence__inner {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-influence .p-page-top {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 115px;
    gap: 30px;
  }
  .p-influence .p-page__heading {
    position: relative;
    bottom: unset;
    left: unset;
  }
  .p-influence .p-page__heading img {
    max-width: 566px;
    width: 30vw;
  }
  .p-influence .u-text__lead {
    margin-top: 35px;
    line-height: 2;
  }
  .p-influence .p-page__thumb {
    max-width: 469px;
    width: 80%;
  }
  .p-influence .p-flow-area {
    display: block;
  }
  .p-influence .p-flow__list {
    width: 100%;
    margin-top: 35px;
  }
  .p-influence .p-flow__list:first-child {
    margin-top: 0;
  }
  .p-influence .p-flow__list:first-child .p-flow__unit:last-child {
    margin-top: -12px;
  }
  .p-influence .p-flow__list:first-child .p-flow__unit:last-child .p-flow__lead {
    margin-bottom: 22px;
  }
  .p-influence .p-flow__list:nth-child(2) .p-flow__unit {
    max-width: 435px;
  }
  .p-influence .p-flow__list:nth-child(2) .p-flow__unit::after {
    right: -150px;
  }
  .p-influence .p-flow__list:nth-child(3) .p-flow__unit:nth-child(2) {
    margin-top: -12px;
  }
  .p-influence .p-flow__list:nth-child(3) .p-flow__unit:nth-child(2)::after {
    top: 12px;
  }
  .p-influence .p-flow__list:nth-child(3) .p-flow__unit:nth-child(2) .p-flow__lead {
    margin-bottom: 22px;
  }
  .p-influence .p-flow__list:nth-child(3) .p-flow__unit:last-child {
    margin-top: -14px;
  }
  .p-influence .p-flow__list:nth-child(3) .p-flow__unit:last-child .p-flow__lead {
    margin-bottom: 24px;
  }
  .p-influence .p-flow__list:nth-child(4) .p-flow__unit::after {
    top: 15px;
  }
  .p-influence .p-flow__list:last-child .p-flow__text {
    max-width: 930px;
    margin: 0 auto;
  }
  .p-influence .p-flow-number {
    padding: 15px 23px 10px;
  }
  .p-influence .p-flow__desc {
    padding: 55px 30px;
  }
  .p-influence .p-flow-block {
    display: flex;
    justify-content: space-between;
  }
  .p-influence .p-flow__unit {
    max-width: 300px;
    width: 26%;
    margin-bottom: 0;
  }
  .p-influence .p-flow__unit::after {
    bottom: unset;
    top: 0px;
    right: -40px;
    left: unset;
    width: 56px;
    height: 25px;
    transform: rotate(-90deg);
  }
  .p-influence .p-flow__lead {
    margin-bottom: 36px;
    font-size: 1.8rem;
  }
  .p-influence-top {
    max-width: 603px;
    width: 100%;
  }
  .p-influence__inner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    padding: 110px 20px 200px;
  }
  .p-influence-content {
    margin-top: 60px;
    padding-top: 0;
  }
  .p-influence__list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: row wrap;
    gap: 20px;
    width: 100%;
    margin: 60px 0 0;
  }
  .p-influence__unit {
    max-width: 294px;
    width: 100%;
  }
  .p-influence__unit:nth-child(1) .p-influence__heading img {
    width: 26px;
  }
  .p-influence__unit:nth-child(2) .p-influence__heading img {
    width: 40px;
  }
  .p-influence__unit:nth-child(2) .p-influence__desc {
    padding: 10px;
  }
  .p-influence__unit:nth-child(3) .p-influence__heading img {
    width: 36px;
  }
  .p-influence__unit:nth-child(4) .p-influence__heading img {
    width: 39px;
  }
  .p-influence__heading {
    padding: 14px 16px;
    font-size: 1.8rem;
  }
  .p-influence__heading img {
    right: 20px;
  }
  .p-influence__desc {
    padding: 10px;
    font-size: 2.1rem;
  }
  .p-influence__desc span {
    font-size: 7.1rem;
    line-height: unset;
  }
}
@media screen and (min-width: 1240px) {
  .p-influence .p-flow__unit::after {
    right: -60px;
  }
  .p-influence .p-flow__desc {
    padding: 55px;
  }
}
@media screen and (min-width: 1360px) {
  .p-influence .p-flow__unit {
    width: 100%;
  }
  .p-influence .p-flow__unit::after {
    right: -80px;
  }
}
@media screen and (min-width: 1440px) {
  .p-influence .p-page-top {
    gap: 115px;
  }
  .p-influence__inner {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .p-influence__inner {
    width: 100%;
  }
}
/**
 * #Business
 */
.p-business .p-page-intro {
  padding: 0;
}
.p-business .p-page-top {
  position: unset;
}

.p-business__inner {
  max-width: 372px;
  width: 100%;
  margin: 0 auto;
  padding: 0 19px;
}

.p-business-content {
  transform: translateY(-95px);
}

.p-business-group {
  margin-top: 26px;
}

.p-business__unit {
  max-width: 337px;
  width: 100%;
  margin: 24px auto 0;
  border-radius: 15px;
  background: #fff;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.16);
}
.p-business__unit:first-child {
  margin-top: 0;
}
.p-business__unit:first-child .p-business__figure {
  max-width: 141px;
  margin-top: 23px;
}
.p-business__unit:nth-child(2) .p-business__figure {
  max-width: 165px;
  margin-top: 40px;
}
.p-business__unit:nth-child(3) .p-business__figure {
  max-width: 69px;
  margin-top: 24px;
}
.p-business__unit:nth-child(4) .p-business__figure {
  max-width: 177px;
  margin-top: 28px;
}

.p-business__title {
  padding: 14px 0 14px 18px;
  border-bottom: 1px solid #FFCC28;
  font-size: 2rem;
  font-weight: 700;
}

.p-business__desc {
  padding: 20px 18px 30px 24px;
}

.p-business__text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.84;
  letter-spacing: 0.02em;
}

.p-business__figure {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-business__inner {
    max-width: 1293px;
  }
}
@media screen and (min-width: 1024px) {
  .p-business .p-page-intro {
    position: unset;
  }
  .p-business .p-page-top {
    position: relative;
    top: 0;
  }
  .p-business__inner {
    padding-top: 230px;
    padding-bottom: 116px;
  }
  .p-business-content {
    transform: unset;
  }
  .p-business-group {
    display: flex;
    flex-flow: row wrap;
    gap: 40px;
    margin-top: 65px;
  }
  .p-business__unit {
    max-width: 600px;
    width: 47%;
    margin: 0;
  }
  .p-business__unit:first-child .p-business__figure {
    max-width: 141px;
  }
  .p-business__unit:nth-child(2) .p-business__figure {
    max-width: 165px;
  }
  .p-business__unit:nth-child(3) .p-business__figure {
    max-width: 80px;
  }
  .p-business__unit:nth-child(4) .p-business__figure {
    max-width: 178px;
  }
  .p-business__title {
    padding: 32px 36px 20px;
    font-size: 2.2rem;
  }
  .p-business__desc {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 30px 36px;
  }
  .p-business__text {
    max-width: 293px;
    width: 100%;
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-business__figure {
    margin: 0;
  }
}
@media screen and (min-width: 1920px) {
  .p-business__inner {
    padding-top: 230px;
  }
  .p-business__unit {
    width: 100%;
  }
}
/**
 * #Product
 */
.p-product .p-page-intro {
  margin-bottom: 20px;
  padding: 0;
}
.p-product .p-page-top {
  position: unset;
}

.p-product__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 35px;
}

.p-product-content {
  transform: translateY(-15px);
}

.p-product-group {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 28px 40px;
  margin-top: 30px;
}

.p-product__unit {
  max-width: 337px;
  width: 100%;
  margin: 0;
  padding: 25px 20px 30px;
  border-radius: 15px;
  background: #fff;
}

.p-product-head {
  display: flex;
  flex-flow: row wrap;
  gap: 5px 30px;
}

.p-product-case {
  display: block;
  color: #F08C00;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  letter-spacing: 0.07em;
}

.p-product__title {
  color: #2B2B2B;
  font-size: 1.8rem;
  font-weight: 700;
}

.p-product-area {
  margin-top: 20px;
}

.p-product-logo {
  width: 100%;
  margin: 0 auto;
}

.p-product-logo--first {
  max-width: 191px;
}

.p-product-logo--second {
  max-width: 175px;
}

.p-product__text {
  margin-top: 24px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.84;
}

.p-product__link {
  position: relative;
  max-width: 295px;
  width: 100%;
  margin: 0 auto;
  padding: 13px 15px;
  background: #2B2B2B;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.p-product__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  background-image: url(../images/service/icon_link.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.p-product__figure {
  position: relative;
  margin: 15px auto;
}

.p-product-video {
  display: block;
  width: 100%;
}

.p-product-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.p-product-video-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 90px;
  height: 90px;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.p-product-video-btn.is-active {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-product-video-btn img {
    width: 48px;
    height: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .p-product .p-page-intro {
    margin-bottom: 40px;
  }
  .p-product-content {
    transform: translateY(-35px);
  }
  .p-product-group {
    margin-top: 66px;
  }
  .p-product__unit {
    max-width: 600px;
    width: 47%;
    padding: 24px;
  }
  .p-product__unit--first .p-product__text {
    margin-bottom: 40px;
  }
  .p-product-area {
    margin-top: 36px;
    display: flex;
    align-items: flex-end;
    gap: 38px;
  }
  .p-product__desc {
    max-width: 280px;
    width: 100%;
  }
  .p-product-logo--first {
    max-width: 215px;
    margin-bottom: 64px;
  }
  .p-product-logo--second {
    max-width: 190px;
  }
  .p-product__text {
    margin-top: 38px;
    font-size: 1.5rem;
  }
  .p-product__link {
    margin-top: 12px;
  }
  .p-product__figure {
    margin: 0;
  }
  .p-product__figure--first {
    max-width: 207px;
  }
  .p-product__figure--second {
    max-width: 213px;
  }
}
@media screen and (min-width: 1280px) {
  .p-product__unit {
    width: 100%;
  }
}
/**
 * #Group
 */
.p-group__inner {
  max-width: 849px;
  width: 100%;
  margin: 0 auto;
  padding: 44px 20px 128px;
}

.p-group-intro img {
  max-width: 138px;
  width: 100%;
}

.p-group__title {
  margin-top: 12px;
  font-size: 1.8rem;
  font-weight: 800;
}

.p-group__lead {
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.02em;
}

.p-group-content {
  margin: 38px auto 0;
  display: flex;
  flex-flow: row wrap;
  gap: 60px 68px;
}
@media screen and (max-width: 1289px) {
  .p-group-content {
    max-width: 897px;
  }
}
@media screen and (max-width: 1023px) {
  .p-group-content {
    max-width: 586px;
  }
}
@media screen and (max-width: 767px) {
  .p-group-content {
    max-width: 259px;
  }
}

.p-group__unit {
  max-width: 259px;
  width: 100%;
  margin: 0;
}

.p-group__text {
  margin-top: 18px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.86;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 1024px) {
  .p-group__inner {
    max-width: 1293px;
    padding: 94px 25px 226px;
  }
  .p-group-intro img {
    max-width: 274px;
  }
  .p-group__title {
    margin-top: 28px;
    font-size: 2rem;
  }
  .p-group__lead {
    margin-top: 48px;
  }
  .p-group-content {
    display: flex;
    flex-flow: row wrap;
    gap: 60px 68px;
    margin-top: 60px;
  }
  .p-group__unit {
    width: 28%;
    margin: 0;
  }
}
@media screen and (min-width: 1920px) {
  .p-group__unit {
    width: 100%;
  }
}
/**
 * #Office
 */
.p-office .p-page-intro {
  padding: 0;
}
.p-office .p-page-top {
  position: unset;
}

.p-office__inner {
  max-width: 377px;
  width: 100%;
  margin: 0 auto;
  padding: 190px 20px 95px;
  padding: 0 20px;
}

.p-office-content {
  transform: translateY(-105px);
}

.p-office-group__unit {
  padding: 24px 24px 24px 18px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.16);
}
.p-office-group__unit:last-child {
  margin-top: 18px;
}

.p-office-group__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-office-group__title span {
  display: block;
  margin-bottom: 8px;
  color: #FFCC28;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1.25;
  letter-spacing: 0.07em;
}

.p-office-group__text {
  margin-top: 14px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.84;
  letter-spacing: 0.02em;
}

.p-office-values {
  margin-top: 80px;
}

.p-office-values__heading img {
  max-width: 314px;
}
.p-office-values__heading .p-page__title {
  margin-top: 20px;
}

.p-office-values-area {
  margin-top: 30px;
}

.p-office-values__unit {
  max-width: 337px;
  width: 100%;
  margin: 25px auto 0;
  border-radius: 15px;
  background: #fff;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.16);
}
.p-office-values__unit:first-child {
  margin-top: 0;
}
.p-office-values__unit:first-child .p-office-values__title img {
  width: 56px;
}
.p-office-values__unit:nth-child(2) .p-office-values__title img {
  width: 54px;
}
.p-office-values__unit:nth-child(3) .p-office-values__title img {
  width: 59px;
}

.p-office-values__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 26px;
  border-bottom: 1px solid #FFCC28;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-office-values__desc {
  padding: 21px 21px 26px 21px;
}

.p-office-values__text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.84;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 1024px) {
  .p-office .p-page-intro {
    position: unset;
  }
  .p-office .p-page-top {
    position: relative;
    top: 0;
  }
  .p-office__inner {
    max-width: 1280px;
    padding-top: 150px;
    padding-bottom: 106px;
  }
  .p-office-content {
    margin-top: 145px;
  }
  .p-office-group {
    display: flex;
    gap: 40px;
  }
  .p-office-group__unit {
    max-width: 600px;
    width: 50%;
    margin: 0;
    padding: 40px 56px 50px;
  }
  .p-office-group__unit:last-child {
    margin-top: 0;
  }
  .p-office-group__title {
    font-size: 2.2rem;
  }
  .p-office-group__text {
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-office-values__heading img {
    max-width: 964px;
    width: 55%;
  }
  .p-office-values-area {
    display: flex;
    gap: 26px;
    margin-top: 56px;
  }
  .p-office-values__unit {
    max-width: 396px;
    margin: 0;
  }
  .p-office-values__title {
    height: 112px;
    font-size: 2.2rem;
  }
  .p-office-values__desc {
    padding: 28px 32px;
  }
  .p-office-values__text {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1440px) {
  .p-office-group__unit {
    width: 100%;
  }
  .p-office-values__heading img {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .p-office__inner {
    padding-top: 230px;
  }
}
/**
 * #number
 */
.p-number {
  background-color: #FFF6BF;
}

.p-number__inner {
  max-width: 372px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 145px;
}

.p-number__heading img {
  max-width: 243px;
}
.p-number__heading .p-page__title {
  margin-top: 20px;
}

.p-number-content {
  margin-top: 35px;
}

.p-number__list {
  display: grid;
  gap: 24px;
}

.p-number__item {
  max-width: 332px;
  width: 100%;
  margin: 0 auto;
  padding: 8px 18px 25px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.16);
}

.p-number__item--first .p-number__unit .p-number__title {
  width: 30%;
}
.p-number__item--first .p-number__unit.is-animated:nth-child(1) .p-number-box::before {
  width: 38px;
}
.p-number__item--first .p-number__unit.is-animated:nth-child(2) .p-number-box::before {
  width: 37px;
}
.p-number__item--first .p-number__unit.is-animated:nth-child(3) .p-number-box::before {
  width: 21px;
}
.p-number__item--first .p-number__unit.is-animated:nth-child(4) .p-number-box::before {
  width: 14px;
}
.p-number__item--first .p-number__unit.is-animated:nth-child(5) .p-number-box::before {
  width: 12px;
}
.p-number__item--first .p-number__unit.is-animated:nth-child(6) .p-number-box::before {
  width: 10px;
}
.p-number__item--first .p-number__unit.is-animated:nth-child(7) .p-number-box::before {
  width: 6px;
}
.p-number__item--first .p-number__unit.is-animated:nth-child(8) .p-number-box::before {
  width: 5px;
}
.p-number__item--first .p-number__unit.is-animated:nth-child(9) .p-number-box::before {
  width: 2px;
}
.p-number__item--first .p-number__unit.is-animated:nth-child(10) .p-number-box::before {
  width: 1px;
}

.p-number__item--seven .p-number__unit .p-number__title {
  width: 55%;
}
.p-number__item--seven .p-number__unit .p-number-box {
  width: 100px;
  height: 22px;
  margin-left: 0;
}
.p-number__item--seven .p-number__unit .p-number-box::before {
  height: 22px;
}
.p-number__item--seven .p-number__unit.is-animated:nth-child(1) .p-number-box::before {
  width: 32px;
}
.p-number__item--seven .p-number__unit.is-animated:nth-child(2) .p-number-box::before {
  width: 17px;
}
.p-number__item--seven .p-number__unit.is-animated:nth-child(3) .p-number-box::before {
  width: 11px;
}
.p-number__item--seven .p-number__unit.is-animated:nth-child(4) .p-number-box::before {
  width: 11px;
}
.p-number__item--seven .p-number__unit.is-animated:nth-child(5) .p-number-box::before {
  width: 9px;
}
.p-number__item--seven .p-number__unit.is-animated:nth-child(6) .p-number-box::before {
  width: 6px;
}
.p-number__item--seven .p-number__unit.is-animated:nth-child(7) .p-number-box::before {
  width: 5px;
}
.p-number__item--seven .p-number__unit.is-animated:nth-child(8) .p-number-box::before {
  width: 5px;
}
.p-number__item--seven .p-number__unit.is-animated:nth-child(9) .p-number-box::before {
  width: 4px;
}
.p-number__item--seven .p-number__unit.is-animated:nth-child(10) .p-number-box::before {
  width: 4px;
}
.p-number__item--seven .p-number__unit.is-animated:nth-child(11) .p-number-box::before {
  width: 3px;
}
.p-number__item--seven .p-number__unit.is-animated:nth-child(12) .p-number-box::before {
  width: 2px;
}
.p-number__item--seven .p-number__unit.is-animated:nth-child(13) .p-number-box::before {
  width: 1px;
}
.p-number__item--seven .p-number__unit.is-animated:nth-child(14) .p-number-box::before {
  width: 2px;
}

.p-number__item--eight .p-number__unit .p-number__title {
  width: 36%;
}
.p-number__item--eight .p-number__unit .p-number-box {
  width: 150px;
  height: 17px;
  margin-left: 0;
}
.p-number__item--eight .p-number__unit .p-number-box::before {
  height: 17px;
}
.p-number__item--eight .p-number__unit.is-animated:nth-child(1) .p-number-box::before {
  width: 49px;
}
.p-number__item--eight .p-number__unit.is-animated:nth-child(2) .p-number-box::before {
  width: 31px;
}
.p-number__item--eight .p-number__unit.is-animated:nth-child(3) .p-number-box::before {
  width: 17px;
}
.p-number__item--eight .p-number__unit.is-animated:nth-child(4) .p-number-box::before {
  width: 13px;
}
.p-number__item--eight .p-number__unit.is-animated:nth-child(5) .p-number-box::before {
  width: 9px;
}
.p-number__item--eight .p-number__unit.is-animated:nth-child(6) .p-number-box::before {
  width: 8px;
}
.p-number__item--eight .p-number__unit.is-animated:nth-child(7) .p-number-box::before {
  width: 2px;
}
.p-number__item--eight .p-number__unit.is-animated:nth-child(8) .p-number-box::before {
  width: 1px;
}
.p-number__item--eight .p-number__unit.is-animated:nth-child(9) .p-number-box::before {
  width: 16px;
}

.p-number__item--nine .p-number__unit .p-number__title {
  width: 36%;
}
.p-number__item--nine .p-number__unit .p-number-box {
  width: 150px;
  height: 15px;
  margin-left: 0;
}
.p-number__item--nine .p-number__unit .p-number-box::before {
  height: 15px;
}
.p-number__item--nine .p-number__unit.is-animated:nth-child(1) .p-number-box::before {
  width: 114px;
}
.p-number__item--nine .p-number__unit.is-animated:nth-child(2) .p-number-box::before {
  width: 55px;
}
.p-number__item--nine .p-number__unit.is-animated:nth-child(3) .p-number-box::before {
  width: 45px;
}
.p-number__item--nine .p-number__unit.is-animated:nth-child(4) .p-number-box::before {
  width: 45px;
}
.p-number__item--nine .p-number__unit.is-animated:nth-child(5) .p-number-box::before {
  width: 37px;
}
.p-number__item--nine .p-number__unit.is-animated:nth-child(6) .p-number-box::before {
  width: 22px;
}
.p-number__item--nine .p-number__unit.is-animated:nth-child(7) .p-number-box::before {
  width: 19px;
}
.p-number__item--nine .p-number__unit.is-animated:nth-child(8) .p-number-box::before {
  width: 18px;
}
.p-number__item--nine .p-number__unit.is-animated:nth-child(9) .p-number-box::before {
  width: 16px;
}
.p-number__item--nine .p-number__unit.is-animated:nth-child(10) .p-number-box::before {
  width: 13px;
}
.p-number__item--nine .p-number__unit.is-animated:nth-child(11) .p-number-box::before {
  width: 11px;
}
.p-number__item--nine .p-number__unit.is-animated:nth-child(12) .p-number-box::before {
  width: 11px;
}
.p-number__item--nine .p-number__unit.is-animated:nth-child(13) .p-number-box::before {
  width: 10px;
}
.p-number__item--nine .p-number__unit.is-animated:nth-child(14) .p-number-box::before {
  width: 9px;
}
.p-number__item--nine .p-number__unit.is-animated:nth-child(15) .p-number-box::before {
  width: 6px;
}
.p-number__item--nine .p-number__unit.is-animated:nth-child(16) .p-number-box::before {
  width: 5px;
}
.p-number__item--nine .p-number__unit.is-animated:nth-child(17) .p-number-box::before {
  width: 4px;
}

.p-number-head {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #FFCC28;
}
.p-number-head span {
  color: #FFCC28;
  font-size: 3.7rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
}

.p-number-body {
  margin-top: 18px;
}

.p-number__unit {
  display: flex;
  align-items: center;
  margin-top: 15px;
  transition: 0.3;
}
.p-number__unit:first-child {
  margin-top: 0;
}

.p-number__title {
  width: 30%;
  font-size: 1.2rem;
  font-weight: 600;
}

.p-number-box {
  position: relative;
  width: 150px;
  height: 21px;
  margin-left: 8px;
  background: #B5B5B5;
}
.p-number-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 21px;
  background: #FFCC28;
  transition: 0.3s;
}

.p-number-percent {
  margin-left: auto;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  letter-spacing: 0.03em;
}
.p-number-percent span {
  font-size: 1.6rem;
}

.p-number-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #E3E3E3;
}

.p-number-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 700;
}
.p-number-btn::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 6px;
  background-image: url(../images/office/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-number-btn-close::after {
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .p-number__inner {
    max-width: 1280px;
  }
  .p-number-content {
    margin-top: 35px;
  }
  .p-number__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-number__inner {
    padding-top: 118px;
    padding-bottom: 220px;
  }
  .p-number__heading img {
    max-width: 819px;
    width: 55%;
  }
  .p-number-content {
    margin-top: 80px;
  }
  .p-number__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 42px;
  }
  .p-number__item {
    max-width: 385px;
    margin: 0;
  }
  .p-number__item--first {
    grid-row: span 3/span 3;
  }
  .p-number__item--first.p-number__unit.is-animated:nth-child(1) .p-number-box::before {
    width: 44px;
  }
  .p-number__item--first.p-number__unit.is-animated:nth-child(2) .p-number-box::before {
    width: 43px;
  }
  .p-number__item--first.p-number__unit.is-animated:nth-child(3) .p-number-box::before {
    width: 24px;
  }
  .p-number__item--first.p-number__unit.is-animated:nth-child(4) .p-number-box::before {
    width: 16px;
  }
  .p-number__item--first.p-number__unit.is-animated:nth-child(5) .p-number-box::before {
    width: 14px;
  }
  .p-number__item--first.p-number__unit.is-animated:nth-child(6) .p-number-box::before {
    width: 12px;
  }
  .p-number__item--first.p-number__unit.is-animated:nth-child(7) .p-number-box::before {
    width: 8px;
  }
  .p-number__item--first.p-number__unit.is-animated:nth-child(8) .p-number-box::before {
    width: 6px;
  }
  .p-number__item--first.p-number__unit.is-animated:nth-child(9) .p-number-box::before {
    width: 3px;
  }
  .p-number__item--first.p-number__unit.is-animated:nth-child(10) .p-number-box::before {
    width: 2px;
  }
  .p-number__item--second {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .p-number__item--third {
    grid-row: span 2/span 2;
    grid-column-start: 3;
    grid-row-start: 1;
  }
  .p-number__item--four {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 3;
  }
  .p-number__item--five {
    grid-row: span 2/span 2;
    grid-column-start: 3;
    grid-row-start: 3;
  }
  .p-number__item--six {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 5;
  }
  .p-number__item--seven {
    grid-row: span 3/span 3;
    grid-column-start: 1;
    grid-row-start: 4;
  }
  .p-number__item--seven .p-number__unit .p-number-box {
    width: 100px;
    height: 25px;
    margin-left: 0;
  }
  .p-number__item--seven .p-number__unit .p-number-box::before {
    height: 25px;
  }
  .p-number__item--eight {
    grid-row: span 2/span 2;
    grid-column-start: 3;
    grid-row-start: 5;
  }
  .p-number__item--eight .p-number__unit .p-number-box {
    width: 100px;
    height: 20px;
    margin-left: 0;
  }
  .p-number__item--eight .p-number__unit .p-number-box::before {
    height: 20px;
  }
  .p-number-head {
    gap: 21px;
    font-size: 1.5rem;
  }
  .p-number-head span {
    font-size: 4.2rem;
  }
  .p-number-body {
    margin-top: 22px;
  }
  .p-number__unit {
    margin-top: 24px;
  }
  .p-number__title {
    font-size: 1.4rem;
  }
  .p-number-box {
    width: 174px;
    height: 25px;
  }
  .p-number-box::before {
    height: 25px;
  }
  .p-number-percent {
    font-size: 2rem;
  }
  .p-number-percent span {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1240px) {
  .p-number__inner {
    padding-bottom: 372px;
  }
  .p-number__heading img {
    width: 100%;
  }
  .p-number__list {
    justify-content: flex-start;
  }
}
/**
 * #Fellow
 */
.p-fellows .p-page-intro {
  padding: 0;
}
.p-fellows .p-page-top {
  position: unset;
}

.p-fellows__inner {
  max-width: 372px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 40px;
}

.p-fellows--second {
  background-color: rgb(255, 255, 255);
  background-image: none;
}
.p-fellows--second .p-fellows__inner {
  padding-bottom: 0;
}
.p-fellows--second .p-page__heading {
  transform: translateY(-18px);
}
.p-fellows--second .p-page-top {
  top: -100px;
}
.p-fellows--second .p-fellows-content {
  transform: translateY(-120px);
}

.p-fellows-content {
  transform: translateY(-105px);
}

.p-fellows-group {
  margin-top: 30px;
}

.p-fellow__list--second {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 11px;
  row-gap: 12px;
}

.p-fellows__item img {
  width: 103px;
  height: 103px;
  object-fit: cover;
}

@media screen and (min-width: 1024px) {
  .p-fellows__inner {
    padding-bottom: 164px;
    max-width: 1280px;
  }
  .p-fellows-content {
    transform: translateY(-120px);
  }
  .p-fellows--second {
    border-bottom: 1px solid #FFCC28;
  }
  .p-fellows--second .p-fellows__inner {
    padding-bottom: 0;
  }
  .p-fellows--second .p-page-top {
    top: -90px;
  }
  .p-fellows--second .p-page__heading {
    transform: translateY(-30px);
  }
  .p-fellows--second .p-fellows-group {
    margin-top: 60px;
  }
  .p-fellow__list--second {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 25px;
    row-gap: 25px;
  }
  .p-fellows__item img {
    width: 228px;
    height: 228px;
  }
}
@media screen and (min-width: 1200px) {
  .p-fellows-content {
    transform: translateY(-140px);
  }
  .p-fellows__item img {
    max-width: 228px;
    width: 100%;
    height: 228px;
  }
}
@media screen and (min-width: 1440px) {
  .p-fellows-content {
    transform: translateY(-168px);
  }
  .p-fellows--second .p-fellows-content {
    transform: translateY(-15%);
  }
}
@media screen and (min-width: 1600px) {
  .p-fellows-content {
    transform: translateY(-177px);
  }
}
@media screen and (min-width: 1800px) {
  .p-fellows-content {
    transform: translateY(-223px);
  }
}
/**
 * #Tour
 */
.p-tour {
  background-color: rgb(255, 255, 255);
}

.p-tour__heading {
  padding: 0 27px;
}
.p-tour__heading img {
  max-width: 266px;
}
.p-tour__heading .p-page__title {
  margin-top: 0;
}

.p-tour-content {
  margin-top: 22px;
  padding-bottom: 40px;
  background-color: #FFF3A9;
}

.p-tour__link {
  display: block;
}

@media screen and (min-width: 1024px) {
  .p-tour__inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 20px 223px;
  }
  .p-tour__heading {
    padding: 0;
  }
  .p-tour__heading .p-page__title {
    margin-top: 25px;
  }
  .p-tour__heading img {
    max-width: 533px;
    width: 40%;
  }
  .p-tour-content {
    max-width: 1052px;
    width: 100%;
    margin: 70px auto 0;
    padding-bottom: 0;
    background: #fff;
  }
}
@media screen and (min-width: 1240px) {
  .p-tour__heading img {
    width: 100%;
  }
}
/**
 * #System
 */
.p-system .p-page-intro {
  padding: 0;
}
.p-system .p-page-top {
  position: unset;
}

.p-system__inner {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 50px;
}

.p-system-content {
  transform: translateY(-115px);
}

.p-system__heading {
  color: #2B2B2B;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.p-system-group {
  margin-top: 40px;
}

.p-system__unit {
  border-radius: 15px;
  background: #fff;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.16);
}
.p-system__unit:last-child {
  margin-top: 20px;
}

.p-system__title {
  padding: 20px 0 14px 24px;
  border-bottom: 1px solid #FFCC28;
  font-size: 2rem;
  font-weight: 700;
}

.p-system__desc {
  padding: 15px 18px 22px 24px;
}

.p-system__text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.84;
  letter-spacing: 0.02em;
}

.p-system__item {
  padding: 26px 18px 30px 24px;
}
.p-system__item:first-child {
  border-bottom: 1px solid #E3E3E3;
}

.p-system__lead {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-system__inner {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1024px) {
  .p-system .p-page-intro {
    position: unset;
  }
  .p-system .p-page-top {
    position: relative;
    top: 0;
  }
  .p-system__inner {
    padding-top: 150px;
    padding-bottom: 290px;
  }
  .p-system-content {
    margin-top: 140px;
  }
  .p-system__heading {
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-system-group {
    display: flex;
    gap: 42px;
  }
  .p-system__unit {
    max-width: 378px;
    width: 100%;
  }
  .p-system__unit:last-child {
    max-width: 818px;
    width: 100%;
    margin-top: 0;
  }
  .p-system__title {
    padding: 29px 36px 20px;
    font-size: 2.2rem;
  }
  .p-system__desc {
    padding: 28px 36px 53px;
  }
  .p-system__text {
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-system__detail {
    display: flex;
    gap: 30px;
    padding: 30px 50px;
  }
  .p-system__item {
    padding: 0;
    max-width: 320px;
    width: 100%;
  }
  .p-system__item:first-child {
    border: none;
  }
  .p-system__lead {
    font-size: 1.8rem;
    font-weight: 800;
  }
}
@media screen and (min-width: 1240px) {
  .p-system__detail {
    gap: 68px;
  }
}
/**
 * #Event
 */
.p-event .p-page-intro {
  padding: 0;
}
.p-event .p-page-top {
  position: unset;
}

.p-event-index .p-event__inner {
  padding: 100px 0 160px;
}

.p-event__inner {
  max-width: 372px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
}

.p-event-content {
  transform: translateY(-106px);
}

.p-event__lead {
  color: #2B2B2B;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.p-event-area {
  margin-top: 28px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.16);
}

.p-event__list {
  border-bottom: 1px solid #fff;
  background: #FFCC28;
}
.p-event__list:last-child {
  border-bottom: none;
}

.p-event__term {
  position: relative;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-event__term::before, .p-event__term::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  background: #fff;
}
.p-event__term::before {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.p-event__term::after {
  transition: all 0.2s ease-in-out;
}
.p-event__term.is-open::before {
  transform: rotate(180deg);
}
.p-event__term.is-open::after {
  opacity: 0;
}

.p-event__desc {
  display: none;
  padding: 0 20px 30px;
}

.p-event__text {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.84;
  letter-spacing: 0.02em;
}

.p-event__figure {
  margin-bottom: 20px;
}
.p-event__figure img {
  border-radius: 10px;
}

@media screen and (min-width: 1024px) {
  .p-event .p-page-top {
    top: -160px;
  }
  .p-event .p-page__thumb {
    max-width: 864px;
    width: 70%;
  }
  .p-event__inner {
    max-width: 1280px;
    padding-bottom: 145px;
  }
  .p-event-content {
    transform: translateY(-19.5vw);
  }
  .p-event__lead {
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-event-area {
    max-width: 1000px;
    margin: 125px auto 0;
    border-radius: 15px;
  }
  .p-event__list:first-child {
    border-radius: 15px 15px 0 0;
  }
  .p-event__list:last-child {
    border-radius: 0 0 15px 15px;
  }
  .p-event__term {
    padding: 35px 60px;
    font-size: 2rem;
    font-weight: 800;
  }
  .p-event__term::before, .p-event__term::after {
    width: 22px;
  }
  .p-event__desc {
    padding: 0 123px 50px;
  }
  .p-event__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
  }
  .p-event__figure {
    max-width: 273px;
    width: 100%;
    margin: 0;
  }
  .p-event__figure img {
    border-radius: 10px;
  }
  .p-event__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1220px) {
  .p-event-content {
    transform: translateY(-250px);
  }
}
@media screen and (min-width: 1440px) {
  .p-event .p-page-top {
    top: -270px;
  }
  .p-event-content {
    transform: translateY(-250px);
  }
}
.p-welfare__figure img {
  border-radius: 10px;
}

/**
 * #Welfare
 */
.p-welfare .p-page-intro {
  padding: 0;
}
.p-welfare .p-page-top {
  position: unset;
}

.p-welfare__inner {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 95px;
}

.p-welfare-content {
  transform: translateY(-105px);
}

.p-welfare__heading {
  color: #2B2B2B;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.p-welfare-area {
  margin-top: 60px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.16);
}

.p-welfare__list {
  border-bottom: 1px solid #FFCC28;
  background: #fff;
}
.p-welfare__list:last-child {
  border-bottom: none;
}

.p-welfare__term {
  position: relative;
  padding: 18px;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-welfare__term::before, .p-welfare__term::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  background: #FFCC28;
}
.p-welfare__term::before {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.p-welfare__term::after {
  transition: all 0.2s ease-in-out;
}
.p-welfare__term.is-open::before {
  transform: rotate(180deg);
}
.p-welfare__term.is-open::after {
  opacity: 0;
}

.p-welfare__desc {
  display: none;
  padding: 0 20px 30px;
}

.p-welfare__text {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.84;
  letter-spacing: 0.02em;
}

.p-welfare__figure {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-welfare__inner {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1024px) {
  .p-welfare .p-page-intro {
    position: unset;
  }
  .p-welfare .p-page-top {
    position: relative;
    top: 0;
  }
  .p-welfare__inner {
    padding-top: 150px;
    padding-bottom: 235px;
  }
  .p-welfare-content {
    margin-top: 80px;
  }
  .p-welfare-area {
    max-width: 1000px;
    width: 100%;
    margin: 50px auto 0;
  }
  .p-welfare__list:first-child {
    border-radius: 15px 15px 0 0;
  }
  .p-welfare__list:last-child {
    border-radius: 0 0 15px 15px;
  }
  .p-welfare__term {
    padding: 35px 60px;
    font-size: 2rem;
    font-weight: 800;
  }
  .p-welfare__term::before, .p-welfare__term::after {
    width: 22px;
  }
  .p-welfare__desc {
    padding: 0 90px 30px;
  }
  .p-welfare__wrap {
    display: flex;
    gap: 40px;
  }
  .p-welfare__wrap .p-welfare__text {
    width: 55%;
  }
  .p-welfare__text {
    font-size: 1.4rem;
    line-height: 2;
  }
  .p-welfare__figure {
    max-width: 260px;
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  .p-welfare__inner {
    padding-top: 230px;
    padding-bottom: 384px;
  }
  .p-welfare-content {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1920px) {
  .p-welfare-content {
    margin-top: 145px;
  }
  .p-welfare-area {
    max-width: 1000px;
    width: 100%;
    margin: 103px auto 0;
  }
}
/**
 * #Member
 */
.p-member-kv--first .p-member-kv__heading {
  background-color: rgba(255, 204, 40, 0.8);
}

.p-member-kv--second .p-member-kv__heading {
  background-color: rgba(240, 95, 0, 0.8);
}

.p-member-kv__heading {
  position: absolute;
  bottom: -85px;
  left: 0;
  width: 94%;
  padding: 40px 10px 16px 22px;
  border-radius: 0 15px 15px 0;
}

.p-member-kv-name {
  position: absolute;
  top: -15px;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1.05;
  letter-spacing: 0.05em;
}

.p-member-kv__text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-member-kv__title {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
}
.p-member-kv__title span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.p-member--first .p-member-question {
  background: #FFCC28;
}

.p-member--second .p-member-question {
  background: #F05F00;
}
.p-member--second .p-member-a {
  color: #F05F00;
}

.p-member__inner {
  max-width: 372px;
  width: 100%;
  margin: 0 auto;
  padding: 140px 20px 50px;
}

.p-member-intro {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.02em;
}

.p-member-content {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 45px;
}

.p-member__unit {
  margin-top: 42px;
}
.p-member__unit:first-child {
  margin-top: 0;
}

.p-member-question {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  max-width: 353px;
  width: 100%;
  padding: 24px 12px 30px 36px;
  border-radius: 0 10px 10px 0;
  z-index: 10;
}

.p-member-q {
  color: #fff;
  font-size: 5rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-member-question__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}

.p-member-answer {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  max-width: 360px;
  width: 100%;
  margin-top: -70px;
  margin-left: auto;
  padding: 25% 20px 30px 20px;
  border-radius: 10px 0 0 10px;
  background: #FFF6BF;
  z-index: 5;
}

.p-member-a {
  color: #FFCC28;
  font-size: 5rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-member-answer__text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.84;
}

.p-member__figure {
  margin: 40px auto;
}

@media screen and (min-width: 768px) {
  .p-member__inner {
    max-width: 680px;
  }
  .p-member-question,
  .p-member-answer {
    max-width: 100%;
    width: 90%;
  }
  .p-member-answer {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .p-member-kv {
    display: flex;
  }
  .p-member-kv picture {
    display: block;
    width: 44.2%;
  }
  .p-member-kv--first .p-member-kv__heading {
    background-image: url(../images/main/bg_yellow.png);
    background-repeat: repeat;
    background-size: contain;
    border-radius: 0;
  }
  .p-member-kv--second .p-member-kv__heading {
    background-image: url(../images/main/bg_orange_second.png);
    background-repeat: repeat;
    background-size: contain;
  }
  .p-member-kv__heading {
    position: unset;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 55.8%;
    padding: 0 3vw;
  }
  .p-member-kv-name {
    position: unset;
    font-size: 4rem;
  }
  .p-member-kv-catch {
    margin-top: 10px;
  }
  .p-member-kv__text {
    font-size: 2.8rem;
    font-weight: 800;
  }
  .p-member-kv__title {
    margin-top: 50px;
    font-size: 2.4rem;
  }
  .p-member-kv__title span {
    margin-bottom: 8px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .p-member__inner {
    max-width: 1280px;
    padding-top: 65px;
    padding-bottom: 177px;
  }
  .p-member-intro {
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-member-content {
    width: 100%;
    margin: 50px auto 0;
  }
  .p-member__unit {
    margin-top: 62px;
  }
  .p-member__unit--second .p-member-answer {
    padding-bottom: 300px;
  }
  .p-member-question {
    align-items: center;
    width: 57%;
    padding: 24px 40px 18px;
    border-radius: 20px;
  }
  .p-member-q {
    font-size: 8rem;
  }
  .p-member-question__text {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.9;
  }
  .p-member-answer {
    gap: 30px;
    width: 87.9%;
    margin-top: -80px;
    padding: 134px 58px 54px;
    border-radius: 20px;
  }
  .p-member-a {
    font-size: 8rem;
  }
  .p-member-answer__text {
    width: 80.4%;
    font-size: 1.6rem;
    line-height: 2.25;
  }
  .p-member__figure {
    position: relative;
    max-width: 54.5%;
    margin: -250px 0 0;
    z-index: 5;
  }
  .p-member__figure img {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-member-kv-name {
    font-size: 7.3rem;
  }
  .p-member-kv__text {
    font-size: 3.6rem;
  }
  .p-member-kv__title {
    font-size: 2.7rem;
  }
  .p-member-q {
    font-size: 11.4rem;
  }
  .p-member-question__text {
    font-size: 2rem;
  }
  .p-member-answer {
    gap: 80px;
  }
}
/**
 * #Other
 */
.p-other__inner {
  padding-bottom: 120px;
}

.p-other-intro {
  max-width: 372px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.p-other-intro img {
  max-width: 208px;
}

.p-other__title {
  margin-top: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

.p-other-content {
  margin-top: 24px;
}

.p-other__list {
  display: flex;
}

.p-other__item {
  width: 50%;
}
.p-other__item:nth-child(odd) .p-voice__desc {
  background: rgba(255, 204, 40, 0.85);
}
.p-other__item:nth-child(even) .p-voice__desc {
  background: rgba(240, 95, 0, 0.85);
}

.p-other__link {
  position: relative;
  display: block;
}

.p-other-name {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "Bebas Neue", serif;
  line-height: 1.06;
  letter-spacing: 0.07em;
  writing-mode: vertical-rl;
}

.p-other__desc {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 116px;
  padding: 16px 18px 7px;
}

.p-other__desc--first {
  background: rgba(255, 204, 40, 0.85);
}

.p-other__desc--second {
  background: rgba(240, 95, 0, 0.85);
}

.p-other__text {
  color: #2B2B2B;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-other-more {
  position: absolute;
  bottom: 6px;
  right: 24px;
  display: flex;
  align-items: baseline;
  justify-content: end;
  gap: 6px;
  margin-left: auto;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Bebas Neue", serif;
  letter-spacing: 0.05em;
}
.p-other-more::after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background-image: url(../images/common/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p-other-progress {
  max-width: 332px;
  width: 100%;
  margin: 18px auto 0;
  background: #E3E3E3;
}
.p-other-progress .my-carousel-progress-bar {
  background: #F08C00;
  height: 2px;
  transition: width 400ms ease;
  width: 20%;
}

@media screen and (min-width: 768px) {
  .p-other-intro {
    max-width: 680px;
  }
}
@media screen and (min-width: 1024px) {
  .p-other__inner {
    padding-bottom: 200px;
  }
  .p-other-intro {
    max-width: 1280px;
  }
  .p-other-intro img {
    max-width: 724px;
    width: 55%;
  }
  .p-other__title {
    margin-top: 28px;
    font-size: 2rem;
    font-weight: 800;
  }
  .p-other-content {
    margin-top: 50px;
  }
  .p-other__link:hover {
    opacity: 0.9;
  }
  .p-other__link:hover .p-other__desc {
    opacity: 1;
  }
  .p-other__desc {
    display: block;
    opacity: 0;
    transition: 0.3s;
  }
  .p-other-progress {
    max-width: 1240px;
    margin-top: 80px;
    background: #FFCC28;
  }
  .p-other-progress .my-carousel-progress-bar {
    width: 155px;
    background: #F05F00;
  }
}
@media screen and (min-width: 1280px) {
  .p-other-intro img {
    max-width: 724px;
    width: 100%;
  }
}
.splide__arrow {
  display: none;
}

/* Utitlity
   ----------------------------------------------------------------- */
/**
 * #Display
 */
.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/**
* #Text
*/
.u-text {
  color: #2B2B2B;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.u-text__lead {
  color: #2B2B2B;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 1024px) {
  .u-text {
    font-size: 1.6rem;
  }
  .u-text__lead {
    font-size: 1.6rem;
  }
}
/**
* #Title
*/
.c-title {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}

.c-title--white {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .c-title {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=style.css.map */