@charset "UTF-8";
/*
css
　 ├ reset.css--------：リセット用
　 ├ style.css--------：WEB 1,400px以上
　 ├ pc.css-----------：WEB 1,399px以下、1,025以上
　 ├ tablet.css-------：WEB 1,024以下、767px以上
　 └ smart.css--------：WEB 768px以下
*/
/*
01. 枠組共通
02. header（ヘッダー）
03. 共通パーツ
04. breadcrumb（パンくずリスト）
05. aside（サイドバー）
06. footer（フッター）
*/
/*************************** 01. 枠組共通 ***********************/
html {
  font-size: 62.5%;
}
@media (max-width: 1330px) {
  html {
    font-size: 0.7518796992vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #101010;
}

a, button {
  transition: 0.3s;
}
a:hover, button:hover {
  opacity: 0.7;
  cursor: pointer;
}
.sp{
  display: none;
}

/*************************** 02. header（ヘッダー） ***********************/
.c-gnav > .menu-item > a .ttl {
  color: #101010;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding-inline: 2rem;
  border-left: 1px solid #101010;
}

ul > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2073 > a > span {
  border-left: 0;
}

.c-gnav > .menu-item > a {
  display: inline-flex;
  padding: 0;
}

/*メニューの内容を消す*/
.p-spMenu__nav {
  display: none;
}

/*メニューのタイトルを消す*/
.c-widget__title.-spmenu {
  display: none;
}

.p-spMenu__inner::before {
  background: #000;
}

.-right .p-spMenu__closeBtn {
  color: #fff;
}

.p-spMenu a {
  color: #fff;
}

.p-spMenu__inner {
  width: 100%;
}

.-right .p-spMenu__inner {
  transform: translateX(100%);
}

[data-spmenu=opened] .p-spMenu__inner {
  transform: translateX(0);
}

/* チームヘッダー */
.p-header-team {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease;
  background-color: #fff;
  padding-left: 2rem;
}

.p-header-team__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.p-header-team__logo {
  padding-block: 0.7rem;
  width: 23rem;
}

.p-header-team__logo-text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}

.p-header-team__drawer {
  display: flex;
  align-items: center;
  height: 100%;
}

.p-header-team__nav {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 5.6rem;
}

.p-header-team__nav-list {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 3.2rem;
}

.p-header-team__nav-item {
  color: #101010;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.p-header-team__nav-item::after {
  content: attr(data-en);
  display: block;
  color: #AB902E;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.6rem;
}

.p-header-team__nav-btns {
  display: flex;
  align-items: center;
  height: 100%;
}

.p-header-team__nav-btn--contact {
  width: 20rem;
  background: #101010;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.p-header-team__nav-btn--contact a::after {
  content: attr(data-en);
  display: block;
  color: #AB902E;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.6rem;
}

.p-header-team__nav-btn--contact a {
  color: #fff;
}

.p-header-team__nav-btn--line {
  width: 22rem;
  background: #06C755;
  height: 100%;
}

.p-header-team__nav-btn--line a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.2;
  height: 100%;
}

.p-header-team__nav-btn-icon {
  display: inline-block;
  width: 6.4rem;
  height: 6.4rem;
}

.p-header-team__nav-btn-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-header-team__nav-btn-time {
  border-radius: 2px;
  border: 0.5px solid #fff;
  padding: 0.2rem 1rem;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
}

.p-header-team__nav-btn-text {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 1rem;
}

/*************************** 03. 共通パーツ ***********************/
/* 打消し */
.top #content.l-content.l-container {
  padding-inline: 0;
  max-width: 100%;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1330px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.l-mt-120 {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .l-mt-120 {
    margin-top: 5.6rem;
  }
}

.l-mt-100 {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .l-mt-100 {
    margin-top: 5.6rem;
  }
}

.l-mt-80 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .l-mt-80 {
    margin-top: 4rem;
  }
}

.l-mt-60 {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .l-mt-60 {
    margin-top: 3.2rem;
  }
}

.l-mt-56 {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .l-mt-56 {
    margin-top: 3.2rem;
  }
}

.l-mt-40 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-mt-40 {
    margin-top: 2.4rem;
  }
}

