/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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} $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 スクロールバーの色
 */
/*-------------------------------------------------------------------------------
  フォント指定
--------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------
  px to vw
-------------------------------------------------------------------------------- */
/*-------------------------------------------------------------------------------
  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: #1967B3;
  padding-top: calc(var(--space-size) * 6);
  /* テーブル・リスト */
  /* プライバシーポリシー */
  /* 送信ボタン */
  /* ハニーポット非表示 */
  /* エラーメッセージの指定 */
  /* エラー時の背景色 */
  /* 確認画面 */
  /* 送信完了画面 */
}
.contact_form_unit table {
  border-collapse: separate;
  border-spacing: 0 var(--space-size);
}
.contact_form_unit dl {
  display: flex;
  margin-top: var(--space-size);
}
.contact_form_unit dl dt {
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--space-size) 0;
}
.contact_form_unit tr th, .contact_form_unit tr dt, .contact_form_unit dl th, .contact_form_unit dl dt {
  width: var(--head-width);
  display: flex;
  align-items: center;
  gap: calc(var(--space-size) * 2);
}
.contact_form_unit tr th .item_label_required, .contact_form_unit tr dt .item_label_required, .contact_form_unit dl th .item_label_required, .contact_form_unit dl dt .item_label_required {
  padding: 0.1em 0.5em;
  color: #ffffff;
  background-color: #1967B3;
  border-radius: 5px;
}
.contact_form_unit tr th .item_label_required > span, .contact_form_unit tr dt .item_label_required > span, .contact_form_unit dl th .item_label_required > span, .contact_form_unit dl dt .item_label_required > span {
  display: block;
  font-size: 0.8rem;
}
.contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
  width: 100%;
  /* セレクトボックス */
  /* テキストエリア */
  /* ラジオボタン */
  /* チェックボックス */
  /* ファイルアップロード */
}
@media (max-width: 768px) {
  .contact_form_unit tr td, .contact_form_unit tr dd, .contact_form_unit dl td, .contact_form_unit dl dd {
    display: block;
    margin-top: var(--space-size);
  }
}
.contact_form_unit tr td > input,
.contact_form_unit tr td > select,
.contact_form_unit tr td > textarea, .contact_form_unit tr dd > input,
.contact_form_unit tr dd > select,
.contact_form_unit tr dd > textarea, .contact_form_unit dl td > input,
.contact_form_unit dl td > select,
.contact_form_unit dl td > textarea, .contact_form_unit dl dd > input,
.contact_form_unit dl dd > select,
.contact_form_unit dl dd > textarea {
  padding: var(--space-size) calc(var(--space-size) * 2);
  background-color: #ccc;
  border-radius: 5px;
}
.contact_form_unit tr td:has(select), .contact_form_unit tr dd:has(select), .contact_form_unit dl td:has(select), .contact_form_unit dl dd:has(select) {
  position: relative;
}
.contact_form_unit tr td:has(select)::before, .contact_form_unit tr dd:has(select)::before, .contact_form_unit dl td:has(select)::before, .contact_form_unit dl dd:has(select)::before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: calc(var(--space-size) * 2);
  transform: translateY(-50%);
}
.contact_form_unit tr td textarea, .contact_form_unit tr dd textarea, .contact_form_unit dl td textarea, .contact_form_unit dl dd textarea {
  height: 200px;
  display: block;
}
.contact_form_unit tr td .radio_list > li label input[type=radio], .contact_form_unit tr dd .radio_list > li label input[type=radio], .contact_form_unit dl td .radio_list > li label input[type=radio], .contact_form_unit dl dd .radio_list > li label input[type=radio] {
  display: none;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::before, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::before {
  content: "";
  width: var(--radio-outer);
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #222222;
}
.contact_form_unit tr td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit tr dd .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl td .radio_list > li label input[type=radio] + .radio_text::after, .contact_form_unit dl dd .radio_list > li label input[type=radio] + .radio_text::after {
  content: "";
  width: var(--radio-inner);
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: calc((var(--radio-outer) - var(--radio-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit tr dd .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl td .radio_list > li label input[type=radio]:checked + span::after, .contact_form_unit dl dd .radio_list > li label input[type=radio]:checked + span::after {
  background-color: #222222;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text, .contact_form_unit dl td .check_list > li .label_checkbox .check_text, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::before, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::before, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #222222;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit tr td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit tr dd .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl td .check_list > li .label_checkbox .check_text.checked::after, .contact_form_unit dl dd .check_list > li .label_checkbox .check_text.checked::after {
  background: #222222;
}
.contact_form_unit tr td .uploaded_file p span, .contact_form_unit tr dd .uploaded_file p span, .contact_form_unit dl td .uploaded_file p span, .contact_form_unit dl dd .uploaded_file p span {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.contact_form_unit .form_privacy_unit {
  margin-top: calc(var(--space-size) * 3);
  /* プライバシーポリシー同意 checkbox */
}
.contact_form_unit .form_privacy_unit .form_privacy_block {
  padding: calc(var(--space-size) * 3);
  background-color: #ccc;
  border-radius: 5px;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_ttl {
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item {
  height: 200px;
  margin-top: calc(var(--space-size) * 2);
  overflow-y: scroll;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar {
  width: var(--scroll-width);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-track {
  background: var(--track-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item::-webkit-scrollbar-thumb {
  background: var(--thumb-color);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text {
  padding-right: calc(var(--space-size) * 2);
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text + .privacy_text {
  margin-top: 1em;
}
.contact_form_unit .form_privacy_unit .form_privacy_block .form_privacy_item .privacy_text .highlight {
  display: block;
  font-weight: bold;
}
.contact_form_unit .form_privacy_unit .form_privacy_check {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(var(--space-size) * 2) auto 0;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text {
  display: flex;
  align-items: center;
  gap: var(--space-size);
  position: relative;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::before {
  content: "";
  width: var(--checkbox-outer);
  aspect-ratio: 1;
  border: 1px solid #222222;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text::after {
  content: "";
  width: var(--checkbox-inner);
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - var(--checkbox-inner) / 2);
  left: calc((var(--checkbox-outer) - var(--checkbox-inner)) / 2);
  transition: all 0.3s ease;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .label_checkbox .check_text.checked::after {
  background: #222222;
}
.contact_form_unit .form_privacy_unit .form_privacy_check .policy_error {
  text-align: center;
}
.contact_form_unit .form_actions {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: calc(var(--space-size) * 10);
  margin: calc(var(--space-size) * 4) auto 0;
}
@media (max-width: 768px) {
  .contact_form_unit .form_actions {
    flex-direction: column;
    gap: calc(var(--space-size) * 2);
  }
}
.contact_form_unit .form_actions .btn_contact_submit.disable > span {
  display: block;
  color: #e75b74;
}
.contact_form_unit input[name=mail_confirm] {
  display: none;
}
.contact_form_unit .item_error_list,
.contact_form_unit .policy_error {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #e75b74;
}
.contact_form_unit.form_input .has_error {
  background-color: rgba(231, 91, 116, 0.1);
}
.contact_form_unit.form_confirm table {
  border-spacing: 0 calc(var(--space-size) * 4);
}
.contact_form_unit.form_confirm dl {
  margin-top: calc(var(--space-size) * 4);
}
.contact_form_unit.form_thanks h3 {
  font-size: 24px;
  font-size: 1.3333333333rem;
}
.contact_form_unit.form_thanks p {
  margin-top: calc(var(--space-size) * 3);
}

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body .loading_mask {
  width: 100%;
  height: 100%;
  background: #1967B3;
  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 button:focus {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), -2px 0 15px rgba(236, 119, 171, 0.2), 2px 0 15px rgba(25, 103, 179, 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: 16px;
  font-size: 0.8888888889rem;
  color: #222222;
  font-family: "Noto Sans JP", "Noto Serif JP", "メイリオ", Meiryo, sans-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: #1967B3;
  text-decoration: none;
}
@media (min-width: 769px) {
  a {
    transition: all 0.3s ease;
  }
}
a[href], a[data-href] {
  cursor: pointer;
}

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

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

em {
  font-style: italic;
}

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

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

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

/*-------------------------------------------------------------------------------
  loading item
--------------------------------------------------------------------------------*/
body:not(.index) .loadding_wrapper {
  opacity: 1;
}
body:not(.index) .loading_mask {
  position: fixed;
  top: 0;
  left: 0;
  background: #1967B3;
  width: 100%;
  height: 100%;
  z-index: 1000;
  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: 40px;
  font-size: 2.2222222222rem;
  font-family: "Noto Sans JP", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
  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: 20px;
  font-size: 1.1111111111rem;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
  font-family: "Noto Sans JP", "Noto Serif JP", "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
}
.modal-wrapper button {
  cursor: pointer;
}
.modal-wrapper button:focus {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), -2px 0 15px rgba(236, 119, 171, 0.2), 2px 0 15px rgba(25, 103, 179, 0.5);
}

[id] {
  scroll-margin-top: 150px;
}

/*-------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
}
@media (max-width: 1024px) {
  .header {
    height: 80px;
    align-items: normal;
  }
}

.hd_left_item {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 29%;
}
@media (max-width: 1024px) {
  .hd_left_item {
    width: unset;
    z-index: 100;
  }
}

.insta_link {
  width: 40px;
  height: 40px;
}
@media (max-width: 1024px) {
  .insta_link {
    display: none;
  }
}
.insta_link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.logo {
  max-width: 350px;
  width: 100%;
  height: 100%;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .logo {
    padding-left: 10px;
    max-width: unset;
    width: 230px;
  }
}
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .nav {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 120px 30px 0;
    row-gap: 20px;
    z-index: 0;
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
  }
  .nav::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #7FBF26;
    background: linear-gradient(170deg, rgba(127, 191, 38, 0.5) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(25, 103, 179, 0.5) 100%);
  }
}
@media (max-width: 768px) {
  .nav {
    align-items: baseline;
  }
}
.nav .nav_hd {
  display: flex;
  gap: 40px;
}
@media (max-width: 1024px) {
  .nav .nav_hd {
    row-gap: 20px;
    flex-direction: column;
  }
}
.nav .nav_hd li a {
  color: #222222;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  transition: 0.3s;
}
.nav .nav_hd li a:hover {
  color: #1967B3;
}
.nav.active {
  transform: translateX(0);
}

.hd_tel_item {
  height: auto;
  padding: 0 1.3888888889vw 0 3.4722222222vw;
}
@media (max-width: 1060px) {
  .hd_tel_item {
    padding-left: 15px;
  }
}
@media (max-width: 1024px) {
  .hd_tel_item {
    padding: 0;
  }
}
.hd_tel_item a {
  color: #222222;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: clamp(1.6666666667rem, 1.7712418301rem - 0.3921568627vw, 1.4444444444rem);
  font-family: "Noto Serif JP";
  position: relative;
  display: block;
  padding-left: 20px;
  pointer-events: none;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .hd_tel_item a {
    pointer-events: all;
  }
}
.hd_tel_item a::before {
  position: absolute;
  top: 53%;
  left: -8px;
  transform: translate(0, -50%);
  color: #222222;
  content: "\e0b0";
  font-family: "Material Icons Round";
  font-size: 25px;
  font-size: 1.3888888889rem;
  transition: transform 0.6s ease-in-out;
}
.hd_tel_item span {
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: block;
}

.hd_contact_btn {
  background: #1967B3;
  padding: 34px 30px;
  color: #ffffff;
  transition: transform 0.3s ease-in-out;
  border: 1px solid #1967B3;
}
.hd_contact_btn:hover p::before {
  transition: transform 1s;
  transform: rotateY(360deg);
}
@media (max-width: 1024px) {
  .hd_contact_btn {
    padding: 20px 15px;
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}
.hd_contact_btn p {
  position: relative;
  padding-left: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}
@media (max-width: 1024px) {
  .hd_contact_btn p {
    display: inline-block;
  }
}
.hd_contact_btn p::before {
  position: absolute;
  top: 0;
  left: 0px;
  color: #ffffff;
  content: "\f187";
  font-family: "Material Icons Round";
  font-size: 20px;
  font-size: 1.1111111111rem;
}
@media (max-width: 768px) {
  .hd_contact_btn p::before {
    top: -2px;
  }
}

.menu-container {
  position: fixed;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: none;
}
@media (max-width: 1024px) {
  .menu-container {
    display: block;
  }
}
.menu-container .square {
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #1967B3;
  transition: all 0.3s ease-in-out;
}
.menu-container .r1 {
  top: 30%;
}
.menu-container .r2 {
  top: 45%;
}
.menu-container .r3 {
  top: 60%;
}
.menu-container .c1 {
  left: 30%;
}
.menu-container .c2 {
  left: 45%;
}
.menu-container .c3 {
  left: 60%;
}
.menu-container.active .square {
  opacity: 0;
}
.menu-container.active .r1.c3,
.menu-container.active .r3.c1 {
  opacity: 1;
  top: 45%;
  left: 25%;
  width: 45%;
  height: 4px;
  transform: rotate(45deg);
}
.menu-container.active .r1.c1,
.menu-container.active .r3.c3 {
  opacity: 1;
  top: 45%;
  left: 25%;
  width: 45%;
  height: 4px;
  transform: rotate(-45deg);
}

.top_mainimg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}

.mv {
  width: 100%;
  height: 100vh;
}
.mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv_item_txt {
  position: absolute;
  bottom: 25%;
  left: 70px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: clamp(1.6666666667rem, 1.1960784314rem + 1.7647058824vw, 2.6666666667rem);
  color: #ffffff;
  text-shadow: 0px 3px 3px rgba(51, 51, 51, 0.5);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .mv_item_txt {
    left: 20px;
  }
}

.mv_eg_ttl {
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  height: 135px;
  animation: flowing 35s linear infinite;
}
@media (max-width: 768px) {
  .mv_eg_ttl {
    bottom: -32px;
    height: auto;
  }
}
.mv_eg_ttl .flowing_txt {
  display: block;
  font-family: "Noto Serif JP";
  margin-left: 10px;
  font-size: 120px;
  font-size: 6.6666666667rem;
  font-weight: 900;
  white-space: nowrap;
  animation: flowing 80s linear infinite;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 768px) {
  .mv_eg_ttl .flowing_txt {
    font-size: 70px;
    font-size: 3.8888888889rem;
  }
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.low_mainimg {
  width: 100%;
  height: 550px;
  position: relative;
}
.low_mainimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .low_mainimg {
    height: 350px;
  }
}

.lower_ttl {
  position: absolute;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: clamp(1.7777777778rem, 1.3594771242rem + 1.568627451vw, 2.6666666667rem);
  color: #ffffff;
  text-shadow: 0px 3px 3px rgba(51, 51, 51, 0.5);
  line-height: 1.5;
  bottom: 20%;
  left: 7%;
}
@media (max-width: 768px) {
  .lower_ttl {
    text-shadow: 0px 3px 3px rgba(51, 51, 51, 0.3);
  }
}

/*-------------------------------------------------------------------------------
  pages
--------------------------------------------------------------------------------*/
body.index .low_mainimg {
  background: url(../images/low_img01.jpg) no-repeat 50%/cover;
}
body.index .nav .nav_hd li:nth-child(1) a {
  color: #1967B3;
}
body.index .nav .nav_hd li:nth-child(1) a::before {
  opacity: 1;
}
body.service .low_mainimg {
  background: url(../images/low_img02.jpg) no-repeat 50%/cover;
}
body.service .nav .nav_hd li:nth-child(2) a {
  color: #1967B3;
}
body.service .nav .nav_hd li:nth-child(2) a::before {
  opacity: 1;
}
body.contact .low_mainimg {
  background: url(../images/low_img03.jpg) no-repeat 50%/cover;
}
body.contact .nav .nav_hd li:nth-child(3) a {
  color: #1967B3;
}
body.contact .nav .nav_hd li:nth-child(3) a::before {
  opacity: 1;
}
/*-------------------------------------------------------------------------------
  共通パーツ　cmn
--------------------------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 8px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #1967B3;
}

.cmn_eg_ttl {
  font-family: "Noto Serif JP";
  letter-spacing: 0.05em;
  font-size: clamp(2.5555555556rem, 2.0588235294rem + 1.862745098vw, 3.6111111111rem);
  line-height: 1.5;
  font-weight: bold;
}

.cmn_ja_ttl {
  letter-spacing: 0.05em;
  font-size: clamp(0.8888888889rem, 0.6797385621rem + 0.7843137255vw, 1.3333333333rem);
  line-height: 1.2;
  font-weight: bold;
  color: #1967B3;
}

.cmn_center_ttl {
  text-align: center;
}

.cmn_btn {
  border: 1px solid #222222;
  letter-spacing: 0.05em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
  font-weight: bold;
  font-family: "Noto Serif JP";
  color: #222222;
  padding: 15px 20px;
  max-width: 275px;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}
.cmn_btn .arrow {
  fill: #222222;
  position: absolute;
  right: 15px;
  top: 24px;
}
.cmn_btn:hover {
  opacity: 1;
  border: 1px solid #1967B3;
  background: #1967B3;
  color: #ffffff;
}
.cmn_btn:hover .arrow {
  fill: #ffffff;
}

.sec_three_contents {
  padding-bottom: 110px;
}
@media (max-width: 1024px) {
  .sec_three_contents {
    padding-bottom: 60px;
  }
}

.contents_list {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  row-gap: 30px;
}
@media (max-width: 1024px) {
  .contents_list {
    flex-direction: column;
  }
}
.contents_list li {
  width: 29%;
  aspect-ratio: 376/465;
  position: relative;
}
@media (max-width: 1024px) {
  .contents_list li {
    width: 100%;
    aspect-ratio: unset;
    height: 200px;
  }
}
.contents_list li::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #999999;
  background: linear-gradient(0deg, rgba(153, 153, 153, 0) 0%, rgb(51, 51, 51) 100%);
  width: 100%;
  height: 200px;
  content: "";
}
.contents_list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contents_txt {
  position: absolute;
  padding-left: 20px;
}
.contents_txt p {
  font-family: "Noto Serif JP";
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: clamp(1.7777777778rem, 1.3594771242rem + 1.568627451vw, 2.6666666667rem);
  color: #ffffff;
  line-height: 1.5;
}
.contents_txt span {
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #ffffff;
}

.sec_point {
  background: #f4f4f4;
  padding: 110px 0 120px;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .sec_point {
    padding: 30px 0 60px;
  }
}

.point_img {
  width: 50%;
  height: 421px;
  aspect-ratio: 720/421;
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .point_img {
    width: 90%;
    height: 250px;
    bottom: -80px;
  }
}
.point_img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
}
.point_img::before {
  position: absolute;
  content: "";
  bottom: -15px;
  right: -15px;
  width: 100%;
  height: 27.5%;
  aspect-ratio: 600/316;
  background: rgb(127, 191, 38);
  background: linear-gradient(15deg, rgba(127, 191, 38, 0.3) 0%, rgb(255, 255, 255) 50%, rgba(25, 103, 179, 0.2) 100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .point_img::before {
    height: 38.5%;
  }
}
.point_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.point_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
}
@media (max-width: 1024px) {
  .point_inner {
    flex-direction: column;
  }
}

.point_list li {
  border-bottom: 1px solid #222222;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 10px 20px 10px;
  font-family: "Noto Serif JP";
  gap: 5px;
}
.point_list li p {
  line-height: 1.6;
  padding-left: 8px;
  letter-spacing: 0.05em;
  font-size: clamp(0.8888888889rem, 0.7320261438rem + 0.5882352941vw, 1.2222222222rem);
}
@media (max-width: 768px) {
  .point_list li p {
    padding-left: 0;
  }
}
.point_list li span {
  display: block;
  color: rgba(25, 103, 179, 0.5);
  letter-spacing: 0.05em;
  font-size: clamp(1rem, 0.8431372549rem + 0.5882352941vw, 1.3333333333rem);
  line-height: 1.2;
  font-weight: bold;
  white-space: nowrap;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 95%;
  margin-left: auto;
  padding-top: 30px;
  font-size: clamp(0.7777777778rem, 0.7516339869rem + 0.0980392157vw, 0.8333333333rem);
}
@media (max-width: 1024px) {
  .breadcrumb {
    padding-top: 15px;
  }
}
.breadcrumb li:first-of-type {
  position: relative;
}
.breadcrumb li:first-of-type::before {
  content: ">";
  color: #222222;
  font-size: 18px;
  font-size: 1rem;
  top: -3px;
  right: -30px;
  position: absolute;
}

/*-------------------------------------------------------------------------------
  404ページ
--------------------------------------------------------------------------------*/
.notfound_block {
  padding: 5.5555555556vw 0 8.3333333333vw;
  max-width: 1250px;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .notfound_block {
    padding: 60px 0 80px;
  }
}
.notfound_block p {
  text-align: center;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
  letter-spacing: 0.05em;
}
.notfound_block span {
  display: block;
}

/*-------------------------------------------------------------------------------
  HOME indexページ
--------------------------------------------------------------------------------*/
body.index .swiper-button-prev {
  left: 2% !important;
}
@media (max-width: 768px) {
  body.index .swiper-button-prev {
    left: 1% !important;
  }
}
body.index .swiper-button-next {
  right: 2% !important;
}
@media (max-width: 768px) {
  body.index .swiper-button-next {
    right: 1% !important;
  }
}

.sec_index_service {
  width: 95%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
  row-gap: 40px;
}
@media (max-width: 768px) {
  .sec_index_service {
    flex-direction: column;
    padding: 60px 0;
    width: 100%;
  }
}

.index_service_txt_wrap {
  width: 40%;
}
@media (max-width: 768px) {
  .index_service_txt_wrap {
    width: 90%;
    margin: 0 auto;
  }
}

.index_service_txt_item p {
  font-size: clamp(1.2222222222rem, 1.0130718954rem + 0.7843137255vw, 1.6666666667rem);
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Noto Serif JP";
  line-height: 1.6;
  padding: 75px 0 30px;
}
@media (max-width: 1024px) {
  .index_service_txt_item p {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .index_service_txt_item p {
    padding: 30px 0 15px;
  }
}
.index_service_txt_item span {
  display: block;
  padding-bottom: 45px;
  letter-spacing: 0.05em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}
@media (max-width: 768px) {
  .index_service_txt_item span {
    padding-bottom: 20px;
  }
}

.index_service_img {
  width: 52%;
  aspect-ratio: 750/635;
  position: relative;
}
@media (max-width: 768px) {
  .index_service_img {
    width: 95%;
    margin-left: auto;
    height: 300px;
    aspect-ratio: unset;
  }
}
.index_service_img::before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: -20px;
  width: 100%;
  height: 70%;
  aspect-ratio: 745/458;
  background: rgb(127, 191, 38);
  background: linear-gradient(170deg, rgba(127, 191, 38, 0.5) 0%, rgb(255, 255, 255) 50%, rgba(25, 103, 179, 0.5) 100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .index_service_img::before {
    left: -10px;
    bottom: -10px;
  }
}
.index_service_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec_index_proprties {
  padding: 210px 0 120px;
}
@media (max-width: 1024px) {
  .sec_index_proprties {
    padding: 150px 0;
  }
}
@media (max-width: 768px) {
  .sec_index_proprties {
    padding: 100px 0 120px;
  }
}

.sec_index_ttl_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 95%;
  margin-left: auto;
  padding-bottom: 60px;
  row-gap: 20px;
}
@media (max-width: 1024px) {
  .sec_index_ttl_wrap {
    margin: 0 auto;
    width: 90%;
    padding: 60px 0 30px;
    align-items: unset;
  }
}

.sec_index_txt {
  letter-spacing: 0.05em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
  font-weight: 500;
}

.slide_item {
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  position: relative;
  align-self: auto;
}

.index_proprties_btn {
  margin: 40px auto 0;
}

.index_proprties_swiper {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.index_proprties_swiper::before {
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .index_proprties_swiper::before {
    display: none;
  }
}
.index_proprties_swiper .swiper-wrapper {
  padding: 60px 0 60px 30px;
}
@media (max-width: 768px) {
  .index_proprties_swiper .swiper-wrapper {
    padding: 30px 0 30px 15px;
  }
}
.index_proprties_swiper .swiper-wrapper li a {
  letter-spacing: 0.05em;
  color: #222222;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
  font-weight: bold;
  display: block;
}

.index_proprties_img {
  aspect-ratio: 320/370;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index_proprties_img {
    width: 90%;
    height: auto;
  }
}
.index_proprties_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.index_proprties_img img:hover {
  transform: scale(1.1);
  opacity: 1;
}

.sec_overview {
  padding-bottom: 120px;
  background: #f4f4f4;
  position: relative;
}
@media (max-width: 768px) {
  .sec_overview {
    padding-bottom: 60px;
  }
}

.overview_ttl {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}

.sec_overview_inner {
  width: 80%;
  margin: 0 auto;
  padding-top: 140px;
}
@media (max-width: 1024px) {
  .sec_overview_inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .sec_overview_inner {
    padding-top: 100px;
  }
}

.overview_list {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.overview_list dl {
  display: flex;
  gap: 10px;
  letter-spacing: 0.05em;
  row-gap: 0;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}
@media (max-width: 768px) {
  .overview_list dl {
    flex-direction: column;
  }
}
.overview_list dl dt {
  width: 23%;
  height: auto;
  border-bottom: 1px solid #222222;
  padding: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .overview_list dl dt {
    width: 100%;
    padding: 15px 10px;
    border-bottom: unset;
    background: #1967B3;
    color: #ffffff;
  }
}
.overview_list dl dd {
  width: 75%;
  height: auto;
  border-bottom: 1px solid #222222;
  padding: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .overview_list dl dd {
    width: 100%;
    padding: 15px 10px;
    border-bottom: unset;
  }
}

.sec_map {
  padding: 100px 0 120px;
  width: 95%;
  margin-left: auto;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .sec_map {
    flex-direction: column;
    padding: 40px 0 100px;
  }
}

.map {
  width: 73%;
  aspect-ratio: 980/430;
}
@media (max-width: 1024px) {
  .map {
    width: 100%;
    aspect-ratio: unset;
    height: 350px;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.address {
  letter-spacing: 0.05em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
  font-weight: bold;
  position: relative;
  padding-left: 35px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .address {
    padding-top: 20px;
  }
}
.address::before {
  position: absolute;
  content: "\e55f";
  font-size: 30px;
  font-size: 1.6666666667rem;
  color: #1967B3;
  left: 0px;
  top: 32px;
  font-family: "Material Icons";
}
@media (max-width: 768px) {
  .address::before {
    top: 12px;
  }
}

/*-------------------------------------------------------------------------------
  事業内容・物件情報
--------------------------------------------------------------------------------*/
.sec_greetiing {
  width: 95%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 130px 0;
  row-gap: 30px;
}
@media (max-width: 1024px) {
  .sec_greetiing {
    flex-direction: column;
    padding: 40px 0 80px;
    width: 100%;
  }
}

.greetiing_txt_wrap {
  width: 50%;
}
@media (max-width: 1024px) {
  .greetiing_txt_wrap {
    width: 90%;
    margin: 0 auto;
  }
}
.greetiing_txt_wrap p {
  font-size: clamp(1.2222222222rem, 1.0130718954rem + 0.7843137255vw, 1.6666666667rem);
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Noto Serif JP";
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .greetiing_txt_wrap p {
    padding-bottom: 0;
  }
}
.greetiing_txt_wrap span {
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-top: 15px;
  display: block;
}

.greetiing_img {
  width: 45%;
  height: 100%;
  aspect-ratio: 609/386;
  position: relative;
}
@media (max-width: 1024px) {
  .greetiing_img {
    width: 95%;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .greetiing_img {
    width: 75%;
  }
}
.greetiing_img::before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: -20px;
  width: 100%;
  aspect-ratio: 600/316;
  background: rgb(127, 191, 38);
  background: linear-gradient(170deg, rgba(127, 191, 38, 0.5) 0%, rgb(255, 255, 255) 50%, rgba(25, 103, 179, 0.5) 100%);
  z-index: -1;
}
.greetiing_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.properties_name {
  font-size: clamp(1.1111111111rem, 0.8496732026rem + 0.9803921569vw, 1.6666666667rem);
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 0 0 2.7777777778vw 4.8611111111vw;
}

.properties_item {
  padding: 4.1666666667vw 0 0;
}
.properties_item li {
  padding: 60px 0 80px;
  position: relative;
}
@media (max-width: 768px) {
  .properties_item li {
    padding: 40px 0;
  }
}
.properties_item li:nth-child(2n) {
  background: #F4F4F4;
}
.properties_item li:nth-child(2n) .slider-main::before {
  background: #F4F4F4;
}
.properties_item .slider-main {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .properties_item .slider-main {
    padding: 20px 0;
  }
}
.properties_item .slider-thumbnail {
  padding: 1.7361111111vw 2.7777777778vw 1.3888888889vw;
}

.slider-main {
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  position: relative;
  width: 100%;
}
.slider-main::before {
  position: absolute;
  content: "";
  width: 53%;
  height: 100%;
  background: #fff;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  .slider-main::before {
    width: 85%;
  }
}
.slider-main .swiper-slide {
  width: 45%;
  aspect-ratio: 689/367;
}
@media (max-width: 768px) {
  .slider-main .swiper-slide {
    width: 75%;
  }
}
.slider-main .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next {
  left: unset;
  right: 25% !important;
}
@media (max-width: 768px) {
  .swiper-button-next {
    right: 0 !important;
  }
}
.swiper-button-next::before {
  position: absolute;
  background: url(../images/arrow.png) no-repeat 50%/cover;
  width: 100%;
  aspect-ratio: 33/20;
  content: "";
}
@media (max-width: 768px) {
  .swiper-button-next::before {
    width: 70%;
  }
}
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  left: 25% !important;
  right: unset;
}
@media (max-width: 768px) {
  .swiper-button-prev {
    left: 0 !important;
  }
}
.swiper-button-prev::before {
  position: absolute;
  background: url(../images/arrow01.png) no-repeat 50%/cover;
  width: 100%;
  aspect-ratio: 33/20;
  content: "";
}
@media (max-width: 768px) {
  .swiper-button-prev::before {
    width: 70%;
  }
}
.swiper-button-prev::after {
  display: none;
}

.slider-thumbnail {
  border-bottom: 1px solid #222222;
}

.slider-thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 20%;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

/* レイアウトのためのスタイル */
.swiper-slide img {
  width: 100%;
  aspect-ratio: 250/145;
}

.properties_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1350px;
  width: 95%;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .properties_list {
    width: 100%;
  }
}
.properties_list dl {
  display: flex;
  gap: 10px;
  width: calc(49% - 4px);
  letter-spacing: 0.05em;
  row-gap: 0;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}
@media (max-width: 768px) {
  .properties_list dl {
    width: 95%;
    margin: 0 auto;
    gap: 0px;
    border-bottom: 1px solid #c9c9c9;
  }
}
.properties_list dl dt {
  width: 29%;
  border-bottom: 1px solid #222222;
  padding: 15px 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .properties_list dl dt {
    padding: 15px 10px;
    background: #1967B3;
    color: #ffffff;
    border-bottom: unset;
    font-weight: 500;
  }
}
.properties_list dl dd {
  width: 68%;
  border-bottom: 1px solid #222222;
  padding: 15px 20px;
}
@media (max-width: 768px) {
  .properties_list dl dd {
    width: 70%;
    padding: 15px 10px;
    border-bottom: unset;
  }
}

.sec_service {
  padding: 9.0277777778vw 0 6.9444444444vw;
}

.service_item {
  width: 90%;
  margin-right: auto;
  display: flex;
  padding-bottom: 6.9444444444vw;
  position: relative;
}
@media (max-width: 1250px) {
  .service_item {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .service_item {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.service_item:nth-child(2) {
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: unset;
}
@media (max-width: 768px) {
  .service_item:nth-child(2) {
    flex-direction: column;
  }
}
.service_item:nth-child(2) .gradient-border {
  right: unset;
  left: 50px;
}
.service_item:nth-child(2) .service_eg_ttl {
  left: unset;
  right: 30px;
}
@media (max-width: 768px) {
  .service_item:last-of-type {
    margin-bottom: 50px;
  }
}

.service_item_wrap {
  padding-top: 5.2083333333vw;
}

.service_item_img {
  width: 45%;
  height: auto;
  aspect-ratio: 650/350;
  position: relative;
  z-index: -1;
}
@media (max-width: 1250px) {
  .service_item_img {
    width: 90%;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .service_item_img {
    height: 250px;
  }
}
.service_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service_item_img::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #999999;
  background: linear-gradient(0deg, rgba(153, 153, 153, 0) 0%, rgb(51, 51, 51) 100%);
  width: 100%;
  height: 200px;
  content: "";
}
@media (max-width: 768px) {
  .service_item_img::before {
    height: 120px;
  }
}

.service_eg_ttl {
  font-family: "Noto Serif JP";
  letter-spacing: 0.05em;
  font-size: clamp(2.1111111111rem, 1.4052287582rem + 2.6470588235vw, 3.6111111111rem);
  line-height: 1.5;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 30px;
}
@media (max-width: 768px) {
  .service_eg_ttl {
    left: 15px;
  }
}

.gradient-border {
  position: absolute;
  bottom: 80px;
  right: 20px;
  width: 60%;
  height: 300px;
  padding: 10px; /* ボーダーの太さ分 */
  background: linear-gradient(170deg, rgba(127, 191, 38, 0.5) 0%, rgb(255, 255, 255) 50%, rgba(25, 103, 179, 0.5) 100%);
}
@media (max-width: 1250px) {
  .gradient-border {
    height: auto;
    bottom: 0;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .gradient-border {
    position: unset;
    margin: -80px auto 0;
  }
}

.service_item_txt {
  background: #fff;
  padding: 2.0833333333vw 2.7777777778vw 4.1666666667vw;
  height: 100%;
}
@media (max-width: 768px) {
  .service_item_txt {
    padding: 20px;
  }
}
.service_item_txt p {
  letter-spacing: 0.05em;
  font-size: clamp(1.1111111111rem, 1.0065359477rem + 0.3921568627vw, 1.3333333333rem);
  font-family: "Noto Serif JP";
  padding-bottom: 1.3888888889vw;
}
.service_item_txt span {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: clamp(0.7777777778rem, 0.7254901961rem + 0.1960784314vw, 0.8888888889rem);
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .service_item_txt span {
    line-height: 1.6;
  }
}

/*-------------------------------------------------------------------------------
  お問い合わせ
--------------------------------------------------------------------------------*/
.sec_contact_tel {
  padding: 100px 0 130px;
  max-width: 1000px;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sec_contact_tel {
    padding: 40px 0 60px;
  }
}

.contact_tel_txt {
  padding: 40px 0 60px;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
}
@media (max-width: 768px) {
  .contact_tel_txt {
    text-align: left;
    padding: 20px 0 30px;
  }
}

.contact_tel_box {
  background: #1967B3;
  width: 100%;
  height: 100%;
}
.contact_tel_box p {
  letter-spacing: 0.05em;
  font-size: clamp(0.9444444444rem, 0.8137254902rem + 0.4901960784vw, 1.2222222222rem);
  font-weight: bold;
  color: #ffffff;
}

.contact_tel_box_inner {
  display: flex;
  align-items: center;
  padding: 60px 0;
  justify-content: space-between;
  max-width: 750px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  row-gap: 30px;
}
@media (max-width: 768px) {
  .contact_tel_box_inner {
    flex-direction: column;
    padding: 30px 0;
  }
}
.contact_tel_box_inner p {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: clamp(1rem, 0.8954248366rem + 0.3921568627vw, 1.2222222222rem);
}
.contact_tel_box_inner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 60px;
  background: #ffffff;
  content: "";
}
@media (max-width: 768px) {
  .contact_tel_box_inner::before {
    width: 60px;
    height: 1px;
    top: 38%;
  }
}

.contact_tel_detail {
  color: #ffffff;
  letter-spacing: 0.05em;
}
.contact_tel_detail .contact_tel {
  font-size: clamp(1.7777777778rem, 1.5163398693rem + 0.9803921569vw, 2.3333333333rem);
  font-weight: bold;
  font-family: "Noto Serif JP";
  color: #ffffff;
  position: relative;
  display: block;
  pointer-events: none;
}
@media (max-width: 768px) {
  .contact_tel_detail .contact_tel {
    text-align: center;
    pointer-events: all;
    padding-left: 20px;
  }
}
.contact_tel_detail .contact_tel::before {
  position: absolute;
  top: 54%;
  left: -40px;
  transform: translate(0, -50%);
  color: #ffffff;
  content: "\e0b0";
  font-family: "Material Icons Round";
  font-size: 35px;
  font-size: 1.9444444444rem;
  transition: transform 0.6s ease-in-out;
}
@media (max-width: 768px) {
  .contact_tel_detail .contact_tel::before {
    left: -20px;
  }
}
.contact_tel_detail span {
  display: block;
  letter-spacing: 0.05em;
  font-size: clamp(0.8333333333rem, 0.8071895425rem + 0.0980392157vw, 0.8888888889rem);
  font-weight: 500;
  text-align: center;
}

.sec_mail_form {
  background: #f4f4f4;
  padding: 75px 0 100px;
}
@media (max-width: 768px) {
  .sec_mail_form {
    padding: 40px 0 100px;
  }
}

/*-------------------------------------------------------------------------------
  フォーム
--------------------------------------------------------------------------------*/
.contact_btn {
  border: 1px solid #222222;
  letter-spacing: 0.05em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
  font-weight: bold;
  font-family: "Noto Serif JP";
  color: #222222;
  padding: 15px 20px;
  max-width: 350px;
  width: 90%;
  display: block;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 50px;
}
.contact_btn::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 14px;
  background: url(../images/arrow.png) no-repeat 50%/cover;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
}
.contact_btn:hover {
  opacity: 1;
  border: 1px solid #1967B3;
  background: #1967B3;
  color: #ffffff;
}
.contact_btn:hover::before {
  background: url(../images/white_arrow.png) no-repeat 50%/cover;
}
.contact_btn.is_back {
  margin-top: 0;
}
.contact_btn.is_back::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 14px;
  background: url(../images/arrow01.png) no-repeat 50%/cover;
  top: 50%;
  transform: translate(0, -50%);
  left: 20px;
  right: unset;
}
.contact_btn.is_back:hover {
  background: #222222;
  color: #ffffff;
  border: 1px solid #222222;
}
.contact_btn.is_back:hover::before {
  background: url(../images/white_arrow02.png) no-repeat 50%/cover;
}
.contact_btn.is_send {
  margin-top: 20px;
  border: 1px solid #1967B3;
  background: #1967B3;
  color: #ffffff;
}
.contact_btn.is_send::before {
  background: url(../images/white_arrow.png) no-repeat 50%/cover;
}
.contact_btn.is_send:hover {
  background-color: #ffffff;
  color: #1967B3;
}
.contact_btn.is_send:hover::before {
  background: url(../images/blue.png) no-repeat 50%/cover;
}

.contact-form {
  padding: 70px 0;
  width: 90%;
  margin: 60px auto 100px;
  height: auto;
  background: #fff;
}
@media (max-width: 768px) {
  .contact-form {
    padding: 30px 0 60px;
    margin: 30px auto 0;
  }
}
.contact-form dl {
  font-weight: bold;
  margin-bottom: 35px;
  letter-spacing: 0.1em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
  letter-spacing: calc(50 * 0.001em);
}
@media (max-width: 768px) {
  .contact-form dl {
    margin-bottom: 30px;
  }
}
.contact-form dl:first-of-type {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .contact-form dl:first-of-type {
    margin-bottom: 20px;
  }
}
.contact-form dl:nth-child(6) dd {
  margin-top: -30px;
}
@media (max-width: 768px) {
  .contact-form dl:last-of-type {
    margin-bottom: 0;
  }
}
.contact-form dl .required {
  font-size: clamp(0.7222222222rem, 0.6960784314rem + 0.0980392157vw, 0.7777777778rem);
  letter-spacing: calc(50 * 0.001em);
  color: #ffffff;
  font-weight: 500;
  background: #E34234;
  padding: 2px 8px;
  margin-left: 15px;
}
.contact-form dl dt {
  margin-bottom: 10px;
}
.contact-form dl dd input {
  border: unset;
  background: #f5f5f5;
  padding: 20px;
  color: #222222;
  font-size: clamp(0.8333333333rem, 0.8071895425rem + 0.0980392157vw, 0.8888888889rem);
  letter-spacing: calc(50 * 0.001em);
  font-weight: 500;
}
.contact-form dl dd input::-moz-placeholder {
  color: #909090;
  font-size: clamp(0.8333333333rem, 0.8071895425rem + 0.0980392157vw, 0.8888888889rem);
  letter-spacing: calc(50 * 0.001em);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.contact-form dl dd input::placeholder {
  color: #909090;
  font-size: clamp(0.8333333333rem, 0.8071895425rem + 0.0980392157vw, 0.8888888889rem);
  letter-spacing: calc(50 * 0.001em);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.contact-form dl dd:first-of-type {
  padding-top: 0;
}
.contact-form dl dd:first-of-type .mwform-radio-field + .horizontal-item {
  margin-left: 0;
}
.contact-form dl dd:first-of-type .radio-area {
  gap: 50px;
  row-gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .contact-form dl dd:first-of-type .radio-area {
    row-gap: 0;
  }
}
.contact-form dl dd:first-of-type label .mwform-radio-field-text {
  width: 100%;
  padding-left: 30px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 330px;
  color: rgba(34, 34, 34, 0.8);
  font-size: clamp(0.8333333333rem, 0.8071895425rem + 0.0980392157vw, 0.8888888889rem);
  letter-spacing: calc(100 * 0.001em);
  display: inline-block;
}
@media (max-width: 1024px) {
  .contact-form dl dd:first-of-type label .mwform-radio-field-text {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .contact-form dl dd:first-of-type label .mwform-radio-field-text {
    padding-left: 25px;
  }
}
.contact-form dl dd:first-of-type label .mwform-radio-field-text::before {
  content: "";
  width: 22px;
  height: 22px;
  background: #ffffff;
  border: 1px solid #222222;
  border-radius: 50%;
  position: absolute;
  top: 54%;
  left: 0;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .contact-form dl dd:first-of-type label .mwform-radio-field-text::before {
    width: 20px;
    height: 20px;
    top: 53%;
  }
}
.contact-form dl dd:first-of-type label .mwform-radio-field-text::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #DFE6EA;
  position: absolute;
  top: 54%;
  left: 4px;
  transform: translate(0, -50%);
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .contact-form dl dd:first-of-type label .mwform-radio-field-text::after {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 768px) {
  .contact-form dl dd:first-of-type label .mwform-radio-field-text {
    margin-right: 20px;
  }
}
.contact-form dl dd:first-of-type input[type=radio] {
  display: none;
}
.contact-form dl dd:first-of-type input[type=radio]:checked + .mwform-radio-field-text::before {
  background: #E9E9E9;
  border: 1px solid #e9e9e9;
}
.contact-form dl dd:first-of-type input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
  background: #1967B3;
}
.contact-form dl dd textarea {
  background: #f5f5f5;
  padding: 20px;
  height: 270px;
  border: unset;
  font-weight: 500;
}
.contact-form dl dd textarea::-moz-placeholder {
  color: #909090;
  font-size: clamp(0.8333333333rem, 0.8071895425rem + 0.0980392157vw, 0.8888888889rem);
  letter-spacing: calc(50 * 0.001em);
  font-weight: 500;
}
.contact-form dl dd textarea::placeholder {
  color: #909090;
  font-size: clamp(0.8333333333rem, 0.8071895425rem + 0.0980392157vw, 0.8888888889rem);
  letter-spacing: calc(50 * 0.001em);
  font-weight: 500;
}
.contact-form dl .contact-select {
  max-width: 400px;
  width: 100%;
  position: relative;
}
.contact-form dl .contact-select::before {
  content: "▼";
  color: #4D4D4D;
  margin-top: 18px;
  right: 40px;
  font-size: 16px;
  font-size: 0.8888888889rem;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 768px) {
  .contact-form dl .contact-select::before {
    left: unset;
    width: 15px;
    right: 28px;
  }
}
.contact-form dl .select-form {
  border: unset;
}
.contact-form dl .select-form::after {
  display: none;
}
.contact-form dl .select-form::before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #1967B3;
  top: 27px;
  right: 25px;
}

#address01 {
  background: #f5f5f5;
  padding: 20px;
  max-width: 400px;
  width: 100%;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #222222;
  font-size: clamp(0.8333333333rem, 0.8071895425rem + 0.0980392157vw, 0.8888888889rem);
  letter-spacing: calc(50 * 0.001em);
}

.contact-address li {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .contact-address li {
    margin-bottom: 5px;
  }
}
.contact-address li:first-of-type {
  max-width: 370px;
  width: 100%;
  height: auto;
  margin-left: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .contact-address li:first-of-type {
    max-width: unset;
    width: 90%;
  }
}
.contact-address li:first-of-type::before {
  content: "〒";
  position: absolute;
  top: 20px;
  left: -27px;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.1111111111rem;
}
.contact-address li:last-of-type {
  margin-bottom: 0;
}

.contact-wrap {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact-wrap {
    width: 90%;
  }
}

/*-------------------------------------------------------------------------------
  確認画面
--------------------------------------------------------------------------------*/
@media (max-width: 768px) {
  .contact_confirm {
    width: 95%;
    margin: 0 auto;
  }
}
.contact_confirm .contact-form {
  padding: 0;
}
@media (max-width: 768px) {
  .contact_confirm .contact-form {
    padding: 0 0 60px;
    margin: 0 auto;
    width: 100%;
  }
}
.contact_confirm .contact-form dl dd {
  font-weight: 500;
}
.contact_confirm .contact-form .contact-select::before {
  display: none;
}
.contact_confirm .contact-wrap {
  width: 90%;
}
@media (max-width: 768px) {
  .contact_confirm .contact-address li:first-of-type {
    margin-left: 20px;
  }
}
.contact_confirm .contact-address li:first-of-type::before {
  top: -3px;
  left: -22px;
}
.contact_confirm .privacy_block {
  display: none;
}
.contact_confirm .privacy_wrap {
  display: none;
}

.mw_wp_form_preview .privacy_ttl, .mw_wp_form_preview .contact-privacy, .mw_wp_form_preview .check_required {
  display: none;
}
.mw_wp_form_preview .check_form-area {
  padding-top: 145px;
}
.mw_wp_form_preview .cmn_ttl_bk, .mw_wp_form_preview .contact_mail_txt {
  display: none;
}
.mw_wp_form_preview .important_txt {
  display: none;
}
.mw_wp_form_preview .select_item dd::before {
  display: none;
}
.mw_wp_form_preview .post {
  margin-left: 0;
}
.mw_wp_form_preview .post::before {
  top: -3px;
  left: -25px;
  display: none;
}

.contact_block {
  padding: 80px 0 100px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .contact_block {
    padding: 60px 0 40px;
  }
}

.form_box {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.char_main {
  font-size: clamp(1.1111111111rem, 1.0065359477rem + 0.3921568627vw, 1.3333333333rem);
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  display: block;
}

.form_txt {
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
  letter-spacing: 0.05em;
  text-align: center;
  padding: 60px 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .form_txt {
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}

/*-------------------------------------------------------------------------------
  送信完了画面
--------------------------------------------------------------------------------*/
.mw_wp_form_complete {
  margin-top: 70px;
}

/*-------------------------------------------------------------------------------
  プライバシーポリシー
--------------------------------------------------------------------------------*/
.privacy_ttl {
  font-size: clamp(0.9444444444rem, 0.9183006536rem + 0.0980392157vw, 1rem);
  line-height: 1.6666;
  letter-spacing: calc(100 * 0.001em);
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .privacy_ttl {
    width: 90%;
    padding-top: 20px;
  }
}

.privacy_detail {
  font-size: clamp(0.8888888889rem, 0.862745098rem + 0.0980392157vw, 0.9444444444rem);
  line-height: 1.7647;
  letter-spacing: calc(100 * 0.001em);
  font-weight: 500;
  line-height: 1.5;
  padding-top: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .privacy_detail {
    line-height: 1.5647;
  }
}
@media (max-width: 480px) {
  .privacy_detail {
    line-height: 1.3647;
  }
}
@media (max-width: 768px) {
  .privacy_detail {
    line-height: 1.7;
  }
}

.privacy_block {
  background: #f5f5f5;
  padding: 40px 30px 25px;
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .privacy_block {
    padding: 30px 15px 25px;
    width: 90%;
  }
}

.privacy_list {
  height: 390px;
  width: 100%;
  margin: 0 auto;
  overflow-y: scroll;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .privacy_list {
    height: 300px;
  }
}
.privacy_list span {
  padding-top: 10px;
  display: inline-block;
}
.privacy_list li {
  margin-bottom: 40px;
  width: 97%;
}
.privacy_list li .privacy_comment {
  font-weight: 500;
}
.privacy_list li .privacy_txt {
  font-size: clamp(0.9444444444rem, 0.9183006536rem + 0.0980392157vw, 1rem);
  line-height: 1.6666;
  letter-spacing: calc(100 * 0.001em);
  font-weight: bold;
  padding-top: 20px;
}
.privacy_list li .privacy_txt:first-of-type {
  padding-top: 0;
}
.privacy_list li > span {
  font-size: clamp(0.8888888889rem, 0.862745098rem + 0.0980392157vw, 0.9444444444rem);
  line-height: 1.7647;
  letter-spacing: calc(100 * 0.001em);
  font-weight: 500;
  padding-top: 10px;
  display: inline-block;
}
@media (max-width: 768px) {
  .privacy_list li > span {
    line-height: 1.5647;
  }
}
@media (max-width: 480px) {
  .privacy_list li > span {
    line-height: 1.3647;
  }
}
.privacy_list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.privacy_list::-webkit-scrollbar-track {
  background-color: #fff;
}
.privacy_list::-webkit-scrollbar-thumb {
  background-color: #1967B3;
  width: 8px;
}

.required {
  font-size: clamp(0.7222222222rem, 0.6960784314rem + 0.0980392157vw, 0.7777777778rem);
  letter-spacing: calc(50 * 0.001em);
  color: #ffffff;
  font-weight: 500;
  background: #E34234;
  padding: 2px 8px;
  margin-left: 15px;
}

.privacy_wrap {
  text-align: center;
}
.privacy_wrap .val-err {
  text-align: center;
}

input[type=checkbox] {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  display: none;
}
input[type=checkbox] + span {
  margin-left: 30px;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block;
  margin: 0 auto;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
  letter-spacing: calc(100 * 0.001em);
  font-weight: bold;
  padding-left: 30px;
}
input[type=checkbox] + span::before {
  position: absolute;
  z-index: 1;
  top: 6px;
  left: -15px;
  width: 30px;
  height: 14px;
  content: "";
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-50deg) scale(0, 0);
  border: 2px solid #1967B3;
  border-top-style: none;
  border-right-style: none;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::before {
    top: 8px;
    left: -2px;
    width: 24px;
    height: 11px;
  }
}
input[type=checkbox] + span::after {
  position: absolute;
  top: 2px;
  left: -15px;
  width: 30px;
  height: 30px;
  content: "";
  cursor: pointer;
  background: #9EDAF8;
  transition: 0.4s;
}
@media (max-width: 768px) {
  input[type=checkbox] + span::after {
    width: 25px;
    height: 25px;
    top: 3px;
    left: -2px;
  }
}
input[type=checkbox]:checked + span::before {
  transform: rotate(-45deg) scale(1, 1);
}
input[type=checkbox]:checked + span::after {
  background: #9EDAF8;
}
input[type=checkbox]:last-of-type .val-err {
  text-align: center;
}

.check_no-through {
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
  letter-spacing: calc(100 * 0.001em);
  text-align: center;
  letter-spacing: 0.04em;
  max-width: 400px;
  width: 100%;
  padding: 20px;
  margin: 30px auto 0;
  color: #222222;
}
@media (max-width: 768px) {
  .check_no-through {
    max-width: 320px;
  }
}

/*-------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin-top: 100px;
}

.ft_contact_btn {
  border: 1px solid #ffffff;
  letter-spacing: 0.05em;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
  font-weight: bold;
  font-family: "Noto Serif JP";
  color: #ffffff;
  padding: 15px 20px;
  max-width: 275px;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}
.ft_contact_btn .arrow {
  fill: #ffffff;
  position: absolute;
  right: 15px;
  top: 24px;
}
.ft_contact_btn:hover {
  opacity: 1;
  background: #ffffff;
  color: #222222;
}
.ft_contact_btn:hover .arrow {
  fill: #222222;
}

.ft_eg_ttl {
  font-family: "Noto Serif JP";
  letter-spacing: 0.05em;
  font-size: clamp(2.5rem, 1.977124183rem + 1.9607843137vw, 3.6111111111rem);
  line-height: 1.5;
  font-weight: bold;
}

.ft_ja_ttl {
  letter-spacing: 0.05em;
  font-size: clamp(1.1111111111rem, 1.0065359477rem + 0.3921568627vw, 1.3333333333rem);
  line-height: 1.2;
  font-weight: bold;
}

.ft_txt {
  padding-top: 50px;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .ft_txt {
    padding-top: 20px;
  }
  .ft_txt br {
    display: none;
  }
}

.ft_contact_tel {
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .ft_contact_tel {
    padding-bottom: 20px;
  }
}
.ft_contact_tel .ft_tel {
  color: #ffffff;
  letter-spacing: 0.05em;
  font-size: clamp(1.5555555556rem, 1.3464052288rem + 0.7843137255vw, 2rem);
  font-weight: bold;
  font-family: "Noto Serif JP";
  position: relative;
  padding-left: 30px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .ft_contact_tel .ft_tel {
    pointer-events: all;
  }
}
.ft_contact_tel .ft_tel::before {
  position: absolute;
  top: 54%;
  left: -5px;
  transform: translate(0, -50%);
  color: #ffffff;
  content: "\e0b0";
  font-family: "Material Icons Round";
  font-size: 30px;
  font-size: 1.6666666667rem;
  transition: transform 0.6s ease-in-out;
}
.ft_contact_tel span {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: clamp(0.8888888889rem, 0.8366013072rem + 0.1960784314vw, 1rem);
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .ft_contact_tel span {
    text-align: left;
  }
}

.ft_unit01 {
  background: #1967B3;
  width: 90%;
  max-width: 1350px;
  margin: 0 auto;
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
  padding: 40px 200px 60px 90px;
}
@media (max-width: 1100px) {
  .ft_unit01 {
    padding-right: 100px;
  }
}
@media (max-width: 1024px) {
  .ft_unit01 {
    padding: 20px 0 40px;
  }
}

.ft_unit01_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .ft_unit01_inner {
    flex-direction: column;
    row-gap: 10px;
    width: 90%;
    margin: 0 auto;
    align-items: unset;
  }
}

.ft_link_item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ft_logo {
  padding-left: 0;
}
@media (max-width: 768px) {
  .ft_logo {
    padding-left: 0;
  }
}

.ft_insta {
  width: 40px;
  height: 40px;
}
.ft_insta img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ft_unit02 {
  padding: 250px 0 20px;
  background: #7FBF26;
  background: linear-gradient(170deg, rgba(127, 191, 38, 0.5) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(25, 103, 179, 0.5) 100%);
}
@media (max-width: 1024px) {
  .ft_unit02 {
    padding-top: 300px;
  }
}

.ft_unit02_inner {
  width: 90%;
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.ft_detail {
  padding-top: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: clamp(0.7777777778rem, 0.7254901961rem + 0.1960784314vw, 0.8888888889rem);
  line-height: 1.6;
}

.nav_ft {
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .nav_ft {
    display: none;
  }
}
.nav_ft li a {
  color: #222222;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: clamp(0.7777777778rem, 0.7254901961rem + 0.1960784314vw, 0.8888888889rem);
  transition: 0.3s;
}
.nav_ft li a:hover {
  opacity: 0.6;
}

small {
  font-size: 13px;
  font-size: 0.7222222222rem;
  text-align: center;
  padding-top: 15px;
  display: block;
}

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