/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 設定
--------------------------------------------------------------------------------*/
.contact_form_unit {
  display: block;
  text-align: left;
  margin: clamp(3.125rem, 2.1739130435vw + 2.5543478261rem, 5rem) auto;
  color: #ffffff;
}
.contact_form_unit dl {
  display: flex;
  gap: clamp(1.875rem, 2.7173913043vw + 0.0679347826rem, 3.125rem);
}
@media (max-width: 1064px) {
  .contact_form_unit dl {
    flex-direction: column;
    gap: clamp(0.625rem, 1.5527950311vw + 0.2173913043rem, 1.25rem);
  }
}
.contact_form_unit dl:not(:first-child) {
  margin-top: clamp(0.9375rem, 1.4534883721vw + 0.2398255814rem, 1.875rem);
}
@media (max-width: 768px) {
  .contact_form_unit dl:not(:first-child) {
    margin-top: clamp(0.625rem, 2.8735632184vw + -0.1293103448rem, 1.25rem);
  }
}
.contact_form_unit dl dt {
  display: flex;
  align-items: flex-start;
  margin-top: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem);
  flex-shrink: 0;
  width: clamp(12.5rem, 10.8695652174vw + 9.6467391304rem, 21.875rem);
  min-height: clamp(3.125rem, 1.4492753623vw + 2.7445652174rem, 4.375rem);
  font-size: clamp(1.125rem, 0.4347826087vw + 1.0108695652rem, 1.5rem);
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  border-bottom: 3px solid #ffffff;
}
@media (max-width: 1064px) {
  .contact_form_unit dl dt {
    border-bottom: none;
    width: 100%;
  }
}
.contact_form_unit dl dt label {
  display: flex;
  justify-content: space-between;
}
.contact_form_unit dl dd {
  display: block;
  width: 100%;
  flex-grow: 1;
}
.contact_form_unit .wpcf7-list-item {
  margin: 0;
}
.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: "Noto Serif JP", 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 #ffffff;
  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 {
  border: none;
  margin-top: 0;
}
@media (max-width: 768px) {
  .step-confirm .contact_form_unit dt {
    width: 100%;
    padding: 10px 15px;
  }
}
.step-confirm .contact_form_unit dt span {
  display: none;
}
@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.8125rem, 0.2173913043vw + 0.7554347826rem, 1rem);
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  background: #AD0000;
  color: #fff;
  padding: clamp(0.1875rem, 0.1449275362vw + 0.1494565217rem, 0.3125rem) clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem) clamp(0.25rem, 0.2898550725vw + 0.1739130435rem, 0.5rem);
  margin-left: 15px;
}

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

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  cursor: pointer;
  display: flex;
  width: auto;
  padding: clamp(0.5rem, 0.1449275362vw + 0.4619565217rem, 0.625rem) clamp(1.4375rem, 0.5072463768vw + 1.3043478261rem, 1.875rem) clamp(0.5625rem, 0.1449275362vw + 0.5244565217rem, 0.6875rem) clamp(2.5rem, 0.7246376812vw + 2.3097826087rem, 3.125rem);
  position: relative;
}
@media (max-width: 1064px) {
  input[type=radio] + span {
    padding-left: clamp(2.5rem, 1.5527950311vw + 2.0923913043rem, 3.125rem);
  }
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: clamp(0.75rem, 0.2898550725vw + 0.6739130435rem, 1rem);
  height: clamp(0.75rem, 0.2898550725vw + 0.6739130435rem, 1rem);
  border-radius: 50%;
  margin: 6px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 13px;
  left: 8px;
  background-color: #CFCFCF;
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: clamp(1.625rem, 0.2898550725vw + 1.5489130435rem, 1.875rem);
  height: clamp(1.625rem, 0.2898550725vw + 1.5489130435rem, 1.875rem);
  background-color: #ffffff;
  border-radius: 50%;
  margin: 6px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 1px;
}
.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: #405FFF;
}

input,
textarea,
select {
  padding: clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem) clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem);
  background-color: #45518B;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #45518B inset;
  -webkit-text-fill-color: #ffffff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input:focus,
textarea:focus,
select:focus {
  background-color: #45518B;
  color: #ffffff;
}
input.val-through,
textarea.val-through,
select.val-through {
  color: #111F67 !important;
}
input.val-err,
textarea.val-err,
select.val-err {
  color: #111F67 !important;
}
@media (max-width: 768px) {
  input,
  textarea,
  select {
    width: 100%;
  }
}

.form-select {
  display: inline-block;
  position: relative;
  width: clamp(18.75rem, 7.2463768116vw + 16.847826087rem, 25rem);
}
@media (max-width: 768px) {
  .form-select {
    width: 100%;
  }
}
.form-select::before {
  position: absolute;
  content: "▼";
  font-size: clamp(1rem, 0.2898550725vw + 0.9239130435rem, 1.25rem);
  color: #ffffff;
  z-index: 1;
  top: 28%;
  right: clamp(1.875rem, 1.4492753623vw + 1.4945652174rem, 3.125rem);
}
.form-select:has(select.val-through)::before {
  color: #111F67 !important;
}
.form-select:has(select.val-err)::before {
  color: #111F67 !important;
}

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: clamp(3.75rem, 4.347826087vw + 2.6086956522rem, 7.5rem) 0 clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem);
}

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

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

.privacy_content_inner {
  height: clamp(12.5rem, 7.2463768116vw + 10.597826087rem, 18.75rem);
  overflow-y: scroll;
  padding: clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem) clamp(2.5rem, 3.6231884058vw + 1.5489130435rem, 5.625rem) clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem) clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem);
  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: "Noto Serif JP", serif;
  color: #090909;
}
.privacy_content_inner h3 {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Serif JP", 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: 15px;
}
@media (max-width: 768px) {
  .privacy_content_inner::-webkit-scrollbar {
    width: 4px;
  }
}
.privacy_content_inner::-webkit-scrollbar-track {
  background: transparent;
  background-color: #9ACEFF;
}
.privacy_content_inner::-webkit-scrollbar-thumb {
  background-color: #3B84C9;
  width: 15px;
}

.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: "Noto Serif JP", serif;
  color: #090909;
  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;
  }
}

.check_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem);
}
@media (max-width: 768px) {
  .check_submit {
    flex-direction: column;
  }
}
.check_submit li {
  list-style: none;
  flex: 0 0 auto;
  width: min(100%, 300px);
}
@media (max-width: 768px) {
  .check_submit li {
    width: 80%;
    display: flex;
    justify-content: center;
  }
}
.check_submit .contact_btn.cmn_btn {
  width: 100%;
  display: flex !important;
  justify-content: center !important;
}
.check_submit .contact_btn.cmn_btn div,
.check_submit .contact_btn.cmn_btn button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  text-align: center;
}
.check_submit .contact_btn.cmn_btn input[type=submit] {
  background: none !important;
  border: none !important;
  padding: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem) 0 !important;
  margin: 0 !important;
  color: inherit !important;
  font: inherit !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  width: 100% !important;
  text-align: center !important;
}
.check_submit .contact_btn.cmn_btn .wpcf7-back_wrap,
.check_submit .contact_btn.cmn_btn .wpcf7-confirm_wrap {
  display: block;
  width: 100%;
}
.check_submit .contact_btn.cmn_btn .wpcf7-spinner {
  display: none !important;
}

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(1rem, 0.2898550725vw + 0.9239130435rem, 1.25rem);
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin-top: 2px;
  padding: 10px 0px 0px 45px;
  position: relative;
  color: #ffffff;
}
input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 10/7;
  background: url(../images/check.svg) no-repeat center center/cover;
  background-size: contain;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 18px;
  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: clamp(1.625rem, 0.2173913043vw + 1.5679347826rem, 1.8125rem);
  aspect-ratio: 1/1;
  background-color: #D9D9D9;
  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: "Noto Serif JP", 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: "Noto Serif JP", 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;
}

p.val-err {
  color: #ff9191 !important;
  font-size: 0.8em;
}

.check_no-through {
  color: #ff9191 !important;
}

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  width: 100%;
  height: 100%;
  background: #111F67;
  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(173, 0, 0, 0.2), 2px 0 15px rgba(17, 31, 103, 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: #090909;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  background: #ffffff;
  overflow-x: hidden;
}

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

/*-------------------------------------------------------------------------------
  link global
--------------------------------------------------------------------------------*/
a {
  color: #111F67;
  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: #A2A7C5;
}
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: #A2A7C5;
}

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
--------------------------------------------------------------------------------*/
::-webkit-scrollbar {
  background: #e4e4e4;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #111F67;
}

html {
  scroll-behavior: smooth;
}

/*---------- 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: 560px) {
  .pad_over {
    display: none;
  }
}

@media (min-width: 561px) {
  .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;
  }
}

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

/*---------- logo ----------*/
/*---------- base_wrapper ----------*/
:root {
  --wrapper_width_narrow: 1300px; /* 狭い */
  --wrapper_width: 1520px; /* 基準 */
  --wrapper_width_semi_wide: 1620px; /* 基準と広いの間 */
  --wrapper_width_wide: 1780px; /* 広い */
}

.base_wrapper {
  width: 100%;
  max-width: calc(var(--wrapper_width) + 20vw);
  margin: 0 auto;
  padding: 0 10vw;
}
.base_wrapper.narrow {
  max-width: calc(var(--wrapper_width_narrow) + 30vw);
  padding: 0 15vw;
}
.base_wrapper.wide {
  max-width: calc(var(--wrapper_width_wide) + 8vw);
  padding: 0 4vw;
}
.base_wrapper.semi_wide {
  max-width: calc(var(--wrapper_width_semi_wide) + 16vw);
  padding: 0 8vw;
}
@media (max-width: 1064px) {
  .base_wrapper {
    padding: 0 7vw;
  }
  .base_wrapper.narrow {
    padding: 0 10vw;
  }
  .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 ----------*/
@keyframes wave {
  100% {
    -webkit-mask-position: 15px 0;
            mask-position: 15px 0;
  }
}
.cmn_ttl .cmn_lead {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1rem, 0.4347826087vw + 0.8858695652rem, 1.375rem);
  color: #090909;
  margin-bottom: clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem);
}
.cmn_ttl .cmn_lead.lead_ja {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.4347826087vw + 0.8858695652rem, 1.375rem);
}
.cmn_ttl .cmn_lead::before {
  content: "";
  display: inline-block;
  margin-right: clamp(0.625rem, 0.3623188406vw + 0.5298913043rem, 0.9375rem);
  width: clamp(2.5rem, 1.0869565217vw + 2.214673913rem, 3.4375rem);
  height: 5px;
  background-color: #090909;
  -webkit-mask-image: url(../images/wave.svg);
          mask-image: url(../images/wave.svg);
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: auto 5px;
          mask-size: auto 5px;
  animation: wave 2s linear 0s infinite;
  animation-fill-mode: both;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.4s;
}
.cmn_ttl .cmn_title {
  display: block;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.75rem, 0.7246376812vw + 1.5597826087rem, 2.375rem);
  color: #090909;
  white-space: nowrap;
}
.cmn_ttl.white .cmn_lead {
  color: #ffffff;
}
.cmn_ttl.white .cmn_lead::before {
  background-color: #ffffff;
  -webkit-mask-image: url(../images/wave.svg);
          mask-image: url(../images/wave.svg);
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: auto 5px;
          mask-size: auto 5px;
}
.cmn_ttl.white .cmn_title {
  color: #ffffff;
}
.cmn_ttl.contact_ttl .cmn_lead {
  font-size: clamp(0.875rem, 0.3623188406vw + 0.7798913043rem, 1.1875rem);
}
.cmn_ttl.contact_ttl .cmn_title {
  font-size: clamp(1.5rem, 0.5797101449vw + 1.347826087rem, 2rem);
}
.cmn_ttl.center {
  text-align: center;
}

/*---------- cmn_btn ----------*/
.cmn_btn {
  border-top: 1px solid #090909;
  border-bottom: 1px solid #090909;
  padding: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem) 0;
  display: inline-flex;
  align-items: center;
  color: #090909;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.15;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
}
.cmn_btn::after {
  content: "\e315";
  margin-left: clamp(1.25rem, 1.0869565217vw + 0.964673913rem, 2.1875rem);
  font-weight: 400;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1;
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 1;
  color: #090909;
  transition: transform 0.3s ease;
}
@media (min-width: 769px) {
  .cmn_btn:hover::after {
    transform: translateX(10px);
  }
}
.cmn_btn.white {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.cmn_btn.white::after {
  color: #ffffff;
}
.cmn_btn.url_btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
}
.cmn_btn.application_btn {
  margin-top: clamp(2.5rem, 2.8985507246vw + 1.7391304348rem, 5rem);
}
.cmn_btn.application_btn::after {
  margin-left: clamp(5rem, 5.0724637681vw + 3.6684782609rem, 9.375rem);
}
.cmn_btn.attention_btn::after {
  margin-left: clamp(3.75rem, 4.347826087vw + 2.6086956522rem, 7.5rem);
}
.cmn_btn input[type=submit],
.cmn_btn button.wpcf7-confirm,
.cmn_btn button.wpcf7-back {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}
.cmn_btn .wpcf7-spinner {
  display: none;
}

.contact_btn.cmn_btn {
  padding: 0;
}
.contact_btn.cmn_btn input[type=submit] {
  padding: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem) 0 !important;
}
.contact_btn.cmn_btn button.wpcf7-confirm,
.contact_btn.cmn_btn button.wpcf7-back {
  padding: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem) 0;
}

.back .cmn_btn {
  flex-direction: row-reverse;
}
.back .cmn_btn::after {
  content: "\e314";
  margin-left: 0;
  margin-right: clamp(1.25rem, 1.0869565217vw + 0.964673913rem, 2.1875rem);
}
@media (min-width: 769px) {
  .back .cmn_btn:hover::after {
    transform: translateX(-10px);
  }
}

.cmn_btn_wrapper {
  text-align: right;
}

/*---------- bg-color ----------*/
.maincolor_bg {
  background-color: #111F67;
}

/*---------- cmn_list ----------*/
.cmn_list {
  margin: clamp(1.875rem, 3.6231884058vw + 0.9239130435rem, 5rem) 0 0;
  color: #ffffff;
}

.cmn_item {
  position: relative;
  display: flex;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 560px) {
  .cmn_item {
    flex-direction: column;
  }
}

.cmn_label {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.4347826087vw + 1.0108695652rem, 1.5rem);
  width: clamp(13.75rem, 9.4202898551vw + 11.277173913rem, 21.875rem);
  flex-shrink: 0;
  padding: clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem) clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem) clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem);
  border-bottom: 3px solid #ffffff;
  margin-bottom: -2px;
  display: flex;
  align-items: center;
}
@media (max-width: 560px) {
  .cmn_label {
    width: 100%;
    border-bottom: none;
    padding-bottom: 15px;
  }
}

.cmn_txt {
  font-weight: 400;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem);
  padding: clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem) clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem) clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem);
  flex: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 560px) {
  .cmn_txt {
    padding-top: 0;
  }
}

/*---------- lead_wrapper ----------*/
.lead_wrapper {
  display: flex;
  gap: clamp(3.125rem, 13.5869565217vw + -5.910326087rem, 9.375rem);
  margin-bottom: clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem);
}
@media (max-width: 1064px) {
  .lead_wrapper {
    flex-direction: column;
    gap: clamp(0.9375rem, 2.3291925466vw + 0.3260869565rem, 1.875rem);
  }
}

.lead_ttl {
  width: clamp(9.375rem, 7.2463768116vw + 7.472826087rem, 15.625rem);
  flex-shrink: 0;
  margin-right: 30px;
}
.lead_ttl .cmn_lead {
  white-space: nowrap;
}

.lead_text {
  flex: 1;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
}

/*---------- contact info ----------*/
.cmn_contact_info {
  display: flex;
  justify-content: center;
  gap: clamp(1.25rem, 2.8985507246vw + 0.4891304348rem, 3.75rem);
  margin-top: clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem);
}
@media (max-width: 768px) {
  .cmn_contact_info {
    flex-direction: column;
    width: min(100%, 340px);
  }
}
.cmn_contact_info.ft_contact_info {
  gap: clamp(1.875rem, 5.0724637681vw + 0.5434782609rem, 6.25rem);
  margin-top: clamp(1.875rem, 2.8985507246vw + 1.1141304348rem, 4.375rem);
}

.cmn_phone {
  padding: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem) 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem);
  color: #090909;
}
@media (max-width: 768px) {
  .cmn_phone {
    align-items: flex-start;
  }
}
.cmn_phone.ft_phone {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.cmn_phone.phone_link {
  padding: clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem) 0;
}

.cmn_phone_num,
.cmn_fax_num {
  display: flex;
  align-items: center;
  font-weight: 400;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(2rem, 1.7391304348vw + 1.5434782609rem, 3.5rem);
}
.cmn_phone_num::before,
.cmn_fax_num::before {
  content: "\e0b0";
  margin-right: clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem);
  font-weight: 400;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1;
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 1;
}

.cmn_fax_num {
  padding: 0 0 clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem);
}
.cmn_fax_num::before {
  content: "\ead8";
}

.cmn_phone_time {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.15;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.8125rem, 0.2173913043vw + 0.7554347826rem, 1rem);
}

.cmn_contact_btn {
  border-top: 1px solid #090909;
  border-bottom: 1px solid #090909;
  color: #090909;
  padding: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem) 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.1875rem, 0.5072463768vw + 1.0543478261rem, 1.625rem);
  z-index: 1;
}
.cmn_contact_btn.ft_contact_btn {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.cmn_contact_btn::after {
  content: "\e315";
  margin-left: clamp(1.25rem, 5.7971014493vw + -0.2717391304rem, 6.25rem);
  font-weight: 400;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1;
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 1;
  transition: transform 0.3s ease;
}
@media (min-width: 769px) {
  .cmn_contact_btn:hover::after {
    transform: translateX(10px);
  }
}

.no_image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.notfound_txt {
  font-weight: 400;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
  margin: clamp(2.5rem, 2.8985507246vw + 1.7391304348rem, 5rem) 0;
}

/*-------------------------------------------------------------------------------
  parallax
--------------------------------------------------------------------------------*/
/* パララックスの親コンテナ（窓枠の役割） */
.parallax_box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(17.5rem, 10.1449275362vw + 14.8369565217rem, 26.25rem);
}

.parallax_bg {
  position: absolute;
  top: -25%;
  left: 0;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-position: center;
  will-change: transform;
}

