@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::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;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

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

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

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

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

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

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

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

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

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

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

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

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

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

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

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* 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 */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

/* ============================================ */
/* 変数 css↓ */
/* ============================================ */
/* ↓色変数↓ */
/* フォントサイズ変数 */
/* マージン変数 */
/* ============================================ */
/* 変数 css↑ */
/* ============================================ */
/* ============================================ */
/* 共通css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/woff2/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../fonts/woff/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/woff2/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../fonts/woff/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/woff2/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("../fonts/woff/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/woff2/LINESeedJP_OTF_Th.woff2") format("woff2"), url("../fonts/woff/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
body {
  display: none; /* ふわっとページ遷移に必要なコード */
}

html {
  color: #121212;
  font-size: 62.5%; /* 1rem=10px */
  letter-spacing: 1.6px;
  line-height: 1;
  scroll-behavior: auto; /* 慣性スクロールLenisを実装するため */
}

html::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
  color: #1F1F1F;
  transition: 0.3s;
}

a[type=button] {
  -webkit-appearance: none;
  background: none;
}

a:hover {
  transition: 0.3s;
}

ul {
  list-style: none;
  text-decoration: none;
}

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

/*---------------------------------------------*/
/* セクションのパディング
/*---------------------------------------------*/
.section_wrap {
  width: 100%;
  padding-left: calc((100vw - 1200px) / 2);
  padding-right: calc((100vw - 1200px) / 2);
  padding-top: 120px;
  padding-bottom: 0px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .section_wrap {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 110px;
    padding-bottom: 70px;
  }
}
@media (max-width: 599px) {
  .section_wrap {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 110px;
    padding-bottom: 70px;
  }
}

.section_wrap_side {
  width: 100%;
  padding-left: calc((100vw - 1200px) / 2);
  padding-right: calc((100vw - 1200px) / 2);
}
@media (min-width: 600px) and (max-width: 1139px) {
  .section_wrap_side {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (max-width: 599px) {
  .section_wrap_side {
    padding-left: 6%;
    padding-right: 6%;
  }
}

.section_wrap.wide,
.section_wrap_side.wide {
  padding-left: calc((100vw - 1350px) / 2);
  padding-right: calc((100vw - 1350px) / 2);
}
@media (min-width: 600px) and (max-width: 1139px) {
  .section_wrap.wide,
  .section_wrap_side.wide {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (max-width: 599px) {
  .section_wrap.wide,
  .section_wrap_side.wide {
    padding-left: 6%;
    padding-right: 6%;
  }
}

/*---------------------------------------------*/
/* セクションタイトル
/*---------------------------------------------*/
.section_top_box {
  padding-bottom: 80px;
}
.section_top_box .section_en_title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  color: #C1C1C1;
  width: -moz-fit-content;
  width: fit-content;
}
.section_top_box .section_title {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 599px) {
  .section_top_box .section_title {
    margin-bottom: 8px;
    font-size: 2.4rem;
  }
}
.section_top_box.right .section_en_title,
.section_top_box.right .section_title {
  margin-right: 0;
}
.section_top_box.left .section_en_title,
.section_top_box.left .section_title {
  margin-left: 0;
}
@media (max-width: 599px) {
  .section_top_box {
    padding-bottom: 55px;
  }
}

/*---------------------------------------------*/
/* フォント・フォントサイズ
/*---------------------------------------------*/
html {
  font-family: "A-OTF Ryumin Pr6N", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "MS P明朝", "ＭＳ Ｐ明朝", serif; /* 最終フォールバック */
}

.yugothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.yumincho {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "Times New Roman", serif;
}

.inter {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.yugothic {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.biz_mincho {
  font-family: "BIZ UDMincho", serif;
}

.urbanist {
  font-family: "Urbanist", sans-serif;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.fw_100 {
  font-weight: 100;
}

.fw_400 {
  font-weight: 400;
}

.fw_600 {
  font-weight: 600;
}

.t_shadow {
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.16);
}

.vertical {
  writing-mode: vertical-rl; /* 上→下、右→左 */
}

.fs_12 {
  font-size: 1.2rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_12 {
    font-size: 1.2rem;
  }
}
@media (max-width: 599px) {
  .fs_12 {
    font-size: 1.2rem;
  }
}

.fs_13 {
  font-size: 1.3rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_13 {
    font-size: 1.3rem;
  }
}
@media (max-width: 599px) {
  .fs_13 {
    font-size: 1.3rem;
  }
}

.fs_14 {
  font-size: 1.4rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_14 {
    font-size: 1.4rem;
  }
}
@media (max-width: 599px) {
  .fs_14 {
    font-size: 1.4rem;
  }
}

.fs_16 {
  font-size: 1.6rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_16 {
    font-size: 1.6rem;
  }
}
@media (max-width: 599px) {
  .fs_16 {
    font-size: 1.4rem;
  }
}

.fs_18 {
  font-size: 1.8rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_18 {
    font-size: 1.4rem;
  }
}
@media (max-width: 599px) {
  .fs_18 {
    font-size: 1.4rem;
  }
}

.fs_20 {
  font-size: 2rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_20 {
    font-size: 1.6rem;
  }
}
@media (max-width: 599px) {
  .fs_20 {
    font-size: 1.6rem;
  }
}

.fs_24 {
  font-size: 2.4rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_24 {
    font-size: 2.2rem;
  }
}
@media (max-width: 599px) {
  .fs_24 {
    font-size: 2.2rem;
  }
}

.fs_32 {
  font-size: 3.2rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_32 {
    font-size: 2.5rem;
  }
}
@media (max-width: 599px) {
  .fs_32 {
    font-size: 2.5rem;
  }
}

.fs_38 {
  font-size: 3.8rem;
  line-height: 1.5;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_38 {
    font-size: 2.9rem;
  }
}
@media (max-width: 599px) {
  .fs_38 {
    font-size: 2.9rem;
  }
}

.fs_40 {
  font-size: 4rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_40 {
    font-size: 2.5rem;
  }
}
@media (max-width: 599px) {
  .fs_40 {
    font-size: 2.5rem;
  }
}

.fs_48 {
  font-size: 4.8rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_48 {
    font-size: 3rem;
  }
}
@media (max-width: 599px) {
  .fs_48 {
    font-size: 3rem;
  }
}

/*---------------------------------------------*/
/* よく使う
/*---------------------------------------------*/
.img_box {
  overflow: hidden;
}
.main_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 599px) {
  .main_flex {
    flex-direction: column;
  }
}

.main_flex_left {
  width: 50%;
}
@media (max-width: 599px) {
  .main_flex_left {
    width: 100%;
  }
}

.main_flex_right {
  width: 50%;
}
@media (max-width: 599px) {
  .main_flex_right {
    width: 100%;
  }
}

.sticky {
  position: sticky;
  top: 148px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 599px) {
  .sticky {
    position: relative;
    top: unset;
  }
}

.img_zoom {
  overflow: hidden;
}
.img_zoom img {
  transition: transform 0.4s ease; /* オプション：アニメーション */
}
.img_zoom:hover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.06); /* ← ズーム倍率（例: 1.2 = 120%） */
  transform-origin: center; /* ← 中央を起点にズームする */
}

.img_zoom_parent .img_zoom_child {
  overflow: hidden;
}
.img_zoom_parent .img_zoom_child img {
  transition: transform 0.4s ease; /* オプション：アニメーション */
}
.img_zoom_parent:hover .img_zoom_child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.06); /* ← ズーム倍率（例: 1.2 = 120%） */
  transform-origin: center; /* ← 中央を起点にズームする */
}

.underline {
  display: inline; /* inline のままでOK。inline-block だと行分割されない場合がある */
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px; /* 横幅100%・高さ2px（線の太さ） */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* Safari用（古い挙動対策） */
  /* 任意 */
  padding-bottom: 1px; /* 線と文字の距離を調整（必要なら） */
}

.text_center {
  text-align: center;
}

.link_box {
  margin-right: 4px;
  margin-left: 1px;
  display: inline-block;
}

.text_shadow {
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}

.underline_object {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.underline_object::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.coming_soon {
  opacity: 0.6;
  pointer-events: none;
}
.coming_soon.more_button {
  width: 156px;
  min-width: unset;
}

.img_filter {
  position: relative;
}
.img_filter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.368627451) 0%, rgba(0, 0, 0, 0) 37.5%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
}
.img_filter img {
  z-index: -5;
  position: absolute;
}
.img_filter.filter_01::after {
  background: rgba(0, 0, 0, 0.2235294118);
}
.img_filter.filter_02::after {
  background: rgba(0, 0, 0, 0.5960784314);
}
.img_filter.filter_03::after {
  background: rgba(0, 0, 0, 0.0862745098);
}
.img_filter.filter_04::after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.5;
}

/*---------------------------------------------*/
/* もっと見るボタン
/*---------------------------------------------*/
.more_button_column {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 11px;
}

.contact_btn_wrap {
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px;
}
.contact_btn_wrap .contact_btn {
  color: #0F0F0F;
  height: 45px;
  width: 142px;
  border-radius: 40px;
  border: 1px solid #0F0F0F;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_btn_wrap .contact_btn:hover {
  width: 148px;
  margin-left: -3px;
  margin-right: -3px;
  height: 47px;
  margin-bottom: -1px;
  margin-top: -1px;
}
.contact_btn_wrap.center {
  margin-left: auto;
  margin-right: auto;
}
.contact_btn_wrap.right {
  margin-left: auto;
}
.contact_btn_wrap.flip .contact_btn {
  color: #fff;
  border: 1px solid #fff;
}
.contact_btn_wrap.long_btn .contact_btn {
  width: 180px;
}
.contact_btn_wrap.long_btn .contact_btn:hover {
  width: 186px;
  margin-left: -3px;
  margin-right: -3px;
  height: 47px;
  margin-bottom: -1px;
  margin-top: -1px;
}

.side_line {
  padding-left: 26px;
  position: relative;
  display: flex;
  align-items: center;
}
.side_line::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 10px;
  background-color: #618AC3;
  position: absolute;
  left: 0;
}

/*---------------------------------------------*/
/* スクロールダウン→スクロールトップボタン
/*---------------------------------------------*/
.scroll_top_down_button {
  position: fixed;
  right: 60px;
  bottom: 33px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: solid 1px #ffffff;
  background: rgba(4, 4, 4, 0.1019607843);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: all 0.3s ease;
  /* ▼ 矢印反転（500px以上） */
}
.scroll_top_down_button .scroll_top_down_text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  transition: opacity 0.3s ease; /* ←追加：フェード用 */
  white-space: nowrap;
}
.scroll_top_down_button .icon-arrow {
  color: #fff;
  transform: rotate(90deg);
  font-size: 1.4rem;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: -20px;
  transition: transform 0.3s ease; /* ←追加：反転用 */
}
.scroll_top_down_button.disabled {
  pointer-events: none;
}
.scroll_top_down_button.enabled {
  pointer-events: auto;
}
.scroll_top_down_button .icon-arrow.reverse {
  transform: rotate(-90deg);
}
.scroll_top_down_button:hover {
  transform: scale(1.04);
}

@media (max-width: 599px) {
  .scroll_top_down_button .icon-arrow {
    margin-top: 5px;
  }
  .scroll_top_down_button .scroll_top_down_text {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
  }
  .scroll_top_down_button {
    right: 3%;
    bottom: 13px;
    width: 77px;
    height: 77px;
  }
}
/*---------------------------------------------*/
/* レスポンシブ制御
/*---------------------------------------------*/
.pc {
  display: flex;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .pc {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .tab {
    display: flex;
  }
}
@media (max-width: 599px) {
  .tab {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .sp {
    display: flex !important;
  }
}

.pc_tab {
  display: flex;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .pc_tab {
    display: flex;
  }
}
@media (max-width: 599px) {
  .pc_tab {
    display: none;
  }
}

.tab_pc {
  display: none;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .tab_pc {
    display: flex;
  }
}
@media (max-width: 599px) {
  .tab_pc {
    display: flex;
  }
}

html.page_fruit .loading {
  background-color: #FAF6DC;
}

html.is-safari .bg_wrapper {
  height: calc(var(--vh, 1vh) * 115);
}
/* ============================================ */
/* ふわっと表示アニメーションcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: var(--fadeUp-dur, 2s); /* ←ここを変数に */
  animation-fill-mode: forwards;
  opacity: 0;
  --fadeUp-dist: 200px;
  --fadeUp-dur: 2000ms; /* デフォルト */
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(var(--fadeUp-dist));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeUpTrigger,
.fadeUpTrigger_left,
.fadeUpTrigger_right {
  opacity: 0;
}

.menu_fade_up {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.menu_fade_up.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================ */
/* パララックス効果css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
/*---------------------------------------------*/
/* パララックス要素につける
/*---------------------------------------------*/
.parallax_item {
  will-change: transform;
  transition: transform 0.05s linear;
}

.img_table {
  position: absolute;
  top: 50px;
  left: 30px;
  overflow: hidden;
  border-radius: 16px;
  width: 400px;
  height: 300px;
}
.img_table .img_box {
  width: 100%;
  height: 130%;
}
.img_table .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_table.img_table_01 {
  top: 70px;
  left: 48px;
  width: 347px;
  height: 268px;
}

/* ============================================ */
/* ヘッダーcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.menu {
  position: absolute;
  clear: both;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* スクロールの滑らかさを向上 (モバイル対応) */
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.3008s;
}

.menu_btn:checked ~ .menu {
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.menu_btn {
  display: none;
}

.menu_icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  z-index: 9999;
  justify-content: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.navicon {
  display: block;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.menu_btn:checked ~ .menu_icon .navicon {
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger Menu Animation End */
.menu_buttons {
  list-style: none;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.scroll_header {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

.scroll_header.is-hidden {
  opacity: 0;
  pointer-events: none; /* ← 当たりを消す */
}

/* ============================================ */
/* ============================================ */
/* ============================================ */
header {
  position: fixed;
  z-index: 999;
  height: 90px;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  header.pc_header {
    display: none;
  }
}
@media (max-width: 599px) {
  header {
    padding-left: 6%;
    padding-right: 6%;
    height: 75px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9098039216), rgba(255, 255, 255, 0));
  }
}
header h1 {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 80px;
  z-index: 999;
}
@media (max-width: 599px) {
  header h1 {
    left: 6%;
  }
}
header h1 a {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 599px) {
  header h1 a.fs_32 {
    font-size: 2.5rem;
  }
}
header .contact_btn_header {
  border: solid 1px #618AC3;
  color: #618AC3;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 146px;
  position: absolute;
  right: 80px;
  transition: all 0.3s ease;
}
header .contact_btn_header:hover {
  height: 44px;
  width: 154px;
  right: 76px;
}
header .header_buttons {
  display: flex;
}
header .header_buttons li a {
  padding-bottom: 1px;
  transition: all 0.3s ease;
  margin-left: 32px;
}
header .header_buttons li a::after {
  height: 0.7px;
}
header .header_buttons li a:hover {
  opacity: 0.6;
}
header .header_buttons li:first-of-type a {
  margin-left: 0;
}

html.page_home header .header_buttons li a.other_page_only_btn,
html.page_home .footer_main .top_box .footer_buttons .footer_button.other_page_only_btn,
html.page_home .menu .menu_main_wrap .menu_buttons .menu_button.other_page_only_btn {
  display: none;
  margin: 0;
}

html:not(.page_home) .menu .menu_main_wrap .menu_buttons .menu_button.top_page_only_btn {
  display: none;
  margin: 0;
}
html:not(.page_home) .menu .menu_main_wrap .menu_buttons .menu_button.other_page_only_btn {
  display: block;
}
html:not(.page_home) header .header_buttons li a.top_page_only_btn {
  display: none;
  margin: 0;
}
html:not(.page_home) header .header_buttons li a.other_page_only_btn {
  display: block;
}
html:not(.page_home) .footer_main .top_box .footer_buttons .footer_button.top_page_only_btn {
  display: none;
  margin: 0;
}
html:not(.page_home) .footer_main .top_box .footer_buttons .footer_button.other_page_only_btn {
  display: block;
}

.menu_icon {
  height: 34px;
  width: 44px;
  position: absolute;
  right: 6%;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  background-color: unset;
}

.navicon {
  background-color: #000000;
  height: 2px;
  width: 35px;
  border-radius: 9px;
}

.navicon:before,
.navicon:after {
  background-color: #000000;
  height: 2px;
  width: 35px;
  content: "";
  display: block;
  position: absolute;
  border-radius: 9px;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

.menu_btn:checked ~ .menu_icon .navicon:before {
  transform: rotate(-40deg) translateX(-2px) translateY(-2px);
}

.menu_btn:checked ~ .menu_icon .navicon:after {
  transform: rotate(40deg) translateX(-2px) translateY(2px);
}

.menu_btn:checked ~ .menu_icon .navicon {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}

.menu_btn:checked ~ .menu_icon:not(.steps) .navicon:before {
  box-shadow: none;
  top: 0;
  width: 41px;
}

.menu_btn:checked ~ .menu_icon:not(.steps) .navicon:after {
  box-shadow: none;
  bottom: 0;
  width: 41px;
}

.menu {
  transform: translateX(100%);
}

.menu_btn:checked ~ .menu {
  transform: translateX(0);
  right: 0;
  transform-origin: top;
}

.menu {
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  background-color: #ffffff;
  transform-origin: top;
  flex-direction: column;
}
.menu .menu_main_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menu .menu_main_wrap .menu_buttons {
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 6%;
  margin-bottom: 80px;
}
.menu .menu_main_wrap .menu_buttons .menu_button {
  color: #000000;
  font-size: 1.8rem;
  letter-spacing: 4px;
  display: block;
  margin-top: 20px;
}
.menu .menu_main_wrap .menu_contact_button {
  position: absolute;
  bottom: 150px;
  left: 6%;
  border: solid 1px #000000;
  border-radius: 4px;
  padding: 11px 0px;
  display: flex;
  color: #000;
  font-size: 1.5rem;
  justify-content: center;
  width: 219px;
}
.menu .menu_main_wrap .menu_contact_button.tel_button {
  bottom: 98px;
}

/* ============================================ */
/* フッターcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.footer_main {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #7F7F7F;
  padding-left: 80px;
  padding-right: 80px;
}
.footer_main .top_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 47px;
  padding-top: 32px;
}
.footer_main .top_box .logo_box {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
}
.footer_main .top_box .footer_buttons {
  display: flex;
}
.footer_main .top_box .footer_buttons .footer_button {
  padding-bottom: 1px;
  color: #fff;
  margin-right: 32px;
}
.footer_main .top_box .footer_buttons .footer_button:last-of-type {
  margin-right: 0px;
}
.footer_main .top_box .footer_buttons .footer_button::after {
  background-color: #fff;
  height: 1px;
}
.footer_main .footer_more_button {
  width: 265px;
  height: 69px;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #fff;
  border-radius: 100px;
  margin-left: auto;
}
.footer_main .footer_more_button .text {
  position: absolute;
  left: 28px;
  color: #fff;
}
.footer_main .footer_more_button .icon-arrow {
  font-size: 1.9rem;
  right: 28px;
  transition: all 0.3s ease;
  color: #fff;
  position: absolute;
}
.footer_main .footer_more_button:hover .icon-arrow {
  right: 24px;
}
.footer_main .footer_more_button.btn_margin {
  margin-top: 24px;
}
.footer_main .bottom_box {
  margin-top: 80px;
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid #e3e3e3;
}
.footer_main .bottom_box a {
  color: #fff;
  font-weight: 100;
}
.footer_main .bottom_box .copy {
  color: #fff;
  font-weight: 100;
}

@media (max-width: 599px) {
  .footer_main {
    padding-left: 6%;
    padding-right: 6%;
  }
  .footer_main .top_box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 47px;
    padding-top: 45px;
    flex-direction: column;
  }
  .footer_main .top_box .logo_box {
    margin-bottom: 64px;
  }
  .footer_main .top_box .footer_buttons {
    flex-direction: column;
    row-gap: 20px;
  }
  .footer_main .footer_more_button .text {
    left: 28px;
    font-size: 1.3rem;
  }
  .footer_main .footer_more_button {
    width: 235px;
    height: 55px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer_main .bottom_box {
    margin-top: 39px;
    row-gap: 12px;
  }
  .footer_main .bottom_box a {
    text-align: center;
  }
  .footer_main .bottom_box .copy {
    text-align: center;
    font-size: 1rem;
  }
  .footer_main .top_box .footer_buttons .footer_button {
    letter-spacing: 2px;
  }
}
/* ============================================ */
/* パーツ↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
/*---------------------------------------------*/
/* 子ページトップ
/*---------------------------------------------*/
.child_page_fv_wrap {
  padding-top: 90px;
}
.child_page_fv_wrap .child_page_fv {
  height: 212px;
  width: 100%;
  position: relative;
}
.child_page_fv_wrap .child_page_fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.child_page_fv_wrap .child_page_fv .child_page_fv_en_title {
  position: absolute;
  bottom: 110px;
  left: 80px;
  color: #fff;
}
@media (max-width: 599px) {
  .child_page_fv_wrap .child_page_fv .child_page_fv_en_title {
    left: 6%;
    font-size: 1.8rem;
    bottom: 78px;
  }
}
.child_page_fv_wrap .child_page_fv .child_page_fv_title {
  font-size: 6.4rem;
  bottom: 30px;
  left: 80px;
  position: absolute;
  color: #fff;
}
@media (max-width: 599px) {
  .child_page_fv_wrap .child_page_fv .child_page_fv_title {
    left: 6%;
    font-size: 3.5rem;
  }
}

.contact_page_top {
  display: flex;
  flex-direction: column;
  padding-top: 200px;
  padding-bottom: 60px;
}
.contact_page_top h2 {
  font-size: 6rem;
  margin-bottom: 19px;
  font-weight: 100;
}
.contact_page_top .sub_title {
  margin-left: 2px;
}
.contact_page_top .contact_breadcrumb {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-top: -10px;
  margin-left: auto;
  color: #C5C5C5;
}
.contact_page_top .contact_breadcrumb li {
  color: #C5C5C5;
  font-size: 1.4rem;
}
.contact_page_top .contact_breadcrumb li a {
  color: #C5C5C5;
  font-size: 1.4rem;
}

.img_box {
  width: 100%;
  height: 300px;
}

@media (max-width: 599px) {
  .contact_page_top .contact_breadcrumb {
    margin-top: 40px;
  }
  .contact_page_top h2 {
    font-size: 3.5rem;
    margin-bottom: 15px;
  }
  .contact_page_top .contact_breadcrumb li {
    font-size: 1.3rem;
  }
  .contact_page_top .contact_breadcrumb li a {
    font-size: 1.3rem;
  }
  .contact_page_top {
    padding-top: 162px;
    padding-bottom: 49px;
  }
}
/*---------------------------------------------*/
/* 動画
/*---------------------------------------------*/
.movie_wrap {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.movie_wrap .movie {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------------------------------------------*/
/* 
/*---------------------------------------------*/
/*---------------------------------------------*/
/* テンプレートページ
/*---------------------------------------------*/
.z_template {
  padding-top: 200px;
}

.template_spacer {
  height: 200px;
}

.template_wrap {
  padding: 0 20%;
  position: relative;
  min-height: 500px;
}

/*---------------------------------------------*/
/* メンテナンスページ
/*---------------------------------------------*/
.coming_soon .child_page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 170px;
}
.coming_soon .child_page .coming_soon_main_wrap {
  height: -moz-fit-content;
  height: fit-content;
  width: 480px;
}
.coming_soon h2 {
  position: relative;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
}
.coming_soon h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.coming_soon .main_text {
  line-height: 2;
  margin-top: 22px;
  margin-bottom: 40px;
}
.coming_soon .more_button {
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .coming_soon .child_page {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .coming_soon .child_page .coming_soon_main_wrap {
    width: 84%;
  }
  .coming_soon .child_page h2 {
    line-height: 1.4;
  }
}

/*---------------------------------------------*/
/*　ローディング画面
/*---------------------------------------------*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #F4F7F9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.loading.active {
  visibility: visible;
}
.loading .logo_box {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: scale(1);
  transition: opacity 1s ease, filter 1s ease, transform 1s ease;
}
.loading .logo_box .loading_logo_text {
  font-size: 3.7rem;
}
.loading .load_gauge {
  width: 230px;
  height: 2px;
  margin-top: 30px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2745098039);
  transition: opacity 0.4s ease, filter 0.4s ease;
  opacity: 0; /* ← 追加：初期は透明 */
  filter: blur(10px); /* ← 追加：初期はぼかし */
}
@media (max-width: 599px) {
  .loading .load_gauge {
    width: 170px;
  }
}
.loading .load_gauge .load_meter {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #000000;
  transition: width 2s ease;
}

/* body にクラス付与して表示 */
body.loading-active .loading {
  visibility: visible;
}

@media (max-width: 599px) {
  .loading_logo_text {
    font-size: 3.2rem;
  }
}
/* ============================================ */
/* トップページcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.top_fv {
  padding-bottom: 100px;
}
.top_fv .fv_top {
  padding-top: 180px;
  padding-bottom: 45px;
  position: relative;
}
.top_fv .fv_top h2 {
  font-size: 6.4rem;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #000;
}
.top_fv .fv_top .sub_catch {
  padding-left: 26px;
  position: relative;
  display: flex;
  align-items: center;
}
.top_fv .fv_top .sub_catch::before {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 10px;
  background-color: #618AC3;
  position: absolute;
  left: 0;
}
.top_fv .fv_top .en_catch {
  position: absolute;
  bottom: 45px;
  right: calc((100vw - 1140px) / 2);
  color: #C5C5C5;
  font-size: 1.1rem;
}
@media (max-width: 599px) {
  .top_fv .fv_top .en_catch {
    right: 6%;
    font-size: 1rem;
  }
}
.top_service {
  position: relative;
  padding-top: 70px;
  margin-bottom: 240px;
}
.top_service .main_flex .service_head {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  line-height: 1.8;
}
.top_service .main_flex .top_service_container {
  width: 70%;
  height: -moz-fit-content;
  height: fit-content;
}
.top_service .main_flex .top_service_container .top_service_column {
  height: 363px;
  display: flex;
  justify-content: space-between;
}
.top_service .main_flex .top_service_container .top_service_column .service_item {
  width: 33.2%;
  position: relative;
}
.top_service .main_flex .top_service_container .top_service_column .service_item .service_item_title {
  position: absolute;
  top: 24px;
  left: 18px;
  color: #fff;
}
.top_service .main_flex .top_service_container .top_service_column:last-of-type {
  margin-top: 2px;
}
.top_service .main_flex .top_service_container .top_service_column:last-of-type .service_item {
  width: 24.8%;
}
.top_service .contact_btn_wrap {
  left: 11%;
  position: absolute;
  bottom: 0;
}

.top_strength .top_strength_wrap_pc .left_box {
  width: 48%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px 12px 12px 12px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.top_strength .top_strength_wrap_pc .left_box .strength_item_left {
  width: 100%;
  height: 100vh;
  background: #F5F8FA;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10%;
}
.top_strength .top_strength_wrap_pc .left_box .strength_item_left .text_box {
  margin-top: -9vh;
}
.top_strength .top_strength_wrap_pc .left_box .strength_item_left .text_box .head {
  padding-bottom: 40px;
}
.top_strength .top_strength_wrap_pc .left_box .strength_item_left .text_box .description {
  line-height: 2.5;
}
.top_strength .top_strength_wrap_pc .left_box .strength_item_left .en_text {
  position: absolute;
  left: 10%;
  color: #C5C5C5;
  bottom: 75px;
  line-height: 2;
}
@media (max-width: 599px) {
  .top_strength .top_strength_wrap_pc .left_box .strength_item_left .en_text {
    left: 6%;
  }
}
.top_strength .top_strength_wrap_pc .right_box {
  position: sticky;
  top: 0;
  width: 52%;
  padding: 12px 12px 12px 0;
  height: 100vh;
  overflow: hidden;
}
.top_strength .top_strength_wrap_pc .right_box .mask_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.top_strength .top_strength_wrap_pc .right_box .img_block {
  position: absolute;
  inset: 0;
  --mask-position: 100%;
  --mask-size: 100% 380%;
  -webkit-mask-image: url("../img/top/mask.png");
  mask-image: url("../img/top/mask.png");
  -webkit-mask-size: var(--mask-size);
  mask-size: var(--mask-size);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 var(--mask-position);
  mask-position: 0 var(--mask-position);
}
.top_strength .top_strength_wrap_pc .right_box .img_block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_strength .top_strength_wrap_pc .right_box .img_block.first_mask {
  -webkit-mask-image: url("../img/top/mask_first.png");
  mask-image: url("../img/top/mask_first.png");
}
.top_strength .top_strength_wrap_pc .right_box .img_block .head {
  text-align: right;
  position: absolute;
  z-index: 10;
  top: 50px;
  right: 73px;
  color: #fff;
}
.top_strength .top_strength_wrap_pc .right_box .img_block .head span {
  margin-bottom: 12px;
  display: block;
  color: #C1C1C1;
}
.top_strength .top_strength_wrap_sp .top_strength_wrap_sp_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 9px;
  padding: 210px 9px 20px;
}
.top_strength .top_strength_wrap_sp .top_strength_wrap_sp_list .top_strength_item {
  width: 100%;
}
.top_strength .top_strength_wrap_sp .top_strength_wrap_sp_list .top_strength_item .img_box {
  width: 100%;
  height: 380px;
  position: relative;
  border-radius: 5px;
}
.top_strength .top_strength_wrap_sp .top_strength_wrap_sp_list .top_strength_item .img_box .head {
  position: absolute;
  z-index: 10;
  top: 24px;
  right: 19px;
  color: #fff;
  font-size: 2rem;
  text-align: right;
}
.top_strength .top_strength_wrap_sp .top_strength_wrap_sp_list .top_strength_item .img_box .head span {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 8px;
  color: #C1C1C1;
}
.top_strength .top_strength_wrap_sp .top_strength_wrap_sp_list .top_strength_item .content_box {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 58px 14px 49px;
  background: #F5F8FA;
  border-radius: 0 0 5px 5px;
}
.top_strength .top_strength_wrap_sp .top_strength_wrap_sp_list .top_strength_item .content_box .text_box {
  display: block;
  margin-bottom: 40px;
}
.top_strength .top_strength_wrap_sp .top_strength_wrap_sp_list .top_strength_item .content_box .text_box .head {
  font-size: 2.3rem;
}
.top_strength .top_strength_wrap_sp .top_strength_wrap_sp_list .top_strength_item .content_box .text_box .head span {
  letter-spacing: 0px;
  margin-left: -3px;
  margin-right: -1px;
}
.top_strength .top_strength_wrap_sp .top_strength_wrap_sp_list .top_strength_item .content_box .text_box .description {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 18px;
}
.top_strength .top_strength_wrap_sp .top_strength_wrap_sp_list .top_strength_item .content_box .en_text {
  color: #BFBDBD;
  font-size: 1.3rem;
  line-height: 1.7;
}

.top_workflow {
  padding-top: 240px;
  padding-bottom: 240px;
}
.top_workflow .top_flow_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.top_workflow .top_flow_wrap .top_flow_item {
  width: 24.7%;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  position: relative;
}
.top_workflow .top_flow_wrap .top_flow_item .number {
  padding-bottom: 32px;
  text-align: center;
  width: 100%;
  letter-spacing: 1.6px;
  justify-content: center;
}
.top_workflow .top_flow_wrap .top_flow_item .img_box {
  width: 100%;
  height: 360px;
}
.top_workflow .top_flow_wrap .top_flow_item .content_table {
  width: 100%;
  height: 269px;
  background: #F5F8FA;
  padding: 37px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top_workflow .top_flow_wrap .top_flow_item .content_table .en_title {
  color: #BFBDBD;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: right;
}
.top_workflow .top_flow_wrap .top_flow_item .content_table .content_box {
  height: -moz-fit-content;
  height: fit-content;
}
.top_workflow .top_flow_wrap .top_flow_item .content_table .content_box .title {
  margin-bottom: 15px;
}
.top_workflow .top_flow_wrap .top_flow_item .content_table .content_box .description {
  width: 100%;
  line-height: 1.8;
  display: block;
  padding-bottom: 22px;
}
.top_workflow .top_flow_wrap .top_flow_item .content_table .content_box .description.wrap_control {
  margin-bottom: -26px;
}
.top_workflow .top_flow_wrap .top_flow_item::before {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  right: -10px;
  top: 4px;
  background-color: #618AC3;
  transform: rotate(45deg);
}
.top_workflow .top_flow_wrap .top_flow_item::after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  right: -10px;
  top: 15px;
  background-color: #618AC3;
  transform: rotate(-45deg);
}
.top_workflow .top_flow_wrap .top_flow_item:last-of-type::before, .top_workflow .top_flow_wrap .top_flow_item:last-of-type::after {
  display: none;
}
.top_workflow .top_about_stamp {
  border: 1px solid #949494;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 80px;
  justify-content: center;
  padding: 81px 25px;
}
.top_workflow .top_about_stamp .head {
  margin-bottom: 15px;
}
.top_workflow .top_about_stamp .img_box {
  position: absolute;
  width: 31%;
  height: calc(100% - 24px);
  right: 13px;
}
.top_workflow .top_about_stamp .description {
  line-height: 1.6;
}

.top_works {
  background: #F5F8FA;
  padding-top: 100px;
  padding-bottom: 120px;
}
.top_works .section_top_box {
  padding-bottom: 0;
}
.top_works .top_works_item {
  padding-top: 230px;
}
.top_works .top_works_item .top_box .head_box {
  align-items: center;
  margin-bottom: 76px;
}
@media (max-width: 599px) {
  .top_works .top_works_item .top_box .head_box .head {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }
}
.top_works .top_works_item .top_box .description {
  line-height: 2.4;
  padding-bottom: 120px;
}
.top_works .top_works_item .img_box {
  height: 500px;
}
.top_works .scroll_gallery_title {
  padding-top: 180px;
  padding-bottom: 39px;
}
.top_works .gallery01_wrap {
  margin-bottom: 71px;
}
.top_works .gallery01_wrap .gallery01_loop .img_box {
  border-radius: 0;
}

.top_works .top_works_item:nth-of-type(2) {
  padding-top: 160px;
}

.top_price {
  padding-top: 120px;
  padding-bottom: 320px;
}
.top_price .top_price_item {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 2px;
  height: 380px;
}
.top_price .top_price_item .img_box {
  width: 56%;
  height: 100%;
}
.top_price .top_price_item .img_box .item_title {
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 24px;
  left: 3%;
}
.top_price .top_price_item .content_box {
  width: 44%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 80px 0 50px;
}
.top_price .top_price_item .content_box .price_item {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #EEE;
  display: flex;
  align-items: center;
  position: relative;
}
.top_price .top_price_item .content_box .price_item .title {
  position: absolute;
  left: 0;
}
.top_price .top_price_item .content_box .price_item .volume {
  position: absolute;
  right: 138px;
  bottom: 28px;
  letter-spacing: 0;
}
.top_price .top_price_item .content_box .price_item .price_number {
  position: absolute;
  right: 0;
}
.top_price .top_price_item .content_box .price_item.new_edition {
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  height: -moz-fit-content;
  height: fit-content;
}
.top_price .top_price_item .content_box .price_item.new_edition .price_group {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.top_price .top_price_item .content_box .price_item.new_edition .price_group .new_price {
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 234px;
}
.top_price .top_price_item .content_box .price_item.new_edition .price_group .new_price span {
  padding-bottom: 2px;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.2;
}
.top_price .top_price_item .content_box .price_item.new_edition .new_title {
  line-height: 1.3;
}
.top_price .top_price_item .content_box .attention {
  margin-top: 3px;
}
.top_price .top_price_item .content_box .first_attention {
  margin-top: 22px;
}
.top_price .top_price_item .content_box.company_seal .price_item .volume {
  right: 157px;
}
.top_price .top_price_item.top_price_item_edition_01 {
  height: 700px;
}
.top_price .top_price_item.top_price_item_edition_02 {
  height: 326px;
}
.top_price .top_price_item.top_price_item_edition_02 .content_box .price_item.new_edition .price_group .new_price {
  width: 251px;
}
.top_price .top_price_item.top_price_item_edition_03 {
  height: 736px;
}
.top_price .top_price_item.top_price_item_edition_03 .content_box .price_item.new_edition .price_group .new_price {
  width: 246px;
}
.top_price .top_price_item.top_price_item_edition_04 {
  height: 581px;
}
.top_price .top_price_item.top_price_item_edition_04 .content_box .price_item.new_edition .price_group .new_price {
  width: 246px;
}
.top_price .bottom_text {
  padding-top: 160px;
  padding-bottom: 40px;
}

.top_company {
  padding-top: 50px;
  padding-bottom: 50px;
}
.top_company img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_company .section_top_box .section_en_title {
  color: #fff;
}
.top_company .section_top_box .section_title {
  color: #fff;
}
.top_company .top_company_description {
  margin-top: 136px;
  color: #fff;
  line-height: 3.1;
}
.top_company .contact_btn_wrap {
  margin-top: -65px;
}

@media (max-width: 599px) {
  .top_workflow .top_flow_wrap {
    flex-direction: column;
    row-gap: 80px;
    margin-bottom: 88px;
  }
  .top_fv .fv_top h2 {
    font-size: 4rem;
    line-height: 1.4;
    margin-bottom: 17px;
  }
  .top_fv .fv_top {
    padding-top: 150px;
    padding-bottom: 89px;
  }
  .top_service .main_flex .service_head {
    line-height: 1.5;
    width: 38%;
    padding-top: 16px;
    height: 503px;
    position: sticky;
    top: 80px;
    padding-bottom: 30px;
    font-size: 2.3rem;
    letter-spacing: 6px;
  }
  .top_service .main_flex .top_service_container .top_service_column .service_item {
    height: 145px;
    width: 100%;
  }
  .top_service .main_flex .top_service_container .top_service_column {
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    row-gap: 2px;
  }
  .top_service .main_flex .top_service_container .top_service_column:last-of-type .service_item {
    width: 100%;
  }
  .top_service .main_flex .top_service_container {
    width: 62%;
  }
  .top_service {
    padding-top: 70px;
    margin-bottom: 0px;
    padding-bottom: 120px;
  }
  .top_service .contact_btn_wrap {
    left: 50%;
    transform: translateX(-50%);
  }
  .top_service_column .img_filter.filter_01::after {
    background: rgba(0, 0, 0, 0.2235294118);
  }
  .top_workflow {
    padding-top: 140px;
    padding-bottom: 130px;
  }
  .top_workflow .top_flow_wrap .top_flow_item {
    width: 100%;
  }
  .top_service .main_flex .top_service_container .top_service_column .service_item .service_item_title {
    top: 17px;
    left: 14px;
  }
  .top_workflow .top_flow_wrap .top_flow_item .number {
    padding-bottom: 21px;
    letter-spacing: 5px;
    font-size: 2rem;
    color: #343434;
  }
  .top_workflow .top_flow_wrap .top_flow_item .img_box {
    height: 220px;
  }
  .top_workflow .top_flow_wrap .top_flow_item .content_table .content_box .description {
    padding-bottom: 0;
  }
  .top_workflow .top_flow_wrap .top_flow_item .content_table {
    justify-content: flex-start;
  }
  .top_workflow .top_flow_wrap .top_flow_item .content_table .content_box .title {
    margin-bottom: 30px;
    margin-top: -22px;
  }
  .top_workflow .top_flow_wrap .top_flow_item .content_table {
    height: -moz-fit-content;
    height: fit-content;
    padding: 48px 16px 39px;
    margin-top: 3px;
  }
  .top_workflow .top_flow_wrap .top_flow_item .content_table .content_box .description.wrap_control {
    margin-bottom: 0;
  }
  .top_workflow .top_flow_wrap .top_flow_item::before {
    width: 25px;
    height: 1px;
    right: calc(50% - 2px);
    top: unset;
    bottom: -41px;
    margin-left: 1px;
  }
  .top_workflow .top_flow_wrap .top_flow_item::after {
    width: 25px;
    height: 1px;
    right: unset;
    left: calc(50% - 6px);
    top: unset;
    bottom: -41px;
    margin-right: 1px;
  }
  .top_workflow .top_about_stamp .img_box {
    width: calc(100% - 27px);
    height: 164px;
    right: unset;
    top: 16px;
  }
  .top_workflow .top_about_stamp {
    margin-bottom: 45px;
    justify-content: center;
    padding: 212px 13.5px 26px;
    align-items: center;
    border-radius: 4px;
  }
  .top_workflow .top_about_stamp .head {
    margin-bottom: 14px;
    width: 100%;
    font-size: 2.3rem;
  }
  .top_workflow .top_about_stamp .description {
    font-size: 1.3rem;
    line-height: 2;
  }
  .top_works .top_works_item .top_box .head_box {
    align-items: flex-start;
    margin-bottom: 24px;
    row-gap: 46px;
  }
  .top_works .top_works_item:nth-of-type(2) {
    padding-top: 84px;
  }
  .top_workflow .top_flow_wrap .top_flow_item .content_table .en_title.text_edit {
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0.3px;
  }
  .top_workflow .top_flow_wrap .top_flow_item .img_box {
    position: relative;
  }
  .top_workflow .top_flow_wrap .top_flow_item .img_box .number_sp {
    position: absolute;
    z-index: 10;
    color: #fff;
    top: 16px;
    left: 16px;
    font-size: 3rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33);
  }
  .top_works .top_works_item .top_box .description {
    line-height: 2.4;
    padding-bottom: 55px;
  }
  .top_works .top_works_item .img_box {
    height: 300px;
  }
  .top_works .scroll_gallery_title {
    line-height: 1.5;
    padding-top: 120px;
    padding-bottom: 34px;
    font-size: 2.2rem;
  }
  .top_price .top_price_item .img_box {
    width: 100%;
    height: 200px;
  }
  .top_price .top_price_item {
    height: -moz-fit-content;
    height: fit-content;
  }
  .top_price .top_price_item .content_box {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 25px 6% 56px;
  }
  .top_price .top_price_item .img_box .item_title {
    top: 30px;
    left: 6%;
    font-size: 2.3rem;
  }
  .top_price .top_price_item .content_box .price_item .volume {
    position: relative;
    right: unset;
    bottom: unset;
    letter-spacing: 0;
    padding-bottom: 2px;
    padding-right: 12px;
  }
  .top_price .top_price_item .content_box .price_item .price_number {
    position: relative;
    right: unset;
  }
  .top_price .top_price_item .content_box .price_item {
    height: 99px;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 20px;
  }
  .top_price .top_price_item .content_box .price_item .title {
    top: 23px;
    font-size: 2rem;
  }
  .top_price .top_price_item .content_box.company_seal .price_item .volume {
    right: unset;
  }
  .top_price .top_price_item .content_box .attention.sp_margin {
    margin-bottom: 20px;
  }
  .top_price .top_price_item .content_box .attention {
    margin-top: 6px;
    font-size: 1.3rem;
  }
  .top_price .bottom_text {
    padding-top: 38px;
    padding-bottom: 33px;
    line-height: 1.5;
    font-size: 1.3rem;
  }
  .top_price {
    padding-bottom: 120px;
  }
  .top_company .contact_btn_wrap {
    margin-top: 52px;
    margin-right: auto;
  }
  .top_company .top_company_description {
    margin-top: 0px;
  }
  .top_works .top_works_item {
    padding-top: 160px;
  }
  .top_workflow .top_flow_wrap .top_flow_item .content_table {
    margin-top: 0px;
    border-radius: 0 0 5px 5px;
  }
  .top_workflow .top_flow_wrap .top_flow_item .img_box {
    border-radius: 5px;
  }
  .top_price .top_price_item.top_price_item_edition_01 {
    height: -moz-fit-content;
    height: fit-content;
  }
  .top_price .top_price_item.top_price_item_edition_02 {
    height: -moz-fit-content;
    height: fit-content;
  }
  .top_price .top_price_item.top_price_item_edition_03 {
    height: -moz-fit-content;
    height: fit-content;
  }
  .top_price .top_price_item.top_price_item_edition_04 {
    height: -moz-fit-content;
    height: fit-content;
  }
  .top_price .top_price_item .content_box .price_item.new_edition {
    align-items: center;
  }
  .top_price .top_price_item .content_box .price_item.new_edition .new_title {
    line-height: 1.3;
    letter-spacing: 0.5px;
  }
  .top_price .top_price_item .content_box .first_attention {
    margin-top: 28px;
  }
  .top_price .top_price_item .content_box .price_item.new_edition .price_group .new_price {
    width: 220px;
  }
  .top_price .top_price_item .content_box .price_item.new_edition .price_group .new_price span {
    padding-bottom: 2px;
    font-size: 1.3rem;
  }
  .top_price .top_price_item.top_price_item_edition_02 .content_box .price_item.new_edition .price_group .new_price {
    width: 234px;
  }
  .top_price .top_price_item.top_price_item_edition_03 .content_box .price_item.new_edition .price_group .new_price {
    width: 221px;
  }
  .top_price .top_price_item.top_price_item_edition_04 .content_box .price_item.new_edition .price_group .new_price {
    width: 222px;
  }
}
/* ============================================ */
/* プライバシーポリシーcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.message {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.message .massage_head {
  line-height: 1.5;
}
.message .description {
  margin-top: 40px;
  line-height: 3;
  letter-spacing: 2px;
}
.message .img_box {
  position: absolute;
  right: 0;
  top: 120px;
  width: 39%;
  height: calc(100% - 120px);
}
.information {
  padding-bottom: 120px;
}
.information .chart_wrap {
  padding-left: 20%;
  margin-top: -123px;
  padding-bottom: 90px;
}
@media (max-width: 599px) {
  .information .chart_wrap {
    padding-left: 0;
    margin-top: 0;
  }
}
.information .chart_wrap ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.information .chart_wrap ul .chart_item {
  width: 100%;
  border-bottom: 1px solid #EEE;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: flex-start;
  row-gap: 23px;
}
.information .chart_wrap ul .chart_item .head {
  width: 200px;
  line-height: 1.5;
}
.information .chart_wrap ul .chart_item .content {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}
.information .map_wrap {
  width: 100%;
  height: 600px;
}
.information .map_wrap .google_map {
  width: 100%;
  height: 100%;
}

@media (max-width: 599px) {
  .message {
    padding-bottom: 265px;
  }
  .message .img_box {
    top: unset;
    bottom: 0;
    width: 84%;
    height: 214px;
    border-radius: 3px 0 0px 3px;
  }
  .message .massage_head {
    line-height: 1.9;
    font-size: 2.1rem;
  }
  .message .description {
    margin-top: 28px;
    letter-spacing: 1.5px;
  }
  .information .chart_wrap ul .chart_item:first-of-type {
    border-top: 1px solid #EEE;
  }
  .information .chart_wrap ul .chart_item .head {
    width: 100%;
    font-size: 2rem;
  }
  .information .chart_wrap ul .chart_item .content {
    line-height: 1.7;
  }
  .information .map_wrap {
    height: 500px;
  }
}
/* ============================================ */
/* 「ページ名をここに入力」css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.news_list_wrap {
  padding-top: 0px;
}

.news_list {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  width: 100%;
}
.news_list .news_item {
  justify-content: flex-start;
  -moz-column-gap: 25px;
       column-gap: 25px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E3E3E3;
  height: 215px;
}
.news_list .news_item .img_box {
  height: 100%;
  width: 288px;
  border-radius: 16px;
  overflow: hidden;
}
.news_list .news_item .main_content {
  height: 100%;
  position: relative;
}
.news_list .news_item .main_content .news_date {
  color: #A9A9A9;
  margin-top: 6px;
  margin-bottom: 8px;
}
.news_list .news_item .main_content .news_title {
  line-height: 1.8;
}
.news_list .news_item .main_content .category_name {
  border: 1px solid #E4E4E4;
  padding: 5px 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #A9A9A9;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-top: 80px;
}
.pagination a, .pagination span.dots, .pagination span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination .bar_01, .pagination .bar_02, .pagination .bar_03, .pagination .bar_04,
.pagination .bar_05, .pagination .bar_06, .pagination .bar_07, .pagination .bar_08,
.pagination .bar_09, .pagination .bar_10, .pagination .bar_11, .pagination .bar_12 {
  display: block;
  width: 1px;
  height: 12px;
  background: #333;
  position: absolute;
}
.pagination .bar_01 {
  transform: rotate(28deg);
  top: 9px;
}
.pagination .bar_02 {
  transform: rotate(-28deg);
  top: 19px;
}
.pagination .bar_03 {
  transform: rotate(-28deg);
  top: 9px;
}
.pagination .bar_04 {
  transform: rotate(28deg);
  top: 19px;
}
.pagination .bar_05 {
  transform: rotate(28deg);
  top: 9px;
  margin-right: 2px;
}
.pagination .bar_06 {
  transform: rotate(-28deg);
  top: 19px;
  margin-right: 2px;
}
.pagination .bar_07 {
  transform: rotate(28deg);
  top: 9px;
  margin-left: 2px;
}
.pagination .bar_08 {
  transform: rotate(-28deg);
  top: 19px;
  margin-left: 2px;
}
.pagination .bar_09 {
  transform: rotate(-28deg);
  top: 9px;
  margin-right: 2px;
}
.pagination .bar_10 {
  transform: rotate(28deg);
  top: 19px;
  margin-right: 2px;
}
.pagination .bar_11 {
  transform: rotate(-28deg);
  top: 9px;
  margin-left: 2px;
}
.pagination .bar_12 {
  transform: rotate(28deg);
  top: 19px;
  margin-left: 2px;
}
.pagination .first_page, .pagination .prev_page, .pagination .next_page, .pagination .last_page {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 40px;
}
.pagination .dots {
  gap: 4px;
  padding: 0 3px;
}
.pagination .dots span {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #000;
  display: inline-block;
}
.pagination .page-numbers {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E4E4E4;
  letter-spacing: 0;
  font-size: 1.3rem;
}
.pagination .page-numbers.current {
  background: #fff;
  border: solid 1px #229647;
  color: #229647;
  pointer-events: none;
}
@media (max-width: 599px) {
  .pagination .page-numbers {
    height: 34px;
    width: 34px;
    font-size: 1.2rem;
  }
}
.pagination a {
  transition: all 0.3s ease;
}
.pagination a:hover {
  transform: scale(1.1);
}

@media (max-width: 599px) {
  .news_list .news_item {
    justify-content: flex-start;
    -moz-column-gap: 25px;
    column-gap: 25px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E3E3E3;
    height: -moz-fit-content;
    height: fit-content;
  }
  .news_list .news_item .img_box {
    height: 190px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
  }
  .news_list .news_item .main_content .category_name {
    padding: 3px 9px;
    position: relative;
    margin-top: 5px;
    bottom: unset;
    left: unset;
  }
  .news_list .news_item .main_content .news_date {
    margin-top: 14px;
    margin-bottom: 1px;
  }
  .news .child_page_fv {
    padding-bottom: 45px;
  }
}
/* ============================================ */
/* 記事詳細css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
/* ============================================ */
/* プライバシーポリシーcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.privacy_policy_wrap {
  padding-top: 0;
  padding-bottom: 60px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 599px) {
  .privacy_policy_wrap {
    padding-left: 6%;
    padding-right: 6%;
  }
}
.privacy_policy_wrap .heading {
  width: 100%;
  line-height: 30px;
  text-align: center;
  padding: 94px 11%;
  font-weight: 300;
  font-size: 1.5rem;
}
@media (max-width: 599px) {
  .privacy_policy_wrap .heading {
    padding: 56px 0%;
    font-size: 1.3rem;
  }
}
.privacy_policy_wrap ul li {
  display: flex;
  gap: 6%;
  padding: 40px 0;
  border-top: 1px solid #717171;
}
@media (max-width: 599px) {
  .privacy_policy_wrap ul li {
    flex-direction: column;
    row-gap: 20px;
  }
}
.privacy_policy_wrap ul li .title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #1E1E1E;
  width: 36%;
  line-height: 180%;
}
@media (max-width: 599px) {
  .privacy_policy_wrap ul li .title {
    width: 100%;
    font-size: 1.8rem;
  }
}
.privacy_policy_wrap ul li .content {
  color: #161616;
  font-size: 1.6rem;
  line-height: 180%;
  width: 100%;
  font-weight: 300;
}
@media (max-width: 599px) {
  .privacy_policy_wrap ul li .content {
    font-size: 1.4rem;
  }
}

@media (max-width: 599px) {
  .privacy_policy .contact_page_top h2 {
    font-size: 3rem;
  }
}
/* ============================================ */
/* 特定商取引法に基づく表記css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
/* ============================================ */
/* サイトマップcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.site_map_main {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 74px;
       column-gap: 74px;
  padding-top: 18px;
  padding-bottom: 89px;
}
.site_map_main .site_map_column {
  display: flex;
  flex-direction: column;
}
.site_map_main .site_map_column .btns_head {
  color: #131313;
  margin-bottom: 32px;
  font-size: 2.8rem;
}
.site_map_main .site_map_column .btns_head.site_map_top_link {
  height: 28px;
}
.site_map_main .site_map_column .btns_list {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}
.site_map_main .site_map_column .btns_list li a {
  color: #131313;
  padding: 4px 4px 4px 14px;
  display: flex;
  position: relative;
  align-items: center;
  font-size: 1.4rem;
  white-space: nowrap;
}
.site_map_main .site_map_column .btns_list li a::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #131313;
  left: 0;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.site_map_main .site_map_column .btns_list li a:hover::before {
  transform: scale(1.5);
}

.dummy_column {
  opacity: 0;
}

@media (max-width: 599px) {
  .site_map_main {
    flex-wrap: wrap;
    row-gap: 44px;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .site_map_main .site_map_column {
    width: 43%;
  }
}
/* ============================================ */
/* index.php(404ページ)css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.not_found {
  height: 90vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.not_found h3 {
  font-size: clamp(3rem, 5vw, 8.4rem);
  margin-bottom: 13px;
}
@media (max-width: 599px) {
  .not_found h3 {
    font-size: 4.4rem;
  }
}
.not_found .main_sentence {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.not_found .more_btn {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================ */
/* フォームcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.form_wrap .main_sentence {
  padding-bottom: 80px;
  padding-top: 132px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_wrap .main_sentence {
    padding-bottom: 30px;
  }
}
@media (max-width: 599px) {
  .form_wrap .main_sentence {
    padding-bottom: 30px;
  }
}
.form_wrap .main_sentence.complete {
  padding-bottom: 80px;
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 599px) {
  .form_wrap .main_sentence.complete {
    text-align: left;
    padding-bottom: 45px;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_wrap .main_sentence.complete {
    text-align: left;
    padding-bottom: 45px;
  }
}
.form_wrap .main_sentence span {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .form_wrap .main_sentence span {
    font-size: 1.6rem;
  }
}

.recaptcha-notice {
  font-size: 1.4rem;
  letter-spacing: 0.65px;
  color: #000;
  text-align: center;
  padding-top: 80px;
}
.recaptcha-notice a {
  border-bottom: 1px solid #000;
}
@media (max-width: 599px) {
  .recaptcha-notice {
    font-size: 1.2rem;
    line-height: 172%;
    letter-spacing: 0px;
    padding-top: 11px;
  }
}

.form_item_flex {
  display: flex;
  padding: 40px 0;
  flex-direction: row;
  row-gap: 27px;
  border-bottom: 1px solid #B7BAC2;
  position: relative;
}
.form_item_flex:first-of-type::before {
  content: "";
  width: 110%;
  height: 1px;
  background-color: #B7BAC2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .form_item_flex:first-of-type::before {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_item_flex {
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .form_item_flex {
    flex-direction: column;
  }
}
.form_item_flex .form_title {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #121212;
  display: flex;
  align-items: center;
}
.form_item_flex .form_title p {
  line-height: 150%;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_item_flex .form_title {
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 599px) {
  .form_item_flex .form_title {
    width: 100%;
    padding-top: 0;
  }
}
.form_item_flex .form_title.current::before {
  content: "必須";
  color: #fff;
  background-color: #DB4242;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 14px;
  margin-right: 20px;
  white-space: nowrap;
}
.form_item_flex .form_title.optional::before {
  content: "任意";
  color: #fff;
  background-color: #25272B;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 14px;
  margin-right: 20px;
  white-space: nowrap;
  opacity: 0;
}
.form_item_flex .form_title.top_position {
  align-items: flex-start;
  padding-top: 20px;
}
.form_item_flex .form_item_box {
  width: 80%;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #B1B1B1;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.4rem;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item {
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 599px) {
  .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item {
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page_contact-check .form_item_flex .form_title.top_position {
  padding-top: 0px;
}

.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_item_content {
  min-height: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 170%;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_item_content.form_item_content_mid {
  min-height: 100px;
}
@media (max-width: 599px) {
  .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_item_content.form_item_content_mid {
    min-height: 130px;
  }
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_item_content.form_item_content_mini {
  min-height: 67px;
}
@media (max-width: 599px) {
  .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_item_content.form_item_content_mini {
    min-height: 110px;
  }
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio, .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox {
  border: none;
  background-color: unset;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 11px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  height: -moz-fit-content;
  height: fit-content;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio .wpcf7-list-item, .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
  display: flex;
  align-items: center;
  position: relative;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio .wpcf7-list-item input, .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item input {
  width: 100%;
  height: 100%;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio .wpcf7-list-item .wpcf7-list-item-label, .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 1.4rem;
  letter-spacing: 0.56px;
  padding-left: 28px;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio .wpcf7-list-item .wpcf7-list-item-label::before, .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  background: unset;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio .wpcf7-list-item .wpcf7-list-item-label::after, .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 3.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #000;
  opacity: 0;
  transition: opacity 0.2s;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio .wpcf7-list-item input[type=radio],
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio .wpcf7-list-item input[type=checkbox], .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item input[type=radio],
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: 100;
}
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::after,
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after, .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::after,
.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  background: #000;
  opacity: 1;
}

.form_item_box.drop_down span {
  display: block;
  width: 100%;
  position: relative;
}
.form_item_box.drop_down span::before {
  content: "";
  width: 2px;
  height: 9px;
  background-color: #161616;
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  transform: rotate(-45deg);
  z-index: 1;
}
.form_item_box.drop_down span::after {
  content: "";
  width: 2px;
  height: 9px;
  background-color: #161616;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  transform: rotate(45deg);
  z-index: 1;
}
.form_item_box.name_flex {
  display: flex;
  -moz-column-gap: 2.5%;
       column-gap: 2.5%;
}
.form_item_box.name_flex .form_item_box {
  width: 48.75%;
}
.form_item_box.textarea_wrap {
  width: 100%;
}
.form_item_box.checkbox_wrap {
  width: 100%;
}
.form_item_box.your_content {
  font-size: 1.4rem;
}

.contact_check .form_item_box.name_flex .form_item_box {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
}

.form_submit p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_submit p .wpcf7-spinner {
  position: absolute;
  z-index: 10;
  width: 45px;
  height: 45px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000;
  --_m:
      conic-gradient(#0000 10%,#000),
      linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

.wpcf7-spinner::before {
  opacity: 0;
}

.form_submit_container.submit_loading .wpcf7-submit {
  pointer-events: none;
  opacity: 0.6;
}

/* submitボタンやそのラッパー */
.form_submit_container {
  padding: 54px 0 0px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  position: relative;
}
@media (max-width: 599px) {
  .form_submit_container {
    padding: 54px 0 0px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}

.form_submit {
  width: 200px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
}
.form_submit .submit_wrap {
  position: relative;
  width: 100%;
  height: 47px;
}
.form_submit input {
  background-color: #111111;
  width: 100%;
  height: 47px;
  border-radius: 100px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 600;
  justify-content: center;
  padding-right: 12px;
}
@media (max-width: 599px) {
  .form_submit input {
    padding-right: 8px;
  }
}
.form_submit i {
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  right: 22px;
  top: 15px;
  transition: all 0.3s ease;
}

.submit_wrap:hover i {
  right: 17px;
}

.form_submit.previous_button input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.form_submit.previous_button::after {
  background-color: #000;
}

.contact_complete .more_btn {
  margin-top: 60px;
}

.contact-complete .more_button {
  background-color: #111111;
}
.contact-complete .more_button .text {
  color: #fff;
}
.contact-complete .more_button i {
  color: #fff;
}

.contact .form_wrap .main_sentence i {
  color: #000;
  font-size: 1.2rem;
}
.contact .form_wrap .main_sentence a.underline {
  background-size: 100% 1px; /* 横幅100%・高さ2px（線の太さ） */
  height: 25px;
  display: inline-block;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 17px;
  border-radius: 6px;
}

.form_submit > p .wpcf7-spinner {
  display: none; /* スピナーを非表示 */
}

.form_submit.is-disabled {
  opacity: 0.7;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.wpcf7-response-output:empty {
  display: none;
}

.form_wrap {
  padding-bottom: 200px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 599px) {
  .form_wrap {
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 100px;
  }
}

.form_bg {
  background-color: unset;
  padding: 0px 0px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_bg {
    padding: 0px 0px;
  }
}
@media (max-width: 599px) {
  .form_bg {
    padding: 47px 1%;
  }
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #B0B0B0;
}

input::placeholder,
textarea::placeholder {
  color: #B0B0B0;
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -24px;
  left: 16px;
  width: auto;
  height: auto;
  font-size: 1.5rem !important;
}
.custom-checkbox-wrapper {
  padding-top: 70px;
}
@media (max-width: 599px) {
  .custom-checkbox-wrapper {
    padding-top: 50px;
  }
}

.custom-checkbox-wrapper > p {
  display: flex;
  justify-content: center;
}
.checkbox-text {
  font-size: 1.6rem;
  color: #000;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .checkbox-text {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .checkbox-text {
    font-size: 15px;
  }
}
.checkbox-text a {
  border-bottom: 1px solid #000;
  padding-bottom: 0px;
}
.checkbox-text br {
  display: none;
}

/* 見た目用チェックボックス */
.custom-checkbox-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-checkbox-label input[type=checkbox] {
  display: none;
}
.custom-checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 1px;
  background: #fff;
  box-sizing: border-box;
}
.custom-checkbox-label .checkbox-text::after {
  content: "";
  position: absolute;
  left: 2.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-color: #000;
  border-radius: 1px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.custom-checkbox-label input[type=checkbox]:checked ~ .checkbox-text::after {
  opacity: 1;
}

/* CF7 バリデーション用チェックボックスは非表示 */
.cf7-hidden-checkbox {
  display: none;
}

.custom-checkbox-wrapper .wpcf7-not-valid-tip {
  display: block;
  color: red;
  font-size: 13px;
  margin-top: 6px;
  text-align: center;
  position: relative;
}
.wpcf7-submit:disabled,
.wpcf7-submit.is-disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  border: solid 1px #46b450;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
}

.wpcf7 input[type=file] {
  font-size: 1.3rem;
  width: 100%;
  margin-top: 17px;
  margin-bottom: 11px;
}

.file_up_text {
  font-size: 1.4rem;
  line-height: 1.5;
}

.file-error {
  color: #d90000;
  font-size: 1.3rem;
  padding-top: 3px;
  padding-bottom: 6px;
  line-height: 1.3;
}

.your_up_file p {
  white-space: nowrap; /* 改行不可 */
  overflow: hidden; /* はみ出し非表示 */
  text-overflow: ellipsis; /* ... を表示 */
}

.quick_contact {
  background: #EEF0F2;
}
.quick_contact .head_box {
  padding: 32px 48px;
  border-bottom: 1px solid #618AC3;
  margin-bottom: 45px;
  align-items: center;
}
.quick_contact .head_box .head {
  width: -moz-fit-content;
  width: fit-content;
}
.quick_contact .head_box .tel_number {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 6.4rem;
  width: -moz-fit-content;
  width: fit-content;
}
.quick_contact .head_box .tel_number span {
  margin-top: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
.quick_contact .form_head {
  padding-left: 48px;
}
.quick_contact .top_quick_contact_wrap {
  padding: 45px 48px;
}
.quick_contact form {
  background: #fff;
  padding: 67px 134px;
}
.quick_contact form .form_item_flex:first-of-type::before {
  display: none;
}

@media (max-width: 599px) {
  .quick_contact .head_box {
    padding: 0px 0px 30px;
    margin-bottom: 30px;
  }
  .quick_contact .head_box .head {
    font-size: 1.9rem;
  }
  .quick_contact .head_box .tel_number {
    font-size: 3.4rem;
    margin-top: 32px;
  }
  .quick_contact .head_box .tel_number span {
    margin-top: 11px;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
  }
  .quick_contact .form_head {
    padding-left: 0;
    font-size: 1.9rem;
    text-align: center;
  }
  .quick_contact .top_quick_contact_wrap {
    padding: 30px 0px;
  }
  .quick_contact form {
    padding: 34px 19px;
  }
}
form textarea, form input.form_item, form input[type=file] {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
form .form_item_flex {
  display: flex;
  padding: 40px 0;
  row-gap: 27px;
  justify-content: space-between;
}
form .form_item_flex .form_title {
  width: 38%;
}
form .form_item_flex .form_item_box {
  width: 53%;
}
form .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio, form .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox {
  justify-content: flex-end;
}
form .form_item_flex .form_item_box.checkbox_wrap {
  width: 62%;
}
form .checkbox-text {
  letter-spacing: 5px;
}
form .form_submit input {
  padding-right: 0px;
}
form .form_submit .submit_wrap {
  width: 100%;
}
form .form_submit {
  width: 100%;
}
form .form_submit input {
  background-color: unset;
  border: solid 1px #000;
  color: #000;
}
form .form_submit_container {
  padding: 75px 0 0px;
  margin-top: 50px;
}
form .form_submit_container::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 114px;
  height: 1px;
  background-color: #000;
}
form .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  background: #618AC3;
}
form .custom-checkbox-label .checkbox-text::after {
  background: #618AC3;
  border-radius: 50%;
}
form .custom-checkbox-label::before {
  border-radius: 50%;
}

.top_quick_contact_wrap form textarea, .top_quick_contact_wrap form input.form_item {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.top_quick_contact_wrap form .form_item_flex .form_title p,
.top_quick_contact_wrap form .form_item_flex .form_title.current::before,
.top_quick_contact_wrap form .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item {
  font-family: "DM Sans", sans-serif;
}
.top_quick_contact_wrap form .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item {
  font-weight: 600;
}
.top_quick_contact_wrap form .form_item_flex .form_title.current::before {
  border-radius: 30px;
  background: #F00;
  padding: 4px 16px;
}
.top_quick_contact_wrap form .form_item_flex .form_title.optional::before {
  border-radius: 30px;
  background: #BCBCBC;
  padding: 4px 16px;
}
.top_quick_contact_wrap form .form_item_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 32px 0;
}
@media (max-width: 599px) {
  .top_quick_contact_wrap form .form_item_flex {
    flex-direction: column;
  }
}
.top_quick_contact_wrap form .form_item_flex .form_title {
  width: 30%;
}
.top_quick_contact_wrap form .form_item_flex .form_item_box {
  width: 55%;
}
.top_quick_contact_wrap form .form_item_flex .form_title.textarea_title {
  align-items: flex-start;
  padding-top: 20px;
}
.top_quick_contact_wrap form .form_item_flex:first-of-type .form_item_box {
  width: 66%;
}
.top_quick_contact_wrap form .checkbox-text {
  letter-spacing: 5px;
}
.top_quick_contact_wrap form .form_submit input {
  padding-right: 0px;
}
.top_quick_contact_wrap form .form_submit .submit_wrap {
  width: 100%;
}
.top_quick_contact_wrap form .form_submit {
  width: 100%;
}
.top_quick_contact_wrap form .form_submit input {
  background-color: unset;
  border: solid 1px #000;
  color: #000;
}
.top_quick_contact_wrap form .form_submit_container {
  padding: 75px 0 0px;
}
.top_quick_contact_wrap form .form_submit_container::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 114px;
  height: 1px;
  background-color: #000;
}
.top_quick_contact_wrap form .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  background: #618AC3;
}
.top_quick_contact_wrap form .custom-checkbox-label .checkbox-text::after {
  background: #618AC3;
  border-radius: 50%;
}
.top_quick_contact_wrap form .custom-checkbox-label::before {
  border-radius: 50%;
}
.top_quick_contact_wrap form .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox {
  justify-content: flex-start;
}

.contact_page_tel_number {
  font-size: 4rem;
  letter-spacing: 5px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 599px) {
  form .form_item_flex .form_title {
    width: 100%;
  }
  form .form_item_flex:first-of-type .form_item_box {
    width: 80%;
  }
  .top_quick_contact_wrap form .form_item_flex .form_item_box.textarea_wrap {
    width: 100%;
  }
  form .form_item_flex .form_item_box {
    width: 100%;
    line-height: 1.8;
  }
  form .form_item_flex .form_item_box.textarea_wrap {
    width: 100%;
  }
  form .checkbox-text {
    letter-spacing: 3px;
  }
  .contact_page_tel_number {
    font-size: 2.7rem;
    letter-spacing: 3px;
  }
  .top_quick_contact_wrap form .form_item_flex .form_title {
    width: 100%;
  }
  .top_quick_contact_wrap form .form_item_flex:first-of-type .form_item_box {
    width: 100%;
  }
  .top_quick_contact_wrap form .form_item_flex .form_item_box {
    width: 80%;
  }
  .top_quick_contact_wrap form .form_item_flex .form_title.optional::before {
    display: none;
  }
  .top_quick_contact_wrap form .form_item_flex .form_title.textarea_title {
    padding-top: 0px;
  }
  .top_quick_contact_wrap form .checkbox-text {
    letter-spacing: 3px;
  }
  form .form_item_flex .form_item_box.checkbox_wrap {
    width: 100%;
  }
  form .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_radio, form .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_checkbox {
    justify-content: flex-start;
  }
  .form_item_flex .form_title.optional::before {
    display: none;
  }
  form .form_item_flex .form_item_box.full_width_item {
    width: 100%;
  }
  .form_wrap .main_sentence {
    padding-top: 75px;
    font-size: 1.4rem;
  }
}
/* ============================================ */
/* 自動スクロールの写真ボックスcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.gallery01_wrap {
  --img-w: 336px;
  --img-h: 250px;
  --gap: 3px;
  --count: 5;
  overflow: hidden;
  width: 100%;
}
.gallery01_wrap .gallery01_loop {
  display: flex;
  -moz-column-gap: var(--gap);
       column-gap: var(--gap);
  animation: gallery01-scroll 45s linear infinite;
}
.gallery01_wrap .gallery01_loop .img_box {
  width: var(--img-w);
  height: var(--img-h);
  border-radius: 0px;
  overflow: hidden;
  flex-shrink: 0;
}
.gallery01_wrap .gallery01_loop .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 599px) {
  .gallery01_wrap .gallery01_loop .img_box {
    border-radius: 12px;
  }
}

@keyframes gallery01-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc((var(--img-w) + var(--gap)) * var(--count) * -1));
  }
}
@media (max-width: 768px) {
  .gallery01_wrap {
    --img-w: 200px;
    --img-h: 220px;
    --gap: 5px;
    --count: 5;
  }
  .gallery01_wrap .gallery01_loop {
    animation: gallery01-scroll-sp 40s linear infinite;
  }
  @keyframes gallery01-scroll-sp {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc((var(--img-w) + var(--gap)) * var(--count) * -1));
    }
  }
}
.manual-gallery01 {
  overflow: hidden;
  width: 100%;
  height: 360px;
}
.manual-gallery01 .manual-gallery01_track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  height: 100%;
  /* ← 総幅（1周分）を手計算して書く */
  /* 例：500 + 900 + 600 + gap*3 = 500 + 900 + 600 + 30 = 2030px */
  --loop-width: 2030px;
  /* アニメーション（2周分移動） */
  animation: manual-gallery01-scroll 40s linear infinite;
}
.manual-gallery01 .img_box {
  flex: 0 0 auto;
  height: 100%;
  border-radius: 0px;
}
.manual-gallery01 .img_box.img01 {
  width: 500px;
}
.manual-gallery01 .img_box.img02 {
  width: 900px;
}
.manual-gallery01 .img_box.img03 {
  width: 600px;
}
.manual-gallery01 .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes manual-gallery01-scroll {
  from {
    transform: translateX(0);
  }
  to {
    /* “1周分”ちょうど左へ動かすだけ */
    transform: translateX(calc(var(--loop-width) * -1));
  }
}
@media (max-width: 768px) {
  .manual-gallery01 {
    height: 280px;
  }
  .manual-gallery01 .manual-gallery01_track {
    /* ← 総幅（1周分）を手計算して書く */
    /* 例：300 + 500 + 400 + gap*3 = 300 + 500 + 400 + 30 = 1230px */
    --loop-width: 1230px;
    animation: manual-gallery01-scroll 45s linear infinite;
  }
  .manual-gallery01 .img_box.img01 {
    width: 300px;
  }
  .manual-gallery01 .img_box.img02 {
    width: 500px;
  }
  .manual-gallery01 .img_box.img03 {
    width: 400px;
  }
}
/* ============================================ */
/* トグルでコンテント表示css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.qa_icon {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  background-color: unset;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qa_icon .line_top {
  height: 3px;
  width: 24px;
  background-color: #000;
  transition: all 0.3s ease;
  transform: rotate(90deg);
  position: absolute;
}
.qa_icon .line_bottom {
  height: 3px;
  width: 24px;
  background-color: #000;
  transition: all 0.3s ease;
  position: absolute;
}

.q.active .qa_icon .line_top {
  transform: rotate(180deg);
  opacity: 0;
}

.q {
  background: #dce2ff;
}

.a {
  background: #ffcbcb;
}

@media (max-width: 599px) {
  .qa .qa-list li.qa_item .q .q_content {
    font-size: 1.7rem;
    padding-left: 49px;
    width: calc(100% - 38px);
  }
  .qa .qa-list li.qa_item .q .q_heading {
    width: 33px;
    height: 33px;
    font-size: 1.9rem;
  }
  .qa .qa-list li.qa_item .q .icon .line_top {
    width: 16px;
  }
  .qa .qa-list li.qa_item .q .icon .line_bottom {
    width: 16px;
  }
  .qa .qa-list {
    margin-bottom: 160px;
  }
}
/* ============================================ */
/* トップページcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.auto_slider_wrap {
  width: 100%;
  height: 500px;
}
.auto_slider_wrap .auto_slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.auto_slider_wrap .auto_slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.auto_slider_wrap .auto_slider .slide.active {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */