/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/scss/design.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*-------------------------------------------------------------------------------
  media query
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  font setting
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  color setting
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  space setting
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  border setting
--------------------------------------------------------------------------------*/
/*!
 * ress.css v1.0.0
 * MIT License
 * top_original reset
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
*:focus {
  outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* 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
*/
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
  margin: 0;
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

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

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

iframe {
  border: 0;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*-------------------------------------------------------------------------------
  default style
--------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  word-break: break-all;
}

html {
  font-size: 100%;
}

/**
 * メディアクエリ
 *
 * @param {number} $size 画面サイズ
 * @param {string} $width max or min
 * @param {string} $orientation デバイスの向き portrait or landscape
 */
/**
 * 単位を除いた数値を返す
 *
 * @param {number} $value 単位あり数値
 * @return {number} 単位なし数値
 * @example strip-unit(16px) => 16
 *          strip-unit(1rem) => 1
 */
/**
 * pxをremで返す
 *
 * @param {number} $number pxサイズ
 * @return {number} 単位ありremサイズ
 * @example $root-font-size : 16px の場合
 *          rem(10) 10px => 0.625rem
 */
/**
 * clampを使用した可変サイズ指定関数
 *
 * @param {number} $min-size 最小サイズpx
 * @param {number} $max-size 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 * @return {string} clamp
 * @example fluid(16, 32) => clamp(1rem, 1.67vw + 0.667rem, 2rem)
 *           320pxから1280pxの間で16pxから32pxまでサイズが変わる
 *          fluid(10px, 18px, 480px, 1024px) => clamp(0.625rem, 1.47vw + 0.184rem, 1.125rem)
 *           480pxから1024pxの間で10pxから18pxまでサイズが変わる
 */
/**
 * フォントサイズ
 *
 * @param {number} $pixel フォントサイズ、px基準で指定
 */
/**
 * 可変フォントサイズ
 *
 * @param {number} $min-px 最小サイズpx
 * @param {number} $max-px 最大サイズpx
 * @param {number} $min-viewport-px 最小ビューポートpx
 * @param {number} $max-viewport-px 最大ビューポートpx
 */
/**
 * トランジション
 *
 * @param {number} $time トランジションの時間
 * @param {string} $easing イージングの指定
 */
/**
 * 疑似要素を使用したアイコンフォント
 *
 * @param {string} $code アイコンコード
 * @param {number} $size フォントサイズ
 * @param {number} $weight フォントウェイト
 * @param {string} $color フォントカラー
 * @param {string} $family フォントファミリー Material Symbols Outlined or Font Awesome 6 Pro
 */
/**
 * スクロールバー
 *
 * @param {number} $width 横幅
 * @param {number} $track-color トラックの色
 * @param {number} $thumb-color スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  form 設定
--------------------------------------------------------------------------------*/
.contact_form_unit {
  /* 全体の余白変数 */
  --space-size: 10px;
  --head-width: 250px;
  /* ラジオボタン変数 */
  --radio-outer: 20px;
  --radio-inner: 10px;
  /* チェックボックス変数 */
  --checkbox-outer: 20px;
  --checkbox-inner: 10px;
  /* スクロールバー変数 */
  --scroll-width: 5px;
  --track-color: #EDEFF0;
  --thumb-color: #347BB8;
  padding-top: calc(var(--space-size) * 6);
  /* テーブル・リスト */
  /* プライバシーポリシー */
  /* 送信ボタン */
  /* ハニーポット非表示 */
  /* エラーメッセージの指定 */
  /* エラー時の背景色 */
  /* 確認画面 */
  /* 送信完了画面 */
}
.contact_form_unit table {
  border-collapse: separate;
  border-spacing: 0 var(--space-size);
}
.contact_form_unit dl {
  display: flex;
  margin-top: var(--space-size);
}
.contact_form_unit dl dt {
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--space-size) 0;
}
.contact_form_unit tr th, .contact_form_unit tr dt, .contact_form_unit dl th, .contact_form_unit dl dt {
  width: var(--head-width);
  display: flex;
  align-items: center;
  gap: calc(var(--space-size) * 2);
}
.contact_form_unit tr th .item_label_required, .contact_form_unit tr dt .item_label_required, .contact_form_unit dl th .item_label_required, .contact_form_unit dl dt .item_label_required {
  padding: 0.1em 0.5em;
  color: #ffffff;
  background-color: #347BB8;
  border-radius: 5px;
}
.contact_form_unit tr th .item_label_required > span, .contact_form_unit tr dt .item_label_required > span, .contact_form_unit dl th .item_label_required > span, .contact_form_unit dl dt .item_label_required > span {
  display: block;
  font-size: 0.8rem;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  width: 100%;
  /* セレクトボックス */
  /* テキストエリア */
  /* ラジオボタン */
  /* チェックボックス */
  /* ファイルアップロード */
}
@media (max-width: 768px) {
  .contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
    display: block;
    margin-top: var(--space-size);
  }
}
.contact_form_unit tr td > input,
.contact_form_unit tr td > select,
.contact_form_unit tr td > textarea, .contact_form_unit tr dd > input,
.contact_form_unit tr dd > select,
.contact_form_unit tr dd > textarea, .contact_form_unit dl td > input,
.contact_form_unit dl td > select,
.contact_form_unit dl td > textarea, .contact_form_unit dl dd > input,
.contact_form_unit dl dd > select,
.contact_form_unit dl dd > textarea {
  padding: var(--space-size) calc(var(--space-size) * 2);
  background-color: #efefef;
  border-radius: 5px;
}
.contact_form_unit tr td:has(select), .contact_form_unit tr dd:has(select), .contact_form_unit dl td:has(select), .contact_form_unit dl dd:has(select) {
  position: relative;
}
.contact_form_unit tr td:has(select)::before, .contact_form_unit tr dd:has(select)::before, .contact_form_unit dl td:has(select)::before, .contact_form_unit dl dd:has(select)::before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: calc(var(--space-size) * 2);
  transform: translateY(-50%);
}
.contact_form_unit tr td textarea, .contact_form_unit tr dd textarea, .contact_form_unit dl td textarea, .contact_form_unit dl dd textarea {
  height: 200px;
  display: block;
}
.contact_form_unit tr td .radio_list > li label input[type=radio], .contact_form_unit tr dd .radio_list > li label input[type=radio], .contact_form_unit dl td .radio_list > li label input[type=radio], .contact_form_unit dl dd .radio_list > li label input[type=radio] {
  display: none;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::before {
  content: "";
  width: var(--radio-outer);
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #333333;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::after {
  content: "";
  width: var(--radio-inner);
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: calc((var(--radio-outer) - var(--radio-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit tr dd .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl dd .radio_list > li label input[type=radio]:checked + span::after {
  background-color: #333333;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text, .contact_form_unit dl td .check_list > li .label_checkbox .check_text, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::before, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #333333;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text.checked::after {
  background: #333333;
}
.contact_form_unit tr td .uploaded_file p span, .contact_form_unit tr dd .uploaded_file p span, .contact_form_unit dl td .uploaded_file p span, .contact_form_unit dl dd .uploaded_file p span {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.contact_form_unit .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #efefef;
  border-radius: 5px;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_ttl {
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item {
  height: 200px;
  margin-top: calc(var(--space-size) * 2);
  overflow-y: scroll;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar {
  width: var(--scroll-width);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-track {
  background: var(--track-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-thumb {
  background: var(--thumb-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text {
  padding-right: calc(var(--space-size) * 2);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text + .privacy_text {
  margin-top: 1em;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text .highlight {
  display: block;
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(var(--space-size) * 2) auto 0;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #333333;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text.checked::after {
  background: #333333;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.contact_form_unit .form_actions {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: calc(var(--space-size) * 10);
  margin: calc(var(--space-size) * 4) auto 0;
}
@media (max-width: 768px) {
  .contact_form_unit .form_actions {
    flex-direction: column;
    gap: calc(var(--space-size) * 2);
  }
}
.contact_form_unit .form_actions .btn_contact_submit.disable > span {
  display: block;
  color: #e75b74;
}
.contact_form_unit input[name=mail_confirm] {
  display: none;
}
.contact_form_unit .item_error_list,
.contact_form_unit .policy_error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e75b74;
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(231, 91, 116, 0.1);
}
.contact_form_unit.form_confirm table {
  border-spacing: 0 calc(var(--space-size) * 4);
}
.contact_form_unit.form_confirm dl {
  margin-top: calc(var(--space-size) * 4);
}
.contact_form_unit.form_thanks h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.contact_form_unit.form_thanks p {
  margin-top: calc(var(--space-size) * 3);
}

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  width: 100%;
  height: 100%;
  background: #347BB8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  /**
   * js の読み込みに失敗した時に .loading_mask を消す
   * ローディングアニメーションが長い場合は競合しないように注意が必要
   */
  animation-name: noScriptLoading;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

@keyframes noScriptLoading {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*-------------------------------------------------------------------------------
  modal image
--------------------------------------------------------------------------------*/
.modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-wrapper .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
}
.modal-wrapper .modal-close > span {
  display: block;
  font-size: clamp(1.875rem, 1.3661202186vw + 1.2192622951rem, 2.5rem);
  color: #ffffff;
}
.modal-wrapper .modal-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}
.modal-wrapper .modal-inner .modal-item .modal-img,
.modal-wrapper .modal-inner .modal-item .modal-iframe {
  max-width: 90vw;
  max-height: 90vh;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .modal-wrapper .modal-inner .modal-item .modal-img,
  .modal-wrapper .modal-inner .modal-item .modal-iframe {
    max-width: 100vmin;
  }
}
.modal-wrapper .modal-inner .modal-gallery {
  width: 100%;
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  /* ← が表示されてないときに真ん中に表示したい用 */
  /* → が表示されてないときに真ん中に表示したい用 */
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-count > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-prev > span,
.modal-wrapper .modal-inner .modal-gallery .modal-btns .modal-next > span {
  display: block;
  font-size: clamp(1rem, 0.5464480874vw + 0.737704918rem, 1.25rem);
  letter-spacing: 0.4em;
  margin-right: -0.4em;
  color: #ffffff;
}
.modal-wrapper button:focus {
  text-shadow: 0 0 10px rgba(237, 239, 240, 0.5), -2px 0 15px rgba(236, 119, 171, 0.2), 2px 0 15px rgba(52, 123, 184, 0.5);
}

/*-------------------------------------------------------------------------------
  一覧ページのページャ
--------------------------------------------------------------------------------*/
.pagination_unit {
  display: flex;
}
.pagination_unit .pagination_prev button.hidden, .pagination_unit .pagination_next button.hidden {
  visibility: hidden;
}

.pagination_btns_list {
  display: flex;
}
.pagination_btns_list li.current {
  pointer-events: none;
}

/*-------------------------------------------------------------------------------
  詳細ページのページャ
--------------------------------------------------------------------------------*/
.single-pager_unit {
  display: flex;
}

.wp-post_content {
  inline-size: 100%;
  margin-inline: auto;
  --wp--preset--font-size--extra: clamp(1.875rem, 4vw + 1rem, 3.125rem);
  --wp--preset--font-size--large: clamp(1.875rem, 3vw + 1rem, 2.5rem);
  --wp--preset--font-size--medium: clamp(1.25rem, 2vw + 1rem, 1.875rem);
  --wp--preset--font-size--middle: clamp(1.125rem, 1vw + 1rem, 1.25rem);
  --wp--preset--font-size--regular: clamp(1rem, 0.5vw + 1rem, 1.125rem);
  --wp--preset--font-size--small: 1rem;
  /*----------------------------------------
    heading
  ------------------------------------------*/
  /*----------------------------------------
    list
  ------------------------------------------*/
  /*----------------------------------------
    table
  ------------------------------------------*/
  /*----------------------------------------
    image
  ------------------------------------------*/
  /*----------------------------------------
    align
  ------------------------------------------*/
  /*----------------------------------------
    引用
  ------------------------------------------*/
  /*----------------------------------------
    PDF
  ------------------------------------------*/
  /*----------------------------------------
    関連記事
  ------------------------------------------*/
}
.wp-post_content > *:not(.has-custom-width) {
  inline-size: 100%;
}
@media (max-width: 768px) {
  .wp-post_content > *:not(.has-custom-width) {
    inline-size: 100%;
  }
}
.wp-post_content > * {
  margin-inline: auto;
  margin-block-end: clamp(0.625rem, 1.3908205841vw + 0.2077538248rem, 1.25rem);
}
.wp-post_content h1,
.wp-post_content h2,
.wp-post_content h3,
.wp-post_content h4,
.wp-post_content h5,
.wp-post_content h6 {
  font-weight: 700;
}
.wp-post_content h1.has-background,
.wp-post_content h2.has-background,
.wp-post_content h3.has-background,
.wp-post_content h4.has-background,
.wp-post_content h5.has-background,
.wp-post_content h6.has-background {
  padding: fuild;
}
.wp-post_content h1:not([class*=is-style-ttl]) {
  font-size: var(--wp--preset--font-size--extra);
  line-height: 1.8;
}
.wp-post_content h2:not([class*=is-style-ttl]) {
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.8;
}
.wp-post_content h3:not([class*=is-style-ttl]) {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.8;
}
.wp-post_content h4:not([class*=is-style-ttl]) {
  font-size: var(--wp--preset--font-size--middle);
  line-height: 1.8;
}
.wp-post_content h5:not([class*=is-style-ttl]) {
  font-size: var(--wp--preset--font-size--regular);
  line-height: 1.8;
}
.wp-post_content h6:not([class*=is-style-ttl]) {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.8;
}
.wp-post_content h1,
.wp-post_content h2,
.wp-post_content h3 {
  margin-block-end: clamp(0.625rem, 1.3908205841vw + 0.2077538248rem, 1.25rem);
}
.wp-post_content h4,
.wp-post_content h5,
.wp-post_content h6 {
  margin-block-end: clamp(0.625rem, 1.3908205841vw + 0.2077538248rem, 1.25rem);
}
.wp-post_content p {
  font-size: clamp(1rem, 0.2732240437vw + 0.868852459rem, 1.125rem);
}
.wp-post_content s {
  text-decoration-line: line-through;
}
.wp-post_content ol:not([class*=is-style]),
.wp-post_content ul:not([class*=is-style]) {
  --start_gap: 20px;
}
.wp-post_content ol:not([class*=is-style]) > li,
.wp-post_content ul:not([class*=is-style]) > li {
  position: relative;
  margin-inline: 0;
  max-width: 100%;
}
.wp-post_content ol:not([class*=is-style]) > li::before,
.wp-post_content ul:not([class*=is-style]) > li::before {
  position: absolute;
  left: 0;
}
.wp-post_content ol:not([class*=is-style]) > li ul,
.wp-post_content ol:not([class*=is-style]) > li ol,
.wp-post_content ul:not([class*=is-style]) > li ul,
.wp-post_content ul:not([class*=is-style]) > li ol {
  max-width: 100%;
  inline-size: 100%;
  margin-block-end: 0;
  margin-inline: 0;
}
.wp-post_content ol:not([class*=is-style]) {
  list-style: none;
  counter-reset: list_number 0;
}
.wp-post_content ol:not([class*=is-style]) > li {
  padding-left: calc(var(--wp--preset--spacing--20) + 1rem + 10px);
  counter-increment: list_number 1;
}
.wp-post_content ol:not([class*=is-style]) > li::before {
  content: counter(list_number, decimal-leading-zero) ".";
  margin-inline-end: var(--wp--preset--spacing--20);
}
.wp-post_content ol:not([class*=is-style]) ol {
  counter-reset: list_number;
}
.wp-post_content ul:not([class*=is-style], .related-post_list) {
  --cercle: 10px;
  list-style: none;
}
.wp-post_content ul:not([class*=is-style], .related-post_list) > li {
  padding-left: calc(var(--wp--preset--spacing--20) + var(--cercle));
}
.wp-post_content ul:not([class*=is-style], .related-post_list) > li::before {
  content: "";
  inline-size: var(--cercle);
  min-inline-size: var(--cercle);
  aspect-ratio: 1;
  border-radius: calc(infinity * 1px);
  background: #347BB8;
  top: 0.5rem;
}
.wp-post_content table:not([class*=is-style]) thead,
.wp-post_content table:not([class*=is-style]) tbody,
.wp-post_content table:not([class*=is-style]) tfoot {
  border: none;
}
.wp-post_content table:not([class*=is-style]) thead th,
.wp-post_content table:not([class*=is-style]) thead td,
.wp-post_content table:not([class*=is-style]) tbody th,
.wp-post_content table:not([class*=is-style]) tbody td,
.wp-post_content table:not([class*=is-style]) tfoot th,
.wp-post_content table:not([class*=is-style]) tfoot td {
  border: none;
  padding: var(--wp--preset--spacing--20);
}
.wp-post_content figure img {
  border-radius: 10px;
  max-block-size: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-post_content *:has([class*=align])::after {
  content: "";
  clear: both;
  display: block;
}
.wp-post_content *:has([class*=align]) > a,
.wp-post_content *:has([class*=align]) > figure {
  margin-block-end: 0;
}
.wp-post_content *:has([class*=align]) > a figcaption,
.wp-post_content *:has([class*=align]) > figure figcaption {
  margin-block-end: 0;
}
.wp-post_content .wp-block-quote {
  position: relative;
  background-color: #f0f6f7;
  padding: 40px min(5vw, 50px);
  border-radius: 5px;
}
.wp-post_content .wp-block-quote::before {
  content: "“";
  position: absolute;
  top: 30px;
  left: min(3vw, 20px);
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(6.25rem, 13.9082058414vw + 2.0775382476rem, 12.5rem);
  line-height: 0.4;
  color: #347BB8;
  opacity: 0.2;
}
.wp-post_content .wp-block-file a, .wp-post_content .wp-block-file__content-wrapper a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #347BB8;
  border-bottom: 1px solid #347BB8;
}
.wp-post_content .wp-block-file:has(.wp-block-file__button), .wp-post_content .wp-block-file__content-wrapper:has(.wp-block-file__button) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.wp-post_content .wp-block-file:has(.wp-block-file__button) .wp-block-file__button, .wp-post_content .wp-block-file__content-wrapper:has(.wp-block-file__button) .wp-block-file__button {
  font-size: 0px;
  font-size: 0rem;
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url("../images/download.svg") #347BB8 no-repeat center/18px;
}
.wp-post_content .related-post_heading {
  font-size: clamp(1.25rem, 1.3908205841vw + 0.8327538248rem, 1.875rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: clamp(3.125rem, 10.4311543811vw + -0.0043463143rem, 7.8125rem);
}
.wp-post_content .related-post {
  position: relative;
}
.wp-post_content .related-post_list {
  background-color: #f0f6f7;
  padding: clamp(2.5rem, 4.1724617524vw + 1.2482614743rem, 4.375rem) min(70px, 5vw) clamp(1.875rem, 5.5632823366vw + 0.206015299rem, 4.375rem);
  border-radius: clamp(0.9375rem, 2.0862308762vw + 0.3116307371rem, 1.875rem);
  margin-top: 25px;
}
.wp-post_content .related-post_list .cmn-news_date {
  font-size: 15px;
  font-size: 0.9375rem;
}
.wp-post_content .related-post_list .cmn-list_heading {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wp-post_content .related-post_deco {
  position: absolute;
  right: 20px;
  top: -10px;
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.25rem, 0vw + 1.25rem, 1.25rem);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #347BB8;
}

/*-------------------------------------------------------------------------------
  title
--------------------------------------------------------------------------------*/
.is-style-ttl__border {
  display: grid;
  grid-template-columns: 3px 1fr;
  align-items: stretch;
  gap: 0 var(--wp--preset--spacing--20);
}
.is-style-ttl__border::before {
  content: "";
  inline-size: 3px;
  display: block;
  background: #347BB8;
}

.is-style-ttl__beta {
  padding: var(--wp--preset--spacing--20);
  background: #347BB8;
  color: #FFF;
}

/*-------------------------------------------------------------------------------
  gallery
--------------------------------------------------------------------------------*/
.is-style-gallery__uniform.has-nested-images figure {
  flex-grow: unset;
}
.is-style-gallery__uniform figure {
  inline-size: calc(33.3333333333% - var(--wp--style--block-gap) * 2 / 3);
  block-size: auto;
}
.is-style-gallery__uniform img {
  inline-size: 100% !important;
}
.is-style-gallery__uniform figure,
.is-style-gallery__uniform img {
  flex-grow: unset !important;
  aspect-ratio: 4/3;
}
.is-style-gallery__uniform .components-drop-zone {
  flex-grow: unset !important;
}

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow-x: clip;
}

/*-------------------------------------------------------------------------------
  img global
--------------------------------------------------------------------------------*/
img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #333333;
  text-decoration: none;
}
@media (min-width: 769px) {
  a {
    transition: all 0.3s ease;
  }
}
a[href], a[data-href] {
  cursor: pointer;
}

/*-------------------------------------------------------------------------------
  table global
--------------------------------------------------------------------------------*/
table {
  width: 100%;
}
table th {
  font-weight: bold;
  vertical-align: text-top;
}
table th,
table td {
  text-align: left;
}

/*-------------------------------------------------------------------------------
  text global
--------------------------------------------------------------------------------*/
strong,
b {
  font-weight: bold;
}

em {
  font-style: italic;
}

/*-------------------------------------------------------------------------------
  input global
--------------------------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type=number],
input[type=file],
input[type=date],
textarea {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=file]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder {
  color: #d5d5d5;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=file]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
  color: #d5d5d5;
}

select,
label {
  width: 100%;
  cursor: pointer;
}

/*-------------------------------------------------------------------------------
  input button global
--------------------------------------------------------------------------------*/
input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
}
@media (min-width: 769px) {
  input[type=submit],
  input[type=reset],
  input[type=button],
  button {
    transition: all 0.3s ease;
  }
}

/*-------------------------------------------------------------------------------
  全体
--------------------------------------------------------------------------------*/
:root {
  --base_width:1600px;
}

body {
  counter-reset: number 0;
  position: relative;
}

.main {
  position: relative;
}

section {
  scroll-margin-top: 130px;
}

a,
span,
time {
  display: inline-block;
}

a {
  vertical-align: top;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  transition: all 0.3s;
}

.company iframe {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

/*----------------------------------------
  背景
------------------------------------------*/
.loading_wrapper {
  position: relative;
}
.loading_wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: hsl(188, 7%, 93%);
  background-image: radial-gradient(at 8% 53%, rgb(255, 255, 255) 0px, transparent 50%), radial-gradient(at 85% 87%, rgb(186, 212, 225) 0px, transparent 50%), radial-gradient(at 0% 10%, rgb(186, 212, 225) 0px, transparent 50%);
}

/*----------------------------------------
  電話番号
------------------------------------------*/
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

/*----------------------------------------
  ボクサー
------------------------------------------*/
.boxer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  vertical-align: top;
  border: 0px solid #89B2DB;
}
.boxer + .boxer {
  display: none;
}
@media (min-width: 769px) {
  .boxer:hover {
    border: 5px solid #89B2DB;
  }
  .boxer:hover img {
    transform: scale(1.1);
  }
}

/*----------------------------------------
  インナー
------------------------------------------*/
.cmn-inner {
  --content_width:1280;
  position: relative;
  width: 90vw;
  max-width: calc(var(--base_width) * var(--content_width) / 1440);
  margin-inline: auto;
}

/*----------------------------------------
  デバイスごとの表示、非表示
------------------------------------------*/
@media (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

@media (max-width: 1024px) {
  .over-lg_only {
    display: none;
  }
}

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

/*-------------------------------------------------------------------------------
  共通パーツ
--------------------------------------------------------------------------------*/
/*----------------------------------------
  タイトル
------------------------------------------*/
.cmn-ttl.is_center .cmn-ttl_en, .cmn-ttl.is_center .cmn-ttl_ja {
  margin-inline: auto;
  text-align: center;
}

.cmn-ttl_en, .cmn-ttl_ja {
  display: block;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: fit-content;
}

.cmn-ttl_en {
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.875rem, 2.7816411683vw + 1.0405076495rem, 3.125rem);
  line-height: 1.2;
  word-break: normal;
  color: #89B2DB;
}

.cmn-ttl_ja {
  font-size: clamp(1.5625rem, 2.0862308762vw + 0.9366307371rem, 2.5rem);
  line-height: 1.5;
  color: #333333;
}

/*----------------------------------------
  見出し
------------------------------------------*/
.cmn-heading {
  font-size: clamp(1.25rem, 1.3908205841vw + 0.8327538248rem, 1.875rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.cmn-heading.cmn-heading-line {
  padding-bottom: 25px;
  margin-bottom: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
}

.cmn-heading-line {
  display: block;
  width: 100%;
  border-bottom: 1px solid #333333;
}

/*----------------------------------------
  ボタン 
------------------------------------------*/
.cmn-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 40px 15px 50px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #347BB8;
  border-radius: 9999px;
}
@media (max-width: 768px) {
  .cmn-btn {
    gap: 10px;
    padding: 15px 15px 15px 30px;
  }
}
@media (min-width: 769px) {
  .cmn-btn:hover::after {
    transform: translateX(20px);
  }
}
.cmn-btn::after {
  content: "";
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url("../images/btn-arrow.svg") #347BB8 no-repeat center/40%;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cmn-btn::after {
    width: 40px;
    height: 40px;
  }
}
.cmn-btn.contact_btn {
  padding: 15px 50px 15px 70px;
  gap: clamp(1.25rem, 1.3908205841vw + 0.8327538248rem, 1.875rem);
}
@media (max-width: 768px) {
  .cmn-btn.contact_btn {
    padding: 15px 15px 15px 30px;
  }
}
@media (min-width: 769px) {
  .cmn-btn.contact_btn:hover::after {
    transform: translateX(30px);
  }
}
.cmn-btn.contact_btn .cmn-btn_txt {
  font-size: clamp(1.125rem, 0.9735744089vw + 0.8329276773rem, 1.5625rem);
}
.cmn-btn.contact_btn::after {
  width: clamp(2.5rem, 4.1724617524vw + 1.2482614743rem, 4.375rem);
  height: clamp(2.5rem, 4.1724617524vw + 1.2482614743rem, 4.375rem);
}

.cmn-btn_txt {
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

/*----------------------------------------
  ボタン 小さめ
------------------------------------------*/
.cmn-btn-small {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 769px) {
  .cmn-btn-small:hover::after {
    transform: translateX(10px);
  }
}
.cmn-btn-small::after {
  content: "";
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url("../images/btn-arrow.svg") #347BB8 no-repeat center/40%;
  transition: all 0.3s;
}
.cmn-btn-small .cmn-btn_txt {
  font-size: 18px;
  font-size: 1.125rem;
}

/*----------------------------------------
  表
------------------------------------------*/
.cmn-tbl dl {
  display: flex;
}
@media (max-width: 768px) {
  .cmn-tbl dl {
    flex-direction: column;
    gap: 10px;
    padding: 15px 3vw;
  }
}
.cmn-tbl dl:nth-child(even) {
  background-color: #dee7ee;
}
.cmn-tbl dt, .cmn-tbl dd {
  line-height: 1.5;
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .cmn-tbl dt, .cmn-tbl dd {
    padding: 0;
  }
}
.cmn-tbl dt {
  flex-shrink: 0;
  width: 27%;
}
@media (max-width: 768px) {
  .cmn-tbl dt {
    width: 100%;
    color: #347BB8;
  }
}
.cmn-tbl dd {
  width: 100%;
}

/*----------------------------------------
  画像投稿なし
------------------------------------------*/
.cmn-noimg {
  position: relative;
  background-image: linear-gradient(150deg, rgb(217, 217, 217), rgb(166, 213, 254) 58%, rgb(230, 240, 249));
  container-type: inline-size;
}
.cmn-noimg::before {
  content: "No Image";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: 10cqw;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #89B2DB;
  opacity: 58%;
}
.cmn-noimg img {
  position: relative;
  z-index: 2;
}

/*----------------------------------------
  テクスチャ付き画像
------------------------------------------*/
.cmn-img-texture {
  position: relative;
}
.cmn-img-texture::before, .cmn-img-texture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.cmn-img-texture::before {
  z-index: 2;
  background-color: rgba(69, 140, 179, 0.2);
  mix-blend-mode: multiply;
}
.cmn-img-texture::after {
  background: url("../images/texture.webp") repeat center/100px;
  opacity: 0.15;
}

/*----------------------------------------
  グリッド
------------------------------------------*/
.cmn-grid {
  display: grid;
}
.cmn-grid.col-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.875rem, 3.6161335188vw + 0.7901599444rem, 3.5rem) 8%;
}
.cmn-grid.col-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.875rem, 3.6161335188vw + 0.7901599444rem, 3.5rem) 4%;
}
.cmn-grid.col-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.875rem, 0.8344923505vw + 1.6246522949rem, 2.25rem) 4%;
}
@media (max-width: 1024px) {
  .cmn-grid.lg-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .cmn-grid.sm-col-1 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .cmn-grid.sm-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*----------------------------------------
  リスト
------------------------------------------*/
.cmn-list > li, .cmn-list > li > a {
  display: grid;
  align-content: start;
  gap: 8px;
}

.cmn-list_img {
  margin-bottom: 14px;
  overflow: hidden;
  transition: all 0.3s;
  border: 0 solid #89B2DB;
}
@media (max-width: 1024px) {
  .cmn-list_img {
    margin-bottom: 0;
  }
}
.cmn-list_img.aspect-ratio-35-26 {
  aspect-ratio: 35/26;
}
.cmn-list_img.aspect-ratio-25-22 {
  aspect-ratio: 25/22;
}
.cmn-list_img.aspect-ratio-1-1 {
  aspect-ratio: 1/1;
}

.cmn-list_heading {
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
.cmn-list_heading.cmn-list-line_dashed {
  padding-bottom: 8px;
}

.cmn-list_txt {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.cmn-list_note {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #727272;
}

.cmn-list-line_dashed {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #89B2DB;
}

/*----------------------------------------
  お知らせ　日付　カテゴリ
------------------------------------------*/
.cmn-news_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 8px;
  border-bottom: 1px dashed #89B2DB;
}

.cmn-news_date {
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.cmn-news_cat {
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #347BB8;
}

/*----------------------------------------
  お知らせ　サムネなし
------------------------------------------*/
.news-noimg {
  position: relative;
  background-image: linear-gradient(150deg, rgb(217, 217, 217), rgb(166, 213, 254) 58%, rgb(230, 240, 249));
  container-type: inline-size;
}
.news-noimg span {
  content: "No Image";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: 10cqw;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #347BB8;
  opacity: 58%;
}
.news-noimg img {
  position: relative;
  z-index: 2;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media (max-width: 1199px) {
  .header {
    left: auto;
    top: 10px;
    right: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: auto;
    height: auto;
    max-height: calc(100svh - 24px);
    padding: 22px 20px 30px;
    border-radius: 5px;
    transform: translateX(110%);
  }
  .header.is_active {
    transform: translateX(0%);
  }
}

@media (max-width: 1199px) {
  .hd_nav {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0 30px;
    transition: all 0.2s;
  }
}
@media (max-width: 480px) {
  .hd_nav {
    width: 100%;
  }
}

.hd_logo {
  width: clamp(11.875rem, 13.6212624585vw + 1.6675664452rem, 14.4375rem);
  margin-left: min(2vw, 45px);
}
.hd_logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.hd_nav_list {
  display: flex;
  align-items: center;
  gap: 20px clamp(1.25rem, 3.3222591362vw + -1.2396179402rem, 1.875rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .hd_nav_list {
    flex-direction: column;
    align-items: flex-start;
    margin-inline: auto;
    max-height: calc(100svh - 125px);
    overflow-y: auto;
    padding-right: 10px;
    padding-bottom: 1px;
  }
  .hd_nav_list::-webkit-scrollbar {
    width: 5px;
  }
  .hd_nav_list::-webkit-scrollbar-track {
    background: #D9D9D9;
  }
  .hd_nav_list::-webkit-scrollbar-thumb {
    background: #347BB8;
  }
}
.hd_nav_list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
@media (max-width: 1199px) {
  .hd_nav_list > li > a {
    justify-content: flex-start;
    height: auto;
  }
}
@media (min-width: 769px) {
  .hd_nav_list > li > a:hover {
    color: #347BB8;
  }
}

.hd_nav_dropdown {
  position: relative;
}
.hd_nav_dropdown > a {
  gap: 5px;
}
.hd_nav_dropdown > a::after {
  content: "";
  display: block;
  width: 14px;
  height: 9px;
  background: url("../images/arrow_down.svg") no-repeat center/contain;
}
@media (max-width: 1199px) {
  .hd_nav_dropdown > a::after {
    display: none;
  }
}
@media (min-width: 769px) {
  .hd_nav_dropdown:hover .hd_nav_sub {
    display: block;
    opacity: 1;
  }
  @starting-style {
    .hd_nav_dropdown:hover .hd_nav_sub {
      opacity: 0;
    }
  }
}

.hd_nav_sub {
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  display: none;
  transition: opacity 0.3s, display 0.3s allow-discrete;
  opacity: 0;
}
@media (max-width: 1199px) {
  .hd_nav_sub {
    position: static;
    display: block;
    opacity: 1;
    transform: translateX(0%);
  }
}

.hd_nav_sub_list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.9375rem, 0.6954102921vw + 0.7288769124rem, 1.25rem);
  padding: 25px 35px;
  background-color: #EDEFF0;
}
@media (max-width: 1199px) {
  .hd_nav_sub_list {
    padding: 10px 0 0 20px;
    background-color: transparent;
  }
}
.hd_nav_sub_list > li:nth-child(1) a::before {
  -webkit-mask: url("../images/icon-technology_1.svg") no-repeat center/85%;
  mask: url("../images/icon-technology_1.svg") no-repeat center/85%;
}
.hd_nav_sub_list > li:nth-child(2) a::before {
  -webkit-mask: url("../images/icon-technology_2.svg") no-repeat center/contain;
  mask: url("../images/icon-technology_2.svg") no-repeat center/contain;
}
.hd_nav_sub_list > li:nth-child(3) a::before {
  -webkit-mask: url("../images/icon-technology_3.svg") no-repeat center/contain;
  mask: url("../images/icon-technology_3.svg") no-repeat center/contain;
}
.hd_nav_sub_list > li:nth-child(4) a::before {
  -webkit-mask: url("../images/icon-technology_4.svg") no-repeat center/85%;
  mask: url("../images/icon-technology_4.svg") no-repeat center/85%;
}
.hd_nav_sub_list a {
  display: flex;
  align-items: center;
  gap: 15px;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .hd_nav_sub_list a:hover {
    color: #347BB8;
  }
}
.hd_nav_sub_list a::before {
  content: "";
  display: block;
  width: clamp(1.5625rem, 0.6954102921vw + 1.3538769124rem, 1.875rem);
  height: clamp(1.5625rem, 0.6954102921vw + 1.3538769124rem, 1.875rem);
  background-color: #89B2DB;
}

.hd_nav_tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  letter-spacing: 0em;
  line-height: 1.8;
}
.hd_nav_tel span {
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.6875rem, 0.9966777409vw + 0.9406146179rem, 1.875rem);
  letter-spacing: 0em;
  line-height: 1;
}

.hd_nav_contact {
  display: grid;
  place-content: center;
  height: 100px;
  padding: 20px;
  color: #ffffff;
  background-color: #347BB8;
}
@media (max-width: 1199px) {
  .hd_nav_contact {
    justify-content: center !important;
    width: 200px;
  }
}
@media (min-width: 769px) {
  .hd_nav_contact:hover {
    background-color: #fff;
  }
}

@media (max-width: 1199px) {
  .nav_back {
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(137, 178, 219, 0.7);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s;
  }
  .nav_back.is_active {
    opacity: 1;
    pointer-events: auto;
  }
}

.mv_logo {
  position: absolute;
  z-index: 9;
  top: 25px;
  left: 15px;
  width: 250px;
  display: none;
}
@media (max-width: 1199px) {
  .mv_logo {
    display: block;
  }
}
@media (max-width: 480px) {
  .mv_logo {
    width: 200px;
  }
}
.mv_logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*-------------------------------------------------------------------------------
  ハンバーガーメニュー
--------------------------------------------------------------------------------*/
.nav_btn {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  background-color: #347BB8;
  border-radius: 50%;
  z-index: 30;
  display: none;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .nav_btn {
    display: block;
  }
}
@media (max-width: 480px) {
  .nav_btn {
    top: 20px;
    right: 20px;
  }
}
.nav_btn .nav_btn_span_1,
.nav_btn .nav_btn_span_2,
.nav_btn .nav_btn_span_3,
.nav_btn .nav_btn_span_4,
.nav_btn .nav_btn_span_5 {
  width: 47%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  transform-origin: right;
  border-radius: 1.5px;
}
.nav_btn .nav_btn_span_4,
.nav_btn .nav_btn_span_5 {
  width: 60%;
  left: 47%;
}
.nav_btn .nav_btn_span_1 {
  top: 35%;
  transition-delay: 0.4s;
}
.nav_btn .nav_btn_span_2 {
  top: 50%;
  transition-delay: 0.3s;
}
.nav_btn .nav_btn_span_3 {
  top: 65%;
  transition-delay: 0.2s;
}
.nav_btn .nav_btn_span_4 {
  top: 37%;
  transform: translateX(-50%) rotate(-27deg) scale(0, 1);
  transition-delay: 0.1s;
}
.nav_btn .nav_btn_span_5 {
  top: 65%;
  transform: translateX(-50%) rotate(29deg) scale(0, 1);
  transition-delay: 0s;
}
.nav_btn.is_active .nav_btn_span_1,
.nav_btn.is_active .nav_btn_span_2,
.nav_btn.is_active .nav_btn_span_3 {
  transform-origin: right;
  transform: translateX(-50%) scale(0, 1);
}
.nav_btn.is_active .nav_btn_span_1 {
  transition-delay: 0s;
}
.nav_btn.is_active .nav_btn_span_2 {
  transition-delay: 0.1s;
}
.nav_btn.is_active .nav_btn_span_3 {
  transition-delay: 0.2s;
}
.nav_btn.is_active .nav_btn_span_4 {
  transform: translateX(-50%) rotate(-27deg) scale(1, 1);
  transition-delay: 0.3s;
}
.nav_btn.is_active .nav_btn_span_5 {
  transform: translateX(-50%) rotate(27deg) scale(1, 1);
  transition-delay: 0.4s;
}

/*-------------------------------------------------------------------------------
  mv
--------------------------------------------------------------------------------*/
body .main {
  padding-top: clamp(6.25rem, 13.9082058414vw + 2.0775382476rem, 12.5rem);
}
body.index .main {
  padding-top: 100px;
}
@media (max-width: 480px) {
  body.index .main {
    padding-top: 220px;
  }
}

.mv {
  position: relative;
  display: flex;
  padding-top: 130px;
}
@media (max-width: 768px) {
  .mv {
    flex-direction: column-reverse;
    padding-top: 90px;
  }
}

.mv_img {
  width: 63%;
  height: 380px;
  max-height: 380px;
  border-radius: 0 clamp(1.25rem, 4.1724617524vw + -0.0017385257rem, 3.125rem) clamp(1.25rem, 4.1724617524vw + -0.0017385257rem, 3.125rem) 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mv_img {
    width: 95%;
    height: auto;
    aspect-ratio: 7/4;
  }
}

.mv_ttl {
  display: grid;
  place-items: center;
  font-size: clamp(1.875rem, 2.7816411683vw + 1.0405076495rem, 3.125rem);
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  width: 37%;
}
@media (max-width: 768px) {
  .mv_ttl {
    width: 100%;
    place-items: start;
    padding: 30px 5vw;
  }
}

.mv_deco {
  position: absolute;
  z-index: -1;
  transform: translateY(100%);
  right: 0;
  bottom: 65px;
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(3.75rem, 13.9082058414vw + -0.4224617524rem, 10rem);
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
  word-break: normal;
  color: #d0dae2;
}
@media (max-width: 768px) {
  .mv_deco {
    z-index: 1;
    bottom: 30px;
  }
}

/*----------------------------------------
  mv index
------------------------------------------*/
.mv_index {
  position: relative;
  width: 100vw;
  height: 100vh;
}
@media (max-width: 768px) {
  .mv_index {
    height: 80vh;
  }
}
@media (max-width: 480px) {
  .mv_index {
    height: 60vh;
  }
}

.mv_index_img {
  width: 100%;
  height: 100%;
}
.mv_index_img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv_copy {
  position: absolute;
  z-index: 2;
  bottom: 20%;
  left: 5vw;
  font-size: clamp(2.5rem, 1.3908205841vw + 2.0827538248rem, 3.125rem);
  color: #fff;
}
@media (max-width: 768px) {
  .mv_copy {
    bottom: 10%;
  }
}
@media (max-width: 480px) {
  .mv_copy {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.5;
    bottom: 5%;
  }
}

/*-------------------------------------------------------------------------------
  HOME_index
--------------------------------------------------------------------------------*/
.index-inner {
  --content_width:1350;
}

/*----------------------------------------
  イントロ
------------------------------------------*/
.section-index-intro {
  position: relative;
}

.index-intro_lead {
  font-size: clamp(1.75rem, 3.0598052851vw + 0.8320584145rem, 3.125rem);
  line-height: 2;
  letter-spacing: 0.1em;
}

.index-intro_txt {
  font-size: clamp(1.25rem, 0.6954102921vw + 1.0413769124rem, 1.5625rem);
  line-height: 2.2;
  letter-spacing: 0.15em;
  margin-top: clamp(2.5rem, 6.9541029207vw + 0.4137691238rem, 5.625rem);
}
@media (max-width: 768px) {
  .index-intro_txt {
    line-height: 2;
  }
}

.index-intro_btn {
  margin-top: clamp(1.875rem, 8.3449235049vw + -0.6284770515rem, 5.625rem);
}

.index-intro_item_block {
  position: absolute;
  z-index: -1;
  right: 0;
  top: -75px;
  display: block;
  width: calc(50vw - 1%);
  max-width: 700px;
  margin-right: calc(50% - 50vw);
  aspect-ratio: 70/75;
}
@media (max-width: 480px) {
  .index-intro_item_block {
    z-index: 2;
    width: 240px;
    top: -200px;
  }
}

.index-intro_item_1 {
  position: absolute;
  top: 0;
  left: 20%;
  display: block;
  width: 30%;
  aspect-ratio: 1;
  background: url("../images/item_1.webp") no-repeat center/contain;
}

.index-intro_item_2 {
  position: absolute;
  top: 30%;
  left: 52%;
  display: block;
  width: 67%;
  aspect-ratio: 47/25;
  background: url("../images/item_2.webp") no-repeat center/contain;
}

.index-intro_item_3 {
  position: absolute;
  top: 38%;
  left: 0%;
  display: block;
  width: 29%;
  aspect-ratio: 200/245;
  background: url("../images/item_3.webp") no-repeat center/contain;
}

.index-intro_item_4 {
  position: absolute;
  bottom: 0;
  left: 44%;
  display: block;
  width: 34%;
  aspect-ratio: 24/21;
  background: url("../images/item_4.webp") no-repeat center/contain;
}

/*----------------------------------------
  大笑の加工技術紹介
------------------------------------------*/
.section-index-technology {
  position: relative;
  padding-top: clamp(3.75rem, 8.3449235049vw + 1.2465229485rem, 7.5rem);
  margin-top: clamp(6.25rem, 21.5577190542vw + -0.2173157163rem, 15.9375rem);
  border-radius: clamp(3.125rem, 6.9541029207vw + 1.0387691238rem, 6.25rem) clamp(3.125rem, 6.9541029207vw + 1.0387691238rem, 6.25rem) 0 0;
  background-image: linear-gradient(180deg, #dee7ee, rgba(250, 248, 224, 0.6) 35%, rgba(222, 231, 238, 0.4) 60%, rgba(187, 243, 223, 0.15) 75%, rgba(222, 231, 238, 0));
}

.section-index-technology_name {
  position: absolute;
  z-index: -1;
  top: clamp(0.9375rem, 4.1724617524vw + -0.3142385257rem, 2.8125rem);
  left: calc(clamp(0.9375rem, 2.7816411683vw + 0.1030076495rem, 2.1875rem) * -1);
  transform: translateY(-100%);
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(5rem, 25.0347705146vw + -2.5104311544rem, 16.25rem);
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  color: #dee7ee;
}

.index-technology-intro {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .index-technology-intro {
    flex-direction: column;
  }
}

.index-technology-intro_block {
  width: 48%;
  padding-left: 5%;
}
@media (max-width: 1199px) {
  .index-technology-intro_block {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .index-technology-intro_block {
    width: 100%;
  }
}

.technology_intro_txt {
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
  line-height: 2.2;
  letter-spacing: 0.15em;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .technology_intro_txt {
    line-height: 1.8;
    margin-top: 30px;
  }
}

.index-technology-intro_img_wrapper {
  width: calc(50vw - 4%);
  margin-right: calc(50% - 50vw);
  margin-top: -220px;
}
@media (max-width: 1199px) {
  .index-technology-intro_img_wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 1024px) {
  .index-technology-intro_img_wrapper {
    width: calc(50vw + 50%);
    margin-top: clamp(1.25rem, 3.6764705882vw + 0.1470588235rem, 2.5rem);
  }
}

.index-technology-intro_img_1 {
  aspect-ratio: 5/7;
  border-radius: 5px;
  overflow: hidden;
  width: 61%;
  max-width: calc(500 * var(--base_width) / 1440);
}

.index-technology-intro_img_2 {
  margin-left: auto;
  margin-top: 100px;
  width: 79%;
  max-height: calc(270 * var(--base_width) / 1440);
  aspect-ratio: 49/27;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .index-technology-intro_img_2 {
    margin-top: clamp(1.25rem, 5.5147058824vw + -0.4044117647rem, 3.125rem);
  }
}

.index-technology_list_wrapper {
  position: relative;
}

.index-technology_list_wrapper {
  position: relative;
}

.index-technology_list_deco {
  position: absolute;
  top: calc(clamp(5rem, 22.9485396384vw + -1.8845618915rem, 15.3125rem) * -1);
  left: 50%;
  transform: translateX(-50%);
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(3.125rem, 13.9082058414vw + -1.0474617524rem, 9.375rem);
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  height: calc(clamp(5rem, 22.9485396384vw + -1.8845618915rem, 15.3125rem) + 100%);
  color: #dee7ee;
}
.index-technology_list_deco span {
  position: sticky;
  top: 30%;
  left: 0;
}

.index-technology_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2.5rem, 1.3908205841vw + 2.0827538248rem, 3.125rem) 5%;
  margin-top: clamp(8.125rem, 2.7816411683vw + 7.2905076495rem, 9.375rem);
}
@media (max-width: 768px) {
  .index-technology_list {
    grid-template-columns: 1fr;
  }
}
.index-technology_list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: clamp(0.9375rem, 2.0862308762vw + 0.3116307371rem, 1.875rem);
  position: relative;
  padding: clamp(1.875rem, 2.7816411683vw + 1.0405076495rem, 3.125rem) min(40px, 5vw) clamp(1.875rem, 1.3908205841vw + 1.4577538248rem, 2.5rem);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 15px 0 rgba(146, 181, 226, 0.25);
}
.index-technology_list > li:nth-child(1) .index-technology_heading::before {
  -webkit-mask: url("../images/icon-technology_1.svg") no-repeat center/85%;
  mask: url("../images/icon-technology_1.svg") no-repeat center/85%;
}
.index-technology_list > li:nth-child(2) .index-technology_heading::before {
  -webkit-mask: url("../images/icon-technology_2.svg") no-repeat center/contain;
  mask: url("../images/icon-technology_2.svg") no-repeat center/contain;
}
.index-technology_list > li:nth-child(3) .index-technology_heading::before {
  -webkit-mask: url("../images/icon-technology_3.svg") no-repeat center/contain;
  mask: url("../images/icon-technology_3.svg") no-repeat center/contain;
}
.index-technology_list > li:nth-child(4) .index-technology_heading::before {
  -webkit-mask: url("../images/icon-technology_4.svg") no-repeat center/85%;
  mask: url("../images/icon-technology_4.svg") no-repeat center/85%;
}

.index-technology_num {
  position: absolute;
  left: min(5vw, 30px);
  top: -15px;
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.5625rem, 1.3908205841vw + 1.1452538248rem, 2.1875rem);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #347BB8;
}

.index-technology_heading {
  display: flex;
  align-items: center;
  gap: 25px;
}
.index-technology_heading::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: clamp(3.125rem, 2.7816411683vw + 2.2905076495rem, 4.375rem);
  background-color: #347BB8;
}

.index-technology_heading_en {
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  word-break: normal;
  color: #89B2DB;
}

.index-technology_heading_ja {
  font-size: clamp(1.375rem, 1.1126564673vw + 1.0412030598rem, 1.875rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .index-technology_heading_ja {
    line-height: 1.5;
  }
}

.index-technology_txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.index-technology_list_btn {
  margin-left: auto;
}

.index-technology_btn {
  margin: clamp(1.875rem, 9.735744089vw + -1.0457232267rem, 6.25rem) auto 0;
}

/*----------------------------------------
  お知らせ・ブログ
------------------------------------------*/
.section-index-news {
  margin-top: clamp(5rem, 9.735744089vw + 2.0792767733rem, 9.375rem);
}

.index-news_content {
  display: flex;
  justify-content: space-between;
  gap: 20px 6%;
  padding: clamp(1.875rem, 5.5632823366vw + 0.206015299rem, 4.375rem) min(10vw, 75px);
  background-color: #f0f6f7;
  border-radius: clamp(0.9375rem, 2.0862308762vw + 0.3116307371rem, 1.875rem);
}
@media (max-width: 768px) {
  .index-news_content {
    flex-direction: column;
  }
}

.index-news-ttl {
  flex-shrink: 0;
}

.index-news_block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}
@media (max-width: 768px) {
  .index-news_block {
    flex-direction: column-reverse;
  }
}

.index-news_list {
  position: relative;
}
.index-news_list .cmn-list_heading {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 769px) {
  .index-news_list a:hover .cmn-list_img {
    border: 5px solid #89B2DB;
  }
  .index-news_list a:hover .cmn-list_heading {
    color: #347BB8;
  }
}

/*-------------------------------------------------------------------------------
  大笑について_about
--------------------------------------------------------------------------------*/
/*----------------------------------------
  イントロ
------------------------------------------*/
.about-intro_inner {
  position: relative;
}

.about-intro_deco {
  position: absolute;
  z-index: -1;
  top: 55px;
  left: 20px;
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(5rem, 23.6439499305vw + -2.0931849791rem, 15.625rem);
  line-height: 1;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: #dee7ee;
}
@media (max-width: 768px) {
  .about-intro_deco {
    top: 50%;
    left: -3vw;
    transform: translateY(-50%);
  }
}

.about-intro_lead {
  font-size: clamp(1.25rem, 1.3908205841vw + 0.8327538248rem, 1.875rem);
  line-height: 1.8;
  letter-spacing: 0.15em;
}

.about-intro_txt {
  margin-top: clamp(1.25rem, 4.8678720445vw + -0.2103616134rem, 3.4375rem);
}

.about-intro_img {
  position: relative;
  aspect-ratio: 1410/1110;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  margin-top: calc(clamp(0rem, 54.6448087432vw + -26.2295081967rem, 25rem) * -1);
  width: min(1500px, 50vw + 50%);
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 73%, 4.96% 73%, 4.96% 45.9%, 31.2% 45.9%, 31.2% 39.6%, 52.5% 39.6%, 52.5% 18.9%, 78.7% 18.9%, 78.7% 0%, 100% 0%);
}
.about-intro_img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.about-intro_before {
  z-index: 2;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  .about-intro_before:hover {
    opacity: 0;
  }
}

/*----------------------------------------
  一人ひとりの技が、ひとつの価値に。
------------------------------------------*/
.about-policy-intro {
  position: relative;
  margin-top: clamp(4.375rem, 18.0806675939vw + -1.0492002782rem, 12.5rem);
  padding-bottom: clamp(6.25rem, 15.9944367177vw + 1.4516689847rem, 13.4375rem);
}

.about-policy-intro_img {
  margin-left: calc(50% - 50vw);
  width: calc(50vw - 4%);
  max-height: calc(315 * var(--base_width) / 1440);
  aspect-ratio: 670/315;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about-policy-intro_img {
    width: calc(50vw + 35%);
  }
}

.about-policy-intro_block {
  width: min(945px, 74%);
  margin-left: auto;
  padding-top: 110px;
}
@media (max-width: 768px) {
  .about-policy-intro_block {
    width: 100%;
  }
}

.about-policy-intro_txt {
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
  line-height: 2.2;
  letter-spacing: 0.15em;
  margin-top: clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem);
}
@media (max-width: 768px) {
  .about-policy-intro_txt {
    line-height: 1.8;
  }
}

.about-policy-intro_item_block_top {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 65px;
  display: block;
  width: calc(50vw - 5%);
  max-width: 520px;
  margin-right: calc(50% - 50vw);
  aspect-ratio: 52/41;
}
@media (max-width: 768px) {
  .about-policy-intro_item_block_top {
    z-index: 1;
    top: 180px;
  }
}
@media (max-width: 480px) {
  .about-policy-intro_item_block_top {
    width: 180px;
    top: 120px;
  }
}

.about-policy-intro_item_1 {
  position: absolute;
  top: 0;
  left: 0%;
  display: block;
  width: 35%;
  aspect-ratio: 1;
  background: url("../images/item_1.webp") no-repeat center/contain;
}

.about-policy-intro_item_2 {
  position: absolute;
  bottom: 0;
  left: 38%;
  display: block;
  width: 77%;
  aspect-ratio: 47/25;
  background: url("../images/item_2.webp") no-repeat center/contain;
}

.about-policy-intro_item_block_bottom {
  position: absolute;
  z-index: 1;
  left: 5%;
  bottom: -85px;
  display: block;
  width: calc(50vw - 20%);
  max-width: 400px;
  margin-left: calc(50% - 50vw);
  aspect-ratio: 40/33;
}
@media (max-width: 768px) {
  .about-policy-intro_item_block_bottom {
    bottom: -60px;
  }
}
@media (max-width: 480px) {
  .about-policy-intro_item_block_bottom {
    width: 150px;
    bottom: -40px;
  }
}

.about-policy-intro_item_3 {
  position: absolute;
  top: 0;
  left: 0%;
  display: block;
  width: 38%;
  aspect-ratio: 200/245;
  background: url("../images/item_3.webp") no-repeat center/contain;
}

.about-policy-intro_item_4 {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 44%;
  aspect-ratio: 24/21;
  background: url("../images/item_4.webp") no-repeat center/contain;
}

/*----------------------------------------
  私たちの“4S‐B”
------------------------------------------*/
.about-policy_content {
  padding: clamp(4.375rem, 12.5173852573vw + 0.6197844228rem, 10rem) 0 170px;
  border-radius: clamp(3.125rem, 6.9541029207vw + 1.0387691238rem, 6.25rem) clamp(3.125rem, 6.9541029207vw + 1.0387691238rem, 6.25rem) 0 0;
  background-image: linear-gradient(180deg, #dee7ee, rgba(250, 248, 224, 0.6) 35%, rgba(222, 231, 238, 0.4) 60%, rgba(187, 243, 223, 0.15) 75%, rgba(222, 231, 238, 0));
}

.about-policy_content_inner {
  --content_width:1220;
  position: relative;
}

.about-policy_ttl {
  font-size: clamp(1.75rem, 2.7816411683vw + 0.9155076495rem, 3rem);
  line-height: 1.2;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 5%;
}
.about-policy_ttl span {
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(2.5rem, 2.7816411683vw + 1.6655076495rem, 3.75rem);
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, #347BB8 0%, #57C785 50%, #EDDD53 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-policy_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 40px 5%;
  margin-top: clamp(3.125rem, 3.4770514604vw + 2.0818845619rem, 4.6875rem);
}
@media (max-width: 768px) {
  .about-policy_list {
    grid-template-columns: 1fr;
  }
}

.about-policy_block {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .about-policy_block {
    display: contents;
  }
}

.about-policy_item {
  position: relative;
  padding: clamp(1.875rem, 1.3908205841vw + 1.4577538248rem, 2.5rem) min(40px, 5vw) clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 15px 0 rgba(146, 181, 226, 0.25);
}

.about-policy_1 .about-policy_heading::before {
  background: url("../images/about-policy_1.svg") no-repeat center/contain;
}
@media (max-width: 768px) {
  .about-policy_1 {
    order: 1;
  }
}

.about-policy_2 .about-policy_heading::before {
  aspect-ratio: 130/110;
  width: clamp(5.625rem, 8.4033613445vw + 0.2468487395rem, 8.125rem);
  background: url("../images/about-policy_2.svg") no-repeat center/contain;
}
@media (max-width: 768px) {
  .about-policy_2 {
    order: 2;
  }
}

.about-policy_3 .about-policy_heading::before {
  background: url("../images/about-policy_3.svg") no-repeat center/contain;
}
@media (max-width: 768px) {
  .about-policy_3 {
    order: 3;
  }
}

.about-policy_4 .about-policy_heading::before {
  background: url("../images/about-policy_4.svg") no-repeat center/contain;
}
@media (max-width: 768px) {
  .about-policy_4 {
    order: 4;
  }
}

.about-policy_5 .about-policy_heading::before {
  background: url("../images/about-policy_5.svg") no-repeat center/contain;
}
@media (max-width: 768px) {
  .about-policy_5 {
    order: 5;
  }
}

.about-policy_num {
  position: absolute;
  left: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
  top: calc(clamp(0.625rem, 0.6954102921vw + 0.4163769124rem, 0.9375rem) * -1);
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.25rem, 0.5563282337vw + 1.0831015299rem, 1.5rem);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #347BB8;
}

.about-policy_heading {
  display: flex;
  align-items: center;
  gap: clamp(0.9375rem, 1.6806722689vw + -0.1381302521rem, 1.4375rem);
}
.about-policy_heading::before {
  content: "";
  display: block;
  aspect-ratio: 115/110;
  width: clamp(3.75rem, 7.5136612022vw + 0.143442623rem, 7.1875rem);
}
@media (max-width: 1024px) {
  .about-policy_heading::before {
    margin-left: -2vw;
  }
}

.about-policy_heading_en {
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.875rem, 4.0983606557vw + -0.0922131148rem, 3.75rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, #347BB8 0%, #57C785 50%, #EDDD53 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-policy_heading_ja {
  font-size: clamp(1.375rem, 2.1008403361vw + 0.0304621849rem, 2rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.about-policy_txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: clamp(0.9375rem, 1.3908205841vw + 0.5202538248rem, 1.5625rem);
}

/*----------------------------------------
  モノづくりの幅を広げる大笑の強み
------------------------------------------*/
.about-strengths-img {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  width: calc(50vw - 4%);
  max-height: calc(400 * var(--base_width) / 1440);
  aspect-ratio: 67/40;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about-strengths-img {
    width: calc(50vw + 20%);
  }
}

.about-strengths_block {
  width: min(945px, 74%);
  margin-top: 235px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .about-strengths_block {
    width: 100%;
    margin-top: 30px;
  }
}

.about-strengths_txt {
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
  line-height: 2.2;
  letter-spacing: 0.15em;
  margin-top: clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem);
}
@media (max-width: 768px) {
  .about-strengths_txt {
    line-height: 1.8;
  }
}
.about-strengths_txt span {
  display: inline;
  color: #347BB8;
}

.about-strengths_item_block {
  position: absolute;
  z-index: 1;
  left: 0%;
  top: 140px;
  display: block;
  width: calc(50vw - 17%);
  max-width: 525px;
  margin-left: calc(50% - 50vw);
  aspect-ratio: 525/625;
}
@media (max-width: 1024px) {
  .about-strengths_item_block {
    width: calc(50vw - 5%);
  }
}
@media (max-width: 768px) {
  .about-strengths_item_block {
    width: calc(50vw - 20%);
    top: -180px;
  }
}
@media (max-width: 480px) {
  .about-strengths_item_block {
    width: 200px;
  }
}

.about-strengths_item_5 {
  position: absolute;
  top: 0;
  left: 42%;
  display: block;
  width: 22%;
  aspect-ratio: 115/150;
  background: url("../images/item_5.webp") no-repeat center/contain;
}

.about-strengths_item_6 {
  position: absolute;
  top: 27%;
  right: 0;
  display: block;
  width: 36%;
  aspect-ratio: 19/13;
  background: url("../images/item_6.webp") no-repeat center/contain;
}

.about-strengths_item_7 {
  position: absolute;
  bottom: 0;
  left: -31%;
  display: block;
  width: 82%;
  aspect-ratio: 43/33;
  background: url("../images/item_7.webp") no-repeat center/contain;
}

/*----------------------------------------
  調達ネットワーク
------------------------------------------*/
.section-about-network {
  margin-top: clamp(5rem, 13.9082058414vw + 0.8275382476rem, 11.25rem);
}

.about-network-intro {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem);
}
@media (max-width: 1024px) {
  .about-network-intro {
    flex-direction: column;
    gap: 20px;
  }
}

.about-network_block {
  width: 60%;
}
@media (max-width: 1024px) {
  .about-network_block {
    width: 100%;
  }
}

.about-network_txt {
  margin-top: clamp(0.9375rem, 3.4770514604vw + -0.1056154381rem, 2.5rem);
}

.about-network_img {
  margin-right: calc(50% - 50vw);
  width: calc(50vw - 17%);
  max-height: calc(500 * var(--base_width) / 1440);
  aspect-ratio: 1/1;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .about-network_img {
    width: calc(50vw + 17%);
    aspect-ratio: 3/2;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .about-network_img {
    width: calc(50vw + 30%);
  }
}

/*----------------------------------------
  主な取扱いメーカー＜五十音順＞
------------------------------------------*/
.about-maker {
  margin-top: clamp(2.5rem, 4.1724617524vw + 1.2482614743rem, 4.375rem);
  background-color: #f0f6f7;
  padding: clamp(1.875rem, 5.5632823366vw + 0.206015299rem, 4.375rem) min(70px, 5vw);
  border-radius: clamp(0.9375rem, 2.0862308762vw + 0.3116307371rem, 1.875rem);
}

.about-maker_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 290px), 1fr));
  gap: 14px 4%;
}
.about-maker_list li {
  line-height: 1.5;
  letter-spacing: 0.1em;
}

/*----------------------------------------
  主な取扱い素材
------------------------------------------*/
.about-material {
  margin-top: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
  background-color: #f0f6f7;
  padding: clamp(1.875rem, 5.5632823366vw + 0.206015299rem, 4.375rem) min(70px, 5vw);
  border-radius: clamp(0.9375rem, 2.0862308762vw + 0.3116307371rem, 1.875rem);
}

.about-material_subheading {
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
  letter-spacing: 0.15em;
  color: #347BB8;
}

.about-material_txt {
  display: block;
  margin-top: 15px;
}

.about-material_list {
  margin-top: clamp(1.875rem, 4.1724617524vw + 0.6232614743rem, 3.75rem);
}
.about-material_list > li {
  position: relative;
}
@media (min-width: 769px) {
  .about-material_list > li:hover .cmn-list_txt {
    opacity: 1;
  }
}
.about-material_list .cmn-list_txt {
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: opacity 0.3s;
  padding: 10px;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .about-material_list .cmn-list_txt {
    position: static;
    transform: translate(0);
    background-color: transparent;
    opacity: 1;
    padding: 0;
  }
}

/*----------------------------------------
  D-1グランプリ
------------------------------------------*/
.section-about-gp {
  margin-top: clamp(5rem, 11.1265646732vw + 1.6620305981rem, 10rem);
}

