/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 スクロールバーの色
 */
/**
 * フォント一括設定
 *
 * @param {number} $fontWeight フォントの太さ
 * @param {number} $letterSpacing 文字間
 * @param {number} $lineHeight 行間
 * @param {string} $fontFamily フォントファミリー
 */
/* object-fit **/
/* アイコン類 **/
/*-------------------------------------------------------------------------------
  form 設定
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  width: 100%;
  height: 100%;
  background: #1379CE;
  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 .modal-inner .modal-gallery .modal-btns {
  /* ← が表示されてないときに真ん中に表示したい用 */
}
.modal-wrapper .modal-inner .modal-gallery .modal-btns {
  /* → が表示されてないときに真ん中に表示したい用 */
}
.modal-wrapper button:focus {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), -2px 0 15px rgba(255, 195, 33, 0.2), 2px 0 15px rgba(19, 121, 206, 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;
}

/*-------------------------------------------------------------------------------
  body global
--------------------------------------------------------------------------------*/
body {
  font-size: 18px;
  font-size: 1.125rem;
  color: #222222;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 2;
  background: #ffffff;
  overflow-x: hidden;
}

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #1379CE;
  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;
  }
}

/*-------------------------------------------------------------------------------
  common styles
--------------------------------------------------------------------------------*/
/*---------- scrollbar ----------*/
::-webkit-scrollbar {
  background: #e4e4e4;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #1379CE;
}

html {
  scroll-behavior: smooth;
}

/*---------- aタグ処理 ----------*/
a {
  display: block;
  cursor: pointer;
}

/*---------- sp link tel ----------*/
a[href=""] {
  pointer-events: none;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/*---------- br ----------*/
@media (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

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

@media (max-width: 620px) {
  .pad_over {
    display: none;
  }
}

@media (min-width: 621px) {
  .pad_under {
    display: none;
  }
}

/*---------- boxer --------*/
.boxer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  vertical-align: top;
  transition: all 0.3s ease;
}
.boxer img {
  transition: all 0.3s ease;
}
.boxer + .boxer {
  display: none;
}
@media (min-width: 769px) {
  .boxer:hover {
    opacity: 1;
  }
  .boxer:hover img {
    transform: scale(1.1);
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .boxer:hover img {
    transform: none;
  }
}

/*---------- center ----------*/
.center {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .center {
    text-align: left;
  }
}

/*---------- base_wrapper ----------*/
:root {
  --wrapper_width_narrow: 1200px; /* 狭い */
  --wrapper_width_semi_wide: 1400px; /* やや広い */
  --wrapper_width: 1600px; /* 基準 */
  --wrapper_width_wide: 1780px; /* 広い */
}

.base_wrapper {
  width: 100%;
  max-width: calc(var(--wrapper_width) + 16vw);
  margin: 0 auto;
  padding: 0 8vw;
}
.base_wrapper.narrow {
  max-width: calc(var(--wrapper_width_narrow) + 36vw);
  padding: 0 18vw;
}
.base_wrapper.semi_wide {
  max-width: calc(var(--wrapper_width_semi_wide) + 28vw);
  padding: 0 14vw;
}
.base_wrapper.wide {
  max-width: calc(var(--wrapper_width_wide) + 8vw);
  padding: 0 4vw;
}
@media (max-width: 1240px) {
  .base_wrapper {
    padding: 0 7vw;
  }
  .base_wrapper.narrow {
    padding: 0 14vw;
  }
  .base_wrapper.wide {
    padding: 0 4vw;
  }
  .base_wrapper.semi_wide {
    padding: 0 6vw;
  }
}
@media (max-width: 768px) {
  .base_wrapper {
    padding: 0 4vw;
  }
  .base_wrapper.narrow {
    padding: 0 4vw;
  }
  .base_wrapper.wide {
    padding: 0 4vw;
  }
  .base_wrapper.semi_wide {
    padding: 0 4vw;
  }
}

/*---------- cmn_ttl_base ----------*/
.cmn_ttl_base {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  margin-bottom: clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem);
  --ttl-icon-y: 0px;
  --ttl-icon-opacity: 1;
}
.cmn_ttl_base::after {
  transform: translateY(var(--ttl-icon-y));
  opacity: var(--ttl-icon-opacity);
  will-change: transform, opacity;
}
.cmn_ttl_base .cmn_ttl_txt {
  display: block;
  display: flex;
  flex-direction: column;
}
.cmn_ttl_base .cmn_ttl_base_en {
  display: block;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.3;
  font-family: "Rubik", sans-serif;
  font-size: clamp(1rem, 0.7246376812vw + 0.8097826087rem, 1.625rem);
  color: #FF7F00;
}
.cmn_ttl_base .cmn_ttl_base_ja {
  display: block;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.625rem, 1.5942028986vw + 1.2065217391rem, 3rem);
}
.cmn_ttl_base.center {
  justify-content: center;
}

/*---------- cmn_txt ----------*/
.cmn_txt_read {
  display: block;
  color: #222222;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 2.3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.9375rem, 0.2173913043vw + 0.8804347826rem, 1.125rem);
}
@media (max-width: 768px) {
  .cmn_txt_read {
    line-height: 1.9;
  }
}

.cmn_txt_base {
  display: block;
  color: #222222;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.9375rem, 0.2173913043vw + 0.8804347826rem, 1.125rem);
}
@media (max-width: 768px) {
  .cmn_txt_base {
    line-height: 1.6;
  }
}

.cmn_txt_small {
  display: block;
  color: #222222;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.875rem, 0.1449275362vw + 0.8369565217rem, 1rem);
}
@media (max-width: 768px) {
  .cmn_txt_small {
    line-height: 1.4;
  }
}

.cmn_caption {
  display: block;
  color: #222222;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.25rem, 1.1594202899vw + 0.9456521739rem, 2.25rem);
}

.cmn_caption_vertical {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #222222;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.25rem, 1.1594202899vw + 0.9456521739rem, 2.25rem);
}
@media (max-width: 1240px) {
  .cmn_caption_vertical {
    writing-mode: horizontal-tb;
    text-orientation: initial;
  }
}

/*---------- cmn_btn ----------*/
.cmn_btn {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.9375rem, 0.484496124vw + 0.7049418605rem, 1.25rem);
  padding: clamp(0.9375rem, 0.7246376812vw + 0.7472826087rem, 1.5625rem) clamp(1.25rem, 0.3623188406vw + 1.1548913043rem, 1.5625rem) clamp(0.9375rem, 0.7246376812vw + 0.7472826087rem, 1.5625rem) clamp(1.5625rem, 0.3623188406vw + 1.4673913043rem, 1.875rem);
  background-color: #1379CE;
  color: #ffffff;
  border-radius: 50px;
  transition: background-color 0.5s ease;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1rem, 0.2898550725vw + 0.9239130435rem, 1.25rem);
}
@media (min-width: 769px) {
  .cmn_btn:hover {
    background-color: rgb(14.6933333333, 93.5733333333, 159.3066666667);
  }
}

.arrow,
.icon_arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: clamp(0.9375rem, 0.484496124vw + 0.7049418605rem, 1.25rem);
}
.arrow::before,
.icon_arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 300%;
  background-color: #ffffff;
}
.arrow::after,
.icon_arrow::after {
  content: "";
  display: inline-block;
  width: clamp(0.875rem, 0.1937984496vw + 0.7819767442rem, 1rem);
  aspect-ratio: 16/12;
  background: url("../images/arrow_icon.svg") no-repeat center/contain;
}

.icon_arrow {
  padding-right: clamp(1.125rem, 0.7751937984vw + 0.7529069767rem, 1.625rem);
}

.cmn_btn.type_white {
  background-color: #1379CE;
  color: #ffffff;
}
.cmn_btn.type_white .icon_arrow::before {
  background-color: #ffffff;
}
.cmn_btn.type_white .icon_arrow::after {
  background-image: url("../images/arrow_icon.svg");
}
@media (min-width: 769px) {
  .cmn_btn.type_white:hover {
    background-color: rgb(14.6933333333, 93.5733333333, 159.3066666667);
  }
}

.contact_btn_wrapper,
.tccf7-btn_wrap {
  padding: 0;
  gap: 0;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.contact_btn_wrapper .wpcf7-confirm_wrap,
.contact_btn_wrapper .cmn_btn_inner,
.tccf7-btn_wrap .wpcf7-confirm_wrap,
.tccf7-btn_wrap .cmn_btn_inner {
  display: flex;
  align-items: center;
}
.contact_btn_wrapper .confirm-button,
.contact_btn_wrapper .back-button,
.contact_btn_wrapper .wpcf7-submit,
.tccf7-btn_wrap .confirm-button,
.tccf7-btn_wrap .back-button,
.tccf7-btn_wrap .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  padding: clamp(0.9375rem, 0.7246376812vw + 0.7472826087rem, 1.5625rem) clamp(1.25rem, 0.3623188406vw + 1.1548913043rem, 1.5625rem) clamp(0.9375rem, 0.7246376812vw + 0.7472826087rem, 1.5625rem) clamp(1.5625rem, 0.3623188406vw + 1.4673913043rem, 1.875rem);
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1rem, 0.2898550725vw + 0.9239130435rem, 1.25rem);
}

.contact_btn_wrapper:has(.back-button) .icon_arrow,
.tccf7-btn_wrap:has(.back-button) .icon_arrow,
.cmn_btn:has(.back-button) .icon_arrow {
  padding-left: clamp(1.125rem, 0.7751937984vw + 0.7529069767rem, 1.625rem);
  padding-right: clamp(1.125rem, 0.7751937984vw + 0.7529069767rem, 1.625rem);
}
.contact_btn_wrapper:has(.back-button) .icon_arrow::before,
.tccf7-btn_wrap:has(.back-button) .icon_arrow::before,
.cmn_btn:has(.back-button) .icon_arrow::before {
  left: auto;
  right: 0;
}
.contact_btn_wrapper:has(.back-button) .icon_arrow::after,
.tccf7-btn_wrap:has(.back-button) .icon_arrow::after,
.cmn_btn:has(.back-button) .icon_arrow::after {
  transform: rotate(180deg);
}

@media (min-width: 769px) {
  .contact_submit_part:has(.back-button):has(.wpcf7-submit) {
    gap: clamp(0.75rem, 1.1627906977vw + 0.1918604651rem, 1.5rem);
    align-items: stretch;
  }
}
@media (min-width: 769px) {
  .contact_submit_part:has(.back-button):has(.wpcf7-submit) .contact_btn_wrapper,
  .contact_submit_part:has(.back-button):has(.wpcf7-submit) .tccf7-btn_wrap {
    display: flex;
    flex: 1 1 0;
    min-width: clamp(14.375rem, 8.7209302326vw + 10.1889534884rem, 20rem);
    max-width: clamp(16.25rem, 11.6279069767vw + 10.6686046512rem, 23.75rem);
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.contact_submit_part:has(.back-button):has(.wpcf7-submit) .contact_btn_wrapper .wpcf7-confirm_wrap,
.contact_submit_part:has(.back-button):has(.wpcf7-submit) .contact_btn_wrapper .cmn_btn_inner,
.contact_submit_part:has(.back-button):has(.wpcf7-submit) .contact_btn_wrapper .confirm-button,
.contact_submit_part:has(.back-button):has(.wpcf7-submit) .contact_btn_wrapper .back-button,
.contact_submit_part:has(.back-button):has(.wpcf7-submit) .contact_btn_wrapper .wpcf7-submit,
.contact_submit_part:has(.back-button):has(.wpcf7-submit) .tccf7-btn_wrap .wpcf7-confirm_wrap,
.contact_submit_part:has(.back-button):has(.wpcf7-submit) .tccf7-btn_wrap .cmn_btn_inner,
.contact_submit_part:has(.back-button):has(.wpcf7-submit) .tccf7-btn_wrap .confirm-button,
.contact_submit_part:has(.back-button):has(.wpcf7-submit) .tccf7-btn_wrap .back-button,
.contact_submit_part:has(.back-button):has(.wpcf7-submit) .tccf7-btn_wrap .wpcf7-submit {
  width: 100%;
  justify-content: center;
}

.contact_btn_wrapper .cmn_btn_inner {
  min-width: clamp(12.5rem, 5.8139534884vw + 9.7093023256rem, 16.25rem);
}

.mail {
  display: inline-flex;
  align-items: center;
  align-self: stretch;
}
.mail::after {
  content: "";
  display: inline-block;
  width: clamp(1.25rem, 1.6472868217vw + 0.4593023256rem, 2.3125rem);
  aspect-ratio: 37/27;
  background: url("../images/btn_mail_icon.svg") no-repeat center/contain;
}

ul.check_submit {
  display: flex;
  justify-content: center;
  gap: clamp(0.9375rem, 0.484496124vw + 0.7049418605rem, 1.25rem);
}
@media (max-width: 768px) {
  ul.check_submit {
    flex-direction: column;
  }
}

/*---------- cmn_logo ----------*/
.cmn_logo {
  display: block;
  aspect-ratio: 385/75;
  background: url("../images/logo.svg") no-repeat center/cover;
}

/*---------- cmn_info ----------*/
.cmn_info {
  display: flex;
  gap: clamp(0.625rem, 3.8461538462vw + -3.0769230769rem, 1.25rem);
  margin-top: clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem);
}
@media (max-width: 1540px) {
  .cmn_info {
    flex-direction: column;
    gap: clamp(0.9375rem, 0.4464285714vw + 0.8203125rem, 1.25rem);
  }
}
.cmn_info.contact_info {
  flex-direction: column;
  padding: clamp(2.5rem, 2.8985507246vw + 1.7391304348rem, 5rem) clamp(0.9375rem, 3.9855072464vw + -0.1086956522rem, 4.375rem) clamp(1.875rem, 2.8985507246vw + 1.1141304348rem, 4.375rem) clamp(0.9375rem, 3.9855072464vw + -0.1086956522rem, 4.375rem);
  background-color: #FFFAD3;
  border-radius: clamp(0.9375rem, 2.5362318841vw + 0.2717391304rem, 3.125rem);
  gap: clamp(1.25rem, 3.8461538462vw + -2.4519230769rem, 1.875rem);
}
.cmn_info.contact_info .contact_info_inner {
  display: flex;
  flex-direction: row;
  gap: clamp(1.25rem, 3.8461538462vw + -2.4519230769rem, 1.875rem);
}
@media (max-width: 1540px) {
  .cmn_info.contact_info .contact_info_inner {
    flex-direction: column;
    gap: clamp(2.5rem, 1.7857142857vw + 2.03125rem, 3.75rem);
  }
}

.cmn_info_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #A6DFFD;
  padding: clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem);
  border-radius: clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem);
}
.yellow_info .cmn_info_item {
  background-color: #FEF18E;
}
.cmn_info_item.contact_phone {
  width: 50%;
}
@media (max-width: 1540px) {
  .cmn_info_item.contact_phone {
    width: 100%;
  }
}
.cmn_info_item.contact_phone::before {
  position: absolute;
  top: calc(-1 * clamp(1.25rem, 1.9379844961vw + 0.3197674419rem, 2.5rem));
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: clamp(2.875rem, 2.6086956522vw + 2.1902173913rem, 5.125rem);
  aspect-ratio: 84/75;
  background: url("../images/phone_icon.svg") no-repeat center/contain;
}
.cmn_info_item.contact_fax {
  width: 50%;
}
@media (max-width: 1540px) {
  .cmn_info_item.contact_fax {
    width: 100%;
  }
}
.cmn_info_item.contact_fax::before {
  position: absolute;
  top: calc(-1 * clamp(1.25rem, 1.9379844961vw + 0.3197674419rem, 2.5rem));
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: clamp(2.5rem, 3.9728682171vw + 0.5930232558rem, 5.0625rem);
  aspect-ratio: 81/79;
  background: url("../images/fax_icon.svg") no-repeat center/contain;
}
.contact_info .cmn_info_item {
  background-color: #FEF18E;
  padding: clamp(1.25rem, 3.0434782609vw + 0.4510869565rem, 3.875rem) clamp(0.9375rem, 1.8115942029vw + 0.4619565217rem, 2.5rem) clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem) clamp(0.9375rem, 1.8115942029vw + 0.4619565217rem, 2.5rem);
}

