@charset "UTF-8";
/* ============================================ */
/* 共通css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* 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↑ */
/* ============================================ */
@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を実装するため */
  background: #F5F3EC;
}

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

#wp-chat-floating {
  display: none;
}

/*---------------------------------------------*/
/* セクションのパディング
/*---------------------------------------------*/
.sec {
  width: 100%;
  padding-left: max(32px, 32px, (100vw - 1240px) / 2);
  padding-right: max(32px, 32px, (100vw - 1240px) / 2);
}
@media (min-width: 600px) and (max-width: 1139px) {
  .sec {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (max-width: 599px) {
  .sec {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.sec_left {
  padding-left: max(32px, 32px, (100vw - 1240px) / 2);
}
@media (min-width: 600px) and (max-width: 1139px) {
  .sec_left {
    padding-left: 4%;
  }
}
@media (max-width: 599px) {
  .sec_left {
    padding-left: 5%;
  }
}

.sec_right {
  padding-right: max(32px, 32px, (100vw - 1240px) / 2);
}
@media (min-width: 600px) and (max-width: 1139px) {
  .sec_right {
    padding-right: 4%;
  }
}
@media (max-width: 599px) {
  .sec_right {
    padding-right: 5%;
  }
}

/*---------------------------------------------*/
/* セクションタイトル
/*---------------------------------------------*/
/*---------------------------------------------*/
/* フォント・フォントサイズ
/*---------------------------------------------*/
html {
  font-family: "Figtree", 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;
}

.figtree {
  font-family: "Figtree", sans-serif;
}

.fw_100 {
  font-weight: 100;
}

.fw_200 {
  font-weight: 200;
}

.fw_300 {
  font-weight: 300;
}

.fw_400 {
  font-weight: 400;
}

.fw_500 {
  font-weight: 500;
}

.fw_600 {
  font-weight: 600;
}

.fw_700 {
  font-weight: 700;
}

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

.no_wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no_wrap_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.fc_01 {
  color: #006280;
}

.bc_01 {
  background-color: #006280;
}

.fc_02 {
  color: #E7336D;
}

.bc_02 {
  background-color: #E7336D;
}

.fc_03 {
  color: #949595;
}

.bc_03 {
  background-color: #949595;
}

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

.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.8rem;
  }
}
@media (max-width: 599px) {
  .fs_18 {
    font-size: 1.8rem;
  }
}

.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_22 {
  font-size: 2.2rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_22 {
    font-size: 1.8rem;
  }
}
@media (max-width: 599px) {
  .fs_22 {
    font-size: 1.8rem;
  }
}

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

.fs_32 {
  font-size: 3.2rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_32 {
    font-size: 2.9rem;
  }
}
@media (max-width: 599px) {
  .fs_32 {
    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_44 {
  font-size: 4.4rem;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .fs_44 {
    font-size: 3.6rem;
  }
}
@media (max-width: 599px) {
  .fs_44 {
    font-size: 2.8rem;
  }
}

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

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

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

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

.sticky {
  position: sticky;
  top: 148px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .sticky {
    position: relative;
    top: unset;
  }
}
@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%;
  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.filter_01::after {
  background: rgba(0, 0, 0, 0.3333333333);
}
.hover_01 {
  transition: all 0.3s ease;
}
.hover_01:hover {
  opacity: 0.5;
}

/*---------------------------------------------*/
/* もっと見るボタン
/*---------------------------------------------*/
.view_more {
  padding: 8px 16px;
  border: 2px solid #006280;
  border-radius: 100px;
  color: #E7336D;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s ease;
}
.view_more i {
  color: #E7336D;
  margin-left: 8px;
  margin-top: 2px;
  font-size: 10px;
  display: block;
}
.view_more.white {
  background: rgba(255, 255, 255, 0.7);
}
.view_more:hover {
  opacity: 0.7;
}

/*---------------------------------------------*/
/* レスポンシブ制御
/*---------------------------------------------*/
.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;
}

.bg_wrapper {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100lvh;
  overflow: hidden;
  background-color: #F5F3EC;
  z-index: -999;
}
.bg_wrapper .bg-movie {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.05;
  pointer-events: none; /* クリック・操作を無効化 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
html.is-safari .bg_wrapper {
  height: calc(var(--vh, 1vh) * 115);
}
html.is-safari .loading {
  height: calc(var(--vh, 1vh) * 115);
  padding-bottom: 15vh;
}
/* ============================================ */
/* ふわっと表示アニメーション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;
}

.menu_icon {
  height: 34px;
  width: 64px;
  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;
}

/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
header {
  position: fixed;
  z-index: 999;
  height: 62px;
  width: calc(100% - 64px);
  align-items: center;
  left: 32px;
  right: 32px;
  top: 20px;
  border-radius: 100px;
  padding: 0 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
header .header_btn {
  color: #E7336D;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.12px;
  transition: all 0.3s;
}
header .header_btn.contact_btn {
  font-weight: 400;
  padding: 5px 21px;
  background: rgba(255, 255, 255, 0.7);
  border: solid 1px #006280;
  margin-left: auto;
  border-radius: 100px;
}
header .header_btn:hover {
  transition: all 0.3s;
  opacity: 0.6;
}
@media (max-width: 599px) {
  header {
    padding-left: 6%;
    padding-right: 6%;
    height: 75px;
  }
}
header h1 {
  height: -moz-fit-content;
  height: fit-content;
  width: auto;
  z-index: 999;
  display: flex;
  align-items: center;
  width: auto;
  height: 49px;
  aspect-ratio: 54/49;
  flex-shrink: 0;
}
header h1 a {
  height: 100%;
  width: 100%;
}
@media (max-width: 599px) {
  header {
    height: 62px;
    width: 100%;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 6%;
    backdrop-filter: unset;
    border: none;
    background: unset;
    padding-top: 36px;
  }
}

.menu_buttons {
  row-gap: 19px;
}

.menu {
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 28vh 6% 0px;
  background-color: #fff;
  transform-origin: top;
  flex-direction: column;
  justify-content: flex-start;
}
.menu .menu_buttons .menu_btn_item {
  color: #E7336D;
  font-size: 1.8rem;
  font-weight: 700;
}

.menu_icon {
  height: 64px;
  width: 64px;
  border-radius: 100px;
  right: 6%;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

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

.navicon:before, .navicon:after {
  background-color: #E7336D;
}

/* ============================================ */
/* フッターcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.footer_main {
  width: 100%;
  height: 521px;
  padding-left: 32px;
  padding-right: 32px;
}
.footer_main .footer_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
  padding-top: 78px;
}
.footer_main .footer_flex .left {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  z-index: 2;
}
.footer_main .footer_flex .left .get_in_touch {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.3s ease;
}
.footer_main .footer_flex .left .get_in_touch .btn_text {
  font-size: 72px;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.88px;
  margin-right: 21px;
  color: #E7336D;
}
.footer_main .footer_flex .left .get_in_touch i {
  color: #E7336D;
  font-size: 31px;
  margin-top: 10px;
}
.footer_main .footer_flex .left .texts {
  margin-top: 40px;
  font-size: 14px;
  font-style: normal;
  line-height: 2; /* 28px */
  letter-spacing: 1.12px;
  color: #006280;
}
.footer_main .footer_flex .left .footer_btn_list {
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: 124px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -moz-column-gap: 102px;
       column-gap: 102px;
  row-gap: 21px;
  position: absolute;
  left: 0;
  bottom: 63px;
}
.footer_main .footer_flex .left .footer_btn_list li .footer_btn {
  font-style: normal;
  line-height: 1; /* 24px */
  letter-spacing: 0.96px;
  color: #006280;
}
.footer_main .footer_flex .right {
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  position: relative;
}
.footer_main .footer_flex .right .footer_logo {
  height: 47px;
  width: 339px;
}
.footer_main .footer_flex .right .address {
  margin-top: 32px;
  text-align: right;
  color: #006280;
  text-align: right;
  font-style: normal;
  font-weight: 500;
  line-height: 2.9;
  letter-spacing: 0.96px;
}
.footer_main .footer_flex .right .footer_instagram {
  margin-top: auto;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 63px;
}
.footer_main .footer_flex .right .footer_instagram i {
  color: #006280;
  font-size: 14px;
  margin-right: 8px;
}
.footer_main .footer_flex .right .footer_instagram .texts {
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.96px;
  color: #006280;
}
.footer_main .footer_flex .copy_right {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  color: #006280;
}
.footer_main .footer_flex::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 0px);
  height: 1px;
  background: #949595;
}

@media (max-width: 599px) {
  .footer_main .footer_flex {
    row-gap: 54px;
    height: 100%;
    padding-top: 78px;
    flex-direction: column;
  }
  .footer_main {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 4%;
    padding-right: 4%;
  }
  .footer_main .footer_flex .left {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .footer_main .footer_flex .right .address {
    text-align: left;
    padding-top: 20px;
    line-height: 2.4;
  }
  .footer_main .footer_flex .right .address {
    margin-top: 280px;
    text-align: left;
    line-height: 2.4;
    padding-top: 0;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.96px;
    font-size: 1.2rem;
    padding-bottom: 80px;
  }
  .footer_main .footer_flex .left .footer_btn_list {
    margin-top: 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-column-gap: 102px;
         column-gap: 102px;
    row-gap: 21px;
    position: absolute;
    left: 0;
    top: 395px;
    align-items: center;
    font-weight: 600;
  }
  .footer_main .footer_flex .copy_right {
    bottom: 21px;
  }
  .footer_main .footer_flex .left .get_in_touch .btn_text {
    font-size: 12vw;
    letter-spacing: 2px;
    margin-right: 13px;
  }
  .footer_main .footer_flex .left .get_in_touch i {
    color: #E7336D;
    font-size: 26px;
    margin-top: 4px;
  }
  .footer_main .footer_flex .left .texts {
    margin-top: 56px;
    font-size: 12px;
    letter-spacing: 0.9px;
    font-weight: 500;
  }
  .footer_main .footer_flex::before {
    top: 301px;
  }
  .footer_main .footer_flex .right .footer_logo {
    height: auto;
    width: 57vw;
    aspect-ratio: 221/30.58;
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
  }
  .footer_main .footer_flex .right {
    width: 100%;
  }
  .footer_main .footer_flex .right .footer_instagram .texts {
    line-height: 1;
    font-size: 1.2rem;
  }
  .footer_main .footer_flex .right .footer_instagram i {
    margin-right: 4px;
  }
  .footer_main .footer_flex .right .footer_instagram {
    bottom: unset;
    top: 377px;
    bottom: unset;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .footer_main .footer_flex {
    row-gap: 75px;
    height: 100%;
    padding-top: 78px;
    flex-direction: column;
  }
  .footer_main {
    width: 100%;
    height: 820px;
    padding-left: 4%;
    padding-right: 4%;
  }
  .footer_main .footer_flex .left {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .footer_main .footer_flex .right .address {
    text-align: left;
    padding-top: 20px;
    line-height: 2.4;
  }
  .footer_main .footer_flex .left .footer_btn_list {
    bottom: 79px;
  }
  .footer_main .footer_flex .right .footer_instagram {
    bottom: 79px;
  }
  .footer_main .footer_flex .copy_right {
    bottom: 21px;
  }
}
/* ============================================ */
/* パーツ↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
/*---------------------------------------------*/
/* 子ページトップ
/*---------------------------------------------*/
.child_page_fv_test {
  position: relative;
  width: 100%;
  padding-bottom: 200px;
}
.child_page_fv_test .fv_img_box {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.child_page_fv_test .child_page_title_en {
  font-size: 14px;
}
.child_page_fv_test .child_page_title_ja {
  font-size: 24px;
}
.child_page_fv_test .breadcrumb {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.child_page_fv_test .breadcrumb ul {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.child_page_fv_test .breadcrumb ul li {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.child_page_fv_test .breadcrumb ul li a {
  line-height: 1;
}
.child_page_fv_test .child_page_subtitle {
  font-size: 24px;
}

.child_page_fv {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.child_page_fv .fv_img_box {
  width: 100%;
  height: 43vh;
  overflow: hidden;
  position: relative;
}
.child_page_fv .fv_img_box .logo_img_box {
  width: 127px;
  height: auto;
  aspect-ratio: 127/115;
  overflow: hidden;
  position: absolute;
  left: 32px;
  bottom: 26px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .child_page_fv .fv_img_box .logo_img_box {
    left: 4%;
  }
}
@media (max-width: 599px) {
  .child_page_fv .fv_img_box .logo_img_box {
    left: 6%;
  }
}
/*---------------------------------------------*/
/* 動画
/*---------------------------------------------*/
.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 {
  transform: scale(1);
  width: 300px;
  aspect-ratio: 339/47;
  transition: opacity 1s ease, filter 1s ease, transform 1s ease;
}
.loading .logo_box img {
  height: auto;
}
@media (max-width: 599px) {
  .loading .logo_box {
    height: auto;
    width: 200px;
  }
}
.loading .load_gauge {
  width: 230px;
  height: 2px;
  margin-top: 30px;
  position: relative;
  background-color: rgba(9, 55, 69, 0.2823529412);
  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: #006280;
  transition: width 2s ease;
}

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

/*---------------------------------------------*/
/*　インスタグラムリスト
/*---------------------------------------------*/
.instagram_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 11px;
  -moz-column-gap: 1%;
       column-gap: 1%;
}
.instagram_list li {
  width: 24.18%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 3px;
  overflow: hidden;
}
.instagram_list li .insta_item {
  width: 100%;
  height: 100%;
}
.sb_instagram_header {
  display: none;
}

#sbi_load {
  display: none;
}

/*---------------------------------------------*/
/*　コンタクトバナー
/*---------------------------------------------*/
.contact_banner_wrap {
  padding-top: 69px;
  padding-bottom: 69px;
  color: #fff;
}
.contact_banner_wrap .contact_banner {
  width: 100%;
  height: 254px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 64px;
}
.contact_banner_wrap .contact_banner .img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contact_banner_wrap .contact_banner span {
  background: linear-gradient(90deg, #006280 19.71%, rgba(0, 98, 128, 0) 64.9%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.contact_banner_wrap .contact_banner .center_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  letter-spacing: 3.1px;
}
.contact_banner_wrap .contact_banner .sentence {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2; /* 28px */
  letter-spacing: 1.12px;
  z-index: 3;
}
.contact_banner_wrap .contact_banner .view_more {
  position: relative;
  z-index: 3;
}

@media (max-width: 599px) {
  .instagram_list {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }
  .child_page_fv .fv_img_box .logo_img_box {
    width: 100px;
    display: none;
  }
  .contact_banner_wrap .contact_banner {
    padding: 40px 0;
    height: -moz-fit-content;
    height: fit-content;
    align-items: center;
    flex-direction: column;
  }
  .contact_banner_wrap .contact_banner .view_more {
    margin-top: auto;
    padding: 12px 20px;
  }
  .contact_banner_wrap .contact_banner .center_text {
    top: unset;
    position: relative;
    left: unset;
    transform: none;
    width: 100%;
    font-size: 2.6rem;
    letter-spacing: 3px;
    text-align: center;
  }
  .contact_banner_wrap .contact_banner .sentence {
    line-height: 2;
    letter-spacing: 1.12px;
    padding: 40px 0;
    text-align: center;
    font-size: 1.2rem;
  }
  .child_page_fv .fv_img_box {
    height: 28vh;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .instagram_list {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }
  .child_page_fv .fv_img_box .logo_img_box {
    width: 100px;
  }
  .contact_banner_wrap .contact_banner {
    padding: 28px;
    height: 347px;
    align-items: normal;
  }
  .contact_banner_wrap .contact_banner .view_more {
    margin-top: auto;
  }
  .contact_banner_wrap .contact_banner .center_text {
    top: 54%;
  }
}
/* ============================================ */
/* トップページcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.top_fv {
  height: 100vh;
  width: 100%;
  display: flex;
  position: relative;
}
.top_fv .left {
  position: relative;
  width: 50%;
  height: 100%;
}
.top_fv .left .center_texts {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.top_fv .left .center_texts .big_text {
  color: #006280;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8; /* 72px */
  letter-spacing: 9px;
  font-size: clamp(3.5rem, 3vw, 5.7rem);
}
.top_fv .left .center_texts .small_text {
  color: #006280;
  font-style: normal;
  line-height: 2; /* 24px */
  letter-spacing: 0.96px;
  margin-top: 22px;
}
.top_fv .left .small_en {
  position: absolute;
  right: 37px;
  top: 15vh;
  color: #006280;
  line-height: 1.6; /* 19.2px */
  letter-spacing: 1.92px;
}
.top_fv .left .top_logo {
  width: 99px;
  height: auto;
  aspect-ratio: 127/115;
  position: absolute;
  left: 30px;
  bottom: 20px;
}
.top_fv .right {
  width: 50%;
  height: 100%;
}

.top_news_scroller .scroll-gallery_01 .scroll-track .item_box {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.top_news_scroller .scroll-gallery_01 .scroll-track .item_box .news_time {
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 28px */
  letter-spacing: 1.12px;
  color: #006280;
}
.top_news_scroller .scroll-gallery_01 .scroll-track .item_box .news_title {
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 28px */
  letter-spacing: 1.12px;
  color: #E7336D;
}

.top_about {
  display: flex;
  justify-content: space-between;
  padding-bottom: 167px;
}
.top_about .left {
  width: 70%;
  height: 80vh;
  border-radius: 3px;
  overflow: hidden;
}
.top_about .right {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top_about .right .head {
  color: #E7336D;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.top_about .right .sentence {
  padding-top: 65px;
  padding-bottom: 60px;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 28px */
  letter-spacing: 1.12px;
  color: #006280;
}

.top_strength {
  padding-bottom: 160px;
}
.top_strength .sec_head {
  padding-bottom: 80px;
  line-height: 1;
  letter-spacing: 1.92px;
}
.top_strength .ja_head {
  letter-spacing: 1.12px;
  line-height: 1;
  margin-bottom: -40px;
}
.top_strength .strength_list {
  display: flex;
  flex-direction: column;
}
.top_strength .strength_list .strength_item {
  border-top: 1px solid #949595;
  padding: 34px 0;
  height: -moz-fit-content;
  height: fit-content;
}
.top_strength .strength_list .strength_item:last-of-type {
  border-bottom: 1px solid #949595;
}
.top_strength .strength_list .strength_item .number_img {
  width: 61%;
  height: 300px;
  display: flex;
}
.top_strength .strength_list .strength_item .number_img .number_box {
  width: 46%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_strength .strength_list .strength_item .number_img .number_box span {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  letter-spacing: 1.92px;
}
.top_strength .strength_list .strength_item .number_img .img_box {
  width: 54%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.top_strength .strength_list .strength_item .contents_wrap {
  width: 31%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: auto 0;
}
.top_strength .strength_list .strength_item .contents_wrap .contents {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
}
.top_strength .strength_list .strength_item .contents_wrap .contents .head {
  letter-spacing: 1.92px;
  line-height: 1.9;
  display: flex;
  flex-direction: column;
}
.top_strength .strength_list .strength_item .contents_wrap .contents .head span {
  padding-top: 0px;
  opacity: 0.3;
}
.top_strength .strength_list .strength_item .contents_wrap .contents .sentence {
  line-height: 1.9; /* 28px */
  letter-spacing: 1.12px;
}

.strength_sp_head {
  letter-spacing: 1.92px;
  line-height: 1.9;
  display: flex;
  flex-direction: column;
}
.strength_sp_head span.fs_14 {
  padding-top: 0px;
  opacity: 0.3;
}

.top_service {
  width: 100%;
  height: 100vh;
  position: relative;
}
.top_service .top_service_movie_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top_service .top_service_movie_wrapper .movie {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none; /* クリック・操作を無効化 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.top_service .contents {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.top_service .contents .head_en {
  letter-spacing: 0.96px;
  line-height: 1;
  padding-bottom: 15px;
  padding-top: 150px;
}
.top_service .contents .head_ja {
  letter-spacing: 3px;
  padding-bottom: 31px;
  color: #fff;
}
.top_service .contents .sentence {
  color: #fff;
  letter-spacing: 1.12px;
  padding-bottom: 80px;
  line-height: 1.9;
  width: 32%;
}
.top_service .contents .view_more {
  background: rgba(255, 255, 255, 0.7);
}
.top_instagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 53px;
  padding-bottom: 160px;
}
.top_instagram i {
  font-size: 20px;
  padding-bottom: 7px;
}
.top_instagram .head_tag {
  letter-spacing: 1px;
  line-height: 1;
  padding-bottom: 24px;
}
.top_instagram .head_ja {
  line-height: 1;
  letter-spacing: 1.12px;
  padding-bottom: 42px;
}
@media (max-width: 599px) {
  .top_fv .left .top_logo {
    display: none;
  }
  .top_fv {
    flex-direction: column;
    height: 128vh;
  }
  .top_fv .left {
    position: relative;
    width: 100%;
    height: 55%;
  }
  .top_fv .right {
    width: 100%;
    height: 45%;
  }
  .top_fv .left .center_texts {
    left: 0;
    top: 0;
    transform: none;
    height: 100%;
    width: 100%;
    padding-left: 5%;
    padding-top: 145px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .top_fv .left .center_texts .big_text {
    font-size: 7.5vw;
    letter-spacing: 8px;
  }
  .top_fv .left .center_texts .small_text {
    line-height: 2;
    letter-spacing: 0.96px;
    font-size: 1.2rem;
    padding-bottom: 24px;
  }
  .top_fv .left .small_en {
    position: absolute;
    right: unset;
    left: 5%;
    top: 312px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1.92px;
  }
  .top_about {
    padding-bottom: 115px;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .top_about .left {
    width: 100%;
    height: 258px;
    border-radius: 0px;
    overflow: hidden;
  }
  .top_about .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 72px;
  }
  .top_about .right .sentence {
    padding-top: 40px;
    padding-bottom: 80px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
    font-weight: 600;
  }
  .top_strength .sec_head {
    padding-bottom: 0px;
    line-height: 1;
    font-size: 2.4rem;
  }
  .top_strength .ja_head {
    letter-spacing: 1.12px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: -16px;
    text-align: right;
    margin-bottom: 25px;
  }
  .top_strength .strength_list .strength_item .number_img {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
  }
  .top_strength .strength_list .strength_item .number_img .number_box {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .top_strength .strength_list .strength_item .number_img .img_box {
    width: 100%;
    height: 213px;
    border-radius: 3px;
  }
  .top_strength .strength_list .strength_item {
    padding: 34px 0;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
  }
  .top_strength .strength_list .strength_item {
    padding: unset;
    padding-bottom: 40px;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
  }
  .top_strength .strength_list .strength_item .contents_wrap {
    width: 100%;
  }
  .top_strength .strength_list .strength_item .number_img .number_box span {
    font-size: 2.4rem;
    padding-right: 29px;
  }
  .top_strength .strength_list .strength_item .number_img .number_box .strength_sp_head {
    letter-spacing: 1.92px;
    line-height: 1.3;
    font-size: 2.2rem;
  }
  .top_strength .strength_list .strength_item .number_img .number_box .strength_sp_head span.fs_14 {
    padding-top: 0px;
    opacity: 0.3;
    font-size: 1.2rem;
    padding-top: 10px;
  }
  .top_strength .strength_list .strength_item .contents_wrap .contents .sentence {
    padding-top: 22px;
  }
  .top_strength {
    padding-bottom: 110px;
  }
  .top_service .contents .head_en {
    padding-bottom: 32px;
    padding-top: 40px;
  }
  .top_service .contents .head_ja {
    letter-spacing: 1.6px;
    padding-bottom: 32px;
    font-size: 2rem;
    font-weight: 600;
  }
  .top_service .contents .sentence {
    letter-spacing: 1.12px;
    padding-bottom: 0;
    width: 100%;
  }
  .top_service .contents .view_more {
    background: rgba(255, 255, 255, 0.7);
    margin-top: auto;
    margin-bottom: 43px;
  }
  .top_instagram {
    padding-top: 153px;
    padding-bottom: 160px;
  }
  .top_instagram .head_tag {
    padding-bottom: 19px;
  }
  .top_instagram .head_ja {
    line-height: 1;
    letter-spacing: 1.12px;
    padding-bottom: 24px;
    font-size: 2.2rem;
    text-align: center;
  }
}
/* ============================================ */
/* 「ページ名をここに入力」css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.news {
  padding-bottom: 105px;
}

.news_wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 160px;
}

.side_box .head {
  padding-bottom: 48px;
}
.side_box .category_btn_list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.side_box .category_btn_list a {
  color: #a8a8a8;
}
.side_box .category_btn_list a.current {
  color: #006280;
}

.news_list_wrap {
  padding-top: 0px;
  width: 80%;
}

.news_list {
  display: flex;
  row-gap: 72px;
  width: 100%;
  flex-wrap: wrap;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
.news_list .news_item {
  height: -moz-fit-content;
  height: fit-content;
  width: 31.3%;
  display: flex;
  flex-direction: column;
}
.news_list .news_item .img_box {
  height: 240px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.news_list .news_item .main_content {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  position: relative;
  color: #000;
}
.news_list .news_item .main_content .news_date {
  font-size: 1.4rem;
  padding-top: 13px;
  font-weight: 500;
}
.news_list .news_item .main_content .news_title {
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 11px;
}
.news_list .news_item .main_content .category_name {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 120px;
  margin-top: -14.5px;
}
.news_list .no_posts {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  font-size: 1.6rem;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.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: 3px;
  height: 3px;
  border-radius: 50%;
  background: #006280;
  display: inline-block;
}
.pagination .page-numbers {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  font-size: 1.3rem;
  color: #E7336D;
  background-color: none;
  height: 40px;
  width: 40px;
}
.pagination .page-numbers.current {
  background: none;
  border: solid 2px #006280;
  color: #E7336D;
  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 {
  opacity: 0.6;
}

.first_page, .prev_page, .next_page, .last_page {
  display: none !important;
}

@media (max-width: 599px) {
  .news_wrap {
    padding-top: 72px;
    flex-direction: column;
  }
  .side_box .category_btn_list a {
    color: #a8a8a8;
    border: 1px solid #a8a8a8;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 100px;
    padding: 4px 14px;
    font-weight: 500;
  }
  .side_box .category_btn_list a.current {
    color: #006280;
    border: 1.5px solid #006280;
  }
  .side_box .category_btn_list {
    -moz-column-gap: 10px;
         column-gap: 10px;
    flex-direction: row;
    row-gap: 12px;
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  .news_list_wrap {
    padding-top: 0px;
    width: 100%;
  }
  .news_list {
    display: flex;
    row-gap: 72px;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .news_list .news_item {
    width: 100%;
    position: relative;
  }
  .news_list .news_item .img_box {
    height: 171px;
    width: 100%;
    border-radius: 6px;
  }
  .news_list .news_item::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(148, 149, 149, 0.46);
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .news_list_wrap {
    padding-top: 0px;
    width: 71%;
  }
  .news_list .news_item {
    width: 48.5%;
  }
  .news_list .news_item {
    width: 48.5%;
  }
  .news_wrap .side_box {
    position: sticky;
    top: 148px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .news_list .news_item .main_content .category_name {
    font-size: 1.2rem;
    margin-left: 99px;
    margin-top: -13.5px;
    letter-spacing: 0.5px;
  }
  .news_list {
    row-gap: 46px;
  }
}
/* ============================================ */
/* 記事詳細css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.single_wrap {
  padding: 200px 10% 123px;
}

.single_top_box .post_title {
  padding-bottom: 24px;
  font-weight: 700;
  color: #006280;
  font-size: 4rem;
  line-height: 1.6;
  letter-spacing: 9px;
}
.single_top_box .sub_contents {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-bottom: 32px;
}
.single_top_box .sub_contents .post_date {
  font-size: 1.4rem;
  color: #949595;
  line-height: 1;
  font-weight: 600;
}
.single_top_box .sub_contents .post_category {
  font-size: 1.4rem;
  color: #949595;
  line-height: 1;
  font-weight: 600;
}
.single_top_box .top_img_box {
  height: 60vh;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.main_content_box {
  padding-top: 70px;
}
.single .view_more {
  margin: 200px auto 0px;
}

.wp-block-image {
  height: 50vh;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 46px;
  margin-bottom: 46px;
}
.wp-block-image img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.single p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 1.1px;
}

@media (max-width: 599px) {
  .single_top_box .post_title {
    padding-bottom: 24px;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 5px;
  }
  .single_top_box .top_img_box {
    height: 34vh;
    border-radius: 4px;
  }
  .wp-block-image {
    height: 32vh;
    border-radius: 4px;
    margin-top: 34px;
    margin-bottom: 35px;
  }
  .single_wrap {
    padding: 156px 4% 123px;
  }
  .single .view_more {
    margin: 140px auto 0px;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .single_top_box .post_title {
    font-size: 3rem;
    letter-spacing: 5px;
  }
}
/* ============================================ */
/* プライバシーポリシーcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.privacy_policy_wrap {
  padding-top: 230px;
  padding-bottom: 128px;
}
.privacy_policy_wrap .heads {
  letter-spacing: 1.92px;
  position: relative;
}
.privacy_policy_wrap .heads span {
  padding-top: 80px;
  letter-spacing: 1.1px;
  display: block;
}
.privacy_policy_wrap .heads::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #006280;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.privacy_policy_wrap .left_main {
  color: #333;
  width: 77%;
  margin-left: auto;
  top: -10px;
}
.privacy_policy_wrap .left_main .top_texts {
  padding-bottom: 58px;
  line-height: 2;
  letter-spacing: 1.12px;
}
.privacy_policy_wrap .left_main .privacy_list {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}
.privacy_policy_wrap .left_main .privacy_list li {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.privacy_policy_wrap .left_main .privacy_list li .head {
  letter-spacing: 1.12px;
}
.privacy_policy_wrap .left_main .privacy_list li .sentence {
  line-height: 2.4;
  letter-spacing: 1.12px;
}

@media (max-width: 599px) {
  .privacy_policy_wrap .left_main {
    width: 100%;
    margin-top: 31px;
    top: unset;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .privacy_policy_wrap .left_main {
    width: 100%;
    margin-top: 31px;
    top: unset;
  }
}
/* ============================================ */
/* 特定商取引法に基づく表記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%;
  }
}
/* ============================================ */
/* 会社ページcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.common_head {
  letter-spacing: 3.5px;
  font-size: 2.4rem;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.common_head span {
  padding-top: 14px;
  letter-spacing: 3.8px;
  display: block;
}

.company_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 120px;
}
.company_top .heads {
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
}
.company_top .heads .about {
  line-height: 1; /* 22.4px */
  letter-spacing: 2.24px;
}
.company_top .heads .main_head {
  padding: 25px 0 51px;
  line-height: 1.6;
  letter-spacing: 9.2px;
}
.company_top .heads .en_head {
  line-height: 1; /* 19.2px */
  letter-spacing: 1.92px;
}
.company_top .img_box {
  width: 57%;
  height: 47vh;
  border-radius: 3px;
  overflow: hidden;
}
.philosophy {
  width: 100%;
  height: 95vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.philosophy .back_img_box {
  width: 22vw;
  aspect-ratio: 322/291;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.philosophy .common_head {
  line-height: 1; /* 38.4px */
  letter-spacing: 3.84px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.philosophy .common_head span {
  letter-spacing: 2.24px;
  padding-top: 12px;
}
.philosophy .sentence {
  line-height: 2; /* 39.2px */
  letter-spacing: 1.12px;
  padding-top: 37px;
  width: 100%;
  text-align: center;
}

.history {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 220px;
}
.history .img_box {
  height: 547px;
  width: 26%;
  border-radius: 3px;
  overflow: hidden;
}
.history .contents {
  width: 65%;
  height: -moz-fit-content;
  height: fit-content;
}
.history .contents .common_head {
  letter-spacing: 3.5px;
  font-size: 2.4rem;
  font-weight: 600;
}
.history .contents .common_head span {
  padding-top: 14px;
  letter-spacing: 3.8px;
  display: block;
}
.history .contents .sentence {
  padding-top: 130px;
  line-height: 2.5;
  letter-spacing: 1.1px;
}

.information, .licenses {
  padding-bottom: 191px;
  justify-content: space-between;
}
.information .info_list, .licenses .info_list {
  width: 77%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
}
.information .info_list li, .licenses .info_list li {
  padding: 48px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #006280;
}
.information .info_list li .left, .licenses .info_list li .left {
  width: 30%;
}
.information .info_list li .right, .licenses .info_list li .right {
  width: 70%;
  line-height: 1.6;
  display: flex;
}
.information .info_list li .right .badge_box, .licenses .info_list li .right .badge_box {
  aspect-ratio: 19/23;
  height: 23px;
  width: auto;
  margin-right: 16px;
}
.information .info_list li .right.licenses_right, .licenses .info_list li .right.licenses_right {
  width: 100%;
  align-items: flex-start;
}
.information .info_list li .right.licenses_right .right_left, .licenses .info_list li .right.licenses_right .right_left {
  display: flex;
  align-items: center;
}
.information .info_list li .right.licenses_right .right_right, .licenses .info_list li .right.licenses_right .right_right {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  margin-top: -2px;
  flex-direction: column;
  row-gap: 14px;
}
.information .info_list li .right.licenses_right .right_right .view_more, .licenses .info_list li .right.licenses_right .right_right .view_more {
  background: rgba(255, 255, 255, 0.7);
  padding: 1px 15px;
}
.information .info_list li .right.licenses_right .right_right .view_more i, .licenses .info_list li .right.licenses_right .right_right .view_more i {
  margin-left: 4px;
  margin-top: 6px;
}
.information .info_list li .right.licenses_right .right_right .right_right_wrap, .licenses .info_list li .right.licenses_right .right_right .right_right_wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.information .info_list li:last-of-type, .licenses .info_list li:last-of-type {
  border-bottom: 1px solid #006280;
}

.licenses .info_list li {
  padding: 27px 22px;
}

.access .google_map_warp {
  width: 77%;
  height: 60vh;
  border-radius: 3px;
  overflow: hidden;
}
.access .google_map_warp iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 599px) {
  .company_top .heads .main_head {
    letter-spacing: 4.2px;
    font-size: 2.9rem;
    padding: 64px 0 32px;
  }
  .company_top .heads .en_head {
    line-height: 1.6;
    font-size: 1.2rem;
  }
  .philosophy .back_img_box {
    width: 93vw;
  }
  .history .img_box {
    height: 175px;
    width: 100%;
    margin-bottom: 67px;
  }
  .history .contents {
    width: 100%;
  }
  .information .info_list {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
  }
  .information {
    padding-bottom: 67px;
    row-gap: 40px;
    flex-direction: column;
  }
  .information .info_list li {
    padding: 24px 20px;
    row-gap: 27px;
    flex-direction: column;
    align-items: flex-start;
  }
  .access .google_map_warp {
    width: 100%;
    height: 60vh;
  }
  .access {
    flex-direction: column;
    row-gap: 60px;
  }
  .company_top {
    padding-top: 72px;
  }
  .company_top .heads {
    width: 100%;
    padding-bottom: 72px;
  }
  .company_top .img_box {
    width: 100%;
    height: 35vh;
  }
  .company_top .img_box img {
    -o-object-position: center 50%;
       object-position: center 50%;
  }
  .history {
    align-items: flex-start;
    padding-bottom: 173px;
    flex-direction: column;
  }
  .history .contents .sentence {
    padding-top: 80px;
    line-height: 2.5;
    letter-spacing: 1.1px;
  }
  .information .info_list li .left {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .information .info_list li .right {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .information .info_list li .right.licenses_right, .licenses .info_list li .right.licenses_right {
    flex-direction: column;
  }
  .information .info_list li .right.licenses_right .right_right, .licenses .info_list li .right.licenses_right .right_right {
    margin-left: 0;
    padding-top: 33px;
  }
  .information .info_list li .right.licenses_right .right_left, .licenses .info_list li .right.licenses_right .right_left {
    font-weight: 600;
  }
  .information .info_list, .licenses .info_list {
    width: 100%;
  }
  .licenses .info_list {
    padding-top: 69px;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .company_top .heads .main_head {
    letter-spacing: 7.2px;
  }
  .company_top .heads .en_head {
    line-height: 1.6;
  }
  .philosophy .back_img_box {
    width: 42vw;
  }
  .history .img_box {
    height: 484px;
    width: 31%;
  }
  .history .contents {
    width: 61%;
  }
  .history .contents {
    width: 61%;
  }
  .information .info_list {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
  }
  .information {
    padding-bottom: 191px;
    row-gap: 72px;
    flex-direction: column;
  }
  .information .info_list li {
    padding: 27px 20px;
  }
  .access .google_map_warp {
    width: 100%;
    height: 60vh;
  }
  .access {
    flex-direction: column;
    row-gap: 60px;
  }
}
/* ============================================ */
/* サービスページcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.strength_top {
  width: 100%;
  padding-top: 121px;
  padding-bottom: 121px;
}
.strength_top .strength_top_flex {
  height: 588px;
}
.strength_top .strength_top_flex .left {
  width: 39%;
  padding: 64px 50px;
  height: 100%;
  border: 1px solid #006280;
  border-radius: 3px;
  position: relative;
}
.strength_top .strength_top_flex .left .mini_head_ja {
  padding-bottom: 49px;
  line-height: 1;
  letter-spacing: 2px;
}
.strength_top .strength_top_flex .left .main_head {
  padding-bottom: 22px;
  line-height: 1.6;
  letter-spacing: 7px;
}
.strength_top .strength_top_flex .left .mini_head_en {
  letter-spacing: 1.9px;
  line-height: 1;
}
.strength_top .strength_top_flex .left .sentence {
  letter-spacing: 1.1px;
  line-height: 1.9;
  position: absolute;
  bottom: 64px;
  padding-right: 64px;
}
.strength_top .strength_top_flex .right {
  width: 56%;
  height: 100%;
}
.strength_top .strength_top_flex .right .img_box {
  border-radius: 3px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.service_show {
  display: flex;
  justify-content: space-between;
  padding-top: 160px;
  padding-bottom: 160px;
  background: #333333;
}
.service_show .left_btns {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.service_show .left_btns .btn_head {
  padding-bottom: 48px;
  letter-spacing: 5.76px;
  line-height: 1;
  color: #fff;
}
.service_show .left_btns .btn_list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.service_show .left_btns .btn_list li {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.service_show .left_btns .btn_list li a {
  letter-spacing: 3.36px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
.service_show .left_btns .btn_list li a.section_active {
  color: #E7336D;
}
.service_show .service_list_wrap {
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
}
.service_show .service_list_wrap .item_list {
  display: flex;
  flex-direction: column;
  row-gap: 198px;
}
.service_show .service_list_wrap .item_list li {
  border-top: 1px solid #949595;
  border-bottom: 1px solid #949595;
  padding: 32px 0;
}
.service_show .service_list_wrap .item_list li.item_flat_sawing .main_head {
  padding-bottom: 9px;
}
.service_show .service_list_wrap .item_list li.item_filter_press .en_title {
  font-size: 4.2rem;
  letter-spacing: 0px;
}
.service_show .service_list_wrap .item_list li .en_title {
  padding-bottom: 60px;
  position: relative;
  display: flex;
  align-items: center;
  color: #949595;
  font-size: 6.4rem;
}
.service_show .service_list_wrap .item_list li .en_title span {
  font-size: 2rem;
  position: relative;
  margin-right: 40px;
  color: #fff;
  font-weight: 700;
}
.service_show .service_list_wrap .item_list li .main_head {
  letter-spacing: 5.5px;
  color: #fff;
  padding-bottom: 40px;
  line-height: 1.5;
}
.service_show .service_list_wrap .item_list li .main_sentence {
  letter-spacing: 1.12px;
  line-height: 2;
  color: #fff;
}
.service_show .service_list_wrap .item_list li .img_box {
  margin-top: 30px;
  width: 100%;
  height: 47vh;
}
.service_show .service_list_wrap .item_list li .middle_heads {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-top: 64px;
  padding-bottom: 60px;
}
.service_show .service_list_wrap .item_list li .middle_heads .middle_head {
  padding: 5px 16px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.service_show .service_list_wrap .item_list li .middle_heads .middle_head .main_head {
  letter-spacing: 1.6px;
  line-height: 1;
  color: #fff;
}
.service_show .service_list_wrap .item_list li .middle_heads .middle_head .texts {
  letter-spacing: 1.12px;
  line-height: 2;
  color: #fff;
}
.service_show .service_list_wrap .item_list li .middle_heads .middle_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #E7336D;
}

@media (max-width: 599px) {
  .strength_top .strength_top_flex .left {
    width: 100%;
    padding: 40px 4%;
  }
  .strength_top .strength_top_flex .left .mini_head_ja {
    padding-bottom: 64px;
  }
  .strength_top .strength_top_flex .left .main_head {
    padding-bottom: 15px;
    line-height: 1.5;
    letter-spacing: 8px;
    font-size: 8vw;
  }
  .strength_top .strength_top_flex .left .mini_head_en {
    letter-spacing: 1.9px;
    line-height: 1.4;
    font-size: 1.2rem;
  }
  .strength_top .strength_top_flex .left .sentence {
    letter-spacing: 1.1px;
    line-height: 1.9;
    position: relative;
    bottom: unset;
    padding-right: 0;
    font-size: 1.3rem;
    padding-top: 72px;
  }
  .service_show {
    padding-top: 67px;
    padding-bottom: 160px;
    flex-direction: column;
  }
  .service_show .left_btns .btn_list {
    row-gap: 29px;
  }
  .service_show .left_btns {
    padding-bottom: 80px;
    padding-left: 8vw;
  }
  .service_show .service_list_wrap {
    width: 100%;
  }
  .service_show .left_btns .btn_head {
    padding-bottom: 48px;
    font-size: 2.4rem;
  }
  .strength_top {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 72px;
    overflow: hidden;
  }
  .strength_top .strength_top_flex {
    height: -moz-fit-content;
    height: fit-content;
  }
  .strength_top .strength_top_flex .right {
    width: 107%;
    height: 257px;
    margin-top: 39px;
  }
  .service_show .service_list_wrap .item_list li .en_title {
    padding-bottom: 40px;
    font-size: 4rem;
  }
  .service_show .service_list_wrap .item_list li.item_flat_sawing .main_head {
    padding-bottom: 9px;
    font-size: 2.4rem;
  }
  .service_show .service_list_wrap .item_list li .img_box {
    height: 39vh;
  }
  .service_show .service_list_wrap .item_list {
    row-gap: 80px;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .strength_top .strength_top_flex .left {
    width: 39%;
    padding: 54px 4%;
  }
  .strength_top .strength_top_flex .left .mini_head_ja {
    padding-bottom: 41px;
  }
  .strength_top .strength_top_flex .left .main_head {
    padding-bottom: 15px;
    line-height: 1.6;
    letter-spacing: 3px;
    font-size: 3vw;
  }
  .strength_top .strength_top_flex .left .mini_head_en {
    letter-spacing: 1.9px;
    line-height: 1.4;
    font-size: 1.2rem;
  }
  .strength_top .strength_top_flex .left .sentence {
    letter-spacing: 1.1px;
    line-height: 1.9;
    position: absolute;
    bottom: 51px;
    padding-right: 10%;
    font-size: 1.3rem;
  }
  .service_show {
    padding-top: 160px;
    padding-bottom: 160px;
    flex-direction: column;
  }
  .service_show .left_btns .btn_list {
    row-gap: 29px;
  }
  .service_show .left_btns {
    padding-bottom: 51px;
  }
  .service_show .service_list_wrap {
    width: 100%;
  }
}
/* ============================================ */
/* 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: 80px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 240%;
}
@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;
  }
}

.recaptcha-notice {
  font-size: 1.4rem;
  letter-spacing: 0.65px;
  color: #000;
  text-align: center;
  padding-top: 80px;
  line-height: 1.5;
}
.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: 27px;
  }
}

.form_item_flex {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  row-gap: 27px;
  border-bottom: 1px solid #B7BAC2;
  position: relative;
}
.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;
}
.form_item_flex .form_title.title_position_top {
  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;
  letter-spacing: 1px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item {
    border-radius: 7px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 599px) {
  .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item {
    border-radius: 7px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.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: #003057;
  --_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;
}
@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: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.form_submit .submit_wrap {
  position: relative;
  width: 200px;
  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;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  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 .text {
  color: #fff;
}
.contact-complete .more_button i {
  color: #fff;
}
.contact-complete .more_button {
  background-color: #111111;
}

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

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

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

.form_wrap {
  padding: 210px 10% 127px;
}
.form_wrap .head {
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 5.5px;
  text-align: center;
}
.form_wrap .head span {
  color: #006280;
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 22px;
  letter-spacing: 1.2px;
  display: block;
}
.form_wrap .head_sentence {
  padding-top: 80px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 1.1px;
  text-align: center;
}
.form_wrap .form_bg_box {
  margin-top: 72px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 64px 72px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.form_wrap .form_bg_box .form_bg {
  padding-top: 70px;
}
.form_wrap .form_bg_box .complete_text {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 1.1px;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 80px;
}
.form_wrap .form_bg_box .complete_head {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-align: center;
  padding-top: 80px;
}
.form_wrap .form_bg_box .view_more {
  margin: 0 auto;
}

.form_step_list {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 14%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.form_step_list .step_item {
  width: 29%;
  height: 42px;
  background: #949595;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.1px;
}
.form_step_list .step_item.current {
  background: #006280;
}
.form_step_list .arrow_01, .form_step_list .arrow_02, .form_step_list .arrow_03, .form_step_list .arrow_04 {
  position: absolute;
  width: 2px;
  height: 12px;
  background: #949595;
  top: calc(50% - 3px);
}
.form_step_list .arrow_01 {
  transform: rotate(-45deg);
  top: calc(50% - 10px);
  left: 36.9%;
}
.form_step_list .arrow_02 {
  transform: rotate(45deg);
  left: 36.9%;
}
.form_step_list .arrow_03 {
  transform: rotate(-45deg);
  top: calc(50% - 10px);
  left: 62.5%;
}
.form_step_list .arrow_04 {
  transform: rotate(45deg);
  left: 62.5%;
}

.checkbox-text {
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  margin: 60px auto 0;
  display: block;
  line-height: 1.7;
}

.form_item_flex {
  border-bottom: none;
  flex-direction: row;
  padding: 16px 0;
}

.form_item_flex .form_title.current::before {
  display: none;
}

.form_item_flex .form_title.current::after {
  content: "必須";
  padding: 3px 8px;
  font-size: 1.2rem;
  border-radius: 2px;
  margin-left: 16px;
  white-space: nowrap;
  border: 1px solid #E7336D;
  color: #E7336D;
}

.form_item_flex .form_title.optional::before {
  display: none;
}

.form_item_flex .form_title.optional::after {
  content: "任意";
  padding: 3px 8px;
  font-size: 1.2rem;
  border-radius: 2px;
  margin-left: 16px;
  white-space: nowrap;
  border: 1px solid #949595;
  color: #949595;
}

.form_item_flex .form_title {
  font-size: 1.6rem;
  width: 32%;
}

.form_item_flex .form_item_box {
  width: 68%;
}

.form_item_box.textarea_wrap {
  width: 68%;
}

.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item {
  border: 1px solid rgba(0, 98, 128, 0);
  border-radius: 0;
  border-bottom: 1px solid #006280;
}

.form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item.form_item_content {
  border: 1px solid #006280;
  border-radius: 2px;
}

.form_submit .submit_wrap {
  width: 246px;
  height: 45px;
}

.form_submit input {
  padding-right: 12px;
  background-color: unset;
  border: #006280 2px solid;
  color: #E7336D;
  font-family: "Figtree", sans-serif;
}

.form_submit i {
  color: #E7336D;
  right: 46px;
  top: 18px;
  font-size: 1rem;
}

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

.contact_check .form_submit input {
  padding-right: 0;
}

.contact_check .form_submit .submit_wrap {
  width: 161px;
  height: 45px;
}

@media (max-width: 599px) {
  .form_wrap .form_bg_box {
    margin-top: 72px;
    padding: 64px 32px;
  }
  .form_step_list {
    padding: 0;
  }
  .form_step_list .arrow_01 {
    left: 31%;
  }
  .form_step_list .arrow_02 {
    left: 31%;
  }
  .form_step_list .arrow_03 {
    left: 68%;
  }
  .form_step_list .arrow_04 {
    left: 68%;
  }
  .form_step_list .step_item {
    width: 25%;
    height: 42px;
  }
  .form_item_flex {
    flex-direction: column;
    row-gap: 14px;
  }
  .form_item_flex .form_item_box {
    width: 100%;
  }
  .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item {
    border: 1px solid #006280;
  }
  .form_item_flex .form_title {
    font-size: 1.6rem;
    width: 100%;
  }
  .form_wrap .form_bg_box .complete_head {
    font-size: 2.7rem;
  }
  .form_wrap {
    padding: 161px 0% 127px;
  }
  .form_wrap .head_sentence {
    padding-top: 53px;
    font-size: 1.3rem;
  }
  .checkbox-text {
    font-size: 1.4rem;
    margin: 40px auto 0;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_wrap .form_bg_box {
    margin-top: 72px;
    padding: 64px 32px;
  }
  .form_step_list {
    padding: 0;
  }
  .form_step_list .arrow_01 {
    left: 31%;
  }
  .form_step_list .arrow_02 {
    left: 31%;
  }
  .form_step_list .arrow_03 {
    left: 68%;
  }
  .form_step_list .arrow_04 {
    left: 68%;
  }
  .form_step_list .step_item {
    width: 25%;
    height: 42px;
  }
  .form_item_flex {
    flex-direction: column;
    row-gap: 14px;
  }
  .form_item_flex .form_item_box {
    width: 100%;
  }
  .form_item_flex .form_item_box .wpcf7-form-control-wrap .form_item {
    border: 1px solid #006280;
  }
  .form_item_flex .form_title {
    font-size: 1.6rem;
    width: 100%;
  }
  .form_wrap .form_bg_box .complete_head {
    font-size: 2.7rem;
  }
}
/* ============================================ */
/* 自動スクロールの写真ボックスcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.scroll-gallery_01 {
  width: 100%;
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
  border: 2px solid rgba(0, 98, 128, 0.25);
}
.scroll-gallery_01 .scroll-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll-left_01 80s linear infinite;
  will-change: transform;
}
.scroll-gallery_01 .item_box {
  height: 20px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 800px;
  padding-right: 10px;
  margin-right: 0px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 56px;
}

@keyframes scroll-left_01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.scroll-gallery_02 {
  width: 100%;
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 2px solid rgba(0, 98, 128, 0.08);
}
.scroll-gallery_02 .scroll-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll-left_02 70s linear infinite;
  will-change: transform;
}
.scroll-gallery_02 .item_box {
  height: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 56px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
}
.scroll-gallery_02 .item_box .ja_name {
  color: #949595;
  letter-spacing: 1.92px;
  padding-right: 56px;
}
.scroll-gallery_02 .item_box .en_name {
  color: #949595;
  letter-spacing: 1.92px;
}

@keyframes scroll-left_02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 599px) {
  .scroll-gallery_01 .item_box {
    height: 14px;
    margin-right: 21px;
  }
  .scroll-gallery_01 {
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid rgba(0, 98, 128, 0.25);
  }
  .scroll-gallery_02 .item_box .ja_name {
    padding-right: 44px;
    font-size: 1.6rem;
  }
  .scroll-gallery_02 .item_box {
    height: 16px;
    padding-right: 44px;
    flex-shrink: 0;
  }
  .scroll-gallery_02 {
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
/* ============================================ */
/* トグルでコンテント表示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: 100%;
}
.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 1.5s ease-in-out;
}
.auto_slider_wrap .auto_slider .slide.active {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */