/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: 112.5%;
}

/**
 * メディアクエリ
 *
 * @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} $fontWeight フォントの太さ
 * @param {number} $letterSpacing 文字間
 * @param {number} $lineHeight 行間
 * @param {string} $fontFamily フォントファミリー
 */
/**
 * トランジション
 *
 * @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 スクロールバーの色
 */
/**
 * object-fit: cover
 */
/*-------------------------------------------------------------------------------
  form 設定
--------------------------------------------------------------------------------*/
.contact_form_unit {
  /* 全体の余白変数 */
  --space-size: 10px;
  --head-width: 250px;
  /* ラジオボタン変数 */
  --radio-outer: 20px;
  --radio-inner: 10px;
  /* チェックボックス変数 */
  --checkbox-outer: 20px;
  --checkbox-inner: 10px;
  /* スクロールバー変数 */
  --scroll-width: 5px;
  --track-color: #ffffff;
  --thumb-color: #002480;
  /* テーブル・リスト */
}
.contact_form_unit dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.2777777778rem, 0.7291666667vw + 0.0833333333rem, 0.6666666667rem);
  width: 100%;
}
.contact_form_unit dl:not(:last-child) {
  margin-bottom: clamp(0.8333333333rem, 1.5625vw + 0.4166666667rem, 1.6666666667rem);
}
.contact_form_unit dl dt {
  font-weight: 700;
  letter-spacing: calc(60 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
}
.contact_form_unit dl dt .required {
  display: inline-block;
  font-weight: 700;
  letter-spacing: calc(100 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.7777777778rem, 0.2083333333vw + 0.7222222222rem, 0.8888888889rem);
  color: #e75b74;
  margin-left: clamp(0.2777777778rem, 0.3125vw + 0.1944444444rem, 0.4444444444rem);
}
.contact_form_unit dl dd {
  width: 100%;
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.7777777778rem, 0.2083333333vw + 0.7222222222rem, 0.8888888889rem);
}
.contact_form_unit dl dd input,
.contact_form_unit dl dd select,
.contact_form_unit dl dd textarea {
  width: 100%;
  padding: clamp(0.6666666667rem, 0.8333333333vw + 0.4444444444rem, 1.1111111111rem) clamp(0.8333333333rem, 1.5625vw + 0.4166666667rem, 1.6666666667rem);
  background-color: #EEF9FF;
  border: 1px solid #B8B8B8;
}

.radio_wrapper {
  padding: clamp(0.6666666667rem, 0.8333333333vw + 0.4444444444rem, 1.1111111111rem) clamp(0.8333333333rem, 1.5625vw + 0.4166666667rem, 1.6666666667rem);
  background-color: #EEF9FF;
  border: 1px solid #B8B8B8;
}
.radio_wrapper .wpcf7-list-item {
  margin: 0 !important;
}
.radio_wrapper span + span {
  display: flex;
  flex-direction: column;
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  display: block;
  cursor: pointer;
  padding-left: clamp(1.5555555556rem, 0.8333333333vw + 1.3333333333rem, 2rem);
  padding-top: clamp(0.0555555556rem, 0.2083333333vw + 0rem, 0.1666666667rem);
  margin: clamp(0.2222222222rem, 0.4166666667vw + 0.1111111111rem, 0.4444444444rem) 0;
  width: auto;
  position: relative;
}
input[type=radio] + span::after {
  content: "";
  display: block;
  width: clamp(0.5555555556rem, 0.2083333333vw + 0.5rem, 0.6666666667rem);
  height: clamp(0.5555555556rem, 0.2083333333vw + 0.5rem, 0.6666666667rem);
  border-radius: 50%;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: clamp(0.2777777778rem, 0.1041666667vw + 0.25rem, 0.3333333333rem);
  left: clamp(0.2777777778rem, 0.1041666667vw + 0.25rem, 0.3333333333rem);
}
input[type=radio] + span::before {
  content: "";
  display: block;
  width: clamp(1.1111111111rem, 0.4166666667vw + 1rem, 1.3333333333rem);
  height: clamp(1.1111111111rem, 0.4166666667vw + 1rem, 1.3333333333rem);
  border-radius: 50%;
  transform: scale(1);
  transition: all ease-out 250ms;
  border: 2px solid #B8B8B8;
  position: absolute;
  top: 0;
  left: 0;
}
input[type=radio]:checked + span::after {
  background-color: #002480;
}

.form-address > li + li {
  margin-top: clamp(0.3888888889rem, 0.3125vw + 0.3055555556rem, 0.5555555556rem);
}

.check_zip,
.form-select {
  width: clamp(16.6666666667rem, 7.5757575758vw + 14.6464646465rem, 22.2222222222rem) !important;
}
@media (max-width: 480px) {
  .check_zip,
  .form-select {
    width: 100% !important;
  }
}

.form-select {
  position: relative;
}
.form-select::before {
  content: "\e313";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  color: #333333;
  font-size: clamp(1.3333333333rem, 0.625vw + 1.1666666667rem, 1.6666666667rem);
  position: absolute;
  top: 50%;
  right: clamp(0.8333333333rem, 1.5625vw + 0.4166666667rem, 1.6666666667rem);
  transform: translateY(-50%);
  z-index: 1;
}

.privacy_content_wrapper .val-err {
  text-align: center;
  margin-bottom: clamp(0.5555555556rem, 0.5208333333vw + 0.4166666667rem, 0.8333333333rem);
}

.privacy_content {
  padding: clamp(0.8333333333rem, 1.5625vw + 0.4166666667rem, 1.6666666667rem);
  background-color: #EEF9FF;
  border: 1px solid #B8B8B8;
}

.privacy_content_inner::-webkit-scrollbar {
  width: 6px;
}
.privacy_content_inner::-webkit-scrollbar-track {
  background: #ffffff;
}
.privacy_content_inner::-webkit-scrollbar-thumb {
  background: #DADADA;
}
.privacy_content_inner {
  height: clamp(11.1111111111rem, 6.25vw + 9.4444444444rem, 14.4444444444rem);
  overflow-y: scroll;
  padding-right: clamp(0.5555555556rem, 1.5625vw + 0.1388888889rem, 1.3888888889rem);
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.7777777778rem, 0.2083333333vw + 0.7222222222rem, 0.8888888889rem);
}
.privacy_content_inner h3 {
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: clamp(0.1666666667rem, 0.2083333333vw + 0.1111111111rem, 0.2777777778rem);
}
.privacy_content_inner h3:not(:first-child) {
  margin-top: clamp(1.1111111111rem, 2.0833333333vw + 0.5555555556rem, 2.2222222222rem);
}
.privacy_content_inner p {
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.7777777778rem, 0.2083333333vw + 0.7222222222rem, 0.8888888889rem);
}