.parallax_content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: clamp(4.375rem, 2.1739130435vw + 3.8043478261rem, 6.25rem);
  z-index: 50;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2.5px);
}

.hd_left {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.0380434783vw + -0.105298913rem, 2.1875rem);
  height: 100%;
  padding-left: clamp(1.25rem, 8.152173913vw + -4.1711956522rem, 5rem);
}

.hd_logo {
  display: block;
  width: clamp(12.5rem, 12.3188405797vw + 9.2663043478rem, 23.125rem);
  aspect-ratio: 370/50;
  background: url(../images/logo.svg) no-repeat center center/cover;
}

.hd_insta {
  display: block;
  width: clamp(1.5rem, 0.4347826087vw + 1.3858695652rem, 1.875rem);
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../images/instagram.svg);
          mask-image: url(../images/instagram.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-image: url(../images/insta_gradient.jpg);
  background-size: cover;
}
@media (max-width: 480px) {
  .hd_insta {
    display: none;
  }
}
@media (min-width: 769px) {
  .hd_insta:hover {
    transform: scale(1.15);
    background-color: #111F67;
  }
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(2.5rem, 2.7173913043vw + 0.6929347826rem, 3.75rem);
  height: 100%;
  z-index: 51;
}
@media (max-width: 1064px) {
  .nav {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100svh;
    background-color: #111F67;
    position: fixed;
    top: 0;
    left: 0;
    gap: clamp(3.125rem, 1.5527950311vw + 2.7173913043rem, 3.75rem);
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .nav.js-open {
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
}

.hd_nav {
  display: flex;
  gap: clamp(2.5rem, 2.7173913043vw + 0.6929347826rem, 3.75rem);
}
@media (max-width: 1064px) {
  .hd_nav {
    flex-direction: column;
    align-items: center;
    width: min(80%, 400px);
    margin-right: 0;
    margin-bottom: 0;
    gap: 0;
  }
  .hd_nav li {
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  .hd_nav li:first-child {
    border-top: 1px solid #ffffff;
  }
}
.hd_nav a {
  position: relative;
  color: #090909;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.2898550725vw + 0.9239130435rem, 1.25rem);
}
@media (min-width: 769px) {
  .hd_nav a:hover {
    color: #2787e1;
  }
}
.hd_nav a::before {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(2.5rem, 2.0380434783vw + 1.144701087rem, 3.4375rem);
  height: 5px;
  background-color: #090909;
  -webkit-mask-image: url(../images/wave.svg);
          mask-image: url(../images/wave.svg);
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: auto 5px;
          mask-size: auto 5px;
  animation: wave 2s linear 0s infinite;
  animation-fill-mode: both;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.4s;
}
@media (max-width: 1064px) {
  .hd_nav a {
    color: #ffffff;
    padding: clamp(1.25rem, 0.7246376812vw + 1.0597826087rem, 1.875rem) 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(0.625rem, 0.7763975155vw + 0.4211956522rem, 0.9375rem);
  }
  .hd_nav a::before {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: clamp(2.5rem, 2.3291925466vw + 1.8885869565rem, 3.4375rem);
    background-color: #ffffff;
    -webkit-mask-image: url(../images/wave.svg);
            mask-image: url(../images/wave.svg);
    -webkit-mask-repeat: repeat-x;
            mask-repeat: repeat-x;
    -webkit-mask-size: auto 5px;
            mask-size: auto 5px;
  }
}

.hd_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(0.5rem, 0.2898550725vw + 0.4239130435rem, 0.75rem) clamp(1.875rem, 2.1739130435vw + 1.3043478261rem, 3.75rem);
  height: 100%;
  background-color: #111F67;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.15;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
}
@media (max-width: 1064px) {
  .hd_contact {
    height: auto;
    background-color: #ffffff;
    color: #111F67;
    width: min(80%, 400px);
    padding: clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem) clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem);
  }
}
@media (min-width: 769px) {
  .hd_contact:hover {
    background-color: rgb(9.775, 17.825, 59.225);
    color: #ffffff;
  }
}

/*-------------------------------------------------------------------------------
  sp menu
--------------------------------------------------------------------------------*/
.menu-trigger {
  display: none;
  position: fixed;
  right: clamp(0.75rem, 0.4658385093vw + 0.6277173913rem, 0.9375rem);
  top: clamp(0.75rem, 0.4658385093vw + 0.6277173913rem, 0.9375rem);
  width: clamp(3.125rem, 2.1739130435vw + 2.5543478261rem, 4rem);
  aspect-ratio: 64/58;
  z-index: 51;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1064px) {
  .menu-trigger {
    display: flex;
  }
}
.menu-trigger .menu_line {
  position: relative;
  display: block;
  width: clamp(2.25rem, 1.2422360248vw + 1.9239130435rem, 2.75rem);
  height: 20px;
  margin-top: -3px;
}
.menu-trigger .menu_line span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #111F67;
  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: #ffffff;
  }
  50% {
    transform: translateY(10px) rotate(0);
    background-color: #111F67;
  }
  100% {
    transform: translateY(0) rotate(0);
    background-color: #111F67;
  }
}
@keyframes bar03 {
  0% {
    transform: translateY(-10px) rotate(-30deg);
    background-color: #ffffff;
  }
  50% {
    transform: translateY(-10px) rotate(0);
    background-color: #111F67;
  }
  100% {
    transform: translateY(0) rotate(0);
    background-color: #111F67;
  }
}
@keyframes active-bar01 {
  0% {
    transform: translateY(0) rotate(0);
    background-color: #ffffff;
  }
  50% {
    transform: translateY(10px) rotate(0);
    background-color: #ffffff;
  }
  100% {
    transform: translateY(10px) rotate(30deg);
    background-color: #ffffff;
  }
}
@keyframes active-bar03 {
  0% {
    transform: translateY(0) rotate(0);
    background-color: #ffffff;
  }
  50% {
    transform: translateY(-10px) rotate(0);
    background-color: #ffffff;
  }
  100% {
    transform: translateY(-10px) rotate(-30deg);
    background-color: #ffffff;
  }
}
/*-------------------------------------------------------------------------------
  current
--------------------------------------------------------------------------------*/
body.index .hd_nav li:nth-of-type(1) a::before {
  opacity: 1;
}

body.business .hd_nav li:nth-of-type(2) a::before {
  opacity: 1;
}

body.company .hd_nav li:nth-of-type(3) a::before {
  opacity: 1;
}

body.recruit .hd_nav li:nth-of-type(4) a::before {
  opacity: 1;
}

/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: clamp(18.75rem, 24.6376811594vw + 12.2826086957rem, 40rem);
  overflow: hidden;
  position: relative;
}
.index .mainimg_wrapper {
  height: 100svh;
}

.mainimg_unit {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mainimg_unit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, rgba(102, 196, 255, 0.7) 0%, rgba(102, 127, 255, 0) 100%);
  mix-blend-mode: color-burn;
  z-index: 0;
}
.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(0.9375rem, 6.884057971vw + -0.8695652174rem, 6.875rem);
  transform: translateY(-50%);
  color: #ffffff;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 1.1627906977vw + 0.6918604651rem, 2rem);
  font-feature-settings: "palt" 1;
}
@media (max-width: 768px) {
  .index_ttl {
    font-size: clamp(1.25rem, 3.4482758621vw + 0.3448275862rem, 2rem);
  }
}
.index_ttl span {
  display: block;
  font-weight: 700;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.25rem, 3.6231884058vw + 1.2989130435rem, 5.375rem);
  margin-top: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
}
.index_ttl span .paren {
  display: inline-block;
  margin-left: -0.4em;
}

.mainimg_ttl {
  position: absolute;
  top: 55%;
  left: clamp(0.9375rem, 9.7826086957vw + -1.6304347826rem, 9.375rem);
  transform: translateY(-50%);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.75rem, 2.0289855072vw + 1.2173913043rem, 3.5rem);
}

/*-------------------------------------------------------------------------------
  main

--------------------------------------------------------------------------------*/
.main {
  margin: clamp(2.5rem, 6.1594202899vw + 0.8831521739rem, 7.8125rem) 0 clamp(3.75rem, 13.768115942vw + 0.1358695652rem, 15.625rem);
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.ft_contact_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.ft_contact_wrapper .ft_contact_unit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.ft_contact_wrapper .ft_contact_unit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 35, 55, 0.7);
  border: 1px solid #000000;
  z-index: 0;
}
.ft_contact_wrapper .ft_contact_unit img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.ft_contact_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(2.5rem, 2.8985507246vw + 1.7391304348rem, 5rem) clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem) clamp(3.75rem, 2.8985507246vw + 2.9891304348rem, 6.25rem);
}

.ft_contact_ttl {
  text-align: center;
  margin-bottom: clamp(1.875rem, 2.8985507246vw + 1.1141304348rem, 4.375rem);
}

.ft_link_wrapper {
  margin: clamp(2.5rem, 5.7971014493vw + 0.9782608696rem, 7.5rem) 0;
}

.ft_link_unit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(1.875rem, 12.9076086957vw + -6.7085597826rem, 7.8125rem);
}
@media (max-width: 768px) {
  .ft_link_unit {
    flex-direction: column;
  }
}

.ft_link_ttl {
  min-width: 175px;
}

