@charset "UTF-8";
/** @format */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  font-size: 1rem;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, Graphik, "hiragino-mincho-pron", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  text-align: left;
  color: #000;
  background-color: #f9f9f8;
}

a {
  text-decoration: none;
}
a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.6;
}

.container {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

img {
  max-width: 100%;
}

.en {
  font-family: "Spectral", serif;
  font-weight: 300;
}

body {
  position: relative;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

header {
  width: 100%;
  z-index: 100;
}
header div.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  header div.menu {
    padding: 40px 30px;
  }
}
header div.menu .menu-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
header div.menu .menu-trigger span.menu_text {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: #000;
  z-index: 170;
  position: relative;
  cursor: pointer;
}
header div.menu .menu-trigger span.line {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  header div.menu .menu-trigger span.line {
    display: none;
  }
}
header div.menu .menu-trigger span.menu_text_category {
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  header div.menu .menu-trigger span.menu_text_category {
    display: none;
  }
}
header .page_function {
  position: absolute;
  top: 50%;
  right: 60px;
  z-index: 100;
  width: 58.59375vw;
  padding-left: 1.5625vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
  font-size: 14px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  header .page_function {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  header .page_function {
    right: auto;
    left: 100px;
    width: calc(100% - 270px);
    top: 42px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
header .page_function select {
  background: transparent;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
header .page_function select:focus {
  outline: none;
}
header .page_function select option {
  padding: 0 10px;
  background: transparent;
  border: none;
}
header .logo {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  header .logo {
    text-align: right;
  }
}
header .logo svg {
  width: 166.875px;
  height: auto;
  fill: #ed2024;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
header .logo svg .st0 {
  isolation: isolate;
}
header .logo svg .st1 {
  fill: #ed2024;
}
@media screen and (max-width: 767px) {
  header .logo svg {
    max-width: 30vw;
    height: auto;
  }
}
header.top {
  position: absolute;
  top: 0;
  left: 0;
}
header.top div.menu .menu-trigger span.menu_text {
  color: #fff;
}
@media screen and (max-width: 767px) {
  header.top div.menu .menu-trigger span.menu_text a:hover {
    color: #000;
  }
  header.top div.menu .menu-trigger span.menu_text a:hover span {
    color: #000;
  }
}
header.top .logo svg {
  fill: #ed2024;
}
header .popup_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #f9f9f8;
  z-index: 150;
  padding: 58px 70px;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  header .popup_menu {
    padding: 40px 30px;
  }
}
header .popup_menu.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .popup_menu .main_menu {
  margin-top: 18vh;
}
header .popup_menu .main_menu .popup_menu_inner_item {
  font-weight: 300;
  font-size: 20px;
  text-align: left;
}
header .popup_menu .main_menu .popup_menu_inner_item + .popup_menu_inner_item {
  margin-top: 10px;
}
header .popup_menu .sub_menu {
  margin-top: 6vh;
}
header .popup_menu .sub_menu .popup_menu_inner_item {
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  color: #9a9a9a;
}
header .popup_menu .language_menu {
  margin-top: 6vh;
  display: none;
}
header .popup_menu .language_menu .language_menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
header .popup_menu .language_menu .language_menu_inner .language_menu_inner_item {
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  color: #b7b7b7;
  position: relative;
}
header .popup_menu .language_menu .language_menu_inner .language_menu_inner_item.active {
  color: #000;
}
header .popup_menu .language_menu .language_menu_inner .language_menu_inner_item::before {
  content: "";
  position: absolute;
  top: 8px;
  right: -20px;
  height: 12px;
  width: 1px;
  background-color: #707070;
}
header .popup_menu .language_menu .language_menu_inner .language_menu_inner_item:last-child::before {
  content: none;
}
header .popup_menu .copyright {
  position: absolute;
  bottom: 60px;
  left: 70px;
  font-weight: 300;
  font-size: 12px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  header .popup_menu .copyright {
    bottom: 40px;
    left: 30px;
  }
}
header.is-active div.menu .menu-trigger span.menu_text {
  z-index: 170;
  color: #000;
  position: relative;
}
header.is-active .logo {
  z-index: 170;
}
header.is-active .logo svg {
  fill: #000;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

main .sp_title {
  margin-top: 60px;
}
main .sp_title h1 {
  font-size: 16px;
  text-align: left;
  color: #000;
  position: relative;
  padding-left: 30px;
}
main .sp_title h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #707070;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main section {
  position: relative;
  z-index: 5;
}

section {
  background-color: #f9f9f8;
}

section.stiky {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100dvh;
  z-index: -1;
}
section.stiky + section {
  border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 767px) {
  section.stiky + section {
    border-radius: 0;
  }
}

.section_title .section_title_text {
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  color: #000;
  padding-left: 31.5px;
  position: relative;
}
.section_title .section_title_text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 1px;
  background-color: #707070;
}

.project_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  margin-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .project_cards {
    margin-top: 40px;
    gap: 40px;
  }
}
.project_cards .project_card {
  width: calc(33.333% - 40px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .project_cards .project_card {
    width: 100%;
  }
}
.project_cards .project_card:nth-child(5n+1), .project_cards .project_card:nth-child(5n+2) {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .project_cards .project_card:nth-child(5n+1), .project_cards .project_card:nth-child(5n+2) {
    width: 100%;
  }
}
.project_cards .project_card:nth-child(5n+1) .project_card_content p.project_card_description, .project_cards .project_card:nth-child(5n+2) .project_card_content p.project_card_description {
  -webkit-line-clamp: none !important;
  line-clamp: none !important;
}
.project_cards .project_card a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.project_cards .project_card a:hover {
  opacity: 0.8;
}
.project_cards .project_card a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.project_cards .project_card a:hover .project_card_content .arrow_wrapper {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.project_cards .project_card .project_card_inner .swiper {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
.project_cards .project_card .project_card_inner .swiper .swiper-slide {
  overflow: hidden;
}
.project_cards .project_card .project_card_inner .swiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 540/338;
  transition: transform 1s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.3, 1);
}
.project_cards .project_card .project_card_inner .swiper .swiper-pagination {
  position: absolute;
  bottom: -5px;
  right: 0px;
  text-align: right;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .project_cards .project_card .project_card_inner .swiper .swiper-pagination {
    padding-right: 18px;
    bottom: 0px;
  }
}
.project_cards .project_card .project_card_inner .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #e2e2e2;
  opacity: 1;
  margin: 0 5.5px;
}
@media screen and (max-width: 767px) {
  .project_cards .project_card .project_card_inner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 3px;
    height: 3px;
  }
}
.project_cards .project_card .project_card_inner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #707070;
}
.project_cards .project_card .project_card_inner .project_card_content {
  padding: 0 40px 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .project_cards .project_card .project_card_inner .project_card_content {
    padding: 0 20px 20px;
  }
}
.project_cards .project_card .project_card_inner .project_card_content .project_card_category {
  font-weight: 300;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}
.project_cards .project_card .project_card_inner .project_card_content h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  margin-top: 20px;
}
.project_cards .project_card .project_card_inner .project_card_content p.project_card_description {
  margin-top: 34px;
  font-weight: 300;
  font-size: 12px;
  line-height: 23px;
  text-align: left;
  margin-bottom: 40px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
.project_cards .project_card .project_card_inner .project_card_content .arrow_wrapper {
  position: absolute;
  bottom: 30px;
  right: 40px;
  text-align: right;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
@media screen and (max-width: 767px) {
  .project_cards .project_card .project_card_inner .project_card_content .arrow_wrapper {
    bottom: 20px;
    right: 20px;
  }
}
.project_cards.project_cards_style2 {
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .project_cards.project_cards_style2 {
    gap: 40px;
  }
}
.project_cards.project_cards_style2 .project_card {
  width: calc(33.333% - 40px);
}
@media screen and (max-width: 767px) {
  .project_cards.project_cards_style2 .project_card {
    width: 100%;
  }
}
.project_cards.project_cards_style2 .project_card:nth-child(5n+1), .project_cards.project_cards_style2 .project_card:nth-child(5n+2) {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .project_cards.project_cards_style2 .project_card:nth-child(5n+1), .project_cards.project_cards_style2 .project_card:nth-child(5n+2) {
    width: 100%;
  }
}
.project_cards.project_cards_style2 .project_card .project_card_inner .swiper .swiper-slide img {
  aspect-ratio: 340/220;
}

.link_more {
  margin-top: 56px;
}

.footer {
  position: sticky;
  bottom: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100vh;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #fff;
}
.footer section {
  background-color: #fff;
}
.footer .redirect-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 3s linear;
  transition: -webkit-transform 3s linear;
  transition: transform 3s linear;
  transition: transform 3s linear, -webkit-transform 3s linear;
}
.footer .redirect-progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 3s linear;
  transition: -webkit-transform 3s linear;
  transition: transform 3s linear;
  transition: transform 3s linear, -webkit-transform 3s linear;
}
.footer .next_page {
  padding-top: 115px;
}
.footer .next_page .next_page_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 35px;
}
.footer .next_page .next_page_inner .next_page_inner_item {
  width: 58.59375vw;
  padding-left: 1.5625vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .footer .next_page .next_page_inner .next_page_inner_item {
    width: 100%;
    padding-left: 0;
  }
}
.footer .next_page .next_page_inner .next_page_inner_item .description {
  margin-top: 60px;
  font-weight: 300;
  font-size: 12px;
  line-height: 30px;
  text-align: left;
  color: #242423;
}
@media screen and (max-width: 767px) {
  .footer .next_page .next_page_inner .next_page_inner_item .description {
    padding-left: 70px;
  }
}
.footer .next_page .next_page_inner .next_page_inner_item .next_link {
  margin-top: 55px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer .next_page .next_page_inner .next_page_inner_item .next_link {
    font-size: 12px;
    padding-left: 70px;
  }
}
.footer .next_page .next_page_inner .next_page_inner_item .thumb {
  margin-top: 80px;
  width: 100%;
}
.footer .next_page .next_page_inner .next_page_inner_item .thumb img {
  width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .next_page .next_page_inner .next_page_inner_item:first-child {
  width: 31.25vw;
  padding-left: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-left: 0;
  flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .footer .next_page .next_page_inner .next_page_inner_item:first-child {
    width: 100%;
  }
}
.footer .next_page .next_page_inner .next_page_inner_item:first-child .text {
  max-height: 50vh;
  height: 400px;
  display: block;
}
.footer .next_page .next_page_inner .next_page_text {
  font-weight: 300;
  font-weight: 300;
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .footer .next_page .next_page_inner .next_page_text {
    padding-left: 70px;
  }
}
.footer .footer_bottom {
  position: absolute;
  width: 100%;
  bottom: 60px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .footer .footer_bottom {
    bottom: auto;
    position: relative;
    padding: 40px 0;
  }
}
.footer .footer_bottom .footer_bottom_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .footer_bottom .footer_bottom_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_item {
  width: 58.59375vw;
  padding-left: 1.5625vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_item {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_item {
    width: 100%;
    text-align: center;
  }
}
.footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_item:first-child {
  width: 31.25vw;
  padding-left: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_item:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_bottom .footer_bottom_inner .footer_bottom_inner_item:first-child {
    display: none;
  }
}
.footer .footer_bottom .copyright {
  font-weight: 300;
  font-size: 12px;
}
.footer .footer_bottom span.text {
  font-weight: 300;
  font-size: 14px;
}
.footer.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.footer.is-active .redirect-progress::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.child_page {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .child_page {
    margin-top: 40px;
  }
}

section.single_page .single_base_layout .single_base_layout_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  section.single_page .single_base_layout .single_base_layout_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_title {
  width: 31.25vw;
  padding-left: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_title {
    width: 100%;
  }
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_content {
  width: 58.59375vw;
  padding-left: 1.5625vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  flex-shrink: 0;
  font-weight: 300;
  text-align: left;
  color: #242423;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_content {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_content {
    font-size: 12px;
    line-height: 30px;
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 24px;
  }
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_content h2,
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_content h3 {
  font-size: 16px;
  line-height: 30px;
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_content h2 + p,
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_content h3 + p {
  margin-top: 10px;
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_content p + h2,
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_content p + h3 {
  margin-top: 60px;
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_content .image_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  row-gap: 100px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media screen and (max-width: 767px) {
  section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_content .image_cards {
    row-gap: 60px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_content .image_cards .image_card {
  width: calc(25% - 45px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_content .image_cards .image_card {
    width: calc(50% - 15px);
  }
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_content .image_cards .image_card img {
  width: 100%;
  height: auto;
  max-width: 140px;
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_content .image_cards.image_cards_svg {
  margin-top: 120px;
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_content .image_cards.image_cards_svg .image_card img {
  width: auto;
  height: auto;
  max-width: 140px;
  max-height: 60px;
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_img {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_inner_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.single_page .single_base_layout .single_base_layout_inner figure {
  margin-top: 40px;
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_table {
  table-layout: fixed;
  width: 100%;
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_table tr {
  border-bottom: 1px solid #dedede;
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_table tr:first-child {
  border-top: 1px solid #dedede;
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_table tr th {
  width: 24.3243243243%;
  padding: 30px 0;
  font-size: 12px;
  color: #000;
  font-weight: 300;
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_table tr td {
  width: 75.6756756757%;
  padding: 30px 0 30px 20px;
  font-size: 12px;
  color: #000;
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_table.about_table tr th {
  font-size: 12px;
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_table.about_table tr td {
  font-size: 12px;
  color: #808080;
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_table.single_base_layout_table_style_1 tr th {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}
section.single_page .single_base_layout .single_base_layout_inner .single_base_layout_table.single_base_layout_table_style_1 tr td {
  font-weight: 300;
  font-size: 13px;
  line-height: 26px;
  color: #242423;
}
section.single_page .single_base_layout .single_base_layout_inner.single_base_layout_inner_has_table .single_base_layout_inner_title {
  margin-top: 35px;
}
section.single_page .single_base_layout .single_base_layout_inner.single_base_layout_inner_vimeo {
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section.single_page .single_base_layout .single_base_layout_inner.single_base_layout_inner_vimeo {
    margin-top: 20px;
  }
}
section.single_page .single_base_layout .single_base_layout_inner.single_base_layout_inner_vimeo .vimeo-container {
  width: 100%;
  height: auto;
}
section.single_page .single_base_layout .single_base_layout_inner.single_base_layout_inner_vimeo .vimeo-container iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.single_page .child_mv {
  margin-top: 80px;
}
section.single_page .child_mv .child_mv_inner img {
  width: 100%;
  height: auto;
}
section.single_page .client_names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  row-gap: 40px;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  section.single_page .client_names {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    row-gap: 20px;
  }
}
section.single_page .client_names .client_name {
  width: 25%;
}
@media screen and (max-width: 767px) {
  section.single_page .client_names .client_name {
    width: 50%;
  }
}
section.single_page .awards_names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
}
section.single_page .awards_names:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  section.single_page .awards_names {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    row-gap: 40px;
  }
}
section.single_page .awards_names .award_name,
section.single_page .awards_names .award_name_description {
  width: 50%;
}
@media screen and (max-width: 767px) {
  section.single_page .awards_names .award_name,
  section.single_page .awards_names .award_name_description {
    width: calc(50% - 17.5px);
  }
}
section.single_page .awards_names .award_name_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  row-gap: 20px;
}
section.single_page .awards_names .award_name_description .award_category {
  width: 50%;
  color: #a0a0a0;
  padding-right: 20px;
}
section.single_page .awards_names .award_name_description .award_year {
  width: 50%;
  color: #a0a0a0;
  padding-right: 20px;
}
section.single_page .members_layout .members_layout_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  section.single_page .members_layout .members_layout_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.single_page .members_layout .members_layout_item .members_layout_item_head {
  font-weight: 300;
  font-size: 12px;
  width: 24.3243243243%;
}
@media screen and (max-width: 767px) {
  section.single_page .members_layout .members_layout_item .members_layout_item_head {
    margin-top: 40px;
    width: 100%;
  }
}
section.single_page .members_layout .members_layout_item .members_layout_item_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex-start;
          flex-direction: flex-start;
  width: 75.6756756757%;
  padding-left: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 40px;
}
@media screen and (max-width: 767px) {
  section.single_page .members_layout .members_layout_item .members_layout_item_body {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
section.single_page .members_layout .members_layout_item .members_layout_item_body .name_card {
  width: calc(33.333% - 20px);
}
@media screen and (max-width: 767px) {
  section.single_page .members_layout .members_layout_item .members_layout_item_body .name_card {
    width: calc(50% - 10px);
  }
}
section.single_page .members_layout .members_layout_item .members_layout_item_body .name_card .name_card_name {
  font-weight: 300;
  font-size: 12px;
  line-height: 25px;
}
section.single_page .members_layout .members_layout_item .members_layout_item_body .name_card .name_card_position {
  font-weight: 300;
  font-size: 12px;
  line-height: 25px;
  color: #a0a0a0;
}
section.single_page .members_layout .members_layout_item + .members_layout_item {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  section.single_page .members_layout .members_layout_item + .members_layout_item {
    margin-top: 40px;
  }
}
section.single_page .members_layout.members_layout_style_1 .members_layout_item .members_layout_item_body {
  width: 100%;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  row-gap: 60px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  section.single_page .members_layout.members_layout_style_1 .members_layout_item .members_layout_item_body {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    row-gap: 40px;
  }
}
section.single_page .members_layout.members_layout_style_1 .members_layout_item .members_layout_item_body .name_card {
  width: 25%;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  section.single_page .members_layout.members_layout_style_1 .members_layout_item .members_layout_item_body .name_card {
    width: calc(50% - 17.5px);
  }
}
section.single_page .members_layout.members_layout_style_1 .members_layout_item .members_layout_item_body .name_card .card_image img {
  height: auto;
}
section.single_page .members_layout.members_layout_style_1 .members_layout_item .members_layout_item_body .name_card .card_image + .name_card_name {
  margin-top: 23px;
}
section.single_page .members_layout.members_layout_style_1 .members_layout_item .members_layout_item_body .name_card .name_card_name {
  font-weight: 300;
  font-size: 13px;
}
section.single_page .members_layout.members_layout_style_1 .members_layout_item .members_layout_item_body .name_card .name_card_position {
  font-weight: 300;
  font-size: 12px;
  color: #a0a0a0;
}
section.single_page .map_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
section.single_page .map_cards .map_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  section.single_page .map_cards .map_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
section.single_page .map_cards .map_card .map_card_image {
  width: 100%;
}
section.single_page .map_cards .map_card .map_card_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.single_page .map_cards .map_card .map_card_content {
  width: 100%;
  font-weight: 300;
  font-size: 13px;
  line-height: 30px;
  color: #888;
}
section.single_page .map_cards .map_card .map_card_content a:hover {
  text-decoration: underline;
}
section.single_page .map_cards .map_card .map_card_content p.name {
  font-weight: 300;
  font-size: 14px;
  color: #000;
}
section.single_page .map_cards .map_card .map_card_content p.address {
  margin-top: 20px;
  font-weight: 300;
  font-size: 13px;
  line-height: 30px;
  color: #313131;
}
section.single_page .map_cards .map_card .map_card_content p.map_link {
  margin-top: 10px;
}
section.single_page .map_cards .map_card .map_card_content p.map_link a {
  text-decoration: none;
}
section.single_page .map_cards .map_card .map_card_content p.email {
  margin-top: 10px;
}
section.single_page .map_cards .map_card .map_card_content p.email a {
  text-decoration: none;
}
section.single_page .map_cards .map_card .map_card_content .sns {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
section.single_page .map_cards .map_card .map_card_content .sns span.sns_item a {
  text-decoration: none;
}
section.single_page .awards_texts {
  margin-top: 55px;
  padding: 55px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
section.single_page .awards_texts .awards_texts_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  section.single_page .awards_texts .awards_texts_inner {
    row-gap: 60px;
  }
}
section.single_page .awards_texts .awards_texts_inner .awards_texts_inner_item {
  width: 100%;
}
section.single_page .awards_texts.two_columns .awards_texts_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  section.single_page .awards_texts.two_columns .awards_texts_inner {
    row-gap: 60px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
section.single_page .awards_texts.two_columns .awards_texts_inner .awards_texts_inner_item {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  section.single_page .awards_texts.two_columns .awards_texts_inner .awards_texts_inner_item {
    width: calc(50% - 30px);
  }
}

section.single_page_main_content {
  padding-bottom: 96px;
}
section.single_page_main_content .single_base_layout {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  section.single_page_main_content .single_base_layout {
    padding-top: 40px;
  }
}
section.single_page_main_content .single_base_layout_inner + .single_base_layout_inner {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  section.single_page_main_content .single_base_layout_inner + .single_base_layout_inner {
    margin-top: 0;
    padding-top: 60px;
  }
}
section.single_page_main_content .single_base_layout_inner_image + .single_base_layout_inner {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  section.single_page_main_content .single_base_layout_inner_image + .single_base_layout_inner {
    gap: 40px;
  }
}
section.single_page_main_content .single_base_layout_inner_vimeo + .single_base_layout_inner {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  section.single_page_main_content .single_base_layout_inner_vimeo + .single_base_layout_inner {
    gap: 40px;
  }
}
section.single_page_main_content .single_base_layout_inner + .single_base_layout_inner_vimeo {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  section.single_page_main_content .single_base_layout_inner + .single_base_layout_inner_vimeo {
    gap: 80px;
  }
}
section.single_page_main_content .single_base_layout_inner + .single_base_layout_inner_vimeo {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  section.single_page_main_content .single_base_layout_inner + .single_base_layout_inner_vimeo {
    gap: 80px;
  }
}
section.single_page_main_content .single_base_layout_inner.single_base_layout_inner_image + .single_base_layout_inner.single_base_layout_inner_image {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  section.single_page_main_content .single_base_layout_inner.single_base_layout_inner_image + .single_base_layout_inner.single_base_layout_inner_image {
    gap: 40px;
  }
}
section.single_page_main_content .single_base_layout_inner.single_base_layout_inner_vimeo + .single_base_layout_inner.single_base_layout_inner_vimeo {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  section.single_page_main_content .single_base_layout_inner.single_base_layout_inner_vimeo + .single_base_layout_inner.single_base_layout_inner_vimeo {
    gap: 40px;
  }
}

section.projects {
  margin-top: 140px;
}

section.related_porject {
  background-color: #e9e8e4;
  padding-top: 80px;
  padding-bottom: 80px;
}
section.related_porject .related_porject_title h2 {
  font-size: 16px;
}

section.client_project {
  background-color: #f9f9f8;
  padding-top: 80px;
  padding-bottom: 80px;
}

.accordions .accordion + .accordion .accordion_title {
  border-top: none;
  border-bottom: 1px solid #dedede;
}
.accordions .accordion .accordion_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
  border-top: 1px solid #dedede;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .accordions .accordion .accordion_title {
    padding: 28px 0;
  }
}
.accordions .accordion .accordion_title .accordion_title_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.accordions .accordion .accordion_title .accordion_title_inner .accordion_title_inner_left {
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .accordions .accordion .accordion_title .accordion_title_inner .accordion_title_inner_left {
    width: 100%;
    padding-right: 0;
  }
}
.accordions .accordion .accordion_title .accordion_title_inner .accordion_title_inner_left .accordion_title_inner_item {
  width: 100%;
  font-weight: 300;
  font-size: 12px;
  text-align: left;
  color: #000;
}
.accordions .accordion .accordion_title .accordion_title_inner .accordion_title_inner_right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .accordions .accordion .accordion_title .accordion_title_inner .accordion_title_inner_right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.accordions .accordion .accordion_title .accordion_title_inner .accordion_title_inner_right .accordion_title_inner_item {
  width: calc(50% - 5px);
  font-weight: 300;
  font-size: 12px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  .accordions .accordion .accordion_title .accordion_title_inner .accordion_title_inner_right .accordion_title_inner_item {
    width: calc(100% - 25px);
  }
}
.accordions .accordion .accordion_title .accordion_title_inner .accordion_title_inner_3col_item {
  width: calc(33.333% - 20px);
}
.accordions .accordion .accordion_title .accordion_plus {
  padding: 0 23.5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .accordions .accordion .accordion_title .accordion_plus {
    padding: 0 10.5px;
  }
}
.accordions .accordion .accordion_title .accordion_plus span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 20px;
  background-color: #b2b2b2;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .accordions .accordion .accordion_title .accordion_plus span {
    width: 14px;
  }
}
.accordions .accordion .accordion_title .accordion_plus span:first-child {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.accordions .accordion .accordion_title .accordion_plus span:last-child {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.accordions .accordion .accordion_title.is-active {
  background-color: #ededed;
}
.accordions .accordion .accordion_title.is-active .accordion_plus span:first-child {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.accordions .accordion .accordion_title.is-active .accordion_plus span:last-child {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.accordions .accordion .accordion_title.is-active + .accordion_content {
  max-height: none;
  opacity: 1;
  padding: 40px 0 40px;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 767px) {
  .accordions .accordion .accordion_title.is-active + .accordion_content {
    padding: 20px 0 20px;
  }
}
.accordions .accordion .accordion_content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  color: #000;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .accordions .accordion .accordion_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.accordions .accordion .accordion_content .accordion_content_inner {
  width: 100%;
}
.accordions .accordion .accordion_content .accordion_content_inner + .accordion_content_inner {
  width: 73.0283783784%;
}
.accordions .accordion .accordion_content.accordion_content_career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.accordions .accordion .accordion_content.accordion_content_career .accordion_content_inner_career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accordions .accordion .accordion_content.accordion_content_career .accordion_content_inner_career .accordion_content_inner_career_head {
  width: calc(33.333% - 20px);
}
.accordions .accordion .accordion_content.accordion_content_career .accordion_content_inner_career .accordion_content_inner_career_content {
  width: 66.666%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.accordions .accordion .accordion_content.accordion_content_career .accordion_content_inner_career .accordion_content_inner_career_content .accordion_content_inner_career_content_text {
  width: 100%;
}
.accordions .accordion .accordion_content.accordion_content_career .accordion_content_inner_career .accordion_content_inner_career_content .accordion_content_inner_career_content_table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.accordions .accordion .accordion_content.accordion_content_career .accordion_content_inner_career .accordion_content_inner_career_content .accordion_content_inner_career_content_table .accordion_content_inner_career_content_table_head {
  width: 100%;
}
.accordions .accordion .accordion_content.accordion_content_career .accordion_content_inner_career .accordion_content_inner_career_content .accordion_content_inner_career_content_table .accordion_content_inner_career_content_table_contents {
  width: 100%;
}
.accordions.clients_accordions .accordion .accordion_title.is-active + .accordion_content {
  padding: 80px 0;
}

.fade-img {
  -webkit-transform: translate(0, 30%) scale(1.05);
  transform: translate(0, 30%) scale(1.05);
  opacity: 0;
}

.fade-img.is-visible {
  -webkit-transition: opacity 1.5s ease-out 0.1s, -webkit-transform 2s cubic-bezier(0.1, 0.55, 0.2, 1);
  transition: opacity 1.5s ease-out 0.1s, -webkit-transform 2s cubic-bezier(0.1, 0.55, 0.2, 1);
  transition: transform 2s cubic-bezier(0.1, 0.55, 0.2, 1), opacity 1.5s ease-out 0.1s;
  transition: transform 2s cubic-bezier(0.1, 0.55, 0.2, 1), opacity 1.5s ease-out 0.1s, -webkit-transform 2s cubic-bezier(0.1, 0.55, 0.2, 1);
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}

a.hover__underline {
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a.hover__underline span {
    font-weight: normal;
    font-size: 12px;
    text-align: center;
  }
}
a.hover__underline::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
a.hover__underline:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

section.page_contact {
  padding-top: 140px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  section.page_contact {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

.contact_form .contact_form_inner {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .contact_form .contact_form_inner {
    margin-top: 40px;
  }
}
.contact_form .contact_form_inner .contact_form_table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .contact_form .contact_form_inner .contact_form_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.contact_form .contact_form_inner .contact_form_table tr th {
  width: 24.3243243243%;
  padding: 7.5px 0;
  color: #000;
  vertical-align: top;
  font-weight: 300;
  font-size: 12px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contact_form .contact_form_inner .contact_form_table tr th {
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }
}
.contact_form .contact_form_inner .contact_form_table tr th p {
  margin: 0;
}
.contact_form .contact_form_inner .contact_form_table tr td {
  width: 75.6756756757%;
  padding: 7.5px 0 7.5px 20px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .contact_form .contact_form_inner .contact_form_table tr td {
    width: 100%;
    padding: 0;
  }
}
.contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
}
.contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #dedede;
  background-color: #f9f9f8;
  font-size: 14px;
  color: #000;
}
.contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text:focus, .contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-email:focus, .contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select:focus, .contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea:focus {
  outline: none;
  border-color: #000;
}
.contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text::-webkit-input-placeholder, .contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-email::-webkit-input-placeholder, .contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select::-webkit-input-placeholder, .contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 13px;
  line-height: 26px;
  text-align: left;
  color: #a2a2a2;
}
.contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text::-moz-placeholder, .contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-email::-moz-placeholder, .contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select::-moz-placeholder, .contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea::-moz-placeholder {
  font-weight: 300;
  font-size: 13px;
  line-height: 26px;
  text-align: left;
  color: #a2a2a2;
}
.contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text:-ms-input-placeholder, .contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-email:-ms-input-placeholder, .contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select:-ms-input-placeholder, .contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder {
  font-weight: 300;
  font-size: 13px;
  line-height: 26px;
  text-align: left;
  color: #a2a2a2;
}
.contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text::-ms-input-placeholder, .contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-email::-ms-input-placeholder, .contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select::-ms-input-placeholder, .contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea::-ms-input-placeholder {
  font-weight: 300;
  font-size: 13px;
  line-height: 26px;
  text-align: left;
  color: #a2a2a2;
}
.contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text::placeholder, .contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-email::placeholder, .contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select::placeholder, .contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea::placeholder {
  font-weight: 300;
  font-size: 13px;
  line-height: 26px;
  text-align: left;
  color: #a2a2a2;
}
.contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L2 4h8z' fill='%23000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}
.contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
  min-height: 200px;
  resize: vertical;
}
.contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-submit {
  width: auto;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 170px;
  height: auto;
  line-height: 50px;
  background: #5f5f5f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0;
}
.contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-submit:hover {
  text-decoration: none;
  opacity: 0.8;
}
.contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance {
  border: none;
}
.contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-checkbox input[type=checkbox] {
  width: 30px;
  height: 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #dedede;
  background-color: #f9f9f8;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-checkbox input[type=checkbox]:checked {
  background-color: #000;
  border-color: #000;
}
.contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.contact_form .contact_form_inner .contact_form_table tr td .wpcf7-form-control-wrap .wpcf7-checkbox label {
  margin: 0;
  font-size: 14px;
  cursor: pointer;
}
.contact_form .contact_form_inner .contact_form_table tr td .submit_wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact_form .contact_form_inner .contact_form_table tr td .submit_wrap {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact_form .contact_form_inner .contact_form_table tr td .submit_wrap .wpcf7-form-control-wrap:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .contact_form .contact_form_inner .contact_form_table tr td .submit_wrap .wpcf7-form-control-wrap:last-child {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.career_form {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .career_form {
    margin-top: 40px;
  }
}

section.page_privacy {
  margin-top: 140px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  section.page_privacy {
    margin-top: 40px;
    padding-bottom: 100px;
  }
}
section.page_privacy .single_base_layout_inner_content p {
  font-weight: 300;
  text-align: left;
  color: #242423;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 24px;
}
section.page_privacy .single_base_layout_inner_content p + p {
  margin-top: 40px;
}

section.page_faq {
  margin-top: 140px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  section.page_faq {
    margin-top: 40px;
    padding-bottom: 100px;
  }
}

.admin-notice {
  background: #f8f9fa;
  padding: 15px;
  margin-bottom: 20px;
  border-left: 4px solid #007bff;
}

.password-protected-form {
  max-width: 400px;
  margin: 50px auto;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.password-protected-form h2 {
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}

.password-protected-form input[type=password] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #dedede;
  background-color: #f9f9f8;
  font-size: 12px;
  color: #000;
  border-radius: 5px;
}

.password-protected-form input[type=password]:focus {
  outline: none;
  border-color: #000;
}

.password-protected-form .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.password-protected-form button[type=submit] {
  padding: 12px 24px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.password-protected-form button[type=submit]:hover {
  opacity: 0.8;
}

.password-protected-form .cancel-button {
  padding: 12px 24px;
  background: #f9f9f8;
  color: #000;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.password-protected-form .cancel-button:hover {
  opacity: 0.8;
}

.error-message {
  font-weight: 300;
  font-size: 12px;
  color: #000;
  margin-bottom: 15px;
  text-align: left;
}

.password-protected-form + footer {
  display: none;
}

section.profile {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  section.profile {
    padding-bottom: 100px;
  }
}
section.profile .single_base_layout_inner_content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
}
section.profile .single_base_layout_inner_content .btn a {
  width: 170px;
  height: 50px;
  background: #5f5f5f;
  font-weight: normal;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
section.profile .single_base_layout_inner_content .btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
section.profile .single_base_layout_inner_content .image img {
  height: auto;
}

.contact_form .wpcf7-spinner {
  position: absolute;
  bottom: -39px;
}/*# sourceMappingURL=common.css.map */