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

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

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

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

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

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

iframe {
  border-style: none;
}

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

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

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

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

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

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

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

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

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

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

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

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* ============================================ */
/* 変数 css↓ */
/* ============================================ */
/* ↓色変数↓ */
/* フォントサイズ変数 */
/* マージン変数 */
/* ============================================ */
/* 変数 css↑ */
/* ============================================ */
/* ============================================ */
/* 共通css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
/*---------------------------------------------*/
/*
/* 共有/全体
/*
/*---------------------------------------------*/
body {
  display: none; /* ふわっとページ遷移に必要なコード */
}

html {
  color: #121212;
  font-size: 62.5%; /* 1rem=10px */
  font-weight: 300; /* safariで文字が細くなるのを防ぐ */
  letter-spacing: 1.6px;
  line-height: 1;
  scroll-behavior: auto; /* 慣性スクロールLenisを実装するため */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

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

.spacer {
  height: 400px;
  width: 100%;
  display: block;
}
@media (max-width: 599px) {
  .spacer {
    height: 200px;
  }
}

/*---------------------------------------------*/
/* ロゴ
/*---------------------------------------------*/
.logo_box {
  width: 210px;
  display: block;
}
.logo_box img {
  height: auto;
}

/*---------------------------------------------*/
/* セクションのインナーボックス
/*---------------------------------------------*/
.section_wrap {
  width: 100%;
  height: 100%;
  padding-left: calc((100vw - 1140px) / 2);
  padding-right: calc((100vw - 1140px) / 2);
  padding-top: 45px;
  padding-bottom: 80px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .section_wrap {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 45px;
    padding-bottom: 80px;
  }
}
@media (max-width: 599px) {
  .section_wrap {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 45px;
    padding-bottom: 80px;
  }
}

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

.child_page_bg {
  width: 100%;
  padding-left: calc((100vw - 1260px) / 2);
  padding-right: calc((100vw - 1260px) / 2);
  padding-bottom: 30px;
  margin-top: -21vh;
}
.child_page_bg .child_page_box {
  width: 100%;
  padding: 60px;
  border-radius: 16px;
  background-color: #F4F7F9;
}
@media (max-width: 599px) {
  .child_page_bg {
    margin-top: -5vh;
    padding-left: 3%;
    padding-right: 3%;
  }
  .child_page_bg .child_page_box {
    padding: 4%;
    padding-bottom: 100px;
  }
}

.child_page_bg_full_width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: -21vh;
  padding-bottom: 30px;
}
.child_page_bg_full_width .child_page_box {
  width: 100%;
  padding: 0;
}
@media (max-width: 599px) {
  .child_page_bg_full_width {
    margin-top: -5vh;
    padding-left: 0%;
    padding-right: 0%;
  }
  .child_page_bg_full_width .child_page_box {
    padding: 0;
    padding-bottom: 100px;
  }
}

/*---------------------------------------------*/
/* フォント・フォントサイズ
/*---------------------------------------------*/
.fw_thin {
  font-weight: 100;
}

.fw_mid {
  font-weight: 400;
}

.fw_bold, .main_heading_mini, .main_heading {
  font-weight: 600;
}

.f_en_bold {
  font-family: "century-gothic", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.f_en {
  font-family: "century-gothic", sans-serif;
  font-style: normal;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

/*---------------------------------------------*/
/* セクションタイトル
/*---------------------------------------------*/
.section_title_en {
  line-height: 137%;
  margin-bottom: 12px;
  font-size: 1.3rem;
  margin-bottom: 23px;
}
@media (max-width: 599px) {
  .section_title_en {
    margin-bottom: 13px;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .section_title_en {
    margin-bottom: 13px;
  }
}
.section_title_en.center {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}

.section_title {
  line-height: 137%;
  letter-spacing: 4px;
  font-size: 3rem;
}
@media (max-width: 599px) {
  .section_title {
    letter-spacing: 3px;
    line-height: 129%;
    margin-bottom: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .section_title {
    letter-spacing: 3px;
    line-height: 129%;
    margin-bottom: 20px;
  }
}
.section_title.center {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.cp_en_title {
  letter-spacing: 0.52px;
  margin-bottom: 25px;
}

.cp_title {
  letter-spacing: 1.2px;
  font-size: 3rem;
}
@media (max-width: 599px) {
  .cp_title {
    font-size: 2.4rem;
    line-height: 146%;
  }
}

.cp_top_img_box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  height: 36vh;
  overflow: hidden;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cp_top_img_box .head_box .head_en {
  color: #fff;
  font-size: 4rem;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.cp_top_img_box .head_box h3.head {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
}
.cp_top_img_box .description {
  color: #fff;
  font-size: 2.4rem;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.24);
  line-height: 170%;
}
@media (max-width: 599px) {
  .cp_top_img_box {
    padding: 16px;
    height: 30vh;
  }
}

/*---------------------------------------------*/
/* 説明文
/*---------------------------------------------*/
.main_heading {
  color: #003057;
  line-height: 150%;
  padding-bottom: 19px;
  letter-spacing: 1.5px;
  position: relative;
}
@media (max-width: 599px) {
  .main_heading {
    font-size: 2.2rem;
    padding-bottom: 16px;
    margin-bottom: 18px;
  }
}

.main_heading_mini {
  color: #003057;
  line-height: 150%;
  letter-spacing: 1.5px;
}

.main_heading_mini_span {
  font-size: 1.4rem;
  margin-top: 10px;
}

.main_sentence {
  line-height: 191%;
  letter-spacing: 0.3px;
}
@media (max-width: 599px) {
  .main_sentence {
    font-size: 1.5rem;
    line-height: 167%;
    letter-spacing: 0.3px;
  }
}

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

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

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

.sticky {
  position: sticky;
  top: 148px;
  height: -moz-fit-content;
  height: fit-content;
}

/*---------------------------------------------*/
/* もっと見るボタン
/*---------------------------------------------*/
.more_btn {
  position: relative;
  color: #fff;
  background-color: #121212;
  border-radius: 50px;
  display: flex;
  align-items: center;
  height: 62px;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 32px;
  padding-right: 92px;
}
.more_btn::after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  right: 32px;
  transition: all 0.3s ease;
}
.more_btn:hover::after {
  transform: scale(1.5);
  transition: all 0.3s ease;
}
.more_btn.center {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 599px) {
  .more_btn {
    height: 54px;
    padding-left: 25px;
    padding-right: 62px;
  }
  .more_btn::after {
    width: 12px;
    height: 12px;
    right: 27px;
  }
}

.more_detail {
  position: absolute;
  background-color: #25272B;
  border-radius: 50%;
  transition: all 0.3s ease;
  width: 144px;
  height: 144px;
  bottom: 20px;
  right: 38vw;
}
.more_detail .more_detail_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.more_detail .more_detail_wrapper .text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 100;
  letter-spacing: 4px;
  text-align: center;
  line-height: 169%;
}
.more_detail .more_detail_wrapper .icon_box {
  width: 12px;
  height: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 5px;
  transition: all 0.3s ease;
}
.more_detail .more_detail_wrapper .icon_box i {
  color: #fff;
  font-size: 0.6rem;
}
.more_detail .more_detail_wrapper::after {
  content: "";
  background-color: #25272B;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
}
.more_detail:hover .icon_box {
  width: 66px;
  transition: all 0.3s ease;
}
.more_detail:hover .more_detail_wrapper::after {
  transition: all 0.3s ease;
  transform: scale(1.1);
}
@media (max-width: 599px) {
  .more_detail {
    width: 124px;
    height: 124px;
    bottom: unset;
    top: calc(100px + 40vh);
    right: unset;
    left: 6%;
  }
}

.view_more_circle {
  position: absolute;
  bottom: 18px;
  right: 32px;
  width: 64px;
  height: 64px;
}
.view_more_circle .view_more_circle_wrap {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.view_more_circle .view_more_circle_wrap .img_wrapper {
  animation: spin 5s linear infinite;
}
.view_more_circle .view_more_circle_wrap .img_wrapper img {
  width: 64px;
  height: auto;
  transition: transform 0.3s ease;
}
@media (max-width: 599px) {
  .view_more_circle .view_more_circle_wrap .img_wrapper img {
    width: 60px;
  }
}
.view_more_circle .view_more_circle_wrap i {
  color: #fff;
  font-size: 0.6rem;
  position: absolute;
  padding-left: 3px;
  padding-bottom: 2px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.view_more_circle:hover .img_wrapper img {
  transform: scale(1.1);
}
@media (max-width: 599px) {
  .view_more_circle {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 44px;
    height: 44px;
  }
}

/*---------------------------------------------*/
/* ニュースリスト
/*---------------------------------------------*/
/*---------------------------------------------*/
/*
/* 共有/子ページファーストビュー
/*
/*---------------------------------------------*/
.bg_wrapper {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100lvh;
  overflow: hidden;
  background-color: #fff;
  z-index: -999;
}
.bg_wrapper .bg-movie {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  pointer-events: none; /* クリック・操作を無効化 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 599px) {
  .bg_wrapper .bg-movie {
    opacity: 0.3;
  }
}

.child_fv {
  width: 100%;
  height: 80vh;
}
.child_fv .child_fv_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.child_fv .child_fv_inner .child_fv_left {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.child_fv .child_fv_inner .child_fv_left .section_title_en {
  font-size: clamp(1rem, 5vw, 8rem);
  margin-bottom: 4px;
}
.child_fv .child_fv_inner .child_fv_left .section_title {
  padding-left: 26px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.child_fv .child_fv_inner .child_fv_left .section_title::after {
  content: "";
  position: absolute;
  left: 0;
  margin-bottom: 1px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #000;
}
.child_fv .child_fv_inner .child_fv_catch {
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  font-size: 3.2rem;
  letter-spacing: 1.28px;
  display: flex;
  flex-direction: column;
  row-gap: 33px;
}
.child_fv .child_fv_inner .child_fv_catch p {
  height: 29px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 599px) {
  .child_fv {
    padding-bottom: 0;
    padding-top: 125px;
  }
  .child_fv .child_fv_inner {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  .child_fv .child_fv_inner .child_fv_left {
    padding-top: 0;
  }
  .child_fv .child_fv_inner .child_fv_left .breadcrumb {
    position: relative;
  }
  .child_fv .child_fv_inner .child_fv_left .section_title_en {
    font-size: clamp(6rem, 19vw, 6rem);
    margin-bottom: 15px;
    margin-top: 20px;
    line-height: 107%;
  }
  .child_fv .child_fv_inner .child_fv_catch {
    row-gap: 15px;
    font-size: 2.6rem;
    width: 100%;
    letter-spacing: 0.3px;
  }
}

.breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
}
.breadcrumb a, .breadcrumb p {
  color: #B7BAC2;
}
.breadcrumb span {
  height: 1px;
  width: 20px;
  border-top: 1px dashed #B7BAC2;
}

.child_main_flex {
  display: flex;
  justify-content: space-between;
}
.child_main_flex .left_btns {
  width: 20%;
  position: sticky;
  top: 100px;
  height: -moz-fit-content;
  height: fit-content;
}
.child_main_flex .left_btns .btns_head {
  font-size: 2.4rem;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.child_main_flex .left_btns .btns {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.child_main_flex .left_btns .btns .section_btn {
  padding: 3px 3px 3px 20px;
  font-weight: 300;
  position: relative;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.child_main_flex .left_btns .btns .section_btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  left: 0;
  margin-bottom: 1px;
  opacity: 0;
  transition: all 0.3s;
}
.child_main_flex .left_btns .btns .section_btn:hover {
  opacity: 0.6;
}
.child_main_flex .left_btns .btns .section_btn.section_active {
  font-weight: 700;
}
.child_main_flex .left_btns .btns .section_btn.section_active::before {
  opacity: 1;
}
@media (max-width: 599px) {
  .child_main_flex .left_btns .btns .section_btn.section_active {
    font-weight: 300;
  }
}
.child_main_flex .left_btns .btns .section_btn.active {
  font-weight: 700;
}
.child_main_flex .left_btns .btns .section_btn.active::before {
  opacity: 1;
}
.child_main_flex .right_main {
  width: 70%;
}
@media (max-width: 599px) {
  .child_main_flex .right_main {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .child_main_flex {
    flex-direction: column;
  }
  .child_main_flex .left_btns {
    width: 100%;
    position: relative;
    top: unset;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
  }
  .child_main_flex .left_btns .btns_head {
    font-size: 2.4rem;
    letter-spacing: 1px;
    margin-bottom: 0px;
    padding-top: 23px;
  }
  .child_main_flex .left_btns .btns {
    margin-top: 25px;
    flex-direction: row;
    row-gap: 16px;
    flex-wrap: wrap;
    -moz-column-gap: 12px;
         column-gap: 12px;
    margin-bottom: 52px;
  }
  .child_main_flex .left_btns .btns .section_btn {
    align-items: center;
    border: solid 1px #282828;
    border-radius: 30px;
    padding: 6px 17px;
  }
  .child_main_flex .left_btns .btns .section_btn::before {
    display: none;
  }
  .child_main_flex .left_btns .btns .section_btn.active {
    font-weight: 300;
    color: #fff;
    background-color: #282828;
  }
  .child_main_flex .works_post_head {
    text-align: left;
    line-height: 210%;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 52px;
    padding-top: 20px;
  }
}

/*---------------------------------------------*/
/* レスポンシブ制御
/*---------------------------------------------*/
.pc {
  display: flex;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .pc {
    display: none;
  }
}
@media (max-width: 599px) {
  .pc {
    display: none;
  }
}

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

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

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

/*---------------------------------------------*/
/*　ローディング画面
/*---------------------------------------------*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #F4F7F9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.loading.active {
  visibility: visible;
}
.loading .logo_box {
  height: 134px;
  width: 134px;
  transition: opacity 0.6s ease, filter 0.6s ease;
}
.loading .load_gauge {
  width: 230px;
  height: 1px;
  margin-top: 30px;
  position: relative;
  background-color: #B7BAC2;
  transition: opacity 0.6s ease, filter 0.6s ease;
}
.loading .load_gauge .load_meter {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #212121;
  transition: width 2s ease;
}

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

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

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

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

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

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

/* ============================================ */
/* ヘッダー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;
}

header {
  position: fixed;
  z-index: 999;
  height: 73px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 599px) {
  header {
    padding-left: 6%;
    padding-right: 6%;
  }
}
header h1 {
  z-index: 9999;
}
header h1 a.logo_box {
  width: 220px;
  height: 45px;
}
header .right_buttons {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
}
header .right_buttons li a.page {
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-block;
}
header .right_buttons li a.page:hover {
  opacity: 0.7;
}
header .right_buttons li a.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 30px;
  color: #fff;
  background-color: #25272B;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin-right: 3px;
  margin-left: 3px;
}
header .right_buttons li a.contact:hover {
  height: 34px;
  width: 96px;
  margin-right: 0;
  margin-left: 0;
}

.menu_icon {
  height: 34px;
  width: 64px;
  border-radius: 30px;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  background-color: #25272B;
}

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

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

.navicon:before {
  top: 7px;
}

.navicon:after {
  bottom: 7px;
}

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

.menu_btn:checked ~ .menu_icon .navicon:after {
  transform: rotate(45deg) 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: 24px;
}

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

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

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

.menu {
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 150px 6% 100px;
  background-color: #ffffff;
  transform-origin: top;
  flex-direction: column;
  justify-content: flex-start;
}
.menu .menu_buttons .menu_main {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 8%;
       column-gap: 8%;
  row-gap: 41px;
  flex-wrap: wrap;
}
.menu .menu_buttons .menu_main .menu_column {
  display: flex;
  flex-direction: column;
  width: 46%;
}
.menu .menu_buttons .menu_main .menu_column .btns_head {
  color: #25272B;
  margin-bottom: 32px;
}
.menu .menu_buttons .menu_main .menu_column .btns_list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.menu .menu_buttons .menu_main .menu_column .btns_list li a {
  color: #25272B;
  padding: 4px 4px 4px 14px;
  display: flex;
  position: relative;
  align-items: center;
  font-size: 1.7rem;
}
.menu .menu_buttons .menu_main .menu_column .btns_list li a::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #25272B;
  left: 0;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.menu .menu_buttons .menu_main .menu_column .btns_list li a:hover::before {
  transform: scale(1.5);
}
.menu .menu_buttons .more_btn {
  margin-top: auto;
}

/* ============================================ */
/* ヘッダーcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.footer {
  width: 100%;
  height: 720px;
  background-color: #121212;
  position: relative;
}
.footer .bg_img {
  position: absolute;
  width: 402px;
  height: 474px;
  right: 80px;
  bottom: 69px;
  opacity: 0.05;
  z-index: 0;
}
.footer .section_wrap {
  padding-top: 0;
  padding-bottom: 72px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer .section_wrap .footer_main {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 44px;
       column-gap: 44px;
}
.footer .section_wrap .footer_main .footer_column {
  display: flex;
  flex-direction: column;
}
.footer .section_wrap .footer_main .footer_column .btns_head {
  color: #fff;
  margin-bottom: 32px;
}
.footer .section_wrap .footer_main .footer_column .btns_list {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}
.footer .section_wrap .footer_main .footer_column .btns_list li a {
  color: #fff;
  padding: 4px 4px 4px 14px;
  display: flex;
  position: relative;
  align-items: center;
}
.footer .section_wrap .footer_main .footer_column .btns_list li a::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  left: 0;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.footer .section_wrap .footer_main .footer_column .btns_list li a:hover::before {
  transform: scale(1.5);
}
.footer .section_wrap .footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 72px;
}
.footer .section_wrap .footer_bottom .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer .section_wrap .footer_bottom .left li {
  font-size: 1.2rem;
  color: #fff;
}
.footer .section_wrap .footer_bottom .left li a {
  font-size: 1.2rem;
  color: #fff;
}
.footer .section_wrap .footer_bottom .copyright {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

/* ============================================ */
@media (max-width: 599px) {
  .footer .section_wrap {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 45px;
    padding-bottom: 80px;
    flex-direction: column;
    justify-content: flex-end;
  }
  .footer .section_wrap .footer_main {
    flex-wrap: wrap;
    row-gap: 44px;
    -moz-column-gap: 13%;
         column-gap: 13%;
  }
  .footer .section_wrap .footer_main .footer_column {
    width: 43%;
  }
  .footer .section_wrap .footer_bottom {
    align-items: flex-start;
    margin-top: 72px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer .section_wrap .footer_bottom .left li {
    letter-spacing: 1px;
  }
  .footer .section_wrap .footer_bottom .copyright {
    margin-top: 12px;
  }
  .footer .bg_img {
    width: 201px;
    height: 237px;
    right: 23px;
    bottom: 23px;
  }
}
/* ============================================ */
/* トップページcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.top_fv {
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}
.top_fv .main_flex {
  align-items: center;
  height: 100%;
}
.top_fv .main_flex h2 {
  font-size: clamp(1rem, 5vw, 8rem);
  margin-left: 80px;
  letter-spacing: 3px;
  line-height: 132%;
}
.top_fv .main_flex .fv_img {
  overflow: hidden;
  border-radius: 50%;
  margin-right: -2%;
  width: 56%;
  aspect-ratio: 1/1;
  margin-top: 69px;
  z-index: -2;
}
.top_fv .main_flex .fv_img .auto_slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.top_fv .main_flex .fv_img .auto_slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.top_fv .main_flex .fv_img .auto_slider .slide.active {
  opacity: 1;
}

@media (min-width: 1375px) {
  .top_fv .main_flex .fv_img {
    margin-top: 0;
  }
}
@media (min-width: 1500px) {
  .top_fv .main_flex .fv_img {
    margin-top: -100px;
  }
}
.top_vision {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25vh;
}
.top_vision .top_vision_box {
  position: relative;
  display: flex;
  align-items: center;
}
.top_vision .top_vision_box .top_vision_head {
  padding-bottom: 0;
}
.top_vision .top_vision_box .top_vision_head p {
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.top_vision .top_vision_box .top_vision_head h3 {
  font-size: 3rem;
  font-weight: 600;
}
.top_vision .top_vision_box .top_vision_content {
  font-size: 1.3rem;
  line-height: 219%;
  padding-left: 52px;
}
.top_vision .top_vision_box::after {
  content: "";
  background-color: rgba(37, 39, 43, 0.16);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 54%;
}
.top_vision .top_vision_box .top_vision_head {
  width: 423px;
  height: 100px;
  display: flex;
  align-items: center;
}
.top_vision .top_vision_box .top_vision_head .top_vision_head_mini_title_box {
  display: flex;
  width: 79px;
  height: 36px;
  -moz-column-gap: 2px;
       column-gap: 2px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.top_vision .top_vision_box .top_vision_head .top_vision_head_mini_title_box p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 16px;
}
.top_vision .top_vision_box .top_vision_head .top_vision_head_main_box {
  height: 61px;
  width: 100%;
  margin-bottom: -27px;
}
.top_vision .top_vision_box .top_vision_head .top_vision_head_main_box h3 {
  display: flex;
  -moz-column-gap: 0.1px;
       column-gap: 0.1px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.top_vision .top_vision_box .top_vision_head .top_vision_head_main_box h3 .top_vision_head_text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}
.top_vision .top_vision_box::after {
  display: none;
}
.top_vision .top_vision_box span {
  background-color: rgba(37, 39, 43, 0.16);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 54%;
}

.top_service .service_list {
  padding-top: 67px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  row-gap: 34px;
}
.top_service .service_list li {
  background-color: #fff;
  padding: 44px;
  border-radius: 14px;
}
.top_service .service_list li .top_service_content_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 41%;
}
.top_service .service_list li .top_service_content_box .service_section_btn {
  display: flex;
  align-items: center;
  margin-bottom: 51px;
  position: relative;
  padding-left: 40px;
}
.top_service .service_list li .top_service_content_box .service_section_btn .en_title {
  font-size: 4rem;
  letter-spacing: 5px;
  margin-right: 16px;
}
.top_service .service_list li .top_service_content_box .service_section_btn .ja_title {
  padding-top: 2px;
}
.top_service .service_list li .top_service_content_box .service_section_btn::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  background-color: #25272B;
  border-radius: 50%;
  transition: all 0.3s;
}
.top_service .service_list li .top_service_content_box .sentence {
  line-height: 231%;
}
.top_service .service_list li .img_box {
  overflow: hidden;
  width: 54%;
  height: 282px;
  border-radius: 8px;
}
.top_service .service_list li .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_works.section_wrap {
  padding-top: 220px;
  padding-bottom: 180px;
}

.top_works ul.post_list {
  display: flex;
  flex-direction: column;
  row-gap: 250px;
  width: 100%;
}
.top_works ul.post_list li.post_item_wrapper {
  position: sticky;
  top: 100px;
}
.top_works ul.post_list li.post_item_wrapper .post_item {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 40px;
  box-shadow: 0 -4px 24px 1px rgba(0, 0, 0, 0.25);
}
.top_works ul.post_list li.post_item_wrapper .post_item .post_bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
}
.top_works ul.post_list li.post_item_wrapper .post_item .post_bg_img img {
  transform-origin: center;
  transition: transform 0.3s ease;
}
.top_works ul.post_list li.post_item_wrapper .post_item .post_bg_img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.168627451);
}
.top_works ul.post_list li.post_item_wrapper .post_item .top .section_title {
  color: #fff;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.27);
}
.top_works ul.post_list li.post_item_wrapper .post_item .top .section_title_en {
  color: #fff;
}
.top_works ul.post_list li.post_item_wrapper .post_item .bottom {
  position: relative;
}
.top_works ul.post_list li.post_item_wrapper .post_item .bottom .post_category_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 5px;
}
.top_works ul.post_list li.post_item_wrapper .post_item .bottom .post_category_wrap .post_category {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 4px 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.top_works ul.post_list li.post_item_wrapper .post_item .bottom .post_title {
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-align: left;
  line-height: 185%;
  margin-bottom: 33px;
  letter-spacing: 1px;
}
.top_works ul.post_list li.post_item_wrapper .post_item .bottom .post_client {
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.16);
}
.top_works ul.post_list li.post_item_wrapper:first-of-type .post_item {
  box-shadow: none;
}
.top_works ul.post_list li.view_more_works .post_item {
  align-items: center;
  justify-content: center;
}
.top_works ul.post_list li.view_more_works .post_item .post_head {
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.16);
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 23px;
}
.top_works ul.post_list li.view_more_works .post_item .post_head_en {
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.16);
  letter-spacing: 3px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 56px;
}
.top_works ul.post_list li.view_more_works .post_item .view_more_circle {
  position: relative;
  bottom: unset;
  right: unset;
}

.top_work_flow_top {
  padding-bottom: 33px;
}
.top_work_flow_top .top_work_flow_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_work_flow_top .top_work_flow_top .top_flow_list {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.top_work_flow_top .top_work_flow_top .top_flow_list .flow_item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.top_work_flow_top .top_work_flow_top .top_flow_list .flow_item .flow_item_stick {
  height: 2px;
  width: 89px;
  background-color: #B7BAC2;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.top_work_flow_top .top_work_flow_top .top_flow_list .flow_item .flow_name {
  position: absolute;
  top: 1px;
  right: 0;
  color: #B7BAC2;
  font-size: 1.2rem;
  opacity: 0;
  transition: all 0.3s;
}
.top_work_flow_top .top_work_flow_top .top_flow_list .flow_item.active .flow_item_stick {
  width: 146px;
  background-color: #121212;
  transition: all 0.3s;
}
.top_work_flow_top .top_work_flow_top .top_flow_list .flow_item.active .flow_name {
  opacity: 1;
  transition: all 0.3s;
}

.top_work_flow_main {
  padding-left: calc((100vw - 1140px) / 2);
  width: 100%;
}
.top_work_flow_main .content_box_wrap_scroll {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  height: 62vh;
  padding-right: calc((100vw - 1140px) / 2);
}
.top_work_flow_main .content_box_wrap_scroll .flow_content_list {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.top_work_flow_main .content_box_wrap_scroll .flow_content_list .flow_content {
  position: relative;
  height: 100%;
  width: 1140px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.29);
}
.top_work_flow_main .content_box_wrap_scroll .flow_content_list .flow_content .bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.top_work_flow_main .content_box_wrap_scroll .flow_content_list .flow_content .bg_img::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.top_work_flow_main .content_box_wrap_scroll .flow_content_list .flow_content .content_inner {
  width: 29%;
}
.top_work_flow_main .content_box_wrap_scroll .flow_content_list .flow_content .content_inner .number {
  font-size: 1.35rem;
  color: #fff;
  margin-bottom: 14px;
}
.top_work_flow_main .content_box_wrap_scroll .flow_content_list .flow_content .content_inner .title {
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 4px;
  margin-bottom: 23px;
}
.top_work_flow_main .content_box_wrap_scroll .flow_content_list .flow_content .content_inner .description {
  color: #fff;
  font-size: 1.6rem;
  line-height: 180%;
  padding-left: 22px;
  display: flex;
  align-items: center;
  position: relative;
}
.top_work_flow_main .content_box_wrap_scroll .flow_content_list .flow_content .content_inner .description::before {
  content: "";
  background-color: #fff;
  width: 13px;
  height: 1px;
  left: 0;
  position: absolute;
  margin-bottom: 1px;
}

.top_work_flow_bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  -moz-column-gap: 160px;
       column-gap: 160px;
  padding-top: 60px;
  padding-bottom: 160px;
}

.top_price_gide .gide_list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  padding-top: 40px;
  padding-bottom: 73px;
}
.top_price_gide .gide_list .gide_box {
  display: flex;
  flex-direction: row;
  align-items: normal;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
}
.top_price_gide .gide_list .gide_box .img_box {
  width: 51%;
}
.top_price_gide .gide_list .gide_box .gide_content {
  width: 49%;
  padding-left: 56px;
  padding-right: 56px;
  padding-top: 115px;
  padding-bottom: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top_price_gide .gide_list .gide_box .gide_content .top_tag {
  margin-bottom: 32px;
}
.top_price_gide .gide_list .gide_box .gide_content .title_box {
  margin-bottom: 64px;
  display: flex;
  white-space: nowrap;
}
.top_price_gide .gide_list .gide_box .gide_content .title_box .gide_title {
  font-size: 4rem;
  letter-spacing: 1px;
}
.top_price_gide .gide_list .gide_box .gide_content .title_box span {
  margin-left: 12px;
  margin-top: auto;
  margin-bottom: 8px;
  font-size: 1.4rem;
  height: -moz-fit-content;
  height: fit-content;
}
.top_price_gide .gide_list .gide_box .gide_content .description {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 80px;
  line-height: 190%;
  letter-spacing: 1px;
}
.top_price_gide .gide_list .gide_box .gide_content .price {
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.top_price_gide .gide_list .gide_box .gide_content .price::first-letter {
  font-size: 1.6rem;
  padding-right: 8px;
  display: inline-block;
}
.top_price_gide .gide_list .gide_box .gide_content .price::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top_news {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 85vh;
  width: 100%;
  margin-bottom: 200px;
}
.top_news .left {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.top_news .left .more_btn {
  margin-top: auto;
}
.top_news .center_img_box {
  width: 38%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.top_news .center_img_box .img_layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.top_news .center_img_box .img_layer.active {
  opacity: 1;
}
.top_news .right_news_list {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.top_news .right_news_list .news_item {
  position: relative;
  padding: 18px 30px 18px 40px;
}
.top_news .right_news_list .news_item .news_date {
  color: #909090;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.top_news .right_news_list .news_item .news_title {
  color: #B7BAC2;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  transition: color 0.3s;
  line-height: 135%;
}
.top_news .right_news_list .news_item::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: opacity 0.3s;
}
.top_news .right_news_list .news_item.active .news_title {
  color: #000;
}
.top_news .right_news_list .news_item.active::before {
  opacity: 1;
}

@media (max-width: 599px) {
  .top_work_flow_top .top_work_flow_top .top_flow_list {
    display: none;
  }
  .top_work_flow_bottom {
    flex-direction: column;
  }
  .top_fv .main_flex {
    flex-direction: column-reverse;
  }
  .top_fv {
    padding: 100px 6% 30px;
  }
  .top_fv .main_flex .fv_img {
    margin-right: 0;
    width: 100%;
    height: 54vh;
    border-radius: 15px;
    aspect-ratio: unset;
    margin-top: 0;
    z-index: -2;
  }
  .top_fv .main_flex h2 {
    font-size: clamp(3.5rem, 10vw, 5rem);
    margin-left: 0;
    letter-spacing: 2px;
    line-height: 127%;
  }
  .top_vision .top_vision_box {
    align-items: flex-start;
    flex-direction: column;
  }
  .top_vision .top_vision_box .top_vision_head p {
    letter-spacing: 1px;
    position: relative;
    top: unset;
    left: unset;
  }
  .top_vision .top_vision_box .top_vision_head h3 {
    font-size: 3rem;
    letter-spacing: 4px;
    line-height: 150%;
  }
  .top_vision .top_vision_box::after {
    display: none;
  }
  .top_vision {
    padding-left: 6%;
    padding-right: 6%;
  }
  .top_vision .top_vision_box .top_vision_content {
    font-size: 1.3rem;
    padding-left: 0;
    letter-spacing: 0.6px;
    line-height: 232%;
    padding-top: 50px;
  }
  .top_vision .top_vision_box .top_vision_head {
    padding-bottom: 50px;
  }
  .top_service .service_list {
    padding-top: 42px;
    padding-bottom: 40px;
    flex-direction: column;
    row-gap: 34px;
  }
  .top_service .service_list li {
    padding: 0;
    flex-direction: column-reverse;
  }
  .top_service .service_list li .img_box {
    overflow: hidden;
    width: 100%;
    height: 282px;
    border-radius: 9px 9px 0 0;
  }
  .top_service .service_list li .top_service_content_box {
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 55px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .top_service .service_list li .top_service_content_box .service_section_btn {
    margin-bottom: 35px;
    margin-top: 39px;
    padding-left: 28px;
    justify-content: space-between;
  }
  .top_service .service_list li .top_service_content_box .service_section_btn .en_title {
    font-size: 3.5rem;
    letter-spacing: 3px;
    margin-right: 0;
  }
  .top_works ul.post_list li.post_item_wrapper .post_item {
    width: 100%;
    height: 72vh;
    border-radius: 16px;
    padding: 27px 6%;
  }
  .top_works ul.post_list li.post_item_wrapper .post_item .bottom .post_title {
    margin-bottom: 47px;
  }
  .top_works ul.post_list li.view_more_works .post_item .post_head {
    font-size: 2.2rem;
    text-align: center;
    line-height: 145%;
    margin-bottom: 13px;
  }
  .top_works ul.post_list li.view_more_works .post_item .post_head_en {
    margin-bottom: 40px;
  }
  .top_work_flow_top {
    padding-bottom: 20px;
  }
  .top_work_flow_main .content_box_wrap_scroll .flow_content_list .flow_content:first-of-type {
    margin-left: 6vw;
  }
  .top_work_flow_main .content_box_wrap_scroll .flow_content_list .flow_content:last-of-type {
    margin-right: 6vw;
  }
  .top_work_flow_main .content_box_wrap_scroll .flow_content_list .flow_content {
    width: 80vw;
    align-items: flex-end;
    justify-content: flex-start;
    border-radius: 16px;
  }
  .top_work_flow_main .content_box_wrap_scroll {
    height: 51vh;
  }
  .top_work_flow_main .content_box_wrap_scroll .flow_content_list .flow_content .bg_img::after {
    width: 100%;
    height: 52%;
    top: unset;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
  .top_work_flow_main .content_box_wrap_scroll .flow_content_list .flow_content .content_inner {
    width: 100%;
    padding: 6%;
  }
  .top_work_flow_main .content_box_wrap_scroll .flow_content_list .flow_content .content_inner .title {
    font-size: 3rem;
    letter-spacing: 1px;
    margin-bottom: 23px;
  }
  .top_work_flow_main .content_box_wrap_scroll .flow_content_list .flow_content .content_inner .number {
    font-size: 1.35rem;
    margin-bottom: 10px;
  }
  .top_work_flow_main .content_box_wrap_scroll .flow_content_list {
    -moz-column-gap: 17px;
         column-gap: 17px;
  }
  .top_work_flow_bottom {
    align-items: center;
    row-gap: 18px;
  }
  .top_price_gide .gide_list .gide_box {
    flex-direction: column;
  }
  .top_price_gide .gide_list .gide_box .img_box {
    width: 100%;
  }
  .top_price_gide .gide_list .gide_box .gide_content {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 27px;
    padding-bottom: 33px;
  }
  .top_price_gide .gide_list .gide_box .img_box {
    width: 100%;
    height: 268px;
  }
  .top_price_gide .gide_list .gide_box .gide_content .top_tag {
    margin-bottom: 10px;
  }
  .top_price_gide .gide_list .gide_box .gide_content .title_box {
    margin-bottom: 35px;
    flex-direction: column;
  }
  .top_price_gide .gide_list .gide_box .gide_content .title_box .gide_title {
    font-size: 3rem;
    letter-spacing: 1px;
    height: 29px;
    display: flex;
    align-items: center;
  }
  .top_price_gide .gide_list .gide_box .gide_content .title_box span {
    margin-left: 0;
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 1.3rem;
  }
  .top_price_gide .gide_list .gide_box .gide_content .description {
    margin-bottom: 51px;
  }
  .top_price_gide .gide_list {
    padding-bottom: 48px;
  }
  .top_news .left {
    width: 100%;
  }
  .top_news .center_img_box {
    width: 109%;
    border-radius: 14px 0 0 14px;
    height: 37vh;
    overflow: visible;
    margin-top: 24px;
  }
  .top_news .right_news_list {
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    padding-top: 37px;
    padding-bottom: 50px;
  }
  .top_news {
    flex-direction: column;
    overflow: hidden;
    height: -moz-fit-content;
    height: fit-content;
  }
  .top_news .view_more_circle {
    position: absolute;
    right: 11%;
    bottom: -39px;
    z-index: 10;
    width: 64px;
    height: 64px;
  }
  .top_news .center_img_box .img_layer {
    border-radius: 14px 0 0 14px;
  }
  .top_news .right_news_list .news_item::before {
    left: 2px;
    width: 11px;
    height: 11px;
  }
  .top_news .right_news_list .news_item {
    padding: 15px 30px 15px 21px;
  }
  .top_news .right_news_list .news_item .news_date {
    letter-spacing: 0.3px;
    margin-bottom: 1px;
  }
  .top_news .right_news_list .news_item .news_title {
    line-height: 151%;
  }
  .top_works .view_more_circle .view_more_circle_wrap i {
    color: #ffffff;
    font-size: 0.6rem;
    position: absolute;
    padding-left: 3px;
    padding-bottom: 2px;
  }
  .top_news .view_more_circle .view_more_circle_wrap i {
    color: #636363;
  }
  .top_news .view_more_circle .view_more_circle_wrap .img_wrapper img {
    width: 75px;
  }
  .top_news .more_btn {
    margin-left: auto;
    margin-right: auto;
  }
  .top_vision .top_vision_box .top_vision_head .top_vision_head_main_box {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    margin-bottom: 0px;
    flex-direction: column;
    row-gap: 0px;
  }
  .top_vision .top_vision_box .top_vision_head {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    align-items: stretch;
    flex-direction: column;
  }
  .top_vision .top_vision_box .top_vision_head .top_vision_head_mini_title_box {
    width: 79px;
    height: 36px;
    -moz-column-gap: 0px;
         column-gap: 0px;
    position: relative;
    top: unset;
    left: unset;
  }
  .top_vision .top_vision_box .top_vision_head .top_vision_head_main_box h3 {
    height: 51px;
    margin-bottom: -10px;
  }
  .top_vision .top_vision_box span {
    height: 2px;
    width: 100%;
    position: relative;
    left: unset;
  }
  .parallax_m_04 {
    width: 100%;
  }
}
html.is-safari .top_works ul.post_list li.post_item_wrapper .post_item .bottom .post_category_wrap .post_category {
  padding: 7px 11px 4px;
}
@media (max-width: 599px) {
  html.is-safari .top_works ul.post_list li.post_item_wrapper .post_item .bottom .post_category_wrap .post_category {
    padding: 6px 10px 4px;
  }
}
/* ============================================ */
/* 私たちについてcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.company .company_top .top_box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 750px;
}
.company .company_top .top_box .top_bg_img {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.company .company_top .top_box .top_bg_img::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.company .company_top .top_box h3 {
  width: 470px;
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 1.2px;
  line-height: 200%;
  position: absolute;
  top: 80px;
}
.company .company_top .top_box .top_description {
  width: 470px;
  line-height: 207%;
  color: #fff;
  letter-spacing: 1px;
  position: absolute;
  bottom: 80px;
  padding-right: 50px;
  font-size: 1.5rem;
}
.company .company_top .img_loop_wrap {
  margin-top: 40px;
}
.company .company_strength {
  margin-top: 170px;
}
.company .company_strength .strength_list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.company .company_strength .strength_list .bg_box {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.company .company_strength .strength_list .bg_box .sticky_bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
.company .company_strength .strength_list .bg_box .sticky_bg .img_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.company .company_strength .strength_list .bg_box .sticky_bg .img_box::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
}
.company .company_strength .strength_list .strength_item {
  position: relative;
  height: 100vh;
  width: 100%;
  padding-bottom: 106px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.company .company_strength .strength_list .strength_item .number {
  position: absolute;
  top: 98px;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 1px;
}
.company .company_strength .strength_list .strength_item .strength_en_title {
  font-size: 8rem;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 41px;
  line-height: 108%;
}
.company .company_strength .strength_list .strength_item h3 {
  margin-bottom: 13vh;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 1px;
  line-height: 190%;
}
.company .company_strength .strength_list .strength_item .strength_description {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.7px;
  line-height: 180%;
}
.company .company_strength .strength_list .test_color01 {
  background-color: rgba(66, 66, 66, 0.4117647059);
}
.company .company_strength .strength_list .test_color02 {
  background-color: rgba(92, 92, 92, 0.4117647059);
}
.company .company_info {
  margin-top: 240px;
  margin-bottom: 200px;
}
.company .company_info .info_content .main_flex_left {
  width: 20%;
}
.company .company_info .info_content .main_flex_right {
  width: 70%;
}
.company .company_info .info_content .main_flex_right .info_list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.company .company_info .info_content .main_flex_right .info_list .info_item {
  padding: 32px 80px;
  border-top: 1px solid #B7BAC2;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.company .company_info .info_content .main_flex_right .info_list .info_item:last-of-type {
  border-bottom: 1px solid #B7BAC2;
}
.company .company_info .info_content .main_flex_right .info_list .info_item .title {
  width: 270px;
}
.company .company_info .info_content .main_flex_right .info_list .info_item .content {
  width: calc(100% - 270px);
  line-height: 170%;
}
.company .company_info .info_map {
  margin-top: 80px;
  width: 100%;
  height: 500px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.company .company_info .info_map .google_map {
  width: 100%;
  height: 100%;
}

/* ============================================ */
@media (max-width: 599px) {
  .company .company_top .top_box {
    padding-left: 3%;
    padding-right: 3%;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100vh;
  }
  .company .company_top .top_box h3 {
    width: 100%;
    font-size: 2.8rem;
    line-height: 184%;
    letter-spacing: 2px;
    top: 62px;
    left: 0;
    padding-left: 7%;
    padding-right: 7%;
  }
  .company .company_top .top_box .top_description {
    width: 100%;
    letter-spacing: 0.6px;
    left: 0;
    padding-left: 7%;
    bottom: 50px;
    padding-right: 7%;
    font-size: 1.4rem;
  }
  .company .company_top .top_box .top_bg_img {
    border-radius: 12px;
  }
  .company .company_info .info_content .main_flex_left {
    width: 100%;
    margin-bottom: 52px;
  }
  .company .company_info .info_content .main_flex_right {
    width: 100%;
  }
  .company .company_info .info_content .main_flex_right .info_list .info_item {
    padding: 21px 0px;
  }
  .company .company_info .info_content .main_flex_right .info_list .info_item .title {
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
  }
  .company .company_info .info_content .main_flex_right .info_list .info_item .content {
    width: calc(100% - 78px);
  }
  .company .company_info .info_content .main_flex_right .info_list .info_item .content.short_content_sp {
    width: -moz-fit-content;
    width: fit-content;
    text-align: right;
    padding-right: 13px;
  }
  .company .company_info .info_map {
    margin-top: 80px;
    width: 100%;
    height: 50vh;
    margin-bottom: 58px;
  }
  .company .company_strength .strength_list .strength_item .number {
    top: 80px;
  }
  .company .company_strength .strength_list .strength_item .strength_en_title {
    font-size: 4rem;
    margin-bottom: 38px;
  }
  .company .company_strength .strength_list .strength_item .strength_description {
    font-size: 1.5rem;
  }
}
/* ============================================ */
/* 料金の目安css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.price .top_description {
  line-height: 200%;
  letter-spacing: 0.5px;
  margin-top: 80px;
  margin-bottom: 148px;
  text-align: center;
}
.price .price_note {
  color: #9DB0BD;
  letter-spacing: 0.5px;
  font-size: 1.6rem;
  text-align: center;
}
.price .price_display {
  font-size: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  position: absolute;
  bottom: 40px;
  right: 32px;
}
.price .price_display span {
  font-size: 1.3rem;
}
.price .more_btn {
  margin-top: 40px;
}
.price #price-web {
  margin-bottom: 240px;
}
.price #price-web .web_price_flex {
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.price #price-web .web_price_flex .web_price_item {
  width: 32%;
  height: 650px;
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 32px;
  position: relative;
}
.price #price-web .web_price_flex .web_price_item .price_head {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #9DB0BD;
  margin-bottom: 32px;
  font-size: 2.4rem;
}
.price #price-web .web_price_flex .web_price_item .price_case {
  font-size: 1.45rem;
  margin-bottom: 70px;
  letter-spacing: 0.6px;
  line-height: 180%;
  height: 106px;
}
.price #price-web .web_price_flex .web_price_item .price_content {
  line-height: 210%;
}
.price #price-dtp,
.price #price-movie {
  margin-bottom: 240px;
}
.price .price_dtp_movie .price_list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.price .price_dtp_movie .price_list .price_item {
  background-color: #fff;
  width: 100%;
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 40px 64px;
  position: relative;
}
.price .price_dtp_movie .price_list .price_item .left {
  width: -moz-fit-content;
  width: fit-content;
}
.price .price_dtp_movie .price_list .price_item .left .icon_box {
  width: 83px;
  height: 100%;
  margin-right: 57px;
}
.price .price_dtp_movie .price_list .price_item .right_content_box {
  width: calc(100% - 140px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.price .price_dtp_movie .price_list .price_item .right_content_box .top_title {
  color: #9DB0BD;
  font-size: 2rem;
  margin-bottom: 40px;
}
.price .price_dtp_movie .price_list .price_item .right_content_box .main_box {
  display: flex;
  justify-content: space-between;
}
.price .price_dtp_movie .price_list .price_item .right_content_box .main_box .content {
  width: 64%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.6rem;
  line-height: 180%;
}
.price .price_dtp_movie .price_list .price_item .right_content_box .main_box .price_display {
  position: relative;
  bottom: unset;
  right: unset;
  margin-top: auto;
  padding-bottom: 4px;
}

/* ============================================ */
@media (max-width: 599px) {
  .price .top_description {
    margin-top: 38px;
    margin-bottom: 75px;
    text-align: left;
  }
  .price #price-web .web_price_flex {
    flex-direction: column;
  }
  .price #price-web .web_price_flex .web_price_item {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 43px 15px;
  }
  .price .price_display {
    font-size: 2.4rem;
    margin-left: auto;
    margin-top: 32px;
    bottom: unset;
    right: unset;
    position: relative;
  }
  .price #price-web .web_price_flex .web_price_item .price_case {
    font-size: 1.3rem;
    margin-bottom: 25px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .price #price-web .web_price_flex {
    margin-top: 65px;
    margin-bottom: 42px;
    row-gap: 18px;
  }
  .price .price_note {
    line-height: 145%;
    font-weight: 300;
  }
  .price #price-web {
    margin-bottom: 150px;
  }
  .price .price_dtp_movie .price_list .price_item {
    padding: 32px 16px;
    border-radius: 22px;
  }
  .price .price_dtp_movie .price_list .price_item .left .icon_box {
    width: 59px;
    margin-right: 22px;
    margin-left: 3px;
  }
  .price .price_dtp_movie .price_list .price_item .right_content_box {
    width: 100%;
  }
  .price .price_dtp_movie .price_list .price_item .right_content_box .main_box {
    flex-direction: column;
  }
  .price .price_dtp_movie .price_list .price_item .right_content_box .main_box .content {
    width: 100%;
    margin-bottom: 25px;
  }
  .price .icon_box.sp {
    width: 59px;
    height: 100%;
    margin-right: 15px;
  }
  .price .price_dtp_movie .price_list .price_item .right_content_box .top_title {
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    line-height: 138%;
    letter-spacing: 2.5px;
  }
  .price .price_dtp_movie .price_list .price_item .right_content_box .main_box .price_display {
    position: relative;
    bottom: unset;
    right: unset;
    margin-top: auto;
    padding-bottom: 4px;
    font-size: 2rem;
    margin-left: unset;
  }
  .price .price_dtp_movie .price_list {
    margin-bottom: 45px;
  }
  .price #price-dtp, .price #price-movie {
    margin-bottom: 100px;
  }
}
/* ============================================ */
/* よくある質問css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.qa .qa_head {
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.qa .qa_head::before {
  content: "";
  background-color: #000;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

/* ============================================ */
/* ============================================ */
/* できることcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.service_list .service_box {
  padding-bottom: 240px;
}
.service_list .service_box .top_img_box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  height: 36vh;
  overflow: hidden;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service_list .service_box .top_img_box .head_box .head_en {
  color: #fff;
  font-size: 4rem;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.service_list .service_box .top_img_box .head_box h3.head {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
}
.service_list .service_box .top_img_box .description {
  color: #fff;
  font-size: 2.4rem;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.24);
  line-height: 170%;
}
.service_list .service_box .main_box {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.service_list .service_box .main_box .left_btns {
  width: 20%;
  position: sticky;
  top: 100px;
  height: -moz-fit-content;
  height: fit-content;
}
.service_list .service_box .main_box .left_btns .btns_head {
  font-size: 2.4rem;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.service_list .service_box .main_box .left_btns .btns {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.service_list .service_box .main_box .left_btns .btns .section_btn {
  padding: 3px 3px 3px 20px;
  font-weight: 300;
  position: relative;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.service_list .service_box .main_box .left_btns .btns .section_btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  left: 0;
  margin-bottom: 1px;
  opacity: 0;
  transition: all 0.3s;
}
.service_list .service_box .main_box .left_btns .btns .section_btn:hover {
  opacity: 0.6;
}
.service_list .service_box .main_box .left_btns .btns .section_btn.section_active {
  font-weight: 700;
}
.service_list .service_box .main_box .left_btns .btns .section_btn.section_active::before {
  opacity: 1;
}
.service_list .service_box .main_box .right_main {
  width: 70%;
}
.service_list .service_box .main_box .right_main .contents_list {
  width: 100%;
}
.service_list .service_box .main_box .right_main .contents_list li {
  border-top: 1px solid #B7BAC2;
  padding-top: 32px;
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .service_list .service_box .main_box .right_main .contents_list li:first-of-type {
    border-top: none;
  }
}
.service_list .service_box .main_box .right_main .contents_list li h4 {
  font-size: 2.4rem;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.service_list .service_box .main_box .right_main .contents_list li .en_title {
  color: #B7BAC2;
  font-size: 1.3rem;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.service_list .service_box .main_box .right_main .contents_list li .top_description {
  font-size: 1.3rem;
  letter-spacing: 1px;
  line-height: 240%;
  width: 100%;
  margin-bottom: 80px;
}
.service_list .service_box .main_box .right_main .contents_list li .chart {
  width: 100%;
  padding: 24px;
  padding-top: 2px;
  border-radius: 16px;
  border: 1px solid #000;
  margin-bottom: 32px;
}
.service_list .service_box .main_box .right_main .contents_list li .chart .row_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #B7BAC2;
  padding: 19px 0px;
}
.service_list .service_box .main_box .right_main .contents_list li .chart .row_box .row_title {
  width: 160px;
  font-size: 1.6rem;
  padding-top: 7px;
}
.service_list .service_box .main_box .right_main .contents_list li .chart .row_box .row_content {
  width: calc(100% - 160px);
  font-size: 1.3rem;
  line-height: 240%;
}
.service_list .service_box .main_box .right_main .contents_list li .chart .row_box:last-of-type {
  border-bottom: none;
}
.service_list .service_box .main_box .right_main .contents_list li .more_btn {
  margin-left: auto;
}
.service_list .service_box .main_box.dtp .left_description {
  width: 24%;
  font-size: 1.6rem;
  line-height: 180%;
}
.service_list .service_box .main_box.dtp .right_btns {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 24px;
}
.service_list .service_box .main_box.dtp .right_btns .dtp_btn {
  width: 32%;
  height: 75px;
  border-radius: 13px;
  background-color: #E9EDF0;
  padding-left: 32px;
  position: relative;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service_list .service_box .main_box.dtp .right_btns .dtp_btn::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  right: 35px;
  transition: all 0.3s;
}
.service_list .service_box .main_box.dtp .right_btns .dtp_btn:hover::after {
  transition: all 0.3s;
  transform: scale(1.4);
}

/* ============================================ */
@media (max-width: 599px) {
  .service_list .service_box .main_box .left_btns {
    display: none;
  }
  .service_list .service_box .main_box .right_main .contents_list li .chart .row_box {
    flex-direction: column;
    padding: 18px 0px 18px;
  }
  .service_list .service_box .main_box .right_main .contents_list li .chart .row_box .row_content {
    width: 100%;
    font-weight: 300;
    line-height: 210%;
    margin-top: 14px;
  }
  .service_list .service_box .main_box .right_main {
    width: 100%;
  }
  .service_list .service_box .top_img_box {
    padding: 20px;
    height: 47vh;
    border-radius: 11px;
    position: relative;
  }
  .service_list .service_box .top_img_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.14);
    border-radius: 11px;
    z-index: 0;
  }
  .service_list .service_box .top_img_box .head_box {
    z-index: 1;
  }
  .service_list .service_box .top_img_box .description {
    font-size: 2.1rem;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.24);
    line-height: 156%;
    z-index: 1;
  }
  .service_list .service_box .main_box .right_main .contents_list li h4 {
    margin-bottom: 9px;
    letter-spacing: 3px;
  }
  .service_list .service_box .main_box .right_main .contents_list li .en_title {
    margin-bottom: 31px;
  }
  .service_list .service_box .main_box .right_main .contents_list li .top_description {
    width: 100%;
    margin-bottom: 43px;
    letter-spacing: 0.5px;
    line-height: 230%;
  }
  .service_list .service_box .main_box .right_main .contents_list li .chart {
    padding: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .service_list .service_box .main_box .right_main .contents_list li .chart .row_box .row_title {
    width: 160px;
    font-size: 1.6rem;
    padding-top: 0;
  }
  .service_list .service_box .main_box .right_main .contents_list li .more_btn {
    margin-left: auto;
    margin-right: auto;
  }
  .service_list .service_box {
    padding-bottom: 90px;
  }
  .service_list .service_box .main_box.dtp .left_description {
    width: 100%;
    font-size: 1.6rem;
    line-height: 180%;
    padding: 39px 0 53px;
  }
  .service_list .service_box .main_box {
    justify-content: flex-start;
    margin-top: 0;
    flex-direction: column;
  }
  .service_list .service_box .main_box.dtp .right_btns {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 6px;
  }
  .service_list .service_box .main_box.dtp .right_btns .dtp_btn {
    width: 100%;
  }
  #SERVICE .child_page_bg .child_page_box {
    padding: 4%;
    padding-bottom: 0px;
  }
}
/* ============================================ */
/* 制作の流れcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.work_flow .flow_wrap {
  padding-bottom: 240px;
  margin-right: -60px;
  margin-left: -60px;
  padding-left: 60px;
  padding-right: 60px;
  overflow-x: hidden;
}
.work_flow .flow_wrap .flow_head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8588235294);
  font-size: 15rem;
  letter-spacing: 3px;
  margin-bottom: 72px;
  white-space: nowrap;
  height: 148px;
}
.work_flow .flow_wrap .flow_head span {
  position: absolute;
}
.work_flow .flow_wrap .flow_head span h3 {
  font-size: 2.4rem;
  letter-spacing: 2px;
  color: #000;
}
.work_flow .flow_wrap .flow_list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 90px;
}
.work_flow .flow_wrap .flow_list li.flow_item_wrap {
  width: 30.6666667%;
  height: 312px;
  padding-bottom: 42px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.work_flow .flow_wrap .flow_list li.flow_item_wrap::before {
  position: absolute;
  bottom: 0;
  content: "";
  background-color: #B7BAC2;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.work_flow .flow_wrap .flow_list li.flow_item_wrap::after {
  position: absolute;
  content: "";
  bottom: 7px;
  background-color: #B7BAC2;
  height: 2px;
  width: 140%;
}
.work_flow .flow_wrap .flow_list li.flow_item_wrap:first-of-type::after {
  background: linear-gradient(to left, #B7BAC2 50%, rgba(183, 186, 194, 0) 50%);
}
.work_flow .flow_wrap .flow_list li.flow_item_wrap:last-of-type::after {
  background: linear-gradient(to right, #B7BAC2 50%, rgba(183, 186, 194, 0) 50%);
}
.work_flow .flow_wrap .flow_list li.flow_item_wrap .flow_item_main {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.work_flow .flow_wrap .flow_list li.flow_item_wrap .flow_item_main .img_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}
.work_flow .flow_wrap .flow_list li.flow_item_wrap .flow_item_main::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8039215686), rgba(0, 0, 0, 0.2509803922));
  z-index: 1;
}
.work_flow .flow_wrap .flow_list li.flow_item_wrap .flow_item_main .step_number {
  position: absolute;
  width: 100%;
  top: 24px;
  padding: 0 24px;
  color: #fff;
  font-size: 4rem;
  letter-spacing: 4px;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.24);
  z-index: 2;
}
.work_flow .flow_wrap .flow_list li.flow_item_wrap .flow_item_main .step_title {
  position: absolute;
  width: 100%;
  top: 78px;
  padding: 0 24px;
  color: #fff;
  font-size: 2rem;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.24);
  z-index: 2;
  letter-spacing: 2px;
}
.work_flow .flow_wrap .flow_list li.flow_item_wrap .flow_item_main .step_description {
  position: absolute;
  width: 100%;
  bottom: 24px;
  padding: 0 24px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 170%;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.24);
  z-index: 2;
  letter-spacing: 1px;
}
.work_flow .flow_wrap .more_btn {
  margin-top: 80px;
}

/* ============================================ */
@media (max-width: 599px) {
  .work_flow .flow_wrap {
    padding-bottom: 100px;
    margin-right: -4%;
    margin-left: -4%;
    padding-left: 4%;
    padding-right: 4%;
    overflow-x: hidden;
  }
  .work_flow .flow_wrap .flow_head {
    margin-bottom: 73px;
    margin-top: 39px;
    font-size: 10rem;
    height: 88px;
    line-height: 86%;
  }
  .work_flow .flow_wrap .flow_list li.flow_item_wrap .flow_item_main .step_number {
    top: 24px;
    padding: 0 16px;
    font-size: 3.5rem;
    letter-spacing: 3px;
  }
  .work_flow .flow_wrap .flow_list li.flow_item_wrap .flow_item_main .step_title {
    top: 69px;
    padding: 0 16px;
    font-size: 1.9rem;
    letter-spacing: 1.5px;
  }
  .work_flow .flow_wrap .flow_list li.flow_item_wrap .flow_item_main .step_description {
    bottom: 24px;
    padding: 0 16px;
  }
  .work_flow .flow_wrap .flow_list li.flow_item_wrap .flow_item_main {
    width: 89%;
    margin-right: 6%;
    margin-right: auto;
    margin-left: 2%;
  }
  .work_flow .flow_wrap .flow_list li.flow_item_wrap {
    width: 100%;
    height: 240px;
    padding-bottom: 0px;
  }
  .work_flow .flow_wrap .flow_list li.flow_item_wrap::before {
    bottom: 0;
    right: 0;
    bottom: unset;
    width: 16px;
    height: 16px;
  }
  .work_flow .flow_wrap .flow_list li.flow_item_wrap::after {
    height: 140%;
    width: 2px;
    bottom: unset;
    right: 7px;
  }
  .work_flow .flow_wrap .flow_list li.flow_item_wrap:last-of-type::after {
    background: linear-gradient(to bottom, #B7BAC2 50%, rgba(183, 186, 194, 0) 50%);
  }
  .work_flow .flow_wrap .flow_list li.flow_item_wrap:first-of-type::after {
    background: linear-gradient(to top, #B7BAC2 50%, rgba(183, 186, 194, 0) 50%);
  }
  .work_flow .flow_wrap .flow_list {
    row-gap: 44px;
  }
  .work_flow #DTP.flow_wrap .flow_head {
    font-size: 7rem;
  }
  .work_flow #DTP.flow_wrap .flow_head span h3 {
    font-size: 2.2rem;
  }
}
/* ============================================ */
/* 「ページ名をここに入力」css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.works .child_main_flex .right_main .works_post_head,
.news .child_main_flex .right_main .works_post_head {
  text-align: center;
  line-height: 210%;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
}
.works .child_main_flex .right_main .works_posts_list,
.news .child_main_flex .right_main .works_posts_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
  -moz-column-gap: 2.5%;
       column-gap: 2.5%;
}
.works .child_main_flex .right_main .works_posts_list li,
.news .child_main_flex .right_main .works_posts_list li {
  width: 48.75%;
}
.works .child_main_flex .right_main .works_posts_list li a,
.news .child_main_flex .right_main .works_posts_list li a {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.works .child_main_flex .right_main .works_posts_list li a .img_wrap,
.news .child_main_flex .right_main .works_posts_list li a .img_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 340px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 21px;
}
.works .child_main_flex .right_main .works_posts_list li a .img_wrap .img_box,
.news .child_main_flex .right_main .works_posts_list li a .img_wrap .img_box {
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
}
.works .child_main_flex .right_main .works_posts_list li a .title,
.news .child_main_flex .right_main .works_posts_list li a .title {
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.works .child_main_flex .right_main .works_posts_list li a .post_bottom,
.news .child_main_flex .right_main .works_posts_list li a .post_bottom {
  display: flex;
  justify-content: space-between;
}
.works .child_main_flex .right_main .works_posts_list li a .post_bottom .category,
.news .child_main_flex .right_main .works_posts_list li a .post_bottom .category {
  color: #B7BAC2;
}
.works .child_main_flex .right_main .works_posts_list li a .post_bottom .client,
.news .child_main_flex .right_main .works_posts_list li a .post_bottom .client {
  color: #B7BAC2;
}
.works .child_main_flex .right_main .works_posts_list li a:hover .img_wrap .img_box,
.news .child_main_flex .right_main .works_posts_list li a:hover .img_wrap .img_box {
  transform: scale(1.05);
}

.pagination_wrap .pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 240px;
  padding-bottom: 170px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.pagination_wrap .pagination .page-item .page-numbers {
  background-color: #B7BAC2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #000;
  transition: all 0.3s ease;
  font-family: "century-gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  padding-left: 1px;
  padding-bottom: 1px;
}
.pagination_wrap .pagination .page-item .page-numbers.current {
  background-color: #25272B;
  color: #fff;
}
.pagination_wrap .pagination .page-item .page-numbers.next {
  background-color: unset;
}
.pagination_wrap .pagination .page-item .page-numbers.prev {
  background-color: unset;
}
.pagination_wrap .pagination .page-item .page-dot {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.pagination_wrap .pagination .page-item .page-dot span {
  display: block;
  width: 3px;
  height: 3px;
  background-color: #25272B;
  border-radius: 50%;
}
.pagination_wrap .pagination .page-item .icon-mini-arrow-02 {
  transition: all 0.3s ease;
  color: #25272B;
  font-size: 1.5rem;
}
.pagination_wrap .pagination .page-item .icon-mini-arrow-02.left {
  transform: rotate(180deg);
}
.pagination_wrap .pagination .page-item a:hover {
  transform: scale(1.1);
}

@media (max-width: 599px) {
  .works .child_main_flex .right_main .works_posts_list, .news .child_main_flex .right_main .works_posts_list {
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 30px;
  }
  .works .child_main_flex .right_main .works_posts_list li, .news .child_main_flex .right_main .works_posts_list li {
    width: 100%;
  }
  .works .child_main_flex .right_main .works_posts_list li a .img_wrap, .news .child_main_flex .right_main .works_posts_list li a .img_wrap {
    height: 31vh;
  }
  .works .child_main_flex .right_main .works_posts_list li a .post_bottom, .news .child_main_flex .right_main .works_posts_list li a .post_bottom {
    flex-direction: column;
  }
  .works .child_main_flex .right_main .works_posts_list li a .post_bottom .category, .news .child_main_flex .right_main .works_posts_list li a .post_bottom .category {
    margin-bottom: 9px;
  }
  .works .child_main_flex .right_main .works_posts_list li a .title, .news .child_main_flex .right_main .works_posts_list li a .title {
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-size: 1.7rem;
    letter-spacing: 1px;
    line-height: 142%;
  }
  .pagination_wrap .pagination {
    padding-top: 75px;
    padding-bottom: 25px;
  }
}
/* ============================================ */
/* 記事詳細css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.single_works {
  width: 100%;
  background-color: #F4F7F9;
}
.single_works .essential_info_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.single_works .essential_info_wrap .essential_info {
  color: #B7BAC2;
  letter-spacing: 0.5px;
  display: flex;
  position: relative;
}
.single_works .essential_info_wrap .essential_info .essential_info_head {
  /* width: 80px; */
  display: block;
  margin-right: 27px;
  min-width: 60px;
}
.single_works .essential_info_wrap .link {
  position: relative;
  color: #B7BAC2;
}
.single_works .essential_info_wrap .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #B7BAC2;
  position: absolute;
  bottom: 0;
}
.single_works .single_works_fv {
  width: 100%;
}
.single_works .single_works_fv .fv_top_flex {
  display: flex;
  justify-content: space-between;
  padding-top: 24vh;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 71px;
}
.single_works .single_works_fv .fv_top_flex .fv_top_left {
  width: -moz-fit-content;
  width: fit-content;
}
.single_works .single_works_fv .fv_top_flex .fv_top_left .works_category {
  margin-bottom: 20px;
}
.single_works .single_works_fv .fv_top_flex .fv_top_left .works_title {
  font-size: 3.2rem;
  letter-spacing: 1px;
}
.single_works .single_works_fv .fv_top_flex .fv_top_left .breadcrumb {
  position: relative;
  margin-top: 25px;
}
.single_works .single_works_fv .fv_top_flex .fv_top_right {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 100px;
  padding-right: 48px;
}
.single_works .single_works_fv .fv_img {
  width: 100%;
  height: 44vh;
}
.single_works .single_works_content {
  padding-top: 86px;
}
.single_works .single_works_content .outline {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 203px;
}
.single_works .single_works_content .outline::before {
  content: "OUTLINE";
  font-family: "century-gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  color: #000;
  display: block;
  position: absolute;
  left: 0;
}
.single_works .single_works_content .outline::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #B7BAC2;
  position: absolute;
  left: 160px;
}
.single_works .single_works_content .wp-block-image {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 31px;
}
.single_works .single_works_content .wp-block-image.top {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 31px;
}
.single_works .single_works_content .wp-block-image.top img {
  height: 67vh;
}
.single_works .single_works_content h3 {
  position: relative;
  margin-top: 190px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 760px;
  font-size: 2.4rem;
}
.single_works .single_works_content p {
  font-size: 1.5rem;
  line-height: 180%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 760px;
}
.single_works .single_works_content .before {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 203px;
  white-space: nowrap;
}
.single_works .single_works_content .before::before {
  content: "BEFORE";
  font-family: "century-gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  color: #000;
  display: block;
  position: absolute;
  left: 0;
}
.single_works .single_works_content .before::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #B7BAC2;
  position: absolute;
  left: 160px;
}
.single_works .single_works_content .how {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 203px;
}
.single_works .single_works_content .how::before {
  content: "HOW";
  font-family: "century-gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  color: #000;
  display: block;
  position: absolute;
  left: 0;
}
.single_works .single_works_content .how::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #B7BAC2;
  position: absolute;
  left: 160px;
}
.single_works .single_works_bottom_content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 210px;
  overflow: hidden;
}
.single_works .single_works_bottom_content .img_box {
  width: calc(100% - 380px);
}
.single_works .single_works_bottom_content .essential_info_wrap {
  padding-right: 48px;
  padding-left: 120px;
}
.single_works .single_works_bottom_content .essential_info_wrap .essential_info_head {
  min-width: 105px;
}
.single_works .prev_wrap {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #36393D;
  color: #fff;
}
.single_works .prev_wrap span {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 22px;
}
.single_works .prev_wrap .view_more_circle {
  position: relative;
  bottom: unset;
  right: unset;
  margin-top: 30px;
}

@media (max-width: 599px) {
  .single_works .single_works_fv .fv_top_flex {
    padding-top: 24vh;
    padding-left: 6%;
    padding-right: 6%;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .single_works .single_works_fv .fv_top_flex .fv_top_left .works_title {
    font-size: 2.2rem;
    line-height: 122%;
    letter-spacing: 1px;
  }
  .single_works .single_works_fv .fv_top_flex .fv_top_left .breadcrumb {
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .single_works .essential_info_wrap .link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .single_works .single_works_fv .fv_top_flex .fv_top_right {
    padding-right: 0;
    padding-top: 78px;
  }
  .single_works .single_works_content .before,
  .single_works .single_works_content .how,
  .single_works .single_works_content .outline {
    padding-left: 0;
    padding-top: 75px;
    margin-top: 0;
    margin-bottom: 80px;
    white-space: normal;
  }
  .single_works .single_works_content .before::before,
  .single_works .single_works_content .how::before,
  .single_works .single_works_content .outline::before {
    top: 0;
  }
  .single_works .single_works_content .before::after,
  .single_works .single_works_content .how::after,
  .single_works .single_works_content .outline::after {
    width: 100%;
    height: 1px;
    left: 0;
    top: 40px;
  }
  .single_works .single_works_content p {
    margin-top: 30px;
    margin-bottom: 100px;
    width: 100%;
    font-size: 1.4rem;
  }
  .single_works .single_works_content .wp-block-image.top img {
    height: 58vh;
  }
  .single_works .single_works_content .wp-block-image.top {
    margin-bottom: 13px;
  }
  .single_works .single_works_content .wp-block-image {
    border-radius: 9px;
    margin-bottom: 13px;
  }
  .single_works .single_works_bottom_content .img_box {
    width: 100%;
  }
  .single_works .single_works_bottom_content {
    padding-bottom: 210px;
    flex-direction: column-reverse;
  }
  .single_works .single_works_bottom_content .essential_info_wrap {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 65px;
  }
  .single_works .single_works_content h3 {
    margin-top: 190px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 2.2rem;
    line-height: 147%;
  }
  .single_works .prev_wrap {
    height: 56vh;
  }
  .single_works .single_works_content .wp-block-image.top {
    border-radius: 9px;
    overflow: hidden;
  }
}
/* ============================================ */
/* フォームcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.form_wrap .main_sentence {
  padding-bottom: 80px;
  padding-top: 20px;
  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;
}
.recaptcha-notice a {
  border-bottom: 1px solid #000;
}
@media (max-width: 599px) {
  .recaptcha-notice {
    font-size: 1.2rem;
    line-height: 172%;
    letter-spacing: 0px;
    padding-top: 11px;
  }
}

.form_item_flex {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  row-gap: 27px;
  border-bottom: 1px solid #B7BAC2;
  position: relative;
}
.form_item_flex:first-of-type::before {
  content: "";
  width: 110%;
  height: 1px;
  background-color: #B7BAC2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 599px) {
  .form_item_flex:first-of-type::before {
    width: 100%;
  }
}
.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;
  font-weight: 300;
  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;
  font-weight: 300;
  white-space: nowrap;
}
.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;
  font-weight: 300;
}
@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_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;
}

/* 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;
  display: flex;
  position: relative;
  transition: all 0.3s ease;
  position: relative;
  align-items: center;
}
.form_submit input {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.65px;
  border: none;
  transition: all 0.3s ease;
  overflow: visible;
  z-index: 1;
  position: relative;
  color: #fff;
  background-color: #121212;
  border-radius: 50px;
  display: flex;
  align-items: center;
  height: 62px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  padding-left: 32px;
  padding-right: 92px;
  text-align: left;
}
@media (max-width: 599px) {
  .form_submit input {
    height: 54px;
    padding-left: 25px;
    padding-right: 62px;
    min-width: 170px;
  }
  .form_submit input::after {
    width: 12px;
    height: 12px;
    right: 27px;
  }
}
.form_submit::after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  right: 32px;
  transition: all 0.3s ease;
  z-index: 2;
}
.form_submit:hover::after {
  transform: scale(1.5);
  transition: all 0.3s ease;
}

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

.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: 10px;
  border-radius: 6px;
}

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

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

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

.form_wrap {
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.form_bg {
  background-color: unset;
  padding: 0px 0px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_bg {
    padding: 0px 0px;
  }
}
@media (max-width: 599px) {
  .form_bg {
    padding: 47px 1%;
  }
}

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

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

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -24px;
  left: 16px;
  width: auto;
  height: auto;
  font-size: 1.5rem !important;
}
.custom-checkbox-wrapper > p {
  display: flex;
  justify-content: center;
}
.checkbox-text {
  font-size: 1.6rem;
  color: #000;
  font-weight: 300;
}
@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: 1px;
}
.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;
}

/* ============================================ */
/* プライバシーポリシーcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.privacy_policy_wrap {
  padding-top: 0;
  padding-bottom: 60px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.privacy_policy_wrap .heading {
  width: 100%;
  line-height: 30px;
  text-align: center;
  padding: 94px 11%;
  font-weight: 300;
  font-size: 1.5rem;
}
@media (max-width: 599px) {
  .privacy_policy_wrap .heading {
    padding: 56px 0%;
    font-size: 1.3rem;
  }
}
.privacy_policy_wrap ul li {
  display: flex;
  gap: 6%;
  padding: 40px 0;
  border-top: 1px solid #717171;
}
@media (max-width: 599px) {
  .privacy_policy_wrap ul li {
    flex-direction: column;
    row-gap: 20px;
  }
}
.privacy_policy_wrap ul li .title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #1E1E1E;
  width: 36%;
  line-height: 180%;
}
@media (max-width: 599px) {
  .privacy_policy_wrap ul li .title {
    width: 100%;
    font-size: 1.8rem;
  }
}
.privacy_policy_wrap ul li .content {
  color: #161616;
  font-size: 1.6rem;
  line-height: 180%;
  width: 100%;
  font-weight: 300;
}
@media (max-width: 599px) {
  .privacy_policy_wrap ul li .content {
    font-size: 1.4rem;
  }
}

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

.dummy_column {
  opacity: 0;
}

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

/* ============================================ */
/* 自動スクロールの写真ボックスcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.img_loop_wrap {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 104px;
  z-index: 2;
}
.img_loop_wrap .img_loop {
  display: flex;
  gap: 41px;
  animation: loopScroll-footer 40s linear infinite;
}
.img_loop_wrap .img_loop img {
  width: 2443px;
  flex-shrink: 0;
}
@keyframes loopScroll-footer {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2484px);
  }
}
@media (max-width: 599px) {
  .img_loop_wrap {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 88px;
    z-index: 2;
  }
  .img_loop_wrap .img_loop {
    display: flex;
    gap: 41px;
    animation: loopScroll-footer 40s linear infinite;
  }
  .img_loop_wrap .img_loop img {
    width: 1927px;
    flex-shrink: 0;
  }
  @keyframes loopScroll-footer {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-1968px);
    }
  }
}

.company .img_loop_wrap {
  position: relative;
  top: unset;
}
.company .img_loop_wrap .img_loop {
  display: flex;
  gap: 40px;
  animation: loopScroll-company 40s linear infinite;
}
.company .img_loop_wrap .img_loop img {
  width: 2287px;
  flex-shrink: 0;
}
@keyframes loopScroll-company {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2327px);
  }
}
@media (max-width: 599px) {
  .company .img_loop_wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .company .img_loop_wrap .img_loop {
    display: flex;
    gap: 40px;
    animation: loopScroll-company 30s linear infinite;
  }
  .company .img_loop_wrap .img_loop img {
    width: 1390px;
    flex-shrink: 0;
  }
  @keyframes loopScroll-company {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-1430px);
    }
  }
}

/* ============================================ */
/* トグルでコンテント表示css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.qa .qa-list {
  margin-bottom: 260px;
}
.qa .qa-list li.qa_item {
  border-top: 1px solid #B7BAC2;
  padding-top: 32px;
  padding-bottom: 32px;
  cursor: pointer;
}
.qa .qa-list li.qa_item:last-of-type {
  border-bottom: 1px solid #B7BAC2;
}
.qa .qa-list li.qa_item .q {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.qa .qa-list li.qa_item .q .q_heading {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #25272B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: #fff;
}
.qa .qa-list li.qa_item .q .q_content {
  font-size: 2.4rem;
  padding-left: 62px;
  width: calc(100% - 30px);
  line-height: 150%;
}
.qa .qa-list li.qa_item .q .icon {
  background-color: unset;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: relative;
}
.qa .qa-list li.qa_item .q .icon .line_top {
  height: 3px;
  width: 24px;
  background-color: #000;
  transition: all 0.3s ease;
  transform: rotate(90deg);
  position: absolute;
}
.qa .qa-list li.qa_item .q .icon .line_bottom {
  height: 3px;
  width: 24px;
  background-color: #000;
  transition: all 0.3s ease;
  position: absolute;
}
.qa .qa-list li.qa_item .q.active .icon .line_top {
  transform: rotate(180deg);
  opacity: 0;
}
.qa .qa-list li.qa_item .a {
  padding-top: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
.qa .qa-list li.qa_item .a .a_heading {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #25272B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: #fff;
  margin-right: 16px;
  opacity: 0;
}
.qa .qa-list li.qa_item .a .a_content {
  font-size: 1.4rem;
  width: 100%;
  min-height: 40px;
  line-height: 240%;
  padding-left: 46px;
}

@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') */
/* ============================================ */
.img_slider_container .img_box {
  height: 633px;
  width: 100%;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}
.img_slider_container .img_box .slider_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.img_slider_container .img_box .slider_image.active {
  opacity: 1;
}
.img_slider_container .img_change_buttons {
  padding-top: 26px;
  display: flex;
  flex-direction: column;
}
.img_slider_container .img_change_buttons .change_btn {
  margin-bottom: 15px;
  margin-left: 17px;
  display: flex;
  color: #d2d2d2;
  font-size: 1.6rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.img_slider_container .img_change_buttons .change_btn::before {
  content: "";
  width: 1.2px;
  height: 72px;
  background-color: #d2d2d2;
  margin-right: 8px;
  transition: all 0.3s ease;
}
.img_slider_container .img_change_buttons .change_btn.active {
  color: #003057;
  transition: all 0.3s ease;
}
.img_slider_container .img_change_buttons .change_btn.active::before {
  background-color: #003057;
  transition: all 0.3s ease;
}
.img_slider_container .img_change_buttons .change_btn:hover {
  color: #003057;
  transition: all 0.3s ease;
}
.img_slider_container .img_change_buttons .change_btn:hover::before {
  background-color: #003057;
  transition: all 0.3s ease;
}
@media (max-width: 599px) {
  .img_slider_container .img_change_buttons.pc {
    display: none;
  }
}
.img_slider_container .img_change_buttons.sp {
  display: none;
}
@media (max-width: 599px) {
  .img_slider_container .img_change_buttons.sp {
    display: flex;
  }
}/*# sourceMappingURL=style.css.map */