.ft_link_list {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem) clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem);
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .ft_link_list {
    width: 100%;
  }
}
.ft_link_list .ft_link_item {
  width: calc((100% - clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem) * 2) / 3);
  border-top: 1px solid #090909;
  border-bottom: 1px solid #090909;
  box-sizing: border-box;
}
@media (max-width: 1064px) {
  .ft_link_list .ft_link_item {
    width: calc((100% - clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem)) / 2);
  }
}
@media (max-width: 560px) {
  .ft_link_list .ft_link_item {
    width: 100%;
  }
}
.ft_link_list .ft_link_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  text-decoration: none;
  color: #090909;
  transition: all 0.3s ease;
}
.ft_link_list .ft_link_item a:hover {
  opacity: 0.7;
}
.ft_link_list .ft_link_item a img {
  max-width: 90%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.footer {
  background-color: #090909;
  color: #ffffff;
}

.ft_wrapper {
  padding: clamp(1.875rem, 3.6231884058vw + 0.9239130435rem, 5rem) clamp(0.75rem, 9.2753623188vw + -1.6847826087rem, 8.75rem) clamp(2.5rem, 4.347826087vw + 1.3586956522rem, 6.25rem);
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
}

.ft_logo {
  display: block;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.2898550725vw + 1.0489130435rem, 1.375rem);
  margin-bottom: clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem);
  color: #ffffff;
}
.ft_logo span {
  display: inline-block;
  margin-right: clamp(0.4375rem, 0.2173913043vw + 0.3804347826rem, 0.625rem);
  font-size: clamp(1.5rem, 1.0144927536vw + 1.2336956522rem, 2.375rem);
}

.ft_unit {
  display: flex;
  justify-content: space-between;
  gap: clamp(1.875rem, 2.7173913043vw + 0.0679347826rem, 3.125rem);
}
@media (max-width: 1064px) {
  .ft_unit {
    flex-direction: column;
  }
}

.ft_address {
  line-height: 1.6;
  font-style: normal;
  margin-bottom: clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem);
}

.ft_insta {
  display: block;
  width: clamp(1.625rem, 0.9420289855vw + 1.3777173913rem, 2.4375rem);
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../images/instagram.svg);
          mask-image: url(../images/instagram.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #ffffff;
}
@media (min-width: 769px) {
  .ft_insta:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

.ft_nav {
  display: flex;
  gap: clamp(1.875rem, 2.7173913043vw + 0.0679347826rem, 3.125rem);
}
@media (max-width: 560px) {
  .ft_nav {
    display: none;
  }
}
.ft_nav a {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.15;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
}
@media (min-width: 769px) {
  .ft_nav a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
}

.copyright {
  text-align: right;
  margin-top: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem);
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.15;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
}

/*-------------------------------------------------------------------------------
  index page
--------------------------------------------------------------------------------*/
.index_business {
  display: flex;
  padding: 0 clamp(2.5rem, 16.3043478261vw + -8.3423913043rem, 10rem) clamp(5rem, 14.2663043478vw + -4.4870923913rem, 11.5625rem) clamp(2.5rem, 12.2282608696vw + -5.6317934783rem, 8.125rem);
  gap: clamp(2.5rem, 5.7971014493vw + 0.9782608696rem, 7.5rem);
}
@media (max-width: 1064px) {
  .index_business {
    flex-direction: column;
    padding: 0 clamp(1.25rem, 3.1055900621vw + 0.4347826087rem, 2.5rem) clamp(3.125rem, 4.6583850932vw + 1.902173913rem, 5rem) clamp(1.25rem, 3.1055900621vw + 0.4347826087rem, 2.5rem);
  }
}

.index_business_img_block {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}

.index_business_img_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(1.25rem, 2.8985507246vw + 0.4891304348rem, 3.75rem);
}

.index_business_img01,
.index_business_img02,
.index_business_img03 {
  overflow: hidden;
}
.index_business_img01 img,
.index_business_img02 img,
.index_business_img03 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index_business_img01 {
  width: clamp(17.5rem, 11.8115942029vw + 14.3994565217rem, 27.6875rem);
  aspect-ratio: 443/562;
  margin-bottom: clamp(2.5rem, 2.8985507246vw + 1.7391304348rem, 5rem);
}

.index_business_img02 {
  width: clamp(9.375rem, 7.2463768116vw + 7.472826087rem, 15.625rem);
  aspect-ratio: 250/270;
}

.index_business_img03 {
  width: clamp(13.75rem, 14.4927536232vw + 9.9456521739rem, 26.25rem);
  aspect-ratio: 420/538;
  margin-top: clamp(3.75rem, 3.6231884058vw + 2.7989130435rem, 6.875rem);
}

.index_business_text_block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 1;
  margin-top: clamp(9.375rem, 10.8695652174vw + 6.5217391304rem, 18.75rem);
}
@media (max-width: 1064px) {
  .index_business_text_block {
    margin-top: 0;
  }
}

.index_business_text {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem);
  margin-bottom: clamp(1.875rem, 5.0724637681vw + 0.5434782609rem, 6.25rem);
}

.index_bnr_wrapper {
  display: flex;
  gap: clamp(1.25rem, 1.8115942029vw + 0.7744565217rem, 2.8125rem);
  position: relative;
}
@media (max-width: 1064px) {
  .index_bnr_wrapper {
    flex-direction: column;
  }
}

.index_company_bnr,
.index_recruit_bnr {
  position: relative;
  width: calc((100% - clamp(1.25rem, 1.8115942029vw + 0.7744565217rem, 2.8125rem)) / 2);
  display: block;
  padding: clamp(2.5rem, 5.4347826087vw + -1.1141304348rem, 5rem) clamp(2.5rem, 2.7173913043vw + 0.6929347826rem, 3.75rem) clamp(3.75rem, 5.4347826087vw + 0.1358695652rem, 6.25rem);
}
@media (max-width: 1064px) {
  .index_company_bnr,
  .index_recruit_bnr {
    width: 100%;
    padding: clamp(1.875rem, 3.1055900621vw + 1.0597826087rem, 3.125rem) clamp(1.25rem, 3.1055900621vw + 0.4347826087rem, 2.5rem) clamp(2.5rem, 3.1055900621vw + 1.6847826087rem, 3.75rem);
  }
}
@media (min-width: 1065px) {
  .index_company_bnr:hover .index_bnr_bg:before,
  .index_recruit_bnr:hover .index_bnr_bg:before {
    background: rgba(32, 35, 55, 0.5);
  }
  .index_company_bnr:hover .index_bnr_bg img,
  .index_recruit_bnr:hover .index_bnr_bg img {
    transform: scale(1.1);
  }
}

.index_bnr_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.index_bnr_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 35, 55, 0.7);
  z-index: 1;
  transition: background 0.6s ease;
}
.index_bnr_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
  position: relative;
  z-index: 0;
}

.index_bnr_txt {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
  margin: clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem) 0 clamp(1.875rem, 2.1739130435vw + 1.3043478261rem, 3.75rem);
}

.index_news_wrapper {
  margin: clamp(2.5rem, 7.9710144928vw + 0.4076086957rem, 9.375rem) 0 0;
  background-color: #111F67;
}

.index_news_unit {
  display: flex;
  flex-direction: row-reverse;
  padding: clamp(2.5rem, 5.8139534884vw + -0.2906976744rem, 6.25rem) clamp(1.875rem, 8.7209302326vw + -2.3110465116rem, 7.5rem) clamp(2.5rem, 5.8139534884vw + -0.2906976744rem, 6.25rem);
  gap: clamp(2.5rem, 5.8139534884vw + -0.2906976744rem, 6.25rem);
}
@media (max-width: 768px) {
  .index_news_unit {
    flex-direction: column;
    gap: clamp(1.25rem, 5.7471264368vw + -0.2586206897rem, 2.5rem);
    padding: clamp(1.875rem, 2.8735632184vw + 1.1206896552rem, 2.5rem) clamp(0.9375rem, 4.3103448276vw + -0.1939655172rem, 1.875rem) clamp(1.875rem, 2.8735632184vw + 1.1206896552rem, 2.5rem) clamp(1.25rem, 2.8735632184vw + 0.4956896552rem, 1.875rem);
  }
}

.index_news_ttl {
  width: clamp(9.375rem, 21.3178294574vw + -0.8575581395rem, 23.125rem);
}

.index_news_list {
  flex-grow: 1;
  max-height: clamp(15.625rem, 15.9420289855vw + 11.4402173913rem, 29.375rem);
  overflow-y: auto;
  width: clamp(25rem, 43.4782608696vw + 13.5869565217rem, 62.5rem);
}
@media (max-width: 768px) {
  .index_news_list {
    width: 100%;
  }
}
.index_news_list::-webkit-scrollbar {
  background: #ffffff;
  outline: 3px solid #ffffff;
  width: clamp(0.5rem, 0.4347826087vw + 0.3858695652rem, 0.875rem);
  border-radius: 7px;
}
.index_news_list::-webkit-scrollbar-thumb {
  background-color: #111F67;
  width: clamp(0.5rem, 0.4347826087vw + 0.3858695652rem, 0.875rem);
  border-radius: 5px;
}

.index_news_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem);
  border-bottom: 1px solid #ffffff;
  padding: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem) 0;
  margin-right: clamp(0.625rem, 2.1739130435vw + 0.0543478261rem, 2.5rem);
  color: #ffffff;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
}
@media (max-width: 1064px) {
  .index_news_item {
    flex-direction: column;
  }
}

.index_news_contents {
  flex-grow: 1;
}

.index_news_img {
  width: clamp(16.5rem, 0.8152173913vw + 15.9578804348rem, 16.875rem);
  aspect-ratio: 27/20;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1064px) {
  .index_news_img {
    width: min(100%, clamp(25rem, 31.0559006211vw + 16.847826087rem, 37.5rem));
  }
}
.index_news_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index_news_link {
  display: flex;
  align-items: center;
  margin-top: clamp(0.3125rem, 0.2173913043vw + 0.2554347826rem, 0.5rem);
  color: #ffffff;
}
.index_news_link:first-of-type {
  margin-top: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
}
.index_news_link::before {
  content: "\e157";
  margin-right: clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem);
  font-weight: 400;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1;
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 1;
  font-size: clamp(1.125rem, 0.2898550725vw + 1.0489130435rem, 1.375rem);
}
@media (min-width: 769px) {
  .index_news_link:hover {
    color: rgba(255, 255, 255, 0.6);
  }
}

.index_news_date {
  display: block;
  font-weight: 400;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem);
  color: #9ACEFF;
  margin-bottom: clamp(0.5rem, 0.5072463768vw + 0.3668478261rem, 0.9375rem);
}

.index_news_title {
  display: block;
  margin-bottom: clamp(0.5rem, 0.5072463768vw + 0.3668478261rem, 0.9375rem);
  font-weight: 500;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.4347826087vw + 0.8858695652rem, 1.375rem);
}

/*-------------------------------------------------------------------------------
  page-business.php
--------------------------------------------------------------------------------*/
.business_wrapper {
  margin-bottom: clamp(2.5rem, 6.5217391304vw + 0.7880434783rem, 8.125rem);
}

.management_ttl .cmn_lead {
  white-space: nowrap;
}

.business_lead {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
}

.management_wrapper {
  margin-top: clamp(2.5rem, 6.5217391304vw + 0.7880434783rem, 8.125rem);
  margin-bottom: clamp(3.75rem, 3.6231884058vw + 2.7989130435rem, 6.875rem);
}

.management_unit {
  display: flex;
  gap: clamp(1.875rem, 9.6899224806vw + -2.7761627907rem, 8.125rem);
}
@media (max-width: 768px) {
  .management_unit {
    flex-direction: column;
    gap: clamp(1.25rem, 2.8735632184vw + 0.4956896552rem, 1.875rem);
  }
}

.management_lead {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem);
  margin-bottom: clamp(1.25rem, 2.8985507246vw + 0.4891304348rem, 3.75rem);
}

.flow_chart {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem);
  margin: clamp(1.875rem, 7.2580645161vw + -0.6653225806rem, 7.5rem) auto clamp(3.125rem, 8.064516129vw + 0.3024193548rem, 9.375rem);
  max-width: 938px;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.4347826087vw + 0.8858695652rem, 1.375rem);
}
@media (max-width: 560px) {
  .flow_chart {
    flex-direction: column;
  }
}

.node {
  position: relative;
  flex-shrink: 0;
}

.node_circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(5rem, 2.8985507246vw + 4.2391304348rem, 7.5rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 560px) {
  .node_circle {
    width: clamp(8.75rem, 28.5714285714vw + 1.25rem, 11.25rem);
  }
}
.node_circle.light_bg {
  background-color: #9ACEFF;
  color: #090909;
}
.node_circle.dark_bg {
  background-color: #111F67;
  color: #ffffff;
}

.anchor_icon {
  position: absolute;
  width: clamp(1.5rem, 2.1739130435vw + 0.9293478261rem, 3.375rem);
  aspect-ratio: 9/10;
  left: calc(-1 * clamp(0.3125rem, 0.4032258065vw + 0.1713709677rem, 0.625rem));
  bottom: calc(-1 * clamp(0.3125rem, 0.4032258065vw + 0.1713709677rem, 0.625rem));
}
@media (max-width: 560px) {
  .anchor_icon {
    width: clamp(2.6875rem, 21.4285714286vw + -2.9375rem, 4.5625rem);
    left: calc(-1 * clamp(0.3125rem, 3.5714285714vw + -0.625rem, 0.625rem));
    bottom: calc(-1 * clamp(0.3125rem, 3.5714285714vw + -0.625rem, 0.625rem));
  }
}

.ship_icon {
  position: absolute;
  width: clamp(2.6875rem, 2.1739130435vw + 2.1168478261rem, 4.5625rem);
  aspect-ratio: 73/46;
  right: calc(-1 * clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem));
  top: calc(-1 * clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem));
}

.connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  min-width: clamp(2.5rem, 3.2258064516vw + 1.3709677419rem, 5rem);
  max-width: 200px;
  margin-top: clamp(1.875rem, 0.8064516129vw + 1.5927419355rem, 2.5rem);
}
@media (max-width: 560px) {
  .connector {
    flex-direction: row;
    margin-top: 0;
    margin-left: clamp(1.875rem, 21.4285714286vw + -3.75rem, 3.75rem);
  }
}

.connector_line {
  width: 100%;
  height: 1px;
  background-color: #090909;
  position: relative;
  margin-bottom: 8px;
}
@media (max-width: 560px) {
  .connector_line {
    width: 1px;
    height: 60px;
  }
}
.connector_line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  width: clamp(0.75rem, 0.5797101449vw + 0.597826087rem, 1.25rem);
  height: clamp(0.75rem, 0.5797101449vw + 0.597826087rem, 1.25rem);
  border-top: 1px solid #090909;
  transform: translateY(-35%) rotate(30deg);
}
@media (max-width: 560px) {
  .connector_line::after {
    top: auto;
    bottom: -11px;
  }
}

.connector_label {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.4347826087vw + 0.8858695652rem, 1.375rem);
}
@media (max-width: 560px) {
  .connector_label {
    margin-left: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
    writing-mode: vertical-rl;
  }
}

.management_list_wrapper {
  display: flex;
  gap: clamp(1.25rem, 3.8759689922vw + -0.6104651163rem, 3.75rem);
}
@media (max-width: 768px) {
  .management_list_wrapper {
    flex-direction: column;
    gap: clamp(3.125rem, 5.7471264368vw + 1.6163793103rem, 4.375rem);
  }
}

.management_list {
  position: relative;
  flex-grow: 1;
  border: 5px solid #111F67;
  padding: clamp(3.125rem, 3.2608695652vw + 2.2690217391rem, 5.9375rem) clamp(0.9375rem, 3.2608695652vw + 0.0815217391rem, 3.75rem) clamp(1.875rem, 2.8985507246vw + 1.1141304348rem, 4.375rem);
}

.management_list_ttl {
  position: absolute;
  top: 0;
  left: clamp(0.625rem, 2.8985507246vw + -0.1358695652rem, 3.125rem);
  transform: translateY(-50%);
  padding: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem) clamp(0.9375rem, 1.8115942029vw + 0.4619565217rem, 2.5rem);
  background-color: #111F67;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.15;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 0.7246376812vw + 1.1847826087rem, 2rem);
}

.management_items li {
  position: relative;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem);
  margin-bottom: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem);
  padding-left: 20px;
}
.management_items li::before {
  position: absolute;
  margin-right: clamp(0.625rem, 0.3623188406vw + 0.5298913043rem, 0.9375rem);
  top: 0;
  left: -5px;
  content: "・";
}

.merit_ttl {
  margin-bottom: clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem);
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.4347826087vw + 1.0108695652rem, 1.5rem);
}
.merit_ttl:not(:first-of-type) {
  margin-top: clamp(1.25rem, 0.7246376812vw + 1.0597826087rem, 1.875rem);
}

.merit_txt {
  position: relative;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
  padding-left: clamp(1.25rem, 0.7246376812vw + 1.0597826087rem, 1.875rem);
}
.merit_txt::before {
  position: absolute;
  margin-right: clamp(0.625rem, 0.3623188406vw + 0.5298913043rem, 0.9375rem);
  top: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem);
  left: 0;
  content: "";
  background-color: #090909;
  width: clamp(0.625rem, 0.3623188406vw + 0.5298913043rem, 0.9375rem);
  height: 1px;
}

.contact_bnr {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: clamp(2.5rem, 5.7971014493vw + 0.9782608696rem, 7.5rem) auto 0;
  width: min(100%, 840px);
  text-align: center;
  padding: clamp(1.875rem, 2.1739130435vw + 1.3043478261rem, 3.75rem) clamp(0.9375rem, 6.1594202899vw + -0.6793478261rem, 6.25rem);
  overflow: hidden;
  background: url(../images/contact_bg.jpg) no-repeat center center/cover;
  transition: transform 0.4s ease;
}
.contact_bnr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 35, 55, 0.8);
  z-index: 1;
  transition: all 0.4s ease;
}
@media (min-width: 769px) {
  .contact_bnr:hover {
    transform: translateY(-4px);
  }
  .contact_bnr:hover::before {
    background: rgba(32, 35, 55, 0.6);
  }
}

.contact_bnr_text {
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.15;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 0.5797101449vw + 1.097826087rem, 1.75rem);
  z-index: 2;
}
.contact_bnr_text::after {
  content: "\e315";
  margin-left: clamp(1.25rem, 4.347826087vw + 0.1086956522rem, 5rem);
  font-weight: 400;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1;
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 1;
  transition: transform 0.4s ease;
}
@media (min-width: 769px) {
  .contact_bnr:hover .contact_bnr_text::after {
    transform: translateX(10px);
  }
}

.vessels_wrapper {
  margin-bottom: clamp(3.125rem, 7.9710144928vw + 1.0326086957rem, 10rem);
}

.vessels_unit {
  margin-top: clamp(1.25rem, 3.6231884058vw + 0.2989130435rem, 4.375rem);
}

.vessels_item {
  display: flex;
  gap: clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem);
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .vessels_item {
    flex-direction: column;
  }
}
.vessels_item:not(:first-of-type) {
  margin-top: clamp(2.5rem, 2.8985507246vw + 1.7391304348rem, 5rem);
}

.vessels_img {
  width: clamp(12.5rem, 30.8139534884vw + -2.2906976744rem, 32.375rem);
  aspect-ratio: 518/335;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .vessels_img {
    width: min(100%, 500px);
  }
}
.vessels_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vessels_img_caption {
  margin-top: clamp(0.5rem, 0.5072463768vw + 0.3668478261rem, 0.9375rem);
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.75rem, 0.2173913043vw + 0.6929347826rem, 0.9375rem);
  color: #090909;
}

.vessels_info {
  flex-grow: 1;
  border: 5px solid #111F67;
  padding: clamp(0.9375rem, 1.8115942029vw + 0.4619565217rem, 2.5rem);
}
@media (max-width: 768px) {
  .vessels_info {
    width: 100%;
  }
}

.vessels_name {
  display: inline-block;
  margin-bottom: clamp(0.9375rem, 1.8115942029vw + 0.4619565217rem, 2.5rem);
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 0.4347826087vw + 1.1358695652rem, 1.625rem);
  padding: clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem) clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  background-color: #111F67;
  color: #ffffff;
}

.vessels_block {
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(0.625rem, 0.4347826087vw + 0.5108695652rem, 1rem);
}
@media (max-width: 1064px) {
  .vessels_block {
    flex-direction: column;
  }
}

.vessels_list_item {
  display: flex;
  width: calc(50% - clamp(0.3125rem, 0.7971014493vw + 0.1032608696rem, 1rem));
  border-bottom: 1px solid #090909;
  padding: clamp(0.625rem, 0.3623188406vw + 0.5298913043rem, 0.9375rem) 0;
}
@media (max-width: 1064px) {
  .vessels_list_item {
    width: 100%;
  }
}

.vessels_list_label {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
  width: clamp(6.25rem, 2.1739130435vw + 5.6793478261rem, 8.125rem);
}

.vessels_list_value {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
  flex: 1;
}

.safety_wrapper {
  padding: clamp(2.5rem, 4.347826087vw + 1.3586956522rem, 6.25rem) 0 clamp(3.75rem, 7.2463768116vw + 1.847826087rem, 10rem);
}

.faq_wrapper {
  padding: clamp(2.5rem, 8.6956521739vw + 0.2173913043rem, 10rem) 0 clamp(2.5rem, 8.6956521739vw + 0.2173913043rem, 10rem);
}

.faq_unit {
  margin-top: clamp(1.875rem, 3.6231884058vw + 0.9239130435rem, 5rem);
}

.faq_item:not(:first-of-type) {
  margin-top: clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem);
}

.faq_question,
.faq_answer {
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.7246376812vw + 0.9347826087rem, 1.75rem);
  background-color: #111F67;
  color: #ffffff;
  padding: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem) clamp(0.9375rem, 1.8115942029vw + 0.4619565217rem, 2.5rem) clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem) 0;
  flex: 1;
}
.faq_question::before,
.faq_answer::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Q";
  width: clamp(4.375rem, 5.0724637681vw + 3.0434782609rem, 8.75rem);
  border-right: 1px solid #ffffff;
  padding: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem) clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem) clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem) clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem);
  margin-right: clamp(1.5625rem, 1.8115942029vw + 1.0869565217rem, 3.125rem);
  font-weight: 500;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(2.25rem, 1.4492753623vw + 1.8695652174rem, 3.5rem);
  flex-shrink: 0;
}

.faq_answer {
  border-top: 1px solid #090909;
  border-bottom: 1px solid #090909;
  background-color: #ffffff;
  font-size: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem);
  color: #090909;
  margin-top: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
}
.faq_answer::before {
  content: "A";
  border-right: 1px solid #090909;
}

.gallery_wrapper {
  padding: clamp(2.5rem, 4.347826087vw + 1.3586956522rem, 6.25rem) 0 clamp(3.75rem, 7.2463768116vw + 1.847826087rem, 10rem);
}
.description_wrapper + .gallery_wrapper {
  padding: 0 0 clamp(3.75rem, 7.2463768116vw + 1.847826087rem, 10rem);
}
.gallery_wrapper {
  row-gap: clamp(1.875rem, 3.6231884058vw + 0.9239130435rem, 5rem);
}
.gallery_wrapper .gallery_unit {
  display: flex;
  flex-wrap: wrap;
  margin-top: clamp(1.875rem, 3.6231884058vw + 0.9239130435rem, 5rem);
  gap: clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem) clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem);
}
.gallery_wrapper .gallery_item {
  display: flex;
  flex-direction: column;
  width: calc((100% - clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem) * 2) / 3);
}
@media (max-width: 1064px) {
  .gallery_wrapper .gallery_item {
    width: calc((100% - (clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem))) / 2);
  }
}
@media (max-width: 560px) {
  .gallery_wrapper .gallery_item {
    width: 100%;
  }
}
.gallery_wrapper .gallery_img {
  width: 100%;
  aspect-ratio: 10/7;
  overflow: hidden;
  flex-shrink: 0;
}
.gallery_wrapper .gallery_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_wrapper .gallery_caption {
  margin-top: clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem);
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.8125rem, 0.2173913043vw + 0.7554347826rem, 1rem);
  color: #ffffff;
}

/*-------------------------------------------------------------------------------
  page-company.php
--------------------------------------------------------------------------------*/
.philosophy_wrapper {
  margin-bottom: clamp(2.5rem, 6.5217391304vw + 0.7880434783rem, 8.125rem);
}

.greeting_wrapper {
  display: flex;
  align-items: flex-start;
  gap: clamp(1.875rem, 11.6279069767vw + -3.7063953488rem, 9.375rem);
  margin: clamp(2.5rem, 6.5217391304vw + 0.7880434783rem, 8.125rem) 0 clamp(3.75rem, 7.2463768116vw + 1.847826087rem, 10rem);
}
@media (max-width: 768px) {
  .greeting_wrapper {
    flex-direction: column;
    gap: clamp(1.875rem, 5.7471264368vw + 0.3663793103rem, 3.125rem);
  }
}

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

.greeting_text {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
  margin: clamp(1.875rem, 3.6231884058vw + 0.9239130435rem, 5rem) 0;
}

.greeting_name {
  display: block;
  text-align: right;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.4347826087vw + 1.0108695652rem, 1.5rem);
}
.greeting_name span {
  display: inline-block;
  margin-right: clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem);
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem);
}

.greeting_img {
  width: clamp(18.75rem, 20.7971014493vw + 13.2907608696rem, 36.6875rem);
  aspect-ratio: 587/700;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .greeting_img {
    width: 100%;
    aspect-ratio: 20/12;
  }
}
.greeting_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.overview_wrapper {
  padding: clamp(2.5rem, 4.347826087vw + 1.3586956522rem, 6.25rem) 0 clamp(3.75rem, 7.2463768116vw + 1.847826087rem, 10rem);
}

.access_wrapper {
  margin: clamp(2.5rem, 6.5217391304vw + 0.7880434783rem, 8.125rem) 0 clamp(3.75rem, 7.2463768116vw + 1.847826087rem, 10rem);
}

.access_map {
  width: 100%;
  height: clamp(15.625rem, 14.4927536232vw + 11.8206521739rem, 28.125rem);
  margin-top: clamp(1.875rem, 3.6231884058vw + 0.9239130435rem, 5rem);
}
.access_map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.affiliated_wrapper {
  padding: clamp(2.5rem, 6.5217391304vw + 0.7880434783rem, 8.125rem) 0 clamp(3.75rem, 7.2463768116vw + 1.847826087rem, 10rem);
}

.affiliated_unit {
  display: flex;
  margin-top: clamp(3.125rem, 2.1739130435vw + 2.5543478261rem, 5rem);
  gap: clamp(1.875rem, 1.4492753623vw + 1.4945652174rem, 3.125rem);
}
@media (max-width: 768px) {
  .affiliated_unit {
    flex-direction: column;
  }
}

.affiliated_block {
  flex-shrink: 0;
  width: clamp(15.625rem, 19.4202898551vw + 10.527173913rem, 32.375rem);
}
@media (max-width: 768px) {
  .affiliated_block {
    width: 100%;
  }
}

.affiliated_name {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 0.4347826087vw + 1.1358695652rem, 1.625rem);
  padding: clamp(0.5rem, 0.5072463768vw + 0.3668478261rem, 0.9375rem) clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  color: #111F67;
  margin-bottom: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
}

.affiliated_img {
  width: 100%;
  aspect-ratio: 518/335;
  overflow: hidden;
}
.affiliated_img a {
  display: block;
  width: 100%;
  height: 100%;
}
.affiliated_img a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.affiliated_info {
  flex-grow: 1;
  border: 5px solid #ffffff;
  padding: clamp(0.9375rem, 1.8115942029vw + 0.4619565217rem, 2.5rem);
  color: #ffffff;
  min-width: 0;
}

.affiliated_txt {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
}

.service_list {
  position: relative;
  margin-top: clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5625rem, 1.8115942029vw + 1.0869565217rem, 3.125rem);
}
@media (max-width: 1064px) {
  .service_list {
    flex-direction: column;
  }
}

.service_item {
  position: relative;
  width: calc((100% - clamp(1.5625rem, 1.8115942029vw + 1.0869565217rem, 3.125rem)) / 2);
  display: block;
}
@media (max-width: 1064px) {
  .service_item {
    width: 100%;
  }
}

.service_name {
  display: inline-block;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.4347826087vw + 1.0108695652rem, 1.5rem);
  padding-bottom: clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem);
  border-bottom: 1px solid #ffffff;
  margin-bottom: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
}

.partner_wrapper {
  padding: clamp(2.5rem, 6.5217391304vw + 0.7880434783rem, 8.125rem) 0 clamp(3.75rem, 7.2463768116vw + 1.847826087rem, 10rem);
}
.partner_wrapper .partner_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: clamp(1.875rem, 3.6231884058vw + 0.9239130435rem, 5rem);
  gap: clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem) clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem);
}
@media (max-width: 768px) {
  .partner_wrapper .partner_list {
    flex-direction: column;
  }
}
.partner_wrapper .partner_item {
  position: relative;
  width: calc((100% - clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem) * 1) / 2);
  display: block;
}
@media (max-width: 768px) {
  .partner_wrapper .partner_item {
    width: 100%;
  }
}

.partner_name {
  display: block;
  width: 100%;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 0.4347826087vw + 1.1358695652rem, 1.625rem);
  margin-bottom: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  padding: clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem) clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  background-color: #111F67;
  color: #ffffff;
  text-align: center;
}

.partner_txt {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
}

.sdgs_wrapper {
  padding: clamp(2.5rem, 6.5217391304vw + 0.7880434783rem, 8.125rem) 0 0;
}
.sdgs_wrapper .sdgs_list {
  margin-top: clamp(2.5rem, 4.347826087vw + 1.3586956522rem, 6.25rem);
  flex-grow: 1;
  padding: 0;
}
.sdgs_wrapper .sdgs_list .sdgs_item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: clamp(2.5rem, 1.4492753623vw + 2.1195652174rem, 3.75rem);
}

.sdgs_title {
  display: block;
  width: 100%;
  margin-bottom: clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem);
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 0.4347826087vw + 1.1358695652rem, 1.625rem);
  background-color: #111F67;
  color: #ffffff;
  padding: clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem) clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
}

.sdgs_unit {
  display: flex;
  align-items: flex-start;
  gap: clamp(1.875rem, 2.5362318841vw + 1.2092391304rem, 4.0625rem);
}
@media (max-width: 768px) {
  .sdgs_unit {
    flex-direction: column;
  }
}

.sdgs_txt_box {
  flex-grow: 1;
  min-width: 0;
}

.sdgs_sutitle {
  margin-bottom: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 0.4347826087vw + 1.1358695652rem, 1.625rem);
  color: #111F67;
}

.sdgs_img_box {
  flex-shrink: 0;
  width: clamp(17.5rem, 19.3798449612vw + 8.1976744186rem, 30rem);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem) clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem);
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .sdgs_img_box {
    width: 100%;
  }
}
.sdgs_img_box .sdgs_img {
  width: calc((100% - clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem)) / 2);
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sdgs_img_box .sdgs_img {
    width: calc((100% - clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem) * 3) / 4);
  }
}
@media (max-width: 480px) {
  .sdgs_img_box .sdgs_img {
    width: calc((100% - clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem) * 2) / 3);
  }
}
@media (max-width: 420px) {
  .sdgs_img_box .sdgs_img {
    width: calc((100% - clamp(0.9375rem, 1.0869565217vw + 0.652173913rem, 1.875rem)) / 2);
  }
}
.sdgs_img_box .sdgs_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sdgs_txt {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
}

/*-------------------------------------------------------------------------------
  page-recruit.php
--------------------------------------------------------------------------------*/
.recruit_wrapper {
  margin-bottom: clamp(3.125rem, 7.2463768116vw + 1.222826087rem, 9.375rem);
}

.recruit_lead {
  text-align: center;
}
@media (max-width: 768px) {
  .recruit_lead {
    text-align: left;
  }
}

.recruit_ttl {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.4347826087vw + 1.0108695652rem, 1.5rem);
  margin-bottom: clamp(0.9375rem, 1.8115942029vw + 0.4619565217rem, 2.5rem);
}

.recruit_text {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
}

.recruit_list {
  display: flex;
  gap: clamp(1.875rem, 5.0724637681vw + 0.5434782609rem, 6.25rem);
  margin-top: clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem);
}

/*---------- merit_cards ----------*/
.merit_cards {
  display: flex;
  width: 100%;
  gap: clamp(1.875rem, 3.6231884058vw + 0.9239130435rem, 5rem) clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem);
  margin-top: clamp(3.125rem, 3.6231884058vw + 2.1739130435rem, 6.25rem);
}
@media (max-width: 768px) {
  .merit_cards {
    flex-wrap: wrap;
  }
}

.merit_card_item {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  border-top: 1px solid #090909;
  border-bottom: 1px solid #090909;
  padding: clamp(0.9375rem, 0.3623188406vw + 0.8423913043rem, 1.25rem) clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem);
  gap: clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem);
}
@media (max-width: 768px) {
  .merit_card_item {
    flex: 1 1 calc(50% - clamp(0.625rem, 1.0869565217vw + 0.339673913rem, 1.5625rem));
  }
}
@media (max-width: 480px) {
  .merit_card_item {
    flex: 1 1 100%;
  }
}

.merit_card_icon {
  position: relative;
  width: clamp(1.125rem, 0.4347826087vw + 1.0108695652rem, 1.5rem);
  height: clamp(1.125rem, 0.4347826087vw + 1.0108695652rem, 1.5rem);
  flex-shrink: 0;
  margin-top: clamp(0.125rem, 0.1449275362vw + 0.0869565217rem, 0.25rem);
}
.merit_card_icon::after {
  content: "";
  position: absolute;
  left: clamp(0.375rem, 0.1449275362vw + 0.3369565217rem, 0.5rem);
  top: clamp(0.125rem, 0.0724637681vw + 0.1059782609rem, 0.1875rem);
  width: clamp(0.3125rem, 0.1449275362vw + 0.2744565217rem, 0.4375rem);
  height: clamp(0.625rem, 0.2173913043vw + 0.5679347826rem, 0.8125rem);
  border: solid #667FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.merit_card_text {
  flex: 1;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
  color: #090909;
}

/*---------- recruit_swiper ----------*/
.recruit_swiper_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 0 clamp(3.125rem, 10.8695652174vw + 0.2717391304rem, 12.5rem);
}

.recruit_swiper {
  width: 100%;
  overflow: visible;
}
.recruit_swiper .swiper-wrapper {
  align-items: flex-start;
  gap: clamp(5rem, 5.7971014493vw + 3.4782608696rem, 10rem);
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-slide:nth-child(3n+1) {
  width: clamp(8.125rem, 8.6956521739vw + 5.8423913043rem, 15.625rem);
  aspect-ratio: 25/27;
}
.swiper-slide:nth-child(3n+2) {
  width: clamp(15.625rem, 19.2028985507vw + 10.5842391304rem, 32.1875rem);
  aspect-ratio: 515/597;
  margin-top: clamp(5rem, 8.6956521739vw + 2.7173913043rem, 12.5rem);
}
.swiper-slide:nth-child(3n) {
  width: clamp(18.75rem, 38.1884057971vw + 8.7255434783rem, 51.6875rem);
  aspect-ratio: 827/550;
  margin-top: clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem);
}

.staff_wrapper {
  margin-bottom: clamp(3.75rem, 7.2463768116vw + 1.847826087rem, 10rem);
}

.staff_cards {
  margin-top: clamp(2.5rem, 2.8985507246vw + 1.7391304348rem, 5rem);
}

.staff_card_item {
  display: flex;
  align-items: flex-start;
  gap: clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem);
  margin-top: clamp(1.875rem, 3.6231884058vw + 0.9239130435rem, 5rem);
}
@media (max-width: 768px) {
  .staff_card_item {
    flex-direction: column;
    align-items: center;
  }
}

.staff_card_img {
  width: clamp(13.125rem, 9.1304347826vw + 10.7282608696rem, 21rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.staff_card_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff_card_txt {
  flex-grow: 1;
  background-color: #F3F5F8;
  padding: clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem);
  min-height: clamp(13.125rem, 9.1304347826vw + 10.7282608696rem, 21rem);
}

.staff_card_name {
  display: block;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 0.4347826087vw + 1.1358695652rem, 1.625rem);
  margin-bottom: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  padding: clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem) clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  color: #111F67;
  border-top: 1px solid #111F67;
  border-bottom: 1px solid #111F67;
}

.description_wrapper {
  padding: clamp(2.5rem, 6.5217391304vw + 0.7880434783rem, 8.125rem) 0 clamp(3.75rem, 7.2463768116vw + 1.847826087rem, 10rem);
}
.description_wrapper:has(+ .gallery_wrapper) {
  padding: clamp(2.5rem, 6.5217391304vw + 0.7880434783rem, 8.125rem) 0 clamp(3.125rem, 3.6231884058vw + 2.1739130435rem, 6.25rem);
}

.description_list {
  margin-top: clamp(1.875rem, 3.6231884058vw + 0.9239130435rem, 5rem);
}

.description_item {
  display: flex;
  gap: clamp(1.25rem, 2.1739130435vw + 0.6793478261rem, 3.125rem);
}
@media (max-width: 768px) {
  .description_item {
    flex-direction: column;
    align-items: center;
  }
}
.description_item:not(:first-of-type) {
  margin-top: clamp(3.125rem, 2.1739130435vw + 2.5543478261rem, 5rem);
}
.description_item .description_img {
  height: clamp(8.75rem, 18.8953488372vw + -0.3197674419rem, 20.9375rem);
  aspect-ratio: 518/335;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .description_item .description_img {
    height: auto;
    width: min(100%, 518px);
  }
}
.description_item .description_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.description_item .description_info {
  flex-grow: 1;
  border: 5px solid #ffffff;
  padding: clamp(0.9375rem, 1.8115942029vw + 0.4619565217rem, 2.5rem);
  min-height: clamp(8.75rem, 18.8953488372vw + -0.3197674419rem, 20.9375rem);
}
@media (max-width: 768px) {
  .description_item .description_info {
    width: 100%;
  }
}

.description_name {
  display: block;
  margin-bottom: clamp(0.9375rem, 1.8115942029vw + 0.4619565217rem, 2.5rem);
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 0.4347826087vw + 1.1358695652rem, 1.625rem);
  padding: clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem) clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  background-color: #ffffff;
  color: #111F67;
}

.description_txt {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
  color: #ffffff;
}

.experience_wrapper {
  display: flex;
  gap: clamp(2.5rem, 5.0724637681vw + 1.1684782609rem, 6.875rem);
  margin: clamp(2.5rem, 6.5217391304vw + 0.7880434783rem, 8.125rem) auto clamp(3.75rem, 7.2463768116vw + 1.847826087rem, 10rem);
}
@media (max-width: 1064px) {
  .experience_wrapper {
    flex-direction: column;
  }
}
.experience_wrapper .lead_ttl {
  width: clamp(9.375rem, 7.2463768116vw + 7.472826087rem, 15.625rem);
  flex-shrink: 0;
  margin-right: 30px;
}
.experience_wrapper .lead_ttl .cmn_lead {
  white-space: nowrap;
}

.experience_list {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem);
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .experience_list {
    width: 100%;
  }
}
.experience_list .experience_item {
  width: calc((100% - clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem)) / 2);
  border-bottom: 1px solid #090909;
  padding: clamp(0.625rem, 0.1449275362vw + 0.5869565217rem, 0.75rem) 0;
}
@media (max-width: 560px) {
  .experience_list .experience_item {
    width: 100%;
  }
}
.experience_list .experience_txt {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
  color: #090909;
}

.job_flow_wrapper {
  margin: clamp(2.5rem, 6.5217391304vw + 0.7880434783rem, 8.125rem) auto clamp(3.75rem, 7.2463768116vw + 1.847826087rem, 10rem);
}

.job_flow_list {
  margin-top: clamp(1.875rem, 3.6231884058vw + 0.9239130435rem, 5rem);
}

.job_flow_item {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.625rem, 2.8985507246vw + -0.1358695652rem, 3.125rem);
}
@media (max-width: 1064px) {
  .job_flow_item {
    flex-direction: column;
  }
}
@media (max-width: 420px) {
  .job_flow_item {
    align-items: center;
  }
}
.job_flow_item:not(:first-of-type) {
  margin-top: clamp(1.875rem, 3.6231884058vw + 0.9239130435rem, 5rem);
}
.job_flow_item .job_flow_step {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: clamp(0.625rem, 0.3623188406vw + 0.5298913043rem, 0.9375rem);
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(1.75rem, 1.4492753623vw + 1.3695652174rem, 3rem);
  width: clamp(5rem, 1.5942028986vw + 4.5815217391rem, 6.375rem);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #111F67;
  color: #ffffff;
}
.job_flow_item .job_flow_step::after {
  content: "";
  display: inline-block;
  width: clamp(2.5rem, 1.0869565217vw + 2.214673913rem, 3.4375rem);
  height: 5px;
  background-color: #ffffff;
  -webkit-mask-image: url(../images/wave.svg);
          mask-image: url(../images/wave.svg);
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: auto 5px;
          mask-size: auto 5px;
  animation: wave 2s linear 0s infinite;
  animation-fill-mode: both;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.4s;
}
.job_flow_item .job_flow_unit {
  flex-grow: 1;
}
@media (max-width: 1064px) {
  .job_flow_item .job_flow_unit {
    width: 100%;
  }
}
.job_flow_item .job_flow_ttl {
  display: block;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 0.4347826087vw + 1.1358695652rem, 1.625rem);
  color: #111F67;
  border-top: 1px solid #111F67;
  border-bottom: 1px solid #111F67;
  padding: clamp(0.9375rem, 1.4492753623vw + 0.5570652174rem, 2.1875rem) clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  margin-bottom: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
}
.job_flow_item .job_flow_block {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #F3F5F8;
  padding: clamp(0.9375rem, 1.8115942029vw + 0.4619565217rem, 2.5rem);
}
.job_flow_item .job_flow_block::before {
  content: "";
  position: absolute;
  right: 0;
  width: clamp(10rem, 14.4927536232vw + 6.1956521739rem, 22.5rem);
  aspect-ratio: 1/1;
  z-index: 0;
  transform: rotate(15deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.job_flow_item .job_flow_block.step1::before {
  bottom: calc(-1 * clamp(4.375rem, 5.7971014493vw + 2.8532608696rem, 9.375rem));
  background-image: url(../images/mail_icon.svg);
}
.job_flow_item .job_flow_block.step2::before {
  bottom: calc(-1 * clamp(6.25rem, 7.2463768116vw + 4.347826087rem, 12.5rem));
  background-image: url(../images/assignment_icon.svg);
}
.job_flow_item .job_flow_block.step3::before {
  bottom: calc(-1 * clamp(3.75rem, 5.0724637681vw + 2.4184782609rem, 8.125rem));
  background-image: url(../images/back_hand_icon.svg);
}
.job_flow_item .job_flow_txt {
  position: relative;
  z-index: 1;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
  color: #090909;
}

.application_wrapper {
  padding: clamp(2.5rem, 6.5217391304vw + 0.7880434783rem, 8.125rem) 0 clamp(3.75rem, 7.2463768116vw + 1.847826087rem, 10rem);
}

.application_unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: clamp(1.875rem, 3.6231884058vw + 0.9239130435rem, 5rem);
}
.application_unit .cmn_list {
  margin-top: 0;
}

.application_name {
  display: block;
  width: 100%;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 0.4347826087vw + 1.1358695652rem, 1.625rem);
  padding: clamp(0.3125rem, 0.3623188406vw + 0.2173913043rem, 0.625rem) clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  background-color: #ffffff;
  color: #111F67;
  margin-bottom: clamp(0.625rem, 0.7246376812vw + 0.4347826087rem, 1.25rem);
  text-align: center;
}

/*-------------------------------------------------------------------------------
  contact page
-------------------------------------------------------------------------------- */
.contact_text {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
  margin-bottom: clamp(2.5rem, 7.2463768116vw + 0.597826087rem, 8.75rem);
  text-align: center;
}
@media (max-width: 768px) {
  .contact_text {
    text-align: left;
  }
}

.contact_info_unit {
  display: flex;
  gap: clamp(2.5rem, 13.5658914729vw + -4.011627907rem, 11.25rem);
  margin-bottom: clamp(3.75rem, 7.2463768116vw + 1.847826087rem, 10rem);
}
@media (max-width: 768px) {
  .contact_info_unit {
    flex-direction: column;
  }
}

.contact_info_block {
  flex-grow: 1;
}

.attention_block {
  margin-bottom: clamp(3.125rem, 7.2463768116vw + 1.222826087rem, 9.375rem);
}

.attention_text {
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.2898550725vw + 0.7989130435rem, 1.125rem);
  margin: clamp(1.875rem, 3.6231884058vw + 0.9239130435rem, 5rem) 0 clamp(1.25rem, 1.4492753623vw + 0.8695652174rem, 2.5rem);
}

.phone_item {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: clamp(1.875rem, 3.6231884058vw + 0.9239130435rem, 5rem);
}

.contact_img {
  width: clamp(25rem, 28.9855072464vw + 17.3913043478rem, 50rem);
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .contact_img {
    width: 100%;
    aspect-ratio: 10/7;
  }
}
.contact_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact_form_wrapper {
  padding: clamp(2.5rem, 6.5217391304vw + 0.7880434783rem, 8.125rem) 0 clamp(3.75rem, 7.2463768116vw + 1.847826087rem, 10rem);
}

.acf-image-uploader .image-wrap img {
  max-width: 250px !important;
}

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

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

.check_no-through {
  color: #e40000;
}

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

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

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