.about-gp {
  margin-top: clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem);
  background-color: #f0f6f7;
  padding: clamp(1.875rem, 5.5632823366vw + 0.206015299rem, 4.375rem) min(70px, 5vw);
  border-radius: clamp(0.9375rem, 2.0862308762vw + 0.3116307371rem, 1.875rem);
}

.about-gp_list {
  margin-top: clamp(1.875rem, 4.1724617524vw + 0.6232614743rem, 3.75rem);
}

.about-gp_heading {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.about-gp_heading::before {
  content: "作品名";
  flex-shrink: 0;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  padding: 2px 4px;
  color: #fff;
  background-color: #4EB492;
}

/*-------------------------------------------------------------------------------
  技術紹介_technology
--------------------------------------------------------------------------------*/
.technology section + section {
  margin-top: clamp(5rem, 5.5632823366vw + 3.331015299rem, 7.5rem);
}

/*----------------------------------------
  紹介
------------------------------------------*/
.technology-intro_wrapper {
  position: relative;
  margin-top: clamp(1.25rem, 0.6954102921vw + 1.0413769124rem, 1.5625rem);
}

.technology-intro {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .technology-intro {
    flex-direction: column;
    gap: 20px;
  }
}

.technology-intro_txt {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  width: 49%;
  margin-top: 35px;
}
@media (max-width: 1024px) {
  .technology-intro_txt {
    width: 100%;
    margin-top: 0;
  }
}
.technology-intro_txt:only-child {
  width: 100%;
}

.technology-intro_img {
  margin-right: calc(50% - 50vw);
  width: calc(50vw - 4%);
  aspect-ratio: 670/315;
  max-height: calc(315 * var(--base_width) / 1440);
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .technology-intro_img {
    width: calc(50vw + 30%);
    margin-left: auto;
  }
}

.technology-intro_deco {
  position: absolute;
  bottom: calc(clamp(4.375rem, 7.6495132128vw + 2.0801460362rem, 7.8125rem) * -1);
  left: 0;
  z-index: -1;
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(3.125rem, 13.9082058414vw + -1.0474617524rem, 9.375rem);
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-left: calc(50% - 50vw);
  color: #dee7ee;
}

/*----------------------------------------
  リスト
------------------------------------------*/
.technology .machine-swiper, .technology .swiper-wrapper, .technology .swiper-slide {
  width: 100% !important;
  height: 100% !important;
}
.technology .machine-swiper .swiper-button-prev,
.technology .machine-swiper .swiper-button-next {
  display: block;
  width: 40px !important;
  height: 40px;
  background: rgba(255, 255, 255, 0.75);
  right: 5px !important;
  border-radius: 50%;
}
.technology .machine-swiper .swiper-button-prev::after,
.technology .machine-swiper .swiper-button-next::after {
  position: absolute;
  z-index: 1;
  right: 13px;
}
.technology .machine-swiper .swiper-button-prev {
  right: auto !important;
  left: 5px !important;
}
.technology .machine-swiper .swiper-button-prev::after {
  right: 16px;
}

.technology_block {
  margin-top: clamp(2.5rem, 4.1724617524vw + 1.2482614743rem, 4.375rem);
  background-color: #f0f6f7;
  padding: clamp(1.875rem, 5.5632823366vw + 0.206015299rem, 4.375rem) min(70px, 5vw);
  border-radius: clamp(0.9375rem, 2.0862308762vw + 0.3116307371rem, 1.875rem);
}
.technology_block + .technology_block {
  margin-top: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
}

.technology-transparent_block {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 15px 0 rgba(146, 181, 226, 0.25);
}

/*----------------------------------------
  大笑プレス
------------------------------------------*/
.section-technology-press {
  position: relative;
  margin-inline: 3vw;
  border-radius: clamp(0.9375rem, 2.0862308762vw + 0.3116307371rem, 1.875rem);
  background-image: linear-gradient(150deg, #c6d8eb, #89b2db 58%, #e0e6eb);
}
@media (max-width: 1024px) {
  .section-technology-press {
    margin: 0;
  }
}

.technology-press_deco {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: clamp(0.9375rem, 2.0862308762vw + 0.3116307371rem, 1.875rem);
  overflow: hidden;
}
.technology-press_deco span {
  position: absolute;
  top: calc(clamp(0.625rem, 1.3908205841vw + 0.2077538248rem, 1.25rem) * -1);
  left: -15px;
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(4.375rem, 11.1265646732vw + 1.0370305981rem, 9.375rem);
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #dee7ee;
  opacity: 0.5;
}

.technology-press_inner {
  position: relative;
  padding: clamp(2.5rem, 8.3449235049vw + -0.0034770515rem, 6.25rem) min(5vw, 70px) clamp(2.5rem, 7.6495132128vw + 0.2051460362rem, 5.9375rem);
}
@media (max-width: 1024px) {
  .technology-press_inner {
    padding: clamp(2.5rem, 8.3449235049vw + -0.0034770515rem, 6.25rem) 0 clamp(2.5rem, 7.6495132128vw + 0.2051460362rem, 5.9375rem);
  }
}

.technology-press_close-up {
  position: absolute;
  left: min(5vw, 35px);
  top: -10px;
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.25rem, 0vw + 1.25rem, 1.25rem);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #347BB8;
}

.technology-press_ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 27px;
  font-size: clamp(1.875rem, 2.5034770515vw + 1.1239568846rem, 3rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .technology-press_ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.technology-press_ttl span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: clamp(1.375rem, 0.2781641168vw + 1.291550765rem, 1.5rem);
}
.technology-press_ttl span::before {
  content: "";
  display: block;
  width: clamp(1.875rem, 5.5632823366vw + 0.206015299rem, 4.375rem);
  height: 1px;
  background-color: #333333;
}
@media (max-width: 480px) {
  .technology-press_ttl span::before {
    display: none;
  }
}

.technology-press_txt {
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
  line-height: 2.2;
  letter-spacing: 0.15em;
  margin-top: clamp(1.25rem, 4.1724617524vw + -0.0017385257rem, 3.125rem);
}
@media (max-width: 768px) {
  .technology-press_txt {
    line-height: 1.8;
  }
}

.technology-press_btn {
  margin-top: clamp(1.25rem, 4.1724617524vw + -0.0017385257rem, 3.125rem);
  margin-left: auto;
}

/*-------------------------------------------------------------------------------
  大笑プレス_press
--------------------------------------------------------------------------------*/
/*----------------------------------------
  リスト
------------------------------------------*/
.technology-press_block {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 15px 0 rgba(146, 181, 226, 0.25);
}

.press_heading_en {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  word-break: normal;
  color: #89B2DB;
}

.press_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .press_content {
    flex-direction: column;
    gap: 20px;
  }
}