.cmn_info_phone {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cmn_info_ttl {
  display: block;
  color: #222222;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.125rem, 0.4347826087vw + 1.0108695652rem, 1.5rem);
}

.cmn_info_phone_num {
  display: block;
  color: #1379CE;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Rubik", sans-serif;
  font-size: clamp(1.625rem, 1.5942028986vw + 1.2065217391rem, 3rem);
}
.yellow_info .cmn_info_phone_num {
  color: #FF7F00;
}

.cmn_info_phone_time {
  display: block;
  color: #222222;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
  text-align: center;
}

.cmn_info_form_btn {
  margin-top: clamp(0.5rem, 0.8695652174vw + 0.2717391304rem, 1.25rem);
}
.yellow_info .cmn_info_form_btn {
  background-color: #FF7F00;
}
@media (min-width: 769px) {
  .yellow_info .cmn_info_form_btn:hover {
    background-color: #FF6200;
  }
}

/*---------- cmn_list ----------*/
.cmn_list {
  display: flex;
  flex-direction: column;
}

.cmn_list_item {
  display: flex;
  align-items: flex-start;
  gap: clamp(1.875rem, 3.8759689922vw + 0.0145348837rem, 4.375rem);
  border-radius: clamp(0.3125rem, 0.7246376812vw + 0.1222826087rem, 0.9375rem);
  padding: clamp(0.9375rem, 0.7246376812vw + 0.7472826087rem, 1.5625rem) clamp(0.9375rem, 6.1594202899vw + -0.6793478261rem, 6.25rem);
}
.cmn_list_item:nth-of-type(odd) {
  background-color: #F2F2F2;
}
@media (max-width: 768px) {
  .cmn_list_item {
    flex-direction: column;
    align-items: center;
    gap: clamp(0.3125rem, 1.4367816092vw + -0.0646551724rem, 0.625rem);
  }
}

.cmn_list_item_ttl {
  display: block;
  font-weight: 600;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.9375rem, 0.2173913043vw + 0.8804347826rem, 1.125rem);
  width: 15%;
  flex-shrink: 0;
  margin-top: clamp(0.125rem, 0.0724637681vw + 0.1059782609rem, 0.1875rem);
}
@media (max-width: 768px) {
  .cmn_list_item_ttl {
    width: 100%;
    text-align: left;
  }
}

.cmn_list_item_txt {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.7;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.9375rem, 0.2173913043vw + 0.8804347826rem, 1.125rem);
  flex-grow: 1;
}
@media (max-width: 768px) {
  .cmn_list_item_txt {
    width: 100%;
    text-align: left;
  }
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: clamp(3.75rem, 3.6231884058vw + 2.7989130435rem, 6.875rem);
  background: #ffffff;
  padding: 0 clamp(1.875rem, 1.7857142857vw + 0.4910714286rem, 2.5rem);
  z-index: 50;
}

.hd_logo {
  width: clamp(12.5rem, 13.4057971014vw + 8.9809782609rem, 24.0625rem);
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(1.875rem, 5.3571428571vw + -2.2767857143rem, 3.75rem);
  height: 100%;
  z-index: 51;
}
@media (max-width: 1240px) {
  .nav {
    pointer-events: none;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100svh;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    gap: clamp(2.125rem, 1.2195121951vw + 1.8048780488rem, 2.75rem);
    padding: clamp(110px, 16vh, 150px) clamp(20px, 5vw, 40px) clamp(48px, 10vh, 80px);
    overflow: hidden;
    isolation: isolate;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .nav::before, .nav::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
  }
  .nav::before {
    background: url("../images/index_mv.png") no-repeat center/cover;
  }
  .nav::after {
    inset: clamp(76px, 10vh, 110px) clamp(14px, 4vw, 28px) clamp(28px, 6vh, 52px);
    background: rgba(255, 255, 255, 0.96);
    border-radius: clamp(18px, 3.2vw, 28px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
  }
  .nav > * {
    position: relative;
    z-index: 1;
  }
  .nav.js-open {
    pointer-events: auto;
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
  .nav.js-open::before, .nav.js-open::after {
    opacity: 1;
  }
}

.hd_nav {
  display: flex;
  align-items: center;
  gap: clamp(1.875rem, 3.5714285714vw + -0.8928571429rem, 3.125rem);
}
@media (max-width: 1240px) {
  .hd_nav {
    flex-direction: column;
    align-items: center;
    width: min(100%, 420px);
    margin-right: 0;
    margin-bottom: 0;
    gap: 0;
  }
  .hd_nav li {
    width: 100%;
    text-align: center;
    padding: clamp(0.9375rem, 0.6097560976vw + 0.7774390244rem, 1.25rem) 0;
    border-bottom: 1px solid #C4C4C4;
  }
  .hd_nav li:first-child {
    border-top: 1px solid #C4C4C4;
  }
}
.hd_nav a {
  position: relative;
  color: #222222;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1rem, 0.7142857143vw + 0.4464285714rem, 1.25rem);
}
.hd_nav a::before {
  content: "";
  position: absolute;
  opacity: 0;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: clamp(0.5rem, 0.3571428571vw + 0.2232142857rem, 0.625rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FF7F00;
  transition: opacity 0.5s ease;
}
@media (min-width: 769px) {
  .hd_nav a:hover::before {
    opacity: 1;
  }
}
/*-------------------------------------------------------------------------------
  sp menu
--------------------------------------------------------------------------------*/
.menu-trigger {
  display: none;
  position: fixed;
  right: clamp(0.75rem, 0.3658536585vw + 0.6539634146rem, 0.9375rem);
  top: clamp(0.75rem, 0.3658536585vw + 0.6539634146rem, 0.9375rem);
  width: clamp(3.125rem, 1.7073170732vw + 2.6768292683rem, 4rem);
  aspect-ratio: 64/58;
  z-index: 51;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1240px) {
  .menu-trigger {
    display: flex;
  }
}
.menu-trigger .menu_line {
  position: relative;
  display: block;
  width: clamp(2.25rem, 0.9756097561vw + 1.993902439rem, 2.75rem);
  height: 20px;
  margin-top: -3px;
}
.menu-trigger .menu_line span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1379CE;
  transition: all 0.4s;
}
.menu-trigger .menu_line span:nth-of-type(1) {
  top: 0;
  animation: bar01 0.75s forwards;
}
.menu-trigger .menu_line span:nth-of-type(2) {
  top: 50%;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.menu-trigger .menu_line span:nth-of-type(3) {
  top: 100%;
  animation: bar03 0.75s forwards;
}
.menu-trigger.js-open .menu_line span:nth-of-type(1) {
  animation: active-bar01 0.75s forwards;
}
.menu-trigger.js-open .menu_line span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.js-open .menu_line span:nth-of-type(3) {
  animation: active-bar03 0.75s forwards;
}

/* keyframes */
@keyframes bar01 {
  0% {
    transform: translateY(10px) rotate(30deg);
    background-color: #1379CE;
  }
  50% {
    transform: translateY(10px) rotate(0);
    background-color: #1379CE;
  }
  100% {
    transform: translateY(0) rotate(0);
    background-color: #1379CE;
  }
}
@keyframes bar03 {
  0% {
    transform: translateY(-10px) rotate(-30deg);
    background-color: #1379CE;
  }
  50% {
    transform: translateY(-10px) rotate(0);
    background-color: #1379CE;
  }
  100% {
    transform: translateY(0) rotate(0);
    background-color: #1379CE;
  }
}
@keyframes active-bar01 {
  0% {
    transform: translateY(0) rotate(0);
    background-color: #1379CE;
  }
  50% {
    transform: translateY(10px) rotate(0);
    background-color: #1379CE;
  }
  100% {
    transform: translateY(10px) rotate(30deg);
    background-color: #1379CE;
  }
}
@keyframes active-bar03 {
  0% {
    transform: translateY(0) rotate(0);
    background-color: #1379CE;
  }
  50% {
    transform: translateY(-10px) rotate(0);
    background-color: #1379CE;
  }
  100% {
    transform: translateY(-10px) rotate(-30deg);
    background-color: #1379CE;
  }
}
/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
body.index .hd_nav li:nth-of-type(1) a {
  color: #FF7F00;
}

body.service .hd_nav li:nth-of-type(2) a {
  color: #FF7F00;
}

body.recruit .hd_nav li:nth-of-type(3) a {
  color: #FF7F00;
}

body.company .hd_nav li:nth-of-type(4) a {
  color: #FF7F00;
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: clamp(18.75rem, 15.7246376812vw + 14.6222826087rem, 32.3125rem);
  margin-top: clamp(3.75rem, 3.6231884058vw + 2.7989130435rem, 6.875rem);
}
.index .mainimg_wrapper {
  margin-bottom: clamp(0.9375rem, 3.9855072464vw + -0.1086956522rem, 4.375rem);
  height: calc(100svh - clamp(4.6875rem, 7.6086956522vw + 2.6902173913rem, 11.25rem));
}

.mv_ill {
  position: absolute;
  bottom: calc(-1 * clamp(3.75rem, 3.6231884058vw + 2.7989130435rem, 6.875rem));
  right: 8vw;
  width: clamp(15rem, 28.4782608696vw + 7.5244565217rem, 39.5625rem);
  aspect-ratio: 633/706;
  background: url("../images/mv_ill.png") no-repeat center/cover;
  z-index: 1;
  pointer-events: none;
}

.mainimg_unit {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: clamp(0.9375rem, 2.5362318841vw + 0.2717391304rem, 3.125rem);
}
.mainimg_unit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.index_ttl {
  position: absolute;
  top: 50%;
  left: clamp(2.5rem, 13.768115942vw + -1.1141304348rem, 14.375rem);
  transform: translateY(-50%);
  display: flex;
  flex-direction: row-reverse;
  gap: clamp(0.9375rem, 2.5362318841vw + 0.2717391304rem, 3.125rem);
  color: #222222;
  font-weight: 500;
  letter-spacing: calc(130 * 0.001em);
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.75rem, 1.9565217391vw + 1.2364130435rem, 3.4375rem);
}
@media (max-width: 768px) {
  .index_ttl {
    top: clamp(1.875rem, 48.8505747126vw + -10.9482758621rem, 12.5rem);
    transform: none;
  }
}
.index_ttl span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: clamp(0.3125rem, 1.0869565217vw + 0.027173913rem, 1.25rem);
  padding: clamp(1.25rem, 0.3623188406vw + 1.1548913043rem, 1.5625rem) clamp(0.5rem, 0.5072463768vw + 0.3668478261rem, 0.9375rem) 0 clamp(0.5rem, 0.5072463768vw + 0.3668478261rem, 0.9375rem);
}

.mainimg_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  border-radius: clamp(0.3125rem, 1.0869565217vw + 0.027173913rem, 1.25rem);
  padding: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem) clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem) clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem) clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem);
  min-width: clamp(18.75rem, 30.9322033898vw + 6.7637711864rem, 41.5625rem);
  background-color: #ffffff;
  text-align: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .mainimg_ttl {
    min-width: auto;
    width: 80%;
  }
}
.mainimg_ttl .mainimg_ttl_en {
  display: block;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.3;
  font-family: "Rubik", sans-serif;
  font-size: clamp(1rem, 0.8695652174vw + 0.7717391304rem, 1.75rem);
  color: #FF7F00;
}
.mainimg_ttl .mainimg_ttl_ja {
  display: block;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.75rem, 1.9565217391vw + 1.2364130435rem, 3.4375rem);
}

.main {
  margin-top: clamp(3.75rem, 6.5217391304vw + 2.0380434783rem, 9.375rem);
  margin-bottom: clamp(3.75rem, 6.5217391304vw + 2.0380434783rem, 9.375rem);
}
.index .main {
  margin-bottom: clamp(0.9375rem, 3.9855072464vw + -0.1086956522rem, 4.375rem);
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.ft_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ft_img {
  position: absolute;
  top: clamp(3.75rem, 2.8985507246vw + 2.9891304348rem, 6.25rem);
  left: 0;
  width: 100%;
  height: calc(100% - clamp(3.75rem, 2.8985507246vw + 2.9891304348rem, 6.25rem));
  z-index: -1;
}
.ft_img img {
  width: 100%;
  height: 100%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ft_unit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 94vw;
  text-align: center;
  z-index: 1;
  background-color: #FFFAD3;
  padding: clamp(1.875rem, 2.8985507246vw + 1.1141304348rem, 4.375rem) clamp(0.9375rem, 6.1594202899vw + -0.6793478261rem, 6.25rem);
  border-radius: clamp(0.9375rem, 2.5362318841vw + 0.2717391304rem, 3.125rem);
  margin-bottom: clamp(5rem, 13.0434782609vw + 1.5760869565rem, 16.25rem);
}

.ft_contact_text {
  margin-top: clamp(0.875rem, 1.1594202899vw + 0.5706521739rem, 1.875rem);
  color: #222222;
  font-weight: 500;
  letter-spacing: calc(30 * 0.001em);
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1rem, 0.2898550725vw + 0.9239130435rem, 1.25rem);
}
@media (max-width: 768px) {
  .ft_contact_text {
    text-align: left;
  }
}

.ft_contact_info {
  display: flex;
  gap: clamp(1.875rem, 6.7829457364vw + -1.3808139535rem, 6.25rem);
  margin-top: clamp(1.875rem, 2.1739130435vw + 1.3043478261rem, 3.75rem);
  margin-bottom: clamp(1.875rem, 2.1739130435vw + 1.3043478261rem, 3.75rem);
  width: 90%;
}
@media (max-width: 1240px) {
  .ft_contact_info {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.875rem, 1.4492753623vw + 1.4945652174rem, 3.125rem);
  }
}

.cmn_contact_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - clamp(0.9375rem, 0.7246376812vw + 0.7472826087rem, 1.5625rem));
  background-color: #FEF18E;
  border-radius: clamp(0.625rem, 1.4492753623vw + 0.2445652174rem, 1.875rem);
  padding: clamp(2.5rem, 2.1739130435vw + 1.9293478261rem, 4.375rem) clamp(1.25rem, 2.8985507246vw + 0.4891304348rem, 3.75rem) clamp(1.5625rem, 2.5362318841vw + 0.8967391304rem, 3.75rem);
}
@media (max-width: 1240px) {
  .cmn_contact_item {
    width: min(100%, 500px);
  }
}

.ft_contact_ttl {
  color: #222222;
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.0625rem, 0.5072463768vw + 0.9293478261rem, 1.5rem);
  margin-bottom: clamp(0.625rem, 0.3623188406vw + 0.5298913043rem, 0.9375rem);
}

.ft_contact_phone::before {
  position: absolute;
  top: calc(-1 * clamp(0.8125rem, 1.231884058vw + 0.4891304348rem, 1.875rem));
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: clamp(2.875rem, 2.7536231884vw + 2.152173913rem, 5.25rem);
  aspect-ratio: 84/75;
  background: url("../images/phone_icon.svg") no-repeat center/contain;
}

.cmn_phone {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmn_phone .cmn_phone_num {
  display: block;
  color: #FF7F00;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Rubik", sans-serif;
  font-size: clamp(1.75rem, 1.8115942029vw + 1.2744565217rem, 3.3125rem);
}
.cmn_phone .cmn_phone_time {
  display: block;
  margin-top: clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem);
  color: #222222;
  font-weight: 400;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.875rem, 0.4347826087vw + 0.7608695652rem, 1.25rem);
}

.ft_contact_form::before {
  position: absolute;
  top: calc(-1 * clamp(0.8125rem, 1.231884058vw + 0.4891304348rem, 1.875rem));
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: clamp(2.875rem, 2.7536231884vw + 2.152173913rem, 5.25rem);
  aspect-ratio: 84/75;
  background: url("../images/mail_icon.svg") no-repeat center/contain;
}

.ft_contact_btn {
  background-color: #FF7F00;
  padding: clamp(0.75rem, 1.3043478261vw + 0.4076086957rem, 1.875rem) clamp(1.25rem, 0.3623188406vw + 1.1548913043rem, 1.5625rem) clamp(0.75rem, 1.3043478261vw + 0.4076086957rem, 1.875rem) clamp(1.5625rem, 0.3623188406vw + 1.4673913043rem, 1.875rem);
  border-radius: clamp(0.9375rem, 2.5362318841vw + 0.2717391304rem, 3.125rem);
}
@media (min-width: 769px) {
  .ft_contact_btn:hover {
    background-color: #FF6200;
  }
}

.footer {
  position: relative;
  padding: clamp(1.25rem, 2.8985507246vw + 0.4891304348rem, 3.75rem) 0 clamp(0rem, 2.1739130435vw + -0.5706521739rem, 1.875rem);
  border-top: 1px solid #C4C4C4;
  width: 100%;
  text-align: left;
}

.ft_block {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .ft_block {
    justify-content: center;
  }
}

.ft_item {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 7.7519379845vw + -2.4709302326rem, 6.25rem);
}
@media (max-width: 768px) {
  .ft_item {
    flex-direction: column;
    align-items: center;
    gap: clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem);
    width: 100%;
  }
}

.ft_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.484496124vw + 0.3924418605rem, 0.9375rem);
}

.ft_logo {
  display: block;
  width: clamp(18.75rem, 8.2364341085vw + 14.7965116279rem, 24.0625rem);
  aspect-ratio: 385/75;
  background: url("../images/logo.svg") no-repeat center/cover;
}
@media (max-width: 768px) {
  .ft_logo {
    width: min(100%, 385px, 420px, 768px);
  }
}

.privacy_mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(4.375rem, 5.7971014493vw + 2.8532608696rem, 9.375rem);
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 10px;
}
.privacy_mark img {
  width: clamp(3.75rem, 4.347826087vw + 2.6086956522rem, 7.5rem);
  aspect-ratio: 1/1;
}

.ft_address {
  color: #222222;
  font-style: normal;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
}
@media (min-width: 621px) {
  .ft_address .ft_sp_br {
    display: none;
  }
}
@media (max-width: 620px) {
  .ft_address .ft_pc_show {
    display: none;
  }
}

.ft_nav {
  display: flex;
  gap: clamp(3.125rem, 5.3571428571vw + -1.0267857143rem, 5rem);
  margin-left: clamp(3.125rem, 8.9285714286vw + -3.7946428571rem, 6.25rem);
  border-left: 1px solid #C4C4C4;
  padding-left: clamp(1.875rem, 7.1428571429vw + -3.6607142857rem, 4.375rem);
}
@media (max-width: 1240px) {
  .ft_nav {
    display: none;
    margin-left: 0;
  }
}

.ft_list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.7857142857vw + -0.1339285714rem, 1.875rem);
}
.ft_list li a {
  display: flex;
  align-items: center;
  color: #222222;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
}
@media (min-width: 769px) {
  .ft_list li a:hover {
    color: #FF7F00;
  }
}
.ft_list li a::before {
  content: "";
  display: inline-block;
  width: clamp(0.375rem, 0.3571428571vw + 0.0982142857rem, 0.5rem);
  aspect-ratio: 1/1;
  background-color: #FF7F00;
  border-radius: 50%;
  margin-right: clamp(0.625rem, 0.8928571429vw + -0.0669642857rem, 0.9375rem);
}

.copyright {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: clamp(1.25rem, 2.8985507246vw + 0.4891304348rem, 3.75rem);
  color: #C4C4C4;
  font-weight: 400;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
}

/*-------------------------------------------------------------------------------
  service
--------------------------------------------------------------------------------*/
/*---------- patrol ----------*/
.patrol {
  position: relative;
  width: 100%;
  margin-bottom: clamp(5rem, 12.3188405797vw + 1.7663043478rem, 15.625rem);
  padding: 0;
  overflow: visible;
}
@media (max-width: 1240px) {
  .patrol {
    margin-top: calc(-1 * clamp(1.875rem, 1.2195121951vw + 1.5548780488rem, 2.5rem));
  }
}

.patrol_img {
  position: absolute;
  left: 0;
  bottom: calc(-1 * clamp(3.75rem, 14.2857142857vw + -7.3214285714rem, 8.75rem));
  width: clamp(25rem, 51.7857142857vw + -15.1339285714rem, 43.125rem);
  aspect-ratio: 690/584;
  border-radius: 0 clamp(0.9375rem, 2.5362318841vw + 0.2717391304rem, 3.125rem) clamp(0.9375rem, 2.5362318841vw + 0.2717391304rem, 3.125rem) 0;
  overflow: hidden;
  z-index: 4;
}
@media (max-width: 1240px) {
  .patrol_img {
    position: relative;
    max-width: calc(100% - 16vw);
    width: clamp(25rem, 7.3170731707vw + 23.0792682927rem, 28.75rem);
    bottom: calc(-1 * clamp(1.875rem, 1.2195121951vw + 1.5548780488rem, 2.5rem));
  }
}
.patrol_img img {
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.patrol_unit {
  position: relative;
  margin-left: clamp(12.5rem, 27.5vw + -8.8125rem, 22.125rem);
  margin-right: clamp(3.125rem, 19.6428571429vw + -12.0982142857rem, 10rem);
  padding: clamp(3rem, 3.768115942vw + 2.0108695652rem, 6.25rem) clamp(2.25rem, 3.9130434783vw + 1.222826087rem, 5.625rem) clamp(4.375rem, 5.7971014493vw + 2.8532608696rem, 9.375rem) clamp(16.25rem, 29.6428571429vw + -6.7232142857rem, 26.625rem);
  background-color: #f6f1c7;
  border-radius: clamp(1.5rem, 1.3043478261vw + 1.1576086957rem, 2.625rem);
}
@media (max-width: 1240px) {
  .patrol_unit {
    margin-left: clamp(0.9375rem, 12.8048780488vw + -2.4237804878rem, 7.5rem);
    margin-right: clamp(0.9375rem, 12.8048780488vw + -2.4237804878rem, 7.5rem);
    padding: clamp(5rem, 2.4390243902vw + 4.3597560976rem, 6.25rem) clamp(1.25rem, 7.3170731707vw + -0.6707317073rem, 5rem) clamp(7.5rem, 15.8536585366vw + 3.3384146341rem, 15.625rem) clamp(1.25rem, 7.3170731707vw + -0.6707317073rem, 5rem);
    border-radius: 24px;
  }
}

.patrol_inner {
  display: flex;
  gap: clamp(1.875rem, 4.7101449275vw + 0.6385869565rem, 5.9375rem);
}
@media (max-width: 1240px) {
  .patrol_inner {
    flex-direction: column;
    gap: clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem);
  }
}

.patrol_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.25rem, 3.5714285714vw + -1.5178571429rem, 2.5rem);
  flex-shrink: 0;
}
@media (max-width: 1240px) {
  .patrol_ttl {
    flex-direction: row;
    gap: clamp(0.625rem, 2.4390243902vw + -0.0152439024rem, 1.875rem);
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .patrol_ttl {
    flex-direction: column;
    align-items: center;
    gap: clamp(1.25rem, 2.4390243902vw + 0.6097560976rem, 2.5rem);
  }
}

.patrol_icon {
  width: clamp(3.25rem, 1.7391304348vw + 2.7934782609rem, 4.75rem);
  flex-shrink: 0;
}

.service_caption {
  display: flex;
  flex-direction: row-reverse;
  gap: clamp(0.125rem, 0.5357142857vw + -0.2901785714rem, 0.3125rem);
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.25rem, 1.1594202899vw + 0.9456521739rem, 2.25rem);
}
.service_caption span {
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.service_caption span:nth-child(2) {
  align-self: center;
  font-size: clamp(1.25rem, 1.3043478261vw + 0.9076086957rem, 2.375rem);
}
@media (max-width: 1240px) {
  .service_caption span {
    writing-mode: horizontal-tb;
    text-orientation: initial;
  }
}
@media (max-width: 480px) {
  .service_caption span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}

.patrol_text {
  flex-grow: 1;
}
@media (max-width: 768px) {
  .patrol_text {
    max-width: 100%;
  }
}

.patrol_town_img {
  position: absolute;
  right: 10%;
  bottom: 0;
  width: clamp(15rem, 22.8985507246vw + 8.9891304348rem, 34.75rem);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1240px) {
  .patrol_town_img {
    right: 15%;
    width: clamp(12.5rem, 24.3902439024vw + 6.0975609756rem, 25rem);
  }
}
.patrol_town_img img {
  display: block;
  width: 100%;
}

.patrol_man_img {
  position: absolute;
  right: calc(-1 * clamp(2.5rem, 5.3571428571vw + -1.6517857143rem, 4.375rem));
  bottom: calc(-1 * clamp(3.125rem, 5.3571428571vw + -1.0267857143rem, 5rem));
  width: clamp(10rem, 15.503875969vw + 2.5581395349rem, 20rem);
  aspect-ratio: 322/384;
  z-index: 5;
  pointer-events: none;
}
@media (max-width: 1240px) {
  .patrol_man_img {
    width: clamp(9.375rem, 13.4146341463vw + 5.8536585366rem, 16.25rem);
  }
}
.patrol_man_img img {
  display: block;
  width: 100%;
}

/*---------- strengths ----------*/
.strengths {
  margin-bottom: clamp(6.25rem, 5.7971014493vw + 4.7282608696rem, 11.25rem);
}

.strengths_ttl::after {
  content: "";
  display: inline-block;
  width: clamp(3.75rem, 2.1317829457vw + 2.726744186rem, 5.125rem);
  aspect-ratio: 82/88;
  background: url("../images/strengths_ill.svg") no-repeat center/contain;
}

.strengths_unit {
  display: flex;
  gap: clamp(1.25rem, 5.3571428571vw + -2.9017857143rem, 3.125rem) clamp(1.875rem, 7.1428571429vw + -3.6607142857rem, 4.375rem);
  width: 100%;
}
@media (max-width: 1240px) {
  .strengths_unit {
    flex-direction: column;
    gap: clamp(5.625rem, 3.6585365854vw + 4.6646341463rem, 7.5rem);
  }
}
.strengths_unit .strengths_item {
  position: relative;
  width: calc((100% - clamp(1.875rem, 7.1428571429vw + -3.6607142857rem, 4.375rem) * 2) / 3);
  background-color: #D8F2FF;
  border-radius: clamp(0.9375rem, 2.5362318841vw + 0.2717391304rem, 3.125rem);
  padding: clamp(1.875rem, 1.4492753623vw + 1.4945652174rem, 3.125rem) clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem) clamp(5rem, 3.6231884058vw + 4.0489130435rem, 8.125rem);
}
@media (max-width: 1240px) {
  .strengths_unit .strengths_item {
    width: 100%;
  }
}
.strengths_unit .strengths_item::after {
  content: "";
  position: absolute;
  bottom: calc(-1 * clamp(3.125rem, 2.1739130435vw + 2.5543478261rem, 5rem));
  left: 50%;
  transform: translateX(-50%);
}
.strengths_unit .strengths_item::after img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.strengths_unit .strengths_item:nth-of-type(1)::after {
  width: clamp(11.25rem, 7.8260869565vw + 9.1956521739rem, 18rem);
  aspect-ratio: 288/187;
  background: url("../images/strengths01_ill.png") no-repeat center/contain;
}
.strengths_unit .strengths_item:nth-of-type(2)::after {
  width: clamp(12.5rem, 8.4782608696vw + 10.2744565217rem, 19.8125rem);
  aspect-ratio: 317/151;
  background: url("../images/strengths02_ill.png") no-repeat center/contain;
  bottom: calc(-1 * clamp(1.875rem, 2.1739130435vw + 1.3043478261rem, 3.75rem));
}
.strengths_unit .strengths_item:nth-of-type(3)::after {
  width: clamp(8.75rem, 3.6956521739vw + 7.7798913043rem, 11.9375rem);
  aspect-ratio: 191/158;
  background: url("../images/strengths03_ill.png") no-repeat center/contain;
}

.strengths_item_ttl {
  display: block;
  margin-bottom: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  color: #1379CE;
  font-weight: 500;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.25rem, 1.1594202899vw + 0.9456521739rem, 2.25rem);
}

.strengths_item_text {
  display: block;
  color: #222222;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
}

/* ---------- difference ----------*/
.difference {
  margin-bottom: clamp(5rem, 5.0724637681vw + 3.6684782609rem, 9.375rem);
}

.difference_ttl::after {
  content: "";
  display: inline-block;
  width: clamp(3.75rem, 2.1317829457vw + 2.726744186rem, 5.125rem);
  aspect-ratio: 82/88;
  background: url("../images/difference_icon.svg") no-repeat center/contain;
}

.difference_unit {
  display: flex;
  gap: clamp(1.875rem, 7.1428571429vw + -3.6607142857rem, 4.375rem);
}
@media (max-width: 1240px) {
  .difference_unit {
    flex-direction: column;
    gap: clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem);
  }
}

.difference_sttl {
  display: block;
  margin-top: clamp(1.875rem, 2.1739130435vw + 1.3043478261rem, 3.75rem);
  margin-bottom: clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem);
  color: #1379CE;
  font-weight: 600;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.125rem, 0.2898550725vw + 1.0489130435rem, 1.375rem);
}

.difference_text {
  flex: 0.8;
}

.difference_table_wrap {
  flex: 1.2;
}

.difference_table {
  border-collapse: collapse;
  table-layout: fixed;
}
.difference_table tr > *:first-child {
  border-left: 0;
}
.difference_table tr > *:last-child {
  border-right: 0;
}
.difference_table th,
.difference_table td {
  padding: clamp(0.75rem, 0.5797101449vw + 0.597826087rem, 1.25rem) clamp(0.625rem, 0.4347826087vw + 0.5108695652rem, 1rem);
  border: 1px solid #9ca3af;
  font-weight: 500;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.8125rem, 0.2173913043vw + 0.7554347826rem, 1rem);
}
.difference_table thead th {
  text-align: center;
  background-color: #D8F2FF;
  font-weight: 600;
}
.difference_table thead .difference_table_head_label {
  width: 24%;
}
.difference_table thead .difference_table_head_main,
.difference_table thead .difference_table_head_other {
  width: 38%;
}
.difference_table tbody th {
  color: #222222;
  background-color: #D8F2FF;
  vertical-align: middle;
  font-weight: 600;
}
.difference_table tbody td {
  vertical-align: top;
  background-color: #ffffff;
}

.difference_table_head_main,
.difference_table tbody td:nth-of-type(1) {
  color: #1379CE;
  font-weight: 600;
}

.difference_mark_text {
  position: relative;
  display: block;
  padding-left: 1.2em;
}
.difference_mark_text::before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
}

.difference_mark_text_good::before {
  content: "◎";
}

.difference_mark_text_caution::before {
  content: "△";
}

@media (max-width: 1240px) {
  .difference_table thead .difference_table_head_label {
    width: 24%;
  }
  .difference_table thead .difference_table_head_main,
  .difference_table thead .difference_table_head_other {
    width: 38%;
  }
  .difference_table th,
  .difference_table td {
    padding: 12px 10px;
    font-size: clamp(0.875rem, 0.1449275362vw + 0.8369565217rem, 1rem);
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .difference_table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .difference_table th,
  .difference_table td {
    min-width: 200px;
    white-space: normal;
  }
  .difference_table tbody th {
    min-width: 128px;
  }
}
/*---------- method ----------*/
.method {
  margin-bottom: clamp(5rem, 5.0724637681vw + 3.6684782609rem, 9.375rem);
}

.method_ttl::after {
  content: "";
  display: inline-block;
  width: clamp(6.25rem, 3.003875969vw + 4.8081395349rem, 8.1875rem);
  aspect-ratio: 131/66;
  background: url("../images/method_icon.svg") no-repeat center/contain;
}

.method_text {
  width: clamp(22.5rem, 47.4576271186vw + 4.1101694915rem, 57.5rem);
}
@media (max-width: 620px) {
  .method_text {
    width: 100%;
  }
}

.method_unit {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 7.1428571429vw + -4.2857142857rem, 3.75rem) clamp(1.875rem, 8.2142857143vw + -4.4910714286rem, 4.75rem);
  width: 100%;
  background-color: #FFFAD3;
  border-radius: clamp(0.9375rem, 2.5362318841vw + 0.2717391304rem, 3.125rem);
  padding: clamp(1.875rem, 6.5217391304vw + 0.1630434783rem, 7.5rem) clamp(1.25rem, 5.7971014493vw + -0.2717391304rem, 6.25rem) clamp(1.875rem, 6.5217391304vw + 0.1630434783rem, 7.5rem);
  margin-top: clamp(1.875rem, 2.1739130435vw + 1.3043478261rem, 3.75rem);
}
.method_unit::before {
  content: "";
  position: absolute;
  top: calc(-1 * clamp(7.5rem, 16.1016949153vw + 1.2605932203rem, 19.375rem));
  right: clamp(0.625rem, 3.3898305085vw + -0.688559322rem, 3.125rem);
  width: clamp(12.5rem, 28.4745762712vw + 1.4661016949rem, 33.5rem);
  aspect-ratio: 536/380;
  background: url("../images/method_ill.png") no-repeat center/contain;
  z-index: 1;
}
@media (max-width: 620px) {
  .method_unit::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .method_unit {
    flex-direction: column;
    gap: clamp(1.875rem, 16.6666666667vw + -2.5rem, 2.5rem);
  }
}
.method_unit .method_item {
  position: relative;
  width: calc((100% - clamp(1.875rem, 8.2142857143vw + -4.4910714286rem, 4.75rem) * 2) / 3);
}
@media (max-width: 1240px) {
  .method_unit .method_item {
    width: calc((100% - (clamp(1.875rem, 8.2142857143vw + -4.4910714286rem, 4.75rem))) / 2);
  }
}
@media (max-width: 620px) {
  .method_unit .method_item {
    width: 100%;
  }
}

.method_item_ttl {
  display: block;
  margin-bottom: clamp(0.9375rem, 0.7246376812vw + 0.7472826087rem, 1.5625rem);
  background-color: #FF7F00;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1rem, 0.4347826087vw + 0.8858695652rem, 1.375rem);
  text-align: center;
  padding: clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem) clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  border-radius: clamp(0.3125rem, 0.7246376812vw + 0.1222826087rem, 0.9375rem);
}

.method_item_img {
  display: block;
  width: 100%;
  aspect-ratio: 652/435;
  border-radius: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  overflow: hidden;
  margin-bottom: clamp(0.9375rem, 0.7246376812vw + 0.7472826087rem, 1.5625rem);
}
.method_item_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------- flow ----------*/
.flow {
  margin-bottom: clamp(3.75rem, 4.347826087vw + 2.6086956522rem, 7.5rem);
}

.flow_unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.875rem, 2.1739130435vw + 1.3043478261rem, 3.75rem);
}

.flow_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: clamp(1.875rem, 11.5384615385vw + -9.2307692308rem, 3.75rem);
  width: 100%;
  padding: clamp(1.25rem, 3.6231884058vw + 0.2989130435rem, 4.375rem) clamp(1.25rem, 4.347826087vw + 0.1086956522rem, 5rem);
  background-color: #D8F2FF;
  border-radius: clamp(0.9375rem, 2.5362318841vw + 0.2717391304rem, 3.125rem);
}
@media (max-width: 1024px) {
  .flow_item {
    flex-direction: column;
    align-items: center;
    gap: clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem);
  }
}

.flow_item_txt {
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .flow_item_txt {
    width: min(100%, 600px);
  }
}

.flow_txt {
  display: block;
  color: #222222;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1rem, 0.2898550725vw + 0.9239130435rem, 1.25rem);
  margin-bottom: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
}

.flow_item_img {
  width: clamp(20rem, 82.6923076923vw + -59.5913461538rem, 33.4375rem);
  aspect-ratio: 535/409;
  border-radius: clamp(0.5rem, 0.8695652174vw + 0.2717391304rem, 1.25rem);
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1540px) {
  .flow_item_img {
    width: min(100%, 460px);
  }
}
.flow_item_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.step_num {
  display: inline-block;
  margin-bottom: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  color: #1379CE;
  background-color: #ffffff;
  border-radius: 50px;
  padding: clamp(0.1875rem, 0.1449275362vw + 0.1494565217rem, 0.3125rem) clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem) clamp(0.0625rem, 0.1449275362vw + 0.0244565217rem, 0.1875rem);
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.3;
  font-family: "Rubik", sans-serif;
  font-size: clamp(1rem, 0.7246376812vw + 0.8097826087rem, 1.625rem);
}

.flow_item_ttl {
  display: block;
  margin-bottom: clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem);
  color: #1379CE;
}

/*---------- faq ----------*/
.faq_ttl::after {
  content: "";
  display: inline-block;
  width: clamp(5rem, 1.9379844961vw + 4.0697674419rem, 6.25rem);
  aspect-ratio: 103/100;
  background: url("../images/faq_icon.svg") no-repeat center/contain;
}

.faq_list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.875rem, 0.4347826087vw + 0.7608695652rem, 1.25rem);
}

.faq_item {
  background-color: #FEF18E;
  border-radius: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.24s ease;
}
.faq_item.is-open {
  background-color: #FFED61;
}

.faq_question_wrap {
  margin: 0;
}

.faq_question {
  display: flex;
  align-items: center;
  width: 100%;
  gap: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  background-color: transparent;
  border: 0;
  border-radius: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  padding: clamp(1.125rem, 0.7246376812vw + 0.9347826087rem, 1.75rem) clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem);
  text-align: left;
  cursor: pointer;
  transition: background-color 0.24s ease;
}
@media (min-width: 769px) {
  .faq_question:hover {
    background-color: #FFED61;
  }
}

.faq_question_label {
  color: #FF7F00;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Rubik", sans-serif;
  font-size: clamp(1.875rem, 0.8695652174vw + 1.6467391304rem, 2.625rem);
  white-space: nowrap;
}

.faq_question_text {
  flex-grow: 1;
  color: #222222;
  font-weight: 500;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.125rem, 0.5797101449vw + 0.972826087rem, 1.625rem);
}

.faq_question_mark {
  position: relative;
  width: clamp(1.125rem, 0.7246376812vw + 0.9347826087rem, 1.75rem);
  height: clamp(1.125rem, 0.7246376812vw + 0.9347826087rem, 1.75rem);
  flex-shrink: 0;
  transition: transform 0.35s ease;
}
.faq_question_mark::before, .faq_question_mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background-color: #111827;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease, opacity 0.2s ease;
}
.faq_question_mark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq_question[aria-expanded=true] {
  background-color: transparent;
}
.faq_question[aria-expanded=true] .faq_question_mark {
  transform: rotate(180deg);
}
.faq_question[aria-expanded=true] .faq_question_mark::after {
  transform: translate(-50%, -50%) rotate(180deg) scaleX(0);
  opacity: 0;
}

.faq_answer {
  display: grid;
  grid-template-rows: 0fr;
  background-color: transparent;
  transition: grid-template-rows 0.35s ease;
}

.faq_answer_inner {
  overflow: hidden;
  padding: 0 clamp(1.625rem, 1.0144927536vw + 1.3586956522rem, 2.5rem) 0 clamp(1.625rem, 1.0144927536vw + 1.3586956522rem, 2.5rem);
  transition: padding 0.35s ease;
}
.faq_answer_inner p {
  margin: 0;
  color: #222222;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.9375rem, 0.2173913043vw + 0.8804347826rem, 1.125rem);
  padding-left: clamp(2.75rem, 2.0289855072vw + 2.2173913043rem, 4.5rem);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.faq_item.is-open .faq_answer {
  grid-template-rows: 1fr;
}
.faq_item.is-open .faq_answer .faq_answer_inner {
  padding: 0 clamp(1.625rem, 1.0144927536vw + 1.3586956522rem, 2.5rem) clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem) clamp(1.625rem, 1.0144927536vw + 1.3586956522rem, 2.5rem);
}
.faq_item.is-open .faq_answer p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}

@media (max-width: 768px) {
  .faq_head {
    margin-bottom: clamp(1.375rem, 2.2988505747vw + 0.7715517241rem, 1.875rem);
  }
  .faq_question {
    padding: clamp(0.875rem, 1.1494252874vw + 0.5732758621rem, 1.125rem) clamp(0.875rem, 1.1494252874vw + 0.5732758621rem, 1.125rem);
  }
  .faq_question_text {
    line-height: 1.4;
  }
  .faq_answer_inner {
    padding: 0 clamp(0.875rem, 1.1494252874vw + 0.5732758621rem, 1.125rem) 0 clamp(0.875rem, 1.1494252874vw + 0.5732758621rem, 1.125rem);
  }
  .faq_item.is-open .faq_answer .faq_answer_inner {
    padding: clamp(0.25rem, 1.1494252874vw + -0.0517241379rem, 0.5rem) clamp(0.875rem, 1.1494252874vw + 0.5732758621rem, 1.125rem) clamp(1.25rem, 5.7471264368vw + -0.2586206897rem, 2.5rem) clamp(0.875rem, 1.1494252874vw + 0.5732758621rem, 1.125rem);
  }
}
/*-------------------------------------------------------------------------------
  recruit
--------------------------------------------------------------------------------*/
/*---------- message ----------*/
.message {
  margin-bottom: clamp(5rem, 5.0724637681vw + 3.6684782609rem, 9.375rem);
}

.message_wrapper {
  width: 100%;
  padding-left: 8vw;
  display: flex;
  align-items: flex-start;
  gap: clamp(6.25rem, 8.0357142857vw + 0.0223214286rem, 9.0625rem);
}
@media (max-width: 1240px) {
  .message_wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0 4vw;
    gap: clamp(1.875rem, 2.4390243902vw + 1.2347560976rem, 3.125rem);
  }
}

.message_unit {
  position: relative;
  flex-grow: 1;
  padding-bottom: clamp(9.375rem, 30.3571428571vw + -14.1517857143rem, 20rem);
}
@media (max-width: 1240px) {
  .message_unit {
    padding-bottom: clamp(8.125rem, 6.0975609756vw + 6.5243902439rem, 11.25rem);
  }
}
.message_unit::after {
  position: absolute;
  bottom: 0;
  right: calc(-1 * clamp(12.5rem, 7.1428571429vw + 6.9642857143rem, 15rem));
  content: "";
  display: block;
  width: clamp(22.5rem, 38.9285714286vw + -7.6696428571rem, 36.125rem);
  aspect-ratio: 578/260;
  background: url("../images/message_ill.png") no-repeat center/contain;
}
@media (max-width: 1240px) {
  .message_unit::after {
    width: clamp(15rem, 7.3170731707vw + 13.0792682927rem, 18.75rem);
    right: 0;
  }
}

.message_img {
  width: clamp(30rem, 58.3928571429vw + -15.2544642857rem, 50.4375rem);
  aspect-ratio: 807/662;
  border-radius: clamp(0.9375rem, 2.5362318841vw + 0.2717391304rem, 3.125rem) 0 0 clamp(0.9375rem, 2.5362318841vw + 0.2717391304rem, 3.125rem);
  overflow: hidden;
  flex-shrink: 0;
}
.message_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1240px) {
  .message_img {
    width: min(100%, 680px);
    border-radius: clamp(0.9375rem, 0.7246376812vw + 0.7472826087rem, 1.5625rem);
    aspect-ratio: 3/2;
  }
}

/*---------- voice ----------*/
.voice {
  margin-bottom: clamp(3.75rem, 4.347826087vw + 2.6086956522rem, 7.5rem);
}

.voice_ttl::after {
  content: "";
  display: inline-block;
  width: clamp(6.25rem, 4.8449612403vw + 3.9244186047rem, 9.375rem);
  aspect-ratio: 150/88;
  background: url("../images/voice_icon.svg") no-repeat center/contain;
}

.voice_list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.875rem, 3.5714285714vw + -0.8928571429rem, 3.125rem) clamp(1.875rem, 3.5714285714vw + -0.8928571429rem, 3.125rem);
  width: 100%;
}
@media (max-width: 1240px) {
  .voice_list {
    flex-direction: column;
    gap: clamp(1.875rem, 2.4390243902vw + 1.2347560976rem, 3.125rem);
  }
}
.voice_list .voice_item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - clamp(1.875rem, 3.5714285714vw + -0.8928571429rem, 3.125rem) * 2) / 3);
  background-color: #D8F2FF;
  border-radius: clamp(0.9375rem, 2.5362318841vw + 0.2717391304rem, 3.125rem);
  padding: clamp(1.25rem, 3.5714285714vw + -1.5178571429rem, 2.5rem);
}
@media (max-width: 1240px) {
  .voice_list .voice_item {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    padding: clamp(1.25rem, 1.6129032258vw + 0.625rem, 1.875rem);
  }
}
@media (max-width: 620px) {
  .voice_list .voice_item {
    flex-direction: column;
    align-items: center;
    padding: clamp(1.25rem, 5vw + -0.0625rem, 1.875rem);
  }
}

.voice_item_img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: clamp(0.9375rem, 0.7246376812vw + 0.7472826087rem, 1.5625rem);
}
@media (max-width: 1240px) {
  .voice_item_img {
    width: clamp(12.5rem, 12.9032258065vw + 7.5rem, 17.5rem);
    margin-bottom: 0;
    margin-right: clamp(1.5625rem, 5.6451612903vw + -0.625rem, 3.75rem);
    flex-shrink: 0;
  }
}
@media (max-width: 620px) {
  .voice_item_img {
    width: min(100%, 360px);
    margin-right: 0;
    margin-bottom: clamp(0.9375rem, 0.7246376812vw + 0.7472826087rem, 1.5625rem);
  }
}
.voice_item_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.voice_item_unit {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 1240px) {
  .voice_item_unit {
    margin-top: clamp(0.625rem, 1.2195121951vw + 0.3048780488rem, 1.25rem);
    width: 100%;
  }
}

.voice_item_name {
  display: block;
  margin-bottom: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  background-color: #1379CE;
  color: #ffffff;
  border-radius: clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem);
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.125rem, 0.8695652174vw + 0.8967391304rem, 1.875rem);
  padding: clamp(0.1875rem, 0.1449275362vw + 0.1494565217rem, 0.3125rem) clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem);
  text-align: center;
}

/*---------- step ----------*/
.step {
  margin-bottom: clamp(5rem, 5.0724637681vw + 3.6684782609rem, 9.375rem);
}

.step_list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem);
}

.step_item {
  display: flex;
  align-items: center;
  gap: clamp(1.875rem, 2.8985507246vw + 1.1141304348rem, 4.375rem);
  background-color: #FFFAD3;
  border-radius: clamp(0.9375rem, 2.5362318841vw + 0.2717391304rem, 3.125rem);
  padding: clamp(1.5625rem, 1.0869565217vw + 1.277173913rem, 2.5rem) clamp(1.25rem, 2.8985507246vw + 0.4891304348rem, 3.75rem);
}
@media (max-width: 768px) {
  .step_item {
    flex-direction: column;
    align-items: center;
    gap: clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem);
    text-align: center;
  }
}

.step_item_num {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  color: #FF7F00;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 0.9;
  font-family: "Rubik", sans-serif;
  font-size: clamp(0.9375rem, 0.652173913vw + 0.7663043478rem, 1.5rem);
}
.step_item_num span {
  display: block;
  font-size: clamp(3.5rem, 1.3043478261vw + 3.1576086957rem, 4.625rem);
  text-align: center;
}

.step_item_ttl {
  display: block;
  color: #FF7F00;
  margin-bottom: clamp(0.3125rem, 0.7246376812vw + 0.1222826087rem, 0.9375rem);
}

.step_item_inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.step_item_inner .cmn_info {
  width: 100%;
}
.step_item_inner .cmn_info .cmn_info_item {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 1540px) {
  .step_item_inner .cmn_info .cmn_info_item {
    width: 100%;
  }
}

.step_item_unit {
  display: flex;
  gap: clamp(1.875rem, 0.7246376812vw + 1.6847826087rem, 2.5rem);
  flex-grow: 1;
}
@media (max-width: 768px) {
  .step_item_unit {
    flex-direction: column;
    align-items: center;
  }
}

.step_item_txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  text-align: left;
}
@media (max-width: 768px) {
  .step_item_txt {
    align-items: center;
  }
}

.step_item_ill {
  flex-shrink: 0;
}
.step_item_ill.step_item_ill01 {
  width: clamp(7.5rem, 2.4637681159vw + 6.8532608696rem, 9.625rem);
  aspect-ratio: 154/131;
}
.step_item_ill.step_item_ill02 {
  width: clamp(6.25rem, 2.1739130435vw + 5.6793478261rem, 8.125rem);
  aspect-ratio: 130/108;
}
.step_item_ill.step_item_ill03 {
  width: clamp(6.875rem, 1.9565217391vw + 6.3614130435rem, 8.5625rem);
  aspect-ratio: 137/97;
}
.step_item_ill img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*---------- environment ----------*/
.environment {
  margin-bottom: clamp(5rem, 5.0724637681vw + 3.6684782609rem, 9.375rem);
}

.environment_unit {
  display: flex;
  gap: clamp(1.875rem, 7.1428571429vw + -3.6607142857rem, 4.375rem);
}
@media (max-width: 1240px) {
  .environment_unit {
    flex-direction: column;
    align-items: center;
    gap: clamp(3.125rem, 4.8780487805vw + 1.8445121951rem, 5.625rem);
  }
}
.environment_unit .environment_item {
  position: relative;
  width: calc(100% - (clamp(1.875rem, 7.1428571429vw + -3.6607142857rem, 4.375rem)) / 2);
  background-color: #D8F2FF;
  border-radius: clamp(0.9375rem, 2.5362318841vw + 0.2717391304rem, 3.125rem);
  padding: clamp(1.875rem, 1.4492753623vw + 1.4945652174rem, 3.125rem) clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem) clamp(1.875rem, 1.4492753623vw + 1.4945652174rem, 3.125rem);
}
@media (max-width: 1240px) {
  .environment_unit .environment_item {
    width: 100%;
  }
}
.environment_unit .environment_item::after {
  content: "";
  position: absolute;
  bottom: calc(-1 * clamp(3.125rem, 2.1739130435vw + 2.5543478261rem, 5rem));
  left: 50%;
  transform: translateX(-50%);
}
.environment_unit .environment_item::after img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.environment_item_ttl {
  color: #1379CE;
  margin-bottom: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
}

.environment_man {
  position: absolute;
  top: calc(-1 * clamp(3.75rem, 10.7142857143vw + -4.5535714286rem, 7.5rem));
  right: clamp(0.625rem, 7.1428571429vw + -4.9107142857rem, 3.125rem);
  width: clamp(9.375rem, 15vw + -2.25rem, 14.625rem);
  aspect-ratio: 234/212;
}
@media (max-width: 1240px) {
  .environment_man {
    top: calc(-1 * clamp(4.375rem, 3.6585365854vw + 3.4146341463rem, 6.25rem));
    right: clamp(0.625rem, 4.8780487805vw + -0.6554878049rem, 3.125rem);
    width: clamp(6.25rem, 12.1951219512vw + 3.0487804878rem, 12.5rem);
  }
}

.environment_woman {
  position: absolute;
  top: calc(-1 * clamp(3.125rem, 9.4642857143vw + -4.2098214286rem, 6.4375rem));
  right: clamp(0.625rem, 7.1428571429vw + -4.9107142857rem, 3.125rem);
  width: clamp(8.125rem, 13.75vw + -2.53125rem, 12.9375rem);
  aspect-ratio: 207/105;
}
@media (max-width: 1240px) {
  .environment_woman {
    top: calc(-1 * clamp(2.5rem, 4.8780487805vw + 1.2195121951rem, 5rem));
    right: clamp(0.625rem, 4.8780487805vw + -0.6554878049rem, 3.125rem);
    width: clamp(5rem, 10.9756097561vw + 2.118902439rem, 10.625rem);
  }
}

.environment_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.875rem, 8.2142857143vw + -4.4910714286rem, 4.75rem) clamp(1.875rem, 8.2142857143vw + -4.4910714286rem, 4.75rem);
  width: 100%;
  margin-top: clamp(1.875rem, 2.1739130435vw + 1.3043478261rem, 3.75rem);
}
@media (max-width: 480px) {
  .environment_list {
    flex-direction: column;
    gap: clamp(1.25rem, 16.6666666667vw + -3.125rem, 1.875rem);
  }
}
.environment_list .environment_img {
  display: block;
  position: relative;
  width: calc((100% - clamp(1.875rem, 8.2142857143vw + -4.4910714286rem, 4.75rem) * 2) / 3);
  aspect-ratio: 495/370;
  border-radius: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  overflow: hidden;
}
@media (max-width: 1240px) {
  .environment_list .environment_img {
    width: calc((100% - (clamp(1.875rem, 8.2142857143vw + -4.4910714286rem, 4.75rem))) / 2);
  }
}
@media (max-width: 620px) {
  .environment_list .environment_img {
    width: 100%;
  }
}
.environment_list .environment_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------- application ----------*/
.application {
  margin-bottom: clamp(5rem, 5.0724637681vw + 3.6684782609rem, 9.375rem);
}

.application_ttl {
  gap: clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem);
}
.application_ttl::after {
  content: "";
  display: inline-block;
  width: clamp(2.5rem, 3.8759689922vw + 0.6395348837rem, 5rem);
  aspect-ratio: 80/112;
  background: url("../images/application_icon.svg") no-repeat center/contain;
}

.application_item_ttl {
  display: block;
  font-weight: 600;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.9375rem, 0.2173913043vw + 0.8804347826rem, 1.125rem);
  width: 20%;
  flex-shrink: 0;
}

.application_item_txt {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.9375rem, 0.2173913043vw + 0.8804347826rem, 1.125rem);
  flex-grow: 1;
}

.application_btn {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.875rem, 1.4492753623vw + 1.4945652174rem, 3.125rem);
}

.cmn_application_btn {
  background-color: #FF7F00;
}
@media (min-width: 769px) {
  .cmn_application_btn:hover {
    background-color: #FF6200;
  }
}

/*-------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------*/
/*---------- greeting ----------*/
.greeting {
  margin-bottom: clamp(5rem, 5.0724637681vw + 3.6684782609rem, 9.375rem);
}

.greeting_wrapper {
  position: relative;
  width: calc(100% - 13vw);
  margin-left: 13vw;
  background-color: #D8F2FF;
  border-radius: clamp(1.875rem, 2.5773195876vw + 0.2255154639rem, 3.125rem) 0 0 clamp(1.875rem, 2.5773195876vw + 0.2255154639rem, 3.125rem);
  padding: clamp(2.5rem, 6.4432989691vw + -1.6237113402rem, 5.625rem) clamp(2.5rem, 6.4432989691vw + -1.6237113402rem, 5.625rem) clamp(3.125rem, 6.4432989691vw + -0.9987113402rem, 6.25rem) clamp(5rem, 7.7319587629vw + 0.0515463918rem, 8.75rem);
  display: flex;
  align-items: flex-start;
  gap: clamp(3.125rem, 9.0206185567vw + -2.6481958763rem, 7.5rem);
}
@media (max-width: 1024px) {
  .greeting_wrapper {
    flex-direction: column;
    align-items: center;
    width: calc(100% - 6vw);
    border-radius: 0 clamp(0.9375rem, 2.4834437086vw + 0.2855960265rem, 1.875rem) clamp(0.9375rem, 2.4834437086vw + 0.2855960265rem, 1.875rem) 0;
    margin-left: 0;
    margin-right: 6vw;
    padding: clamp(1.875rem, 9.9337748344vw + -0.732615894rem, 5.625rem) 4vw 4vw;
    gap: clamp(1.875rem, 3.3112582781vw + 1.005794702rem, 3.125rem);
  }
}

.greeting_ill {
  position: absolute;
  bottom: calc(-1 * clamp(1.875rem, 1.0869565217vw + 1.589673913rem, 2.8125rem));
  left: calc(-1 * clamp(3.125rem, 8.6956521739vw + 0.8423913043rem, 10.625rem));
  width: clamp(8.125rem, 12.1739130435vw + 4.9293478261rem, 18.625rem);
  aspect-ratio: 298/386;
  z-index: 1;
}
@media (max-width: 1024px) {
  .greeting_ill {
    left: auto;
    right: calc(-1 * clamp(1.25rem, 3.3112582781vw + 0.380794702rem, 2.5rem));
  }
}

.greeting_unit {
  flex-grow: 1;
}
.greeting_unit:last-child {
  padding-left: clamp(2.5rem, 5.1546391753vw + -0.7989690722rem, 5rem);
}
@media (max-width: 1024px) {
  .greeting_unit:last-child {
    padding-left: 0;
    padding-right: clamp(5rem, 11.5894039735vw + 1.957781457rem, 9.375rem);
  }
}

.greeting_ttl::after {
  content: "";
  display: inline-block;
  width: clamp(2.5rem, 3.2945736434vw + 0.9186046512rem, 4.625rem);
  aspect-ratio: 74/65;
  background: url("../images/greeting_icon.svg") no-repeat center/contain;
}

.greeting_img {
  display: block;
  width: clamp(17.5rem, 20.8333333333vw + 7.5rem, 30.9375rem);
  aspect-ratio: 530/495;
  border-radius: clamp(0.625rem, 1.4492753623vw + 0.2445652174rem, 1.875rem);
  overflow: hidden;
  flex-shrink: 0;
}
.greeting_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .greeting_img {
    width: min(100%, 680px);
    border-radius: clamp(0.9375rem, 0.7246376812vw + 0.7472826087rem, 1.5625rem);
    aspect-ratio: 3/2;
  }
}

.greeting_name {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.0625rem, 0.7971014493vw + 0.8532608696rem, 1.75rem);
}

.greeting_position {
  font-size: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem);
  margin-right: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
}

/*---------- overview ----------*/
.overview {
  margin-bottom: clamp(5rem, 5.0724637681vw + 3.6684782609rem, 9.375rem);
}

/*---------- member ----------*/
.member {
  margin-bottom: clamp(5rem, 8.6956521739vw + 2.7173913043rem, 12.5rem);
}

.member_wrapper {
  position: relative;
  width: 100%;
  padding: clamp(1.875rem, 3.6231884058vw + 0.9239130435rem, 5rem) clamp(1.25rem, 2.8985507246vw + 0.4891304348rem, 3.75rem) clamp(9.375rem, 9.4202898551vw + 6.902173913rem, 17.5rem);
  background-color: #FFFAD3;
  border-radius: clamp(0.9375rem, 2.5362318841vw + 0.2717391304rem, 3.125rem);
}

.member_ill {
  position: absolute;
  bottom: calc(-1 * clamp(3.125rem, 2.1739130435vw + 2.5543478261rem, 5rem));
  right: clamp(1.875rem, 4.347826087vw + 0.7336956522rem, 5.625rem);
  width: clamp(11.25rem, 15.7971014493vw + 7.1032608696rem, 24.875rem);
  aspect-ratio: 398/371;
}

.member_ttl::after {
  content: "";
  display: inline-block;
  width: clamp(3.75rem, 3.7790697674vw + 1.9360465116rem, 6.1875rem);
  aspect-ratio: 99/102;
  background: url("../images/member_icon.svg") no-repeat center/contain;
}

.member_list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.9375rem, 1.8115942029vw + 0.4619565217rem, 2.5rem) clamp(0.9375rem, 1.8115942029vw + 0.4619565217rem, 2.5rem);
}
@media (max-width: 1240px) {
  .member_list {
    flex-direction: column;
  }
}

.member_item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #FEF18E;
  color: #FF7F00;
  font-weight: 600;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.9375rem, 0.5072463768vw + 0.8043478261rem, 1.375rem);
  border-radius: clamp(0.625rem, 3.6231884058vw + -0.3260869565rem, 3.75rem);
  padding: clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem) clamp(1.25rem, 2.8985507246vw + 0.4891304348rem, 3.75rem);
}
@media (max-width: 620px) {
  .member_item {
    width: 100%;
  }
}

/*---------- access ----------*/
.access {
  margin-bottom: clamp(5rem, 5.0724637681vw + 3.6684782609rem, 9.375rem);
}

.access_wrapper {
  position: relative;
  width: calc(100% - 14vw);
  margin-right: 14vw;
  display: flex;
  align-items: flex-start;
  gap: clamp(3.125rem, 9.0206185567vw + -2.6481958763rem, 7.5rem);
}
@media (max-width: 1024px) {
  .access_wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: calc(100% - 6vw);
    margin-right: 6vw;
    gap: clamp(1.875rem, 3.3112582781vw + 1.005794702rem, 3.125rem);
  }
}

.access_ttl::after {
  content: "";
  display: inline-block;
  width: clamp(3.125rem, 1.9379844961vw + 2.1947674419rem, 4.375rem);
  aspect-ratio: 70/75;
  background: url("../images/access_icon.svg") no-repeat center/contain;
}

.access_map {
  position: relative;
  width: clamp(37.5rem, 64.4329896907vw + -3.7371134021rem, 68.75rem);
  aspect-ratio: 1100/690;
  border-radius: 0 clamp(0.9375rem, 2.5362318841vw + 0.2717391304rem, 3.125rem) clamp(0.9375rem, 2.5362318841vw + 0.2717391304rem, 3.125rem) 0;
  overflow: hidden;
  flex-shrink: 0;
}
.access_map iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .access_map {
    width: 100%;
    aspect-ratio: 3/2;
    border-radius: clamp(0.9375rem, 0.7246376812vw + 0.7472826087rem, 1.5625rem);
  }
}

.access_info {
  flex-grow: 1;
  margin-top: clamp(1.25rem, 7.2463768116vw + -0.652173913rem, 7.5rem);
}
@media (max-width: 1024px) {
  .access_info {
    margin-left: 4vw;
    margin-top: 0;
  }
}

.access_br {
  display: block;
}
@media (max-width: 1024px) {
  .access_br {
    display: none;
  }
}
@media (max-width: 480px) {
  .access_br {
    display: block;
  }
}

/*-------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
/*---------- info ----------*/
.contact_info {
  margin-bottom: clamp(5rem, 5.0724637681vw + 3.6684782609rem, 9.375rem);
}

.contact_info_inner {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem);
}

.contact_form {
  margin-bottom: clamp(5rem, 5.0724637681vw + 3.6684782609rem, 9.375rem);
  padding: clamp(2.5rem, 3.8759689922vw + 0.6395348837rem, 5rem) clamp(1.25rem, 3.8759689922vw + -0.6104651163rem, 3.75rem) clamp(5rem, 1.9379844961vw + 4.0697674419rem, 6.25rem);
  background-color: #D8F2FF;
}
@media (max-width: 768px) {
  .contact_form {
    padding: clamp(1.875rem, 2.8735632184vw + 1.1206896552rem, 2.5rem) 0 clamp(3.125rem, 8.6206896552vw + 0.8620689655rem, 5rem);
  }
}

.check_form-area {
  text-align: center;
}

.contactform_wrapper {
  margin: 0 auto;
  margin-bottom: clamp(5rem, 5.0724637681vw + 3.6684782609rem, 9.375rem);
}
.contactform_wrapper .cmn_ttl {
  margin-bottom: 0;
}

.contact_form_unit {
  display: block;
  font-size: clamp(0.9375rem, 0.2173913043vw + 0.8804347826rem, 1.125rem);
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: left;
}
.contact_form_unit dl {
  display: flex;
  flex-direction: column;
}
.contact_form_unit dl:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .contact_form_unit dl:not(:first-child) {
    margin-top: 30px;
  }
}
.contact_form_unit dl dt {
  display: block;
  width: 100%;
  margin-bottom: clamp(0.625rem, 0.3623188406vw + 0.5298913043rem, 0.9375rem);
  font-weight: 700;
}
.contact_form_unit dl dd {
  display: block;
  width: 100%;
}
.contact_form_unit .check_zip {
  width: 470px;
}
@media (max-width: 768px) {
  .contact_form_unit .check_zip {
    width: 100%;
  }
}
.contact_form_unit .wpcf7-list-item:first-child {
  margin-left: -5px !important;
}
@media (max-width: 768px) {
  .contact_form_unit .wpcf7-list-item:first-child {
    margin-left: -12px !important;
  }
}
@media (max-width: 768px) {
  .contact_form_unit .wpcf7-list-item {
    margin-left: -12px !important;
  }
}
.contact_form_unit .form_contact_01 {
  position: relative;
}
.contact_form_unit .form_contact_01::after {
  position: absolute;
  display: block;
  top: 50%;
  left: 42%;
  content: "▼";
  font-size: clamp(0.875rem, 0.1449275362vw + 0.8369565217rem, 1rem);
  font-weight: 500;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #A3A3A3;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .contact_form_unit .form_contact_01::after {
    left: auto;
    right: 5vw;
  }
}
.contact_form_unit .input_short {
  width: 47%;
}
@media (max-width: 768px) {
  .contact_form_unit .input_short {
    width: 100%;
  }
}
.step-confirm .contact_form_unit dl {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #1379CE;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .step-confirm .contact_form_unit dl {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
    padding: 10px 0 20px 0;
  }
}
.step-confirm .contact_form_unit dl:last-child {
  display: none;
}
.step-confirm .contact_form_unit dt {
  color: #333333;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  width: 35%;
  flex: 1;
}
@media (max-width: 768px) {
  .step-confirm .contact_form_unit dt {
    width: 100%;
    padding: 10px 15px;
  }
}
.step-confirm .contact_form_unit dt span {
  display: none;
}
.step-confirm .contact_form_unit dd {
  width: 65%;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .step-confirm .contact_form_unit dd {
    width: 100%;
    padding: 0 15px;
  }
}
.contact_form_unit .privacy-agree {
  display: none;
}
.contact_form_unit .privacy-agree + .val-err {
  text-align: center;
}

.required {
  display: inline-block;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  background: #0073B7;
  color: #fff;
  padding: clamp(0.25rem, 0.0724637681vw + 0.2309782609rem, 0.3125rem) clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  margin-left: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  border-radius: clamp(0.1875rem, 0.1449275362vw + 0.1494565217rem, 0.3125rem);
}

.radio-area {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3px;
}
@media (max-width: 1240px) {
  .radio-area > span {
    width: 100%;
    margin-left: 0 !important;
  }
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 3px;
  padding: 14px 23px 10px 43px;
  position: relative;
  line-height: 1;
}
@media (max-width: 1240px) {
  input[type=radio] + span {
    padding-left: 43px;
    padding-top: 17px;
  }
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  transform: scale(1);
  transition: all ease-out 250ms;
  top: 12px;
  left: 7px;
}
@media (max-width: 768px) {
  input[type=radio] + span::before {
    top: 14px;
    left: 11px;
  }
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #DFDFDF;
  position: absolute;
  transform: scale(1);
  transition: all ease-out 250ms;
  top: 18px;
  left: 13px;
}
@media (max-width: 768px) {
  input[type=radio] + span::after {
    top: 20px;
    left: 17px;
  }
}
.radio_wrapper input[type=radio] {
  margin-left: -1rem;
}
input[type=radio]:checked + span::before {
  background-color: #ffffff;
}
input[type=radio]:checked + span::after {
  background-color: #1379CE;
}

input,
textarea,
select {
  padding: clamp(1.25rem, 0.7246376812vw + 1.0597826087rem, 1.875rem) clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem);
  margin-bottom: 3px;
  background-color: #ffffff;
  border-radius: clamp(0.3125rem, 0.7246376812vw + 0.1222826087rem, 0.9375rem);
}
@media (max-width: 768px) {
  input,
  textarea,
  select {
    width: 100%;
  }
}

.form-select {
  display: inline-block;
  position: relative;
  width: 470px;
}
@media (max-width: 768px) {
  .form-select {
    width: 100%;
  }
}
.form-select::before {
  position: absolute;
  content: "▼";
  color: #1379CE;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(1.875rem, 1.4492753623vw + 1.4945652174rem, 3.125rem);
}

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

.form-address > li + li {
  margin-top: 20px;
}

textarea {
  height: clamp(18.75rem, 7.2463768116vw + 16.847826087rem, 25rem);
}

.unit-privacy {
  padding: 35px 30px;
  background-color: #f3f3f3;
}
@media (max-width: 768px) {
  .unit-privacy {
    padding: 15px;
  }
}

.privacy_content_wrapper {
  margin-top: clamp(3.125rem, 3.6231884058vw + 2.1739130435rem, 6.25rem);
}

.form-privacy-ttl {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.0625rem, 0.2173913043vw + 1.0054347826rem, 1.25rem);
  color: #222222;
  margin-bottom: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
}

.privacy_content {
  background-color: #ffffff;
  padding: clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem) clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem) clamp(1.875rem, 1.4492753623vw + 1.4945652174rem, 3.125rem);
  margin-bottom: clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem);
}

.privacy_content_inner {
  height: clamp(12.5rem, 10.8695652174vw + 9.6467391304rem, 21.875rem);
  overflow-y: scroll;
  padding-right: clamp(0.625rem, 1.4492753623vw + 0.2445652174rem, 1.875rem);
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #222222;
}
.privacy_content_inner h3 {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1rem, 0.2898550725vw + 0.9239130435rem, 1.25rem);
  margin-top: clamp(1.875rem, 1.4492753623vw + 1.4945652174rem, 3.125rem);
  margin-bottom: clamp(0.5rem, 0.5072463768vw + 0.3668478261rem, 0.9375rem);
}
.privacy_content_inner h3:first-child {
  margin-top: 0;
}
.privacy_content_inner::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .privacy_content_inner::-webkit-scrollbar {
    width: 4px;
  }
}
.privacy_content_inner::-webkit-scrollbar-track {
  background: transparent;
  background-color: #E8E8E8;
}
.privacy_content_inner::-webkit-scrollbar-thumb {
  background-color: #1379CE;
  width: 8px;
  border-radius: 4px;
}

.privacy_check_wrapper {
  text-align: center;
}

.privacy-agree {
  margin-top: 30px;
  font-size: clamp(1rem, 0.2898550725vw + 0.9239130435rem, 1.25rem);
  font-weight: 600;
  letter-spacing: calc(100 * 0.001em);
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #222222;
  text-align: center;
}

.contact_submit_part {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .contact_submit_part {
    flex-direction: column;
    align-items: center;
  }
}

body.contact_confirm .form_contact_01::after,
body.contact_thanks .form_contact_01::after {
  display: none;
}
body.contact_confirm .privacy-agree,
body.contact_thanks .privacy-agree {
  display: none;
}
body.contact_confirm .check_block,
body.contact_thanks .check_block {
  margin-left: 0;
}
body.contact_confirm .contact_submit_part .is_back-btn,
body.contact_thanks .contact_submit_part .is_back-btn {
  padding: 25px 30px 25px 70px;
  justify-content: flex-end;
}
body.contact_confirm .contact_submit_part .is_back-btn::after,
body.contact_thanks .contact_submit_part .is_back-btn::after {
  transform: scale(-1, 1);
  right: auto;
  left: 30px;
}
body.contact_confirm .contact_submit_part .is_back-btn::before,
body.contact_thanks .contact_submit_part .is_back-btn::before {
  background: linear-gradient(90deg, #b1b1b1 0%, #6b6b6b 50%, #4a4a4a 100%);
  transform: translateX(50%);
}
@media (min-width: 769px) {
  body.contact_confirm .contact_submit_part .is_back-btn:hover::after,
  body.contact_thanks .contact_submit_part .is_back-btn:hover::after {
    transform: scale(-1, 1) translateX(8px);
  }
  body.contact_confirm .contact_submit_part .is_back-btn:hover::before,
  body.contact_thanks .contact_submit_part .is_back-btn:hover::before {
    transform: translateX(0);
  }
}
body.contact_confirm .contact_submit_part .is_send-btn,
body.contact_thanks .contact_submit_part .is_send-btn {
  margin-left: 4%;
}
@media (max-width: 768px) {
  body.contact_confirm .contact_submit_part .is_send-btn,
  body.contact_thanks .contact_submit_part .is_send-btn {
    margin: 15px auto 0;
  }
}
body.contact_confirm .contact_submit_part .is_send-btn p,
body.contact_thanks .contact_submit_part .is_send-btn p {
  display: inline-block;
}

.check_block {
  margin-left: 30%;
}
@media (max-width: 768px) {
  .check_block {
    margin-left: 0;
  }
}

body.step-confirm .form-select::before {
  display: none;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  font-size: clamp(0.9375rem, 0.2173913043vw + 0.8804347826rem, 1.125rem);
  font-weight: 700;
  letter-spacing: calc(30 * 0.001em);
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 2px;
  padding: 14px 0px 0px 40px;
  position: relative;
  line-height: 1;
  letter-spacing: 0.15rem;
  color: #222222;
}
input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/16;
  background: url(../images/check.svg) no-repeat center center/cover;
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 15px;
  left: 4px;
  opacity: 0;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::after {
    top: 13px;
    left: 9px;
  }
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background-color: #ffffff;
  border-radius: clamp(0.1875rem, 0.1449275362vw + 0.1494565217rem, 0.3125rem);
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::before {
    top: 8px;
    left: 5px;
  }
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.check_no-through {
  margin-top: 40px;
  text-align: center;
  font-size: clamp(0.9375rem, 0.2173913043vw + 0.8804347826rem, 1.125rem);
  font-weight: 500;
  letter-spacing: calc(30 * 0.001em);
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
}

.send_ttl {
  font-size: clamp(1.125rem, 0.4347826087vw + 1.0108695652rem, 1.5rem);
  font-weight: 700;
  letter-spacing: calc(30 * 0.001em);
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: clamp(1.875rem, 2.1739130435vw + 1.3043478261rem, 3.75rem);
  margin-bottom: clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem);
  text-align: center;
}

/*-------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------*/
.index_btn {
  margin-top: clamp(1.25rem, 2.8985507246vw + 0.4891304348rem, 3.75rem);
}

/*---------- info ----------*/
.index_info {
  margin-bottom: clamp(5rem, 5.0724637681vw + 3.6684782609rem, 9.375rem);
}

.index_info_inner {
  position: relative;
  width: 100%;
  padding: clamp(5rem, 2.8985507246vw + 4.2391304348rem, 7.5rem) clamp(0.625rem, 6.5217391304vw + -1.0869565217rem, 6.25rem) clamp(6.25rem, 28.9855072464vw + -1.3586956522rem, 31.25rem);
}

.index_info_unit {
  position: relative;
  padding: clamp(2.5rem, 3.9855072464vw + 1.4538043478rem, 5.9375rem) clamp(1.875rem, 14.4927536232vw + -1.9293478261rem, 14.375rem) clamp(3.125rem, 3.6231884058vw + 2.1739130435rem, 6.25rem);
  background-color: #FFFAD3;
  border-radius: clamp(1.875rem, 3.5714285714vw + -0.8928571429rem, 3.125rem);
  text-align: center;
  z-index: -1;
}
@media (max-width: 620px) {
  .index_info_unit {
    text-align: left;
  }
}

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

.town_set {
  position: absolute;
  width: clamp(8.75rem, 18.8405797101vw + 3.8043478261rem, 25rem);
}

.town01_set {
  top: clamp(0.3125rem, 5.4347826087vw + -1.1141304348rem, 5rem);
  left: calc(-1 * clamp(1.25rem, 2.8985507246vw + 0.4891304348rem, 3.75rem));
}
@media (max-width: 768px) {
  .town01_set {
    left: -8vw;
  }
}

.town02_set {
  bottom: clamp(0.625rem, 10.1449275362vw + -2.0380434783rem, 9.375rem);
  left: clamp(0rem, 13.0813953488vw + -6.2790697674rem, 8.4375rem);
}
@media (max-width: 768px) {
  .town02_set {
    left: -8vw;
  }
}

.town03_set {
  bottom: clamp(1.25rem, 10.1449275362vw + -1.4130434783rem, 10rem);
  right: clamp(1.25rem, 23.2558139535vw + -9.9127906977rem, 16.25rem);
}
@media (max-width: 768px) {
  .town03_set {
    right: -8vw;
  }
}

.town_ill {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}

.shadow {
  position: absolute;
  width: clamp(8.75rem, 18.8405797101vw + 3.8043478261rem, 25rem);
  bottom: calc(-1 * clamp(1.25rem, 2.8985507246vw + 0.4891304348rem, 3.75rem));
}
.shadow img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.people,
.bike_ill,
.flyer_ill,
.flyer_bg_ill {
  position: absolute;
}
.people img,
.bike_ill img,
.flyer_ill img,
.flyer_bg_ill img {
  width: 100%;
  height: auto;
}

.people01_ill {
  width: clamp(4.75rem, 6.0869565217vw + 3.152173913rem, 10rem);
  top: clamp(12.5rem, 13.0434782609vw + 9.0760869565rem, 23.75rem);
  left: clamp(0rem, 5.8139534884vw + -2.7906976744rem, 3.75rem);
}
@media (max-width: 768px) {
  .people01_ill {
    display: none;
  }
}

.people02_ill {
  width: clamp(5.625rem, 7.6086956522vw + 3.6277173913rem, 12.1875rem);
  bottom: clamp(1.875rem, 23.1884057971vw + -4.2119565217rem, 21.875rem);
  left: 0;
  right: 0;
  margin-inline: auto;
}

.people03_ill {
  width: clamp(1.625rem, 1.4492753623vw + 1.2445652174rem, 2.875rem);
  bottom: clamp(0rem, 11.5942028986vw + -3.0434782609rem, 10rem);
  left: clamp(17.5rem, 31.007751938vw + 2.6162790698rem, 37.5rem);
}
@media (max-width: 768px) {
  .people03_ill {
    bottom: calc(-1 * clamp(1.875rem, -2.8735632184vw + 2.6293103448rem, 1.25rem));
    left: clamp(6.25rem, 28.7356321839vw + -1.2931034483rem, 12.5rem);
  }
}

.people04_ill {
  width: clamp(3.625rem, 4.347826087vw + 2.4836956522rem, 7.375rem);
  bottom: 0;
  right: clamp(0.9375rem, 14.0503875969vw + -5.8066860465rem, 10rem);
}
@media (max-width: 1240px) {
  .people04_ill {
    bottom: -70px;
  }
}
@media (max-width: 768px) {
  .people04_ill {
    display: none;
  }
}

.people05_ill {
  width: clamp(3.75rem, 4.4202898551vw + 2.589673913rem, 7.5625rem);
  bottom: calc(-1 * clamp(1.25rem, 1.9379844961vw + 0.3197674419rem, 2.5rem));
  left: clamp(11.25rem, 23.2558139535vw + 0.0872093023rem, 26.25rem);
}
@media (max-width: 1240px) {
  .people05_ill {
    bottom: -90px;
  }
}
@media (max-width: 768px) {
  .people05_ill {
    left: clamp(3.125rem, 28.7356321839vw + -4.4181034483rem, 9.375rem);
    bottom: calc(-1 * clamp(4.6875rem, 1.4367816092vw + 4.3103448276rem, 5rem));
  }
}

.people06_ill {
  width: clamp(3.6875rem, 4.4202898551vw + 2.527173913rem, 7.5rem);
  bottom: calc(-1 * clamp(1.25rem, 1.9379844961vw + 0.3197674419rem, 2.5rem));
  right: clamp(11.25rem, 32.9457364341vw + -4.5639534884rem, 32.5rem);
}
@media (max-width: 1240px) {
  .people06_ill {
    bottom: -90px;
  }
}
@media (max-width: 768px) {
  .people06_ill {
    right: clamp(3.125rem, 28.7356321839vw + -4.4181034483rem, 9.375rem);
    bottom: calc(-1 * clamp(4.6875rem, 1.4367816092vw + 4.3103448276rem, 5rem));
  }
}

.bike_ill {
  width: clamp(5rem, 6.231884058vw + 3.3641304348rem, 10.375rem);
  bottom: clamp(9.375rem, 22.2868217054vw + -1.3226744186rem, 23.75rem);
  right: clamp(0rem, 2.1739130435vw + -0.5706521739rem, 1.875rem);
}
@media (max-width: 1240px) {
  .bike_ill {
    bottom: auto;
    top: clamp(1.25rem, 5.0724637681vw + -0.0815217391rem, 5.625rem);
    right: calc(-1 * clamp(1.875rem, 3.6585365854vw + 0.9146341463rem, 3.75rem));
  }
}

.flyer_ill {
  width: clamp(5rem, 9.5652173913vw + 2.4891304348rem, 13.25rem);
  top: clamp(1.875rem, 1.9379844961vw + 0.9447674419rem, 3.125rem);
  right: clamp(8.125rem, 15.503875969vw + 0.6831395349rem, 18.125rem);
}

.flyer_bg_ill {
  width: clamp(37.5rem, 46.5942028986vw + 25.2690217391rem, 77.6875rem);
  top: calc(-1 * clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem));
  right: calc(-1 * clamp(0.625rem, 1.9379844961vw + -0.3052325581rem, 1.875rem));
  z-index: -2;
}
@media (max-width: 768px) {
  .flyer_bg_ill {
    right: calc(-1 * clamp(1.875rem, 8.6206896552vw + -0.3879310345rem, 3.75rem));
  }
}

/*---------- service ----------*/
.index_service {
  margin-bottom: clamp(5rem, 5.0724637681vw + 3.6684782609rem, 9.375rem);
}

.index_service_wrapper {
  position: relative;
  margin-right: 8vw;
}
@media (max-width: 768px) {
  .index_service_wrapper {
    margin-right: 4vw;
  }
}

.index_service_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 16vw);
  height: 100%;
  background-color: #FFFAD3;
  border-radius: clamp(1.875rem, 3.5714285714vw + -0.8928571429rem, 3.125rem);
  z-index: -1;
}
@media (max-width: 1240px) {
  .index_service_bg {
    border-radius: 0 clamp(0.9375rem, 1.8292682927vw + 0.4573170732rem, 1.875rem) clamp(0.9375rem, 1.8292682927vw + 0.4573170732rem, 1.875rem) 0;
    width: 100%;
  }
}

.index_service_ill {
  position: absolute;
  left: clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem);
  bottom: calc(-1 * clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem));
  width: clamp(35rem, 59.2857142857vw + -10.9464285714rem, 55.75rem);
  aspect-ratio: 892/218;
}
@media (max-width: 1240px) {
  .index_service_ill {
    left: auto;
    right: clamp(0.625rem, 1.4492753623vw + 0.2445652174rem, 1.875rem);
    width: clamp(16.25rem, 41.4634146341vw + 5.3658536585rem, 37.5rem);
  }
}
.index_service_ill img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index_service_unit {
  position: relative;
  padding: clamp(2.5rem, 8.9285714286vw + -4.4196428571rem, 5.625rem) clamp(2.5rem, 7.1428571429vw + -3.0357142857rem, 5rem) clamp(3.125rem, 8.9285714286vw + -3.7946428571rem, 6.25rem) 0;
  display: flex;
  align-items: flex-start;
  gap: clamp(2.5rem, 8.9285714286vw + -4.4196428571rem, 5.625rem);
}
@media (max-width: 1240px) {
  .index_service_unit {
    flex-direction: column;
    align-items: center;
    padding: clamp(0.9375rem, 5.487804878vw + -0.5030487805rem, 3.75rem) 4vw clamp(3.75rem, 3.6585365854vw + 2.7896341463rem, 5.625rem);
    gap: clamp(1.875rem, 2.4390243902vw + 1.2347560976rem, 3.125rem);
  }
}