.privacy_check_wrapper {
  text-align: center;
  margin-top: clamp(1.3888888889rem, 2.6041666667vw + 0.6944444444rem, 2.7777777778rem);
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding-left: clamp(1.3888888889rem, 1.0416666667vw + 1.1111111111rem, 1.9444444444rem);
  position: relative;
}
input[type=checkbox] + span::after {
  content: "";
  display: block;
  content: "\e5ca";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  color: #333333;
  font-size: clamp(1.1111111111rem, 0.5208333333vw + 0.9722222222rem, 1.3888888889rem);
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: calc(-1 * clamp(0.1111111111rem, 0.1041666667vw + 0.0833333333rem, 0.1666666667rem));
  left: 0;
  opacity: 0;
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: clamp(1.1111111111rem, 0.5208333333vw + 0.9722222222rem, 1.3888888889rem);
  aspect-ratio: 1/1;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #B8B8B8;
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.check_no-through {
  margin-top: 40px;
  text-align: center;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.check_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.8333333333rem, 1.5625vw + 0.4166666667rem, 1.6666666667rem);
  margin-top: clamp(1.6666666667rem, 3.125vw + 0.8333333333rem, 3.3333333333rem);
}
@media (max-width: 768px) {
  .check_submit {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .check_submit li {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .check_submit li .contact_btn {
    width: min(100%, 250px);
  }
}
@media (max-width: 768px) {
  .check_submit li .contact_btn button,
  .check_submit li .contact_btn input[type=submit],
  .check_submit li .contact_btn > span:first-child {
    width: 100%;
  }
}

.wpcf7-list-item {
  margin: 0 !important;
}

#form-input .tccf7_none_anime {
  display: block !important;
}

#form-confirm dl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(1.1111111111rem, 0.9689922481vw + 0.6976744186rem, 1.6666666667rem);
  padding-bottom: clamp(1.1111111111rem, 1.0416666667vw + 0.8333333333rem, 1.6666666667rem);
  border-bottom: 1px solid #B8B8B8;
}
#form-confirm dl:last-of-type {
  display: none;
}
@media (max-width: 768px) {
  #form-confirm dl {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(0.5555555556rem, 1.4367816092vw + 0.2203065134rem, 0.8333333333rem);
  }
}
#form-confirm dl dt {
  width: clamp(11.1111111111rem, 7.4404761905vw + 7.9365079365rem, 13.8888888889rem);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #form-confirm dl dt {
    width: 100%;
  }
}
#form-confirm dl dd {
  flex-shrink: 1;
}
@media (max-width: 768px) {
  #form-confirm dl dd {
    width: 100%;
  }
}
#form-confirm dl .radio_wrapper {
  padding: 0;
  border: none;
  background-color: transparent;
}
#form-confirm dl .form-select::before {
  display: none;
}

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  width: 100%;
  height: 100%;
  background: #002480;
  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.6666666667rem, 1.3661202186vw + 1.0837887067rem, 2.2222222222rem);
  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(0.8888888889rem, 0.5464480874vw + 0.6557377049rem, 1.1111111111rem);
  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(215, 0, 15, 0.2), 2px 0 15px rgba(0, 36, 128, 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: 1rem;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 2;
  background: #ffffff;
  overflow-x: hidden;
}

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

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

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;
  }
}

/*-------------------------------------------------------------------------------
  cmnon styles
--------------------------------------------------------------------------------*/
::-webkit-scrollbar {
  background: #D9D9D9;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #002480;
}

html {
  scroll-behavior: auto;
}

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

/*---------- base_wrapper ----------*/
:root {
  --wrapper_width: 1,640px; /* 基準 */
  --wrapper_width_narrow: 1200px; /* 狭い */
}

.base_wrapper {
  width: 100%;
  max-width: calc(var(--wrapper_width) + 14vw);
  margin: 0 auto;
  padding: 0 7vw;
}
.base_wrapper.narrow {
  max-width: calc(var(--wrapper_width_narrow) + 17vw);
  padding: 0 8.5vw;
}
@media (max-width: 1164px) {
  .base_wrapper {
    padding: 0 7vw;
  }
  .base_wrapper.narrow {
    padding: 0 8.5vw;
  }
}
@media (max-width: 768px) {
  .base_wrapper {
    padding: 0 4vw;
  }
  .base_wrapper.narrow {
    padding: 0 4vw;
  }
}

/*---------- cmn_title ----------*/
.cmn_title {
  display: block;
  margin-bottom: clamp(1.6666666667rem, 4.1666666667vw + 0.5555555556rem, 3.8888888889rem);
}
.cmn_title .cmn_title_ja {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.5208333333vw + 0.6944444444rem, 1.1111111111rem);
  color: #333333;
}
.cmn_title .cmn_title_ja::before {
  display: inline-block;
  content: "";
  width: clamp(0.4444444444rem, 0.2083333333vw + 0.3888888889rem, 0.5555555556rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #002480;
  margin-right: 8px;
}
.cmn_title .cmn_title_ja.white {
  color: #ffffff;
}
.cmn_title .cmn_title_ja.white::before {
  background-color: #ffffff;
}
.cmn_title .cmn_title_en {
  display: block;
  font-weight: 700;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1;
  font-family: "Roboto Mono", monospace;
  font-size: clamp(2.2222222222rem, 3.6458333333vw + 1.25rem, 4.1666666667rem);
  color: #002480;
  white-space: nowrap;
}
.cmn_title .cmn_title_en.white {
  color: #ffffff;
}

/*---------- cmn_lead ----------*/
.cmn_lead {
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.2222222222rem, 1.0416666667vw + 0.9444444444rem, 1.7777777778rem);
  color: #333333;
  margin-bottom: clamp(0.8333333333rem, 2.6041666667vw + 0.1388888889rem, 2.2222222222rem);
}
@media (max-width: 768px) {
  .cmn_lead {
    line-height: 1.5;
  }
}

/*---------- cmn_subtitle ----------*/
.cmn_subtitle {
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.3333333333rem, 1.25vw + 1rem, 2rem);
  margin-bottom: clamp(1.1111111111rem, 2.0833333333vw + 0.5555555556rem, 2.2222222222rem);
  color: #333333;
}
.cmn_subtitle::before {
  font-size: clamp(1.1111111111rem, 0.625vw + 0.9444444444rem, 1.4444444444rem);
  font-size: clamp(1.5555555556rem, 1.25vw + 1.2222222222rem, 2.2222222222rem);
  margin: 0 clamp(0.1666666667rem, 0.2083333333vw + 0.1111111111rem, 0.2777777778rem) clamp(0rem, 0.4166666667vw + -0.1111111111rem, 0.2222222222rem) 0;
}
.cmn_subtitle.overview_subtitle {
  color: #ffffff;
}
.cmn_subtitle.overview_subtitle::before {
  content: "\ea40";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  color: #ffffff;
}
.cmn_subtitle.access_subtitle {
  color: #ffffff;
}
.cmn_subtitle.access_subtitle::before {
  content: "\e55f";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  color: #ffffff;
}
.cmn_subtitle.merit_subtitle::before {
  content: "\e9f3";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  color: #333333;
}
.cmn_subtitle.outline_subtitle {
  justify-content: center;
  align-items: center;
}
.cmn_subtitle.outline_subtitle::before {
  content: "\e7fb";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  color: #333333;
  font-size: clamp(2.1111111111rem, 1.25vw + 1.7777777778rem, 2.7777777778rem);
  margin: clamp(0.1111111111rem, 0.3125vw + 0.0277777778rem, 0.2777777778rem) clamp(0.1666666667rem, 0.2083333333vw + 0.1111111111rem, 0.2777777778rem) 0 0;
}
.cmn_subtitle.contact_subtitle {
  color: #ffffff;
  justify-content: center;
}
.cmn_subtitle.contact_subtitle::before {
  content: "\e0e1";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  color: #ffffff;
  margin: 0 clamp(0.1666666667rem, 0.2083333333vw + 0.1111111111rem, 0.2777777778rem) 0 0;
}
@media (max-width: 768px) {
  .cmn_subtitle.contact_subtitle {
    justify-content: left;
  }
}

/*---------- bg_blue ----------*/
.bg_bluestyle {
  position: relative;
  background-color: #002480;
  color: #ffffff;
}
.bg_bluestyle::before {
  content: "";
  display: block;
  width: min(100%, 1440px);
  aspect-ratio: 1440/886;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/service_bg.png) no-repeat top right;
  z-index: 1;
}

/*---------- cmn_list ----------*/
.cmn_item {
  display: flex;
  align-items: flex-start;
  padding-bottom: clamp(0.8333333333rem, 1.5625vw + 0.4166666667rem, 1.6666666667rem);
  margin-bottom: clamp(0.8333333333rem, 1.5625vw + 0.4166666667rem, 1.6666666667rem);
  color: #333333;
  border-bottom: 1px solid #B8B8B8;
}
.cmn_item:last-child {
  margin-bottom: 0;
}
@media (max-width: 560px) {
  .cmn_item {
    flex-direction: column;
    width: 100%;
  }
}
.cmn_item.white {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.cmn_dt {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  width: clamp(6.6666666667rem, 7.2916666667vw + 4.7222222222rem, 10.5555555556rem);
  flex-shrink: 0;
  margin-right: clamp(0.8333333333rem, 0.5208333333vw + 0.6944444444rem, 1.1111111111rem);
}
@media (max-width: 560px) {
  .cmn_dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: clamp(0.2777777778rem, 3.5714285714vw + -0.5555555556rem, 0.5555555556rem);
  }
}

.cmn_dd {
  flex-grow: 1;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.7777777778rem, 0.4166666667vw + 0.6666666667rem, 1rem);
}
@media (max-width: 560px) {
  .cmn_dd {
    width: 100%;
  }
}

/*---------- cmn_btn ----------*/
.cmn_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  color: #ffffff;
  background-color: #002480;
  padding: clamp(1rem, 0.7291666667vw + 0.8055555556rem, 1.3888888889rem) clamp(1.1111111111rem, 0.5208333333vw + 0.9722222222rem, 1.3888888889rem);
  border-radius: clamp(0.2777777778rem, 0.5208333333vw + 0.1388888889rem, 0.5555555556rem);
  transition: all 0.3s ease;
  box-shadow: 0 clamp(0.1111111111rem, 0.2083333333vw + 0.0555555556rem, 0.2222222222rem) clamp(0.4444444444rem, 0.4166666667vw + 0.3333333333rem, 0.6666666667rem) rgba(0, 0, 0, 0.1);
}
.cmn_btn::after {
  content: "▶";
  font-size: clamp(0.7222222222rem, 0.3125vw + 0.6388888889rem, 0.8888888889rem);
  margin-left: clamp(1.7777777778rem, 2.5vw + 1.1111111111rem, 3.1111111111rem);
  transition: all 0.3s ease;
  z-index: 2;
  pointer-events: none;
}
.cmn_btn::before {
  position: absolute;
  display: block;
  content: "";
  right: clamp(2.7777777778rem, 1.4583333333vw + 2.3888888889rem, 3.5555555556rem);
  top: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, white 2px, transparent 2px);
  background-size: 1px 4px;
  background-repeat: repeat-y;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 769px) {
  .cmn_btn:hover {
    background-color: rgb(0, 21.65625, 77);
    transform: translateY(clamp(-0.1111111111rem, -0.1041666667vw + -0.0833333333rem, -0.1666666667rem));
    box-shadow: 0 clamp(0.2222222222rem, 0.2083333333vw + 0.1666666667rem, 0.3333333333rem) clamp(0.8888888889rem, 0.8333333333vw + 0.6666666667rem, 1.3333333333rem) rgba(0, 0, 0, 0.15);
  }
  .cmn_btn:hover::after {
    transform: translateX(clamp(0.1666666667rem, 0.2083333333vw + 0.1111111111rem, 0.2777777778rem));
  }
  .cmn_btn:active {
    transform: translateY(0);
    box-shadow: 0 clamp(0.1111111111rem, 0.1041666667vw + 0.0833333333rem, 0.1666666667rem) clamp(0.3333333333rem, 0.2083333333vw + 0.2777777778rem, 0.4444444444rem) rgba(0, 0, 0, 0.1);
  }
}

/*---------- recruit_bnr ----------*/
.recruit_bnr_btn::after {
  content: "▼";
}
@media (min-width: 769px) {
  .recruit_bnr_btn:hover::after {
    transform: translateX(0);
  }
  .recruit_bnr:hover .recruit_bnr_btn {
    background-color: rgb(0, 21.65625, 77);
    transform: translateY(clamp(-0.1111111111rem, -0.1041666667vw + -0.0833333333rem, -0.1666666667rem));
    box-shadow: 0 clamp(0.2222222222rem, 0.2083333333vw + 0.1666666667rem, 0.3333333333rem) clamp(0.8888888889rem, 0.8333333333vw + 0.6666666667rem, 1.3333333333rem) rgba(0, 0, 0, 0.15);
  }
  .recruit_bnr:hover .recruit_bnr_btn::after {
    transform: translateX(0);
  }
  .recruit_bnr:active .recruit_bnr_btn {
    transform: translateY(0);
    box-shadow: 0 clamp(0.1111111111rem, 0.1041666667vw + 0.0833333333rem, 0.1666666667rem) clamp(0.3333333333rem, 0.2083333333vw + 0.2777777778rem, 0.4444444444rem) rgba(0, 0, 0, 0.1);
  }
}

.contact_btn .wpcf7-back_wrap,
.contact_btn .wpcf7-confirm_wrap,
.contact_btn .wpcf7-back_wrap > div,
.contact_btn .wpcf7-confirm_wrap > div {
  display: inline;
}
.contact_btn button,
.contact_btn input[type=submit],
.contact_btn > span:first-child {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  color: #ffffff;
  background-color: #002480;
  padding: clamp(1rem, 0.7291666667vw + 0.8055555556rem, 1.3888888889rem) clamp(1.1111111111rem, 0.5208333333vw + 0.9722222222rem, 1.3888888889rem);
  border-radius: clamp(0.2777777778rem, 0.5208333333vw + 0.1388888889rem, 0.5555555556rem);
  transition: all 0.3s ease;
  box-shadow: 0 clamp(0.1111111111rem, 0.2083333333vw + 0.0555555556rem, 0.2222222222rem) clamp(0.4444444444rem, 0.4166666667vw + 0.3333333333rem, 0.6666666667rem) rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
}
.contact_btn button::after,
.contact_btn input[type=submit]::after,
.contact_btn > span:first-child::after {
  content: "▶";
  font-size: clamp(0.7222222222rem, 0.3125vw + 0.6388888889rem, 0.8888888889rem);
  margin-left: clamp(1.7777777778rem, 2.5vw + 1.1111111111rem, 3.1111111111rem);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .contact_btn button::after,
  .contact_btn input[type=submit]::after,
  .contact_btn > span:first-child::after {
    position: absolute;
    right: clamp(1rem, 0.7291666667vw + 0.8055555556rem, 1.3888888889rem);
    margin-left: 0;
  }
}
.contact_btn button::before,
.contact_btn input[type=submit]::before,
.contact_btn > span:first-child::before {
  position: absolute;
  display: block;
  content: "";
  right: clamp(2.7777777778rem, 1.4583333333vw + 2.3888888889rem, 3.5555555556rem);
  top: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, white 2px, transparent 2px);
  background-size: 1px 4px;
  background-repeat: repeat-y;
}
@media (max-width: 768px) {
  .contact_btn button::before,
  .contact_btn input[type=submit]::before,
  .contact_btn > span:first-child::before {
    right: clamp(2.7777777778rem, 1.4583333333vw + 2.3888888889rem, 3.5555555556rem);
  }
}
@media (max-width: 768px) {
  .contact_btn button,
  .contact_btn input[type=submit],
  .contact_btn > span:first-child {
    padding-right: clamp(2.2222222222rem, 1.0416666667vw + 1.9444444444rem, 2.7777777778rem);
  }
}
@media (min-width: 769px) {
  .contact_btn button:hover,
  .contact_btn input[type=submit]:hover,
  .contact_btn > span:first-child:hover {
    background-color: rgb(0, 21.65625, 77);
    transform: translateY(clamp(-0.1111111111rem, -0.1041666667vw + -0.0833333333rem, -0.1666666667rem));
    box-shadow: 0 clamp(0.2222222222rem, 0.2083333333vw + 0.1666666667rem, 0.3333333333rem) clamp(0.8888888889rem, 0.8333333333vw + 0.6666666667rem, 1.3333333333rem) rgba(0, 0, 0, 0.15);
  }
  .contact_btn button:hover::after,
  .contact_btn input[type=submit]:hover::after,
  .contact_btn > span:first-child:hover::after {
    transform: translateX(clamp(0.1666666667rem, 0.2083333333vw + 0.1111111111rem, 0.2777777778rem));
  }
  .contact_btn button:active,
  .contact_btn input[type=submit]:active,
  .contact_btn > span:first-child:active {
    transform: translateY(0);
    box-shadow: 0 clamp(0.1111111111rem, 0.1041666667vw + 0.0833333333rem, 0.1666666667rem) clamp(0.3333333333rem, 0.2083333333vw + 0.2777777778rem, 0.4444444444rem) rgba(0, 0, 0, 0.1);
  }
}

li.input-none.back .contact_btn button::after,
li.input-none.back .contact_btn input[type=submit]::after {
  content: "◀" !important;
  font-size: clamp(0.7222222222rem, 0.3125vw + 0.6388888889rem, 0.8888888889rem);
  margin-left: 0 !important;
  margin-right: clamp(1.7777777778rem, 2.5vw + 1.1111111111rem, 3.1111111111rem) !important;
  order: -1;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  li.input-none.back .contact_btn button::after,
  li.input-none.back .contact_btn input[type=submit]::after {
    position: absolute;
    left: clamp(1rem, 0.7291666667vw + 0.8055555556rem, 1.3888888889rem);
    right: auto;
    margin-right: 0 !important;
    order: 0;
  }
}
li.input-none.back .contact_btn button::before,
li.input-none.back .contact_btn input[type=submit]::before {
  right: auto !important;
  left: clamp(2.7777777778rem, 1.4583333333vw + 2.3888888889rem, 3.5555555556rem) !important;
}
@media (max-width: 768px) {
  li.input-none.back .contact_btn button,
  li.input-none.back .contact_btn input[type=submit] {
    padding-left: clamp(3.3333333333rem, 2.8735632184vw + 2.662835249rem, 3.8888888889rem);
    padding-right: clamp(1rem, 2.0114942529vw + 0.530651341rem, 1.3888888889rem);
  }
}
@media (min-width: 769px) {
  li.input-none.back .contact_btn button:hover::after,
  li.input-none.back .contact_btn input[type=submit]:hover::after {
    transform: translateX(clamp(-0.1666666667rem, -0.2083333333vw + -0.1111111111rem, -0.2777777778rem));
  }
}

li.input-none.submit .contact_btn button::after,
li.input-none.submit .contact_btn input[type=submit]::after,
li.input-none.submit .contact_btn > span:first-child::after {
  content: "▶" !important;
  font-size: clamp(0.7222222222rem, 0.3125vw + 0.6388888889rem, 0.8888888889rem);
  margin-left: clamp(1.7777777778rem, 2.5vw + 1.1111111111rem, 3.1111111111rem) !important;
  margin-right: 0 !important;
  order: 0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  li.input-none.submit .contact_btn button::after,
  li.input-none.submit .contact_btn input[type=submit]::after,
  li.input-none.submit .contact_btn > span:first-child::after {
    position: absolute;
    right: clamp(1rem, 0.7291666667vw + 0.8055555556rem, 1.3888888889rem);
    margin-left: 0 !important;
  }
}
li.input-none.submit .contact_btn button::before,
li.input-none.submit .contact_btn input[type=submit]::before,
li.input-none.submit .contact_btn > span:first-child::before {
  right: clamp(2.7777777778rem, 1.4583333333vw + 2.3888888889rem, 3.5555555556rem) !important;
  left: auto !important;
}
@media (max-width: 768px) {
  li.input-none.submit .contact_btn button,
  li.input-none.submit .contact_btn input[type=submit],
  li.input-none.submit .contact_btn > span:first-child {
    padding-right: clamp(3.3333333333rem, 2.8735632184vw + 2.662835249rem, 3.8888888889rem);
    padding-left: clamp(1rem, 2.0114942529vw + 0.530651341rem, 1.3888888889rem);
  }
}
@media (min-width: 769px) {
  li.input-none.submit .contact_btn button:hover::after,
  li.input-none.submit .contact_btn input[type=submit]:hover::after,
  li.input-none.submit .contact_btn > span:first-child:hover::after {
    transform: translateX(clamp(0.1666666667rem, 0.2083333333vw + 0.1111111111rem, 0.2777777778rem));
  }
}

li.input-none.submit .contact_btn {
  position: relative;
  display: inline-block;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  color: #ffffff;
  background-color: #002480;
  padding: 0;
  border-radius: clamp(0.2777777778rem, 0.5208333333vw + 0.1388888889rem, 0.5555555556rem);
  transition: all 0.3s ease;
  box-shadow: 0 clamp(0.1111111111rem, 0.2083333333vw + 0.0555555556rem, 0.2222222222rem) clamp(0.4444444444rem, 0.4166666667vw + 0.3333333333rem, 0.6666666667rem) rgba(0, 0, 0, 0.1);
  border: none;
}
li.input-none.submit .contact_btn::after {
  content: "▶";
  font-size: clamp(0.7222222222rem, 0.3125vw + 0.6388888889rem, 0.8888888889rem);
  position: absolute;
  right: clamp(1rem, 0.7291666667vw + 0.8055555556rem, 1.3888888889rem);
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
  transition: all 0.3s ease;
  color: #ffffff;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 768px) {
  li.input-none.submit .contact_btn::after {
    right: clamp(1rem, 0.7291666667vw + 0.8055555556rem, 1.3888888889rem);
  }
}
li.input-none.submit .contact_btn::before {
  position: absolute;
  display: block;
  content: "";
  right: clamp(2.7777777778rem, 1.4583333333vw + 2.3888888889rem, 3.5555555556rem);
  top: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, white 2px, transparent 2px);
  background-size: 1px 4px;
  background-repeat: repeat-y;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 768px) {
  li.input-none.submit .contact_btn::before {
    right: clamp(2.7777777778rem, 1.4583333333vw + 2.3888888889rem, 3.5555555556rem);
  }
}
@media (max-width: 768px) {
  li.input-none.submit .contact_btn {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  li.input-none.submit .contact_btn:hover {
    background-color: rgb(0, 21.65625, 77);
    transform: translateY(clamp(-0.1111111111rem, -0.1041666667vw + -0.0833333333rem, -0.1666666667rem));
    box-shadow: 0 clamp(0.2222222222rem, 0.2083333333vw + 0.1666666667rem, 0.3333333333rem) clamp(0.8888888889rem, 0.8333333333vw + 0.6666666667rem, 1.3333333333rem) rgba(0, 0, 0, 0.15);
  }
  li.input-none.submit .contact_btn:hover::after {
    transform: translate(clamp(0.1666666667rem, 0.2083333333vw + 0.1111111111rem, 0.2777777778rem), -50%);
  }
  li.input-none.submit .contact_btn:active {
    transform: translateY(0);
    box-shadow: 0 clamp(0.1111111111rem, 0.1041666667vw + 0.0833333333rem, 0.1666666667rem) clamp(0.3333333333rem, 0.2083333333vw + 0.2777777778rem, 0.4444444444rem) rgba(0, 0, 0, 0.1);
  }
}
li.input-none.submit .contact_btn input.wpcf7-submit {
  display: block;
  background: transparent;
  border: none;
  padding: clamp(1rem, 0.7291666667vw + 0.8055555556rem, 1.3888888889rem) clamp(1.1111111111rem, 0.5208333333vw + 0.9722222222rem, 1.3888888889rem);
  padding-right: clamp(7.2222222222rem, 1.0416666667vw + 6.9444444444rem, 7.7777777778rem);
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  color: inherit;
  font: inherit;
  cursor: pointer;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  text-align: center;
}
li.input-none.submit .contact_btn input.wpcf7-submit::before, li.input-none.submit .contact_btn input.wpcf7-submit::after {
  content: none;
}
li.input-none.submit .contact_btn .wpcf7-spinner {
  position: absolute;
  right: clamp(0.8888888889rem, 0.625vw + 0.7222222222rem, 1.2222222222rem);
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

/*---------- cmn_txt ----------*/
.cmn_txt {
  flex-grow: 1;
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  color: #333333;
  margin-bottom: clamp(1.1111111111rem, 2.0833333333vw + 0.5555555556rem, 2.2222222222rem);
}
.cmn_txt.white {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cmn_txt {
    line-height: 1.8;
  }
}

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

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

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

/*---------- center ----------*/
.center {
  margin: 0 auto;
  text-align: center;
}
.center.cmn_title {
  margin: 0 auto clamp(1.6666666667rem, 4.1666666667vw + 0.5555555556rem, 3.8888888889rem);
}
@media (max-width: 768px) {
  .center {
    text-align: left;
  }
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(4.4444444444rem, 3.1446540881vw + 2.4109014675rem, 5.5555555556rem);
  z-index: 50;
  background-color: #ffffff;
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1164px) {
  .header {
    height: clamp(3.3333333333rem, 2.688172043vw + 2.70609319rem, 4.4444444444rem);
  }
}

.hd_logo {
  display: block;
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 1.0416666667vw + 0.7222222222rem, 1.5555555556rem);
  color: #333333;
  margin-left: clamp(1.6666666667rem, 1.0416666667vw + 1.3888888889rem, 2.2222222222rem);
}

.nav {
  display: flex;
  align-items: center;
  height: 100%;
}

.hd_nav {
  display: flex;
  align-items: center;
  gap: clamp(1.1111111111rem, 1.0416666667vw + 0.8333333333rem, 1.6666666667rem);
  margin-right: clamp(1.1111111111rem, 3.1446540881vw + -0.9224318658rem, 2.2222222222rem);
}
.hd_nav a {
  display: block;
  position: relative;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8888888889rem, 0.2083333333vw + 0.8333333333rem, 1rem);
  color: #333333;
  transform: translateY(0);
  transition: all 0.4s ease;
}
@media (min-width: 769px) {
  .hd_nav a:hover {
    color: #002480;
    transform: translateY(clamp(-0.1111111111rem, -0.0968992248vw + -0.0697674419rem, -0.1666666667rem));
  }
  .hd_nav a::after {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #002480;
    transform: translateY(5px);
    transition: all 0.3s ease-in-out;
    opacity: 0;
  }
  .hd_nav a.is-active::after {
    transform: translateY(0);
    opacity: 1;
  }
}