.press_item {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 37%;
}
@media (max-width: 1024px) {
  .press_item {
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .press_item {
    flex-direction: column;
  }
}
.press_item:only-child {
  width: 100%;
}

@media (max-width: 1024px) {
  .press_txt_main {
    width: 55%;
  }
  .press_txt_main:only-child {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .press_txt_main {
    width: 100%;
  }
}

.press_img_main {
  width: 100%;
}
@media (max-width: 1024px) {
  .press_img_main {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .press_img_main {
    width: min(100%, 300px);
    margin-inline: auto;
  }
}

.press_work {
  width: 60%;
  padding: 30px min(5vw, 40px);
  background-color: #f0f6f7;
}
@media (max-width: 1024px) {
  .press_work {
    width: 100%;
  }
}
.press_work:only-child {
  width: 100%;
}

.press_work_heading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  border-bottom: 1px dashed #89B2DB;
}

.main-swiper_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .main-swiper_wrapper {
    flex-direction: column;
    gap: 10px;
  }
}

.main-swiper {
  width: 50%;
}
@media (max-width: 768px) {
  .main-swiper {
    width: min(100%, 400px);
  }
}
.main-swiper .swiper-slide {
  aspect-ratio: 300/244;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .main-swiper .swiper-slide {
    width: 100%;
    aspect-ratio: 3/2;
    margin-inline: auto;
  }
}

.main-swiper_txt {
  width: 45%;
}
@media (max-width: 768px) {
  .main-swiper_txt {
    width: 100%;
  }
}

.thumb-swiper_wrapper {
  position: relative;
  padding: 20px clamp(1.25rem, 3.4770514604vw + 0.2068845619rem, 2.8125rem) 0;
  margin-top: clamp(1.25rem, 1.668984701vw + 0.7493045897rem, 2rem);
  border-top: 1px solid #89B2DB;
}

.thumb-swiper .swiper-slide {
  position: relative;
  aspect-ratio: 158/126;
  opacity: 65%;
}
.thumb-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(114, 114, 114, 0.16);
}
.thumb-swiper .swiper-slide.swiper-slide-thumb-active {
  border: 3px solid #89B2DB;
  opacity: 1;
}
.thumb-swiper .swiper-slide.swiper-slide-thumb-active::before {
  display: none;
}

.swiper-button-prev {
  left: 0 !important;
  width: 12px !important;
}
.swiper-button-prev::after {
  content: "" !important;
  width: 12px;
  height: 20px;
  margin-top: 10px;
  background: url("../images/arrow_left.svg") no-repeat center/contain !important;
}

.swiper-button-next {
  right: 0 !important;
  width: 12px !important;
}
.swiper-button-next::after {
  content: "" !important;
  width: 12px;
  height: 20px;
  margin-top: 10px;
  background: url("../images/arrow_right.svg") no-repeat center/contain !important;
}

/*----------------------------------------
  プレス加工製品使用例
------------------------------------------*/
.section-press-use {
  position: relative;
  margin-top: clamp(5rem, 5.5632823366vw + 3.331015299rem, 7.5rem);
  padding-bottom: clamp(6.5625rem, 22.9485396384vw + -0.3220618915rem, 16.875rem);
}

.press-use_block {
  margin-top: clamp(1.875rem, 4.1724617524vw + 0.6232614743rem, 3.75rem);
  padding: clamp(1.875rem, 2.7816411683vw + 1.0405076495rem, 3.125rem) min(3vw, 30px) 35px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 15px 0 rgba(146, 181, 226, 0.25);
}
.press-use_block + .press-use_block {
  margin-top: clamp(1.875rem, 2.7816411683vw + 1.0405076495rem, 3.125rem);
}

.press-use_img {
  margin-inline: min(3vw, 30px);
  overflow: auto;
}
.press-use_img::-webkit-scrollbar {
  width: 5px;
}
.press-use_img::-webkit-scrollbar-track {
  background: #D9D9D9;
}
.press-use_img::-webkit-scrollbar-thumb {
  background: #347BB8;
}
.press-use_img img {
  min-width: 800px;
}

.press-use-content_deco {
  display: block;
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.875rem, 4.7287899861vw + 0.4563630042rem, 4rem);
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: right;
  color: #89B2DB;
  margin-top: 20px;
}

.press-use_deco {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(3.75rem, 12.5173852573vw + -0.0052155772rem, 9.375rem);
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #dee7ee;
}

/*-------------------------------------------------------------------------------
  会社案内_company
--------------------------------------------------------------------------------*/
/*----------------------------------------
  代表あいさつ
------------------------------------------*/
.company-message_list {
  display: flex;
  flex-direction: column;
  gap: clamp(4.375rem, 8.3449235049vw + 1.8715229485rem, 8.125rem);
  margin-top: clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem);
}
.company-message_list > li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1024px) {
  .company-message_list > li {
    flex-direction: column;
  }
}
.company-message_list > li:nth-child(odd) .company-message_item {
  margin-right: calc(50% - 50vw);
}
@media (max-width: 1024px) {
  .company-message_list > li:nth-child(odd) .company-message_item {
    margin-right: 0;
  }
}
.company-message_list > li:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .company-message_list > li:nth-child(even) {
    flex-direction: column;
  }
}
.company-message_list > li:nth-child(even) .company-message_item {
  margin-left: calc(50% - 50vw);
}
@media (max-width: 1024px) {
  .company-message_list > li:nth-child(even) .company-message_item {
    margin-left: auto;
  }
}

.company-message_block {
  width: 52%;
}
@media (max-width: 1024px) {
  .company-message_block {
    width: 100%;
  }
}
.company-message_block:only-child {
  width: min(1000px, 100%);
  margin-inline: auto;
}
.company-message_block .company-message_name {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
}

.company-message_txt {
  margin-top: clamp(0.9375rem, 3.4770514604vw + -0.1056154381rem, 2.5rem);
}

.company-message_item {
  width: calc(50vw - 2%);
}
@media (max-width: 1024px) {
  .company-message_item {
    width: 100%;
  }
}

.company-message_img {
  width: min(80%, 385px);
  margin-inline: auto;
  aspect-ratio: 385/510;
  border-radius: 5px;
  overflow: hidden;
}

.company-message_name {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 20px;
  width: min(80%, 385px);
  margin: clamp(0.625rem, 1.3908205841vw + 0.2077538248rem, 1.25rem) auto 0;
}
@media (max-width: 1024px) {
  .company-message_name {
    justify-content: flex-end;
  }
}
.company-message_name span {
  font-size: clamp(1.375rem, 0.4172461752vw + 1.2498261474rem, 1.5625rem);
}

/*----------------------------------------
  会社概要
------------------------------------------*/
.section-company-profile {
  position: relative;
  margin-top: clamp(5rem, 16.6898470097vw + -0.0069541029rem, 12.5rem);
}

.company-profile_inner {
  --content_width:1000;
}

.company-profile_tbl {
  margin-top: clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem);
}

.company-profile_item_block {
  position: absolute;
  z-index: -1;
  right: -10px;
  top: -280px;
  display: block;
  width: calc(50vw - 20%);
  max-width: 410px;
  aspect-ratio: 410/185;
}
@media (max-width: 1024px) {
  .company-profile_item_block {
    top: -140px;
  }
}
@media (max-width: 768px) {
  .company-profile_item_block {
    top: -85px;
  }
}
@media (max-width: 480px) {
  .company-profile_item_block {
    width: 150px;
  }
}