.c-br {
  display: inline-block;
}

.c-bl {
  display: block;
}

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

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

.c-btn {
  display: inline-block;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  background-color: #101010;
  padding: 1.8rem;
  max-width: 44rem;
  width: 100%;
  position: relative;
}

.c-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 0.6rem;
  display: inline-block;
  background-image: url("../../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.c-section-title {
  color: #101010;
  font-family: "Jost", sans-serif;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 4rem;
  }
}

.c-category {
  display: inline-block;
  color: #101010;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 1rem;
  border: 1px solid #E3E3E3;
  width: auto;
}

.p-cta__inner {
  max-width: 85rem;
}

.p-cta__img {
  position: relative;
}

.p-cta__img img {
  width: 100%;
  height: 100%;
}

.p-cta__btn {
  position: absolute;
  bottom: 2rem;
  left: 2.5rem;
  width: 100%;
  z-index: 1;
}

.p-cta__btn a {
  display: inline-block;
  color: #101010;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  background-color: #fff;
  padding: 1rem;
  text-align: center;
  border-radius: 4rem;
  max-width: 31rem;
  width: 100%;
  position: relative;
  z-index: 1;
}

.p-cta__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 0.6rem;
  display: inline-block;
  background-image: url("../../images/arrow-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

/* ブログパーツ */
.c-header-contact {
  display: inline-block;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  background-color: #101010;
  padding: 0.4rem 1rem;
  text-align: center;
  border-radius: 3rem;
  width: 12rem;
}

/* 追加css */
.about-concept .swell-block-columns__inner {
  align-items: center;
}

/* company-page */
.company-table.is-style-float > .swell-block-dl__dt:after {
  display: none;
}

.company-table.is-style-float > .swell-block-dl__dt {
  border-bottom: 1.5px solid #101010;
  padding-block: 2.4rem;
  padding-left: 1.2rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.company-table.is-style-float > .swell-block-dl__dd {
  border-bottom: 1.5px solid #E3E3E3;
  padding-block: 2.4rem;
  padding-left: 1.2rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

.c-pageTitle {
  color: #FFF;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 767px) {
  .c-pageTitle {
    font-size: 4rem;
  }
}

.post_content h2.h2-title {
  background-color: initial;
  color: #101010;
  padding: 0;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 1;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .post_content h2.h2-title {
    font-size: 4rem;
  }
}

.post_content h2.h2-title--white {
  color: #fff;
}

.post_content h2.h2-title::before {
  border: none;
}

/* concept */
.swell-block-columns .swell-block-column.concept-left {
  padding-inline: 8rem;
}

/*************************** 04. breadcrumb（パンくず） ***********************/
/*************************** 05. aside（サイドバー） ***********************/
/*************************** 06. footer（フッター） ***********************/
.l-footer {
  position: relative;
  overflow-y: hidden;
  padding-block: 6.4rem;
}

.l-footer::before {
  content: "Design for Victory";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  -webkit-text-stroke-width: 1.95px;
  -webkit-text-stroke-color: #2C2C2C;
  color: #101010;
  font-family: "Jost", sans-serif;
  font-size: 15.6rem;
  font-weight: 600;
  line-height: 1;
  width: 100%;
  text-align: center;
}

/*.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  width: 24.3rem;
}*/
.wp-block-gallery.has-nested-images figure.wp-block-image.footer-logo img{
  max-width:24.3rem!important;
}

#custom_html-4 > div > div > p:nth-child(2) {
  color: #E3E3E3;
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1rem;
}

#custom_html-4 > div > div > p:nth-child(3) {
  color: #E3E3E3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

#custom_html-4 > div > div > p:nth-child(4) {
  color: #E3E3E3;
  font-family: "Jost", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.l-footer .copyright {
  color: #FFF;
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.p-footer__menu {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  row-gap: 3rem;
}

.p-footer__menu-title {
  display: block;
  color: #FFF;
  font-family: "Jost", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
}

.p-footer__menu-subtitle {
  display: block;
  color: #E3E3E3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.6rem;
}

.p-footer__menu-item {
  list-style: none;
}

.post_content ol, .post_content ul {
  padding-left: 0;
}