@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: 1440) {
  :root {
    --width-ratio: 100vw / 1440;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --width-ratio: 100vw / 390;
    --width-wide-ratio: 100vw / 390;
  }
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*: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: #3F3F3F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  background: #fff;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

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

a {
  display: block;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

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

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

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

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

dl {
  margin: 0;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

:placeholder-shown {
  opacity: 0.54;
}

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

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

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

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

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

/* ==========================================================================
   Layout
   ========================================================================== */
/**
 * #Footer
 */
.l-footer {
  position: relative;
  background-image: url(../images/common/bg_contact_pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media (max-width: 820px) {
  .l-footer {
    background-image: url(../images/common/bg_contact_sp.webp);
  }
}
.l-footer .u-title span {
  justify-content: center;
}

.l-footer__inner {
  max-width: calc(1240 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(80 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(16 * var(--width-ratio));
}
@media (max-width: 820px) {
  .l-footer__inner {
    padding: calc(64 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(8 * var(--width-ratio));
  }
}

.l-footer-catch {
  margin-top: calc(64 * var(--width-ratio));
  color: #3F3F3F;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 820px) {
  .l-footer-catch {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.l-footer-middle {
  margin-top: calc(80 * var(--width-ratio));
}
@media (max-width: 820px) {
  .l-footer-middle {
    margin-top: calc(112 * var(--width-ratio));
  }
}

.l-footer-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .l-footer-area {
    gap: calc(32 * var(--width-ratio));
  }
}
@media (max-width: 520px) {
  .l-footer-area {
    gap: calc(32 * var(--width-ratio));
  }
}

.l-footer-logo {
  max-width: calc(343 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 820px) {
  .l-footer-logo {
    max-width: calc(312 * var(--width-ratio));
  }
}

.l-footer__text {
  margin-top: calc(16 * var(--width-ratio));
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
  text-shadow: 2px 3px 3px rgba(100, 107, 122, 0.6);
}
.l-footer__text span {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.l-footer-nav {
  display: flex;
  align-items: flex-start;
  gap: calc(48 * var(--width-ratio));
}
@media (max-width: 820px) {
  .l-footer-nav {
    flex-flow: row wrap;
    gap: calc(48 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

@media (max-width: 820px) {
  .l-footer__unit {
    max-width: calc(163 * var(--width-ratio));
    width: 100%;
  }
}

.l-footer__lead {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-ratio));
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 2px 3px 3px rgba(100, 107, 122, 0.6);
}
.l-footer__lead::before {
  content: "";
  width: calc(8 * var(--width-ratio));
  height: calc(8 * var(--width-ratio));
  border-radius: 50%;
  background: #fff;
  box-shadow: 2px 3px 3px rgba(100, 107, 122, 0.6);
}

.l-footer__list {
  margin-top: calc(8 * var(--width-ratio));
  padding-top: calc(24 * var(--width-ratio));
  border-top: 1px solid #fff;
}

.l-footer__item {
  margin-top: calc(16 * var(--width-ratio));
}
.l-footer__item:first-child {
  margin-top: 0;
}

.l-footer__link {
  color: #fff;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  text-shadow: 2px 3px 3px rgba(100, 107, 122, 0.6);
}

.l-footer-bottom {
  margin-top: calc(48 * var(--width-ratio));
  padding-top: calc(16 * var(--width-ratio));
  border-top: 1px solid #fff;
}
@media (max-width: 820px) {
  .l-footer-bottom {
    margin-top: calc(32 * var(--width-ratio));
    padding-top: calc(8 * var(--width-ratio));
  }
}

.l-footer__copy {
  color: #fff;
  font-size: calc(10 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-shadow: 2px 3px 3px rgba(100, 107, 122, 0.6);
}

.l-footer__copy a {
  display: inline;
  color: #fff;
  font-size: calc(10 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  text-shadow: 2px 3px 3px rgba(100, 107, 122, 0.6);
}

/**
 * #Header
 */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(24 * var(--width-ratio)) calc(40 * var(--width-ratio));
}
@media (max-width: 1060px) {
  .l-header__inner {
    padding: calc(24 * var(--width-ratio)) calc(12 * var(--width-ratio));
  }
}
@media (max-width: 820px) {
  .l-header__inner {
    padding: calc(12 * var(--width-ratio));
  }
}

.l-header-logo,
.l-header-logo--lower {
  position: relative;
  max-width: calc(284 * var(--width-ratio));
  width: 100%;
  z-index: 100;
}
@media (max-width: 1024px) {
  .l-header-logo,
  .l-header-logo--lower {
    max-width: calc(240 * var(--width-ratio));
  }
}
@media (max-width: 820px) {
  .l-header-logo,
  .l-header-logo--lower {
    max-width: calc(209 * var(--width-ratio));
  }
}

.l-header-logo--lower {
  display: none;
}

.is-under .l-header {
  background: #fff;
}
@media (max-width: 820px) {
  .is-under .l-header {
    background: transparent;
  }
}
.is-under .l-header-logo {
  display: none;
}
@media (max-width: 820px) {
  .is-under .l-header-logo {
    display: block;
  }
}
.is-under .l-header-logo--lower {
  display: block;
}
@media (max-width: 820px) {
  .is-under .l-header-logo--lower {
    display: none;
  }
}

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

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/**
 * #Kv
 */
.c-kv__heading {
  display: none;
}

.c-kv {
  position: relative;
}
@media screen and (max-width: 820px) {
  .c-kv__inner {
    --width-ratio: 100vw / 390;
    --width-wide-ratio: 100vw / 390;
  }
}
.c-kv-video {
  width: 100%;
}
@media (max-width: 520px) {
  .c-kv-video {
    /*height: calc(657 * var(--width-ratio));*/
  }
}
.c-kv-video video {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 520px) {
  .c-kv-video video {
    height: 60dvh;
  }
}
.c-kv-catch {
  position: absolute;
  top: 50%;
  left: calc(40 * var(--width-ratio));
  transform: translateY(-50%);
}
@media (max-width: 820px) {
  .c-kv-catch {
    top: auto;
    bottom: 0;
    transform: translateY(-10px);
    left: calc(16 * var(--width-ratio));
  }
}

.c-kv__title {
  color: #fff;
  font-size: calc(60 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-shadow: 5px 5px 20px rgb(100, 107, 122);
}
@media (max-width: 820px) {
  .c-kv__title {
    font-size: calc(28 * var(--width-ratio));
  }
}

.c-kv__text {
  margin-top: calc(16 * var(--width-ratio));
  color: #fff;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-shadow: 5px 5px 10px rgb(100, 107, 122);
}
@media (max-width: 820px) {
  .c-kv__text {
    width: calc(250 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
  }
}

.c-kv-info {
  position: absolute;
  bottom: calc(40 * var(--width-ratio));
  right: calc(40 * var(--width-ratio));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(200 * var(--width-ratio));
  height: calc(200 * var(--width-ratio));
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 820px) {
  .c-kv-info {
    bottom: calc(12 * var(--width-ratio));
    right: calc(16 * var(--width-ratio));
    width: calc(120 * var(--width-ratio));
    height: calc(120 * var(--width-ratio));
  }
}

.c-kv-info__head {
  max-width: calc(111 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding-bottom: calc(8 * var(--width-ratio));
  border-bottom: 1px dashed #006039;
}
@media (max-width: 820px) {
  .c-kv-info__head {
    max-width: calc(80 * var(--width-ratio));
  }
}

.c-kv-info__figure {
  max-width: calc(56 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .c-kv-info__figure {
    max-width: calc(32 * var(--width-ratio));
  }
}

.c-kv-info__lead {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 820px) {
  .c-kv-info__lead {
    font-size: calc(14 * var(--width-ratio));
  }
}

.c-kv-info__text {
  color: #006039;
  font-size: calc(48 * var(--width-ratio));
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 820px) {
  .c-kv-info__text {
    font-size: calc(32 * var(--width-ratio));
  }
}
.c-kv-info__text span {
  color: #3F3F3F;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 820px) {
  .c-kv-info__text span {
    font-size: calc(16 * var(--width-ratio));
  }
}

/**
 * #Inner
 */
.c-inner {
  max-width: calc(1240 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(80 * var(--width-ratio)) calc(20 * var(--width-ratio));
}
@media (max-width: 820px) {
  .c-inner {
    padding: calc(64 * var(--width-ratio)) calc(20 * var(--width-ratio));
  }
}

/**
 * #Hamburger
 */
.c-hamburger {
  position: absolute;
  top: calc(10 * var(--width-ratio));
  right: calc(20 * var(--width-ratio));
  display: none;
  align-items: center;
  justify-content: center;
  width: calc(36 * var(--width-ratio));
  height: calc(36 * var(--width-ratio));
  cursor: pointer;
  z-index: 200;
  transition: 0.3s;
}
@media (max-width: 820px) {
  .c-hamburger {
    display: block;
  }
}

.c-hamburger__line {
  position: absolute;
  left: 50%;
  display: block;
  width: calc(36 * var(--width-ratio));
  height: calc(2 * var(--width-ratio));
  margin: 0 auto;
  border-radius: 15px;
  background: #3F3F3F;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

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

.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 {
  top: calc(50% + 0px);
  transform: translate(-50%, -50%) rotate(-25deg);
}

.c-hamburger__text {
  display: block;
  margin-top: calc(25 * var(--width-ratio));
  color: #3F3F3F;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
}

/**
 * #Cta
 */
.c-cta {
  position: relative;
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 820px) {
  .c-cta {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.c-cta__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: calc(24 * var(--width-ratio));
}
@media (max-width: 820px) {
  .c-cta__list {
    flex-flow: row wrap;
    justify-content: space-around;
  }
}
@media (max-width: 820px) {
  .c-cta__list {
    flex-direction: column;
  }
}

.c-cta__item {
  max-width: calc(384 * var(--width-ratio));
  width: 100%;
  padding: calc(32 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(18 * var(--width-ratio));
  border-radius: calc(16 * var(--width-ratio));
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 820px) {
  .c-cta__item {
    max-width: calc(350 * var(--width-ratio));
    margin: 0 auto;
    padding: calc(26 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(16 * var(--width-ratio));
  }
}

@media (max-width: 820px) {
  .c-cta__head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(8 * var(--width-ratio));
  }
}

.c-cta-icon {
  max-width: calc(64 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .c-cta-icon {
    max-width: calc(48 * var(--width-ratio));
    margin: 0;
  }
}

.c-cta-icon--tiktok {
  max-width: calc(62 * var(--width-ratio));
}
@media (max-width: 820px) {
  .c-cta-icon--tiktok {
    max-width: calc(48 * var(--width-ratio));
  }
}

.c-cta__title {
  margin-top: calc(16 * var(--width-ratio));
  color: #3F3F3F;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 820px) {
  .c-cta__title {
    margin-top: 0;
    font-size: calc(20 * var(--width-ratio));
    text-align: left;
  }
}

.c-cta__tel {
  margin-top: calc(8 * var(--width-ratio));
  color: #006039;
  font-size: calc(40 * var(--width-ratio));
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 820px) {
  .c-cta__tel {
    margin-top: 0;
    font-size: calc(32 * var(--width-ratio));
  }
}

.c-cta__time {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: calc(8 * var(--width-ratio));
  margin-top: calc(16 * var(--width-ratio));
  color: #006039;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 820px) {
  .c-cta__time {
    margin-top: calc(24 * var(--width-ratio));
  }
}
.c-cta__time span {
  padding: calc(4 * var(--width-ratio)) calc(8 * var(--width-ratio));
  border: 1px solid #006039;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  text-align: center;
}

.p-cta__text {
  margin-top: calc(16 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 820px) {
  .p-cta__text {
    margin-top: 0;
  }
}

.p-cta__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: calc(8 * var(--width-ratio));
  margin-top: calc(24 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 820px) {
  .p-cta__link {
    margin-top: calc(16 * var(--width-ratio));
    font-size: calc(15 * var(--width-ratio));
    line-height: 1.5;
  }
}
.p-cta__link::after {
  content: "";
  display: block;
  width: calc(28 * var(--width-ratio));
  height: calc(28 * var(--width-ratio));
  background-image: url(../images/common/icon_contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/**
 * #Link
 */
.c-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: calc(34 * var(--width-ratio));
  padding: calc(8 * var(--width-ratio)) calc(8 * var(--width-ratio)) calc(4 * var(--width-ratio)) calc(8 * var(--width-ratio));
  border-bottom: 1px solid #006039;
  color: #006039;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.65;
}
@media (max-width: 820px) {
  .c-link {
    margin-top: calc(8 * var(--width-ratio));
  }
}
.c-link:hover {
  opacity: 1;
}
.c-link:hover .c-link-dot {
  opacity: 0;
  transform: scale(0);
}
.c-link:hover .c-link-arrow {
  opacity: 1;
  transform: translateX(calc(2 * var(--width-ratio))); /* 丸があった位置より少し右に飛び出させる */
}

.c-link-dot {
  position: relative;
  display: block;
  width: calc(12 * var(--width-ratio));
  height: calc(12 * var(--width-ratio));
  border-radius: 50%;
  background: rgba(0, 96, 57, 0.5);
}
.c-link-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(8 * var(--width-ratio));
  height: calc(8 * var(--width-ratio));
  border-radius: 50%;
  background: #006039;
  transform: translate(-50%, -50%);
}

.c-link-arrow {
  position: absolute;
  width: calc(14 * var(--width-ratio));
  height: calc(2 * var(--width-ratio));
  background-color: #00563F;
  opacity: 0; /* 最初は透明で見えない */
  transform: translateX(calc(-10 * var(--width-ratio))); /* 最初は少し左に隠しておく */
  transition: all 0.3s ease;
}
.c-link-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(-3 * var(--width-ratio)); /* 線の位置調整 */
  width: calc(8 * var(--width-ratio));
  height: calc(8 * var(--width-ratio));
  border-top: 2px solid #00563F;
  border-right: 2px solid #00563F;
  transform: rotate(45deg); /* 四角の枠線を45度回転させて矢印にする */
}

/**
 * #Mv
 */
.c-mv {
  width: 100%;
  height: calc(500 * var(--width-ratio));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 820px) {
  .c-mv {
    height: calc(380 * var(--width-ratio));
  }
}

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

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

.c-mv--forestry {
  background-image: url(../images/forestry/img_mv_pc.webp);
}
@media (max-width: 820px) {
  .c-mv--forestry {
    background-image: url(../images/forestry/img_mv_sp.webp);
  }
  .c-mv--forestry .c-mv__inner {
    padding: calc(140 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(108 * var(--width-ratio));
  }
}

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

.c-mv--news {
  background-image: url(../images/news/img_mv_pc.webp);
}
@media (max-width: 820px) {
  .c-mv--news {
    background-image: url(../images/news/img_mv_sp.webp);
  }
  .c-mv--news .c-mv__inner {
    padding: calc(140 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(108 * var(--width-ratio));
  }
  .c-mv--news .c-mv__title {
    font-size: calc(32 * var(--width-ratio));
  }
}

.c-mv--transport {
  background-image: url(../images/transport/img_mv_pc.webp);
}
@media (max-width: 820px) {
  .c-mv--transport {
    background-image: url(../images/transport/img_mv_sp.webp);
  }
  .c-mv--transport .c-mv__inner {
    padding: calc(184 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(108 * var(--width-ratio));
  }
}

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

.c-mv__inner {
  padding: calc(250 * var(--width-ratio)) calc(110 * var(--width-ratio)) calc(140 * var(--width-ratio));
}
@media (max-width: 820px) {
  .c-mv__inner {
    padding: calc(184 * var(--width-ratio)) calc(24 * var(--width-ratio)) calc(108 * var(--width-ratio));
  }
}

.c-mv__title {
  color: #fff;
  font-size: calc(48 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-shadow: 5px 5px 20px rgb(100, 107, 122);
}
@media (max-width: 820px) {
  .c-mv__title {
    font-size: calc(40 * var(--width-ratio));
    text-align: center;
  }
}
.c-mv__title span {
  display: block;
  color: #fff;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-shadow: 5px 5px 10px rgb(100, 107, 122);
}
@media (max-width: 820px) {
  .c-mv__title span {
    font-size: calc(16 * var(--width-ratio));
  }
}

/**
 * #Accordion
 */
.c-accordion {
  cursor: pointer;
}

.c-accordion__desc {
  display: none;
}

/**
 * #Breadcrumbs
 */
.c-breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: calc(16 * var(--width-ratio));
  max-width: calc(1240 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(16 * var(--width-ratio)) calc(20 * var(--width-ratio));
}
@media (max-width: 820px) {
  .c-breadcrumbs__list {
    padding: calc(8 * var(--width-ratio)) calc(20 * var(--width-ratio));
  }
}

.c-breadcrumbs__list--second {
  flex-flow: row wrap;
  gap: calc(6 * var(--width-ratio)) calc(16 * var(--width-ratio));
  padding: calc(16 * var(--width-ratio)) calc(20 * var(--width-ratio));
}
@media (max-width: 820px) {
  .c-breadcrumbs__list--second {
    padding: calc(8 * var(--width-ratio)) calc(16 * var(--width-ratio));
  }
  .c-breadcrumbs__list--second .c-breadcrumbs__item {
    white-space: nowrap;
  }
  .c-breadcrumbs__list--second .c-breadcrumbs__item:last-child {
    white-space: unset;
  }
}

.c-breadcrumbs__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(16 * var(--width-ratio));
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media (max-width: 820px) {
  .c-breadcrumbs__item {
    font-size: calc(14 * var(--width-ratio));
  }
}
.c-breadcrumbs__item::before {
  content: "";
  min-width: calc(8 * var(--width-ratio));
  width: calc(8 * var(--width-ratio));
  min-height: calc(10 * var(--width-ratio));
  height: calc(10 * var(--width-ratio));
  margin: auto;
  background-image: url(../images/common/icon_bread.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-breadcrumbs__item:first-child::before {
  content: none;
}

/**
 * #Inner
 */
.c-strength {
  position: relative;
}
.c-strength .u-title {
  position: relative;
  text-align: left;
  text-shadow: 5px 5px 20px rgb(100, 107, 122);
  z-index: 10;
}
.c-strength .u-title span {
  color: #fff;
  text-shadow: 5px 5px 20px rgb(100, 107, 122);
}

.c-strength__inner {
  max-width: calc(1240 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(80 * var(--width-ratio)) calc(20 * var(--width-ratio));
}
@media (max-width: 820px) {
  .c-strength__inner {
    padding: calc(64 * var(--width-ratio)) calc(20 * var(--width-ratio));
  }
}

.c-strength__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.c-strength__bg img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.c-strength-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-strength-area {
  position: relative;
  margin-top: calc(64 * var(--width-ratio));
  z-index: 1;
}
@media (max-width: 820px) {
  .c-strength-area {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.c-strength__unit {
  max-width: calc(480 * var(--width-ratio));
  width: 100%;
  margin-top: calc(96 * var(--width-ratio));
  padding: calc(96 * var(--width-ratio)) calc(80 * var(--width-ratio)) calc(135 * var(--width-ratio));
  border-radius: calc(16 * var(--width-ratio));
  background: #fff;
}
@media (max-width: 820px) {
  .c-strength__unit {
    max-width: calc(350 * var(--width-ratio));
    margin: calc(80 * var(--width-ratio)) auto 0;
    padding: calc(32 * var(--width-ratio)) calc(48 * var(--width-ratio)) calc(50 * var(--width-ratio));
  }
}

.c-strength-number {
  color: rgba(63, 63, 63, 0.4);
  font-size: calc(15 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}

.c-strength__title {
  margin-top: calc(32 * var(--width-ratio));
  color: #006039;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 820px) {
  .c-strength__title {
    font-size: calc(20 * var(--width-ratio));
  }
}

.c-strength__text {
  margin-top: calc(32 * var(--width-ratio));
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.01em;
}
@media (max-width: 820px) {
  .c-strength__text {
    margin-top: calc(24 * var(--width-ratio));
  }
}

/**
 * #Table
 */
.c-table {
  border-collapse: collapse;
  border-spacing: 0;
}
.c-table th:first-child {
  max-width: calc(500 * var(--width-ratio));
}
@media (max-width: 820px) {
  .c-table th:first-child {
    width: calc(200 * var(--width-ratio));
  }
}
.c-table th:nth-child(2), .c-table th:last-child {
  max-width: calc(350 * var(--width-ratio));
}
@media (max-width: 820px) {
  .c-table th:nth-child(2), .c-table th:last-child {
    width: calc(150 * var(--width-ratio));
  }
  .c-table th:nth-child(2) th, .c-table th:last-child th {
    padding: 0;
  }
}
.c-table thead th {
  border: 1px solid rgba(63, 63, 63, 0.3);
  background: rgba(0, 96, 57, 0.2);
  padding: calc(12 * var(--width-ratio));
  font-size: calc(20 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 820px) {
  .c-table thead th {
    padding: calc(3 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
  }
}
.c-table tbody tr {
  border-bottom: 1px solid rgba(63, 63, 63, 0.3);
}
@media (max-width: 820px) {
  .c-table tbody tr {
    border: none;
  }
}
.c-table td {
  position: relative;
  padding: calc(16 * var(--width-ratio)) calc(24 * var(--width-ratio));
  font-size: calc(20 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 820px) {
  .c-table td {
    border: 1px solid rgba(63, 63, 63, 0.3);
    padding: calc(16 * var(--width-ratio)) calc(8 * var(--width-ratio));
    font-size: calc(15 * var(--width-ratio));
  }
}
.c-table td span {
  display: block;
  font-size: calc(12 * var(--width-ratio));
}
.c-table td::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: calc(1 * var(--width-ratio));
  height: calc(34 * var(--width-ratio));
  background: rgba(63, 63, 63, 0.3);
  transform: translateY(-50%);
}
@media (max-width: 820px) {
  .c-table td::after {
    content: none;
  }
}
.c-table td:first-child {
  text-align: left;
}
@media (max-width: 820px) {
  .c-table td:first-child {
    text-align: center;
  }
}
.c-table td:last-child {
  border-right: none;
}
@media (max-width: 820px) {
  .c-table td:last-child {
    border-right: 1px solid rgba(63, 63, 63, 0.3);
  }
}
.c-table td:last-child::after {
  content: none;
}

.c-table--second th,
.c-table--second td {
  text-align: center;
}
.c-table--second th span,
.c-table--second td span {
  display: inline-block;
}
@media (max-width: 820px) {
  .c-table--second th span,
  .c-table--second td span {
    display: none;
  }
}
.c-table--second th:first-child,
.c-table--second td:first-child {
  width: calc(290 * var(--width-ratio));
  padding: calc(16 * var(--width-ratio)) calc(8 * var(--width-ratio));
}
@media (max-width: 820px) {
  .c-table--second th:first-child,
  .c-table--second td:first-child {
    width: calc(80 * var(--width-ratio));
  }
}
.c-table--second th:nth-child(2),
.c-table--second td:nth-child(2) {
  width: calc(250 * var(--width-ratio));
}
@media (max-width: 820px) {
  .c-table--second th:nth-child(2),
  .c-table--second td:nth-child(2) {
    width: calc(60 * var(--width-ratio));
  }
}
.c-table--second th:nth-child(3),
.c-table--second td:nth-child(3) {
  width: calc(350 * var(--width-ratio));
}
@media (max-width: 820px) {
  .c-table--second th:nth-child(3),
  .c-table--second td:nth-child(3) {
    width: calc(65 * var(--width-ratio));
  }
}
.c-table--second th:nth-child(4), .c-table--second th:last-child,
.c-table--second td:nth-child(4),
.c-table--second td:last-child {
  width: calc(275 * var(--width-ratio));
}
@media (max-width: 820px) {
  .c-table--second th:nth-child(4), .c-table--second th:last-child,
  .c-table--second td:nth-child(4),
  .c-table--second td:last-child {
    width: calc(100 * var(--width-ratio));
  }
}
.c-table--second th {
  border: 1px solid rgba(63, 63, 63, 0.3);
  background: rgba(0, 96, 57, 0.2);
  padding: calc(12 * var(--width-ratio)) calc(8 * var(--width-ratio));
  font-size: calc(18 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 820px) {
  .c-table--second th {
    padding: calc(8 * var(--width-ratio)) calc(1 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.2;
  }
}
.c-table--second td {
  position: relative;
  padding: calc(16 * var(--width-ratio)) calc(24 * var(--width-ratio));
  border: 1px solid rgba(63, 63, 63, 0.3);
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 820px) {
  .c-table--second td {
    padding: calc(14 * var(--width-ratio)) calc(4 * var(--width-ratio));
    font-size: calc(13 * var(--width-ratio));
    line-height: 1.2;
  }
  .c-table--second td:first-child {
    padding: calc(14 * var(--width-ratio)) 0;
  }
}
.c-table--second td::after {
  content: none;
}
.c-table--second td:last-child {
  border: 1px solid rgba(63, 63, 63, 0.3);
}

.c-table-tr--first td:last-child {
  padding: 0;
}

.c-table-tr--second td {
  padding: 0;
}

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

/* Project
   ----------------------------------------------------------------- */
/**
 * #Nav
 */
.p-nav {
  max-width: calc(730 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 820px) {
  .p-nav {
    display: none;
  }
}

.p-nav__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.p-nav__list {
  display: flex;
  align-items: center;
  gap: calc(56 * var(--width-ratio));
}
@media (max-width: 1024px) {
  .p-nav__list {
    gap: calc(12 * var(--width-ratio));
  }
}
@media (max-width: 820px) {
  .p-nav__list {
    display: block;
  }
}

.p-nav__item {
  position: relative;
}

.p-nav__item--second {
  cursor: pointer;
}
.p-nav__item--second:hover .p-nav__link--second::after {
  top: calc(8 * var(--width-ratio));
  transform: rotate(180deg);
}
.p-nav__item--second:hover .p-nav-sub {
  display: block;
  opacity: 1;
  visibility: visible;
}

.p-nav__link {
  color: #3F3F3F;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media (max-width: 1060px) {
  .p-nav__link {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-nav__link--second {
  position: relative;
  border: none;
  background: none;
}
.p-nav__link--second::after {
  content: "";
  position: absolute;
  top: calc(10 * var(--width-ratio));
  right: calc(-7 * var(--width-ratio));
  display: block;
  width: calc(9 * var(--width-ratio));
  height: calc(7 * var(--width-ratio));
  background-image: url(../images/common/icon_nav.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.p-nav__link--third {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(14 * var(--width-ratio));
  max-width: calc(171 * var(--width-ratio));
  width: 100%;
  padding: calc(12 * var(--width-ratio)) calc(16 * var(--width-ratio));
  background: #006039;
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media (max-width: 1060px) {
  .p-nav__link--third {
    font-size: calc(14 * var(--width-ratio));
  }
}
.p-nav__link--third:after {
  content: "";
  display: block;
  width: calc(24 * var(--width-ratio));
  height: calc(24 * var(--width-ratio));
  background-image: url(../images/common/icon_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}

.p-nav-sub {
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  padding-top: calc(40 * var(--width-ratio));
  transform: translateX(-50%);
}

.p-nav-sub__list {
  width: calc(140 * var(--width-ratio));
  padding: calc(16 * var(--width-ratio));
  border-radius: calc(8 * var(--width-ratio));
  background: #006039;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.p-nav-sub__item {
  margin-top: calc(16 * var(--width-ratio));
}
.p-nav-sub__item:first-child {
  margin-top: 0;
}

.p-nav-sub__link {
  position: relative;
  display: inline-block;
  padding-bottom: calc(4 * var(--width-ratio));
  color: #fff;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  transition: 0.3s;
}
.p-nav-sub__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(1 * var(--width-ratio));
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}
.p-nav-sub__link:hover::after {
  opacity: 1;
}

.p-nav-other {
  margin-left: calc(24 * var(--width-ratio));
}
@media (max-width: 1060px) {
  .p-nav-other {
    margin-left: calc(12 * var(--width-ratio));
  }
}

.p-nav-sp {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.p-nav-sp .p-nav__link {
  max-width: 100%;
  margin: calc(16 * var(--width-ratio)) auto 0;
  padding: calc(16 * var(--width-ratio));
}

.p-nav-sp__inner {
  width: 100%;
  height: 100dvh;
  padding: calc(100 * var(--width-ratio)) calc(32 * var(--width-ratio)) calc(40 * var(--width-ratio));
  overflow-y: scroll;
}

.p-nav-sp__item {
  padding: calc(24 * var(--width-ratio)) calc(16 * var(--width-ratio));
  border-bottom: 1px solid rgba(63, 63, 63, 0.4);
}

.p-nav-sp__link {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-ratio));
  color: #3F3F3F;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  transition: 0.3s;
}
.p-nav-sp__link span {
  position: relative;
  display: block;
  width: calc(12 * var(--width-ratio));
  height: calc(12 * var(--width-ratio));
  border-radius: 50%;
  background: rgba(0, 96, 57, 0.5);
}
.p-nav-sp__link span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(8 * var(--width-ratio));
  height: calc(8 * var(--width-ratio));
  border-radius: 50%;
  background: #006039;
  transform: translate(-50%, -50%);
}

.p-nav-sp__menu {
  margin-top: calc(16 * var(--width-ratio));
  padding-left: calc(14 * var(--width-ratio));
}

.p-nav-sp__unit {
  margin-top: calc(16 * var(--width-ratio));
}
.p-nav-sp__unit:first-child {
  margin-top: 0;
}

.p-nav-sp__lead {
  display: flex;
  align-items: center;
  gap: calc(4 * var(--width-ratio));
  color: #3F3F3F;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.p-nav-sp__lead::before {
  content: "-";
  color: #3F3F3F;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

/**
 * #About
 */
.p-about {
  overflow-x: clip;
 }
.p-about-content {
  position: relative;
  margin-top: calc(64 * var(--width-ratio));
}
.p-about-content::before, .p-about-content::after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1440px) and (min-width: 821px) {
  .p-about-content::before {
    --width-ratio: clamp(0.4px/1, 100vw / 1440, 1px/1);
  }
}
.p-about-content::before {
  top: calc(-80 * var(--width-ratio));
  right: calc(-100 * var(--width-ratio));
  width: clamp(200px, calc(383 * var(--width-ratio)), 383px);
  aspect-ratio: 383/556;
  background-image: url(../images/main/img_map.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1440px) {
  .p-about-content::before {
    right: clamp(-20px, -100 * var(--width-ratio), -20px);
  }
}
@media (max-width: 820px) {
  .p-about-content::before {
    top: clamp(-85px, -85 * var(--width-ratio), -60px);
    right: clamp(-30px, -11 * var(--width-ratio), -11px);
    width: clamp(160px, 340 * var(--width-ratio), 340px);
  }
}
.p-about-content::after {
  bottom: calc(-110 * var(--width-ratio));
  left: calc(10 * var(--width-ratio));
  width: calc(432 * var(--width-ratio));
  height: calc(124 * var(--width-ratio));
  background-image: url(../images/main/img_about.webp);
}
@media (max-width: 820px) {
  .p-about-content::after {
    position: unset;
    width: calc(280 * var(--width-ratio));
    height: calc(80 * var(--width-ratio));
    margin-top: calc(40 * var(--width-ratio));
  }
}

.p-about__wrap {
  margin: 0 auto;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 1440px) and (min-width: 821px) {
  .p-about__wrap {
    --width-ratio: clamp(0.4px/1, 100vw / 1440, 1px/1);
  }
}

@media (max-width: 820px) {
  .p-about__wrap {
    writing-mode: unset;
  }
}

.p-about__title {
  margin-left: calc(64 * var(--width-ratio));
  font-size: clamp(18px, 32 * var(--width-ratio), 32px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media (max-width: 820px) {
  .p-about__title {
    margin-left: 0;
    font-size: calc(24 * var(--width-ratio));
    line-height: 1.7;
    letter-spacing: normal;
  }
}

.p-about__list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(16px, 32 * var(--width-ratio), 32px);
}
@media (max-width: 820px) {
  .p-about__list {
    margin-top: calc(24 * var(--width-ratio));
    flex-direction: column;
    gap: calc(20 * var(--width-ratio));
  }
}

.p-about__item {
  margin-top: calc(24 * var(--width-ratio));
  font-size: clamp(14px, 20 * var(--width-ratio), 20px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.4em;
}
@media (max-width: 820px) {
  .p-about__item {
    margin-top: 0;
    font-size: calc(16 * var(--width-ratio));
    line-height: 2;
    letter-spacing: normal;
  }
}

/**
 * #Slide
 */
.p-slide {
  margin-top: calc(64 * var(--width-ratio));
  padding-bottom: calc(80 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-slide {
    margin-top: calc(25 * var(--width-ratio));
    padding-bottom: calc(64 * var(--width-ratio));
  }
}

/**
 * #Service
 */
.p-service-top .u-title {
  text-align: center;
}
.p-service-top .u-title span {
  justify-content: center;
}

.p-service-top-intro {
  position: relative;
}
.p-service-top-intro::after {
  content: "";
  position: absolute;
  top: 0;
  right: 14vw;
  display: block;
  width: calc(190 * var(--width-ratio));
  height: calc(170 * var(--width-ratio));
  background-image: url(../images/main/icon_service.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1060px) {
  .p-service-top-intro::after {
    right: 10vw;
  }
}
@media (max-width: 820px) {
  .p-service-top-intro::after {
    right: 0;
    width: calc(90 * var(--width-ratio));
    height: calc(81 * var(--width-ratio));
  }
}

.p-service-top__lead {
  margin-top: calc(64 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 820px) {
  .p-service-top__lead {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.p-service-top-content {
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-service-top-content {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.p-service-top__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: calc(30 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-service-top__list {
    flex-flow: row wrap;
    justify-content: space-around;
    gap: calc(62 * var(--width-ratio));
  }
}
@media (max-width: 520px) {
  .p-service-top__list {
    flex-direction: column;
  }
}

.p-service-top__item {
  display: flex;
  flex-direction: column;
  max-width: calc(380 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 820px) {
  .p-service-top__item {
    max-width: calc(350 * var(--width-ratio));
    margin: 0 auto;
  }
}

.p-service-top-catch {
  position: relative;
}

.p-service-top__figure img {
  border-radius: calc(16 * var(--width-ratio));
}

.p-service-top__caption {
  position: absolute;
  top: calc(-16 * var(--width-ratio));
  right: calc(16 * var(--width-ratio));
  background: #fff;
  font-size: calc(22 * var(--width-ratio));
  font-weight: 700;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}
@media (max-width: 820px) {
  .p-service-top__caption {
    font-size: calc(20 * var(--width-ratio));
  }
}

.p-service-top-detail {
  margin-top: calc(24 * var(--width-ratio));
  padding: 0 calc(16 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-service-top-detail {
    margin-top: calc(16 * var(--width-ratio));
  }
}

.p-service-top__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-service-top-number {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-ratio));
  color: #006039;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1.65;
}
.p-service-top-number span {
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
}
@media (max-width: 820px) {
  .p-service-top-number span {
    font-size: calc(13 * var(--width-ratio));
  }
}

.p-service-top-icon {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-ratio));
  color: #006039;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.65;
}
@media (max-width: 820px) {
  .p-service-top-icon {
    font-size: calc(13 * var(--width-ratio));
  }
}
.p-service-top-icon img {
  width: calc(40 * var(--width-ratio));
}

.p-service-top__text {
  margin-top: calc(16 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 820px) {
  .p-service-top__text {
    margin-top: calc(8 * var(--width-ratio));
  }
}

.p-service-top-bottom {
  margin-top: auto;
  padding-right: calc(16 * var(--width-ratio));
  text-align: right;
}
@media (max-width: 820px) {
  .p-service-top-bottom {
    margin-top: calc(8 * var(--width-ratio));
  }
}

.p-service-top__link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: calc(34 * var(--width-ratio));
  padding: calc(8 * var(--width-ratio)) calc(8 * var(--width-ratio)) calc(4 * var(--width-ratio)) calc(8 * var(--width-ratio));
  border-bottom: 1px solid #006039;
  color: #006039;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.65;
}
@media (max-width: 820px) {
  .p-service-top__link {
    margin-top: calc(8 * var(--width-ratio));
  }
}
.p-service-top__link:hover {
  opacity: 1;
}
.p-service-top__link:hover .p-service-dot {
  opacity: 0;
  transform: scale(0);
}
.p-service-top__link:hover .p-service-arrow {
  opacity: 1;
  transform: translateX(calc(2 * var(--width-ratio))); /* 丸があった位置より少し右に飛び出させる */
}

.p-service-dot {
  position: relative;
  display: block;
  width: calc(12 * var(--width-ratio));
  height: calc(12 * var(--width-ratio));
  border-radius: 50%;
  background: rgba(0, 96, 57, 0.5);
}
.p-service-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(8 * var(--width-ratio));
  height: calc(8 * var(--width-ratio));
  border-radius: 50%;
  background: #006039;
  transform: translate(-50%, -50%);
}

.p-service-arrow {
  position: absolute;
  width: calc(14 * var(--width-ratio));
  height: calc(2 * var(--width-ratio));
  background-color: #00563F;
  opacity: 0; /* 最初は透明で見えない */
  transform: translateX(calc(-10 * var(--width-ratio))); /* 最初は少し左に隠しておく */
  transition: all 0.3s ease;
}
.p-service-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(-3 * var(--width-ratio)); /* 線の位置調整 */
  width: calc(8 * var(--width-ratio));
  height: calc(8 * var(--width-ratio));
  border-top: 2px solid #00563F;
  border-right: 2px solid #00563F;
  transform: rotate(45deg); /* 四角の枠線を45度回転させて矢印にする */
}

.p-service-content {
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-service-content {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.p-service__lead {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}

.p-service__list {
  display: flex;
  justify-content: space-between;
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-service__list {
    flex-direction: column;
    gap: calc(24 * var(--width-ratio));
    margin-top: calc(40 * var(--width-ratio));
  }
}

.p-service__item {
  max-width: calc(568 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 820px) {
  .p-service__item {
    margin: 0 auto;
  }
}

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

.p-service__desc {
  margin-top: calc(40 * var(--width-ratio));
  padding: 0 calc(16 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-service__desc {
    margin-top: calc(16 * var(--width-ratio));
  }
}

.p-service__title {
  display: flex;
  align-items: center;
  gap: calc(16 * var(--width-ratio));
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 820px) {
  .p-service__title {
    flex-direction: column;
    justify-content: center;
    gap: 0;
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.7;
  }
}
.p-service__title span {
  color: #006039;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media (max-width: 820px) {
  .p-service__title span {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-service__text {
  margin-top: calc(16 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 820px) {
  .p-service__text {
    margin-top: calc(8 * var(--width-ratio));
  }
}

/**
 * #Company
 */
.p-company-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(600 * var(--width-ratio)); /* 任意の高さ */
  overflow: hidden; /* はみ出た背景を隠す */
}
.p-company-top .u-title {
  text-shadow: 2px 2px 10px rgb(100, 107, 122);
  text-align: left;
}
.p-company-top .u-title span {
  color: #fff;
  text-shadow: 2px 2px 10px rgb(100, 107, 122);
}

.p-company-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%; /* セクションより高くして動く余裕を作る */
  background-image: url(../images/main/bg_company_pc.webp);
  background-size: cover;
  background-position: center;
  z-index: 1;
  will-change: transform; /* パフォーマンス向上 */
}

.p-company-top__inner {
  position: relative;
  padding: calc(135 * var(--width-ratio)) calc(20 * var(--width-ratio));
  z-index: 2;
}
@media (max-width: 820px) {
  .p-company-top__inner {
    padding: calc(122 * var(--width-ratio)) calc(20 * var(--width-ratio));
  }
}

.p-company-top-intro {
  position: relative;
  display: inline-block;
  max-width: calc(600 * var(--width-ratio));
  width: 100%;
  padding-bottom: calc(32 * var(--width-ratio));
  border-bottom: 1px solid #fff;
}
.p-company-top-intro::after {
  content: "";
  position: absolute;
  top: calc(35 * var(--width-ratio));
  right: 0;
  display: block;
  width: calc(140 * var(--width-ratio));
  height: calc(120 * var(--width-ratio));
  background-image: url(../images/main/icon_company.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 820px) {
  .p-company-top-intro::after {
    top: 0;
    right: 0;
    width: calc(100 * var(--width-ratio));
    height: calc(94 * var(--width-ratio));
  }
}

.p-company-top-content {
  margin-top: calc(32 * var(--width-ratio));
}

.p-company-top__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .p-company-top__wrap {
    flex-direction: column;
    gap: calc(24 * var(--width-ratio));
  }
}

.p-company-top__lead {
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
  text-shadow: 2px 2px 10px rgb(100, 107, 122);
}

.p-company-top__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(34 * var(--width-ratio));
  max-width: calc(236 * var(--width-ratio));
  width: 100%;
  margin-top: calc(24 * var(--width-ratio));
  padding: calc(12 * var(--width-ratio)) calc(16 * var(--width-ratio));
  background: #fff;
  color: #006039;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media (max-width: 1060px) {
  .p-company-top__link {
    font-size: calc(14 * var(--width-ratio));
  }
}
.p-company-top__link:after {
  content: "";
  display: block;
  width: calc(24 * var(--width-ratio));
  height: calc(24 * var(--width-ratio));
  background-image: url(../images/common/icon_arrow_green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}

.p-company-top__link--second {
  background: #006039;
  color: #fff;
}
.p-company-top__link--second:after {
  background-image: url(../images/common/icon_arrow_white.svg);
}

.p-company__inner {
  max-width: calc(1240 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(80 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(64 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-company__inner {
    padding: calc(64 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(40 * var(--width-ratio));
  }
}

.p-company-flex {
  display: flex;
  gap: calc(64 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-company-flex {
    flex-direction: column;
    gap: calc(40 * var(--width-ratio));
  }
}

.p-company-feature {
  max-width: calc(380 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 820px) {
  .p-company-feature .u-title {
    text-align: center;
  }
  .p-company-feature .u-title span {
    justify-content: center;
  }
}

.p-company-area {
  max-width: calc(760 * var(--width-ratio));
  width: 100%;
  margin-top: calc(40 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-company-area {
    margin-top: 0;
  }
}

.p-company__list {
  display: flex;
  align-items: center;
  padding: calc(20 * var(--width-ratio)) 0;
  border-bottom: 1px solid rgba(63, 63, 63, 0.3);
}
@media (max-width: 820px) {
  .p-company__list {
    padding: calc(16 * var(--width-ratio)) 0;
  }
}
.p-company__list:first-child {
  border-top: 1px solid rgba(63, 63, 63, 0.3);
}

.p-company__term {
  max-width: calc(200 * var(--width-ratio));
  width: 100%;
  padding: 0 calc(40 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 820px) {
  .p-company__term {
    max-width: calc(100 * var(--width-ratio));
    padding: 0 calc(8 * var(--width-ratio));
  }
}

.p-company__desc {
  max-width: calc(559 * var(--width-ratio));
  width: 100%;
  padding: 0 calc(40 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 820px) {
  .p-company__desc {
    max-width: calc(260 * var(--width-ratio));
    padding: 0 calc(8 * var(--width-ratio));
  }
}

.p-company__link {
  font-weight: 500;
  pointer-events: none;
}
@media (max-width: 820px) {
  .p-company__link {
    pointer-events: all;
  }
}

/**
 * #News
 */
@media (max-width: 820px) {
  .p-news .u-title {
    text-align: center;
  }
  .p-news .u-title span {
    justify-content: center;
  }
}

.p-news-content {
  display: flex;
  align-items: stretch;
  gap: calc(64 * var(--width-ratio));
  min-height: calc(300 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-news-content {
    display: block;
  }
}

.p-news-feature {
  position: relative;
  max-width: calc(221 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 820px) {
  .p-news-feature {
    margin: 0 auto;
  }
}
.p-news-feature::after {
  content: "";
  position: absolute;
  bottom: calc(-38 * var(--width-ratio));
  left: 0;
  display: block;
  width: calc(110 * var(--width-ratio));
  height: calc(110 * var(--width-ratio));
  background-image: url(../images/main/icon_news.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 820px) {
  .p-news-feature::after {
    left: unset;
    bottom: calc(-10 * var(--width-ratio));
    right: calc(-35 * var(--width-ratio));
    width: calc(80 * var(--width-ratio));
    height: calc(80 * var(--width-ratio));
  }
}

.p-news-bottom {
  margin-top: calc(32 * var(--width-ratio));
  text-align: right;
}
@media (max-width: 820px) {
  .p-news-bottom {
    margin-top: calc(40 * var(--width-ratio));
    text-align: center;
  }
}

.p-news__link {
  margin-top: calc(32 * var(--width-ratio));
  padding: 0 calc(16 * var(--width-ratio)) calc(16 * var(--width-ratio));
  border-bottom: 1px solid rgba(63, 63, 63, 0.4);
}
.p-news__link:first-child {
  margin-top: 0;
}

.p-news__area {
  max-width: calc(915 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 820px) {
  .p-news__area {
    margin: calc(40 * var(--width-ratio)) auto 0;
  }
}

.p-news__term {
  display: flex;
  align-items: center;
  gap: calc(16 * var(--width-ratio));
}

.p-news-date {
  color: #006039;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.65;
}

.p-news-category {
  display: inline-block;
  padding: 0 calc(16 * var(--width-ratio));
  border-radius: calc(4 * var(--width-ratio));
  border: 1px solid #006039;
  color: #006039;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.65;
}
@media (max-width: 820px) {
  .p-news-category {
    font-size: calc(13 * var(--width-ratio));
  }
}

.p-news-category--second {
  padding: 0 calc(8 * var(--width-ratio));
  background: #006039;
  color: #fff;
}

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

.p-news__lead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}
.p-news__lead::after {
  content: "";
  display: block;
  width: calc(28 * var(--width-ratio));
  height: calc(28 * var(--width-ratio));
  background-image: url(../images/common/icon_arrow_green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}

.p-news-intro {
  display: flex;
  align-items: flex-start;
  gap: calc(40 * var(--width-ratio));
  max-width: calc(540 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .p-news-intro {
    flex-direction: column;
    gap: calc(24 * var(--width-ratio));
  }
}

.p-news-select {
  max-width: calc(250 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .p-news-select {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: calc(8 * var(--width-ratio));
    max-width: calc(350 * var(--width-ratio));
  }
}

.p-news-select__label {
  color: #006039;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
}
.p-news-dropdown {
  margin-top: calc(8 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-news-dropdown {
    max-width: calc(277 * var(--width-ratio));
    width: 100%;
    margin-top: 0;
  }
}

.p-news-category__list {
  padding: calc(8 * var(--width-ratio)) calc(16 * var(--width-ratio));
  border-radius: calc(8 * var(--width-ratio));
  border: 1px solid #006039;
  background: #fff;
}

.p-news-category__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}
.p-news-category__name.is-active .p-news-arrow {
  transform: rotate(180deg);
}

.p-news-arrow {
  transition: 0.3s;
}
.p-news-arrow img {
  display: block;
  width: calc(9 * var(--width-ratio));
}

.p-news-options {
  margin-top: calc(16 * var(--width-ratio));
}
.p-news-options li {
  margin-bottom: calc(8 * var(--width-ratio));
  padding-bottom: calc(8 * var(--width-ratio));
  border-bottom: 1px solid rgba(63, 63, 63, 0.4);
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
}
.p-news-options li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.p-news-content {
  margin-top: calc(130 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-news-content {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.p-news__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: calc(32 * var(--width-ratio)) calc(30 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-news__menu {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-news__unit {
  max-width: calc(380 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  border-radius: calc(16 * var(--width-ratio));
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 820px) {
  .p-news__unit {
    max-width: calc(600 * var(--width-ratio));
  }
}
@media (max-width: 520px) {
  .p-news__unit {
    max-width: calc(350 * var(--width-ratio));
  }
}
.p-news__unit:hover .c-link-dot {
  opacity: 0;
  transform: scale(0);
}
.p-news__unit:hover .c-link-arrow {
  opacity: 1;
  transform: translateX(calc(2 * var(--width-ratio))); /* 丸があった位置より少し右に飛び出させる */
}

.p-news__thumb img {
  border-radius: calc(16 * var(--width-ratio)) calc(16 * var(--width-ratio)) 0 0;
}

.p-news-detail {
  display: flex;
  flex-direction: column;
  padding: calc(16 * var(--width-ratio)) calc(24 * var(--width-ratio));
}

.p-news__head {
  display: flex;
  align-items: center;
  gap: calc(16 * var(--width-ratio));
}

.p-news-time {
  color: #006039;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1.65;
}

.p-news__title {
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 820px) {
  .p-news__title {
    font-size: calc(20 * var(--width-ratio));
  }
}

.p-news__text {
  min-height: calc(112 * var(--width-ratio));
  margin-top: calc(8 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}

.p-news-more {
  margin-top: auto;
  text-align: right;
}

/**
 * #Logistics
 */
.p-logistics-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(294 * var(--width-ratio));
}
@media (max-width: 1240px) {
  .p-logistics-area {
    display: block;
  }
}
.p-logistics-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(314 * var(--width-ratio));
  height: calc(158 * var(--width-ratio));
  background-image: url(../images/logistics/img_intro.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1240px) {
  .p-logistics-area::after {
    position: unset;
    width: calc(200 * var(--width-ratio));
    height: calc(101 * var(--width-ratio));
    margin: calc(24 * var(--width-ratio)) auto 0;
  }
}

.p-logistics__list {
  position: absolute;
  top: 0;
  right: calc(110 * var(--width-ratio));
  writing-mode: vertical-rl;
}
@media (max-width: 1240px) {
  .p-logistics__list {
    position: unset;
    display: block;
    max-width: calc(300 * var(--width-ratio));
    width: 100%;
    writing-mode: unset;
  }
}

.p-logistics__lead {
  position: relative;
  font-size: calc(32 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.3em;
}
@media (max-width: 1240px) {
  .p-logistics__lead {
    display: inline-block;
    background: linear-gradient(transparent 80%, rgba(0, 96, 57, 0.1) 50%);
    letter-spacing: normal;
  }
}
@media (max-width: 820px) {
  .p-logistics__lead {
    font-size: calc(24 * var(--width-ratio));
  }
}
.p-logistics__lead:first-child {
  margin-left: calc(32 * var(--width-ratio));
}
@media (max-width: 1240px) {
  .p-logistics__lead:first-child {
    margin: 0;
  }
}
.p-logistics__lead:last-child {
  margin-top: calc(42 * var(--width-ratio));
}
@media (max-width: 1240px) {
  .p-logistics__lead:last-child {
    margin: calc(8 * var(--width-ratio)) 0 0;
  }
}
.p-logistics__lead::after {
  content: "";
  position: absolute;
  top: calc(-2 * var(--width-ratio));
  width: calc(15 * var(--width-ratio));
  height: 100%;
  background: rgba(0, 96, 57, 0.1);
}
@media (max-width: 1240px) {
  .p-logistics__lead::after {
    content: none;
  }
}

.p-logistics__text {
  font-size: calc(20 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 1240px) {
  .p-logistics__text {
    margin-top: calc(24 * var(--width-ratio));
    text-align: left;
  }
}
@media (max-width: 820px) {
  .p-logistics__text {
    font-size: calc(16 * var(--width-ratio));
    line-height: 1.75;
  }
}

/**
 * #Summary
 */
.p-summary {
  margin-top: calc(80 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-summary {
    margin-top: calc(32 * var(--width-ratio));
  }
}

.p-summary__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(4 * var(--width-ratio));
  color: #3F3F3F;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 820px) {
  .p-summary__title {
    font-size: calc(16 * var(--width-ratio));
  }
}
.p-summary__title::before {
  content: "";
  width: calc(12 * var(--width-ratio));
  height: calc(12 * var(--width-ratio));
  border-radius: 50%;
  background: #006039;
}

.p-summary__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: calc(24 * var(--width-ratio));
  margin-top: calc(16 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-summary__list {
    flex-direction: column;
  }
}
.p-summary__list:last-child {
  margin-top: calc(24 * var(--width-ratio));
}

.p-summary__item {
  max-width: calc(280 * var(--width-ratio));
  width: 100%;
  padding: calc(26 * var(--width-ratio)) calc(24 * var(--width-ratio));
  border-radius: calc(8 * var(--width-ratio));
  border: 1px solid #006039;
  background: #fff;
}
@media (max-width: 820px) {
  .p-summary__item {
    max-width: calc(310 * var(--width-ratio));
    margin: 0 auto;
    padding: calc(16 * var(--width-ratio));
  }
}

.p-summary-icon {
  width: 100%;
  height: calc(55 * var(--width-ratio));
  margin: 0 auto;
}
.p-summary-icon img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.p-summary__lead {
  margin-top: calc(15 * var(--width-ratio));
  color: #006039;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.p-summary__text {
  margin-top: calc(15 * var(--width-ratio));
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media (max-width: 820px) {
  .p-summary__text {
    font-size: calc(14 * var(--width-ratio));
  }
}

/**
 * #Vehicle
 */
.p-vehicle__title {
  color: #006039;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 820px) {
  .p-vehicle__title {
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.7;
    text-align: center;
  }
}

.p-vehicle-area {
  margin-top: calc(40 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-vehicle-area {
    margin-top: calc(32 * var(--width-ratio));
  }
}

.p-vehicle__text {
  margin-top: calc(16 * var(--width-ratio));
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
}
@media (max-width: 820px) {
  .p-vehicle__text {
    font-size: calc(14 * var(--width-ratio));
  }
}

/**
 * #Banner
 */
.p-banner__link {
  display: block;
  max-width: calc(900 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  background-image: url(../images/common/bg_cta_pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 820px) {
  .p-banner__link {
    background-image: url(../images/common/bg_cta_sp.webp);
  }
}

.p-banner-area {
  padding-top: calc(24 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-banner-area {
    padding-top: calc(30 * var(--width-ratio));
  }
}

.p-banner__head {
  max-width: calc(772 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(4 * var(--width-ratio));
  border: 1px solid #fff;
}
@media (max-width: 820px) {
  .p-banner__head {
    max-width: calc(325 * var(--width-ratio));
    padding: calc(6 * var(--width-ratio));
  }
}

.p-banner__wrap {
  padding: calc(12 * var(--width-ratio));
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 820px) {
  .p-banner__wrap {
    padding: calc(15 * var(--width-ratio));
  }
}

.p-banner__title {
  color: #006039;
  font-size: calc(32 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 820px) {
  .p-banner__title {
    font-size: calc(23 * var(--width-ratio));
  }
}

.p-banner__lead {
  margin-top: calc(8 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 820px) {
  .p-banner__lead {
    text-align: left;
  }
}

.p-banner__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(22 * var(--width-ratio));
  padding: calc(16 * var(--width-ratio)) calc(40 * var(--width-ratio));
  background: #006039;
}
@media (max-width: 820px) {
  .p-banner__foot {
    display: block;
    margin-top: calc(30 * var(--width-ratio));
    padding: calc(6 * var(--width-ratio)) calc(20 * var(--width-ratio)) calc(12 * var(--width-ratio)) calc(36 * var(--width-ratio));
  }
}

.p-banner__text {
  color: #fff;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media (max-width: 820px) {
  .p-banner__text {
    font-size: calc(12 * var(--width-ratio));
    text-align: center;
  }
}

.p-banner-note {
  display: flex;
  align-items: center;
  gap: calc(18 * var(--width-ratio));
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media (max-width: 820px) {
  .p-banner-note {
    justify-content: end;
    margin-top: calc(23 * var(--width-ratio));
  }
}
.p-banner-note::after {
  content: "";
  display: block;
  width: calc(28 * var(--width-ratio));
  height: calc(28 * var(--width-ratio));
  background-image: url(../images/common/icon_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/**
 * #Waste
 */
.p-waste-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(378 * var(--width-ratio));
}
@media (max-width: 1240px) {
  .p-waste-area {
    display: block;
  }
}
.p-waste-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(392 * var(--width-ratio));
  height: calc(130 * var(--width-ratio));
  background-image: url(../images/waste/img_intro.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1240px) {
  .p-waste-area::after {
    position: unset;
    width: calc(301 * var(--width-ratio));
    height: calc(100 * var(--width-ratio));
    margin: calc(24 * var(--width-ratio)) auto 0;
  }
}

.p-waste__list {
  position: absolute;
  top: 0;
  right: calc(150 * var(--width-ratio));
  writing-mode: vertical-rl;
}
@media (max-width: 1240px) {
  .p-waste__list {
    position: unset;
    display: block;
    max-width: calc(300 * var(--width-ratio));
    width: 100%;
    writing-mode: unset;
  }
}

.p-waste__lead {
  position: relative;
  font-size: calc(32 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
@media (max-width: 1240px) {
  .p-waste__lead {
    display: inline-block;
    background: linear-gradient(transparent 80%, rgba(0, 96, 57, 0.1) 50%);
    letter-spacing: normal;
  }
}
@media (max-width: 820px) {
  .p-waste__lead {
    font-size: calc(24 * var(--width-ratio));
  }
}
.p-waste__lead:first-child {
  margin-left: calc(32 * var(--width-ratio));
}
@media (max-width: 1240px) {
  .p-waste__lead:first-child {
    margin: 0;
  }
}
.p-waste__lead:last-child {
  margin-top: calc(65 * var(--width-ratio));
}
@media (max-width: 1240px) {
  .p-waste__lead:last-child {
    margin: calc(8 * var(--width-ratio)) 0 0;
  }
}
.p-waste__lead::after {
  content: "";
  position: absolute;
  top: calc(-2 * var(--width-ratio));
  width: calc(15 * var(--width-ratio));
  height: 100%;
  background: rgba(0, 96, 57, 0.1);
}
@media (max-width: 1240px) {
  .p-waste__lead::after {
    content: none;
  }
}

.p-waste__text {
  font-size: calc(20 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 1240px) {
  .p-waste__text {
    margin-top: calc(24 * var(--width-ratio));
    text-align: left;
  }
}
@media (max-width: 820px) {
  .p-waste__text {
    font-size: calc(16 * var(--width-ratio));
    line-height: 1.75;
  }
}

/**
 * #Type
 */
.p-type .u-title span {
  margin-top: calc(8 * var(--width-ratio));
}

.p-type-content {
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-type-content {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.p-type__lead {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}

.p-type__list {
  display: flex;
  justify-content: space-between;
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-type__list {
    flex-flow: row wrap;
    gap: calc(24 * var(--width-ratio));
    margin-top: calc(40 * var(--width-ratio));
  }
}
@media (max-width: 520px) {
  .p-type__list {
    flex-direction: column;
  }
}

.p-type__item {
  max-width: calc(384 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 820px) {
  .p-type__item {
    max-width: calc(350 * var(--width-ratio));
    margin: 0 auto;
  }
}

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

.p-type__desc {
  margin-top: calc(24 * var(--width-ratio));
  padding: 0 calc(16 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-type__desc {
    margin-top: calc(16 * var(--width-ratio));
  }
}

.p-type-number {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-ratio));
}
.p-type-number::after {
  content: "";
  width: 100%;
  height: calc(1 * var(--width-ratio));
  background: #006039;
}
.p-type-number span {
  display: inline-block;
  max-width: calc(88 * var(--width-ratio));
  width: 100%;
  padding: calc(2 * var(--width-ratio));
  border-radius: calc(40 * var(--width-ratio));
  border: 1px solid #006039;
  color: #006039;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 820px) {
  .p-type-number span {
    max-width: calc(84 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-type__title {
  margin-top: calc(8 * var(--width-ratio));
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 820px) {
  .p-type__title {
    flex-direction: column;
    justify-content: center;
    gap: 0;
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.7;
  }
}

.p-type__text {
  margin-top: calc(8 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 820px) {
  .p-type__text {
    margin-top: calc(8 * var(--width-ratio));
  }
}

/**
 * #Forestry
 */
.p-forestry-area {
  position: relative;
}
.p-forestry-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(72 * var(--width-ratio));
  display: block;
  width: calc(416 * var(--width-ratio));
  height: calc(178 * var(--width-ratio));
  background-image: url(../images/forestry/img_intro.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1060px) {
  .p-forestry-area::after {
    position: unset;
  }
}
@media (max-width: 820px) {
  .p-forestry-area::after {
    width: calc(350 * var(--width-ratio));
    height: calc(150 * var(--width-ratio));
    margin-top: calc(24 * var(--width-ratio));
  }
}

.p-forestry-intro__title {
  font-size: calc(32 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
}
.p-forestry-intro__title span {
  color: #006039;
  font-weight: 700;
}
@media (max-width: 820px) {
  .p-forestry-intro__title {
    font-size: calc(24 * var(--width-ratio));
  }
}

.p-forestry-intro__lead {
  margin-top: calc(8 * var(--width-ratio));
  color: #006039;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media (max-width: 820px) {
  .p-forestry-intro__lead {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-forestry-intro__text {
  margin-top: calc(16 * var(--width-ratio));
  font-size: calc(20 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 820px) {
  .p-forestry-intro__text {
    font-size: calc(16 * var(--width-ratio));
  }
}

@media (max-width: 820px) {
  .p-forestry-bg {
    background-image: url(../images/forestry/bg_fast_sp.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}

/**
 * #Carbon
 */
.p-carbon {
  overflow: hidden;
}

.p-carbon-intro {
  position: relative;
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-carbon-intro {
    margin-top: calc(40 * var(--width-ratio));
  }
}
.p-carbon-intro::before, .p-carbon-intro::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.p-carbon-intro::before {
  top: calc(-64 * var(--width-ratio));
  width: calc(990 * var(--width-ratio));
  height: calc(478 * var(--width-ratio));
  background-image: url(../images/forestry/bg_decarbonization.webp);
  z-index: -1;
}
@media (max-width: 820px) {
  .p-carbon-intro::before {
    top: calc(-18 * var(--width-ratio));
    width: calc(350 * var(--width-ratio));
    height: calc(169 * var(--width-ratio));
  }
}
.p-carbon-intro::after {
  bottom: calc(-140 * var(--width-ratio));
  width: calc(300 * var(--width-ratio));
  height: calc(76 * var(--width-ratio));
  background-image: url(../images/forestry/icon_triangle.webp);
}
@media (max-width: 820px) {
  .p-carbon-intro::after {
    bottom: calc(-86 * var(--width-ratio));
    width: calc(180 * var(--width-ratio));
    height: calc(46 * var(--width-ratio));
  }
}

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

.p-carbon__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: calc(600 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 820px) {
  .p-carbon__item {
    max-width: calc(630 * var(--width-ratio));
    margin: 0 auto;
  }
}
@media (max-width: 520px) {
  .p-carbon__item {
    max-width: calc(350 * var(--width-ratio));
  }
}
.p-carbon__item:first-child .p-carbon__figure img {
  border-radius: 0 calc(48 * var(--width-ratio)) 0 calc(48 * var(--width-ratio));
}
.p-carbon__item:last-child .p-carbon__figure img {
  border-radius: calc(48 * var(--width-ratio)) 0 calc(48 * var(--width-ratio)) 0;
}

.p-carbon__title {
  padding-bottom: calc(8 * var(--width-ratio));
  border-bottom: 1px solid #3F3F3F;
  font-size: calc(32 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 820px) {
  .p-carbon__title {
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.7;
  }
}

.p-carbon__text {
  margin-top: calc(34 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 820px) {
  .p-carbon__text {
    margin-top: calc(16 * var(--width-ratio));
    text-align: left;
  }
}

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

.p-carbon-content {
  position: relative;
  width: 100vw;
  height: calc(581 * var(--width-ratio));
  margin: calc(140 * var(--width-ratio)) calc(50% - 50vw) 0;
  background-image: url(../images/forestry/img_goal_pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 820px) {
  .p-carbon-content {
    height: calc(280 * var(--width-ratio));
    margin: calc(135 * var(--width-ratio)) calc(50% - 50vw) 0;
    padding: calc(59 * var(--width-ratio)) calc(56 * var(--width-ratio)) calc(146 * var(--width-ratio)) calc(110 * var(--width-ratio));
    background-image: url(../images/forestry/img_goal_sp.webp);
  }
}

.p-carbon__head {
  position: absolute;
  top: 15vw;
  left: 41vw;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 820px) {
  .p-carbon__head {
    left: 28vw;
  }
}

.p-carbon__lead {
  display: inline-block;
  padding: calc(8 * var(--width-ratio));
  background: #fff;
  font-size: calc(32 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 820px) {
  .p-carbon__lead {
    font-size: calc(20 * var(--width-ratio));
  }
}

.p-carbon__lead--second {
  margin-top: calc(12 * var(--width-ratio));
  margin-left: calc(62 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-carbon__lead--second {
    margin-left: 0;
  }
}
.p-carbon__lead--second span {
  display: inline-block;
  margin-right: calc(8 * var(--width-ratio));
  color: #006039;
  font-weight: 700;
}

/**
 * #Fast
 */
.p-fast {
  background-image: url(../images/forestry/bg_fast_pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 820px) {
  .p-fast {
    background: none;
  }
}

.p-fast-intro {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 820px) {
  .p-fast-intro {
    flex-direction: column;
  }
}

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

.p-fast__lead {
  color: #006039;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
}
@media (max-width: 820px) {
  .p-fast__lead {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-fast__title {
  margin-top: calc(8 * var(--width-ratio));
  font-size: calc(32 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 820px) {
  .p-fast__title {
    font-size: calc(20 * var(--width-ratio));
  }
}

.p-fast__text {
  margin-top: calc(24 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 820px) {
  .p-fast__text {
    margin-top: calc(16 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
  }
}

.p-fast__body {
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-fast__body {
    margin-top: calc(32 * var(--width-ratio));
  }
}

.p-fast__heading {
  font-size: calc(32 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 820px) {
  .p-fast__heading {
    font-size: calc(20 * var(--width-ratio));
  }
}

.p-fast__list {
  margin-top: calc(24 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-fast__list {
    margin-top: calc(16 * var(--width-ratio));
  }
}

.p-fast__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(16 * var(--width-ratio));
  margin-top: calc(24 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-fast__item {
    margin-top: calc(8 * var(--width-ratio));
  }
}
.p-fast__item div {
  display: inline-block;
  width: 60%;
  height: 1px;
  border-bottom: 1px dotted #006039;
}
@media (max-width: 820px) {
  .p-fast__item div {
    display: none;
  }
}

.p-fast__caption {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-ratio));
  font-size: calc(32 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}
@media (max-width: 820px) {
  .p-fast__caption {
    font-size: calc(20 * var(--width-ratio));
  }
}
.p-fast__caption::before {
  content: "";
  display: block;
  width: calc(16 * var(--width-ratio));
  height: calc(16 * var(--width-ratio));
  border-radius: 50%;
  background: #006039;
}
@media (max-width: 820px) {
  .p-fast__caption::before {
    width: calc(10 * var(--width-ratio));
    height: calc(10 * var(--width-ratio));
  }
}

span.p-fast__caption--small {
  display: inline-block;
  margin-left: calc(8 * var(--width-ratio));
  color: #006039;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 820px) {
  span.p-fast__caption--small {
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.7;
  }
}

.p-fast__figure {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: calc(509 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 820px) {
  .p-fast__figure {
    position: unset;
    margin: calc(20 * var(--width-ratio)) auto 0;
  }
}

/**
 * #Merit
 */
.p-merit {
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-merit {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.p-merit__title {
  font-size: calc(32 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 820px) {
  .p-merit__title {
    font-size: calc(20 * var(--width-ratio));
  }
}
.p-merit__title span {
  display: block;
  margin-bottom: calc(8 * var(--width-ratio));
  color: #006039;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 820px) {
  .p-merit__title span {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-merit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(75 * var(--width-ratio)) calc(15 * var(--width-ratio));
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 1024px) {
  .p-merit__list {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(24 * var(--width-ratio));
    margin-top: calc(24 * var(--width-ratio));
  }
}

.p-merit__item {
  max-width: calc(360 * var(--width-ratio));
  min-width: calc(360 * var(--width-ratio));
  width: 100%;
  max-height: calc(360 * var(--width-ratio));
  min-height: calc(360 * var(--width-ratio));
  height: 100%;
  margin: 0 auto;
  padding: calc(39 * var(--width-ratio)) calc(24 * var(--width-ratio));
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 820px) {
  .p-merit__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: calc(280 * var(--width-ratio));
    min-width: calc(280 * var(--width-ratio));
    max-height: calc(280 * var(--width-ratio));
    min-height: calc(280 * var(--width-ratio));
    padding: calc(16 * var(--width-ratio)) calc(10 * var(--width-ratio)) calc(8 * var(--width-ratio));
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 820px) {
  .p-merit__head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(4 * var(--width-ratio));
  }
}
.p-merit__head img {
  display: block;
  width: calc(40 * var(--width-ratio));
  margin: 0 auto;
}
@media (max-width: 820px) {
  .p-merit__head img {
    width: calc(16 * var(--width-ratio));
    margin: 0;
  }
}

.p-merit-number {
  margin-top: calc(4 * var(--width-ratio));
  color: rgba(52, 52, 52, 0.4);
  font-size: calc(15 * var(--width-ratio));
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}

.p-merit__lead {
  margin-top: calc(16 * var(--width-ratio));
  color: #006039;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 820px) {
  .p-merit__lead {
    margin-top: calc(6 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
    line-height: 1.5;
  }
}

.p-merit__text {
  margin-top: calc(16 * var(--width-ratio));
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 820px) {
  .p-merit__text {
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
}

/**
 * #Feature
 */
.p-future-content {
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-future-content {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.p-feature__list {
  display: flex;
  justify-content: center;
  gap: calc(40 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-feature__list {
    flex-direction: column;
    gap: calc(24 * var(--width-ratio));
  }
}

.p-feature__item {
  max-width: calc(380 * var(--width-ratio));
  width: 100%;
  padding: calc(32 * var(--width-ratio));
  border-radius: calc(16 * var(--width-ratio));
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 820px) {
  .p-feature__item {
    max-width: calc(350 * var(--width-ratio));
    margin: 0 auto;
    padding: calc(16 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

.p-feature-icon {
  display: block;
  max-width: calc(120 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .p-feature-icon {
    max-width: calc(80 * var(--width-ratio));
  }
}

.p-feature__desc {
  position: relative;
  margin-top: calc(30 * var(--width-ratio));
  padding-top: calc(28 * var(--width-ratio));
  border-top: 2px solid rgba(0, 96, 57, 0.6);
}
@media (max-width: 820px) {
  .p-feature__desc {
    margin-top: calc(22 * var(--width-ratio));
    padding-top: calc(20 * var(--width-ratio));
  }
}
.p-feature__desc::before {
  content: "";
  position: absolute;
  top: calc(-6 * var(--width-ratio));
  left: 50%;
  display: block;
  width: calc(10 * var(--width-ratio));
  height: calc(10 * var(--width-ratio));
  border-radius: 50%;
  background: #006039;
  transform: translateX(-50%);
}

.p-feature__title {
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 820px) {
  .p-feature__title {
    font-size: calc(20 * var(--width-ratio));
  }
}

.p-feature__text {
  margin-top: calc(16 * var(--width-ratio));
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media (max-width: 820px) {
  .p-feature__text {
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-feature-slide-pc {
  display: block;
  overflow: hidden;
}
@media (max-width: 820px) {
  .p-feature-slide-pc {
    display: none;
  }
}

.p-feature-slide-sp {
  display: none;
  overflow: hidden;
}
@media (max-width: 820px) {
  .p-feature-slide-sp {
    display: block;
  }
}

.p-feature__menu {
  display: flex;
  align-items: flex-start;
  gap: calc(16 * var(--width-ratio));
  width: 100vw;
  margin: calc(64 * var(--width-ratio)) calc(50% - 50vw) 0;
}

/**
 * #Vision
 */
.p-vision {
  overflow: hidden;
}

.p-vision__inner {
  max-width: calc(1440 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(80 * var(--width-ratio)) 0;
}
@media (max-width: 820px) {
  .p-vision__inner {
    padding: calc(64 * var(--width-ratio)) calc(20 * var(--width-ratio));
  }
}

.p-vision-intro {
  max-width: calc(1440 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: 0 calc(120 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-vision-intro {
    padding: 0;
  }
}

.p-vision-content {
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-vision-content {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.p-vision__unit {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(120 * var(--width-ratio));
  max-width: calc(1440 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: 0 calc(60 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-vision__unit {
    flex-direction: column;
    gap: calc(24 * var(--width-ratio));
    padding: 0;
  }
}
.p-vision__unit::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 81.7vw;
  max-height: calc(450 * var(--width-ratio));
  height: 31.3vw;
  background: rgba(0, 96, 57, 0.05);
  transform: translateY(-50%);
}
@media (max-width: 820px) {
  .p-vision__unit::before {
    content: none;
  }
}
.p-vision__unit:nth-child(odd) {
  flex-direction: row-reverse;
  gap: calc(288 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-vision__unit:nth-child(odd) {
    flex-direction: column;
    gap: calc(24 * var(--width-ratio));
  }
}
.p-vision__unit:nth-child(even)::before {
  left: calc(60 * var(--width-ratio));
}

.p-vision__unit--first .p-vision__desc::after {
  top: 50%;
  right: calc(-160 * var(--width-ratio));
  width: calc(160 * var(--width-ratio));
  height: calc(160 * var(--width-ratio));
  background-image: url(../images/forestry/icon_vision01.webp);
  transform: translateY(-50%);
}

.p-vision__unit--second {
  margin-top: calc(64 * var(--width-ratio));
}
.p-vision__unit--second .p-vision__desc::after {
  bottom: calc(-260 * var(--width-ratio));
  right: calc(-70 * var(--width-ratio));
  width: calc(160 * var(--width-ratio));
  height: calc(160 * var(--width-ratio));
  background-image: url(../images/forestry/icon_vision02.webp);
  transform: translateY(-50%);
}

.p-vision__unit--third {
  margin: calc(80 * var(--width-ratio)) 0 0 auto;
  padding: 0;
}
@media (max-width: 1024px) {
  .p-vision__unit--third {
    padding-left: calc(60 * var(--width-ratio));
  }
}
@media (max-width: 820px) {
  .p-vision__unit--third {
    padding: 0;
  }
}
.p-vision__unit--third .p-vision__desc::after {
  top: calc(-15 * var(--width-ratio));
  right: calc(-230 * var(--width-ratio));
  width: calc(256 * var(--width-ratio));
  height: calc(232 * var(--width-ratio));
  background-image: url(../images/forestry/img_egs.webp);
}
@media (max-width: 1024px) {
  .p-vision__unit--third .p-vision__desc::after {
    right: calc(-270 * var(--width-ratio));
  }
}

.p-vision__figure {
  max-width: calc(600 * var(--width-ratio));
  width: 100%;
}
.p-vision__figure img {
  border-radius: calc(16 * var(--width-ratio));
}

.p-vision__desc {
  position: relative;
  max-width: calc(432 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 820px) {
  .p-vision__desc {
    padding: 0 calc(20 * var(--width-ratio));
  }
}
.p-vision__desc::after {
  content: "";
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 820px) {
  .p-vision__desc::after {
    content: none;
  }
}

.p-vision__head {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-ratio));
}
.p-vision__head img {
  width: calc(40 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-vision__head img {
    width: calc(24 * var(--width-ratio));
  }
}

.p-vision-number {
  color: rgba(63, 63, 63, 0.4);
  font-size: calc(15 * var(--width-ratio));
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.p-vision__title {
  margin-top: calc(16 * var(--width-ratio));
  color: #006039;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 820px) {
  .p-vision__title {
    margin-top: calc(8 * var(--width-ratio));
    font-size: calc(20 * var(--width-ratio));
  }
}

.p-vision__text {
  margin-top: calc(24 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 820px) {
  .p-vision__text {
    margin-top: calc(8 * var(--width-ratio));
  }
}

/**
 * #Partner
 */
.p-partner {
  padding: calc(80 * var(--width-ratio)) 0;
}
@media (max-width: 820px) {
  .p-partner {
    padding: calc(64 * var(--width-ratio)) 0;
  }
}

.p-partner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(710 * var(--width-ratio));
  margin: 0 auto;
  background-image: url(../images/forestry/bg_partner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 820px) {
  .p-partner__inner {
    height: calc(304 * var(--width-ratio));
    padding: 0 calc(20 * var(--width-ratio));
  }
}

.p-partner-area {
  position: relative;
  max-width: calc(800 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(32 * var(--width-ratio));
  border-radius: calc(16 * var(--width-ratio));
  background: #fff;
}
@media (max-width: 820px) {
  .p-partner-area {
    max-width: calc(350 * var(--width-ratio));
    padding: calc(24 * var(--width-ratio)) calc(23 * var(--width-ratio));
  }
}
.p-partner-area::before, .p-partner-area::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(72 * var(--width-ratio));
  height: calc(72 * var(--width-ratio));
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media (max-width: 820px) {
  .p-partner-area::before, .p-partner-area::after {
    width: calc(32 * var(--width-ratio));
    height: calc(32 * var(--width-ratio));
  }
}
.p-partner-area::before {
  top: calc(168 * var(--width-ratio));
  left: calc(54 * var(--width-ratio));
  background-image: url(../images/forestry/icon_partner01.webp);
}
@media (max-width: 820px) {
  .p-partner-area::before {
    top: calc(23 * var(--width-ratio));
    left: calc(23 * var(--width-ratio));
  }
}
.p-partner-area::after {
  top: calc(88 * var(--width-ratio));
  right: calc(40 * var(--width-ratio));
  background-image: url(../images/forestry/icon_partner02.webp);
}
@media (max-width: 820px) {
  .p-partner-area::after {
    top: calc(43 * var(--width-ratio));
    right: calc(6 * var(--width-ratio));
  }
}

.p-partner__title {
  font-size: calc(64 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 820px) {
  .p-partner__title {
    font-size: calc(24 * var(--width-ratio));
  }
}

.p-partner__text {
  margin-top: calc(24 * var(--width-ratio));
  font-size: calc(24 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 820px) {
  .p-partner__text {
    margin-top: calc(8 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

/**
 * #Philosophy
 */
.p-philosophy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(1590 * var(--width-ratio)); /* 任意の高さ */
  overflow: hidden; /* はみ出た背景を隠す */
  padding: calc(80 * var(--width-ratio)) calc(20 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-philosophy {
    height: 100%;
    padding: calc(64 * var(--width-ratio)) calc(20 * var(--width-ratio));
  }
}

.p-philosophy-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%; /* セクションより高くして動く余裕を作る */
  background-image: url(../images/company/bg_philosophy_pc.webp);
  background-size: cover;
  background-position: center;
  z-index: 1;
  will-change: transform; /* パフォーマンス向上 */
}
@media (max-width: 820px) {
  .p-philosophy-bg {
    background-image: url(../images/company/bg_philosophy_sp.webp);
  }
}

.p-philosophy__inner {
  position: relative;
  max-width: calc(1200 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(64 * var(--width-ratio)) calc(150 * var(--width-ratio));
  border-radius: calc(16 * var(--width-ratio));
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media (max-width: 820px) {
  .p-philosophy__inner {
    padding: calc(64 * var(--width-ratio)) calc(16 * var(--width-ratio));
  }
}

.p-philosophy-intro {
  position: relative;
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-philosophy-intro {
    margin-top: calc(40 * var(--width-ratio));
  }
}
.p-philosophy-intro::before {
  content: "";
  position: absolute;
  top: calc(-38 * var(--width-ratio));
  left: 50%;
  display: block;
  width: calc(200 * var(--width-ratio));
  height: calc(171 * var(--width-ratio));
  background-image: url(../images/company/icon_logo.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
@media (max-width: 820px) {
  .p-philosophy-intro::before {
    top: 0;
    width: calc(150 * var(--width-ratio));
    height: calc(128 * var(--width-ratio));
  }
}

.p-philosophy__title {
  margin-bottom: calc(24 * var(--width-ratio));
  font-size: calc(32 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 820px) {
  .p-philosophy__title {
    font-size: calc(24 * var(--width-ratio));
  }
}

.p-philosophy__text {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}

.p-philosophy__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: calc(48 * var(--width-ratio)) calc(60 * var(--width-ratio));
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 520px) {
  .p-philosophy__list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}

.p-philosophy__item {
  max-width: calc(420 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .p-philosophy__item {
    max-width: calc(318 * var(--width-ratio));
  }
}

.p-philosophy__figure img {
  border-radius: calc(16 * var(--width-ratio)) calc(16 * var(--width-ratio)) 0 0;
}

.p-philosophy__desc {
  margin-top: calc(24 * var(--width-ratio));
  padding: 0 calc(16 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-philosophy__desc {
    margin-top: calc(16 * var(--width-ratio));
    padding: 0 calc(8 * var(--width-ratio));
  }
}

.p-philosophy__lead {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-ratio));
  margin-bottom: calc(16 * var(--width-ratio));
  padding-bottom: calc(8 * var(--width-ratio));
  border-bottom: 1px solid #3F3F3F;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 820px) {
  .p-philosophy__lead {
    font-size: calc(20 * var(--width-ratio));
  }
}
.p-philosophy__lead::before {
  content: "";
  display: block;
  width: calc(12 * var(--width-ratio));
  height: calc(12 * var(--width-ratio));
  border-radius: 50%;
  background-image: url(../images/company/icon_philosophy.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/**
 * #Message
 */
.p-message-content {
  margin-top: calc(48 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-message-content {
    margin-top: calc(32 * var(--width-ratio));
  }
}

.p-message-bottom {
  display: flex;
  flex-direction: column;
  max-width: calc(320 * var(--width-ratio));
  width: 100%;
  margin-top: calc(48 * var(--width-ratio));
  margin-left: auto;
}
@media (max-width: 820px) {
  .p-message-bottom {
    max-width: calc(170 * var(--width-ratio));
    margin-top: calc(32 * var(--width-ratio));
  }
}

.p-message__lead {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 820px) {
  .p-message__lead {
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
}

.p-message-note {
  display: flex;
  align-items: baseline;
  flex-flow: row wrap;
}
@media (max-width: 820px) {
  .p-message-note {
    margin-top: calc(6 * var(--width-ratio));
  }
}

.p-message__text {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 820px) {
  .p-message__text {
    margin-top: calc(6 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
}

.p-message-name {
  display: inline-block;
  margin-left: calc(8 * var(--width-ratio));
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 820px) {
  .p-message-name {
    margin-left: calc(4 * var(--width-ratio));
    font-size: calc(20 * var(--width-ratio));
    line-height: 1.1;
  }
}

.p-message-name--en {
  display: inline-block;
  margin-left: calc(16 * var(--width-ratio));
  color: #006039;
  font-size: calc(15 * var(--width-ratio));
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 820px) {
  .p-message-name--en {
    width: 100%;
    margin-left: 0;
    padding-right: calc(10 * var(--width-ratio));
    font-size: calc(13 * var(--width-ratio));
    text-align: right;
  }
}

/**
 * #Access
 */
.p-access {
  scroll-margin-top: 100px;
}
@media (max-width: 820px) {
  .p-access .u-title {
    text-align: center;
  }
  .p-access .u-title span {
    justify-content: center;
  }
}

.p-access-map {
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-access-map {
    margin-top: calc(40 * var(--width-ratio));
  }
}
.p-access-map iframe {
  height: calc(500 * var(--width-ratio));
  border-radius: calc(16 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-access-map iframe {
    height: calc(200 * var(--width-ratio));
  }
}

.p-access-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: calc(40 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-access-bottom {
    align-items: flex-end;
    flex-direction: column-reverse;
    gap: calc(32 * var(--width-ratio));
    margin-top: calc(16 * var(--width-ratio));
  }
}

.p-access-area {
  max-width: calc(600 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 820px) {
  .p-access-area {
    max-width: 100%;
  }
}

/**
 * #Pagination
 */
.p-pagination {
  margin-top: calc(40 * var(--width-ratio));
}

.p-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(4 * var(--width-ratio));
}

.p-pagination__item a,
.p-pagination__item span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(40 * var(--width-ratio));
  height: calc(40 * var(--width-ratio));
  border-radius: calc(4 * var(--width-ratio));
  background: transparent;
  color: #3F3F3F;
  font-size: calc(22 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 820px) {
  .p-pagination__item a,
  .p-pagination__item span {
    font-size: calc(15 * var(--width-ratio));
  }
}
.p-pagination__item span.is-active {
  background: #006039;
  color: #fff;
}

.p-pagination__prev a,
.p-pagination__next a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(10 * var(--width-ratio));
  height: calc(13 * var(--width-ratio));
}
.p-pagination__prev a::after,
.p-pagination__next a::after {
  content: "";
  display: block;
  width: calc(10 * var(--width-ratio));
  height: calc(13 * var(--width-ratio));
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.p-pagination__prev a::after {
  background-image: url(../images/common/icon_prev.svg);
}

.p-pagination__next a::after {
  background-image: url(../images/common/icon_next.svg);
}

/**
 * #Single
 */
.p-single__inner {
  padding: calc(80 * var(--width-ratio)) calc(20 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-single__inner {
    padding: calc(64 * var(--width-ratio)) calc(20 * var(--width-ratio));
  }
}

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

.p-single__title {
  margin-top: calc(24 * var(--width-ratio));
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 820px) {
  .p-single__title {
    margin-top: calc(8 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
  }
}

.p-single__thumb {
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-single__thumb {
    margin-top: calc(40 * var(--width-ratio));
  }
}
.p-single__thumb img {
  border-radius: calc(16 * var(--width-ratio));
}

.p-single-area {
  margin-top: calc(32 * var(--width-ratio));
}
.p-single-area h2 {
  margin-bottom: calc(24 * var(--width-ratio));
  font-size: calc(22 * var(--width-ratio));
  font-weight: 700;
  line-height: 2;
}
.p-single-area h3 {
  margin-bottom: calc(8 * var(--width-ratio));
  font-size: calc(20 * var(--width-ratio));
  font-weight: 700;
  line-height: 2;
}
.p-single-area p {
  margin-bottom: calc(16 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 2;
}
.p-single-area a {
  margin-bottom: calc(40 * var(--width-ratio));
  color: #006039;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  text-decoration: underline;
  transition: 0.3s;
}
@media (max-width: 820px) {
  .p-single-area a {
    margin-bottom: calc(24 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
    line-height: 1.5;
  }
}
.p-single-area a:hover {
  opacity: 0.8;
}
.p-single-area img {
  display: block;
  width: 100%;
  margin: calc(30 * var(--width-ratio)) auto;
  border-radius: calc(16 * var(--width-ratio));
}

.p-single-area li {
  margin-bottom: calc(8 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 2;
}

.p-single-bottom {
  margin-top: calc(64 * var(--width-ratio));
}

.p-single__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(40 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-single__list {
    gap: calc(8 * var(--width-ratio));
  }
}

.p-single__item {
  max-width: calc(175 * var(--width-ratio));
  width: 100%;
}
@media (max-width: 820px) {
  .p-single__item {
    max-width: calc(115 * var(--width-ratio));
  }
}

.p-single__link {
  padding: calc(12 * var(--width-ratio)) calc(16 * var(--width-ratio));
  border: 1px solid #006039;
  background: #fff;
  color: #006039;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 820px) {
  .p-single__link {
    padding: calc(12 * var(--width-ratio)) calc(6 * var(--width-ratio));
    font-size: calc(14 * var(--width-ratio));
  }
}

.p-single__link--second {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(34 * var(--width-ratio));
  background: #006039;
  color: #fff;
}
@media (max-width: 820px) {
  .p-single__link--second {
    gap: calc(4 * var(--width-ratio));
  }
}

.p-single__link--prev::before {
  content: "";
  display: block;
  width: calc(24 * var(--width-ratio));
  height: calc(24 * var(--width-ratio));
  background-image: url(../images/common/icon_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-180deg);
  transition: 0.3s;
}
@media (max-width: 820px) {
  .p-single__link--prev::before {
    width: calc(20 * var(--width-ratio));
    height: calc(20 * var(--width-ratio));
  }
}

.p-single__link--next:after {
  content: "";
  display: block;
  width: calc(24 * var(--width-ratio));
  height: calc(24 * var(--width-ratio));
  background-image: url(../images/common/icon_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
@media (max-width: 820px) {
  .p-single__link--next:after {
    width: calc(20 * var(--width-ratio));
    height: calc(20 * var(--width-ratio));
  }
}

/**
 * #Contact
 */
.p-contact__inner {
  max-width: calc(840 * var(--width-ratio));
  width: 100%;
  margin: 0 auto;
  padding: calc(80 * var(--width-ratio)) calc(20 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-contact__inner {
    padding: calc(64 * var(--width-ratio)) calc(20 * var(--width-ratio));
  }
}

.p-contact-intro {
  padding: calc(48 * var(--width-ratio)) calc(40 * var(--width-ratio));
  border-radius: calc(16 * var(--width-ratio));
  border: 1px solid #3f3f3f;
}
@media (max-width: 820px) {
  .p-contact-intro {
    padding: calc(20 * var(--width-ratio)) calc(24 * var(--width-ratio));
  }
}

.p-contact-name {
  color: rgba(63, 63, 63, 0.4);
  font-size: calc(15 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}

.p-contact__title {
  margin-top: calc(32 * var(--width-ratio));
  color: #006039;
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 820px) {
  .p-contact__title {
    margin-top: calc(16 * var(--width-ratio));
    font-size: calc(20 * var(--width-ratio));
  }
}

.p-contact__tel {
  margin-top: calc(32 * var(--width-ratio));
  color: #006039;
  font-size: calc(40 * var(--width-ratio));
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 820px) {
  .p-contact__tel {
    margin-top: calc(16 * var(--width-ratio));
    font-size: calc(24 * var(--width-ratio));
    pointer-events: all;
  }
}
.p-contact__tel span {
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
}
@media (max-width: 820px) {
  .p-contact__tel span {
    font-size: calc(20 * var(--width-ratio));
  }
}

.p-contact-intro__lead {
  margin-top: calc(24 * var(--width-ratio));
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media (max-width: 820px) {
  .p-contact-intro__lead {
    margin-top: calc(16 * var(--width-ratio));
    font-size: calc(15 * var(--width-ratio));
  }
}
.p-contact-intro__lead span {
  font-weight: 700;
}

.p-contact-intro__text {
  margin-top: calc(8 * var(--width-ratio));
  font-size: calc(15 * var(--width-ratio));
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: center;
}

.p-contact-content {
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-contact-content {
    margin-top: calc(40 * var(--width-ratio));
  }
}

.p-contact__text {
  margin-top: calc(32 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 820px) {
  .p-contact__text {
    margin-top: calc(16 * var(--width-ratio));
  }
}

.p-contact-note {
  margin-top: calc(24 * var(--width-ratio));
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}
@media (max-width: 820px) {
  .p-contact-note {
    margin-top: calc(16 * var(--width-ratio));
    text-align: left;
  }
}

.p-contact__body {
  margin-top: calc(64 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-contact__body {
    margin-top: calc(32 * var(--width-ratio));
  }
}

.p-contact__unit {
  margin-bottom: calc(40 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-contact__unit {
    margin-bottom: calc(24 * var(--width-ratio));
  }
}

.p-contact__term {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}

.p-contact-required {
  display: inline-block;
  padding: calc(4 * var(--width-ratio)) calc(8 * var(--width-ratio));
  border-radius: calc(4 * var(--width-ratio));
  background: rgba(187, 3, 26, 0.3);
  color: #bb031A;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.p-contact-required--second {
  background: rgba(63, 63, 63, 0.3);
  color: #3F3F3F;
}

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

.p-contact-select,
.p-contact-input,
.p-contact-textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  padding: calc(12 * var(--width-ratio)) calc(24 * var(--width-ratio));
  border-radius: calc(4 * var(--width-ratio));
  border: 1px solid #3F3F3F;
  font-size: calc(14 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.65;
}
@media (max-width: 820px) {
  .p-contact-select,
  .p-contact-input,
  .p-contact-textarea {
    padding: calc(12 * var(--width-ratio)) calc(16 * var(--width-ratio));
    font-size: calc(16 * var(--width-ratio));
  }
}

.p-contact-select {
  background-image: url(../images/common/icon_category.svg);
  background-repeat: no-repeat;
  background-size: 10px auto; /* 画像のサイズ（幅 高さ）*/
  background-position: right 16px center; /* 画像の位置 */
}

.p-contact-textarea {
  min-height: calc(240 * var(--width-ratio));
}

.p-contact-agree {
  margin-top: calc(16 * var(--width-ratio));
  padding: calc(16 * var(--width-ratio)) calc(24 * var(--width-ratio));
  background: rgba(0, 94, 102, 0.1);
}
@media (max-width: 820px) {
  .p-contact-agree {
    padding: calc(16 * var(--width-ratio)) calc(13 * var(--width-ratio)) calc(16 * var(--width-ratio)) calc(20 * var(--width-ratio));
  }
}
.p-contact-agree .wpcf7-list-item {
  margin: 0;
}
.p-contact-agree label {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-ratio));
}
.p-contact-agree label span {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
.p-contact-agree input {
  width: calc(20 * var(--width-ratio));
  height: calc(20 * var(--width-ratio));
  border-radius: calc(4 * var(--width-ratio));
  border: 1px solid #3F3F3F;
  accent-color: #006039;
}

.p-contact-btn {
  position: relative;
  max-width: calc(236 * var(--width-ratio));
  width: 100%;
  margin: calc(40 * var(--width-ratio)) auto 0;
  background: #006039;
}
@media (max-width: 820px) {
  .p-contact-btn {
    margin: calc(24 * var(--width-ratio)) auto 0;
  }
}
.p-contact-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(12 * var(--width-ratio));
  display: block;
  width: calc(24 * var(--width-ratio));
  height: calc(24 * var(--width-ratio));
  background-image: url(../images/common/icon_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: 0.3s;
}

.p-contact-submit {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  width: 100%;
  padding: calc(12 * var(--width-ratio)) calc(16 * var(--width-ratio));
  border: none;
  background: #006039;
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
}

span.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: calc(4 * var(--width-ratio));
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.wpcf7-response-output {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  text-align: center;
}

/**
 * #Privacy
 */
.p-privacy {
  margin-top: calc(40 * var(--width-ratio));
}
@media (max-width: 820px) {
  .p-privacy {
    margin-top: calc(24 * var(--width-ratio));
  }
}

.p-privacy__heading {
  font-size: calc(24 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 820px) {
  .p-privacy__heading {
    font-size: calc(16 * var(--width-ratio));
  }
}

.p-privacy-area {
  height: calc(200 * var(--width-ratio));
  margin-top: calc(16 * var(--width-ratio));
  border-radius: calc(4 * var(--width-ratio));
  border: 1px solid #3F3F3F;
}

.p-privacy__wrap {
  height: 100%;
  padding: calc(16 * var(--width-ratio)) calc(24 * var(--width-ratio));
  overflow-x: hidden;
  overflow-y: scroll;
}

.p-privacy__lead,
.p-privacy__item,
.p-privacy__text {
  font-size: calc(14 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.65;
}

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

.p-privacy__title {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}

/**
 * #Error
 */
.p-error .c-mv__title {
  font-size: calc(36 * var(--width-ratio));
}

.p-error__title {
  font-size: calc(32 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-error__text {
  margin-top: calc(18 * var(--width-ratio));
  font-size: calc(18 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-error__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(34 * var(--width-ratio));
  max-width: calc(171 * var(--width-ratio));
  width: 100%;
  margin: calc(18 * var(--width-ratio)) auto 0;
  padding: calc(12 * var(--width-ratio)) calc(16 * var(--width-ratio));
  background: #006039;
  color: #fff;
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.p-error__link::after {
  content: "";
  display: block;
  width: calc(24 * var(--width-ratio));
  height: calc(24 * var(--width-ratio));
  background-image: url(../images/common/icon_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}

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

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

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

/**
* #Title
*/
.u-title {
  color: #a5a5a5;
  font-size: calc(80 * var(--width-ratio));
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
}
@media (max-width: 820px) {
  .u-title {
    font-size: calc(40 * var(--width-ratio));
  }
}
.u-title::first-letter {
  color: #006039;
}
.u-title span {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--width-ratio));
  color: #3F3F3F;
  font-size: calc(20 * var(--width-ratio));
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 820px) {
  .u-title span {
    font-size: calc(16 * var(--width-ratio));
  }
}
.u-title span::before {
  content: "";
  width: calc(16 * var(--width-ratio));
  height: calc(16 * var(--width-ratio));
  border-radius: 50%;
  background: #006039;
}
@media (max-width: 820px) {
  .u-title span::before {
    width: calc(10 * var(--width-ratio));
    height: calc(10 * var(--width-ratio));
  }
}

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

.u-title--center {
  text-align: center;
}
.u-title--center span {
  justify-content: center;
}

/**
* #Text
*/
.u-text {
  font-size: calc(16 * var(--width-ratio));
  font-weight: 500;
  line-height: 1.75;
}

.u-text--bold {
  font-weight: 700;
}

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

.u-text--right {
  text-align: right;
}/*# sourceMappingURL=style.css.map */