.company-profile_item_8 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 410/185;
  background: url("../images/item_8.webp") no-repeat center/contain;
}

/*----------------------------------------
  会社紹介動画
------------------------------------------*/
.section-company-movie {
  margin-top: clamp(5rem, 16.6898470097vw + -0.0069541029rem, 12.5rem);
}

.company-movie_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .company-movie_inner {
    flex-direction: column;
    gap: 20px;
  }
}

.company-movie_block {
  width: 43%;
}
@media (max-width: 768px) {
  .company-movie_block {
    width: 100%;
  }
}

.company-movie_txt {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin-top: clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem);
}

.company-movie_video {
  width: 50%;
  aspect-ratio: 137/77;
}
@media (max-width: 768px) {
  .company-movie_video {
    width: 100%;
  }
}
.company-movie_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*----------------------------------------
  所在地一覧
------------------------------------------*/
.section-company-access {
  margin-top: clamp(5rem, 16.6898470097vw + -0.0069541029rem, 12.5rem);
}

.company-access_list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 4.1724617524vw + -0.0017385257rem, 3.125rem);
  margin-top: clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem);
}
.company-access_list > li {
  padding: clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem) min(5vw, 100px) clamp(1.875rem, 5.5632823366vw + 0.206015299rem, 4.375rem);
  border-radius: clamp(0.9375rem, 2.0862308762vw + 0.3116307371rem, 1.875rem);
  background-color: #f0f6f7;
}

.company-access_list_inner {
  --content_width:1000;
  width: 100%;
  max-width: calc(var(--base_width) * var(--content_width) / 1440);
  margin-inline: auto;
}

.company-access_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .company-access_block {
    flex-direction: column;
  }
}

.company-access_item {
  width: 51%;
  padding-block: 10px;
}
@media (max-width: 768px) {
  .company-access_item {
    width: 100%;
  }
}
.company-access_item:only-child {
  width: 100%;
}

.company-access_heading {
  font-size: clamp(1.25rem, 0.6954102921vw + 1.0413769124rem, 1.5625rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.company-access_txt {
  line-height: 1.5;
  margin-top: clamp(0.9375rem, 1.3908205841vw + 0.5202538248rem, 1.5625rem);
  letter-spacing: 0.1em;
}

.company-access_img {
  width: 44%;
  aspect-ratio: 44/28;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .company-access_img {
    width: 100%;
  }
}

.company-access_map {
  width: 100%;
  height: 300px;
  margin-top: 20px;
  border-radius: 5px;
  overflow: hidden;
}

/*----------------------------------------
  沿革
------------------------------------------*/
.section-company-history {
  margin-top: clamp(5rem, 16.6898470097vw + -0.0069541029rem, 12.5rem);
}

.company-history_inner {
  --content_width:1000;
}

.company-history_tbl {
  margin-top: clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem);
}

/*-------------------------------------------------------------------------------
  お知らせ・ブログ_news 一覧
--------------------------------------------------------------------------------*/
/*----------------------------------------
  タブ
------------------------------------------*/
.archive-cat_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: clamp(1.875rem, 2.0862308762vw + 1.2491307371rem, 2.8125rem);
}
.archive-cat_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 15px min(5vw, 50px) 13px;
  color: #6C6C6C;
  background-color: #dee7ee;
  border: 1px solid #89B2DB;
  border-radius: 5px;
}
@media (min-width: 769px) {
  .archive-cat_list a:hover {
    color: #333333;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #347BB8;
  }
  .archive-cat_list a:hover::after {
    background-color: #347BB8;
  }
}
.archive-cat_list a::after {
  content: "";
  display: block;
  width: clamp(1.875rem, 1.3908205841vw + 1.4577538248rem, 2.5rem);
  height: clamp(1.875rem, 1.3908205841vw + 1.4577538248rem, 2.5rem);
  border-radius: 50%;
  background: url("../images/btn-arrow.svg") #89B2DB no-repeat center/40%;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.archive-cat_list a.is_current {
  color: #333333;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #347BB8;
  pointer-events: none;
}
.archive-cat_list a.is_current::after {
  background-color: #347BB8;
}

/*----------------------------------------
  コンテンツ
------------------------------------------*/
.archive_list {
  background-color: #f0f6f7;
  padding: clamp(1.875rem, 5.5632823366vw + 0.206015299rem, 4.375rem) min(70px, 5vw);
  border-radius: clamp(0.9375rem, 2.0862308762vw + 0.3116307371rem, 1.875rem);
  margin-top: clamp(3.125rem, 3.4770514604vw + 2.0818845619rem, 4.6875rem);
}
.archive_list .cmn-list_heading {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.archive_list .cmn-list_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 769px) {
  .archive_list a:hover .cmn-list_img {
    border: 5px solid #89B2DB;
  }
  .archive_list a:hover .cmn-list_heading {
    color: #347BB8;
  }
}

/*----------------------------------------
  ページネーション
------------------------------------------*/
.nav-links {
  margin-top: clamp(1.875rem, 4.1724617524vw + 0.6232614743rem, 3.75rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5625rem, 3.7552155772vw + 0.4359353268rem, 3.25rem);
}
.nav-links .page-numbers:not(.dots), .nav-links .prev:not(.dots), .nav-links .next:not(.dots) {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2.4;
  color: #89B2DB;
  transition: all 0.3s;
}
.nav-links .page-numbers:not(.dots).current, .nav-links .prev:not(.dots).current, .nav-links .next:not(.dots).current {
  position: relative;
  color: #347BB8;
  pointer-events: none;
}
.nav-links .page-numbers:not(.dots).current::before, .nav-links .prev:not(.dots).current::before, .nav-links .next:not(.dots).current::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% + 8px);
  height: 2px;
  background-color: #347BB8;
}
@media (min-width: 769px) {
  .nav-links .page-numbers:not(.dots):hover, .nav-links .prev:not(.dots):hover, .nav-links .next:not(.dots):hover {
    color: #347BB8;
  }
}
.nav-links .dots {
  font-size: clamp(0.9375rem, 0.4172461752vw + 0.8123261474rem, 1.125rem);
  color: #89B2DB;
  margin-top: 5px;
  margin-inline: calc(clamp(0.625rem, 1.3908205841vw + 0.2077538248rem, 1.25rem) * -1);
}
/*-------------------------------------------------------------------------------
  お知らせ・ブログ_news 詳細
--------------------------------------------------------------------------------*/
.single_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
}
@media (max-width: 1024px) {
  .single_inner {
    flex-direction: column;
  }
}

.single_news_item {
  display: flex;
  align-items: center;
  gap: 30px;
}

.wp-post_content {
  width: 70%;
  margin: 0;
}
@media (max-width: 1024px) {
  .wp-post_content {
    width: 100%;
  }
}

/*----------------------------------------
サイドナビ
------------------------------------------*/
.sidebar {
  position: sticky;
  top: 120px;
  right: 0;
  width: 24%;
  height: calc(100vh - 140px);
  margin-top: 150px;
}
@media (max-width: 1024px) {
  .sidebar {
    width: 100%;
    margin-top: 30px;
    height: auto;
  }
}

.sidebar_heading {
  font-size: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.sidebar_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  padding-right: 10px;
}
.sidebar_list::-webkit-scrollbar {
  width: 5px;
}
.sidebar_list::-webkit-scrollbar-track {
  background: #D9D9D9;
}
.sidebar_list::-webkit-scrollbar-thumb {
  background: #347BB8;
}
.sidebar_list a {
  width: 100%;
  background-color: #f0f6f7;
  padding: 10px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .sidebar_list a {
    padding: 15px;
  }
}
@media (min-width: 769px) {
  .sidebar_list a:hover .sidebar_list_heading {
    color: #347BB8;
  }
}

.sidebar_list_heading {
  line-height: 1.3;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 8px;
  transition: all 0.3s;
}

/*----------------------------------------
  ポストナビゲーション
------------------------------------------*/
.post-navigation {
  margin-top: clamp(3.125rem, 4.1724617524vw + 1.8732614743rem, 5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px clamp(1.25rem, 8.3449235049vw + -1.2534770515rem, 5rem);
}
.post-navigation .all-post_link {
  font-size: clamp(1rem, 1.2517385257vw + 0.6244784423rem, 1.5625rem);
  letter-spacing: 0.1em;
  padding: clamp(0.3125rem, 0.6954102921vw + 0.1038769124rem, 0.625rem) clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem);
  border: 1px solid #347BB8;
  border-radius: 9999px;
}
@media (min-width: 769px) {
  .post-navigation .all-post_link:hover {
    color: #fff;
    background-color: #347BB8;
  }
}
.post-navigation .prev_link, .post-navigation .next_link {
  display: flex;
  align-items: center;
  gap: clamp(0.3125rem, 1.3908205841vw + -0.1047461752rem, 0.9375rem);
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(1.125rem, 0.8344923505vw + 0.8746522949rem, 1.5rem);
  color: #89B2DB;
}
@media (min-width: 769px) {
  .post-navigation .prev_link:hover, .post-navigation .next_link:hover {
    color: #347BB8;
  }
}
.post-navigation .prev_link::before {
  content: "＜";
}
.post-navigation .next_link::after {
  content: "＞";
}

/*-------------------------------------------------------------------------------
  お問い合わせ_contact
--------------------------------------------------------------------------------*/
.contact_inner {
  max-width: 1280px;
}

.contact_txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem);
}

.contact-tell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 48px;
  background-color: #dee7ee;
  max-width: 1058px;
  margin: clamp(1.875rem, 1.3908205841vw + 1.4577538248rem, 2.5rem) auto 0;
  padding: clamp(1.25rem, 3.4770514604vw + 0.2068845619rem, 2.8125rem) min(5vw, 50px);
  border-radius: 5px;
}