.hd_phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: clamp(0.5555555556rem, 0.5208333333vw + 0.4166666667rem, 0.8333333333rem);
}

.hd_number {
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1;
  font-family: "Roboto Mono", monospace;
  font-size: clamp(1.3333333333rem, 0.2083333333vw + 1.2777777778rem, 1.4444444444rem);
  color: #333333;
  margin-bottom: clamp(0.1111111111rem, 0.2083333333vw + 0.0555555556rem, 0.2222222222rem);
}
.hd_number::before {
  content: "\e0cd";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  color: #333333;
  font-size: clamp(1.3333333333rem, 0.2083333333vw + 1.2777777778rem, 1.4444444444rem);
  margin-right: 3px;
}

.hd_hour {
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.7222222222rem, 0.1041666667vw + 0.6944444444rem, 0.7777777778rem);
  color: #333333;
}

.hd_contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: calc(10 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.1041666667vw + 0.8055555556rem, 0.8888888889rem);
  color: #ffffff;
  background-color: #002480;
  padding: 0 clamp(0.9444444444rem, 0.625vw + 0.7777777778rem, 1.2777777778rem);
  height: 100%;
}
.hd_contact::before {
  content: "\e0e1";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(1.6666666667rem, 0.8333333333vw + 1.4444444444rem, 2.1111111111rem);
  line-height: 1;
}
@media (min-width: 769px) {
  .hd_contact:hover {
    background-color: rgb(0, 21.65625, 77);
  }
}

/*-------------------------------------------------------------------------------
  sp nav
--------------------------------------------------------------------------------*/
@media (max-width: 1164px) {
  .nav {
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100svh;
    top: 0;
    left: 0;
    padding: clamp(4.4444444444rem, 9.4086021505vw + 2.2491039427rem, 8.3333333333rem) clamp(1.6666666667rem, 4.0322580645vw + 0.7258064516rem, 3.3333333333rem) clamp(1.6666666667rem, 4.0322580645vw + 0.7258064516rem, 3.3333333333rem);
    background-color: #002480;
    z-index: 50;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    gap: clamp(1.6666666667rem, 1.3440860215vw + 1.353046595rem, 2.2222222222rem);
  }
  .nav::before {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../images/service_bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 1141px;
    z-index: -1;
  }
  .nav .hd_nav {
    flex-direction: column;
    gap: 0;
    margin: 0;
    position: relative;
    z-index: 2;
    width: min(100%, 400px);
  }
  .nav .hd_nav li {
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  .nav .hd_nav li:first-child {
    border-top: 1px solid #ffffff;
  }
  .nav .hd_nav li a {
    display: block;
    text-align: center;
    width: 100%;
    padding: clamp(1.1111111111rem, 0.5208333333vw + 0.9722222222rem, 1.3888888889rem);
    font-weight: 700;
    letter-spacing: calc(0 * 0.001em);
    line-height: 1.5;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: clamp(0.8333333333rem, 0.4032258065vw + 0.7392473118rem, 1rem);
    color: #ffffff;
  }
  .nav .hd_number {
    color: #ffffff;
  }
  .nav .hd_number::before {
    color: #ffffff;
  }
  .nav .hd_hour {
    color: #ffffff;
  }
  .nav .hd_contact {
    flex-direction: row-reverse;
    justify-content: center;
    gap: clamp(0.8333333333rem, 0.6720430108vw + 0.6765232975rem, 1.1111111111rem);
    background-color: #ffffff;
    color: #002480;
    width: min(100%, 400px);
    height: clamp(3.6111111111rem, 1.2096774194vw + 3.3288530466rem, 4.1111111111rem);
  }
  .nav .hd_contact::before {
    color: #002480;
  }
}
@media (max-width: 1164px) and (min-width: 769px) {
  .nav .hd_contact:hover {
    background-color: rgb(229.5, 229.5, 229.5);
  }
}
@media (max-width: 1164px) {
  .nav.js-open {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
  }
}
/*-------------------------------------------------------------------------------
  sp menu
--------------------------------------------------------------------------------*/
.menu-trigger {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: clamp(3.5rem, 3.0913978495vw + 2.7786738351rem, 4.7777777778rem);
  height: clamp(3.3333333333rem, 2.688172043vw + 2.70609319rem, 4.4444444444rem);
  aspect-ratio: 76/58;
  z-index: 51;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #002480;
}
@media (max-width: 1164px) {
  .menu-trigger {
    display: flex;
  }
}
.menu-trigger .menu_line {
  position: relative;
  display: block;
  width: clamp(1.7777777778rem, 1.8817204301vw + 1.3387096774rem, 2.5555555556rem);
  height: 20px;
  margin-top: -3px;
}
.menu-trigger .menu_line span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  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);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes bar03 {
  0% {
    transform: translateY(-10px) rotate(-30deg);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(30deg);
  }
}
@keyframes active-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(-30deg);
  }
}
/*-------------------------------------------------------------------------------
  mainimg
--------------------------------------------------------------------------------*/
.mainimg_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: clamp(16.6666666667rem, 10.4166666667vw + 13.8888888889rem, 22.2222222222rem);
  overflow: hidden;
}
.index .mainimg_wrapper {
  height: 100svh;
}

.mv-mask {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #002480;
  z-index: 20;
}
.mv-mask.mv-mask-top {
  top: 0;
}
.mv-mask.mv-mask-bottom {
  bottom: 0;
}

.main_txt {
  display: block;
  position: absolute;
  bottom: clamp(11.6666666667rem, 5.2083333333vw + 10.2777777778rem, 14.4444444444rem);
  left: clamp(1.1111111111rem, 6.25vw + -0.5555555556rem, 4.4444444444rem);
  margin-right: clamp(1.1111111111rem, 6.25vw + -0.5555555556rem, 4.4444444444rem);
  z-index: 10;
  color: #ffffff;
}

.main_ttl {
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.5555555556rem, 2.2916666667vw + 0.9444444444rem, 2.7777777778rem);
}

.main_copy {
  display: block;
  margin-top: clamp(1.2222222222rem, 1.0416666667vw + 0.9444444444rem, 1.7777777778rem);
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 1.4583333333vw + 0.6111111111rem, 1.7777777778rem);
}

.submv_ttl {
  display: block;
  position: absolute;
  bottom: clamp(4.4444444444rem, 8.3333333333vw + 2.2222222222rem, 8.8888888889rem);
  left: clamp(1.1111111111rem, 6.25vw + -0.5555555556rem, 4.4444444444rem);
  margin-right: clamp(1.1111111111rem, 6.25vw + -0.5555555556rem, 4.4444444444rem);
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.6666666667rem, 2.0833333333vw + 1.1111111111rem, 2.7777777778rem);
  z-index: 10;
  color: #ffffff;
}

.mainimg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mainimg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0.7);
}

.recruit_bnr_wrapper {
  display: block;
  position: fixed;
  bottom: clamp(0.6666666667rem, 0.8333333333vw + 0.4444444444rem, 1.1111111111rem);
  right: clamp(0.8333333333rem, 1.875vw + 0.3333333333rem, 1.8333333333rem);
  z-index: 40;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}
.recruit_bnr_wrapper.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
}

.recruit_bnr_close {
  position: absolute;
  top: calc(-1 * clamp(0.4444444444rem, 0.4166666667vw + 0.3333333333rem, 0.6666666667rem));
  right: calc(-1 * clamp(0.4444444444rem, 0.4166666667vw + 0.3333333333rem, 0.6666666667rem));
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #002480;
  color: #002480;
  font-weight: 700;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.2083333333vw + 0.9444444444rem, 1.1111111111rem);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 49;
  padding: 0;
}

.recruit_bnr {
  display: block;
  position: relative;
  width: min(100%, clamp(17.4444444444rem, 12.3958333333vw + 14.1388888889rem, 24.0555555556rem));
  border: 2px solid #002480;
  border-radius: clamp(0.5555555556rem, 1.0416666667vw + 0.2777777778rem, 1.1111111111rem);
  z-index: 10;
}

.recruit_bnr_ttl {
  display: block;
  padding: clamp(0.2777777778rem, 0.7291666667vw + 0.0833333333rem, 0.6666666667rem);
  text-align: center;
  background: linear-gradient(0.15deg, #13ACE4 -41.14%, #002480 99.87%);
  border-radius: clamp(0.4444444444rem, 1.0416666667vw + 0.1666666667rem, 1rem) clamp(0.4444444444rem, 1.0416666667vw + 0.1666666667rem, 1rem) 0 0;
}
.recruit_bnr_ttl span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  color: #ffffff;
}
.recruit_bnr_ttl span::before, .recruit_bnr_ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 1.2em; /* 文字の高さに合わせる */
  background-color: #ffffff;
  transform: translateY(-50%) rotate(40deg); /* 傾きを調整 */
}
.recruit_bnr_ttl span::before {
  left: -15px; /* 文字の左側に配置 */
  transform: translateY(-50%) rotate(-40deg); /* 傾きを反転 */
}
.recruit_bnr_ttl span::after {
  right: -15px; /* 文字の右側に配置 */
}

.recruit_bnr_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(0.5555555556rem, 1.0416666667vw + 0.2777777778rem, 1.1111111111rem) clamp(0.6666666667rem, 0.8333333333vw + 0.4444444444rem, 1.1111111111rem);
  background-color: #ffffff;
  border-radius: 0 0 clamp(0.4444444444rem, 1.0416666667vw + 0.1666666667rem, 1rem) clamp(0.4444444444rem, 1.0416666667vw + 0.1666666667rem, 1rem);
}

.recruit_bnr_copy {
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 0.625vw + 0.8333333333rem, 1.3333333333rem);
  color: #333333;
  margin-bottom: clamp(0.3888888889rem, 0.8333333333vw + 0.1666666667rem, 0.8333333333rem);
}

.recruit_bnr_img {
  width: clamp(3.3333333333rem, 2.0833333333vw + 2.7777777778rem, 4.4444444444rem);
  aspect-ratio: 80/111;
  overflow: hidden;
}
.recruit_bnr_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  padding: clamp(2.2222222222rem, 4.1666666667vw + 1.1111111111rem, 4.4444444444rem) 0 clamp(0.5555555556rem, 0.5208333333vw + 0.4166666667rem, 0.8333333333rem);
  background-color: #333333;
}

.footer_unit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: clamp(3.3333333333rem, 50.7246376812vw + -29.4685990338rem, 11.1111111111rem);
}
@media (max-width: 1164px) {
  .footer_unit {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: clamp(2.2222222222rem, 2.5252525253vw + 1.1447811448rem, 2.7777777778rem);
    margin-bottom: clamp(1.1111111111rem, 1.0416666667vw + 0.8333333333rem, 1.6666666667rem);
  }
}
@media (max-width: 768px) {
  .footer_unit {
    gap: 0;
  }
}

.ft_logo {
  display: block;
  font-weight: 700;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.3333333333rem, 0.625vw + 1.1666666667rem, 1.6666666667rem);
  color: #ffffff;
  margin-bottom: clamp(0.8333333333rem, 1.5625vw + 0.4166666667rem, 1.6666666667rem);
}

.ft_address {
  font-weight: 500;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.7777777778rem, 0.2083333333vw + 0.7222222222rem, 0.8888888889rem);
  color: #ffffff;
}

.ft_nav {
  margin-top: clamp(0.2777777778rem, 0.5208333333vw + 0.1388888889rem, 0.5555555556rem);
}
.ft_nav .ft_nav_list {
  display: flex;
  gap: clamp(1.1111111111rem, 2.6041666667vw + 0.4166666667rem, 2.5rem);
}
@media (max-width: 768px) {
  .ft_nav .ft_nav_list {
    display: none;
  }
}
.ft_nav .ft_nav_list a {
  display: block;
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  color: #ffffff;
  transform: translateY(0);
  transition: all 0.4s ease;
}
@media (min-width: 769px) {
  .ft_nav .ft_nav_list a:hover {
    color: #999999;
    transform: translateY(clamp(-0.1666666667rem, -0.1937984496vw + -0.0839793282rem, -0.2777777778rem));
  }
}

.ft_copyright {
  font-weight: 400;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 12px;
  font-size: 0.6666666667rem;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1164px) {
  .ft_copyright {
    text-align: left;
  }
}

