@charset "UTF-8";
/**
 * FUNCTION
 * Function.............
 *
 * VARIABLE
 * Global...............プロジェクト全体を通して使用される変数です。
 * Color................カラー用の変数（マップ）を管理します。
 * Config...............
 *
 * MIXIN
 * Media-query..........メディアクエリ用のmixinです。
 * Clearfix.............`float`を解除する`clearfix`のmixinです。
 *
 * VENDORS
 * Normalize.css........Normalize cssのインポートします。
 *
 * VENDORS-EXTENSION
 * Normalize.css........Normalize.cssのスタイルを上書きします。
 *
 * BASE
 * Base.................要素セレクタと属性セレクタのデフォルトスタイルです。
 *
 * LAYOUT
 * Header...............ヘッダーエリアのコンテナブロックのスタイルを指定します。
 * Footer...............フッターエリアのコンテナブロックのスタイルを指定します。
 * Main.................メインコンテンツエリアのコンテナブロックのスタイルを指定します。
 * Sidebar..............サイドバーエリアのコンテナブロックのスタイルを指定します。
 *
 * COMPONENT
 * Wrapper..............コンポーネントをラップするオブジェクトです。`max-width`が指定されています。
 * Grid.................グリッドレイアウトのベーススタイルです。
 * Inline...............横並びになるリストオブジェクトです。
 * Block................縦並びになるリストオブジェクトです。
 * Rank.................横並びになるリストオブジェクトです。アンカータグのクリック範囲が大きく指定されています。
 * Pac..................子要素を折り返さず、横幅内に収めるリストオブジェクトです。
 * Stac.................縦に積み上げていくタイプのリストオブジェクトです。
 * Media................画像とテキストを横並びにするために使用するオブジェクトです。
 * Split................2つの要素をブロックから横並びにするオブジェクトです。
 * Justify..............子要素を両端揃えにするオブジェクトです。
 * Scroll...............横スクロールに対応したテーブルオブジェクトです。
 * Central..............上下左右の中央配置オブジェクトです。
 * Button...............ボタンコンポーネントのベーススタイルです。
 * Card.................カード型のコンポーネントです。
 * Embed................YouTubeなどの埋め込みコンテンツのアスペクト比を固定するオブジェクトです。
 * Images...............画像コンポーネントです。
 *
 * PROJECT
 * Breadcrumbs..........パンくずリストです。セパレーターは`>`です。
 * Pagination...........前後のページに遷移するためのナビゲーションです。アイコンは`<`, `>`です。
 * Tag-cloud............タグクラウドのコンポーネントです。
 * Alert................エラーメッセージなどを表示するコンポーネントです。
 * Badge................投稿数のような数値を表示するコンポーネントです。
 * Label................インラインでメッセージを表示するコンポーネントです。
 * Balloon..............吹き出しのコンポーネントです。
 *
 * UTILITY
 * Col..................レスポンシブに対応した`width`を指定するためのヘルパークラスです。
 * Push.................レスポンシブに対応した`left`を指定するためのヘルパークラスです。
 * Pull.................レスポンシブに対応した`right`を指定するためのヘルパークラスです。
 * Column...............レスポンシブに対応した`column-count`を指定するためのヘルパークラスです。
 * Margin...............レスポンシブに対応した`margin`を指定するためのヘルパークラスです。
 * Padding..............`padding`を指定するためのヘルパークラスです。
 * Display..............要素の表示を切り替えるヘルパークラスです。
 * Float................`float`とクリアーフィックスのヘルパークラスです。
 * Position.............`position`のヘルパークラスです。
 * Text.................テキストのスタイルを変更するヘルパークラスです。
 */
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Vendors
   ----------------------------------------------------------------- */
/**
 * #Normalize
 */
/* ==========================================================================
   Normalize.css
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Base
   ----------------------------------------------------------------- */
/**
 * #Base
 */
/**
 * ボックスモデルを`border-box`にリセットします。
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
:root {
  --width-ratio: 1px/1;
  --width-wide-ratio: 100vw / 1440;
}

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

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

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

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

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

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

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

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

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

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

dl {
  margin: 0;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

/**
 * <blockquote cite="#">
 *     <p><small></small></p>
 *     <footer>
 *         <cite><a href="#"></a></cite>
 *     </footer>
 * </blockquote>
 */
blockquote {
  margin: my-margins() 0 my-margins() 0;
  padding-left: my-paddings();
  border-left: 1px solid my-colors(text, light);
  color: my-colors(text, light);
}
blockquote > :first-child {
  margin-top: 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/* `<cite>`の先頭にemダッシュが付く */
blockquote cite:before {
  content: "— ";
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: my-paddings();
  background-color: my-colors(bg);
}

legend {
  padding: 0 my-paddings(small);
  background-color: my-colors(bg);
}

label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url] {
  padding-left: my-paddings(small);
  box-sizing: border-box;
}

textarea {
  width: 100%;
  min-height: 8rem;
  padding: my-paddings(large) my-paddings(small);
  vertical-align: top;
  resize: vertical;
}

optgroup {
  font-weight: normal;
  font-style: normal;
}

/**
 * プレイスホルダーのcolorを無効化してopacityでコントラストを抑える
 * http://hail2u.net/blog/webdesign/placeholder-normalization.html
 */
:-ms-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

:placeholder-shown {
  opacity: 0.54;
}

code,
kbd,
pre,
samp {
  font-size: 1rem;
}

code,
pre {
  font-family: Menlo, Consolas, Courier, monospace;
}

kbd {
  /* ユーザーに入力を促す要素 */
  font-family: inherit;
}
kbd > kbd {
  /* キーボードのキーを示す要素に変化するためボーダーで囲われます */
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  padding: 3px 6px;
  font-size: 0.75rem;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
}

/**
 * Vertical Rhythmを指定しているクラスセレクタをまとめて指定します。
 */
h1, h2, h3, h4, h5, h6,
p,
ul, ol, dl,
table,
pre,
address {
  margin-top: 0;
  margin-bottom: my-margins();
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, p, a, img, ul, li, table, tr, th, td, tbody, footer, header, main, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  list-style: none;
  text-decoration: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/**
 * #Footer
 */
.l-footer {
  position: relative;
  background: #fff;
}

.l-footer__inner {
  max-width: calc(1330 * var(--width-ratio));
  padding: calc(80 * var(--width-ratio)) calc(26 * var(--width-ratio)) calc(50 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding: calc(60 * var(--width-ratio)) calc(26 * var(--width-ratio)) calc(90 * var(--width-ratio));
  }
}

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

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

.l-footer-logo {
  color: #000;
  font-size: calc(28 * var(--width-ratio));
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
}

.l-footer-nav {
  max-width: calc(530 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .l-footer-nav {
    max-width: 100%;
  }
}

.l-footer-nav__list {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: calc(20 * var(--width-ratio));
}
.l-footer-nav__item {
  width: 30%;
}
@media (max-width: 768px) {
  .l-footer-nav__item {
    width: 45%;
  }
}

.l-footer-nav__link {
  font-size: calc(15 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .l-footer-nav__link {
    font-size: calc(13 * var(--width-ratio));
  }
}
.l-footer-nav__link img {
  display: inline-block;
  width: calc(14 * var(--width-ratio));
  margin-left: calc(2 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer-nav__link img {
    width: calc(10 * var(--width-ratio));
  }
}

.l-footer-bottom {
  margin-top: calc(130 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-footer-bottom {
    margin-top: calc(70 * var(--width-ratio));
  }
}

.l-footer__copy {
  font-size: calc(15 * var(--width-ratio));
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  text-align: right;
}
@media (max-width: 768px) {
  .l-footer__copy {
    font-size: calc(13 * var(--width-ratio));
  }
}

/**
 * #Header
 */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-header__inner {
    padding: calc(22 * var(--width-ratio)) calc(20 * var(--width-ratio));
    background: #fff;
  }
}

.l-header-logo__link {
  color: #000;
  font-size: calc(28 * var(--width-ratio));
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .l-header-logo__link {
    font-size: calc(16 * var(--width-ratio));
  }
}

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

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

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

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

/**
 * #Sidebar
 */
.l-sidebar__inner {
  max-width: calc(337 * var(--width-ratio));
  width: 100%;
}

.l-sidebar__wrap {
  margin-top: calc(80 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-sidebar__wrap {
    display: flex;
    align-items: flex-start;
    gap: calc(75 * var(--width-ratio));
    margin-top: calc(50 * var(--width-ratio));
  }
}

.l-sidebar-block--ranking {
  margin-top: calc(60 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-sidebar-block--ranking {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.l-sidebar-block--archive {
  margin-top: calc(80 * var(--width-ratio));
}
@media (max-width: 768px) {
  .l-sidebar-block--archive {
    margin-top: 0;
  }
}

.l-sidebar-block__title {
  display: flex;
  align-items: center;
  gap: calc(9 * var(--width-ratio));
  font-size: calc(22 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .l-sidebar-block__title {
    font-size: calc(17 * var(--width-ratio));
  }
}
.l-sidebar-block__title::before {
  content: "";
  width: calc(17 * var(--width-ratio));
  height: calc(17 * var(--width-ratio));
  background-image: url(../images/common/icon_blog.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .l-sidebar-block__title::before {
    width: calc(14 * var(--width-ratio));
    height: calc(14 * var(--width-ratio));
  }
}

.l-sidebar__list {
  margin-top: calc(20 * var(--width-ratio));
}
.l-sidebar__list li {
  margin-top: calc(16 * var(--width-ratio));
  font-size: calc(15 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .l-sidebar__list li {
    font-size: calc(13 * var(--width-ratio));
  }
}
.l-sidebar__list li:first-child {
  margin-top: 0;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/**
 * #Fade
 */
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.js-fadeIn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.js-fadeIn:nth-child(2) {
  transition: opacity 1.5s, visibility 1.5s, transform 1.5s;
}
.js-fadeIn:nth-child(3) {
  transition: opacity 2s, visibility 2s, transform 2s;
}
.js-fadeIn.is-inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/**
 * #Scroll
 */
.c-scroll {
  position: absolute;
  top: -25px;
  right: 26px;
  display: block;
  max-width: 52px;
  z-index: 10;
}

/**
 * #Button
 */
/**
 * #Mv
 */
.c-mv {
  width: 100%;
  height: calc(442 * var(--width-ratio));
  background-image: url(../images/common/img_mv_pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.c-mv img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .c-mv {
    height: calc(262 * var(--width-ratio));
    background-image: url(../images/common/img_mv_sp.webp);
  }
}

.c-mv--privacy img {
  max-width: calc(437 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-mv--privacy img {
    max-width: calc(263 * var(--width-ratio));
  }
}

.c-mv--service img {
  max-width: calc(227 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-mv--service img {
    max-width: calc(136 * var(--width-ratio));
  }
}

.c-mv--company img {
  max-width: calc(274 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-mv--company img {
    max-width: calc(165 * var(--width-ratio));
  }
}

.c-mv--client img {
  max-width: calc(317 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-mv--client img {
    max-width: calc(190 * var(--width-ratio));
  }
}

.c-mv--faq img {
  max-width: calc(109 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-mv--faq img {
    max-width: calc(102 * var(--width-ratio));
  }
}

.c-mv--blog img {
  max-width: calc(149 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-mv--blog img {
    max-width: calc(89 * var(--width-ratio));
  }
}

.c-mv--projects img {
  max-width: calc(272 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-mv--projects img {
    max-width: calc(163 * var(--width-ratio));
  }
}

.c-mv--contact img {
  max-width: calc(256 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-mv--contact img {
    max-width: calc(154 * var(--width-ratio));
  }
}

.c-mv--entry img {
  max-width: calc(174 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-mv--entry img {
    max-width: calc(105 * var(--width-ratio));
  }
}

.c-mv__inner {
  position: relative;
  max-width: calc(1240 * var(--width-ratio));
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: calc(182 * var(--width-ratio)) calc(65 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-mv__inner {
    padding: calc(105 * var(--width-ratio)) calc(30 * var(--width-ratio));
  }
}

.c-mv__title {
  color: #fff;
  font-size: calc(50 * var(--width-ratio));
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 768px) {
  .c-mv__title {
    font-size: calc(30 * var(--width-ratio));
  }
}
.c-mv__title span {
  display: block;
  margin-top: calc(5 * var(--width-ratio));
  color: #fff;
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .c-mv__title span {
    font-size: calc(14 * var(--width-ratio));
  }
}

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

.c-hamburger__line {
  position: absolute;
  left: 50%;
  display: block;
  width: calc(24 * var(--width-ratio));
  height: calc(1 * var(--width-ratio));
  background: #000;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.c-hamburger__line--top {
  top: calc(50% - -6 * var(--width-ratio));
}
.c-hamburger__line--top.is-active {
  transform: translate(-50%, -50%) rotate(45deg);
  top: calc(50% - 0px);
}

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

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

/**
* #Contact
*/
.c-contact {
  position: relative;
  background-image: url(../images/common/img_entry_pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .c-contact {
    background-image: url(../images/common/img_entry_sp.webp);
  }
}

.c-contact__inner {
  max-width: calc(1022 * var(--width-ratio));
  padding: calc(100 * var(--width-ratio)) calc(26 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-contact__inner {
    padding: calc(60 * var(--width-ratio)) calc(15 * var(--width-ratio));
  }
}

.c-contact__lead {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-contact__lead {
    font-size: calc(13 * var(--width-ratio));
  }
}

.c-contact__title {
  margin-top: calc(30 * var(--width-ratio));
  font-size: calc(34 * var(--width-ratio));
  font-weight: 500;
  font-family: "Noto Serif", serif;
}
@media (max-width: 768px) {
  .c-contact__title {
    margin-top: calc(24 * var(--width-ratio));
    font-size: calc(24 * var(--width-ratio));
  }
}

.c-contact__text {
  margin-top: calc(30 * var(--width-ratio));
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-contact__text {
    margin-top: calc(32 * var(--width-ratio));
    font-size: calc(13 * var(--width-ratio));
    line-height: 2.3076923077;
    letter-spacing: 0.01em;
  }
}

/**
 * #Cta
 */
.c-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .c-cta {
    display: block;
  }
}

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

.c-cta__link {
  display: block;
  width: 50%;
  padding: calc(14 * var(--width-ratio)) calc(50 * var(--width-ratio));
  color: #fff;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 500;
  text-align: center;
}

.c-cta__link--contact {
  background-color: #004887;
}

.c-cta__link--registration {
  background-color: #AF8C63;
}

/**
 * #Menu
 */
.c-menu__list {
  display: flex;
  align-items: stretch;
}
@media (max-width: 768px) {
  .c-menu__list {
    flex-direction: column;
  }
}

.c-menu__link {
  position: relative;
  width: 100%;
  padding: calc(70 * var(--width-ratio)) calc(50 * var(--width-ratio));
  border-radius: calc(20 * var(--width-ratio)) calc(20 * var(--width-ratio)) 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: calc(32 * var(--width-ratio));
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  .c-menu__link {
    padding: calc(50 * var(--width-ratio)) calc(24 * var(--width-ratio));
    border-radius: calc(10 * var(--width-ratio)) calc(10 * var(--width-ratio)) 0 0;
  }
}
.c-menu__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(30 * var(--width-ratio));
  display: block;
  width: calc(20 * var(--width-ratio));
  height: calc(4 * var(--width-ratio));
  background-image: url(../images/common/icon_arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 1;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .c-menu__link::after {
    right: calc(25 * var(--width-ratio));
  }
}
.c-menu__link span {
  display: block;
  margin-top: calc(5 * var(--width-ratio));
  font-size: calc(15 * var(--width-ratio));
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-menu__link span {
    font-size: calc(12 * var(--width-ratio));
  }
}

.c-menu__link--recruit {
  background-image: url(../images/main/bg_client.webp);
}

.c-menu__link--contact {
  background-image: url(../images/main/bg_contact.webp);
}
@media (max-width: 768px) {
  .c-menu__link--contact {
    margin-top: calc(-20 * var(--width-ratio));
  }
}

.c-menu__link--faq {
  background: linear-gradient(-225deg, #F8F8F8 0%, #EEF2F6 56%, #E6ECF0 100%);
  color: #000;
}
.c-menu__link--faq::after {
  background-image: url(../images/common/icon_arrow_blue.webp);
}
@media (max-width: 768px) {
  .c-menu__link--faq {
    margin-top: calc(-30 * var(--width-ratio));
  }
}

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

/**
 * #Inner
 */
.c-inner {
  width: 100%;
  margin: 0 auto;
}
/**
 * #Link
 */
.c-link {
  max-width: calc(200 * var(--width-ratio));
  width: 100%;
  margin: calc(50 * var(--width-ratio)) auto 0;
  padding: calc(20 * var(--width-ratio));
  border-radius: calc(76 * var(--width-ratio));
  border: 1px solid #fff;
  background: transparent;
}
.c-link img {
  display: block;
  width: calc(71 * var(--width-ratio));
  margin: 0 auto;
}

.c-link--second {
  border: 1px solid #004887;
  background: #004887;
}

.c-link--contact {
  margin: calc(30 * var(--width-ratio)) auto 0;
  padding: calc(13 * var(--width-ratio));
  border: 1px solid #AF8C63;
  background: #AF8C63;
  color: #fff;
  font-size: calc(18 * var(--width-ratio));
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .c-link--contact {
    max-width: calc(164 * var(--width-ratio));
    padding: calc(10 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * #Pagenation
 */
.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(120 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-pagination {
    margin-top: calc(60 * var(--width-ratio));
  }
}

.c-pagination__count {
  margin-right: calc(40 * var(--width-ratio));
  font-size: calc(23 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.3913043478;
}
@media (max-width: 768px) {
  .c-pagination__count {
    font-size: calc(18 * var(--width-ratio));
    line-height: 1.7777777778;
  }
}

.page-numbers {
  margin-right: calc(20 * var(--width-ratio));
  color: #004887;
  font-size: calc(23 * var(--width-ratio));
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-numbers {
    font-size: calc(18 * var(--width-ratio));
  }
}
.page-numbers.current {
  color: #97B4CD;
}
.page-numbers .prev {
  margin-right: calc(40 * var(--width-ratio));
}
.page-numbers .next {
  margin-left: calc(40 * var(--width-ratio));
}

/**
 * #Rank
 */
.c-rank {
  margin-top: calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-rank {
    margin-top: calc(30 * var(--width-ratio));
  }
}

.c-rank__link {
  display: flex;
  align-items: flex-start;
  gap: calc(20 * var(--width-ratio));
  margin-top: calc(20 * var(--width-ratio));
}
.c-rank__link:first-child {
  margin-top: 0;
}

.c-rank__thumb {
  max-width: calc(82 * var(--width-ratio));
  width: 100%;
}
.c-rank__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-rank__title {
  font-size: calc(15 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8666666667;
}
@media (max-width: 768px) {
  .c-rank__title {
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.8571428571;
  }
}

.c-rank__views {
  margin-top: calc(16 * var(--width-ratio));
  color: #686868;
  font-size: calc(13 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.1538461538;
}
@media (max-width: 768px) {
  .c-rank__views {
    font-size: calc(12 * var(--width-ratio));
    line-height: 2.3333333333;
  }
}

/**
 * #Search
 */
.c-search-form__field {
  position: relative;
  display: block;
}

.c-search-form__input {
  width: 100%;
  height: calc(47 * var(--width-ratio));
  padding: 0 calc(40 * var(--width-ratio)) 0 calc(26 * var(--width-ratio));
  border: 1px solid #E0E0E0;
  border-radius: calc(30 * var(--width-ratio));
  background: #fff;
  font-size: calc(16 * var(--width-ratio));
}
.c-search-form__input:focus {
  outline: none;
  border-color: #1e4f8f;
  background: #fff;
}

.c-search-form__button {
  position: absolute;
  top: 50%;
  right: calc(15 * var(--width-ratio));
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
}

/**
 * #Toc
 */
.c-toc {
  margin-top: calc(80 * var(--width-ratio));
  border-radius: calc(10 * var(--width-ratio));
  background-image: linear-gradient(135deg, #f8f8f8, #eef2f6 63%, #e6ecf0);
}
@media (max-width: 768px) {
  .c-toc {
    margin-top: calc(40 * var(--width-ratio));
  }
}
.c-toc {
  /* h2カウンター開始 */
}
.c-toc__list {
  counter-reset: toc-h2;
}
.c-toc {
  /* ---------- h2 ---------- */
}
.c-toc__item--h2 {
  counter-increment: toc-h2;
  /* h2が始まるたびにh3をリセット */
}
.c-toc__item--h2 > .c-toc__list--second {
  counter-reset: toc-h3;
}
.c-toc__item--h2 > a::before {
  content: counter(toc-h2) " ";
  margin-right: 0.4em;
  font-weight: 700;
}
.c-toc {
  /* ---------- h3 ---------- */
}
.c-toc__item--h3 {
  counter-increment: toc-h3;
}
.c-toc__item--h3 > a::before {
  content: counter(toc-h2) "." counter(toc-h3) " ";
}

.c-toc__wrap {
  padding: calc(50 * var(--width-ratio)) calc(50 * var(--width-ratio)) calc(60 * var(--width-ratio));
}

.c-toc__title {
  font-size: calc(24 * var(--width-ratio));
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 768px) {
  .c-toc__title {
    font-size: calc(20 * var(--width-ratio));
  }
}

.c-toc__list {
  margin-top: calc(50 * var(--width-ratio));
}
.c-toc__list a::before {
  margin-right: calc(5 * var(--width-ratio));
}

.c-toc__list--second {
  margin-top: calc(15 * var(--width-ratio));
  margin-left: calc(30 * var(--width-ratio));
}
.c-toc__list--second a::before {
  margin-right: calc(5 * var(--width-ratio));
}

.c-toc__item {
  margin-top: calc(10 * var(--width-ratio));
  color: #004887;
  font-size: calc(18 * var(--width-ratio));
  font-weight: 500;
}
.c-toc__item:first-child {
  margin-top: 0;
}
.c-toc__item a {
  color: #004887;
  font-size: calc(18 * var(--width-ratio));
  font-weight: 500;
}

/**
 * #Share
 */
.c-share {
  margin-top: calc(80 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-share {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.c-share__title {
  font-size: calc(17 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-share__title {
    font-size: calc(14 * var(--width-ratio));
  }
}

.c-share__buttons {
  display: flex;
  align-items: center;
  gap: calc(18 * var(--width-ratio));
  margin-top: calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-share__buttons {
    flex-flow: row wrap;
    gap: calc(9 * var(--width-ratio));
    margin-top: calc(15 * var(--width-ratio));
  }
}

.c-share__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(12 * var(--width-ratio));
  max-width: calc(200 * var(--width-ratio));
  width: 100%;
  padding: calc(15 * var(--width-ratio));
  border-radius: calc(50 * var(--width-ratio));
  border: 1px solid #E0E0E0;
  background: #fff;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-share__btn {
    padding: calc(12 * var(--width-ratio));
    max-width: calc(168 * var(--width-ratio));
    font-size: calc(13 * var(--width-ratio));
  }
}
.c-share__btn img {
  width: calc(34 * var(--width-ratio));
}
@media (max-width: 768px) {
  .c-share__btn img {
    width: calc(24 * var(--width-ratio));
  }
}

/**
 * #Banner
 */
.c-banner {
  position: fixed;
  bottom: calc(10 * var(--width-ratio));
  right: calc(15 * var(--width-ratio));
  max-width: 30%;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 100;
}
.c-banner.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .c-banner {
    bottom: calc(60 * var(--width-ratio));
    max-width: 70%;
  }
}

/* Project
   ----------------------------------------------------------------- */
/**
 * #Nav
 */
@media (max-width: 768px) {
  .p-nav {
    display: none;
  }
}

.p-nav--sp {
  display: none;
}
@media (max-width: 768px) {
  .p-nav--sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/common/bg_nav.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }
}

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

.p-nav__list {
  display: flex;
  align-items: center;
  gap: calc(38 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-nav__list {
    gap: calc(20 * var(--width-ratio));
    flex-flow: row wrap;
  }
}

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

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

.p-nav__item__mm.p-nav__item {
  position: relative;
}
.p-nav__item__mm.p-nav__item:hover > a {
  /*color: #88b8c9;*/
}
.p-nav__item__mm.p-nav__item:hover > .p-nav__mm {
  opacity: 1;
  visibility: visible;
}
.p-nav__item__mm .p-nav__mm {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1em;
  width: 15em;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.p-nav__item__mm .p-nav__mm__item {
  padding: 0.5em;
}
.p-nav__item__mm .p-nav__mm__item > a:hover, .p-nav__item__mm .bl_header_mm__item > a:active {
  /*color: #88b8c9;*/
}


.p-nav__link {
  position: relative;
  font-size: calc(15 * var(--width-ratio));
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .p-nav__link {
    color: #fff;
    font-size: calc(14 * var(--width-ratio));
    text-align: left;
  }
}
.p-nav__link::after {
  content: "";
  position: absolute;
  bottom: calc(-4 * var(--width-ratio));
  left: 0;
  display: block;
  width: 100%;
  height: calc(1 * var(--width-ratio));
  background: #000;
  opacity: 0;
  transition: 0.3s;
}
.p-nav__link:hover::after {
  opacity: 1;
}

.p-nav__link--second {
  min-width: calc(164 * var(--width-ratio));
  width: 100%;
  padding: calc(12 * var(--width-ratio)) calc(32 * var(--width-ratio));
  border-radius: calc(30 * var(--width-ratio));
  border: 1px solid;
  color: #fff;
  font-size: calc(15 * var(--width-ratio));
}
.p-nav__link--second:hover {
  color: #000;
  border: 1px solid #DFDFDF;
  background: #fff;
}

.p-nav__link--contact {
  border-color: #004887;
  background-color: #004887;
}
.p-nav__link--contact::after {
  content: none;
}

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

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

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

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

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

/**
 * #Kv
 */
.p-kv {
  background-image: url(../images/main/bg_entry_pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-kv {
    background-image: url(../images/main/bg_entry_sp.webp);
  }
}

.p-kv__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-kv__inner {
    flex-direction: column;
  }
}

.p-kv-intro {
  padding: calc(178 * var(--width-ratio)) calc(160 * var(--width-ratio)) calc(80 * var(--width-ratio)) calc(110 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-kv-intro {
    padding: calc(115 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(60 * var(--width-ratio));
  }
}

.p-kv__text {
  color: #000;
  font-size: calc(22 * var(--width-ratio));
  font-weight: 500;
  font-family: "Noto Serif", serif;
  line-height: 1.8181818182;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-kv__text {
    font-size: calc(16 * var(--width-ratio));
    line-height: 2.5;
  }
}

.p-kv__title {
  max-width: calc(552 * var(--width-ratio));
  width: 100%;
  margin-top: calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-kv__title {
    max-width: calc(310 * var(--width-ratio));
    margin-top: calc(5 * var(--width-ratio));
  }
}

.p-kv-area {
  display: flex;
  align-items: flex-start;
  gap: calc(30 * var(--width-ratio));
  margin-top: calc(48 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-kv-area {
    gap: calc(12 * var(--width-ratio));
    margin-top: calc(20 * var(--width-ratio));
  }
}

.p-kv__figure {
  max-width: calc(221 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .p-kv__figure {
    max-width: calc(106 * var(--width-ratio));
  }
}

/**
 * #Search
 */
.p-search {
  max-width: calc(446 * var(--width-ratio));
  width: 100%;
  background-image: url(../images/main/bg_search.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-search {
    max-width: 100%;
  }
}

.p-search__inner {
  padding: calc(130 * var(--width-ratio)) calc(60 * var(--width-ratio)) calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-search__inner {
    padding: calc(40 * var(--width-ratio)) calc(25 * var(--width-ratio));
  }
}

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

.p-search__text {
  font-size: calc(14 * var(--width-ratio));
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .p-search__text {
    font-size: calc(12 * var(--width-ratio));
  }
}

.p-search__title {
  color: #004887;
  font-size: calc(28 * var(--width-ratio));
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-search__title {
    font-size: calc(24 * var(--width-ratio));
  }
}

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

.p-search__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: calc(15 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-search__item {
    max-width: 100%;
    width: 100%;
    margin-top: calc(14 * var(--width-ratio));
  }
}
.p-search__item:first-child {
  margin-top: 0;
}
.p-search__item::after {
  content: "";
  position: absolute;
  right: calc(15 * var(--width-ratio));
  width: calc(14 * var(--width-ratio));
  height: calc(8 * var(--width-ratio));
  background-color: #182A41;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
.p-search__item select {
  appearance: none;
  min-width: calc(274 * var(--width-ratio));
  padding: calc(10 * var(--width-ratio)) calc(18 * var(--width-ratio));
  border-radius: 6px;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  color: #000;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-search__item select {
    min-width: 100%;
    font-size: calc(13 * var(--width-ratio));
  }
}

.p-search__item--second::after {
  content: none;
}

.search-field {
  appearance: none;
  min-width: calc(274 * var(--width-ratio));
  padding: calc(10 * var(--width-ratio)) calc(18 * var(--width-ratio));
  border-radius: 6px;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  color: #949494;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 768px) {
  .search-field {
    min-width: 100%;
    font-size: calc(13 * var(--width-ratio));
  }
}

.p-search-submit {
  appearance: none;
  min-width: calc(274 * var(--width-ratio));
  margin-top: calc(18 * var(--width-ratio));
  padding: calc(12 * var(--width-ratio)) calc(18 * var(--width-ratio));
  border-radius: 6px;
  border: none;
  background-color: #AF8C63;
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-search-submit {
    min-width: 100%;
    margin-top: calc(20 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

.search-icon {
  display: inline-block;
  max-width: calc(20 * var(--width-ratio));
  width: 100%;
  margin-right: calc(8 * var(--width-ratio));
}

.p-search-projects .p-search__item {
  margin: 0;
}
.p-search-projects .p-search__item select {
  min-width: calc(264 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-search-projects .p-search__item select {
    min-width: 100%;
  }
}
.p-search-projects .search-field {
  min-width: calc(548 * var(--width-ratio));
  height: calc(46 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-search-projects .search-field {
    min-width: 100%;
    height: auto;
  }
}
.p-search-projects .p-search-submit {
  min-width: calc(264 * var(--width-ratio));
  margin: 0;
  padding: calc(10 * var(--width-ratio)) calc(18 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-search-projects .p-search-submit {
    min-width: 100%;
  }
}

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

.p-search-bottom {
  display: flex;
  align-items: center;
  gap: calc(20 * var(--width-ratio));
  margin-top: calc(20 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-search-bottom {
    flex-direction: column;
    margin-top: calc(14 * var(--width-ratio));
  }
}

/**
 * #Intro
 */
.p-intro__inner {
  max-width: calc(1188 * var(--width-ratio));
  padding: calc(80 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(50 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-intro__inner {
    padding: calc(50 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(30 * var(--width-ratio));
  }
}

.p-intro__lead {
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.2222222222;
  text-align: center;
}
@media (max-width: 768px) {
  .p-intro__lead {
    font-size: calc(15 * var(--width-ratio));
    line-height: 2.1333333333;
    text-align: left;
  }
}
.p-intro__lead span {
  color: #004887;
  font-weight: 700;
}

.p-intro-area {
  display: flex;
  align-items: center;
  margin-top: calc(80 * var(--width-ratio));
  padding: calc(35 * var(--width-ratio)) calc(35 * var(--width-ratio)) calc(35 * var(--width-ratio)) calc(50 * var(--width-ratio));
  border-radius: calc(10 * var(--width-ratio));
  background-image: linear-gradient(135deg, #f8f8f8, #eef2f6 63%, #e6ecf0);
}
@media (max-width: 768px) {
  .p-intro-area {
    display: block;
    margin-top: calc(50 * var(--width-ratio));
    padding: calc(36 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(30 * var(--width-ratio));
  }
}

.p-intro__title {
  padding-right: calc(50 * var(--width-ratio));
  border-right: 1px solid #E9E9E9;
  color: #004887;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-intro__title {
    padding: 0;
    border: none;
    font-size: calc(17 * var(--width-ratio));
    line-height: 1.7;
  }
}
.p-intro__title span {
  display: inline-block;
  color: #000;
  font-size: calc(23 * var(--width-ratio));
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
}

.p-intro__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: calc(20 * var(--width-ratio));
  padding-left: calc(36 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-intro__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: calc(15 * var(--width-ratio)) calc(17 * var(--width-ratio));
    margin-top: calc(30 * var(--width-ratio));
    padding: 0;
  }
}

.p-intro__item {
  max-width: calc(220 * var(--width-ratio));
  width: 100%;
}
/**
 * #Feature
 */
.p-feature__inner {
  max-width: calc(1188 * var(--width-ratio));
  padding: calc(50 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(100 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-feature__inner {
    padding: calc(30 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(90 * var(--width-ratio));
  }
}

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

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

.p-feature__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-feature__item figcaption {
  width: 100%;
  margin: 0 auto;
}
.p-feature__item:first-child figcaption {
  max-width: calc(112 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-feature__item:first-child figcaption {
    max-width: calc(97 * var(--width-ratio));
  }
}
.p-feature__item:nth-child(2) {
  position: relative;
}
.p-feature__item:nth-child(2) figcaption {
  max-width: calc(84 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-feature__item:nth-child(2) figcaption {
    max-width: calc(73 * var(--width-ratio));
  }
}
.p-feature__item:nth-child(2)::before, .p-feature__item:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  width: calc(1 * var(--width-ratio));
  height: 100%;
  background: #E9E9E9;
}
@media (max-width: 768px) {
  .p-feature__item:nth-child(2)::before, .p-feature__item:nth-child(2)::after {
    width: 100%;
    height: calc(1 * var(--width-ratio));
  }
}
.p-feature__item:nth-child(2)::before {
  left: calc(-34 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-feature__item:nth-child(2)::before {
    top: calc(-40 * var(--width-ratio));
    left: 0;
  }
}
.p-feature__item:nth-child(2)::after {
  right: calc(-34 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-feature__item:nth-child(2)::after {
    top: unset;
    right: 0;
    bottom: calc(-40 * var(--width-ratio));
  }
}
.p-feature__item:last-child figcaption {
  max-width: calc(130 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-feature__item:last-child figcaption {
    max-width: calc(112 * var(--width-ratio));
  }
}

.p-feature__figure {
  max-width: calc(225 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
.p-feature__figure figcaption {
  display: block;
  margin-top: calc(24 * var(--width-ratio));
}

.p-feature__title {
  margin-top: calc(10 * var(--width-ratio));
  font-size: calc(22 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6363636364;
  text-align: center;
}
@media (max-width: 768px) {
  .p-feature__title {
    font-size: calc(19 * var(--width-ratio));
    line-height: 1.5789473684;
  }
}

.p-feature__text {
  margin-top: calc(25 * var(--width-ratio));
  font-size: calc(15 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.1333333333;
}
@media (max-width: 768px) {
  .p-feature__text {
    margin-top: calc(20 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 2.1428571429;
  }
}

/**
 * #Pickup
 */
.p-pickup {
  border-radius: calc(20 * var(--width-ratio)) calc(20 * var(--width-ratio)) 0 0;
  background-image: url(../images/main/bg_pickup.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.p-pickup__inner {
  width: 100%;
  padding: calc(100 * var(--width-ratio)) calc(24 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-pickup__inner {
    padding: calc(60 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

.p-pickup-content {
  padding-top: calc(60 * var(--width-ratio));
  position: relative;
  left: 7.7vw;
}
@media (max-width: 768px) {
  .p-pickup-content {
    padding: calc(46 * var(--width-ratio)) 0;
  }
}

.p-pickup__link {
  max-width: calc(200 * var(--width-ratio));
  width: 100%;
  margin: calc(50 * var(--width-ratio)) auto 0;
  padding: calc(20 * var(--width-ratio));
  border-radius: calc(76 * var(--width-ratio));
  border: 1px solid #fff;
  background: transparent;
}
.p-pickup__link img {
  display: block;
  width: calc(71 * var(--width-ratio));
  margin: 0 auto;
}

/**
 * #Products
 */
.p-products-article {
  height: 100%;
  border-radius: calc(10 * var(--width-ratio));
  background: #fff;
}

.p-products-article__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: calc(44 * var(--width-ratio)) calc(41 * var(--width-ratio)) calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-products-article__wrap {
    justify-content: space-between;
    padding: calc(30 * var(--width-ratio)) calc(26 * var(--width-ratio));
  }
}

.p-products__title {
  font-size: calc(22 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6363636364;
}
@media (max-width: 768px) {
  .p-products__title {
    font-size: calc(17 * var(--width-ratio));
    line-height: 2.1176470588;
  }
}

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

.p-products__list {
  display: flex;
  align-items: center;
  gap: calc(48 * var(--width-ratio));
  padding: calc(18 * var(--width-ratio)) 0;
  border-bottom: 1px solid #E9E9E9;
}
@media (max-width: 768px) {
  .p-products__list {
    gap: calc(24 * var(--width-ratio));
  }
}
.p-products__list:first-child {
  padding-top: 0;
}

.p-products__term,
.p-products__desc {
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.2857142857;
}
@media (max-width: 768px) {
  .p-products__term,
  .p-products__desc {
    font-size: calc(13 * var(--width-ratio));
    line-height: 2.4615384615;
  }
}

.p-products__term {
  width: calc(90 * var(--width-ratio));
  color: #004887;
}
@media (max-width: 768px) {
  .p-products__term {
    width: calc(80 * var(--width-ratio));
  }
}

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

.p-products__text {
  margin-top: calc(26 * var(--width-ratio));
  margin-bottom: calc(30 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8571428571;
}

.p-products__link {
  position: relative;
  width: 100%;
  margin: auto auto 0;
  padding: calc(10 * var(--width-ratio));
  border-radius: calc(6 * var(--width-ratio));
  background: #004887;
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.25;
  text-align: center;
}
@media (max-width: 768px) {
  .p-products__link {
    margin-top: calc(30 * var(--width-ratio));
    padding: calc(6 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 2.5714285714;
  }
}
.p-products__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(15 * var(--width-ratio));
  display: block;
  width: calc(20 * var(--width-ratio));
  height: calc(4 * var(--width-ratio));
  background-image: url(../images/common/icon_arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

/**
 * #Flow
 */
.p-flow .u-title span {
  text-align: left;
}

.p-flow__inner {
  max-width: calc(1188 * var(--width-ratio));
  padding: calc(100 * var(--width-ratio)) calc(24 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-flow__inner {
    padding: calc(60 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

.p-flow-content {
  display: flex;
  align-items: flex-start;
  gap: calc(214 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-flow-content {
    flex-direction: column;
    align-items: center;
    gap: calc(53 * var(--width-ratio));
  }
}

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

.p-flow__list {
  position: relative;
  padding-bottom: calc(58 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-flow__list {
    padding-bottom: calc(45 * var(--width-ratio));
    padding-left: calc(32 * var(--width-ratio));
  }
}
.p-flow__list:last-child {
  padding-bottom: 0;
}
.p-flow__list::before, .p-flow__list::after {
  content: "";
  position: absolute;
  display: block;
}
.p-flow__list::before {
  top: calc(10 * var(--width-ratio));
  left: calc(-44 * var(--width-ratio));
  width: calc(18 * var(--width-ratio));
  height: calc(18 * var(--width-ratio));
  background-image: url(../images/common/icon_flow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-flow__list::before {
    left: 0;
  }
}
.p-flow__list::after {
  top: calc(15 * var(--width-ratio));
  left: calc(-35 * var(--width-ratio));
  width: calc(1 * var(--width-ratio));
  height: 100%;
  background: #E9E9E9;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-flow__list::after {
    left: calc(8 * var(--width-ratio));
  }
}

.p-flow__term {
  font-size: calc(22 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6363636364;
}
@media (max-width: 768px) {
  .p-flow__term {
    font-size: calc(17 * var(--width-ratio));
    line-height: 2.1176470588;
  }
}
.p-flow__term span {
  color: #004887;
  font-weight: 600;
}

.p-flow__desc {
  margin-top: calc(20 * var(--width-ratio));
  font-size: calc(15 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8666666667;
}
@media (max-width: 768px) {
  .p-flow__desc {
    margin-top: calc(15 * var(--width-ratio));
    font-size: calc(13 * var(--width-ratio));
    line-height: 2;
  }
}

/**
 * #Voice
 */
.p-voice {
  border-radius: calc(20 * var(--width-ratio)) calc(20 * var(--width-ratio)) 0 0;
  background-image: url(../images/main/bg_voice.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.p-voice__inner {
  width: 100%;
  padding: calc(100 * var(--width-ratio)) calc(24 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-voice__inner {
    padding: calc(60 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

.p-voice-content {
  width: 100vw;
  padding: calc(60 * var(--width-ratio)) 0 0;
  position: relative;
  left: 7.7vw;
}
@media (max-width: 768px) {
  .p-voice-content {
    padding: calc(40 * var(--width-ratio)) 0 0;
  }
}

.p-voice-article {
  border-radius: calc(10 * var(--width-ratio));
  background: #fff;
}

.p-voice__wrap {
  padding: calc(40 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(65 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-voice__wrap {
    padding: calc(27 * var(--width-ratio)) calc(27 * var(--width-ratio)) calc(40 * var(--width-ratio));
  }
}

.p-voice__head {
  display: flex;
  align-items: center;
  gap: calc(22 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-voice__head {
    gap: calc(19 * var(--width-ratio));
  }
}

@media (max-width: 768px) {
  .p-voice__thumb {
    max-width: calc(70 * var(--width-ratio));
  }
}
.p-voice__thumb img {
  border-radius: 50%;
  width: calc(82 * var(--width-ratio));
  height: calc(82 * var(--width-ratio));
  object-fit: cover;
}

.p-voice-job {
  font-size: calc(17 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 2.1176470588;
}
@media (max-width: 768px) {
  .p-voice-job {
    font-size: calc(14 * var(--width-ratio));
    line-height: 2.5714285714;
  }
}

.p-voice-name {
  margin-top: calc(17 * var(--width-ratio));
  font-size: calc(22 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6363636364;
}
@media (max-width: 768px) {
  .p-voice-name {
    margin-top: calc(13 * var(--width-ratio));
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.8;
  }
}

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

.p-voice__text {
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.8571428571;
}
@media (max-width: 768px) {
  .p-voice__text {
    font-size: calc(13 * var(--width-ratio));
    line-height: 2;
  }
}

/**
 * #Blog
 */
.p-blog-top .u-title span {
  text-align: left;
}
@media (max-width: 768px) {
  .p-blog-top .u-title span {
    text-align: center;
  }
}

.p-blog-top__inner {
  max-width: calc(1188 * var(--width-ratio));
  padding: calc(100 * var(--width-ratio)) calc(24 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-blog-top__inner {
    padding: calc(60 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

.p-blog-top-content {
  display: flex;
  align-items: flex-start;
  gap: calc(160 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-blog-top-content {
    flex-direction: column;
    align-items: center;
    gap: calc(40 * var(--width-ratio));
  }
}

.p-blog-top-area {
  max-width: calc(850 * var(--width-ratio));
  width: 100%;
}

.p-blog-top__item {
  border-top: 1px solid #E9E9E9;
}
.p-blog-top__item:last-child {
  border-bottom: 1px solid #E9E9E9;
}

.p-blog-top__link {
  position: relative;
  margin: 0;
  padding: calc(40 * var(--width-ratio)) calc(90 * var(--width-ratio)) calc(50 * var(--width-ratio)) 0;
}
@media (max-width: 768px) {
  .p-blog-top__link {
    padding: calc(40 * var(--width-ratio)) 0;
  }
}
.p-blog-top__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(20 * var(--width-ratio));
  display: block;
  width: calc(20 * var(--width-ratio));
  height: calc(4 * var(--width-ratio));
  background-image: url(../images/common/icon_arrow_blue.webp);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-blog-top__link::after {
    content: none;
  }
}

.p-blog-date {
  color: #004887;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-blog-date {
    font-size: calc(12 * var(--width-ratio));
  }
}

.p-blog-top__title {
  margin-top: calc(10 * var(--width-ratio));
  font-size: calc(20 * var(--width-ratio));
  font-weight: 600;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-blog-top__title {
    font-size: calc(15 * var(--width-ratio));
    line-height: 1.7333333333;
  }
}

.p-blog__inner {
  max-width: calc(1328 * var(--width-ratio));
  padding: calc(120 * var(--width-ratio)) calc(24 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-blog__inner {
    flex-direction: column;
    gap: calc(60 * var(--width-ratio));
    padding: calc(60 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

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

.p-blog-content {
  max-width: calc(853 * var(--width-ratio));
  width: 100%;
}

.p-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(45 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-blog-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(50 * var(--width-ratio));
  }
}

.p-blog__link {
  display: block;
}

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

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

.p-blog-categorys {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: calc(8 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-blog-categorys {
    gap: calc(5 * var(--width-ratio));
  }
}

.p-blog-category {
  display: inline-block;
  padding: calc(4 * var(--width-ratio)) calc(12 * var(--width-ratio));
  border-radius: calc(70 * var(--width-ratio));
  background: #004887;
  color: #fff;
  font-size: calc(11 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .p-blog-category {
    font-size: calc(10 * var(--width-ratio));
  }
}

.p-blog__title {
  margin-top: calc(30 * var(--width-ratio));
  font-size: calc(18 * var(--width-ratio));
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-blog__title {
    margin-top: calc(20 * var(--width-ratio));
    font-size: calc(15 * var(--width-ratio));
    line-height: 2;
  }
}

.p-blog__more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: calc(12 * var(--width-ratio));
  margin-top: calc(66 * var(--width-ratio));
  color: #004887;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-blog__more {
    margin-top: calc(30 * var(--width-ratio));
    font-size: calc(13 * var(--width-ratio));
  }
}
.p-blog__more::after {
  content: "";
  display: block;
  width: calc(20 * var(--width-ratio));
  height: calc(3 * var(--width-ratio));
  background-image: url(../images/common/icon_arrow_blue.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

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

/**
 * #Author
 */
.p-author {
  margin-top: calc(60 * var(--width-ratio));
  border-radius: calc(10 * var(--width-ratio));
  background-image: linear-gradient(135deg, #f8f8f8, #eef2f6 63%, #e6ecf0);
}
@media (max-width: 768px) {
  .p-author {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.p-author__inner {
  display: flex;
  align-items: center;
  gap: calc(40 * var(--width-ratio));
  padding: calc(30 * var(--width-ratio)) calc(30 * var(--width-ratio)) calc(50 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-author__inner {
    padding: calc(20 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(35 * var(--width-ratio));
  }
}

.p-author__figure {
  max-width: calc(187 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .p-author__figure {
    max-width: calc(92 * var(--width-ratio));
  }
}

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

.p-author__role {
  display: inline-block;
  padding: calc(3 * var(--width-ratio)) calc(10 * var(--width-ratio));
  background: #004887;
  color: #fff;
  font-size: calc(11 * var(--width-ratio));
  text-align: center;
}

.p-author__name {
  margin-top: calc(16 * var(--width-ratio));
  font-size: calc(20 * var(--width-ratio));
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-author__name {
    margin-top: calc(5 * var(--width-ratio));
    font-size: calc(18 * var(--width-ratio));
  }
}

.p-author__job {
  margin-top: calc(15 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-author__job {
    margin-top: calc(5 * var(--width-ratio));
    font-size: calc(12 * var(--width-ratio));
  }
}

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

.p-author__item {
  font-size: calc(14 * var(--width-ratio));
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-author__item {
    font-size: calc(13 * var(--width-ratio));
  }
}

/**
 * #Service
 */
.p-service-intro {
  background-image: linear-gradient(135deg, #f8f8f8, #eef2f6 63%, #e6ecf0);
}

.p-service-intro__wrap {
  display: flex;
  align-items: center;
  gap: calc(90 * var(--width-ratio));
  max-width: calc(1440 * var(--width-ratio));
  padding: calc(80 * var(--width-ratio)) calc(67 * var(--width-ratio)) calc(92 * var(--width-ratio)) calc(112 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-service-intro__wrap {
    align-items: center;
    flex-direction: column;
    gap: calc(50 * var(--width-ratio));
    padding: calc(40 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(60 * var(--width-ratio));
  }
}

.p-service-intro__figure {
  max-width: calc(552 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .p-service-intro__figure {
    max-width: calc(306 * var(--width-ratio));
  }
}

.p-service-intro__detail {
  max-width: calc(619 * var(--width-ratio));
  width: 100%;
}

.p-service-intro__title {
  display: flex;
  align-items: baseline;
  gap: calc(8 * var(--width-ratio));
  font-size: calc(24 * var(--width-ratio));
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8333333333;
}
@media (max-width: 768px) {
  .p-service-intro__title {
    font-size: calc(20 * var(--width-ratio));
    line-height: 2.2;
  }
}
.p-service-intro__title span {
  display: inline-block;
  color: #000;
  font-size: calc(36 * var(--width-ratio));
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-service-intro__title span {
    font-size: calc(26 * var(--width-ratio));
  }
}

.p-service-intro__text {
  margin-top: calc(25 * var(--width-ratio));
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.1666666667;
}
@media (max-width: 768px) {
  .p-service-intro__text {
    margin-top: calc(15 * var(--width-ratio));
    font-size: calc(15 * var(--width-ratio));
    line-height: 2.1333333333;
  }
}
.p-service-intro__text span {
  color: #004887;
  font-weight: 700;
}

/**
 * #Style
 */
.p-style {
  border-radius: calc(20 * var(--width-ratio)) calc(20 * var(--width-ratio)) 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-style__inner {
  max-width: calc(1188 * var(--width-ratio));
  padding: calc(100 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(120 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-style__inner {
    padding: calc(60 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

.p-style__title {
  text-align: center;
  color: #fff;
  font-size: calc(44 * var(--width-ratio));
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-style__title {
    font-size: calc(28 * var(--width-ratio));
  }
}
.p-style__title span {
  display: block;
  margin-top: calc(5 * var(--width-ratio));
  color: #fff;
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.1333333333;
  text-align: center;
}
@media (max-width: 768px) {
  .p-style__title span {
    font-size: calc(14 * var(--width-ratio));
    line-height: 2.2857142857;
  }
}

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

.p-style__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: calc(108 * var(--width-ratio));
  grid-row-gap: calc(50 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-style__list {
    display: block;
  }
}

.p-style__item {
  padding-bottom: calc(50 * var(--width-ratio));
  border-bottom: 1px solid #E9E9E9;
}
@media (max-width: 768px) {
  .p-style__item {
    margin-top: calc(40 * var(--width-ratio));
    padding-bottom: calc(40 * var(--width-ratio));
  }
  .p-style__item:first-child {
    margin-top: 0;
  }
}
.p-style__item:nth-child(1) {
  grid-area: 1/1/2/2;
}
.p-style__item:nth-child(2) {
  grid-area: 2/1/3/2;
}
.p-style__item:nth-child(3) {
  grid-area: 1/2/2/3;
}
.p-style__item:nth-child(4) {
  grid-area: 2/2/3/3;
}
.p-style__item img {
  max-width: calc(73 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .p-style__item img {
    max-width: calc(64 * var(--width-ratio));
  }
}

.p-style__lead {
  margin-top: calc(33 * var(--width-ratio));
  color: #fff;
  font-size: calc(22 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6363636364;
}
@media (max-width: 768px) {
  .p-style__lead {
    margin-top: calc(25 * var(--width-ratio));
    font-size: calc(19 * var(--width-ratio));
    line-height: 1.8947368421;
  }
}

.p-style__text {
  margin-top: calc(30 * var(--width-ratio));
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .p-style__text {
    margin-top: calc(20 * var(--width-ratio));
  }
}

/**
 * #Work
 */
.p-work {
  background-image: url(../images/service/bg_work_pc.webp);
}
@media (max-width: 768px) {
  .p-work {
    background-image: url(../images/service/bg_work_sp.webp);
  }
}

.p-work__title img {
  max-width: calc(300 * var(--width-ratio));
}

/**
 * #Greeting
 */
.p-greeting {
  background-image: linear-gradient(135deg, #f8f8f8, #eef2f6 63%, #e6ecf0);
}
.p-greeting .u-title img {
  max-width: calc(189 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-greeting .u-title img {
    max-width: calc(155 * var(--width-ratio));
  }
}
.p-greeting .u-title span {
  margin-top: calc(10 * var(--width-ratio));
  text-align: left;
}

.p-greeting__inner {
  display: flex;
  align-items: flex-start;
  gap: calc(99 * var(--width-ratio));
  max-width: calc(1191 * var(--width-ratio));
  padding: calc(120 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(111 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-greeting__inner {
    flex-direction: column;
    gap: calc(40 * var(--width-ratio));
    padding: calc(60 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(54 * var(--width-ratio));
  }
}

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

.p-greeting__title.u-title {
  text-align: left;
}

.p-greeting__text {
  margin-top: calc(50 * var(--width-ratio));
  font-size: calc(17 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.0588235294;
}
@media (max-width: 768px) {
  .p-greeting__text {
    margin-top: calc(40 * var(--width-ratio));
    font-size: calc(15 * var(--width-ratio));
    line-height: 2.1333333333;
  }
}

.p-greeting__figure {
  max-width: calc(268 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .p-greeting__figure {
    max-width: calc(200 * var(--width-ratio));
  }
}
.p-greeting__figure img {
  border-radius: calc(10 * var(--width-ratio));
}

.p-greeting-name {
  margin-top: calc(25 * var(--width-ratio));
  font-size: calc(20 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .p-greeting-name {
    margin-top: calc(15 * var(--width-ratio));
    font-size: calc(17 * var(--width-ratio));
    line-height: 1.7058823529;
  }
}
.p-greeting-name span {
  display: block;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-greeting-name span {
    font-size: calc(12 * var(--width-ratio));
    line-height: 2.4166666667;
  }
}

/**
 * #Company
 */
.p-company .u-title span {
  margin-top: calc(10 * var(--width-ratio));
  text-align: left;
}
@media (max-width: 768px) {
  .p-company .u-title span {
    text-align: center;
  }
}

.p-company__inner {
  max-width: calc(1190 * var(--width-ratio));
  padding: calc(120 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(140 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-company__inner {
    padding: calc(60 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

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

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

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

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

.p-company__term {
  color: #004887;
  font-size: calc(17 * var(--width-ratio));
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-company__term {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-company__desc {
  margin-top: calc(5 * var(--width-ratio));
  font-size: calc(17 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-company__desc {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-company-map {
  margin-top: calc(60 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-company-map {
    margin-top: calc(42 * var(--width-ratio));
  }
}
.p-company-map iframe {
  width: 100%;
  height: calc(312 * var(--width-ratio));
}

/**
 * #Client
 */
.p-client {
  background-image: linear-gradient(135deg, #f8f8f8, #eef2f6 63%, #e6ecf0);
}

.p-client__wrap {
  max-width: calc(1440 * var(--width-ratio));
  padding: calc(125 * var(--width-ratio)) calc(150 * var(--width-ratio)) calc(120 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-client__wrap {
    padding: calc(60 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

.p-client__title {
  font-size: calc(32 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8125;
  text-align: center;
}
@media (max-width: 768px) {
  .p-client__title {
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.8;
  }
}

.p-client-catch {
  display: flex;
  align-items: flex-start;
  gap: calc(53 * var(--width-ratio));
  margin-top: calc(80 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-client-catch {
    align-items: center;
    flex-direction: column;
    gap: calc(40 * var(--width-ratio));
    margin-top: calc(60 * var(--width-ratio));
  }
}

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

.p-client__text {
  font-size: calc(17 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.0588235294;
}
@media (max-width: 768px) {
  .p-client__text {
    font-size: calc(15 * var(--width-ratio));
    line-height: 2.1333333333;
  }
}

.p-client__figure {
  max-width: calc(529 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .p-client__figure {
    max-width: calc(345 * var(--width-ratio));
  }
}

.p-client-area {
  display: flex;
  align-items: center;
  gap: calc(134 * var(--width-ratio));
  margin-top: calc(50 * var(--width-ratio));
  padding: calc(52 * var(--width-ratio)) calc(156 * var(--width-ratio)) calc(51 * var(--width-ratio)) calc(83 * var(--width-ratio));
  border-radius: calc(10 * var(--width-ratio));
  background: #fff;
}
@media (max-width: 768px) {
  .p-client-area {
    flex-direction: column;
    gap: calc(26 * var(--width-ratio));
    padding: calc(34 * var(--width-ratio)) calc(16 * var(--width-ratio)) calc(32 * var(--width-ratio));
  }
}

.p-client__lead {
  position: relative;
  font-size: calc(22 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7727272727;
}
@media (max-width: 768px) {
  .p-client__lead {
    font-size: calc(18 * var(--width-ratio));
    line-height: 1.7222222222;
  }
}
.p-client__lead::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-74 * var(--width-ratio));
  display: block;
  width: calc(1 * var(--width-ratio));
  height: calc(107 * var(--width-ratio));
  background: #E0E0E0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-client__lead::after {
    content: none;
  }
}

.p-client__item {
  font-size: calc(18 * var(--width-ratio));
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-client__item {
    font-size: calc(15 * var(--width-ratio));
    line-height: 2;
  }
}

/**
 * #Faq
 */
.p-faq__inner {
  max-width: calc(1140 * var(--width-ratio));
  padding: calc(100 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(120 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-faq__inner {
    padding: calc(60 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

.p-faq__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 27px;
  grid-row-gap: 27px;
}
@media (max-width: 768px) {
  .p-faq__menu {
    display: block;
  }
}

.p-faq__item {
  max-width: calc(340 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 768px) {
  .p-faq__item {
    margin-top: calc(15 * var(--width-ratio));
  }
  .p-faq__item:first-child {
    margin-top: 0;
  }
}

.p-faq__link {
  padding: calc(14 * var(--width-ratio));
  border-radius: calc(6 * var(--width-ratio));
  border: 1px solid #004887;
  background-color: #004887;
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 2.25;
  text-align: center;
}
@media (max-width: 768px) {
  .p-faq__link {
    padding: calc(9 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 2.5714285714;
  }
}
.p-faq__link:hover {
  background-color: #fff;
  color: #004887;
}

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

.p-faq-article {
  margin-top: calc(100 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-faq-article {
    margin-top: calc(60 * var(--width-ratio));
  }
}
.p-faq-article:first-child {
  margin-top: 0;
}

.p-faq__title {
  padding-left: calc(28 * var(--width-ratio));
  border-left: 5px solid;
  font-size: calc(28 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2857142857;
}
@media (max-width: 768px) {
  .p-faq__title {
    padding-left: calc(15 * var(--width-ratio));
    font-size: calc(17 * var(--width-ratio));
    line-height: 2.1176470588;
  }
}

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

.p-faq__list {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
.p-faq__term {
  position: relative;
  padding: calc(45 * var(--width-ratio)) 0;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-faq__term {
    padding: calc(25 * var(--width-ratio)) 0;
    font-size: calc(15 * var(--width-ratio));
    line-height: 1.8666666667;
  }
}
.p-faq__term::before, .p-faq__term::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: calc(18 * var(--width-ratio));
  height: calc(1 * var(--width-ratio));
  background: #004887;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .p-faq__term::before, .p-faq__term::after {
    content: none;
  }
}
.p-faq__term::before {
  transform: rotate(90deg);
}
.p-faq__term.is-open {
  padding: calc(45 * var(--width-ratio)) 0 calc(30 * var(--width-ratio));
}
.p-faq__term.is-open::before {
  transform: rotate(180deg);
}
.p-faq__term.is-open::after {
  opacity: 0;
}
.p-faq__term span {
  color: #004887;
}

.p-faq__desc {
  padding-bottom: calc(45 * var(--width-ratio));
  display: none;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.1875;
}
@media (max-width: 768px) {
  .p-faq__desc {
    padding-bottom: calc(20 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 2;
  }
}

/**
 * #For
 */
.p-for {
  background-image: url(../images/client/bg_features_pc.webp);
}
@media (max-width: 768px) {
  .p-for {
    background-image: url(../images/client/bg_features_sp.webp);
  }
}

.p-for__title img {
  max-width: calc(241 * var(--width-ratio));
}

/**
 * #Form
 */
.p-form .required {
  color: #FF0000;
}

.p-form__inner {
  max-width: calc(994 * var(--width-ratio));
  padding: calc(120 * var(--width-ratio)) calc(24 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-form__inner {
    padding: calc(60 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

.p-form__title img {
  max-width: calc(225 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-form__title img {
    max-width: calc(218 * var(--width-ratio));
  }
}
.p-form__title + .p-form-content {
  margin-top: calc(80 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-form__title + .p-form-content {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.p-form__lead {
  font-size: calc(17 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.0588235294;
}
@media (max-width: 768px) {
  .p-form__lead {
    font-size: calc(14 * var(--width-ratio));
    line-height: 2.1428571429;
  }
}
.p-form__lead + .p-form-content {
  margin-top: calc(60 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-form__lead + .p-form-content {
    margin-top: calc(30 * var(--width-ratio));
  }
}

.p-form__label {
  width: calc(150 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.125;
}
@media (max-width: 768px) {
  .p-form__label {
    width: 100%;
  }
}

.p-form__list {
  display: flex;
  align-items: center;
  gap: calc(14 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.125;
}
.p-form__list + .p-form__menu {
  margin-top: calc(20 * var(--width-ratio));
}

.p-form__unit {
  display: flex;
  align-items: center;
  gap: calc(46 * var(--width-ratio));
  padding: calc(25 * var(--width-ratio)) 0;
  border-top: 1px solid #ddd;
}
@media (max-width: 768px) {
  .p-form__unit {
    flex-direction: column;
    gap: calc(15 * var(--width-ratio));
  }
}
.p-form__unit input,
.p-form__unit textarea,
.p-form__unit select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: calc(5 * var(--width-ratio)) calc(20 * var(--width-ratio));
  border-radius: calc(6 * var(--width-ratio));
  border: 1px solid #A5A5A5;
  background: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.125;
}
.p-form__unit input {
  max-width: calc(360 * var(--width-ratio));
}
.p-form__unit textarea {
  max-width: calc(752 * var(--width-ratio));
  height: calc(200 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-form__unit textarea {
    height: calc(182 * var(--width-ratio));
  }
}
.p-form__unit input[type=file] {
  padding: 0;
  border: none;
}
.p-form__unit .p-form-farm {
  width: calc(360 * var(--width-ratio));
  height: calc(45 * var(--width-ratio));
  background: url(../images/contact/icon_select.webp) no-repeat right 10px center/9px auto;
}
@media (max-width: 768px) {
  .p-form__unit .p-form-farm {
    width: calc(327 * var(--width-ratio));
  }
}

.p-form__desc--born {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.125;
}
.p-form__desc--born span {
  display: inline-block;
  margin: 0 calc(10 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-form__desc--born span {
    font-size: calc(14 * var(--width-ratio));
    margin: 0 calc(10 * var(--width-ratio)) 0 calc(16 * var(--width-ratio));
  }
}
.p-form__desc--born span:first-child {
  margin-left: 0;
}
.p-form__desc--born select {
  padding: calc(4 * var(--width-ratio)) calc(12 * var(--width-ratio));
  width: calc(81 * var(--width-ratio));
  background: url(../images/contact/icon_select.webp) no-repeat right 10px center/9px auto;
}
@media (max-width: 768px) {
  .p-form__desc--born select {
    width: calc(70 * var(--width-ratio));
  }
}

.p-form__unit--privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(6 * var(--width-ratio));
  padding: calc(60 * var(--width-ratio)) 0;
}
@media (max-width: 768px) {
  .p-form__unit--privacy {
    flex-direction: row;
    align-items: baseline;
    padding: calc(30 * var(--width-ratio)) 0 calc(40 * var(--width-ratio));
  }
}
.p-form__unit--privacy .wpcf7-form-control-wrap {
  width: calc(18 * var(--width-ratio));
  height: calc(18 * var(--width-ratio));
}
.p-form__unit--privacy .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
}
.p-form__unit--privacy .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0 !important;
}
.p-form__unit--privacy input {
  max-width: auto;
  width: calc(18 * var(--width-ratio));
  height: calc(18 * var(--width-ratio));
  padding: 0;
  border-radius: calc(4 * var(--width-ratio));
  border: 1px solid #A5A5A5;
  appearance: auto;
}

.p-form__item input {
  width: calc(88 * var(--width-ratio));
}

.p-form__lead {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.125;
}
.p-form__lead a {
  display: inline-block;
  color: #004EA1;
  font-weight: 400;
  text-decoration: underline;
}

.p-form-btn {
  display: block;
  max-width: calc(261 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(19 * var(--width-ratio));
  border-radius: calc(80 * var(--width-ratio));
  border: none;
  background-image: linear-gradient(#11325e, #062650);
  color: #fff;
  font-size: calc(19 * var(--width-ratio));
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-form-btn {
    max-width: calc(225 * var(--width-ratio));
  }
}

/**
 * #Single
 */
.p-single-content h2 {
  margin-top: calc(60 * var(--width-ratio));
  padding: calc(22 * var(--width-ratio)) calc(24 * var(--width-ratio));
  border-radius: calc(10 * var(--width-ratio));
  background: #004887;
  color: #fff;
  font-size: calc(21 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7142857143;
}
@media (max-width: 768px) {
  .p-single-content h2 {
    margin-top: calc(40 * var(--width-ratio));
    padding: calc(20 * var(--width-ratio));
    font-size: calc(15 * var(--width-ratio));
    line-height: 2.4;
  }
}
.p-single-content h3 {
  display: flex;
  align-items: baseline;
  gap: calc(9 * var(--width-ratio));
  margin-top: calc(60 * var(--width-ratio));
  font-size: calc(22 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6363636364;
}
@media (max-width: 768px) {
  .p-single-content h3 {
    margin-top: calc(40 * var(--width-ratio));
    font-size: calc(17 * var(--width-ratio));
    line-height: 2.1176470588;
  }
}
.p-single-content h3::before {
  content: "";
  width: calc(17 * var(--width-ratio));
  height: calc(17 * var(--width-ratio));
  background-image: url(../images/common/icon_blog.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-single-content h3::before {
    width: calc(14 * var(--width-ratio));
    height: calc(14 * var(--width-ratio));
  }
}
.p-single-content p {
  margin-top: calc(30 * var(--width-ratio));
  font-size: calc(17 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.0588235294;
}
@media (max-width: 768px) {
  .p-single-content p {
    margin-top: calc(20 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 2.1428571429;
  }
}
.p-single-content a {
  display: inline;
  text-decoration: underline;
}
.p-single-content ul {
  margin-top: calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-single-content ul {
    margin-top: calc(20 * var(--width-ratio));
  }
}
.p-single-content ul li {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: calc(5 * var(--width-ratio));
  font-size: calc(17 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.0588235294;
}
@media (max-width: 768px) {
  .p-single-content ul li {
    font-size: calc(14 * var(--width-ratio));
    line-height: 2.1428571429;
  }
}
.p-single-content ul li::before {
  content: "●";
  font-size: calc(17 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.0588235294;
}
@media (max-width: 768px) {
  .p-single-content ul li::before {
    font-size: calc(14 * var(--width-ratio));
    line-height: 2.1428571429;
  }
}
.p-single-content .wp-block-image {
  margin-top: calc(40 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-single-content .wp-block-image {
    margin-top: calc(30 * var(--width-ratio));
  }
}
.p-single-content .wp-block-image img {
  border-radius: calc(20 * var(--width-ratio));
}

.p-single__title {
  padding-left: calc(28 * var(--width-ratio));
  border-left: 5px solid #004887;
  font-size: calc(28 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2857142857;
}
@media (max-width: 768px) {
  .p-single__title {
    padding-left: calc(15 * var(--width-ratio));
    font-size: calc(17 * var(--width-ratio));
    line-height: 1.7058823529;
  }
}
.p-single__title + .p-blog-flex {
  margin-top: calc(80 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-single__title + .p-blog-flex {
    margin-top: calc(40 * var(--width-ratio));
  }
}

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

.p-single-date {
  margin-top: calc(20 * var(--width-ratio));
  font-size: calc(12 * var(--width-ratio));
  font-weight: 400;
  line-height: 3;
  text-align: right;
}
@media (max-width: 768px) {
  .p-single-date {
    font-size: calc(10 * var(--width-ratio));
    line-height: 3.6;
  }
}

/**
 * #Projects
 */
.p-projects {
  position: relative;
  background: #F0F0F0;
}

.p-projects-search .p-projects__inner {
  padding-top: calc(180 * var(--width-ratio));
}

.p-projects__inner {
  max-width: calc(1328 * var(--width-ratio));
  padding: calc(243 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(115 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-projects__inner {
    padding: calc(452 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(60 * var(--width-ratio));
  }
  .p-projects-search .p-projects__inner {
    padding: calc(452 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(60 * var(--width-ratio));
  }
}

.p-projects-intro {
  position: absolute;
  top: calc(-70 * var(--width-ratio));
  left: 50%;
  max-width: calc(1283 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  border-radius: calc(10 * var(--width-ratio));
  background: #fff;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-projects-intro {
    top: calc(-30 * var(--width-ratio));
    max-width: calc(343 * var(--width-ratio));
  }
}

.p-projects-intro__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(50 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-projects-intro__wrap {
    flex-direction: column;
    padding: calc(30 * var(--width-ratio)) calc(26 * var(--width-ratio));
  }
}

.p-projects-intro__title {
  display: flex;
  flex-direction: column;
  color: #004887;
  font-size: calc(30 * var(--width-ratio));
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-projects-intro__title {
    flex-direction: column-reverse;
    align-items: center;
    font-size: calc(24 * var(--width-ratio));
  }
}
.p-projects-intro__title span {
  display: block;
  color: #000;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-projects-intro__desc {
    margin-top: calc(20 * var(--width-ratio));
  }
}

.p-projects__lead {
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  text-align: right;
}

.p-projects-grid {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(35 * var(--width-ratio));
  margin-top: calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-projects-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(20 * var(--width-ratio));
  }
}

.p-projects-article {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: calc(44 * var(--width-ratio)) calc(40 * var(--width-ratio)) calc(76 * var(--width-ratio));
  border-radius: calc(10 * var(--width-ratio));
  background: #fff;
}
@media (max-width: 768px) {
  .p-projects-article {
    padding: calc(30 * var(--width-ratio)) calc(26 * var(--width-ratio));
  }
}

.p-projects__title {
  font-size: calc(22 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .p-projects__title {
    font-size: calc(17 * var(--width-ratio));
  }
}

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

.p-projects__list {
  display: flex;
  align-items: center;
  gap: calc(48 * var(--width-ratio));
  padding-top: calc(18 * var(--width-ratio));
  padding-bottom: calc(18 * var(--width-ratio));
  border-bottom: 1px solid #E9E9E9;
}
.p-projects__list:first-child {
  padding-top: 0;
}

.p-projects__term {
  width: calc(90 * var(--width-ratio));
  color: #004887;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-projects__term {
    font-size: calc(13 * var(--width-ratio));
  }
}

.p-projects__desc {
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-projects__desc {
    font-size: calc(13 * var(--width-ratio));
  }
}

.p-projects__text {
  margin-top: calc(26 * var(--width-ratio));
  margin-bottom: calc(30 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
}

.p-projects__link {
  position: relative;
  width: 100%;
  margin-top: auto;
  padding: calc(15 * var(--width-ratio));
  border-radius: calc(6 * var(--width-ratio));
  background: #004887;
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .p-projects__link {
    padding: calc(14 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}
.p-projects__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(13 * var(--width-ratio));
  width: calc(20 * var(--width-ratio));
  height: calc(3 * var(--width-ratio));
  background-image: url(../images/common/icon_arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

/**
 * #Detail
 */
.p-detail {
  background: #F0F0F0;
}

.p-detail__inner {
  max-width: calc(1328 * var(--width-ratio));
  padding: calc(100 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(60 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-detail__inner {
    padding: calc(70 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(30 * var(--width-ratio));
  }
}

.p-detail__title {
  font-size: calc(40 * var(--width-ratio));
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-detail__title {
    font-size: calc(30 * var(--width-ratio));
  }
}
.p-detail__title span {
  display: block;
  margin-top: calc(5 * var(--width-ratio));
  color: #000;
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .p-detail__title span {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-detail__body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: calc(50 * var(--width-ratio));
  margin-top: calc(80 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-detail__body {
    flex-direction: column-reverse;
    gap: calc(25 * var(--width-ratio));
    margin-top: calc(40 * var(--width-ratio));
  }
}

.p-detail-content {
  border-radius: calc(10 * var(--width-ratio));
  background: #fff;
}

.p-detail__wrap {
  padding: calc(53 * var(--width-ratio)) calc(50 * var(--width-ratio)) calc(90 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-detail__wrap {
    padding: calc(30 * var(--width-ratio)) calc(26 * var(--width-ratio)) calc(48 * var(--width-ratio));
  }
}

.p-detail__heading {
  font-size: calc(28 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .p-detail__heading {
    display: none;
  }
}

.p-detail-block {
  margin-top: calc(80 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-detail-block {
    margin-top: 0;
  }
  .p-detail-block:last-child {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.p-detail__lead {
  display: flex;
  align-items: center;
  gap: calc(9 * var(--width-ratio));
  font-size: calc(22 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .p-detail__lead {
    font-size: calc(17 * var(--width-ratio));
  }
}
.p-detail__lead::before {
  content: "";
  width: calc(17 * var(--width-ratio));
  height: calc(17 * var(--width-ratio));
  background-image: url(../images/common/icon_blog.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-detail__lead::before {
    width: calc(14 * var(--width-ratio));
    height: calc(14 * var(--width-ratio));
  }
}

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

.p-detail__list {
  display: flex;
  align-items: center;
  gap: calc(80 * var(--width-ratio));
  padding-top: calc(18 * var(--width-ratio));
  padding-bottom: calc(18 * var(--width-ratio));
  border-bottom: 1px solid #E9E9E9;
}
@media (max-width: 768px) {
  .p-detail__list {
    align-items: baseline;
    gap: calc(20 * var(--width-ratio));
  }
}
.p-detail__list:first-child {
  border-top: 1px solid #E9E9E9;
}

.p-detail__term {
  width: calc(100 * var(--width-ratio));
  color: #004887;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-detail__term {
    width: calc(88 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-detail__desc {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-detail__desc {
    width: calc(185 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-detail__text {
  margin-top: calc(40 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-detail__text {
    margin-top: calc(28 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-detail-entry {
  max-width: calc(311 * var(--width-ratio));
  width: 100%;
  border-radius: calc(10 * var(--width-ratio));
  background: #fff;
}
@media (max-width: 768px) {
  .p-detail-entry {
    max-width: calc(345 * var(--width-ratio));
    margin: 0 auto;
  }
}

.p-detail-entry__wrap {
  padding: calc(35 * var(--width-ratio)) calc(26 * var(--width-ratio)) calc(38 * var(--width-ratio));
}

.p-detail-date {
  display: block;
  font-size: calc(12 * var(--width-ratio));
  font-weight: 400;
  text-align: center;
}

.p-detail-entry__title {
  margin-top: calc(25 * var(--width-ratio));
  font-size: calc(19 * var(--width-ratio));
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8947368421;
}

.p-detail-entry__link {
  max-width: calc(250 * var(--width-ratio));
  margin-top: calc(20 * var(--width-ratio));
  padding: calc(10 * var(--width-ratio));
}

/**
 * #related
 */
.p-related {
  background: #F0F0F0;
}

.p-related__inner {
  max-width: calc(1328 * var(--width-ratio));
  padding: calc(100 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(60 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-related__inner {
    padding: calc(30 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(60 * var(--width-ratio));
  }
}

.p-related__title img {
  display: block;
  max-width: calc(191 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-related__title img {
    max-width: calc(146 * var(--width-ratio));
  }
}
.p-related__title span {
  display: block;
  margin-top: calc(15 * var(--width-ratio));
  color: #000;
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .p-related__title span {
    font-size: calc(14 * var(--width-ratio));
  }
}

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

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

/**
* #Privacy
*/
.p-privacy__inner {
  max-width: calc(1188 * var(--width-ratio));
  padding: calc(120 * var(--width-ratio)) calc(24 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-privacy__inner {
    padding: calc(60 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

.p-privacy-intro__title {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.1875;
}
@media (max-width: 768px) {
  .p-privacy-intro__title {
    font-size: calc(13 * var(--width-ratio));
    font-weight: 400;
    line-height: 2.0769230769;
  }
}

.p-privacy-intro__text {
  margin-top: calc(50 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.1875;
}
@media (max-width: 768px) {
  .p-privacy-intro__text {
    margin-top: calc(30 * var(--width-ratio));
    font-size: calc(13 * var(--width-ratio));
    line-height: 2.0769230769;
  }
}
.p-privacy-intro__text + .p-privacy__list {
  margin-top: calc(30 * var(--width-ratio));
}

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

.p-privacy__title,
.p-privacy__text {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.1875;
}
@media (max-width: 768px) {
  .p-privacy__title,
  .p-privacy__text {
    font-size: calc(13 * var(--width-ratio));
    line-height: 2.0769230769;
  }
}

.p-privacy__title + .p-privacy__text {
  margin-top: 0;
}

.p-privacy__text {
  margin-top: calc(30 * var(--width-ratio));
}
.p-privacy__text a {
  text-decoration: underline;
  word-wrap: break-word;
}
.p-privacy__list {
  margin-top: 0;
  padding-left: calc(30 * var(--width-ratio));
}

.p-privacy__list--second {
  margin-top: calc(30 * var(--width-ratio));
  padding-left: calc(30 * var(--width-ratio));
}
@media (max-width: 768px) {
  .p-privacy__list--second {
    margin-top: calc(20 * var(--width-ratio));
  }
}

.p-privacy__item,
.p-privacy__item--second {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.1875;
}

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

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

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

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

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

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

/**
* #Title
*/
.u-title {
  font-size: calc(44 * var(--width-ratio));
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 768px) {
  .u-title {
    font-size: calc(28 * var(--width-ratio));
  }
}
.u-title span {
  display: block;
  font-size: calc(18 * var(--width-ratio));
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 768px) {
  .u-title span {
    font-size: calc(14 * var(--width-ratio));
  }
}

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

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

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

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

/**
* #Text
*/
.u-text {
  font-size: calc(15 * var(--width-ratio));
  font-weight: 400;
  line-height: 2.1333333333;
}/*# sourceMappingURL=style.css.map */