.contact-tell_txt {
  font-size: clamp(1.25rem, 0.5563282337vw + 1.0831015299rem, 1.5rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.contact-tell_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 15px;
}

.contact-tell_num {
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(2.375rem, 1.3908205841vw + 1.9577538248rem, 3rem);
  line-height: 1;
  letter-spacing: 0em;
}

.contact-tell_time {
  letter-spacing: 0em;
}

/*-------------------------------------------------------------------------------
  form お問い合わせフォーム
--------------------------------------------------------------------------------*/
.contact-form {
  border-radius: clamp(3.125rem, 6.9541029207vw + 1.0387691238rem, 6.25rem) clamp(3.125rem, 6.9541029207vw + 1.0387691238rem, 6.25rem) 0 0;
  background-image: linear-gradient(180deg, #dee7ee, rgba(250, 248, 224, 0.6) 35%, rgba(222, 231, 238, 0.4) 60%, rgba(187, 243, 223, 0.15) 75%, rgba(222, 231, 238, 0));
  margin-top: clamp(3.125rem, 5.5632823366vw + 1.456015299rem, 5.625rem);
  padding-top: clamp(2.5rem, 4.1724617524vw + 1.2482614743rem, 4.375rem);
}

.contact-form_inner {
  max-width: 1058px;
}

.form_heading {
  font-size: clamp(1.375rem, 1.1126564673vw + 1.0412030598rem, 1.875rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

.contact-form_txt {
  line-height: 2;
  margin-top: clamp(0.9375rem, 3.4770514604vw + -0.1056154381rem, 2.5rem);
}

.form_tbl {
  margin-top: clamp(2.5rem, 4.1724617524vw + 1.2482614743rem, 4.375rem);
}

.form_tbl, .form_detail {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (max-width: 768px) {
  .form_tbl, .form_detail {
    gap: 30px;
  }
}
.form_tbl dl, .form_detail dl {
  display: flex;
  flex-direction: column;
  gap: 15px 90px;
}
@media (max-width: 768px) {
  .form_tbl dl, .form_detail dl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form_tbl dl.form_radio, .form_detail dl.form_radio {
  align-items: flex-start;
}
.form_tbl dl.form_align-top, .form_detail dl.form_align-top {
  align-items: flex-start;
}
.form_tbl dl.form_align-top dt, .form_detail dl.form_align-top dt {
  transform: translateY(15px);
}
@media (max-width: 768px) {
  .form_tbl dl.form_align-top dt, .form_detail dl.form_align-top dt {
    transform: translateY(0);
  }
}
.form_tbl dt, .form_tbl .form_privacy_ttl, .form_detail dt, .form_detail .form_privacy_ttl {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.form_tbl dt label, .form_tbl .form_privacy_ttl label, .form_detail dt label, .form_detail .form_privacy_ttl label {
  width: -moz-fit-content;
  width: fit-content;
}
.form_tbl dt .form_req-check, .form_tbl .form_privacy_ttl .form_req-check, .form_detail dt .form_req-check, .form_detail .form_privacy_ttl .form_req-check {
  flex-shrink: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFEA00;
  background-color: #347BB8;
  padding: 4px 9px;
  border-radius: 5px;
}
.form_tbl dd, .form_detail dd {
  width: 100%;
}
.form_tbl dd input:not([type=file]),
.form_tbl dd text,
.form_tbl dd select,
.form_tbl dd textarea, .form_detail dd input:not([type=file]),
.form_detail dd text,
.form_detail dd select,
.form_detail dd textarea {
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: clamp(0.6875rem, 1.3908205841vw + 0.2702538248rem, 1.3125rem) clamp(0.9375rem, 2.7816411683vw + 0.1030076495rem, 2.1875rem) clamp(0.8125rem, 1.668984701vw + 0.3118045897rem, 1.5625rem);
  width: 100%;
  background-color: #fff;
}
.form_tbl dd input:not([type=file])::-moz-placeholder, .form_tbl dd text::-moz-placeholder, .form_tbl dd select::-moz-placeholder, .form_tbl dd textarea::-moz-placeholder, .form_detail dd input:not([type=file])::-moz-placeholder, .form_detail dd text::-moz-placeholder, .form_detail dd select::-moz-placeholder, .form_detail dd textarea::-moz-placeholder {
  color: #BEBEBE;
}
.form_tbl dd input:not([type=file])::placeholder,
.form_tbl dd text::placeholder,
.form_tbl dd select::placeholder,
.form_tbl dd textarea::placeholder, .form_detail dd input:not([type=file])::placeholder,
.form_detail dd text::placeholder,
.form_detail dd select::placeholder,
.form_detail dd textarea::placeholder {
  color: #BEBEBE;
}
.form_tbl dd input::file-selector-button, .form_detail dd input::file-selector-button {
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: clamp(0.8125rem, 0.2781641168vw + 0.729050765rem, 0.9375rem) clamp(0.625rem, 3.4770514604vw + -0.4181154381rem, 2.1875rem) clamp(0.6875rem, 0.4172461752vw + 0.5623261474rem, 0.875rem);
  background-color: #fff;
  margin-right: 20px;
  border: none;
}
.form_tbl dd .mwform-file-delete, .form_detail dd .mwform-file-delete {
  display: none;
}
.form_tbl dd textarea, .form_detail dd textarea {
  width: 100%;
  height: 250px;
}
@media (max-width: 768px) {
  .form_tbl dd textarea, .form_detail dd textarea {
    height: 200px;
  }
}
.form_tbl dd select, .form_detail dd select {
  width: min(100%, 390px);
  background: url("../images/icon-select.svg") #fff no-repeat 96% 50%/15px;
  cursor: pointer;
}
.form_tbl dd.form_file, .form_detail dd.form_file {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form_tbl .form_address li:not(:first-child), .form_detail .form_address li:not(:first-child) {
  margin-top: 11px;
}

.form_detail {
  display: none;
  opacity: 0;
  transition: opacity 1s;
}
.form_detail.is_active {
  display: flex;
  opacity: 1;
}
@starting-style {
  .form_detail.is_active {
    opacity: 0;
  }
}

.radio_area {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 13px 48px;
}
@media (max-width: 768px) {
  .radio_area {
    grid-template-columns: auto;
  }
}
.radio_area span input[type=radio] {
  display: none;
}
.radio_area span input[type=radio] + span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  width: auto;
  padding-left: 37px;
}
@media (max-width: 768px) {
  .radio_area span input[type=radio] + span {
    width: 100%;
    text-align: left;
  }
}
.radio_area span input[type=radio] + span::before, .radio_area span input[type=radio] + span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  border-radius: 50%;
  transition: all ease-out 250ms;
  transform: translateY(-50%);
}
.radio_area span input[type=radio] + span::before {
  width: 22px;
  height: 22px;
  left: 0px;
  background-color: #C3C4C4;
}
.radio_area span input[type=radio] + span::after {
  width: 12px;
  height: 12px;
  left: 5px;
  background-color: #347BB8;
  opacity: 0;
}
.radio_area span input[type=radio]:checked + span::after {
  opacity: 1;
}

.mw_wp_form .radio_area .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.check_no-through {
  text-align: center;
  margin: 0 0 50px;
}

input[name=pot] {
  display: none;
}

.form_privacy {
  margin: 21px auto 0;
}
.form_privacy .val-err {
  text-align: center;
}

.form_privacy_txt_wrapper {
  height: 350px;
  margin-inline: auto;
  background-color: #fff;
  padding: 45px min(3vw, 35px) 35px min(5vw, 40px);
}

.form_privacy_txt {
  overflow-y: scroll;
  padding-right: clamp(0.625rem, 1.3908205841vw + 0.2077538248rem, 1.25rem);
  height: 270px;
}
.form_privacy_txt::-webkit-scrollbar {
  width: 5px;
}
.form_privacy_txt::-webkit-scrollbar-track {
  background: #D9D9D9;
}
.form_privacy_txt::-webkit-scrollbar-thumb {
  background: #347BB8;
}
.form_privacy_txt span {
  font-size: 18px;
  font-size: 1.125rem;
}

.form_check {
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
  width: -moz-fit-content;
  width: fit-content;
  margin: 45px auto 0;
}
.form_check input[type=checkbox] {
  display: none;
}
.form_check input[type=checkbox] + span {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .form_check input[type=checkbox] + span {
    width: 100%;
    text-align: left;
    padding-left: 30px;
  }
}
.form_check input[type=checkbox] + span::before, .form_check input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  display: block;
  transition: all ease-out 250ms;
}
.form_check input[type=checkbox] + span::before {
  width: 30px;
  height: 30px;
  background-color: #D9D9D9;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
@media (max-width: 768px) {
  .form_check input[type=checkbox] + span::before {
    width: 23px;
    height: 23px;
  }
}
.form_check input[type=checkbox] + span::after {
  width: 17px;
  height: 30px;
  border-bottom: 2px solid #347BB8;
  border-right: 2px solid #347BB8;
  transform: rotate(37deg) translateY(-50%);
  top: 32%;
  left: -2px;
  opacity: 0;
}
@media (max-width: 768px) {
  .form_check input[type=checkbox] + span::after {
    width: 12px;
    height: 22px;
  }
}
.form_check input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.form_check + .val-err {
  text-align: center;
}

.form_btn_list {
  display: flex;
  justify-content: center;
  margin-top: clamp(3.125rem, 0vw + 3.125rem, 3.125rem);
}
@media (max-width: 768px) {
  .form_btn_list {
    flex-direction: column;
    align-items: center;
  }
}

.contact_confirm .section-contact-form, .contact_thanks .section-contact-form {
  margin-top: 0;
  border-radius: clamp(2.5rem, 8.3449235049vw + -0.0034770515rem, 6.25rem) clamp(2.5rem, 8.3449235049vw + -0.0034770515rem, 6.25rem) 0 0;
  overflow: hidden;
}

.contact_confirm .form_tbl, .contact_confirm .form_detail {
  gap: 0;
}
.contact_confirm .form_tbl dl, .contact_confirm .form_detail dl {
  border-top: 1px solid #333333;
  padding: 25px 0;
}
.contact_confirm .form_tbl dl.form_align-top dt, .contact_confirm .form_detail dl.form_align-top dt {
  transform: translateY(0);
}
.contact_confirm .form_tbl dt, .contact_confirm .form_detail dt {
  transform: translateX(0);
}
.contact_confirm .form_tbl .form_textarea dt, .contact_confirm .form_detail .form_textarea dt {
  transform: translateY(0);
}
.contact_confirm .contact_file_note {
  display: none;
}
.contact_confirm .form_privacy {
  display: none;
}
.contact_confirm .form_check {
  display: none;
}
.contact_confirm .form_btn_list {
  gap: 20px 50px;
}
.contact_confirm .form_btn_list li:first-child {
  display: none;
}
@media (max-width: 768px) {
  .contact_confirm .is_submit-btn {
    justify-content: space-between;
    width: 200px;
  }
}
.contact_confirm .is_back-btn {
  flex-direction: row-reverse;
  padding: 15px 70px 15px 50px;
  background-color: #e0e0e0;
  border: 1px solid #909090;
}
@media (max-width: 768px) {
  .contact_confirm .is_back-btn {
    justify-content: space-between;
    width: 200px;
    padding: 15px 30px 15px 15px;
  }
}
.contact_confirm .is_back-btn::after {
  transform: rotate(180deg);
  background-color: #909090;
}
@media (min-width: 769px) {
  .contact_confirm .is_back-btn:hover::after {
    transform: rotate(180deg) translateX(30px);
  }
}

.form_complete_txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem);
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  margin-top: clamp(4.375rem, 11.1265646732vw + 1.0370305981rem, 9.375rem);
  padding: 80px 0 clamp(1.25rem, 4.1724617524vw + -0.0017385257rem, 3.125rem);
  background-color: #fff;
  border-radius: clamp(3.125rem, 6.9541029207vw + 1.0387691238rem, 6.25rem) clamp(3.125rem, 6.9541029207vw + 1.0387691238rem, 6.25rem) 0 0;
}

.press .footer {
  margin-top: clamp(1.875rem, 6.9541029207vw + -0.2112308762rem, 5rem);
}

/*----------------------------------------
  CTA
------------------------------------------*/
.cta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: clamp(1.25rem, 5.5632823366vw + -0.418984701rem, 3.75rem);
}
@media (max-width: 1199px) {
  .cta {
    flex-direction: column;
    align-items: center;
  }
}

.cta_txt {
  font-size: clamp(1.25rem, 0.6954102921vw + 1.0413769124rem, 1.5625rem);
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.cta_txt > span {
  display: block;
}
.cta_txt > span + span {
  margin-top: 15px;
}

.cta_contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5625rem, 4.8678720445vw + 0.1021383866rem, 3.75rem);
}

.cta_tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: clamp(1.125rem, 0.2781641168vw + 1.041550765rem, 1.25rem);
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.cta_tel span {
  font-family: "Sora", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(2.5rem, 3.4770514604vw + 1.4568845619rem, 4.0625rem);
  letter-spacing: 0em;
  line-height: 1;
}

/*----------------------------------------
  会社情報、ナビ
------------------------------------------*/
.ft_block {
  display: flex;
  justify-content: space-between;
  padding-top: clamp(1.875rem, 6.9541029207vw + -0.2112308762rem, 5rem);
  margin-top: clamp(1.875rem, 6.9541029207vw + -0.2112308762rem, 5rem);
  border-top: 1px solid #347BB8;
}
@media (max-width: 1024px) {
  .ft_block {
    justify-content: center;
  }
}

.ft_logo {
  width: 231px;
}
.ft_logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.ft_access {
  letter-spacing: 0.1em;
  margin-top: clamp(1.25rem, 2.7816411683vw + 0.4155076495rem, 2.5rem);
}

.ft_nav_list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 30px clamp(2.5rem, 17.1428571429vw + -8.4714285714rem, 4.375rem);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .ft_nav_list {
    display: none;
  }
}
.ft_nav_list > li {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 769px) {
  .ft_nav_list a:hover {
    color: #347BB8;
  }
}

.ft_nav_sub_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ft_nav_sub_list a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  font-size: 1rem;
  color: #727272;
}
.ft_nav_sub_list a::before {
  content: "・";
  color: #89B2DB;
}

.copyright {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0em;
  text-align: right;
  margin-top: clamp(2.5rem, 9.0403337969vw + -0.2121001391rem, 6.5625rem);
}

/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
.index .hd_nav_list > li:nth-child(1) > a {
  color: #347BB8;
}

.about .hd_nav_list > li:nth-child(2) > a {
  color: #347BB8;
}

.technology .hd_nav_list > li:nth-child(3) > a {
  color: #347BB8;
}

.press .hd_nav_list > li:nth-child(3) > a {
  color: #347BB8;
}

.company .hd_nav_list > li:nth-child(4) > a {
  color: #347BB8;
}

.archive .hd_nav_list > li:nth-child(5) > a {
  color: #347BB8;
}

.single-post .hd_nav_list > li:nth-child(5) > a {
  color: #347BB8;
}

/*-------------------------------------------------------------------------------
  404
--------------------------------------------------------------------------------*/
.error_content {
  display: grid;
  place-content: center;
}
.error_content .cmn-btn {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .error_content .cmn-btn {
    margin-left: 0;
  }
}

input:not([type=radio]):not([type=checkbox]).val-err,
select.val-err,
textarea.val-err {
  background-color: #FFE4E4 !important;
}

p.val-err {
  color: #e40000;
  font-size: 0.8em;
}
p.val-err::before {
  content: "※";
}

.check_no-through {
  color: #e40000;
}

input:not([type=radio]):not([type=checkbox]).val-through,
select.val-through,
textarea.val-through {
  background-color: #E2FBE2 !important;
}

.check_any_required.val-err input:not([type=radio]):not([type=checkbox]),
.check_any_required.val-err select,
.check_any_required.val-err textarea {
  background-color: #FFE4E4 !important;
}
.check_any_required.val-through input:not([type=radio]):not([type=checkbox]):not(.val-err),
.check_any_required.val-through select:not(.val-err),
.check_any_required.val-through textarea:not(.val-err) {
  background-color: #E2FBE2 !important;
}

/*# sourceMappingURL=common.css.map*/