.footer_pdf_bnr {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.1111111111rem, 2.0833333333vw + 0.5555555556rem, 2.2222222222rem);
  margin-bottom: clamp(1.6666666667rem, 2.0833333333vw + 1.1111111111rem, 2.7777777778rem);
}
.footer_pdf_bnr .footer_pdf_bnr_item {
  position: relative;
  display: inline-flex;
  padding: clamp(1rem, 0.5208333333vw + 0.8611111111rem, 1.2777777778rem) clamp(3.8888888889rem, 1.0416666667vw + 3.6111111111rem, 4.4444444444rem) clamp(0.8333333333rem, 0.5208333333vw + 0.6944444444rem, 1.1111111111rem) clamp(0.8333333333rem, 0.5208333333vw + 0.6944444444rem, 1.1111111111rem);
  min-width: 290px;
  background-color: #ffffff;
  color: #333333;
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  border-radius: clamp(0.1666666667rem, 0.2083333333vw + 0.1111111111rem, 0.2777777778rem);
  transform: translateY(0);
  transition: transform 0.3s;
}
@media (min-width: 769px) {
  .footer_pdf_bnr .footer_pdf_bnr_item:hover {
    transform: translateY(calc(-1 * clamp(0.1666666667rem, 0.2083333333vw + 0.1111111111rem, 0.2777777778rem)));
  }
}
@media (max-width: 1440px) {
  .footer_pdf_bnr .footer_pdf_bnr_item {
    width: calc((100% - clamp(1.1111111111rem, 2.0833333333vw + 0.5555555556rem, 2.2222222222rem) * 3) / 4);
    min-width: auto;
  }
}
@media (max-width: 1164px) {
  .footer_pdf_bnr .footer_pdf_bnr_item {
    width: calc((100% - clamp(1.1111111111rem, 2.0833333333vw + 0.5555555556rem, 2.2222222222rem) * 2) / 3);
  }
}
@media (max-width: 768px) {
  .footer_pdf_bnr .footer_pdf_bnr_item {
    width: calc((100% - clamp(1.1111111111rem, 2.0833333333vw + 0.5555555556rem, 2.2222222222rem)) / 2);
  }
}
@media (max-width: 420px) {
  .footer_pdf_bnr .footer_pdf_bnr_item {
    width: 100%;
  }
}
.footer_pdf_bnr .footer_pdf_bnr_item::after {
  display: block;
  position: absolute;
  top: 50%;
  right: clamp(0.8333333333rem, 0.5208333333vw + 0.6944444444rem, 1.1111111111rem);
  transform: translateY(-50%);
  content: "";
  width: clamp(1.4444444444rem, 0.5208333333vw + 1.3055555556rem, 1.7222222222rem);
  aspect-ratio: 31/34;
  background-color: #333333;
  -webkit-mask-image: url(../images/pdf_icon.svg);
          mask-image: url(../images/pdf_icon.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

/*-------------------------------------------------------------------------------
  main
--------------------------------------------------------------------------------*/
.about_section {
  position: relative;
  padding: clamp(2.7777777778rem, 12.5vw + -0.5555555556rem, 9.4444444444rem) 0 clamp(4.4444444444rem, 21.875vw + -1.3888888889rem, 16.1111111111rem);
  overflow: hidden;
}

.about_wrapper {
  width: min(970px, 100%);
  margin: 0;
  position: relative;
  z-index: 2;
}

.about_map {
  position: absolute;
  right: calc(-1 * clamp(2.2222222222rem, 1.0416666667vw + 1.9444444444rem, 2.7777777778rem));
  top: calc(-1 * clamp(0.5555555556rem, 13.5416666667vw + -3.0555555556rem, 7.7777777778rem));
  width: clamp(38.8888888889rem, 62.5vw + 22.2222222222rem, 72.2222222222rem);
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.about_ttl {
  font-weight: 700;
  letter-spacing: calc(40 * 0.001em);
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.3888888889rem, 0.7291666667vw + 1.1944444444rem, 1.7777777778rem);
  color: #333333;
  margin-bottom: clamp(1.1111111111rem, 2.0833333333vw + 0.5555555556rem, 2.2222222222rem);
}
@media (max-width: 768px) {
  .about_ttl {
    line-height: 1.5;
  }
}

.service_section {
  padding: clamp(2.7777777778rem, 7.2916666667vw + 0.8333333333rem, 6.6666666667rem) 0 clamp(4.4444444444rem, 9.375vw + 1.9444444444rem, 9.4444444444rem);
}

.service_wrapper {
  position: relative;
}

.service_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.8333333333rem, 2.6041666667vw + 0.1388888889rem, 2.2222222222rem);
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .service_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .service_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .service_list {
    grid-template-columns: 1fr;
  }
}

.service_item {
  display: flex;
  flex-direction: column;
}

.service_img {
  overflow: hidden;
  border-radius: clamp(0.2777777778rem, 0.5208333333vw + 0.1388888889rem, 0.5555555556rem) clamp(0.2777777778rem, 0.5208333333vw + 0.1388888889rem, 0.5555555556rem) 0 0;
  width: 100%;
  aspect-ratio: 38/25;
}
.service_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.service_unit {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(0.8333333333rem, 0.5208333333vw + 0.6944444444rem, 1.1111111111rem) clamp(1.1111111111rem, 1.0416666667vw + 0.8333333333rem, 1.6666666667rem) clamp(1.1111111111rem, 1.0416666667vw + 0.8333333333rem, 1.6666666667rem);
  background-color: #ffffff;
  border-radius: 0 0 clamp(0.2777777778rem, 0.5208333333vw + 0.1388888889rem, 0.5555555556rem) clamp(0.2777777778rem, 0.5208333333vw + 0.1388888889rem, 0.5555555556rem);
}

.service_ttl {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8888888889rem, 0.4166666667vw + 0.7777777778rem, 1.1111111111rem);
  color: #333333;
  padding-bottom: clamp(0.2777777778rem, 0.5208333333vw + 0.1388888889rem, 0.5555555556rem);
  margin-bottom: clamp(0.4444444444rem, 0.7291666667vw + 0.25rem, 0.8333333333rem);
  border-bottom: 1px solid #909090;
}

.service_txt {
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.7777777778rem, 0.2083333333vw + 0.7222222222rem, 0.8888888889rem);
  color: #333333;
}

.works_section {
  padding: clamp(2.2222222222rem, 8.3333333333vw + 0rem, 6.6666666667rem) 0 clamp(2.7777777778rem, 8.3333333333vw + 0.5555555556rem, 7.2222222222rem);
}

.works_item {
  display: flex;
  align-items: center;
  padding-bottom: clamp(0.8333333333rem, 1.5625vw + 0.4166666667rem, 1.6666666667rem);
  margin-bottom: clamp(0.8333333333rem, 1.5625vw + 0.4166666667rem, 1.6666666667rem);
  border-bottom: 1px solid #B8B8B8;
}

.works_date {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  color: #333333;
  width: clamp(5.5555555556rem, 9.375vw + 3.0555555556rem, 10.5555555556rem);
  flex-shrink: 0;
  margin-right: clamp(0.8333333333rem, 0.5208333333vw + 0.6944444444rem, 1.1111111111rem);
}

.works_contents {
  flex-grow: 1;
  font-weight: 500;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  color: #333333;
}

.company_section {
  padding: clamp(2.7777777778rem, 7.2916666667vw + 0.8333333333rem, 6.6666666667rem) 0 clamp(4.4444444444rem, 9.375vw + 1.9444444444rem, 9.4444444444rem);
}

