@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') */
/* ============================================ */
/*---------------------------------------------*/
/*
/* 共有/全体
/*
/*---------------------------------------------*/
html {
  color: #121212;
  font-size: 62.5%;
  font-weight: 200;
  letter-spacing: 1.6px;
  line-height: 1;
  font-family: serif;
  scroll-behavior: smooth;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

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

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

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

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

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

a:hover {
  transition: 0.5s;
}

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

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

/*---------------------------------------------*/
/* フェードアニメーション
/*---------------------------------------------*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  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;
}

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

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

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

.full_width_child {
  position: relative;
  left: calc((100vw - 1140px) / -2);
  right: calc((100vw - 1140px) / -2);
  width: 100vw;
}
@media (max-width: 599px) {
  .full_width_child {
    left: unset;
    right: unset;
    margin-left: -6%;
    margin-right: -6%;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .full_width_child {
    left: unset;
    right: unset;
    margin-left: -6%;
    margin-right: -6%;
  }
}

/*---------------------------------------------*/
/* セクションタイトル
/*---------------------------------------------*/
body .wrapper .section_title_en {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 137%;
  color: #003057;
  margin-bottom: 6px;
  font-family: "Roboto Slab", serif;
}
@media (max-width: 599px) {
  body .wrapper .section_title_en {
    font-size: 12px;
    margin-bottom: 7px;
    letter-spacing: 1px;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  body .wrapper .section_title_en {
    font-size: 12px;
    margin-bottom: 7px;
    letter-spacing: 1px;
  }
}

body .wrapper .section_title {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 137%;
  letter-spacing: 6px;
  margin-bottom: 47px;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 599px) {
  body .wrapper .section_title {
    letter-spacing: 4px;
    font-size: 30px;
    line-height: 129%;
    margin-bottom: 20px;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  body .wrapper .section_title {
    letter-spacing: 4px;
    font-size: 36px;
    line-height: 129%;
    margin-bottom: 19px;
  }
}

body .wrapper .section_title.section_title_long {
  letter-spacing: 3px;
}
.mincho {
  font-family: "Shippori Mincho", serif;
}

.font-wight-shadow {
  text-shadow: 0 0 0.3px #121212;
}

.roboto {
  font-family: "Roboto Slab", serif;
}

.wrapper .main_sentence.fs_1_4rem {
  font-size: 1.4rem;
}

.wrapper .main_sentence.f_center {
  text-align: center;
}

.no_link {
  pointer-events: none;
  opacity: 0.5;
}

/*---------------------------------------------*/
/* 説明文
/*---------------------------------------------*/
.wrapper .main_heading {
  color: #003057;
  line-height: 150%;
  padding-bottom: 19px;
  letter-spacing: 1.5px;
  font-size: 3.2rem;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
@media (max-width: 599px) {
  .wrapper .main_heading {
    font-size: 22px;
    padding-bottom: 16px;
    margin-bottom: 18px;
    font-weight: 700;
  }
  .wrapper .main_heading::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 1.3px;
    width: 100%;
    background: linear-gradient(to right, #003057 19%, #ffffff 19%);
  }
}

.wrapper .main_heading_mini {
  color: #003057;
  line-height: 150%;
  font-size: 2rem;
  letter-spacing: 1.5px;
  font-weight: 500;
}
.wrapper .main_heading_mini span {
  font-size: 1.4rem;
  margin-top: 10px;
}

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

/*---------------------------------------------*/
/* よく使うflex
/*---------------------------------------------*/
.wrapper .main_flex {
  display: flex;
  justify-content: space-between;
}
.wrapper .main_flex .right {
  width: 68%;
  padding-right: 20px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .wrapper .main_flex {
    flex-direction: column;
  }
  .wrapper .main_flex .right {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 599px) {
  .wrapper .main_flex {
    flex-direction: column;
  }
  .wrapper .main_flex .right {
    width: 100%;
    padding-right: 0;
  }
}

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

.left {
  padding-left: 20px;
}
@media (max-width: 599px) {
  .left {
    padding-left: 0;
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .left {
    padding-left: 0;
    width: 100%;
  }
}

/*---------------------------------------------*/
/* もっと見るボタン
/*---------------------------------------------*/
.more_btn {
  display: flex;
  justify-content: space-between;
  background-color: #003057;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 15px 22px;
  border-radius: 100px;
  transition: all 0.3s ease;
  width: 188px;
  align-items: center;
}
.more_btn i {
  color: #fff;
  font-size: 1.6rem;
  transition: all 0.3s ease;
  width: 21px;
}
.more_btn:hover {
  transition: all 0.3s ease;
}
.more_btn:hover i {
  width: 12px;
}
@media (max-width: 599px) {
  .more_btn {
    padding: 14px 38px;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    font-weight: 600;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .more_btn i {
    width: 12px;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .more_btn {
    padding: 14px 22px;
    font-weight: 600;
  }
  .more_btn i {
    width: 12px;
  }
}

.more_btn.long {
  width: 273px;
}
@media (max-width: 599px) {
  .more_btn.long {
    width: 289px;
  }
}

/*---------------------------------------------*/
/* ニュースリスト（archiveとtopで使用）
/*---------------------------------------------*/
.news_list .news_item {
  padding: 32px 0;
  border-bottom: 1px solid #EAEAEA;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_list .news_item_main {
  width: 88%;
  display: flex;
  align-items: center;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .news_list .news_item_main {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 16px;
  }
}
@media (max-width: 599px) {
  .news_list .news_item_main {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 16px;
  }
}
.news_list .news_item_top {
  display: flex;
  align-items: center;
}
.news_list .news_date {
  font-size: 1.4rem;
  color: #4e4e4e;
  margin-right: 18px;
  font-family: "Roboto Slab", serif;
}
.news_list .news_category {
  background-color: #f6f6f6;
  padding: 5px 13px;
  font-size: 1.2rem;
  margin-right: 28px;
  white-space: nowrap;
  font-weight: 300;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .news_list .news_category {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .news_list .news_category {
    font-size: 12px;
  }
}
.news_list .news_title {
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: 300;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .news_list .news_title {
    font-size: 17px;
  }
}
@media (max-width: 599px) {
  .news_list .news_title {
    font-size: 15px;
  }
}
.news_list .news_item_arrow {
  width: 7%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.news_list .news_item_arrow i {
  font-size: 1.4rem;
  color: #121212;
  transition: all 0.3s ease;
  margin-right: 22px;
}
.news_list .news_item:hover.no_news:hover {
  border-bottom: 1px solid #EAEAEA;
}
.news_list .news_item:hover:hover {
  transition: all 0.3s ease;
  border-bottom: 1px solid #003057;
}
.news_list .news_item:hover:hover .news_title {
  color: #003057;
  transition: all 0.3s ease;
}
.news_list .news_item:hover:hover i {
  transition: all 0.3s ease;
  margin-right: 8px;
}
.news_list .news_item:first-child {
  border-top: 1px solid #EAEAEA;
}

/*---------------------------------------------*/
/*
/* 共有/子ページファーストビュー
/*
/*---------------------------------------------*/
.child_fv {
  width: 100%;
}
.child_fv .child_fv_top {
  padding: 59px 32px 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .child_fv .child_fv_top {
    padding: 138px 0px 18px;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 28px;
  }
}
@media (max-width: 599px) {
  .child_fv .child_fv_top {
    padding: 138px 0px 34px;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 28px;
  }
}
.child_fv .child_fv_top .title h2 {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 6px;
  font-family: "Shippori Mincho", serif;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .child_fv .child_fv_top .title h2 {
    font-size: 32px;
    letter-spacing: 2px;
  }
}
@media (max-width: 599px) {
  .child_fv .child_fv_top .title h2 {
    font-size: 32px;
    letter-spacing: 2px;
  }
}
.child_fv .child_fv_top .title h2 .section_title_en {
  letter-spacing: 1px;
}
.child_fv .child_fv_top .pankuzu-list {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  opacity: 0.6;
}
@media (max-width: 599px) {
  .child_fv .child_fv_top .pankuzu-list {
    margin-left: auto;
    display: none;
  }
}
.child_fv .child_fv_top .pankuzu-list ul {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  height: 100%;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .child_fv .child_fv_top .pankuzu-list ul {
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
}
@media (max-width: 599px) {
  .child_fv .child_fv_top .pankuzu-list ul {
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
}
.child_fv .child_fv_top .pankuzu-list ul li {
  font-size: 1.2rem;
  max-width: 224px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 300;
  height: 100%;
  padding-top: 4px;
  text-decoration: none;
}
.child_fv .child_fv_top .pankuzu-list ul li a {
  padding-left: 1px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .child_fv .child_fv_top .pankuzu-list ul li {
    font-size: 10px;
    letter-spacing: 1px;
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  .child_fv .child_fv_top .pankuzu-list ul li {
    font-size: 10px;
    letter-spacing: 1px;
    max-width: 100%;
  }
}
.child_fv .child_fv_top .pankuzu-list ul li:last-child {
  text-decoration: none;
}
.child_fv .child_fv_top .pankuzu-list ul li:nth-child(even) {
  text-decoration: none;
}
.child_fv .child_fv_top .pankuzu-list ul li::after {
  content: "";
  display: block;
  height: 0.7px;
  margin-top: 0px;
  margin-left: 0px;
  width: 100%;
  background-color: #000;
}
.child_fv .child_fv_top .pankuzu-list ul li:last-child::after {
  display: none;
}
.child_fv .child_fv_top .pankuzu-list ul li:nth-child(even)::after {
  display: none;
}
.child_fv .child_fv_img {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  border-radius: 18px;
}
@media (max-width: 599px) {
  .child_fv .child_fv_img {
    height: 30vh;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .child_fv .child_fv_img {
    height: 46vh;
  }
}

/*---------------------------------------------*/
/* パララックス要素につける
/*---------------------------------------------*/
.parallax_item {
  will-change: transform;
  transition: transform 0.05s linear;
}
/* ============================================ */
/* ヘッダーcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.left_logo {
  width: 210px;
  display: block;
  margin-top: -5px;
}
.left_logo img {
  height: auto;
}

.top_header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  padding: 27px 4%;
  justify-content: space-between;
  align-items: center;
}
.top_header .right_buttons {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 354px;
  -moz-column-gap: 35px;
       column-gap: 35px;
  justify-content: space-between;
  margin-right: 12px;
}
.top_header .right_buttons a {
  color: #121212;
  font-size: 1.4rem;
  width: 150px;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
  padding: 6px 0;
  font-weight: 300;
}
.top_header .right_buttons a::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #EFE45B;
  margin-right: 15px;
  transition: 0.3s ease-in-out;
}
.top_header .right_buttons li:hover a::before {
  margin-right: 18px;
  transition: 0.3s ease-in-out;
}
.top_header .right_buttons li:hover a {
  color: #EFE45B;
  transition: 0.3s ease-in-out;
}

.scroll_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  align-items: center;
  padding-left: 4%;
  padding-top: 12px;
  padding-bottom: 2px;
  pointer-events: none;
  transition: background-color 0.3s ease;
}
.scroll_header h1 {
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.scroll_header .menu_icon {
  z-index: 1000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.scroll_header.visible {
  pointer-events: auto;
  background-color: #ffffff;
}
.scroll_header.visible h1 {
  z-index: 1000;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  pointer-events: auto;
}
.scroll_header.visible .menu_icon {
  z-index: 1000;
  pointer-events: auto;
  opacity: 1;
}

.menu {
  position: absolute;
  width: 40%;
  top: 0;
  right: 0;
  clear: both;
  background-color: rgba(255, 255, 255, 0.9215686275);
  transform: translateX(100%);
  transform-origin: top;
  display: flex;
  flex-direction: column;
  padding: 120px 6%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* スクロールの滑らかさを向上 (モバイル対応) */
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.3008s;
}

.menu_btn:checked ~ .menu {
  transform: translateX(0);
  right: 0;
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.menu_btn:checked ~ .menu a,
.menu_btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.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;
  padding: 35px 30px 35px 16px;
  margin: 0px 45px;
}

.navicon {
  background-color: #000000;
  display: block;
  height: 1px;
  width: 48px;
  border-radius: 9px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #000000;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 12px;
  background: #000000;
  border-radius: 9px;
  width: 34px;
}

.navicon:after {
  bottom: 12px;
  background: #000000;
  border-radius: 9px;
  width: 62px;
}

/* Hamburger Menu Animation Start */
.menu_btn:checked ~ .menu_icon .navicon:before {
  transform: rotate(-45deg);
}

.menu_btn:checked ~ .menu_icon .navicon:after {
  transform: rotate(45deg);
}

.menu_btn:checked ~ .menu_icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  box-shadow: none;
}

.menu_btn:checked ~ .menu_icon:not(.steps) .navicon:before {
  top: 0;
  background-color: #000;
  box-shadow: none;
  width: 62px;
}

.menu_btn:checked ~ .menu_icon:not(.steps) .navicon:after {
  bottom: 0;
  background-color: #000;
  box-shadow: none;
}

/* Hamburger Menu Animation End */
.menu_buttons {
  list-style: none;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.menu_buttons li {
  height: 100%;
}
.menu_buttons a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #EAEAEA;
  padding: 4% 0;
}
.menu_buttons a .text_box {
  width: -moz-fit-content;
  width: fit-content;
}
.menu_buttons a .text_box .en {
  font-size: 13px;
  color: #003057;
  margin-bottom: 8px;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
}
.menu_buttons a .text_box .button_title {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.menu_buttons a i {
  font-size: 16px;
  color: #B6B6B6;
  transition: 0.3s ease-in-out;
}
.menu_buttons a:first-child {
  border-top: none;
}
.menu_buttons a:hover i {
  margin-right: 8px;
  transition: 0.3s ease-in-out;
  color: #003057;
}
.menu_buttons a:hover .button_title {
  color: #003057;
}

.logo_black {
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 0;
}

.logo_white {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.logo_black,
.logo_white {
  width: 100%;
}

@media (max-width: 599px) {
  .scroll_header {
    padding-left: 0;
    padding-top: 11px;
  }
  .scroll_header .menu_icon {
    margin: 0px 4%;
  }
  .scroll_header .navicon {
    width: 37px;
    height: 1.5px;
    background-color: #ffffff;
  }
  .scroll_header .navicon:before {
    top: 12px;
    background: #ffffff;
    width: 30px;
    height: 1.5px;
  }
  .scroll_header .navicon:after {
    bottom: 12px;
    background: #ffffff;
    border-radius: 9px;
    width: 48px;
    height: 1.5px;
  }
  .left_logo {
    height: 47px;
    width: 154px;
    display: flex;
    margin-left: 14%;
    margin-bottom: -6px;
    align-items: center;
    position: relative;
  }
  .left_logo img {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .menu {
    width: 100%;
    padding-left: 9%;
    padding-right: 9%;
    padding-top: 100px;
  }
  .menu_buttons a {
    padding: 6% 0;
  }
  .menu_btn:checked ~ .menu_icon:not(.steps) .navicon:after {
    width: 48px;
  }
  .menu_btn:checked ~ .menu_icon:not(.steps) .navicon:before {
    width: 48px;
  }
  /* ▼ #TOP_FV が画面外、かつメニューが開いてないときだけ黒 */
  body.is-top-hidden:not(.menu-open) .scroll_header .navicon,
  body.is-top-hidden:not(.menu-open) .scroll_header .navicon::before,
  body.is-top-hidden:not(.menu-open) .scroll_header .navicon::after {
    background-color: #000000;
  }
  /* ▼ メニューが開いていて、TOP_FV が見えてる → 黒ロゴに */
  body.menu-open:not(.is-top-hidden) .logo_black {
    opacity: 1;
    width: 100%;
  }
  body.menu-open:not(.is-top-hidden) .logo_white {
    opacity: 0;
    width: 0;
  }
  /* ▼ TOP_FV が見えていないとき → 常に黒ロゴ */
  body.is-top-hidden .logo_black {
    opacity: 1;
    width: 100%;
  }
  body.is-top-hidden .logo_white {
    opacity: 0;
    width: 0;
  }
  .scroll_header.visible {
    background-color: rgb(255, 255, 255);
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .scroll_header {
    padding-left: 0;
    padding-top: 12px;
  }
  .scroll_header .menu_icon {
    margin: 0px 4%;
  }
  .scroll_header .navicon {
    width: 37px;
    height: 1.5px;
    background-color: #ffffff;
  }
  .scroll_header .navicon:before {
    top: 12px;
    background: #ffffff;
    width: 30px;
    height: 1.5px;
  }
  .scroll_header .navicon:after {
    bottom: 12px;
    background: #ffffff;
    border-radius: 9px;
    width: 48px;
    height: 1.5px;
  }
  .left_logo {
    height: 47px;
    width: 186px;
    display: flex;
    margin-left: 40px;
    align-items: center;
    position: relative;
  }
  .left_logo img {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .menu {
    width: 100%;
    padding-left: 9%;
    padding-right: 9%;
    padding-top: 136px;
  }
  .menu_buttons a {
    padding: 2vh 0;
  }
  .menu_btn:checked ~ .menu_icon:not(.steps) .navicon:after {
    width: 48px;
  }
  .menu_btn:checked ~ .menu_icon:not(.steps) .navicon:before {
    width: 48px;
  }
  /* ▼ #TOP_FV が画面外、かつメニューが開いてないときだけ黒 */
  body.is-top-hidden:not(.menu-open) .scroll_header .navicon,
  body.is-top-hidden:not(.menu-open) .scroll_header .navicon::before,
  body.is-top-hidden:not(.menu-open) .scroll_header .navicon::after {
    background-color: #000000;
  }
  /* ▼ メニューが開いていて、TOP_FV が見えてる → 黒ロゴに */
  body.menu-open:not(.is-top-hidden) .logo_black {
    opacity: 1;
    width: 100%;
  }
  body.menu-open:not(.is-top-hidden) .logo_white {
    opacity: 0;
    width: 0;
  }
  /* ▼ TOP_FV が見えていないとき → 常に黒ロゴ */
  body.is-top-hidden .logo_black {
    opacity: 1;
    width: 100%;
  }
  body.is-top-hidden .logo_white {
    opacity: 0;
    width: 0;
  }
  .scroll_header.visible {
    background-color: rgb(255, 255, 255);
  }
}
/* ============================================ */
/* ヘッダーcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
#FOOTER .main {
  padding: 60px 0;
  align-items: center;
}
#FOOTER .main .left {
  row-gap: 56px;
  display: flex;
  flex-direction: column;
}
#FOOTER .main .left h3 a {
  width: 241px;
  display: block;
}
@media (max-width: 599px) {
  #FOOTER .main .left h3 a {
    width: 47vw;
    max-width: 214px;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  #FOOTER .main .left h3 a {
    width: 47vw;
    max-width: 214px;
  }
}
#FOOTER .main .left .address_container {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
#FOOTER .main .left .address_container .address_box h4 {
  font-size: 1.6rem;
  margin-bottom: 12px;
  font-weight: 600;
}
#FOOTER .main .left .address_container .address_box p {
  font-weight: 100;
  line-height: 158%;
  font-size: 1.4rem;
  font-weight: 300;
}
#FOOTER .main .left .privacy_button {
  font-size: 1.4rem;
  width: 195px;
  transition: all 0.3s ease;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
#FOOTER .main .left .privacy_button i {
  transition: all 0.3s ease;
  font-size: 1.6rem;
}
#FOOTER .main .left .privacy_button:hover i {
  margin-right: -8px;
  transition: all 0.3s ease;
}
#FOOTER .main .right {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 44px;
       column-gap: 44px;
  width: -moz-fit-content;
  width: fit-content;
}
#FOOTER .main .right .footer_button_container {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 185px;
}
#FOOTER .main .right .footer_button_container .page_buttons {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  width: 100%;
}
#FOOTER .main .right .footer_button_container .page_buttons .page_button {
  font-size: 1.6rem;
  transition: all 0.3s ease;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E0E0E0;
  color: #003057;
  width: 100%;
  padding: 13px 0px;
  margin-bottom: 6px;
}
#FOOTER .main .right .footer_button_container .page_buttons .page_button i {
  transition: all 0.3s ease;
  font-size: 1.6rem;
  margin-right: 23px;
}
#FOOTER .main .right .footer_button_container .page_buttons .page_button:hover {
  border-bottom: 1px solid #003057;
}
#FOOTER .main .right .footer_button_container .page_buttons .page_button:hover i {
  margin-right: 12px;
  transition: all 0.3s ease;
}
#FOOTER .main .right .footer_button_container .page_buttons .section_name {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  line-height: 141%;
  letter-spacing: 0px;
  font-weight: 300;
  transition: all 0.3s ease;
}
#FOOTER .main .right .footer_button_container .page_buttons .section_name::before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  margin-right: 8px;
  background-color: #323232;
  transition: all 0.3s ease;
}
#FOOTER .main .right .footer_button_container .page_buttons .section_name:hover::before {
  margin-right: 13px;
  transition: all 0.3s ease;
}
#FOOTER .main .right .footer_button_container.right_right {
  row-gap: 20px;
}
#FOOTER .bottom {
  width: 100%;
  padding: 43px 0;
  text-align: center;
  font-weight: 100;
  font-size: 1.2rem;
  border-top: 1px solid #E0E0E0;
  color: #323232;
}
@media (max-width: 599px) {
  #FOOTER .bottom {
    border-top: none;
    padding: 29px 0 104px;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  #FOOTER .bottom {
    border-top: none;
    padding: 29px 0 104px;
  }
}

/* ============================================ */
@media (max-width: 599px) {
  #FOOTER .main .right {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  #FOOTER .main .right {
    display: none;
  }
}
/* ============================================ */
/* 共通css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.footer_contact {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 100px;
  margin-top: 40px;
}
.footer_contact .img_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
.footer_contact .black_filter {
  background-color: rgba(0, 48, 87, 0.5019607843);
  position: relative;
  align-items: center;
  justify-content: center;
}
.footer_contact .black_filter .button {
  padding: 74px 53px 60px 74px;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.footer_contact .black_filter .button .heading {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 28px;
}
.footer_contact .black_filter .button .main_sentence {
  color: #fff;
}
.footer_contact .black_filter .button i {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.footer_contact .black_filter .button:hover {
  background-color: rgba(0, 0, 0, 0.1137254902);
  transition: all 0.3s ease-in-out;
}
.footer_contact .black_filter .button:hover i {
  transition: all 0.3s ease-in-out;
  margin-right: 0px;
}
.footer_contact .black_filter .white-line {
  position: absolute;
  height: 70%;
  width: 0.8px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6509803922);
}

@media (max-width: 599px) {
  .footer_contact .black_filter {
    row-gap: 22px;
    padding: 55px 0;
  }
  .footer_contact .black_filter .button {
    padding: 25px;
    width: 86%;
    overflow: hidden;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .footer_contact .black_filter .button .heading {
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 11px;
  }
  .footer_contact {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 21px;
    margin-top: 48px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .footer_contact .img_bg {
    border-radius: 0px;
  }
  .footer_contact .black_filter .button i {
    font-size: 15px;
    margin-top: auto;
    padding-top: 10px;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .footer_contact .black_filter {
    row-gap: 31px;
    padding: 55px 6%;
    -moz-column-gap: 4%;
         column-gap: 4%;
    flex-direction: row;
    align-items: normal;
  }
  .footer_contact .black_filter .button {
    padding: 25px;
    width: 72%;
    overflow: hidden;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .footer_contact .black_filter .button .heading {
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 11px;
    line-height: 150%;
  }
  .footer_contact {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 21px;
    margin-top: 48px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .footer_contact .img_bg {
    border-radius: 0px;
  }
  .footer_contact .black_filter .button i {
    font-size: 15px;
    margin-top: 14px;
  }
}
/* ============================================ */
/* 共通css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.footer_recruitment {
  margin-top: 100px;
  margin-top: 50px;
}
.footer_recruitment .footer_recruitment_bg {
  background-color: #F5F5F5;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer_recruitment .main_heading {
  font-size: 4.2rem;
  margin-bottom: 0;
}
.footer_recruitment .more_btn {
  margin-top: 17px;
  padding: 14px 43px 14px 35px;
  width: 168px;
  justify-content: center;
  font-weight: 600;
  -moz-column-gap: 8px;
       column-gap: 8px;
  position: relative;
}
.footer_recruitment .more_btn i {
  position: absolute;
  right: 36px;
  width: 12px;
}
.footer_recruitment .more_btn:hover i {
  right: 30px;
  transition: all 0.3s;
  width: 12px;
}

@media (min-width: 600px) and (max-width: 1139px) {
  .footer_recruitment .footer_recruitment_bg .main_heading::after {
    display: none;
  }
  body .footer_recruitment_bg .main_heading {
    font-size: 32px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  .footer_recruitment .footer_recruitment_bg .main_heading::after {
    display: none;
  }
  body .footer_recruitment_bg .main_heading {
    font-size: 32px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .footer_recruitment {
    margin-top: 50px;
  }
}
/* ============================================ */
/* トップページcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.top_bg_color {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 8%, rgba(215, 227, 39, 0.4) 27%, rgba(11, 127, 128, 0.36) 45%, rgba(11, 127, 128, 0.49) 79%, rgba(255, 255, 255, 0.5) 85%);
}

.fv_heading_bold {
  font-weight: 700;
}

.top_fv {
  height: 100%;
}
.top_fv .main_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 0;
  position: relative;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .top_fv .main_flex {
    flex-direction: row;
    margin-top: 90px;
  }
}
.top_fv .main_flex .left {
  height: -moz-fit-content;
  height: fit-content;
  width: 48%;
}
.top_fv .main_flex .left .main_sentence {
  flex-direction: column;
  display: flex;
}
.top_fv .main_flex .left .heading {
  font-weight: 600;
  line-height: 147%;
  letter-spacing: 6px;
  margin-bottom: 47px;
}
.top_fv .main_flex .right {
  width: 46%;
  display: flex;
}
.top_fv .main_flex .right .img_box {
  height: 633px;
  width: 100%;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}
.top_fv .main_flex .right .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;
}
.top_fv .main_flex .right .img_box .slider_image.active {
  opacity: 1;
}
.top_fv .main_flex .right .img_change_buttons {
  padding-top: 26px;
  display: flex;
  flex-direction: column;
}
.top_fv .main_flex .right .img_change_buttons .change_btn {
  margin-bottom: 15px;
  margin-left: 17px;
  display: flex;
  color: #d2d2d2;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.top_fv .main_flex .right .img_change_buttons .change_btn::before {
  content: "";
  width: 1.2px;
  height: 72px;
  background-color: #d2d2d2;
  margin-right: 8px;
  transition: all 0.3s ease;
}
.top_fv .main_flex .right .img_change_buttons .change_btn.active {
  color: #003057;
  transition: all 0.3s ease;
}
.top_fv .main_flex .right .img_change_buttons .change_btn.active::before {
  background-color: #003057;
  transition: all 0.3s ease;
}
.top_fv .main_flex .right .img_change_buttons .change_btn:hover {
  color: #003057;
  transition: all 0.3s ease;
}
.top_fv .main_flex .right .img_change_buttons .change_btn:hover::before {
  background-color: #003057;
  transition: all 0.3s ease;
}
@media (max-width: 599px) {
  .top_fv .main_flex .right .img_change_buttons.pc {
    display: none;
  }
}
.top_fv .main_flex .right .img_change_buttons.sp {
  display: none;
}
@media (max-width: 599px) {
  .top_fv .main_flex .right .img_change_buttons.sp {
    display: flex;
  }
}
.top_fv .airplane_img_box_pc {
  margin-left: calc(-1 * (100vw - 1140px) / 2);
  margin-right: calc(-1 * (100vw - 1140px) / 2);
  margin-top: -238px;
  position: relative;
  z-index: 1;
  width: auto;
  pointer-events: none;
}
.top_fv .airplane_img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1400px;
}

.top_fv .main_flex .right .img_change_buttons.tab {
  display: none;
}
@media (max-width: 599px) {
  .top_fv .main_flex .right .img_change_buttons.tab {
    display: none;
  }
}

body .wrapper .section_title.fv_head {
  display: none;
}

body .top_fv .main_flex .right {
  width: 46%;
}

.fv_more_btn {
  margin-left: 20px;
  margin-top: -111px;
  position: absolute;
  bottom: 95px;
  z-index: 100;
}

.fv_more_btn_sp {
  margin-left: auto;
  margin-right: auto;
  margin-top: 26px;
  margin-bottom: 26px;
  display: none;
}

.airplane_img_box_sp_ver {
  display: none;
  width: 100%;
  margin-top: -170px;
  position: relative;
}
.airplane_img_box_sp_ver .airplane_img {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.airplane_img_box_sp_ver .airplane_img img {
  width: 254%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
  margin-right: -83px;
}

.fv_head_sentence {
  display: none;
  flex-direction: column;
}
@media (max-width: 599px) {
  .fv_head_sentence {
    display: flex;
    padding-top: 20px;
  }
}

.fv_btn .more_btn {
  margin-left: auto;
}
@media (max-width: 599px) {
  .fv_btn .more_btn {
    margin-right: auto;
  }
}

.start_point {
  padding-top: 140px;
}
.start_point h3 {
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 6px;
  margin-bottom: 47px;
}
.start_point .top_map {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.start_point .top_map img.pc {
  display: block;
}
@media (max-width: 599px) {
  .start_point .top_map img.pc {
    display: none;
  }
}
.start_point .top_map img.sp {
  display: none;
}
@media (max-width: 599px) {
  .start_point .top_map img.sp {
    display: block;
  }
}

.top_business {
  padding-top: 140px;
}
.top_business .section_title .section_title_tab_br {
  display: block;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .top_business .section_title .section_title_tab_br {
    display: none;
  }
}
@media (max-width: 599px) {
  .top_business .section_title .section_title_tab_br {
    display: block;
  }
}
.top_business .main_flex {
  display: flex;
  justify-content: space-between;
}
.top_business .section_title_en {
  margin-bottom: 22px;
}
.top_business .right {
  width: 60%;
}
.top_business .right .more_btn {
  margin-top: 50px;
  margin-left: auto;
}
.top_business .auto_scroll_gallery {
  width: 100%;
  width: 100vw;
  overflow: hidden;
}
.top_business .auto_scroll_gallery .scroll_track {
  display: flex;
  width: 3040px;
  animation: scroll-left 35s linear infinite;
  -moz-column-gap: 17px;
       column-gap: 17px;
  padding-top: 86px;
  padding-bottom: 200px;
}
.top_business .auto_scroll_gallery .slide {
  width: 380px;
  height: 440px;
  border-radius: 10px;
  overflow: hidden;
}
.top_business .auto_scroll_gallery .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top_business .auto_scroll_gallery .slide_1 {
  margin-top: -71px;
  margin-top: -33px;
}
.top_business .auto_scroll_gallery .slide_2 {
  margin-top: -80px;
}
.top_business .auto_scroll_gallery .slide_3 {
  margin-top: -80px;
  margin-top: -25px;
}
.top_business .auto_scroll_gallery .slide_4 {
  margin-top: -82px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .top_business .auto_scroll_gallery .scroll_track {
    width: 2480px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-top: 120px;
    padding-bottom: 193px;
  }
  .top_business .auto_scroll_gallery .slide {
    width: 300px;
    height: 391px;
  }
  .top_business .auto_scroll_gallery .slide_1 {
    margin-top: -33px;
  }
  .top_business .auto_scroll_gallery .slide_2 {
    margin-top: -82px;
  }
  .top_business .auto_scroll_gallery .slide_3 {
    margin-top: -25px;
  }
  .top_business .auto_scroll_gallery .slide_4 {
    margin-top: -122px;
  }
}
@media (max-width: 599px) {
  .top_business .auto_scroll_gallery .scroll_track {
    width: 1680px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-top: 60px;
    padding-bottom: 193px;
  }
  .top_business .auto_scroll_gallery .slide {
    width: 200px;
    height: 270px;
  }
  .top_business .auto_scroll_gallery .slide_1 {
    margin-top: -33px;
  }
  .top_business .auto_scroll_gallery .slide_2 {
    margin-top: -82px;
  }
  .top_business .auto_scroll_gallery .slide_3 {
    margin-top: -25px;
  }
  .top_business .auto_scroll_gallery .slide_4 {
    margin-top: -122px;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

body .wrapper .top_business .right {
  width: 60%;
}
@media (min-width: 600px) and (max-width: 1139px) {
  body .wrapper .top_business .right {
    width: 100%;
  }
}
@media (max-width: 599px) {
  body .wrapper .top_business .right {
    width: 100%;
  }
}

.creation_aria {
  padding-top: 100px;
  padding-bottom: 100px;
}
.creation_aria .left {
  width: 55%;
}
.creation_aria .right {
  display: flex;
  -moz-column-gap: 51px;
       column-gap: 51px;
  padding-right: 75px;
  padding-top: 67px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
}
.creation_aria .right .creation_aria_logo {
  height: 300px;
}
.creation_aria .right .creation_aria_logo img {
  width: auto;
}
.creation_aria .creation_link_box {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media (max-width: 599px) {
  .creation_aria .creation_link_box {
    margin-top: 33px;
  }
}
.creation_aria .creation_link_head {
  font-weight: 600;
  font-size: 21px;
}
@media (max-width: 599px) {
  .creation_aria .creation_link_head {
    font-size: 19px;
  }
}
.creation_aria .creation_link_head_sub {
  font-weight: 600;
  margin-top: 17px;
}
.creation_aria .creation_link_head_sub_first {
  margin-top: 5px;
}
.creation_aria .creation_link {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.creation_aria .creation_link:hover {
  opacity: 0.6;
  transition: all 0.3s ease;
}
@media (max-width: 599px) {
  .creation_aria .creation_link {
    font-size: 14px;
  }
}
.creation_aria .creation_link_m {
  margin-bottom: 11px;
}

.top_news {
  padding-top: 100px;
  padding-bottom: 70px;
}
.top_news .right {
  width: 68%;
}
.top_news .right .more_btn {
  margin-top: 40px;
  margin-left: auto;
}

.top_team {
  padding-top: 100px;
  padding-bottom: 100px;
}
.top_team .right {
  width: 68%;
}
.top_team .right .more_btn {
  margin-top: 40px;
  margin-left: auto;
}
.top_team .right .heading {
  font-size: 1.6rem;
  font-weight: 100;
  margin-bottom: 50px;
  line-height: 167%;
  letter-spacing: 1px;
  font-weight: 300;
}
.top_team .right .img_box {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}

.top_news {
  padding-top: 100px;
  padding-bottom: 70px;
}
.top_news .right {
  width: 68%;
}
.top_news .right .more_btn {
  margin-top: 40px;
  margin-left: auto;
}

.top_recruitment {
  padding-top: 100px;
  padding-bottom: 70px;
}
.top_recruitment .right {
  width: 68%;
}
.top_recruitment .right .more_btn {
  margin-top: 40px;
  margin-left: auto;
}
.top_recruitment .recruit_title {
  font-size: 1.6rem;
  color: #003057;
  font-weight: 600;
  line-height: 180%;
}
.top_recruitment .recruit_division,
.top_recruitment .recruit_job_type {
  font-size: 1.4rem;
  display: flex;
  width: 48%;
  line-height: 180%;
  font-weight: 300;
  flex-direction: column;
}
.top_recruitment .recruit_division .title,
.top_recruitment .recruit_job_type .title {
  white-space: nowrap;
}
.top_recruitment .recruit_content {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 18px;
       column-gap: 18px;
  width: 56%;
}
.top_recruitment .news_item_top {
  width: 47%;
}
.top_recruitment .news_list .news_item_main {
  justify-content: space-between;
}

@media (max-width: 999px) {
  body .wrapper .top_fv .main_flex .right {
    width: 100%;
    padding-top: 84px;
    display: flex;
    position: relative;
    padding-right: 0;
  }
  .top_fv .main_flex .right .img_box {
    border-radius: 0;
  }
  .top_fv .main_flex .right .img_change_buttons {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: row;
    padding: 30px 28px 21px;
  }
  .top_fv .main_flex .right .img_change_buttons .change_btn {
    color: rgba(210, 210, 210, 0);
    margin-left: 0;
  }
  .top_fv .main_flex .right .img_change_buttons .change_btn::before {
    width: 26px;
    height: 4px;
    background-color: rgba(210, 210, 210, 0.4666666667);
    margin-right: 4px;
  }
  .top_fv .main_flex .right .img_change_buttons .change_btn.active::before {
    width: 54px;
    background-color: #fff;
  }
  .top_fv .main_flex .left {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
  }
  .top_fv .main_flex .left .heading {
    font-weight: 600;
    line-height: 137%;
    letter-spacing: 3px;
    margin-bottom: 0;
    position: absolute;
    bottom: 82px;
    line-height: 150%;
    left: 21px;
    color: #fff;
    font-size: 32px;
    display: none;
  }
  .top_fv .main_flex .right .img_box {
    height: 45vh;
    border-radius: 37px;
  }
  .top_fv {
    height: auto;
  }
  #TOP_FV .main_sentence {
    padding-top: 6px;
    padding-bottom: 13px;
  }
  .fv_more_btn_sp,
  .airplane_img_box_sp_ver {
    display: flex;
  }
  .top_fv .main_flex .right .img_change_buttons {
    display: none;
  }
  body .wrapper .section_title.fv_head {
    display: flex;
  }
  .airplane_img_box_pc {
    display: none;
  }
  .top_fv .main_flex .left .main_sentence {
    display: none;
  }
  .top_fv .main_flex {
    flex-direction: column;
  }
  .fv_head_sentence {
    display: flex;
  }
  .top_fv .main_flex {
    margin-top: 0px;
  }
}
@media (max-width: 599px) {
  .start_point h3 {
    font-size: 32px;
    letter-spacing: 6px;
    margin-bottom: 15px;
  }
  .start_point .top_map {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11px;
  }
  .start_point {
    padding-top: 57px;
  }
  .top_business .right .more_btn {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .top_business .auto_scroll_gallery .slide {
    border-radius: 15px;
  }
  .creation_aria .left {
    width: 100%;
  }
  body .wrapper .creation_aria .left .right {
    width: 100%;
    padding-top: 0;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 45px;
    justify-content: space-between;
  }
  .creation_aria .right .creation_aria_logo {
    height: 223px;
  }
  .top_news {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .top_news .right .more_btn {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .top_team .right .img_box {
    width: 100%;
    height: 25vh;
    border-radius: 18px;
  }
  .top_team .right .img_box img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    height: 174%;
    margin-top: -26px;
  }
  .top_team .right .heading {
    padding-top: 20px;
    padding-bottom: 38px;
    margin-bottom: 0;
    font-size: 15px;
  }
  .top_team .right .more_btn {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .news_list .news_item:nth-of-type(4) {
    display: none;
  }
  .top_recruitment .news_item_top {
    width: 100%;
  }
  .top_recruitment .recruit_content {
    width: 100%;
  }
  .top_recruitment .recruit_division, .top_recruitment .recruit_job_type {
    font-size: 14px;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
  }
  .top_recruitment .news_list .news_item_main {
    justify-content: space-between;
    row-gap: 7px;
  }
  .news_list .news_item {
    padding: 26px 0;
  }
  .top_recruitment .right .more_btn {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .fv_more_btn {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .start_point h3 {
    font-size: 32px;
    letter-spacing: 6px;
    margin-bottom: 15px;
  }
  .start_point .top_map {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 37px;
  }
  .start_point {
    padding-top: 57px;
  }
  .top_business .right .more_btn {
    margin-top: 50px;
    margin-left: auto;
    margin-right: 0;
  }
  .top_business .auto_scroll_gallery .slide {
    border-radius: 15px;
  }
  .creation_aria .left {
    width: 100%;
  }
  body .wrapper .creation_aria .left .right {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    -moz-column-gap: 7vw;
         column-gap: 7vw;
    padding-top: 32px;
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 85px;
    justify-content: space-between;
  }
  .creation_aria .right .creation_aria_logo {
    height: 223px;
  }
  .top_news {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .top_news .right .more_btn {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .top_team .right .img_box {
    width: 100%;
    height: 300px;
    border-radius: 18px;
  }
  .top_team .right .img_box img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    height: 174%;
    margin-top: -26px;
  }
  .top_team .right .heading {
    padding-top: 20px;
    padding-bottom: 38px;
    margin-bottom: 0;
    font-size: 15px;
  }
  .top_team .right .more_btn {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .news_list .news_item:nth-of-type(4) {
    display: none;
  }
  .top_recruitment .news_item_top {
    width: 100%;
  }
  .top_recruitment .recruit_content {
    width: 100%;
  }
  .top_recruitment .recruit_division, .top_recruitment .recruit_job_type {
    font-size: 14px;
    letter-spacing: 1px;
    flex-direction: row;
  }
  .top_recruitment .news_list .news_item_main {
    justify-content: space-between;
    row-gap: 7px;
  }
  .news_list .news_item {
    padding: 26px 0;
  }
  .top_recruitment .right .more_btn {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ============================================ */
/* 「ページ名をここに入力」css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.news_wrapper {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 64px;
  padding-bottom: 100px;
}
.news_wrapper .news_filters {
  padding: 0 0 60px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.news_wrapper .news_filters .filters_column {
  display: flex;
}
.news_wrapper .news_filters .filters_column .heading {
  font-size: 1.6rem;
  font-weight: 600;
  color: #003057;
  width: 113px;
  line-height: 162%;
}
.news_wrapper .news_filters .filters_column .line {
  width: 1px;
  height: 20px;
  background-color: #003057;
  margin-right: 20px;
  border-radius: 1px;
  margin-top: auto;
  margin-bottom: auto;
}
.news_wrapper .news_filters .filters_column .filter_buttons {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.news_wrapper .news_filters .filters_column .filter_buttons .filter_button {
  color: #003057;
  font-size: 1.4rem;
  padding: 8px 19px;
  border-radius: 6px;
  border: 1px solid #003057;
  transition: all 0.3s ease;
  line-height: 110%;
  font-weight: 300;
}
.news_wrapper .news_filters .filters_column .filter_buttons .filter_button.active {
  background-color: #003057;
  color: #fff;
}
.news_wrapper .news_filters .filters_column .filter_buttons .filter_button:hover {
  background-color: #003057;
  color: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 599px) {
  .news_wrapper .news_filters .filters_column.pc {
    display: none;
  }
}
.news_wrapper .news_list .news_item:first-child {
  border-top: none;
}
.news_wrapper .news_list .news_item_main {
  width: 88%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 17px;
}
.news_wrapper .pagination {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
.news_wrapper .page-numbers {
  font-size: 1.6rem;
  font-weight: 300;
  color: #003057;
  border: 1px solid #003057;
  aspect-ratio: 1;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-family: "Roboto Slab", serif;
}
.news_wrapper .page-numbers.current {
  background-color: #003057;
  color: #fff;
}
.news_wrapper .page-numbers:hover {
  transform: scale(1.07);
  transition: all 0.3s ease;
}
.news_wrapper .page-numbers.next,
.news_wrapper .page-numbers.prev {
  white-space: nowrap;
  border: none;
  font-size: 1.6rem;
  font-weight: 100;
  letter-spacing: 1px;
  font-family: "Roboto Slab", serif;
  display: flex;
  width: 76px;
  justify-content: space-between;
}
.news_wrapper .page-numbers.next:hover,
.news_wrapper .page-numbers.prev:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #003057;
  transition: all 0.3s ease;
}
.news_wrapper .page-numbers.next {
  margin-left: 10px;
}
.news_wrapper .page-numbers.next .icon_box {
  display: flex;
  -moz-column-gap: 0px;
       column-gap: 0px;
  width: 26px;
  padding-top: 2px;
}
.news_wrapper .page-numbers.next .icon_box i {
  font-size: 14px;
  transition: all 0.3s ease;
}
.news_wrapper .page-numbers.next .icon_box i:last-child {
  margin-left: -6px;
}
.news_wrapper .page-numbers.next:hover {
  transform: scale(1);
}
.news_wrapper .page-numbers.next:hover .icon_box i:first-child {
  margin-left: 6px;
  transition: all 0.3s ease;
}
.news_wrapper .page-numbers.prev {
  margin-right: 10px;
}
.news_wrapper .page-numbers.prev .icon_box {
  display: flex;
  -moz-column-gap: 0px;
       column-gap: 0px;
  width: 26px;
  padding-top: 2px;
  justify-content: flex-end;
}
.news_wrapper .page-numbers.prev .icon_box i {
  font-size: 14px;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.news_wrapper .page-numbers.prev .icon_box i:first-child {
  margin-right: -6px;
}
.news_wrapper .page-numbers.prev:hover {
  transform: scale(1);
}
.news_wrapper .page-numbers.prev:hover .icon_box i:last-child {
  margin-right: 6px;
  transition: all 0.3s ease;
}

.filter_sp_group_flex {
  display: flex;
  justify-content: space-between;
}
.filter_sp_group_flex .filter_sp_group {
  margin-bottom: 16px;
  width: 48.5%;
  position: relative;
}
.filter_sp_group_flex .filter_sp_group .filter_button_sp_toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 16px 15px 24px;
  background: #f2f2f2;
  border-radius: 7px;
  position: relative;
  cursor: pointer;
}
.filter_sp_group_flex .filter_sp_group .filter_button_sp_toggle .toggle_text {
  font-weight: 600;
  font-size: 15px;
  color: #003057;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter_sp_group_flex .filter_sp_group .filter_button_sp_toggle .icon-mini-arrow {
  transform: rotate(90deg);
  transition: transform 0.3s;
  color: #003057;
  font-size: 15px;
}
.filter_sp_group_flex .filter_sp_group .js-toggle-target {
  display: none;
  margin-top: 8px;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  padding: 10px 0;
  background-color: #fff;
}
.filter_sp_group_flex .filter_sp_group .js-toggle-target.active {
  display: block;
}
.filter_sp_group_flex .filter_sp_group .js-toggle-target .filter_option {
  display: block;
  padding: 15px 24px;
  background: #fff;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
}
.filter_sp_group_flex .filter_sp_group .js-toggle-target .filter_option.active {
  color: #003057;
}

@media (min-width: 600px) and (max-width: 1139px) {
  .news_wrapper .news_filters .filters_column {
    display: flex;
    flex-direction: column;
  }
  .news_wrapper .news_filters .filters_column .line {
    display: none;
  }
  .news_wrapper .news_filters .filters_column .heading {
    margin-bottom: 10px;
  }
  .news_wrapper .news_filters .filter_sp_group_flex.sp {
    display: none;
  }
  .news_wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 37px;
    padding-bottom: 100px;
  }
  .news_wrapper .news_list .news_item_main {
    width: 100%;
  }
  .news_wrapper .news_filters {
    padding: 0 0 37px;
    row-gap: 30px;
  }
}
@media (max-width: 599px) {
  .news_wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 37px;
    padding-bottom: 100px;
  }
  .news_wrapper .news_list .news_item_main {
    width: 100%;
  }
  .news_wrapper .news_filters {
    padding: 0 0 37px;
  }
}
/* ============================================ */
/* 記事詳細css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.single_body {
  padding: 100px 5% 140px;
}
.single_body .top_box {
  display: flex;
  margin-bottom: 28px;
}
.single_body .top_box .date {
  font-size: 1.6rem;
  color: #393939;
  margin-right: 20px;
  line-height: 158%;
  font-weight: 300;
}
.single_body .top_box .category {
  font-size: 1.2rem;
  background-color: #F5F5F5;
  padding: 5px 12px;
  font-weight: 300;
  line-height: 110%;
}
.single_body h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 180%;
  margin-bottom: 24px;
  margin-top: 52px;
  display: flex;
}
.single_body h3::before {
  content: "";
  display: block;
  width: 2px;
  background-color: #212322;
  margin-right: 20px;
}
.single_body h3.page_top {
  font-size: 28px;
}
.single_body h3.page_top::before {
  display: none;
}
.single_body h3.post_top {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 180%;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 2px solid #161616;
  margin-bottom: 20px;
}
.single_body h3.post_top::before {
  display: none;
}
.single_body h4 {
  font-size: 21px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 600;
  line-height: 180%;
}
.single_body .wp-block-image {
  margin-top: 43px;
  margin-bottom: 43px;
}
.single_body strong {
  /* font-weight: bolder; */
  font-weight: 600;
}
.single_body .share_buttons {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 28px;
  -moz-column-gap: 23px;
       column-gap: 23px;
  align-items: center;
}
.single_body .share_buttons .share_heading {
  font-size: 1.4rem;
  font-weight: 300;
  padding: 4px 13px 5px;
  background-color: #003057;
  border-radius: 4px;
  margin-right: 10px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 110%;
}
.single_body .share_buttons .share_button {
  aspect-ratio: 1/1;
  width: 32px;
  transition: all 0.3s ease;
}
.single_body .share_buttons .share_button:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.single_body .top_img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 61px;
}
.single_body .single_content p {
  font-size: 1.6rem;
  line-height: 200%;
  font-weight: 300;
  margin-bottom: 16px;
}
.single_body .single_content a {
  text-decoration: underline;
  color: #007bff;
  letter-spacing: 0px;
  white-space: normal;
  overflow-wrap: anywhere; /* 長い単語/URLも行内で折り返す（推奨） */
  /* 互換目的で追加するなら：word-break: break-word;（古い仕様） */
}
.single_body .more_btn {
  margin-top: 40px;
  margin-left: auto;
  margin-top: 60px;
  margin-left: auto;
  -moz-column-gap: 36px;
       column-gap: 36px;
  width: 180px;
}
.single_body .related_posts_wrap {
  padding-top: 140px;
}
.single_body .related_posts_wrap .related_posts_heading {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 180%;
  margin-bottom: 28px;
}
.single_body .related_posts_wrap .related_posts {
  display: flex;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
.single_body .related_posts_wrap .related_posts .posts_item {
  width: 31.3333333%;
  transition: all 0.3s ease;
}
.single_body .related_posts_wrap .related_posts .posts_item:hover {
  transform: scale(1.03);
  transition: all 0.3s ease;
}
.single_body .related_posts_wrap .related_posts .posts_img {
  overflow: hidden;
  border-bottom: 10px;
  width: 100%;
  height: 200px;
  border-radius: 12px;
}
.single_body .related_posts_wrap .related_posts .posts_center {
  display: flex;
  align-items: center;
  padding: 18px 0px 12px;
}
.single_body .related_posts_wrap .related_posts .posts_center .posts_date {
  color: #454545;
  font-size: 1.4rem;
  margin-right: 18px;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
}
.single_body .related_posts_wrap .related_posts .posts_center .posts_category {
  color: #003057;
  font-size: 1.2rem;
  border: 1px solid #003057;
  padding: 5px 14px;
  border-radius: 6px;
  letter-spacing: 0px;
  font-weight: 300;
  line-height: 110%;
}
.single_body .related_posts_wrap .related_posts .posts_title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 180%;
  color: #003057;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 600px) and (max-width: 1139px) {
  .single_body {
    padding: 50px 0% 140px;
  }
  .single_body .top_box .date {
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 14px;
    line-height: 179%;
  }
  .single_body .top_box .category {
    font-size: 12px;
    padding: 7px 9px;
  }
  .single_body h3 {
    font-size: 20px;
    line-height: 156%;
    margin-bottom: 28px;
  }
  .single_body .share_buttons .share_heading {
    font-size: 12px;
    padding: 3px 12px;
    border-radius: 3px;
    margin-right: 0;
  }
  .single_body .share_buttons .share_button {
    width: 28px;
  }
  .single_body .share_buttons {
    -moz-column-gap: 13px;
         column-gap: 13px;
    margin-bottom: 21px;
  }
  .single_body .top_img {
    height: 52vh;
    margin-bottom: 40px;
  }
  .single_body h3.post_top {
    font-size: 18px;
    line-height: 169%;
  }
  .single_body .more_btn {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    -moz-column-gap: 17px;
         column-gap: 17px;
    width: 169px;
  }
  .single_body .related_posts_wrap .related_posts_heading {
    margin-bottom: 25px;
    font-size: 22px;
    color: #003057;
    font-family: "Shippori Mincho", serif;
  }
  .single_body .related_posts_wrap .related_posts .posts_img {
    display: none;
  }
  .single_body .related_posts_wrap .related_posts {
    flex-direction: column;
  }
  .single_body .related_posts_wrap .related_posts .posts_item {
    width: 100%;
    padding: 32px 0px;
    border-bottom: 1px solid #dfdfdf;
  }
  .single_body .related_posts_wrap .related_posts .posts_center .posts_date {
    color: #6b6b6b;
    letter-spacing: 1px;
  }
  .single_body .related_posts_wrap .related_posts .posts_center .posts_category {
    font-size: 12px;
    background-color: #F5F5F5;
    border: none;
    border-radius: 2px;
    color: #161616;
    padding: 7px 12px;
  }
  .single_body .related_posts_wrap .related_posts .posts_title {
    font-size: 15px;
    color: #161616;
    font-weight: 300;
  }
  .single_body .related_posts_wrap .related_posts .posts_center {
    padding: 0px 0px 12px;
  }
}
@media (max-width: 599px) {
  .single_body {
    padding: 50px 0% 140px;
  }
  .single_body h3.page_top {
    font-size: 20px;
  }
  .single_body h4 {
    font-size: 17px;
  }
  .single_body .top_box .date {
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 14px;
    line-height: 179%;
  }
  .single_body .top_box .category {
    font-size: 12px;
    padding: 7px 9px;
  }
  .single_body h3 {
    font-size: 20px;
    line-height: 156%;
    margin-bottom: 28px;
  }
  .single_body .share_buttons .share_heading {
    font-size: 12px;
    padding: 3px 12px;
    border-radius: 3px;
    margin-right: 0;
  }
  .single_body .share_buttons .share_button {
    width: 28px;
  }
  .single_body .share_buttons {
    -moz-column-gap: 13px;
         column-gap: 13px;
    margin-bottom: 21px;
  }
  .single_body .top_img {
    height: 28vh;
    margin-bottom: 40px;
  }
  .single_body h3.post_top {
    font-size: 18px;
    line-height: 169%;
  }
  .single_body .more_btn {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    -moz-column-gap: 17px;
         column-gap: 17px;
    width: 185px;
  }
  .single_body .related_posts_wrap .related_posts_heading {
    margin-bottom: 25px;
    font-size: 22px;
    color: #003057;
    font-family: "Shippori Mincho", serif;
  }
  .single_body .related_posts_wrap .related_posts .posts_img {
    display: none;
  }
  .single_body .related_posts_wrap .related_posts {
    flex-direction: column;
  }
  .single_body .related_posts_wrap .related_posts .posts_item {
    width: 100%;
    padding: 32px 0px;
    border-bottom: 1px solid #dfdfdf;
  }
  .single_body .related_posts_wrap .related_posts .posts_center .posts_date {
    color: #6b6b6b;
    letter-spacing: 1px;
  }
  .single_body .related_posts_wrap .related_posts .posts_center .posts_category {
    font-size: 12px;
    background-color: #F5F5F5;
    border: none;
    border-radius: 2px;
    color: #161616;
    padding: 7px 12px;
  }
  .single_body .related_posts_wrap .related_posts .posts_title {
    font-size: 15px;
    color: #161616;
    font-weight: 300;
  }
  .single_body .related_posts_wrap .related_posts .posts_center {
    padding: 0px 0px 12px;
  }
}
/* ============================================ */
/* フォームcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.step_wrapper {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 67px;
  display: flex;
}
@media (max-width: 599px) {
  .step_wrapper {
    padding-top: 0px;
    padding-bottom: 26px;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .step_wrapper {
    padding-top: 0px;
    padding-bottom: 26px;
  }
}
.step_wrapper ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.step_wrapper ul .step {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: #003057;
  position: relative;
  border: 1.5px solid #003057;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26%;
  height: 50px;
  padding-left: 6px;
}
@media (max-width: 599px) {
  .step_wrapper ul .step {
    font-size: 12px;
    width: 31%;
    padding-left: 0;
    height: 54px;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .step_wrapper ul .step {
    font-size: 12px;
    width: 31%;
    padding-left: 0;
    height: 54px;
  }
}
.step_wrapper ul .line {
  width: 5%;
  height: 1px;
  background-color: #003057;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 599px) {
  .step_wrapper ul .line {
    width: 3.5%;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .step_wrapper ul .line {
    width: 3.5%;
  }
}
.step_wrapper ul .step::before {
  position: absolute;
  top: calc(50% - 7px);
  left: 19px;
  font-size: 1.6rem;
  color: #003057;
  font-weight: 300;
}
@media (max-width: 599px) {
  .step_wrapper ul .step::before {
    display: none; /* スマホでは非表示 */
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .step_wrapper ul .step::before {
    display: none; /* スマホでは非表示 */
  }
}
.step_wrapper ul .step1::before {
  content: "1.";
}
.step_wrapper ul .step2::before {
  content: "2.";
}
.step_wrapper ul .step3::before {
  content: "3.";
}
.step_wrapper ul .step.now_step {
  background-color: #003057;
  color: #fff;
}
.step_wrapper ul .step.now_step::before {
  color: #fff;
}

.form_wrap .main_sentence {
  padding-bottom: 67px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_wrap .main_sentence {
    padding-bottom: 30px;
  }
}
@media (max-width: 599px) {
  .form_wrap .main_sentence {
    padding-bottom: 30px;
  }
}
.form_wrap .main_sentence.complete {
  padding-bottom: 80px;
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 599px) {
  .form_wrap .main_sentence.complete {
    text-align: left;
    padding-bottom: 45px;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_wrap .main_sentence.complete {
    text-align: left;
    padding-bottom: 45px;
  }
}

.form_wrap .more_btn {
  margin-left: auto;
  margin-right: auto;
}

.confirm_email {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  background-color: #F9F9F9;
  padding: 30px 13%;
  font-size: 1.6rem;
  line-height: 180%;
  text-align: center;
  font-weight: 300;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .confirm_email {
    padding: 36px 35px;
    border-radius: 12px;
  }
}
@media (max-width: 599px) {
  .confirm_email {
    padding: 36px 35px;
    border-radius: 12px;
  }
}
.confirm_email span {
  color: #003057;
}

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

.form_wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_wrap {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 599px) {
  .form_wrap {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}

.form_bg {
  background-color: #F9F9F9;
  padding: 74px 60px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_bg {
    padding: 45px 25px;
  }
}
@media (max-width: 599px) {
  .form_bg {
    padding: 45px 25px;
  }
}

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

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

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -15px; /* 適宜調整 */
  left: 0; /* 適宜調整 */
  width: auto;
  height: auto;
}
.form_item {
  display: flex;
  min-height: 55px;
  padding-bottom: 20px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_item {
    flex-direction: column;
    row-gap: 18px;
  }
}
@media (max-width: 599px) {
  .form_item {
    flex-direction: column;
    row-gap: 18px;
  }
}
.form_item .form_title_box {
  width: 39%;
  padding-top: 22px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_item .form_title_box {
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 599px) {
  .form_item .form_title_box {
    width: 100%;
    padding-top: 0;
  }
}
.form_item .form_title_box .form_title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #121212;
  display: flex;
  align-items: center;
}
.form_item .form_title_box .form_title.current::after {
  content: "必須";
  color: #fff;
  background-color: #AF1C1C;
  padding: 3px 5px;
  font-size: 11px;
  border-radius: 3px;
  margin-left: 10px;
}
.form_item p:nth-of-type(2) {
  width: 61%;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_item p:nth-of-type(2) {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .form_item p:nth-of-type(2) {
    width: 100%;
  }
}
.form_item .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  position: relative;
}
.form_item .wpcf7-form-control-wrap input,
.form_item .wpcf7-form-control-wrap .toggle_select,
.form_item .wpcf7-form-control-wrap .contact_content {
  position: relative;
  width: 100%;
  height: 55px;
  border: 1px solid #B1B1B1;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.6rem;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_item .wpcf7-form-control-wrap input,
  .form_item .wpcf7-form-control-wrap .toggle_select,
  .form_item .wpcf7-form-control-wrap .contact_content {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 599px) {
  .form_item .wpcf7-form-control-wrap input,
  .form_item .wpcf7-form-control-wrap .toggle_select,
  .form_item .wpcf7-form-control-wrap .contact_content {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.form_item .wpcf7-form-control-wrap .contact_content {
  min-height: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 170%;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_item .wpcf7-form-control-wrap .contact_content {
    min-height: 200px;
  }
}
@media (max-width: 599px) {
  .form_item .wpcf7-form-control-wrap .contact_content {
    min-height: 200px;
  }
}
.form_item [data-name=toggle_select]::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 [data-name=toggle_select]::after {
  content: "";
  width: 2px;
  height: 9px;
  background-color: #161616;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  transform: rotate(45deg);
  z-index: 1;
}
.custom-checkbox-wrapper > p {
  display: flex;
  justify-content: center;
}
.checkbox-text {
  font-size: 1.6rem;
  color: #003057;
  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 #003057;
  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 #003057;
  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: #003057;
  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;
}

/* submitボタンやそのラッパー */
.form_submit_container {
  padding: 54px 0 13px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.form_submit {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  transition: all 0.3s ease;
}
.form_submit .wpcf7-submit {
  padding: 16px 48px 16px 22px;
  background-color: #003057;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  overflow: visible;
  z-index: 10;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_submit .wpcf7-submit {
    font-weight: 600;
    padding: 15px 66px 15px 22px;
  }
}
@media (max-width: 599px) {
  .form_submit .wpcf7-submit {
    font-weight: 600;
    padding: 15px 52px 15px 36px;
  }
}
.form_submit::before {
  content: "";
  width: 2px;
  height: 9px;
  background-color: #f9f9f9;
  position: absolute;
  top: calc(50% - 7px);
  right: 36px;
  transform: rotate(-45deg);
  z-index: 100;
  transition: all 0.3s ease;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_submit::before {
    top: calc(50% - 8px);
  }
}
@media (max-width: 599px) {
  .form_submit::before {
    top: calc(50% - 8px);
  }
}
.form_submit::after {
  content: "";
  width: 2px;
  height: 9px;
  background-color: #ffffff;
  position: absolute;
  top: calc(50% - 2px);
  right: 36px;
  transform: rotate(45deg);
  z-index: 100;
  transition: all 0.3s ease;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_submit::after {
    top: calc(50% - 2px);
  }
}
@media (max-width: 599px) {
  .form_submit::after {
    top: calc(50% - 2px);
  }
}
.form_submit.previous_button .wpcf7-previous {
  padding: 16px 29px 16px 29px;
  background-color: #ffffff;
  color: #003057;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #003057;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  overflow: visible;
  z-index: 10;
}
@media (max-width: 599px) {
  .form_submit.previous_button .wpcf7-previous {
    font-weight: 600;
    padding: 15px 24px 15px 24px;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .form_submit.previous_button .wpcf7-previous {
    font-weight: 600;
    padding: 15px 24px 15px 24px;
  }
}
.form_submit.previous_button::before, .form_submit.previous_button::after {
  display: none; /* 矢印を非表示 */
}

.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:hover {
  transition: all 0.3s ease;
}
.form_submit:hover::before, .form_submit:hover::after {
  right: 24px;
  transition: all 0.3s ease;
}

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

.your_content {
  position: relative;
  width: 100%;
  height: 55px;
  border-radius: 4px;
  font-size: 1.6rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  color: #595959;
  line-height: 170%;
  font-weight: 300;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .your_content {
    padding-left: 0;
    padding-right: 0;
    margin-top: -17px;
  }
}
@media (max-width: 599px) {
  .your_content {
    padding-left: 0;
    padding-right: 0;
    margin-top: -17px;
  }
}

.your_textarea .your_content {
  min-height: 55px;
  height: auto;
  padding-top: 10px;
}
/* ============================================ */
/* business.php_css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.material_img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 63px;
  margin-top: 26px;
}

.airline_segment {
  margin-top: 0px;
}
@media (max-width: 599px) {
  .airline_segment {
    margin-top: 0px;
  }
}

.our_business {
  padding-top: 120px;
  padding-bottom: 120px;
}
.our_business .right .main_flex {
  margin-top: 50px;
  margin-bottom: 58px;
  justify-content: space-between;
}
.our_business .right .main_flex .material_img_access {
  width: 46%;
}
.our_business .right .material_img {
  margin-top: 38px;
}
.our_business .right .scroll_wrapper {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: auto;
  padding-top: 30px;
  width: 100vw;
  margin-left: -6%;
  margin-right: -6%;
}
.our_business .right .scroll_wrapper .material_img-sp img {
  height: 50vh;
  width: auto;
  display: block;
}
.our_business .right .scroll_hint_box {
  display: none;
  position: relative;
  margin-right: -6%;
  width: auto;
  justify-content: center;
  align-items: center;
  padding-right: 6%;
}
@media screen and (max-width: 768px) {
  .our_business .right .scroll_hint_box {
    display: flex;
  }
}
.our_business .right .scroll_hint_box .scroll_hint {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 50vh;
  background: rgba(0, 0, 0, 0.21);
  cursor: pointer;
  transition: opacity 0.5s ease;
  z-index: 10;
  opacity: 1;
  pointer-events: none;
  border-radius: 19px 0px 0px 19px;
  left: 3px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.our_business .right .scroll_hint_box .scroll_hint .hint_box {
  width: 232px;
  height: 232px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 14px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.937254902);
}
.our_business .right .scroll_hint_box .scroll_hint .hint_box .hint_icon {
  height: 126px;
  margin-left: -23px;
}
.our_business .right .scroll_hint_box .scroll_hint .hint_box .hint_icon img {
  height: 100%;
  width: auto;
}
.our_business .right .scroll_hint_box .scroll_hint .hint_box .hint_text {
  color: #003057;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
}
.our_business .right .scroll_hint_box .scroll_hint.hidden {
  opacity: 0;
}
.our_business .right .material_img-sp {
  padding-left: 6%;
  padding-right: 6%;
}

.airline {
  padding-top: 120px;
  padding-bottom: 120px;
}
.airline .right .main_flex_turbo_prop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 43px 0;
}
.airline .right .main_flex_turbo_prop .material_img_airplane {
  width: 46%;
  border-radius: 14px;
  overflow: hidden;
}
.airline .right .main_flex_turbo_prop .main_heading_mini {
  width: 46%;
}
.airline .right .material_turbo_prop {
  width: 100%;
  margin-top: 18px;
  border-radius: 10px;
  background-color: #f6f6f6;
  padding: 29px 26px 41px;
}
.airline .right .material_turbo_prop .main_heading_mini {
  text-align: center;
  margin-bottom: 41px;
}
.airline .right .material_turbo_prop .main_flex {
  justify-content: space-between;
  align-items: normal;
}
.airline .right .material_turbo_prop .main_flex .merit_box {
  width: 32%;
  border: 2px solid #003057;
  border-radius: 10px;
  padding: 44px 24px 31px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
.airline .right .material_turbo_prop .main_flex .merit_box .main_heading_mini {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.airline .right .material_turbo_prop .main_flex .merit_box .main_heading_mini::after {
  content: "";
  position: absolute;
  bottom: -11px;
  height: 1px;
  border-radius: 1px;
  width: 43px;
  background-color: #003057;
}
.airline .right .material_turbo_prop .main_flex .merit_box .main_sentence {
  line-height: 164%;
}
.airline .right .material_turbo_prop .main_flex .number_1::before {
  font-size: 2.4rem;
  background-color: #003057;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  aspect-ratio: 1;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  font-family: "Roboto Slab", serif;
  content: "01";
}
.airline .right .material_turbo_prop .main_flex .number_2::before {
  font-size: 2.4rem;
  background-color: #003057;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  aspect-ratio: 1;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  font-family: "Roboto Slab", serif;
  content: "02";
}
.airline .right .material_turbo_prop .main_flex .number_3::before {
  font-size: 2.4rem;
  background-color: #003057;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  aspect-ratio: 1;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  font-family: "Roboto Slab", serif;
  content: "03";
}

.regional_creation {
  padding-top: 120px;
  padding-bottom: 0px;
}
.regional_creation .right .material_img {
  margin: 37px 0 0px;
}
.regional_creation .right .tourism {
  margin-top: 40px;
  align-items: center;
  justify-content: space-between;
}
.regional_creation .right .tourism .material_tourism {
  overflow: hidden;
  border-radius: 12px;
  width: 38%;
  height: 220px;
}
.regional_creation .right .tourism .tourism_right {
  width: 58%;
  height: -moz-fit-content;
  height: fit-content;
}
.regional_creation .right .tourism .tourism_right .main_heading_mini {
  margin-bottom: 10px;
}
.regional_creation .right .tourism .tourism_right .main_sentence {
  line-height: 178%;
}
.regional_creation .right .tourism .tourism_right .more_btn {
  margin-top: 16px;
  margin-left: auto;
  width: 183px;
}

.co_creation_areas {
  padding-top: 120px;
  padding-bottom: 120px;
}
.co_creation_areas .right .main_flex {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  justify-content: space-between;
  align-items: flex-end;
}
.co_creation_areas .right .main_flex .logo_box {
  width: 36%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.co_creation_areas .right .main_flex .logo_box img {
  height: auto;
}
.co_creation_areas .right .main_flex .logo_box .coming_soon {
  font-size: 12px;
  margin-top: 20px;
  color: #003057;
  letter-spacing: 0px;
  padding: 8px 16px 9px;
  border-radius: 50px;
  border: 1px solid #003057;
  opacity: 0.8;
}
.co_creation_areas .right .main_flex .logo_box .more_btn {
  margin-top: 30px;
  width: 167px;
  -moz-column-gap: 18px;
       column-gap: 18px;
}

@media (min-width: 600px) and (max-width: 1139px) {
  .our_business {
    padding-top: 57px;
    padding-bottom: 120px;
  }
  .our_business .right .main_flex .material_img_access {
    width: 46%;
  }
  .our_business .right .main_flex .material_img_access img.pc {
    display: block;
  }
  .our_business .right .main_flex .material_img_access img.sp {
    display: none;
  }
  .our_business .right .main_flex {
    row-gap: 17px;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
    margin-top: 60px;
  }
  .our_business .right .scroll_wrapper {
    padding-top: 50px;
  }
  .our_business .right .scroll_wrapper .material_img-sp img {
    height: auto;
    width: 100%;
    display: block;
  }
  .material_img img.pc {
    display: block;
  }
  .material_img img.sp {
    display: none;
  }
  .airline {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .airline .right .main_flex_turbo_prop {
    flex-direction: row;
    row-gap: 20px;
    justify-content: space-between;
  }
  .airline .right .main_flex_turbo_prop .material_img_airplane {
    width: 48%;
  }
  .airline .right .main_flex_turbo_prop .main_heading_mini {
    width: 48%;
  }
  .airline .right .material_turbo_prop {
    padding: 48px 24px 41px;
    margin-top: 0;
  }
  .airline .right .material_turbo_prop .main_flex .merit_box {
    width: 31%;
    border-radius: 13px;
    border: 2.5px solid #003057;
    padding: 44px 19px 31px;
  }
  .airline .right .material_turbo_prop .main_flex {
    flex-direction: row;
    justify-content: space-between;
  }
  .airline .right .material_turbo_prop .main_heading_mini .sp {
    display: none;
  }
  .regional_creation {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .regional_creation .right .tourism .material_tourism {
    width: 48%;
  }
  .regional_creation .right .tourism .tourism_right {
    width: 48%;
  }
  .regional_creation .right .tourism .tourism_right .main_heading_mini {
    margin-bottom: 6px;
    margin-top: 18px;
  }
  .regional_creation .right .tourism .tourism_right .more_btn {
    margin-top: 31px;
    margin-left: auto;
    margin-right: 0;
  }
  .regional_creation .right .tourism {
    justify-content: space-between;
    flex-direction: row;
  }
  .regional_creation .right .material_img.pc {
    display: block;
    width: 70%;
    margin: 50px auto 60px auto;
  }
  .regional_creation .right .material_img.sp {
    display: none;
  }
  .co_creation_areas .right .main_flex .logo_box {
    width: 40%;
  }
  .co_creation_areas .right .main_flex {
    width: 51%;
    row-gap: 49px;
    flex-direction: row;
    justify-content: space-between;
  }
  .co_creation_areas .right .main_flex .logo_box .coming_soon {
    font-size: 17px;
    margin-top: 20px;
    padding: 11px 20px 10px;
  }
  .co_creation_areas {
    padding-top: 120px;
    padding-bottom: 12px;
  }
  .our_business .right .material_img.pc {
    display: flex;
  }
  .our_business .right .material_img.sp {
    display: none;
  }
}
@media (max-width: 599px) {
  .our_business {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .our_business .right .main_flex .material_img_access {
    width: 100%;
  }
  .our_business .right .main_flex {
    row-gap: 17px;
  }
  .airline {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .airline .right .main_flex_turbo_prop {
    flex-direction: column;
    row-gap: 20px;
  }
  .airline .right .main_flex_turbo_prop .material_img_airplane {
    width: 100%;
  }
  .airline .right .main_flex_turbo_prop .main_heading_mini {
    width: 100%;
    font-weight: 600;
    text-align: center;
  }
  .airline .right .material_turbo_prop {
    padding: 48px 24px 41px;
    margin-top: 0;
  }
  .airline .right .material_turbo_prop .main_flex .merit_box {
    width: 100%;
    border-radius: 13px;
    padding: 44px 24px 31px;
    border: 2.5px solid #003057;
  }
  .airline .right .material_turbo_prop .main_flex {
    row-gap: 44px;
  }
  .regional_creation {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .regional_creation .right .tourism .material_tourism {
    width: 100%;
  }
  .regional_creation .right .tourism .tourism_right {
    width: 100%;
  }
  .regional_creation .right .tourism .tourism_right .main_heading_mini {
    margin-bottom: 6px;
    margin-top: 18px;
  }
  .regional_creation .right .tourism .tourism_right .more_btn {
    margin-top: 31px;
    margin-left: auto;
    margin-right: auto;
  }
  .co_creation_areas .right .main_flex .logo_box {
    width: 42%;
  }
  .co_creation_areas .right .main_flex {
    width: 85%;
    flex-direction: row;
    row-gap: 0;
  }
  .co_creation_areas .right .main_flex .logo_box .coming_soon {
    font-size: 11px;
    margin-top: 20px;
    padding: 9px 15px 8px;
  }
  .co_creation_areas {
    padding-top: 120px;
    padding-bottom: 12px;
  }
}
/* ============================================ */
/* company.php_css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.company {
  padding-top: 120px;
  padding-bottom: 120px;
}
.company .left {
  flex-direction: column;
}
.company .right {
  padding-top: 24px;
}
.company .right ul {
  list-style: none;
}
.company .right ul li {
  padding: 38px 0;
  position: relative;
}
.company .right ul li .heading {
  width: 21%;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 164%;
}
.company .right ul li .main_sentence {
  width: 79%;
  color: #4e4e4e;
}
.company .right ul li .position_flex {
  display: flex;
  -moz-column-gap: 42px;
       column-gap: 42px;
  width: 79%;
}
.company .right ul li .position_flex p {
  font-size: 1.6rem;
  line-height: 191%;
  letter-spacing: 0.3px;
  font-weight: 300;
  color: #4e4e4e;
}
.company .right ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #003057 21%, #D4D4D4 21%);
}

.shareholder {
  padding-top: 120px;
  padding-bottom: 120px;
}
.shareholder .right {
  padding-top: 34px;
}
.shareholder .right ul {
  list-style: none;
  flex-wrap: wrap;
  row-gap: 16px;
}
.shareholder .right ul li {
  aspect-ratio: 6/1;
  width: 49%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f6f6f6;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4e4e4e;
  transition: all 0.3s ease-in-out;
}
.shareholder .right ul li:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.04);
}

.media {
  padding-top: 60px;
  padding-bottom: 120px;
}
.media .right {
  padding-top: 30px;
}
.media .right .media_button {
  position: relative;
  width: 32%;
  height: 180px;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid #003057;
  font-size: 2rem;
  color: #003057;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {
  .media .right .media_button {
    flex-direction: row;
  }
}
.media .right .media_button i {
  transition: all 0.3s ease-in-out;
  margin-top: auto;
  margin-left: auto;
  color: #003057;
  font-size: 1.6rem;
  position: absolute;
  bottom: 28px;
  right: 28px;
}
.media .right .media_button span {
  margin-top: auto;
  margin-left: auto;
  margin-bottom: 1px;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
}
@media (max-width: 599px) {
  .media .right .media_button span {
    margin-bottom: auto;
  }
}
.media .right .media_button:hover i {
  transition: all 0.3s ease-in-out;
  margin-right: -8px;
}

.wrapper .media .right {
  width: 63%;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .wrapper .media .right {
    width: 100%;
    flex-direction: row;
  }
}
@media (max-width: 599px) {
  .wrapper .media .right {
    width: 100%;
  }
}

@media (min-width: 600px) and (max-width: 1139px) {
  #COMPANY li.main_flex {
    row-gap: 10px;
  }
  #COMPANY li.main_flex::after {
    background: #d4d4d4;
  }
  .company .right ul li .main_sentence {
    width: 100%;
  }
  .shareholder {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .shareholder .right ul li {
    aspect-ratio: 15/3;
    width: 49%;
    border-radius: 7px;
  }
  .shareholder .right {
    padding-top: 16px;
  }
  .shareholder .right ul {
    row-gap: 12px;
    flex-direction: row;
  }
  .media .right .media_button {
    width: 32%;
    height: 24vh;
    padding: 26px;
    border-radius: 12px;
  }
  .media .right {
    padding-top: 16px;
    row-gap: 21px;
  }
  .company {
    padding-top: 0px;
    padding-bottom: 120px;
  }
  #ABOUT_COMPANY .heading,
  #SHAREHOLDER .heading,
  #MEDIA .heading {
    color: #003057;
  }
}
@media (max-width: 599px) {
  #COMPANY li.main_flex {
    row-gap: 10px;
  }
  #COMPANY li.main_flex::after {
    background: #d4d4d4;
  }
  .company .right ul li .main_sentence {
    width: 100%;
  }
  .shareholder {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .shareholder .right ul li {
    aspect-ratio: 5/1;
    width: 100%;
    border-radius: 7px;
  }
  .shareholder .right {
    padding-top: 16px;
  }
  .shareholder .right ul {
    row-gap: 12px;
  }
  .media .right .media_button {
    width: 100%;
    height: 76px;
    border-radius: 11px;
    padding: 26px;
  }
  .media .right {
    padding-top: 16px;
    row-gap: 21px;
  }
  .company {
    padding-top: 0px;
    padding-bottom: 120px;
  }
  #ABOUT_COMPANY .heading,
  #SHAREHOLDER .heading,
  #MEDIA .heading {
    color: #003057;
  }
}
/* ============================================ */
/* プライバシーポリシーcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
@media (min-width: 600px) and (max-width: 1139px) {
  #PRIVACY_POLICY .child_fv .child_fv_top .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 599px) {
  #PRIVACY_POLICY .child_fv .child_fv_top .title h2 {
    font-size: 28px;
  }
}

.privacy_policy {
  padding-bottom: 120px;
  background-color: #fff;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .privacy_policy {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (max-width: 599px) {
  .privacy_policy {
    padding-left: 6%;
    padding-right: 6%;
  }
}
.privacy_policy .heading {
  width: 100%;
  font-size: 1.6rem;
  line-height: 30px;
  text-align: center;
  padding: 94px 11%;
  font-weight: 300;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .privacy_policy .heading {
    padding: 56px 0%;
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .privacy_policy .heading {
    padding: 56px 0%;
    font-size: 14px;
  }
}
.privacy_policy ul li {
  display: flex;
  gap: 6%;
  padding: 40px 0;
  border-top: 1px solid #717171;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .privacy_policy ul li {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (max-width: 599px) {
  .privacy_policy ul li {
    flex-direction: column;
    row-gap: 20px;
  }
}
.privacy_policy ul li .title {
  font-weight: 600;
  color: #1E1E1E;
  font-size: 2rem;
  width: 36%;
  line-height: 180%;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .privacy_policy ul li .title {
    width: 100%;
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .privacy_policy ul li .title {
    width: 100%;
    font-size: 18px;
  }
}
.privacy_policy ul li .content {
  color: #161616;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
  width: 100%;
  font-weight: 300;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .privacy_policy ul li .content {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .privacy_policy ul li .content {
    font-size: 14px;
  }
}

/* ============================================ */
/* サイトマップcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
#SITE_MAP .section_title_en {
  margin-top: 65px;
}
#SITE_MAP .section_title {
  padding-bottom: 13px;
}

.site_map_wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 90px;
       column-gap: 90px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .site_map_wrap {
    flex-direction: column;
    row-gap: 18px;
    width: 60%;
  }
}
@media (max-width: 599px) {
  .site_map_wrap {
    flex-direction: column;
    row-gap: 18px;
    width: 100%;
  }
}
.site_map_wrap .section_title_en {
  margin-top: 60px;
}
.site_map_wrap .button_container {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  width: 185px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .site_map_wrap .button_container {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .site_map_wrap .button_container {
    width: 100%;
  }
}
.site_map_wrap .button_container .buttons {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  width: 100%;
}
.site_map_wrap .button_container .buttons .page_button {
  font-size: 1.6rem;
  transition: all 0.3s ease;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E0E0E0;
  color: #003057;
  width: 100%;
  padding: 13px 0px;
  margin-bottom: 6px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .site_map_wrap .button_container .buttons .page_button {
    padding: 17px 0;
  }
}
@media (max-width: 599px) {
  .site_map_wrap .button_container .buttons .page_button {
    padding: 17px 0;
  }
}
.site_map_wrap .button_container .buttons .page_button i {
  transition: all 0.3s ease;
  font-size: 1.6rem;
  margin-right: 4px;
}
.site_map_wrap .button_container .buttons .page_button:hover {
  border-bottom: 1px solid #003057;
}
.site_map_wrap .button_container .buttons .page_button:hover i {
  margin-right: 12px;
  transition: all 0.3s ease;
}
.site_map_wrap .button_container .buttons .section_name {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  line-height: 141%;
  letter-spacing: 0px;
  font-weight: 300;
}
.site_map_wrap .button_container .buttons .section_name::before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  margin-right: 8px;
  background-color: #323232;
}
/* ============================================ */
/* 採用情報css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
#RECRUIT .main_flex.recruit_main_flex {
  flex-direction: row-reverse;
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}
@media (min-width: 600px) and (max-width: 1139px) {
  #RECRUIT .main_flex.recruit_main_flex {
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  #RECRUIT .main_flex.recruit_main_flex {
    flex-direction: column;
  }
}
#RECRUIT .recruit_wrap {
  width: 30%;
  background-color: #F3F3F3;
  padding: 0 18px 0;
  margin-left: 20px;
  border-radius: 12px;
  top: 65px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  #RECRUIT .recruit_wrap {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  #RECRUIT .recruit_wrap {
    width: 100%;
    margin-left: 0;
  }
}
#RECRUIT .recruit_wrap .recruit_top_bg {
  background-color: #fff;
  top: -10px;
  margin-left: -18px;
  margin-right: -18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 25px;
  border-radius: 12px;
  z-index: 100;
}
#RECRUIT .recruit_wrap .recruit_top {
  padding-top: 48px;
  padding-bottom: 30px;
  border-radius: 12px;
  background-color: #F3F3F3;
  margin-left: -18px;
  margin-right: -18px;
  padding-left: 18px;
  padding-right: 18px;
}
#RECRUIT .recruit_wrap .recruit_top .heading {
  font-size: 2.4rem;
  color: #003057;
  text-align: center;
  padding-bottom: 34px;
  font-weight: 700;
  position: relative;
}
#RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons {
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  padding-bottom: 12px;
}
#RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons .recruit_filter_toggle_wrapper {
  width: 48.5%;
  position: relative;
}
#RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons .recruit_filter_toggle_wrapper .recruit_filter_toggle {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 13px 16px;
  background-color: #fff;
  border-radius: 7px;
  justify-content: space-between;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}
#RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons .recruit_filter_toggle_wrapper .recruit_filter_toggle span {
  font-weight: 600;
  font-size: 1.2rem;
  color: #003057;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 2px;
}
#RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons .recruit_filter_toggle_wrapper .recruit_filter_toggle i {
  transform: rotate(90deg);
  font-size: 15px;
  color: #003057;
  margin-top: 1px;
}
#RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons .recruit_filter_toggle_wrapper .recruit_filter_toggle:hover {
  transition: all 0.3s ease;
  transform: scale(1.02);
}
#RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons .recruit_filter_toggle_wrapper .dropdown {
  display: none;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  overflow: hidden;
}
#RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons .recruit_filter_toggle_wrapper .dropdown li {
  padding: 13px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.2rem;
  font-weight: 300;
}
#RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons .recruit_filter_toggle_wrapper .dropdown li:hover {
  background-color: #eee;
  transition: all 0.3s ease;
}
#RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons .recruit_filter_toggle_wrapper .dropdown.open {
  display: block;
  position: absolute;
  top: 46px;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  z-index: 10;
}
#RECRUIT .recruit_wrap .recruit_top .filter_apply {
  font-weight: 600;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 6px;
  background-color: #003057;
  text-align: center;
  padding: 13px 0;
  width: 100%;
  transition: all 0.3s ease;
}
#RECRUIT .recruit_wrap .recruit_top .filter_apply:hover {
  transition: all 0.3s ease;
  transform: scale(1.02);
}
#RECRUIT .recruit_wrap .recruit_list_scroll {
  height: 55vh;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  #RECRUIT .recruit_wrap .recruit_list_scroll {
    height: auto;
  }
}
@media (max-width: 599px) {
  #RECRUIT .recruit_wrap .recruit_list_scroll {
    height: auto;
  }
}
#RECRUIT .recruit_wrap .recruit_list_scroll .recruit_item {
  background-color: #fff;
  padding: 30px 22px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
#RECRUIT .recruit_wrap .recruit_list_scroll .recruit_item .recruit_category_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
#RECRUIT .recruit_wrap .recruit_list_scroll .recruit_item .recruit_category_box .recruit_category {
  font-size: 1.2rem;
  background-color: #F1F1F1;
  padding: 8px 19px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  font-weight: 300;
}
#RECRUIT .recruit_wrap .recruit_list_scroll .recruit_item .title {
  font-size: 1.6rem;
  color: #003057;
  margin-bottom: 16px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; /* 表示する最大行数 */
  line-height: 160%; /* 行の高さ */
  max-height: 49px; /* 改行数に応じて高さを設定 */
}
#RECRUIT .recruit_wrap .recruit_list_scroll .recruit_item .content {
  font-size: 1.4rem;
  margin-bottom: 16px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4; /* 表示する最大行数 */
  line-height: 140%; /* 行の高さ */
  max-height: 80px; /* 改行数に応じて高さを設定 */
}
#RECRUIT .recruit_wrap .recruit_list_scroll .recruit_item .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#RECRUIT .recruit_wrap .recruit_list_scroll .recruit_item .tag_list .tag {
  border: 1px solid #003057;
  border-radius: 4px;
  color: #003057;
  font-size: 1.2rem;
  padding: 0px 7px;
  height: 27px;
  font-weight: 300;
  display: flex;
  align-items: center;
  line-height: 110%;
}
#RECRUIT .recruit_wrap .recruit_list_scroll .recruit_item:hover {
  transition: all 0.3s ease;
  transform: scale(1.02);
  z-index: 0;
}
#RECRUIT .recruit_wrap .recruit_list_scroll .recruit_item:last-child {
  margin-bottom: 90px;
}
#RECRUIT .recruit_wrap .recruit_list_scroll .recruit_no_posts {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  padding: 20px 0;
}
#RECRUIT .main_flex .right {
  width: 64%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 600px) and (max-width: 1139px) {
  #RECRUIT .main_flex .right {
    width: 100%;
  }
}
@media (max-width: 599px) {
  #RECRUIT .main_flex .right {
    width: 100%;
  }
}
#RECRUIT .main_flex .right .our_mission {
  padding-top: 20px;
  padding-bottom: 140px;
}
#RECRUIT .main_flex .right .our_mission .recruit_page_airplane_img {
  width: 100%;
}
#RECRUIT .main_flex .right .our_mission .more_btn {
  margin-top: 40px;
  margin-left: auto;
}
#RECRUIT .main_flex .right .ideal_candidate {
  padding-bottom: 126px;
}
#RECRUIT .main_flex .right .pitch_deck {
  padding-bottom: 126px;
}
#RECRUIT .main_flex .right .project_material_img {
  width: 100%;
  margin-top: 30px;
  border-radius: 8px;
  overflow: hidden;
}
#RECRUIT .main_flex .right .project_material_img.sample {
  height: 330px;
  background-color: #b8b8b8;
  display: flex;
  align-items: center;
  justify-content: center;
}
#RECRUIT .main_flex .right .project_material_img.sample span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
#RECRUIT .main_flex .right .recruit_contact_button {
  background-color: #073763;
  border-radius: 8px;
  overflow: hidden;
  padding: 55px 74px 40px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
#RECRUIT .main_flex .right .recruit_contact_button .heading {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 21px;
}
#RECRUIT .main_flex .right .recruit_contact_button .main_sentence {
  color: #fff;
}
#RECRUIT .main_flex .right .recruit_contact_button i {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 20px;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}
#RECRUIT .main_flex .right .recruit_contact_button:hover {
  transition: all 0.3s ease-in-out;
  background-color: rgb(10, 41, 70);
}
#RECRUIT .main_flex .right .recruit_contact_button:hover i {
  transition: all 0.3s ease-in-out;
  margin-right: -12px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  #RECRUIT .main_flex .right .recruit_contact_button.pc {
    display: none;
  }
}
@media (max-width: 599px) {
  #RECRUIT .main_flex .right .recruit_contact_button.pc {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  #RECRUIT .main_flex .right .recruit_contact_button.sp {
    display: flex;
  }
}
@media (max-width: 599px) {
  #RECRUIT .main_flex .right .recruit_contact_button.sp {
    display: flex;
  }
}