.index_service_img {
  display: block;
  width: clamp(25rem, 60.1785714286vw + -21.6383928571rem, 46.0625rem);
  aspect-ratio: 737/591;
  border-radius: 0 clamp(1.875rem, 3.5714285714vw + -0.8928571429rem, 3.125rem) clamp(1.875rem, 3.5714285714vw + -0.8928571429rem, 3.125rem) 0;
  margin-top: calc(-1 * clamp(4.375rem, 17.8571428571vw + -9.4642857143rem, 10.625rem));
  overflow: hidden;
  flex-shrink: 0;
}
.index_service_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1240px) {
  .index_service_img {
    width: min(100%, 680px);
    border-radius: clamp(0.9375rem, 1.8292682927vw + 0.4573170732rem, 1.875rem);
    aspect-ratio: 3/2;
    margin-top: 0;
  }
}

.index_service_caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5625rem, 1.8115942029vw + 1.0869565217rem, 3.125rem);
}

.index_service_block {
  flex-grow: 1;
}

.index_service_txt {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1rem, 0.2898550725vw + 0.9239130435rem, 1.25rem);
  color: #222222;
}

.index_service_list_block {
  display: flex;
  flex-direction: column;
  gap: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem);
  margin-top: clamp(1.25rem, 0.7246376812vw + 1.0597826087rem, 1.875rem);
}

.index_service_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.5rem, 0.5072463768vw + 0.3668478261rem, 0.9375rem);
  background-color: #FEF18E;
  padding: clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem);
  border-radius: clamp(0.3125rem, 1.0869565217vw + 0.027173913rem, 1.25rem);
}

.index_service_list_ttl {
  display: inline-block;
  font-weight: 600;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1rem, 0.2898550725vw + 0.9239130435rem, 1.25rem);
  color: #FF7F00;
}

.index_service_list_items {
  display: flex;
  flex-direction: column;
  gap: clamp(0.3125rem, 0.7246376812vw + 0.1222826087rem, 0.9375rem);
}
.index_service_list_items li {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.9375rem, 0.2173913043vw + 0.8804347826rem, 1.125rem);
  position: relative;
  padding-left: 15px;
}
.index_service_list_items li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #222222;
  border-radius: 50%;
}

/*---------- company ----------*/
.index_company {
  margin-bottom: clamp(5rem, 12.3188405797vw + 1.7663043478rem, 15.625rem);
}

.index_company_wrapper {
  position: relative;
  margin-left: 8vw;
}
@media (max-width: 1240px) {
  .index_company_wrapper {
    margin: 0 8vw;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .index_company_wrapper {
    margin: 0 4vw;
  }
}

.index_company_unit {
  position: relative;
  padding: clamp(2.5rem, 8.9285714286vw + -4.4196428571rem, 5.625rem) clamp(5rem, 10.7142857143vw + -3.3035714286rem, 8.75rem) clamp(2.5rem, 3.5714285714vw + -0.2678571429rem, 3.75rem) 0;
  width: 60%;
  display: flex;
  align-items: flex-start;
  gap: clamp(5rem, 7.1428571429vw + -0.5357142857rem, 7.5rem);
  background-color: #ffffff;
  border-radius: 0 clamp(1.875rem, 3.5714285714vw + -0.8928571429rem, 3.125rem) clamp(1.875rem, 3.5714285714vw + -0.8928571429rem, 3.125rem) 0;
  z-index: 1;
}
@media (max-width: 1240px) {
  .index_company_unit {
    width: 100%;
    flex-direction: column;
    padding: 0;
    gap: clamp(1.875rem, 2.4390243902vw + 1.2347560976rem, 3.125rem);
  }
}

@media (max-width: 1240px) {
  .index_company_txt {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .index_company_txt {
    width: 80%;
  }
}
@media (max-width: 620px) {
  .index_company_txt {
    width: 100%;
  }
}

.index_company_ill {
  position: absolute;
  right: clamp(1.25rem, 5.3571428571vw + -2.9017857143rem, 3.125rem);
  bottom: calc(-1 * clamp(5rem, 10.7142857143vw + -3.3035714286rem, 8.75rem));
  width: clamp(16.25rem, 11.9642857143vw + 6.9776785714rem, 20.4375rem);
  aspect-ratio: 327/382;
}
@media (max-width: 1240px) {
  .index_company_ill {
    right: clamp(0.625rem, 2.4390243902vw + -0.0152439024rem, 1.875rem);
    width: clamp(6.875rem, 18.2926829268vw + 2.0731707317rem, 16.25rem);
  }
}
.index_company_ill img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index_company_img {
  position: absolute;
  top: clamp(9.375rem, 1.7857142857vw + 7.9910714286rem, 10rem);
  right: 0;
  display: block;
  width: 50%;
  aspect-ratio: 1052/719;
  border-radius: clamp(1.875rem, 3.5714285714vw + -0.8928571429rem, 3.125rem) 0 0 clamp(1.875rem, 3.5714285714vw + -0.8928571429rem, 3.125rem);
  overflow: hidden;
  z-index: -1;
}
.index_company_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1240px) {
  .index_company_img {
    position: relative;
    width: min(100%, 680px);
    top: auto;
    border-radius: clamp(0.9375rem, 1.8292682927vw + 0.4573170732rem, 1.875rem);
    aspect-ratio: 3/2;
    margin-bottom: clamp(1.25rem, 3.6585365854vw + 0.2896341463rem, 3.125rem);
  }
}

.index_company_caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5625rem, 4.4642857143vw + -1.8973214286rem, 3.125rem);
}
@media (max-width: 1240px) {
  .index_company_caption {
    flex-direction: row;
    align-items: center;
    gap: clamp(0.3125rem, 3.0487804878vw + -0.487804878rem, 1.875rem);
  }
}

.index_company_caption_icon {
  width: clamp(3.75rem, 7.8571428571vw + -2.3392857143rem, 6.5rem);
  aspect-ratio: 104/98;
}

.index_company_caption_txt {
  display: flex;
  flex-direction: row-reverse;
  gap: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
}
@media (max-width: 1240px) {
  .index_company_caption_txt {
    flex-direction: column;
    align-items: center;
  }
}

/*---------- recruit ----------*/
.index_recruit {
  margin-bottom: clamp(5rem, 5.0724637681vw + 3.6684782609rem, 9.375rem);
}

.index_recruit_wrapper {
  position: relative;
  background-color: #D8F2FF;
  width: 100%;
}

.index_recruit_unit {
  position: relative;
  max-width: calc(var(--wrapper_width) + 16vw);
  margin: 0 auto;
  padding: clamp(3.125rem, 8.9285714286vw + -3.7946428571rem, 6.25rem) 0 clamp(3.125rem, 8.9285714286vw + -3.7946428571rem, 6.25rem) 0;
  padding-right: 8vw;
  display: flex;
  align-items: flex-start;
  gap: clamp(5rem, 7.1428571429vw + -0.5357142857rem, 7.5rem);
  border-radius: 0 clamp(1.875rem, 3.5714285714vw + -0.8928571429rem, 3.125rem) clamp(1.875rem, 3.5714285714vw + -0.8928571429rem, 3.125rem) 0;
}
@media (max-width: 1240px) {
  .index_recruit_unit {
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(1.875rem, 3.6585365854vw + 0.9146341463rem, 3.75rem) 4vw;
    gap: clamp(1.875rem, 2.4390243902vw + 1.2347560976rem, 3.125rem);
    width: min(100%, 680px + 8vw);
  }
}

.index_recruit_img {
  display: block;
  width: clamp(25rem, 65.8928571429vw + -26.0669642857rem, 48.0625rem);
  aspect-ratio: 769/601;
  border-radius: 0 clamp(1.875rem, 3.5714285714vw + -0.8928571429rem, 3.125rem) clamp(1.875rem, 3.5714285714vw + -0.8928571429rem, 3.125rem) 0;
  margin-top: calc(-1 * clamp(7.5rem, 8.9285714286vw + 0.5803571429rem, 10.625rem));
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1240px) {
  .index_recruit_img {
    width: 100%;
    border-radius: clamp(0.9375rem, 1.8292682927vw + 0.4573170732rem, 1.875rem);
    aspect-ratio: 3/2;
    margin: 0 auto;
  }
}
.index_recruit_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index_recruit_caption {
  position: relative;
}

.index_recruit_ill {
  position: absolute;
  right: clamp(1.25rem, 5.3571428571vw + -2.9017857143rem, 3.125rem);
  bottom: calc(-1 * clamp(11.25rem, 17.8571428571vw + -2.5892857143rem, 17.5rem));
  width: clamp(16.25rem, 23.75vw + -2.15625rem, 24.5625rem);
  aspect-ratio: 393/306;
}
@media (max-width: 1240px) {
  .index_recruit_ill {
    right: calc(-1 * clamp(7.5rem, 34.1463414634vw + -1.4634146341rem, 25rem));
    bottom: 0;
    width: clamp(6.875rem, 14.6341463415vw + 3.0335365854rem, 14.375rem);
    transform: scale(-1, 1);
  }
}
.index_recruit_ill img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index_recruit_caption_txt {
  display: flex;
  flex-direction: row-reverse;
  gap: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
}
@media (max-width: 1240px) {
  .index_recruit_caption_txt {
    flex-direction: column;
    align-items: flex-start;
  }
}

.index_recruit_ttl::after {
  content: "";
  display: inline-block;
  width: clamp(2.875rem, 7.6785714286vw + -3.0758928571rem, 5.5625rem);
  aspect-ratio: 89/81;
  background: url("../images/index_recruit_icon.svg") no-repeat center/contain;
}

/*---------- news ----------*/
.index_news_wrapper {
  display: flex;
  position: relative;
  gap: clamp(8.75rem, 3.8759689922vw + 6.8895348837rem, 11.25rem);
}
@media (max-width: 768px) {
  .index_news_wrapper {
    flex-direction: column;
    gap: clamp(1.875rem, 5.7471264368vw + 0.3663793103rem, 3.125rem);
  }
}

.index_news_ttl {
  position: relative;
  flex-direction: column;
  padding-bottom: clamp(10.625rem, 12.5968992248vw + 4.5784883721rem, 18.75rem);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .index_news_ttl {
    flex-direction: row;
    padding-bottom: 0;
  }
}
.index_news_ttl::after {
  content: "";
  display: inline-block;
  width: clamp(3.125rem, 4.7101449275vw + 1.8885869565rem, 7.1875rem);
  aspect-ratio: 115/83;
  background: url("../images/index_news_icon.svg") no-repeat center/contain;
}

.index_news_ill {
  position: absolute;
  right: calc(-1 * clamp(6.25rem, 10.593220339vw + 1.1652542373rem, 9.375rem));
  bottom: 0;
  width: clamp(10rem, 14.1472868217vw + 3.2093023256rem, 19.125rem);
  aspect-ratio: 306/258;
}
@media (max-width: 768px) {
  .index_news_ill {
    right: 0;
    bottom: calc(-1 * clamp(1.25rem, 8.6206896552vw + -1.0129310345rem, 3.125rem));
    width: clamp(6.875rem, 20.1149425287vw + 1.5948275862rem, 11.25rem);
  }
}
.index_news_ill img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index_news_unit {
  flex-grow: 1;
  height: clamp(18.75rem, 28.5714285714vw + -3.3928571429rem, 28.75rem);
  overflow-y: auto;
}

.index_news_list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  margin-right: clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem);
}

.index_news_item {
  display: flex;
  gap: clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem);
  background-color: #F2F2F2;
  padding: clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem);
  border-radius: clamp(0.3125rem, 0.7246376812vw + 0.1222826087rem, 0.9375rem);
}
@media (max-width: 1240px) {
  .index_news_item {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .index_news_item {
    flex-direction: row;
    gap: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem);
  }
}
@media (max-width: 620px) {
  .index_news_item {
    flex-direction: column;
  }
}

.index_news_date {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.3;
  font-family: "Rubik", sans-serif;
  font-size: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem);
  color: #FF7F00;
  flex-shrink: 0;
  width: clamp(6.875rem, 6.7829457364vw + 3.6191860465rem, 11.25rem);
}

.index_news_inner {
  flex-grow: 1;
}

.index_news_text {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
  color: #222222;
  align-self: flex-start;
}

.index_news_link {
  display: inline-block;
  position: relative;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
  color: #1379CE;
}
.index_news_link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1379CE;
  left: 0;
  bottom: -3px;
}
.index_news_link::after {
  position: absolute;
  display: block;
  content: "";
  right: calc(-1 * clamp(1.625rem, 0.2898550725vw + 1.5489130435rem, 1.875rem));
  top: 68%;
  transform: translateY(-50%);
  width: clamp(1.25rem, 0.2173913043vw + 1.1929347826rem, 1.4375rem);
  aspect-ratio: 1/1;
  background: url("../images/cmn_link_icon.svg") no-repeat center/contain;
  transition: width 250ms ease-out;
}

#form-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 16px 24px;
}

.form-progress-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.form-progress-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.form-progress-label {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
}

.form-progress-text {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.form-progress-bar-container {
  width: 100%;
  height: 8px;
  background: #f0f0f0;
  border-radius: 999px;
  overflow: hidden;
}

.form-progress-bar {
  height: 100%;
  background: #4caf50;
  border-radius: 999px;
  transition: width 0.3s ease, background 0.3s ease;
}
.form-progress-bar.is-required-complete {
  background: #2196f3;
}

input:not([type=radio]):not([type=checkbox]):-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--topValidationAutfillBg, var(--topValidationThroughBg, #E2FBE2)) inset;
}
input:not([type=radio]):not([type=checkbox]).val-err,
select.val-err,
textarea.val-err {
  background-color: var(--topValidationErrBg, #FFE4E4) !important;
}
input:not([type=radio]):not([type=checkbox]).val-err:-webkit-autofill,
select.val-err:-webkit-autofill,
textarea.val-err:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--topValidationErrBg, #FFE4E4) inset;
}
input:not([type=radio]):not([type=checkbox]).val-through,
select.val-through,
textarea.val-through {
  background-color: var(--topValidationThroughBg, #E2FBE2) !important;
}
input:not([type=radio]):not([type=checkbox]).val-through:-webkit-autofill,
select.val-through:-webkit-autofill,
textarea.val-through:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--topValidationThroughBg, #E2FBE2) inset;
}

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

.check_no-through {
  color: var(--topValidationErr, #e40000);
}

.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: var(--topValidationErrBg, #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: var(--topValidationThroughBg, #E2FBE2) !important;
}

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