.overview_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(1.6666666667rem, 7.2916666667vw + -0.2777777778rem, 5.5555555556rem);
  margin-bottom: clamp(3.3333333333rem, 6.25vw + 1.6666666667rem, 6.6666666667rem);
}
@media (max-width: 1164px) {
  .overview_wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.overview_unit {
  flex-grow: 1;
}
@media (max-width: 1164px) {
  .overview_unit {
    flex-grow: unset;
    width: 100%;
  }
}

.overview_img {
  flex-shrink: 0;
  width: clamp(20rem, 148.5507246377vw + -76.0628019324rem, 42.7777777778rem);
  aspect-ratio: 77/79;
  border-radius: clamp(0.2777777778rem, 0.5208333333vw + 0.1388888889rem, 0.5555555556rem);
  overflow: hidden;
}
@media (max-width: 1164px) {
  .overview_img {
    width: min(100%, 460px);
    aspect-ratio: 77/54;
  }
}
.overview_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.map_address {
  font-weight: 700;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
}

.map_area {
  margin-top: clamp(1.1111111111rem, 1.0416666667vw + 0.8333333333rem, 1.6666666667rem);
  width: 100%;
  height: clamp(16.6666666667rem, 23.4375vw + 10.4166666667rem, 29.1666666667rem);
  border-radius: clamp(0.2777777778rem, 0.5208333333vw + 0.1388888889rem, 0.5555555556rem);
  overflow: hidden;
}

.iframe-wrap {
  width: 100%;
  height: 100%;
}
.iframe-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}

.recruit_section {
  padding: clamp(2.7777777778rem, 7.2916666667vw + 0.8333333333rem, 6.6666666667rem) 0 clamp(3.3333333333rem, 9.7916666667vw + 0.7222222222rem, 8.5555555556rem);
}

.recruit_intro {
  display: flex;
  align-items: flex-start;
  gap: clamp(1.6666666667rem, 18.115942029vw + -10.0483091787rem, 4.4444444444rem);
}
@media (max-width: 1164px) {
  .recruit_intro {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.recruit_img {
  flex-shrink: 0;
  width: clamp(19.4444444444rem, 70.7547169811vw + -26.3102725367rem, 44.4444444444rem);
  aspect-ratio: 704/579;
  border-radius: clamp(0.2777777778rem, 0.5208333333vw + 0.1388888889rem, 0.5555555556rem);
  overflow: hidden;
}
@media (max-width: 1164px) {
  .recruit_img {
    width: min(100%, 460px);
    aspect-ratio: 77/54;
  }
}
.recruit_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit_intro_text {
  flex-grow: 1;
  margin-top: clamp(0rem, 10.2201257862vw + -6.6090146751rem, 3.6111111111rem);
}

.recruit_merit {
  margin: clamp(3.3333333333rem, 6.25vw + 1.6666666667rem, 6.6666666667rem) auto clamp(3.3333333333rem, 6.25vw + 1.6666666667rem, 6.6666666667rem);
}

.merit_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: clamp(1.1111111111rem, 2.0833333333vw + 0.5555555556rem, 2.2222222222rem);
  padding: clamp(1.1111111111rem, 4.1666666667vw + 0rem, 3.3333333333rem);
  gap: clamp(1.3888888889rem, 3.6458333333vw + 0.4166666667rem, 3.3333333333rem);
  background-color: #EEF9FF;
  border-radius: clamp(0.4166666667rem, 0.78125vw + 0.2083333333rem, 0.8333333333rem);
}
@media (max-width: 1164px) {
  .merit_item {
    flex-direction: column;
    align-items: center;
  }
}
.merit_item:last-child {
  margin-bottom: 0;
}

.merit_img {
  flex-shrink: 0;
  width: clamp(13.8888888889rem, 23.5849056604vw + -1.3626834382rem, 22.2222222222rem);
  aspect-ratio: 40/27;
  border-radius: clamp(0.2777777778rem, 0.5208333333vw + 0.1388888889rem, 0.5555555556rem);
  overflow: hidden;
}
@media (max-width: 1164px) {
  .merit_img {
    width: min(100%, 460px);
    aspect-ratio: 77/54;
  }
}
.merit_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.merit_item_ttl {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.3;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1.1666666667rem, 1.1458333333vw + 0.8611111111rem, 1.7777777778rem);
  color: #333333;
  margin-bottom: clamp(0.5555555556rem, 1.0416666667vw + 0.2777777778rem, 1.1111111111rem);
}
.merit_item_ttl span {
  display: block;
  font-weight: 700;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1.1;
  font-family: "Roboto Mono", monospace;
  font-size: clamp(1.2222222222rem, 0.625vw + 1.0555555556rem, 1.5555555556rem);
  color: #002480;
  margin-bottom: clamp(0.2777777778rem, 1.0416666667vw + 0rem, 0.8333333333rem);
}

.merit_item_txt {
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.8333333333rem, 0.3125vw + 0.75rem, 1rem);
  color: #333333;
}

.contact_section {
  padding: clamp(2.7777777778rem, 7.2916666667vw + 0.8333333333rem, 6.6666666667rem) 0 clamp(4.4444444444rem, 9.375vw + 1.9444444444rem, 9.4444444444rem);
  background-color: #002480;
  color: #ffffff;
}

.contact_phone_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: clamp(1.6666666667rem, 3.125vw + 0.8333333333rem, 3.3333333333rem) clamp(0rem, 18.2291666667vw + -4.8611111111rem, 9.7222222222rem) clamp(2.7777777778rem, 7.2916666667vw + 0.8333333333rem, 6.6666666667rem);
  background-color: #ffffff;
  border-radius: clamp(0.5555555556rem, 1.0416666667vw + 0.2777777778rem, 1.1111111111rem);
  padding: clamp(1.6666666667rem, 4.1666666667vw + 0.5555555556rem, 3.8888888889rem) clamp(0.8333333333rem, 1.5625vw + 0.4166666667rem, 1.6666666667rem);
}

.contact_phone_link {
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: calc(0 * 0.001em);
  line-height: 1;
  font-family: "Roboto Mono", monospace;
  font-size: clamp(1.6666666667rem, 2.0833333333vw + 1.1111111111rem, 2.7777777778rem);
  color: #333333;
  margin-bottom: clamp(0.2777777778rem, 0.5208333333vw + 0.1388888889rem, 0.5555555556rem);
}
.contact_phone_link::before {
  content: "\e0cd";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  color: #333333;
  font-size: clamp(1.3333333333rem, 2.5vw + 0.6666666667rem, 2.6666666667rem);
  margin-right: 3px;
}

.contact_phone_hour {
  font-weight: 500;
  letter-spacing: calc(40 * 0.001em);
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(0.7777777778rem, 0.8333333333vw + 0.5555555556rem, 1.2222222222rem);
  color: #333333;
}

.contact_form_unit_wrapper {
  background-color: #ffffff;
  border-radius: clamp(0.2777777778rem, 0.5208333333vw + 0.1388888889rem, 0.5555555556rem);
  padding: clamp(1.6666666667rem, 3.125vw + 0.8333333333rem, 3.3333333333rem) clamp(0.8333333333rem, 11.4583333333vw + -2.2222222222rem, 6.9444444444rem);
  text-align: left;
  color: #333333;
  margin: clamp(1.6666666667rem, 3.125vw + 0.8333333333rem, 3.3333333333rem) auto 0;
  width: min(100%, 1450px);
}

/*-------------------------------------------------------------------------------
  notfound, thanks
--------------------------------------------------------------------------------*/
.notfound_section,
.thanks_section {
  padding: clamp(2.7777777778rem, 7.2916666667vw + 0.8333333333rem, 6.6666666667rem) 0 clamp(4.4444444444rem, 9.375vw + 1.9444444444rem, 9.4444444444rem);
}

.notfound_txt,
.thanks_txt {
  text-align: center;
  margin-bottom: clamp(1.6666666667rem, 2.0833333333vw + 1.1111111111rem, 2.7777777778rem);
}
@media (max-width: 768px) {
  .notfound_txt,
  .thanks_txt {
    text-align: left;
  }
}

.btn_center {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .btn_center {
    justify-content: left;
  }
}

.login h1 {
  font-weight: 700;
  letter-spacing: calc(50 * 0.001em);
  line-height: 1.2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(1rem, 1.0416666667vw + 0.7222222222rem, 1.5555555556rem);
  color: #333333;
  margin-bottom: clamp(1.6666666667rem, 2.0833333333vw + 1.1111111111rem, 2.7777777778rem);
}

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*/