.recruit_page .airplane_img_box_sp_ver {
  margin-top: 0;
}

@media (min-width: 600px) and (max-width: 1139px) {
  .recruit_wrap_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #RECRUIT .main_flex .right .our_mission .recruit_page_airplane_img {
    width: 100%;
    margin-top: 22px;
  }
  #RECRUIT .main_flex .right .our_mission .more_btn {
    margin-left: auto;
    margin-right: 0;
    width: 200px;
  }
  #RECRUIT .main_flex .right .our_mission {
    padding-bottom: 100px;
  }
  #RECRUIT .recruit_wrap .recruit_top .heading {
    font-size: 32px;
    text-align: left;
  }
  #RECRUIT .recruit_wrap {
    padding: 0px 6% 0;
    border-radius: 12px;
    background-color: #fff;
  }
  #RECRUIT .recruit_wrap .recruit_list_scroll {
    row-gap: 1px;
    background-color: #ffffff;
  }
  #RECRUIT .recruit_wrap .recruit_list_scroll .recruit_item {
    border-radius: 0px;
    padding-right: 0;
    padding-left: 0;
    border-bottom: solid 1px #dcdcdc;
  }
  #RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons .recruit_filter_toggle_wrapper .recruit_filter_toggle {
    background-color: #F3F3F3;
    padding: 18px 20px;
    height: 46px;
  }
  #RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons .recruit_filter_toggle_wrapper .recruit_filter_toggle span {
    font-size: 15px;
  }
  #RECRUIT .recruit_wrap .recruit_top .filter_apply {
    padding: 14px 0;
    width: 28%;
    height: 46px;
  }
  #RECRUIT .recruit_wrap .recruit_list_scroll .recruit_item .content {
    font-size: 15px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    max-height: 41px;
  }
  #RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons .recruit_filter_toggle_wrapper .dropdown.open {
    top: 55px;
  }
  #RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons .recruit_filter_toggle_wrapper .dropdown li {
    padding: 18px 20px;
  }
  #RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons {
    width: 68%;
  }
  #RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons .recruit_filter_toggle_wrapper {
    width: 49%;
  }
  #RECRUIT .recruit_wrap .recruit_top {
    background-color: #fff;
  }
  #RECRUIT .recruit_wrap .recruit_top_bg {
    margin-bottom: 38px;
  }
  #RECRUIT .main_flex .right .ideal_candidate,
  #RECRUIT .main_flex .right .pitch_deck,
  #RECRUIT .main_flex .right .our_mission {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (max-width: 599px) {
  #RECRUIT .main_flex .right .our_mission .recruit_page_airplane_img {
    margin-top: -4px;
    overflow: hidden;
    margin-left: -6%;
    margin-right: -6%;
    width: 100vw;
    position: relative;
    height: 181px;
  }
  #RECRUIT .main_flex .right .our_mission .recruit_page_airplane_img .img_wrap {
    width: 663px;
    position: absolute;
    top: 0;
    right: -20px;
    display: block;
  }
  #RECRUIT .main_flex .right .our_mission .more_btn {
    margin-left: auto;
    margin-right: auto;
  }
  #RECRUIT .main_flex .right .our_mission {
    padding-bottom: 100px;
  }
  #RECRUIT .recruit_wrap .recruit_top .heading {
    font-size: 32px;
    text-align: left;
  }
  #RECRUIT .recruit_wrap {
    padding: 0px 6% 0;
    border-radius: 12px;
    background-color: #fff;
  }
  #RECRUIT .recruit_wrap .recruit_list_scroll {
    row-gap: 1px;
    background-color: #ffffff;
  }
  #RECRUIT .recruit_wrap .recruit_list_scroll .recruit_item {
    border-radius: 0px;
    padding-right: 0;
    padding-left: 0;
    border-bottom: solid 1px #dcdcdc;
  }
  #RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons .recruit_filter_toggle_wrapper .recruit_filter_toggle {
    background-color: #F3F3F3;
    padding: 18px 20px;
  }
  #RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons .recruit_filter_toggle_wrapper .recruit_filter_toggle span {
    font-size: 15px;
  }
  #RECRUIT .recruit_wrap .recruit_top .filter_apply {
    font-size: 15px;
    padding: 19px 0;
  }
  #RECRUIT .recruit_wrap .recruit_list_scroll .recruit_item .content {
    font-size: 15px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    max-height: 41px;
  }
  #RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons .recruit_filter_toggle_wrapper .dropdown.open {
    top: 55px;
  }
  #RECRUIT .recruit_wrap .recruit_top .recruit_filter_buttons .recruit_filter_toggle_wrapper .dropdown li {
    padding: 18px 20px;
  }
  #RECRUIT .recruit_wrap .recruit_top {
    background-color: #fff;
  }
  #RECRUIT .recruit_wrap .recruit_top_bg {
    margin-bottom: 38px;
  }
  #RECRUIT .main_flex .right .ideal_candidate,
  #RECRUIT .main_flex .right .pitch_deck,
  #RECRUIT .main_flex .right .our_mission {
    padding-left: 6%;
    padding-right: 6%;
  }
  #RECRUIT .main_flex .right .our_mission {
    padding-bottom: 0;
    padding-top: 0;
  }
  #RECRUIT .main_flex .right .our_mission.our_mission_2 {
    padding-bottom: 50px;
    margin-top: -70px;
  }
}
/* ============================================ */
/* 私たちについてcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.vision {
  padding-top: 95px;
  padding-bottom: 20px;
}
.vision .right {
  border-bottom: 1px solid #B0C6D9;
  padding-bottom: 50px;
}

.mission {
  padding-top: 70px;
  padding-bottom: 70px;
}
.mission .right {
  border-bottom: 1px solid #B0C6D9;
  padding-bottom: 50px;
}

.value {
  padding-top: 70px;
  padding-bottom: 70px;
}
.value .right {
  padding-bottom: 50px;
  margin-top: -21px;
}
.value .right .value_box {
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10%;
       column-gap: 10%;
  border-bottom: 1px dashed #D4D4D4;
  padding: 35px 0 35px;
}
.value .right .value_box .heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 175%;
  width: 214px;
}
.value .right .value_box .value_list {
  display: flex;
  flex-direction: column;
  row-gap: 1px;
}
.value .right .value_box:last-child {
  border-bottom: none;
}
@media (max-width: 599px) {
  .value .right .value_box:last-child {
    border-bottom: 1px dashed #D4D4D4;
  }
  .value .right .value_box:first-child {
    border-top: 1px dashed #D4D4D4;
  }
}

.top_message {
  padding-top: 70px;
  padding-bottom: 70px;
}
.top_message .right {
  padding-bottom: 50px;
  padding-top: 24px;
}
.top_message .right .main_sentence .president_name {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-top: 12px;
  display: block;
}

.safety {
  padding-top: 70px;
  padding-bottom: 70px;
}
.safety .right {
  padding-bottom: 50px;
  padding-top: 24px;
}
.safety .right .safety_top {
  margin-bottom: 40px;
}
.safety .right .safety_top span {
  text-align: right;
  width: 100%;
  display: block;
}
.safety .right .main_heading.mp {
  margin-top: 78px;
}
.safety .right .safety_vision {
  background-color: #F5F5F5;
  padding: 56px;
  border-radius: 12px;
}
.safety .right .safety_vision .safety_vision_heading {
  font-size: 2rem;
  font-weight: 600;
}
.safety .right .safety_vision .main_sentence .heading {
  font-weight: 600;
}
.safety .right .safety_vision .main_sentence .line {
  background-color: #D4D4D4;
  height: 1px;
  width: 100%;
  margin: 16px 0;
  margin: 21px 0;
  display: block;
}

.about_team {
  padding-top: 70px;
  padding-bottom: 70px;
}
.about_team .right {
  padding-bottom: 50px;
  padding-top: 24px;
}
.about_team .right .about_team_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 45px;
}
.about_team .right .about_team_wrap .member_list_top {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
.about_team .right .about_team_wrap .member_list_top .member_box {
  width: 48.5%;
}
.about_team .right .about_team_wrap .member_list {
  display: flex;
  -moz-column-gap: 3%;
       column-gap: 3%;
  row-gap: 29px;
  flex-wrap: wrap;
}
.about_team .right .about_team_wrap .member_list .member_box {
  width: 31.3333333%;
}
.about_team .right .about_team_wrap .member_img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
  height: auto;
  display: block;
  border-radius: 10px;
}
.about_team .right .about_team_wrap .member_position {
  font-size: 1.4rem;
  margin-top: 17px;
  padding-left: 8px;
  font-weight: 300;
  color: #555555;
}
.about_team .right .about_team_wrap .member_name {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 14px;
  padding-left: 8px;
}
.about_team .right .about_team_wrap .member_en_name {
  font-size: 1.4rem;
  color: #003057;
  margin-top: 12px;
  padding-left: 8px;
}
.about_team .right .about_team_wrap .member_box {
  overflow: hidden;
  position: relative;
}
.about_team .right .about_team_wrap .member_box .member_anim_inner {
  transform: translateX(-120%) skewX(-12deg);
  opacity: 0;
  transform-origin: left center;
  transition: transform 1.4s ease, opacity 1.2s ease;
  will-change: transform, opacity;
}
.about_team .right .about_team_wrap .member_box .member_anim_inner.animate-in {
  transform: translateX(0%) skewX(0deg);
  opacity: 1;
  /* 1枚目は遅延無し、2枚目以降はJSで設定された --delay を使う */
  transition-delay: var(--delay, 0s);
}
.about_team .right .about_team_wrap .member_box .member_img {
  position: relative;
}
.about_team .right .about_team_wrap .member_box .member_img .img_base {
  position: relative;
  z-index: 1;
}
.about_team .right .about_team_wrap .member_box .member_img .img_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(-100%) skewX(-12deg);
  transform-origin: left center;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s ease;
  z-index: 0;
}
.about_team .right .about_team_wrap .member_box .member_img .img_overlay.show {
  opacity: 1;
  transform: translateX(0%) skewX(0deg);
  z-index: 2;
}
.about_team .right .about_team_wrap .member_box .member_img {
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .about_team .right .about_team_wrap .member_box.sp {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1139px) {
  .about_team .right .about_team_wrap .member_box.pc {
    display: block;
  }
}

@media (min-width: 600px) and (max-width: 1139px) {
  #ABOUT_US .right {
    border-bottom: none;
  }
  .mission {
    padding-top: 20px;
  }
  .value {
    padding-top: 0px;
  }
  .value .right .value_box {
    align-items: flex-start;
    padding: 30px 0 33px;
  }
  .value .right .value_box .heading {
    width: 100%;
    font-size: 23px;
    margin-bottom: 4px;
  }
  .top_message {
    padding-top: 0px;
  }
  .about_team {
    padding-top: 0px;
  }
  .about_team .right .about_team_wrap .member_img {
    border-radius: 13px;
    aspect-ratio: 1;
  }
  .about_team .right .about_team_wrap .member_img img {
    -o-object-position: 100% 20%;
       object-position: 100% 20%;
  }
  .about_team .right .about_team_wrap .member_list_top {
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
  .about_team .right .about_team_wrap .member_list_top .member_box {
    width: 48.75%;
  }
  .about_team .right .about_team_wrap .member_position {
    font-size: 11px;
    margin-top: 14px;
    padding-left: 0;
  }
  .about_team .right .about_team_wrap .member_name {
    margin-top: 8px;
    padding-left: 0;
    font-size: 19px;
  }
  .about_team .right .about_team_wrap .member_en_name {
    font-size: 13px;
    margin-top: 9px;
    padding-left: 0;
  }
  .about_team .right .about_team_wrap {
    row-gap: 34px;
  }
  .safety {
    padding-bottom: 70px;
  }
  .safety .right .safety_vision {
    padding: 27px;
  }
  .safety .right .safety_vision .safety_vision_heading {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .safety .right .safety_vision .safety_vision_heading::after {
    display: none;
  }
}
@media (max-width: 599px) {
  #ABOUT_US .right {
    border-bottom: none;
  }
  .mission {
    padding-top: 20px;
  }
  .value {
    padding-top: 0px;
  }
  .value .right .value_box {
    align-items: flex-start;
    padding: 16px 0 20px;
  }
  .value .right .value_box .heading {
    width: 100%;
    font-size: 18px;
    margin-bottom: 4px;
  }
  .top_message {
    padding-top: 0px;
  }
  .about_team {
    padding-top: 0px;
  }
  .about_team .right .about_team_wrap .member_img {
    border-radius: 7px;
  }
  .about_team .right .about_team_wrap .member_list_top {
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
  .about_team .right .about_team_wrap .member_list_top .member_box {
    width: 48.75%;
  }
  .about_team .right .about_team_wrap .member_list {
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
    row-gap: 34px;
  }
  .about_team .right .about_team_wrap .member_list .member_box {
    width: 48.75%;
  }
  .about_team .right .about_team_wrap .member_position {
    font-size: 11px;
    margin-top: 14px;
    padding-left: 0;
  }
  .about_team .right .about_team_wrap .member_name {
    margin-top: 8px;
    padding-left: 0;
    font-size: 19px;
  }
  .about_team .right .about_team_wrap .member_en_name {
    font-size: 10px;
    margin-top: 7px;
    padding-left: 0;
  }
  .about_team .right .about_team_wrap {
    row-gap: 34px;
  }
  .safety {
    padding-bottom: 70px;
  }
  .safety .right .safety_vision {
    padding: 27px;
  }
  .safety .right .safety_vision .safety_vision_heading {
    font-size: 17px;
    margin-bottom: 6px;
    font-weight: 700;
  }
  .safety .right .safety_vision .safety_vision_heading::after {
    display: none;
  }
  .value .right {
    padding-bottom: 50px;
    margin-top: 16px;
  }
}
/* ============================================ */
/* モーダル関連のスタイル */
/* ============================================ */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  position: relative;
  transform: scale(0.8);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal-overlay.active .modal-container {
  transform: scale(1);
}

.modal-content {
  background-color: #fff;
  border-radius: 18px;
  width: 74vw;
  height: 75vh;
  max-width: 870px;
  overflow-y: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  overflow-y: hidden;
}

.modal-header {
  position: absolute;
  top: -39px;
  right: 9px;
  z-index: 10002;
  padding: 0;
}

.modal-body {
  padding: 42px 42px 42px 42px;
  height: 100%;
}

.modal-close {
  position: relative;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none;
  border: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  z-index: 10003;
  transition: opacity 0.2s ease;
}
.modal-close:hover {
  opacity: 0.7;
}
.modal-close::before, .modal-close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  transition: background-color 0.2s ease;
}
.modal-close::before {
  transform: rotate(45deg);
}
.modal-close::after {
  transform: rotate(-45deg);
}
.modal-close:hover::before, .modal-close:hover::after {
  background-color: #ffffff;
}

.modal-close-text {
  margin-right: 29px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.5px;
  transition: color 0.2s ease;
}

.member-detail {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal-main-content {
  display: flex;
  justify-content: space-between;
  height: 94%;
}
.modal-main-content .member-detail-image {
  width: 43%;
  height: 95%;
  border-radius: 10px;
  overflow: hidden;
  float: left;
}
.modal-main-content .member-detail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-main-content .member-detail-info {
  width: 51%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-main-content .member-detail-info h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 13px;
  color: #333;
}
.modal-main-content .member-detail-info .member-detail-position {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 11px;
}
.modal-main-content .member-detail-info .member-detail-en-name {
  font-size: 1.6rem;
  color: #003057;
  margin-bottom: 22px;
}
.modal-main-content .member-detail-info .member-detail-description {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #555;
  clear: both;
}

.member_box {
  cursor: pointer;
  transition: all 0.2s ease;
}
.member_box:hover {
  opacity: 0.8;
  transition: all 0.2s ease;
}

.social-buttons {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.social-buttons a[href=""] {
  display: none;
}

.social-btn {
  display: block;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease;
}
.social-btn img {
  width: 100%;
  height: 100%;
}
.social-btn:hover {
  opacity: 0.7;
  transition: all 0.2s ease;
}

@media (min-width: 600px) and (max-width: 1139px) {
  .modal-content {
    width: 86vw;
    height: 72vh;
  }
  .social-btn {
    display: block;
    width: 27px;
    height: 27px;
    transition: all 0.2s ease;
  }
}
@media (max-width: 599px) {
  .modal-content {
    width: 95vw;
    height: 72vh;
  }
  .social-btn {
    display: block;
    width: 27px;
    height: 27px;
    transition: all 0.2s ease;
  }
  .modal-main-content {
    flex-direction: column;
  }
  .modal-main-content .member-detail-image {
    width: 100%;
    margin-bottom: 17px;
    display: none;
  }
  .modal-main-content .member-detail-info {
    width: 100%;
  }
  .modal-main-content .member-detail-info .member-detail-description {
    padding-bottom: 9px;
    font-size: 13px;
    line-height: 1.5;
  }
  .modal-body {
    padding: 25px;
  }
  .modal-main-content .member-detail-info .member-detail-en-name {
    margin-bottom: 20px;
  }
  .modal-main-content .member-detail-image img {
    -o-object-position: 50% 22%;
       object-position: 50% 22%;
  }
  .modal-close-text {
    font-size: 16px;
  }
}
/* ============================================ */
/* 自動スクロールの写真ボックスcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.auto_scroll_gallery {
  width: 100vw;
  overflow: hidden;
}
.auto_scroll_gallery .scroll_track {
  display: flex;
  width: 3176px;
  animation: scroll-left 35s linear infinite;
  -moz-column-gap: 17px;
       column-gap: 17px;
  padding-top: 86px;
  padding-bottom: 229px;
}
.auto_scroll_gallery .slide {
  width: 380px;
  height: 440px;
  border-radius: 10px;
  overflow: hidden;
}
.auto_scroll_gallery .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.auto_scroll_gallery .slide_1.parallax_item {
  margin-top: -33px;
}
.auto_scroll_gallery .slide_2.parallax_item {
  margin-top: -80px;
}
.auto_scroll_gallery .slide_3.parallax_item {
  margin-top: -25px;
}
.auto_scroll_gallery .slide_4.parallax_item {
  margin-top: -82px;
}
@media (max-width: 599px) {
  .auto_scroll_gallery .scroll_track {
    width: 1680px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-top: 60px;
    padding-bottom: 193px;
  }
  .auto_scroll_gallery .slide {
    width: 200px;
    height: 270px;
  }
  .auto_scroll_gallery .slide_1.parallax_item {
    margin-top: -33px;
  }
  .auto_scroll_gallery .slide_2.parallax_item {
    margin-top: -82px;
  }
  .auto_scroll_gallery .slide_3.parallax_item {
    margin-top: -25px;
  }
  .auto_scroll_gallery .slide_4.parallax_item {
    margin-top: -122px;
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.one_slide_loop .auto_scroll_gallery {
  overflow: hidden;
  width: 100%;
}
.one_slide_loop .auto_scroll_gallery .scroll_track {
  display: flex;
  width: 12400px;
  animation: scroll-left 100s linear infinite;
  -moz-column-gap: 150px;
       column-gap: 150px;
  padding-top: 0px;
  padding-bottom: 20px;
}
.one_slide_loop .auto_scroll_gallery .slide {
  width: 1400px;
  height: 440px;
  border-radius: 10px;
  overflow: hidden;
}
.one_slide_loop .auto_scroll_gallery .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.one_slide_loop .auto_scroll_gallery .slide_1.parallax_item {
  margin-top: -33px;
}
.one_slide_loop .auto_scroll_gallery .slide_2.parallax_item {
  margin-top: -80px;
}
.one_slide_loop .auto_scroll_gallery .slide_3.parallax_item {
  margin-top: -25px;
}
.one_slide_loop .auto_scroll_gallery .slide_4.parallax_item {
  margin-top: -82px;
}
@media (max-width: 599px) {
  .one_slide_loop .auto_scroll_gallery .scroll_track {
    width: 8400px;
    -moz-column-gap: 150px;
         column-gap: 150px;
    padding-top: 6px;
    padding-bottom: 59px;
    animation: scroll-left 100s linear infinite;
  }
  .one_slide_loop .auto_scroll_gallery .slide {
    width: 900px;
    height: 300px;
  }
  .one_slide_loop .auto_scroll_gallery .slide_1.parallax_item {
    margin-top: -33px;
  }
  .one_slide_loop .auto_scroll_gallery .slide_2.parallax_item {
    margin-top: -82px;
  }
  .one_slide_loop .auto_scroll_gallery .slide_3.parallax_item {
    margin-top: -25px;
  }
  .one_slide_loop .auto_scroll_gallery .slide_4.parallax_item {
    margin-top: -122px;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.recruit_sp_gallery_container {
  width: 100%;
}

/* ============================================ */
/* トップページcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.auto_slider_containerB .auto_slider_boxB {
  height: 50vh;
  width: 100%;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}
.auto_slider_containerB .auto_slider_boxB .auto_slider_imageB {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.auto_slider_containerB .auto_slider_boxB .auto_slider_imageB.active {
  opacity: 1;
}
@media (min-width: 600px) and (max-width: 1139px) {
  .auto_slider_containerB .auto_slider_boxB {
    height: 38vh;
  }
}
@media (max-width: 599px) {
  .auto_slider_containerB .auto_slider_boxB {
    height: 31vh;
  }
}
.auto_slider_containerB .img_change_buttons {
  padding-top: 26px;
  display: flex;
  flex-direction: column;
}
.auto_slider_containerB .img_change_buttons .change_btn {
  margin-bottom: 15px;
  margin-left: 17px;
  display: flex;
  color: #d2d2d2;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.auto_slider_containerB .img_change_buttons .change_btn::before {
  content: "";
  width: 1.2px;
  height: 72px;
  background-color: #d2d2d2;
  margin-right: 8px;
  transition: all 0.3s ease;
}
.auto_slider_containerB .img_change_buttons .change_btn.active {
  color: #003057;
  transition: all 0.3s ease;
}
.auto_slider_containerB .img_change_buttons .change_btn.active::before {
  background-color: #003057;
  transition: all 0.3s ease;
}
.auto_slider_containerB .img_change_buttons .change_btn:hover {
  color: #003057;
  transition: all 0.3s ease;
}
.auto_slider_containerB .img_change_buttons .change_btn:hover::before {
  background-color: #003057;
  transition: all 0.3s ease;
}
@media (max-width: 599px) {
  .auto_slider_containerB .img_change_buttons.pc {
    display: none;
  }
}
.auto_slider_containerB .img_change_buttons.sp {
  display: none;
}
@media (max-width: 599px) {
  .auto_slider_containerB .img_change_buttons.sp {
    display: flex;
  }
}

/* ============================================ */
/* index.php(404ページ)css↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.not_found {
  height: 60vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.not_found h3 {
  font-size: clamp(30px, 5vw, 84px);
  margin-bottom: 13px;
}
@media (max-width: 599px) {
  .not_found h3 {
    font-size: 44px;
  }
}
.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;
}/*# sourceMappingURL=style.css.map */