/* ---  共通スタイル ----*/
/* @media ((min-width: 1600px) and (max-width: 1600px)) {
  body {
    background-image: url('../images/bg/bg_concept2_pc.png');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100000px;
  }
} */

/* @media ((min-width: 400px) and (max-width: 400px)) {
  body {
    background-image: url('../images/bg/bg_concept2_sp.png');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100000px;
  }
} */

main.page ul {
  padding: 0;
}

main.page li {
  list-style: none;
}

main.page img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

main.page dd {
  margin: 0;
}

main.page h2 {
  margin: 0;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 2.75;
  font-weight: 500;
}

main.page h3 {
  margin: 0;
}

main.page h4 {
  margin: 0;
}

main.page p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.13em;
  line-height: 2.6;
  font-weight: 400;
}

main.page .section-inner {
  max-width: var(--base-width);
  margin: 0 auto;
}

main.page .container {
  box-sizing: border-box;
  width: calc(100% - 480px);
  margin-left: auto;
  margin-right: 0;
}

main.page .section-title {
  display: flex;
  flex-direction: column;
  row-gap: 88px;
}

main.page .section-title-en {
  font-size: 22px;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 2.6;
  font-family: var(--font-tt-commons), sans-serif;
}

main.page .section-title--small {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.18em;
}

main.page .section__lead {
  margin-top: 47px;
}

main.page .section-text+.section-text {
  margin-top: 35px;
}

main.page .floating-menu__nav-item {
  opacity: 1;
  transition: opacity 0.3s;
  pointer-events: auto;
}

main.page .floating-menu__nav-item.is-footer-active {
  opacity: 0;
  pointer-events: none;
}

/* ------------ 会社概要ページ  ------------ */

.company p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.13em;
  line-height: 2.6;
  font-weight: 400;
}

.company .section-inner {
  max-width: var(--base-width);
  margin: 0 auto;
}

.company .container {
  box-sizing: border-box;
  width: calc(100% - 480px);
  margin-left: auto;
  margin-right: 0;
}

.company .section__lead {
  margin-top: 47px;
}

.company .section-text+.section-text {
  margin-top: 35px;
}

.company .section-body {
  box-sizing: border-box;
  padding-right: calc(93 / 1120 * 100%);
  display: grid;
  grid-template-columns: minmax(300px, calc(560 / 1027 * 100%)) 1fr;
  column-gap: calc(89 / 1027 * 100%);
}

/* mv */
.company .mv {
  margin-top: 96px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), center / cover no-repeat url("../images/company-mv.jpg");
  width: 100%;
}

.company .mv__inner {
  padding-top: 158px;
  padding-bottom: 207px;
  max-width: var(--base-width);
  margin: 0 auto;
}

.company .mv__title--en {
  color: white;
}

.company .mv__title--jp {
  color: white;
}

.company .mv-text {
  color: white;
}

main.page.company h2 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 2.75;
  font-weight: 400;
}

/* floating-menu */
.company .floating-menu {
  position: fixed;
  top: 250px;
  left: 7.5%;
  z-index: 10;
}

.company .floating-menu__nav-list {
  display: flex;
  flex-direction: column;
  row-gap: 21px;
}

.company .floating-menu__nav-item {
  position: relative;
  padding-bottom: 7px;
}

.company .floating-menu__nav-item.is-mission-active a {
  color: white;
}

.company .floating-menu__nav-item::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100px;
  background: var(--color-accent);
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.company .floating-menu__nav-item.is-active::after {
  opacity: 1;
}

.company .floating-menu__nav-item a {
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: var(--color-primary);
  font-family: var(--font-tt-commons), sans-serif;
}

.company .floating-menu__nav-item.is-active a {
  font-style: italic;
}

/* vision */
.company .vision {
  padding-top: 100px;
  padding-bottom: 50px;
}

.company .vision__imgs {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 8px;
}

.company .vision__img {
  aspect-ratio: 369 / 500;
  overflow: hidden;
}

.company .vision__img img {
  object-fit: cover;
  transform: scale(1.5) translateY(-45px);
}

/* greeting */
.company .greeting {
  padding-top: 116px;
  padding-bottom: 50px;
}

.company .greeting__section-title {
  row-gap: 67px;
}

.company .greeting__body {
  margin-top: 45px;
}

.company .greeting__body-img img {
  aspect-ratio: 560/546;
  object-fit: cover;
}

.company .greeting__body-lead {
  margin-top: -10px;
}

.company .greeting__body-text {
  color: var(--color-third);
  font-size: 12px;
  letter-spacing: 0.18em;
  line-height: 2.5;
}

.company .greeting__body-meta {
  margin-top: 55px;
}

.company .greeting__body-meta-role {
  font-size: 12px;
  letter-spacing: 0.18em;
  line-height: 1.7;
}

.company .greeting__body-meta-name {
  font-size: 18px;
  letter-spacing: 0.18em;
  line-height: 1.7;
}

/* information */
.company .information {
  padding-top: 182px;
  padding-bottom: 180px;
}

.company .information__body {
  margin-top: 108px;
}

.company .information__img img {
  aspect-ratio: 560 / 487;
  object-fit: cover;
}

.company .information__list {
  display: flex;
  flex-direction: column;
  row-gap: 21px;
}

.company .information__item {
  display: flex;
  column-gap: 8px;
}

.company .information__item-label {
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: var(--color-accent);
  min-width: 120px;
}

.company .information__item-data {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.12em;
}

/* -------------        FLOWページ  ------------------- */
.flow ul {
  padding: 0;
}

.flow li {
  list-style: none;
}

.flow img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* mv */
.flow .mv {
  margin-top: 97px;
  width: 100%;
  height: auto;
  aspect-ratio: 1600 / 661;
  background: 50% 29% / cover no-repeat url("../images/flow-mv.png");
}

/* floating-menu */
.flow .floating-menu {
  position: fixed;
  top: 200px;
  left: 7.5%;
  z-index: 10;
}

.flow .floating-menu__nav-list {
  display: flex;
  flex-direction: column;
  row-gap: 21px;
}

.flow .floating-menu__nav-item {
  position: relative;
  padding-bottom: 7px;
}

.flow .floating-menu__nav-item.is-mv-active {
  opacity: 0;
  pointer-events: none;
}

.flow .floating-menu__nav-item--en {
  min-width: 20px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 300;
  font-family: var(--font-tt-commons), sans-serif;
}

.flow .floating-menu__nav-item::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 200px;
  background: var(--color-accent);
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.flow .floating-menu__nav-item.is-active::after {
  opacity: 1;
}

.flow .floating-menu__nav-item a {
  font-size: 12px;
  letter-spacing: 0.16em;
  font-weight: 400;
  color: var(--color-primary);
  display: flex;
  align-items: flex-end;
  column-gap: 10px;
}

/* flow-section */
.flow .flow-section {
  padding-top: 123px;
}

.flow .flow-section__container {
  padding-right: calc(80 / 1120 * 100%);
}

.flow .flow-section__body {
  padding-top: 303px;
  padding-bottom: 100px;
}

.flow .flow-section__item {
  position: relative;
  scroll-margin-top: 120px;
  padding-top: 27px;
  padding-bottom: 72px;
  display: grid;
  grid-template-columns: 320px 1fr;
  column-gap: calc(57 / 1120 * 100%);
}

.flow .flow-section__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 85px);
  background: var(--color-primary);
  left: 4px;
  bottom: 0;
}

.flow .flow-section__item-title {
  display: flex;
  align-items: center;
  min-height: 25px;
  column-gap: 14px;
}

.flow .flow-section__item-title--en {
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 500;
  font-family: var(--font-tt-commons), sans-serif;
}

.flow .flow-section__item-title--jp {
  font-size: 18px;
  letter-spacing: 0.16em;
  font-weight: 600;
}

.flow .flow-section__item-info {
  display: flex;
  flex-direction: column;
}

.flow .flow-section__item-info-text {
  font-size: 16px;
  letter-spacing: 0.18em;
  font-weight: 400;
  line-height: 2.25;
}

.flow .flow-section__item-description {
  margin-top: 32px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2.16;
  color: var(--color-third);
}

/* -------------        STAFFページ  ------------------- */

main.page.staff .container {
  padding-right: 0;
}

.staff .mv {
  margin-top: 97px;
  width: 100%;
  height: auto;
  aspect-ratio: 1600 / 661;
  background: 50% 65% / cover no-repeat url("../images/staff-mv.webp");
}

/* floating-menu */
.staff .floating-menu {
  position: fixed;
  top: 200px;
  left: 7.5%;
  z-index: 10;
}

.staff .floating-menu__nav-list {
  display: flex;
  flex-direction: column;
  row-gap: 28px;
}

.staff .floating-menu__nav-item {
  position: relative;
  padding-bottom: 7px;
}

.staff .floating-menu__nav-item.is-mv-active {
  opacity: 0;
  pointer-events: none;
}

.staff .floating-menu__nav-item--en {
  min-width: 20px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-family: var(--font-tt-commons), sans-serif;
}

.staff .floating-menu__nav-item::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 140px;
  background: var(--color-accent);
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.staff .floating-menu__nav-item.is-active::after {
  opacity: 1;
}

.staff .floating-menu__nav-item a {
  font-size: 12px;
  letter-spacing: 0.16em;
  font-weight: 400;
  color: var(--color-primary);
  display: flex;
  align-items: flex-end;
  column-gap: 3px;
}

/* staff-section */
.staff .staff-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.staff .staff-section .staff-section__title {
  row-gap: 108px;
}

.staff .staff-section__title .section-title-en {
  display: flex;
  align-items: flex-end;
  column-gap: 32px;
  line-height: 1;
}

.staff .staff-section__swiper-container {
  margin-top: 180px;
  position: relative;
}

.staff .staff-section__swiper-slide {
  width: 363px;
}

.staff .swiper.staff-section__swiper {
  padding-right: calc(93 / 1120 * 100%);
}

.staff .staff-section__swiper-slide-img img {
  aspect-ratio: 364 /500;
  object-fit: cover;
}

.staff .staff-section__swiper-pagination {
  display: none;
}

.staff .staff-section__body {
  margin-top: 168px;
  display: flex;
  flex-direction: column;
  row-gap: 154px;
}

.staff .staff-section__item {
  scroll-margin-top: 120px;
  box-sizing: border-box;
  padding-right: calc(93 / 1120 * 100%);
  display: grid;
  grid-template-columns: minmax(300px, calc(560 / 1027 * 100%)) 1fr;
  column-gap: calc(89 / 1027 * 100%);
  align-items: center;
}

.staff .staff-section__item-img img {
  aspect-ratio: 560/546;
  object-fit: cover;
}

.staff .staff-section__item-lead-title--en {
  font-size: 22px;
  letter-spacing: 1.5px;
  font-weight: 500;
  font-family: var(--font-tt-commons), sans-serif;
}

.staff .staff-section__item-lead-title--jp {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 400;
}

.staff .staff-section__item-text {
  margin-top: 30px;
  font-size: 12px;
  letter-spacing: 0.18em;
  line-height: 2.5;
  font-weight: 400;
}

/* -------------        CONCEPTページ  ------------------- */
/* mv */
.concept .mv {
  margin-top: 97px;
  width: 100%;
  height: auto;
  aspect-ratio: 1600 / 661;
  background: 50% 78% / cover no-repeat url("../images/concept-mv.webp");
}

/* concept-section */
.concept .concept-section {
  overflow: hidden;
  padding-top: 123px;
  padding-bottom: 324px;
  background-color: white;
}

main.page.concept .concept-section__container {
  width: calc(100% - 295px);
}

main.page.concept .concept-section__title {
  row-gap: 96px;
}

.concept .concept-body__top-title--main span {
  display: inline-block;
}

.concept .concept-section__title .section-title-en {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.16em;
  row-gap: 5px;
}

main.page.concept .section__lead {
  margin-top: 97px;
}

/* floating-menu */
.concept .floating-menu {
  position: fixed;
  top: 120px;
  left: 50%;
  translate: -50% 0;
  z-index: 10;
}

.concept .floating-menu__nav-list {
  display: flex;
  column-gap: 117px;
}

.concept .floating-menu__nav-item {
  position: relative;
  padding-bottom: 7px;
}

.concept .floating-menu__nav-item.is-mv-active {
  opacity: 0;
  pointer-events: none;
}

.concept .floating-menu__nav-item::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--color-accent);
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.concept .floating-menu__nav-item.is-active::after {
  opacity: 1;
}

.concept .floating-menu__nav-item a {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 2;
  font-family: var(--font-tt-commons), sans-serif;
  color: var(--color-primary);
  white-space: nowrap;
}

.concept .floating-menu__nav-item.is-active a {
  font-style: italic;
}

.concept .floating-menu__nav-item:not(:last-child) a::after {
  position: absolute;
  content: "";
  background: var(--color-accent);
  width: 1px;
  height: 15px;
  top: 50%;
  right: -60px;
  translate: 0 -50%;
}

/* concept body */
.concept .concept {
  position: relative;
  z-index: 2;
}

.concept .concept-body {
  scroll-margin-top: 230px;
  position: relative;
  padding-bottom: 413px;
  max-width: 1600px;
  margin-inline: auto;
}

.concept .concept-body.concept-body--rev::after {
  background: white;
}

.concept .concept-body.concept-body--5::after {
  height: calc(100% + 44px);
}

.concept .concept-body.concept-body--5 {
  padding-bottom: 124px;
}

.concept .concept-body::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  /* background: var(--color-bg); */
  top: -44px;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}

.concept .concept-body.concept-body--rev::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  /* background: white; */
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}

.concept .concept-body .concept-body__top {
  display: grid;
  grid-template-columns: 1fr minmax(350px, calc(600 / 1300 * 100%));
  column-gap: calc(290 / 1300 * 100%);
  width: calc(100% - 300px);
  margin-left: auto;
  margin-right: 0;
}

.concept .concept-body.concept-body--rev .concept-body__top {
  grid-template-areas: "img read";
  grid-template-columns: minmax(350px, calc(600 / 1300 * 100%)) 1fr;
  margin-left: 0;
  margin-right: auto;
}

.concept .concept-body__title {
  position: absolute;
  top: 159px;
  left: 117px;
  font-size: 39.8px;
  writing-mode: vertical-rl;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--color-accent);
  font-family: var(--font-tt-commons), sans-serif;
}

.concept .concept-body--rev .concept-body__title {
  right: calc(800 / 1600 * 100%);
}

.concept .concept-body__top-lead {
  margin-top: 136px;
}

.concept .concept-body--rev .concept-body__top-lead {
  grid-area: read;
}

.concept .concept-body__top-title {
  display: flex;
  flex-direction: column;
}

.concept .concept-body__top-title--main {
  font-size: 36px;
  line-height: 2.2;
  letter-spacing: 0.13em;
  font-weight: 400;
}

.concept .concept-body__top-title--sub {
  font-size: 22px;
  letter-spacing: 0.42em;
  line-height: 2.3;
  font-weight: 400;
  color: #3f3c3c;
}

.concept .concept-body__top-lead-text {
  margin-top: 60px;
  font-size: 13px;
  line-height: 2.6;
  letter-spacing: 0.13em;
  font-weight: 400;
  color: var(--color-third);
}

.concept .concept-body__top-img {
  margin-top: -44px;
}

.concept .concept-body--rev .concept-body__top-img {
  grid-area: img;
}

.concept .concept-body__top-img img {
  aspect-ratio: 600 /900;
  height: auto;
  object-fit: cover;
}

.concept .concept-body__bottom {
  margin-top: 146px;
  width: calc(100% - 300px * 2);
  margin-inline: auto;
}

.concept .concept-body__lead {
  display: flex;
  flex-direction: column;
  row-gap: 34px;
}

.concept .concept-body__lead-title {
  font-size: 18px;
  line-height: 2.73;
  letter-spacing: 0.22em;
  font-weight: 400;
}

.concept .concept-body__lead-title span {
  display: inline-block;
}

.concept .concept-body__lead-text {
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 0.13em;
  font-weight: 400;
  color: var(--color-third);
}

.concept .concept-body__lead-text--small {
  margin-top: 26px;
  font-size: 10px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  color: var(--color-accent);
}

.concept .concept-body__imgs {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: calc(50 / calc(1600 - 300 * 2) * 100%);
}

.concept .concept-body__list {
  margin-top: 112px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: calc(110 / calc(1600 - 300 * 2) * 100%);
  row-gap: 100px;
}

.concept .concept-body__imgs-img img {
  height: auto;
  object-fit: cover;
}

.concept .concept-body__item-img img {
  height: auto;
  object-fit: cover;
}

.concept .concept-body__item .concept-body__lead {
  margin-top: 35px;
  row-gap: 10px;
}

.concept .concept-body__list-2 {
  display: grid;
  grid-template-columns: 1fr minmax(300px, calc(444 / 1000 * 100%));
  column-gap: calc(110 / 1000 * 100%);
  align-items: center;
}

.concept .concept-body .concept-body__list-2 .concept-body__lead {
  margin-top: 0;
  row-gap: 9px;
}

.concept .concept-body__list-2-img img {
  aspect-ratio: 444 / 313;
  height: auto;
  object-fit: cover;
}

.concept .concept-body__list-3 {
  margin-top: 88px;
}

.concept .concept-body__list-4 {
  margin-top: -220px;
  display: grid;
  grid-template-columns: minmax(320px, calc(400 / 1000 * 100%)) 1fr;
  column-gap: calc(115 / 1000 * 100%);
  align-items: flex-end;
}

.concept .concept-body__list-4 .concept-body__top-lead-text {
  margin-top: 40px;
  line-height: 2.2;
}

.concept .concept-body__list-4 .concept-body__top-lead-text+.concept-body__top-lead-text {
  margin-top: 32px;
}

.concept .concept-body.concept-body--3 .swiper-slide__img img {
  aspect-ratio: 320 /350;
}

.concept .concept-body__list-5 {
  display: grid;
  grid-template-columns: 1fr minmax(350px, calc(540 / 1000 * 100%));
  column-gap: calc(110 / 1000 * 100%);
  align-items: center;
}

.concept .concept-body__list-5 .concept-body__list-5-img img {
  aspect-ratio: 540 / 300;
  height: auto;
  object-fit: cover;
}

.concept .concept-body__list-6 {
  display: grid;
  grid-template-columns: 1fr minmax(280px, calc(394 / 1000 * 100%));
  column-gap: calc(110 / 1000 * 100%);
  align-items: center;
}

.concept .concept-body__list-6 .concept-body__lead {
  row-gap: 10px;
}

.concept .concept-body__list-6 .concept-body__list-6 img {
  aspect-ratio: 394 / 260;
  height: auto;
  object-fit: cover;
}

.concept .concept-body__list-7 {
  margin-top: 73px;
  display: grid;
  grid-template-columns: minmax(300px, calc(430 / 1000 * 100%)) 1fr;
  column-gap: calc(75 / 1000 * 100%);
  align-items: center;
}

.concept .concept-body__list-7 .concept-body__lead {
  row-gap: 10px;
}

.concept .concept-body__list-7 .concept-body__list-7 img {
  height: auto;
  object-fit: cover;
}

.concept .img-swiper-1 {
  margin-top: 57px;
}

.concept .img-swiper-1 .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.concept .img-swiper-1 .swiper-slide__img img {
  aspect-ratio: 320 /390;
  height: auto;
  object-fit: cover;
}

.concept .img-swiper-2 {
  margin-top: 59px;
}

.concept .img-swiper-2 .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}

.concept .img-swiper-2__img img {
  aspect-ratio: 490 /300;
  height: auto;
  object-fit: cover;
}

.concept .concept-body--2 .concept-body__lead {
  row-gap: 15px;
}

.concept .concept-body__img-list-column3 {
  display: flex;
  flex-direction: column;
  row-gap: 19px;
}

.concept .concept-body__img-list-column3-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.concept .concept-body__column {
  position: relative;
  margin-top: 80px;
  padding-top: 110px;
  padding-bottom: 110px;
  padding-inline: calc(80 / 800 * 100%);
  background: white;
  display: grid;
  grid-template-columns: 1fr minmax(200px, calc(272 / 800 * 100%));
  column-gap: calc(75 / 1000 * 100%);
  align-items: center;
}

.concept .concept-body__column::after {
  content: "";
  position: absolute;
  background: center / contain no-repeat url(../images/concept-img-column.webp);
  width: 148px;
  height: 40px;
  top: 61px;
  left: 32px;
}

.concept .concept-body__column .concept-body__lead {
  row-gap: 9px;
}

.concept .concept-body__column .concept-body__lead-text--small {
  margin-top: 33px;
}

.concept .concept-body__column-img img {
  aspect-ratio: 272/343;
  height: auto;
  object-fit: cover;
}

/* concept event */
.concept section#event {
  padding-top: 246px;
  padding-bottom: 100px;
  overflow: hidden;
  background: white;
}

/* concept Bottom Works Section */
.concept .bottom-works__swiper {
  margin-top: 112px;
  height: 400px;
}

/*------------  1500px以下 ------------  */
@media screen and (max-width: 1500px) {
  .concept .concept-body--rev .concept-body__title {
    right: calc(820px / 1600px * 100%);
  }

  .concept .concept-body__list-4 {
    margin-top: -130px;
  }

  .concept .concept-body__list-6 {
    column-gap: calc(50px / 1000px * 100%);
  }

  .concept .concept-body__list-7 {
    column-gap: calc(40px / 1000px * 100%);
  }
}

/*------------  1300px以下 ------------  */
@media screen and (max-width: 1300px) {

  /* ---  共通スタイル ----*/
  main.page .container {
    width: calc(100% - 350px);
  }

  /* -------------        FLOWページ  ------------------- */
  .flow .flow-section__container {
    padding-right: calc(20px / 950px * 100%);
  }

  .flow .flow-section__item {
    column-gap: calc(20px / 1120px * 100%);
  }

  /* -------------        STAFFページ  ------------------- */
  .staff .staff-section__item {
    padding-right: calc(40px / 950px * 100%);
    column-gap: calc(40px / 1120px * 100%);
  }

  /* -------------        CONCEPTページ  ------------------- */
  main.page.concept .concept-section__container {
    width: calc(100% - 160px);
  }

  .concept .concept-body .concept-body__top {
    column-gap: calc(240px / 1300px * 100%);
    width: calc(100% - 200px);
  }

  .concept .concept-body__title {
    left: 60px;
  }

  .concept .concept-body__bottom {
    width: calc(100% - 200px * 2);
  }

  .concept .concept-body--rev .concept-body__title {
    right: calc(830px / 1600px * 100%);
  }

  .concept .concept-body__list-4 {
    margin-top: -100px;
    column-gap: calc(80px / 1000px * 100%);
  }
}

/*------------  1200px以下 ------------  */
@media screen and (max-width: 1200px) {

  /* ------------ 会社概要ページ  ------------ */
  .company .section-body {
    grid-template-columns: 1fr;
    row-gap: 43px;
  }

  /* -------------        STAFFページ  ------------------- */
  .staff .staff-section__item {
    grid-template-columns: 1fr;
  }
}

/*------------  1100px以下 ------------  */
@media screen and (max-width: 1100px) {

  /* -------------        FLOWページ  ------------------- */
  .flow .section__lead {
    padding-bottom: 100px;
  }

  .flow .flow-section__body {
    padding-top: 94px;
  }

  .flow .flow-section__item {
    padding-top: 24px;
    padding-bottom: 18px;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0px;
    row-gap: 35px;
  }

  .flow .flow-section__item:not(:last-of-type)::after {
    height: calc(100% - 70px);
  }

  .flow .flow-section__item-right {
    padding-left: 30px;
  }

  /* -------------        CONCEPTページ  ------------------- */

  .concept .floating-menu__nav-list {
    display: flex;
    column-gap: 40px;
  }

  .concept .floating-menu__nav-item:not(:last-child) a::after {
    right: -20px;
  }

  .concept .concept-body .concept-body__top {
    column-gap: calc(150px / 1300px * 100%);
    width: calc(100% - 150px);
  }

  .concept .concept-body--rev .concept-body__title {
    top: 78px;
  }

  .concept .concept-body__top-lead {
    width: 90%;
    margin: 60px auto 0;
  }

  .concept .concept-body__top-lead-text {
    margin-top: 30px;
  }

  .concept .concept-body__title {
    top: 87px;
    left: 40px;
  }

  .concept .concept-body__bottom {
    width: calc(100% - 150px * 2);
  }

  .concept .concept-body__title {
    font-size: 30px;
  }

  .concept .concept-body__column {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-inline: calc(40px / 800px * 100%);
    column-gap: calc(40px / 1000px * 100%);
  }

  .concept .concept-body__column::after {
    width: 128px;
    height: 35px;
    top: 50px;
    left: 20px;
  }
}

/*------------  1000px以下 ------------  */
@media screen and (max-width: 1000px) {
  main.page .container {
    width: calc(100% - 250px);
  }

  /* -------------        CONCEPTページ  ------------------- */
  main.page.concept .concept-section__container {
    width: calc(100% - 100px);
  }

  .concept .concept-body__top-title--sub {
    font-size: 20px;
  }

  .concept .concept-body .concept-body__top {
    column-gap: calc(120px / 1300px * 100%);
    width: calc(100% - 90px);
  }

  .concept .concept-body__title {
    left: 5px;
    font-size: 28px;
  }

  .concept .concept-body__bottom {
    width: calc(100% - 90px * 2);
  }

  .concept .concept-body__top-title--main {
    font-size: 30px;
  }

  .concept .concept-body--rev .concept-body__title {
    right: calc(815px / 1600px * 100%);
  }

  .concept .concept-body__list {
    column-gap: calc(70px / calc(1600px - 300px * 2) * 100%);
  }

  .concept .concept-body__list-2 {
    column-gap: calc(40px / 1000px * 100%);
  }

  .concept .concept-body__list-5 {
    column-gap: calc(40px / 1000px * 100%);
  }
}

/*------------  850px以下 ------------  */
@media screen and (max-width: 850px) {
  .concept .concept-body__lead-title {
    font-size: 16px;
  }

  .concept .concept-body--rev .concept-body__title {
    right: unset;
    left: 352px;
  }

  .concept .concept-body__list-4 {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }

  .concept .concept-body__list-4 .concept-body__top-lead {
    margin-top: 0;
  }

  .concept .concept-body__list-4 .concept-body__lead-title {
    margin-top: 6px;
    order: 1;
  }

  .concept .concept-body__list-4 .concept-body__top-lead-text {
    margin-top: 49px;
    line-height: 2;
    order: 3;
  }

  .concept .concept-body__list-4 .concept-body__top-lead-text+.concept-body__top-lead-text {
    margin-top: 26px;
  }

  .concept .concept-body__img-list-column3 {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 4px;
    order: 2;
  }

  .concept .concept-body__img-list-column3-img:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/3;
  }

  .concept .concept-body__img-list-column3-img:nth-of-type(1) img {
    height: 100%;
  }

  .concept .concept-body__img-list-column3-img:nth-of-type(2) img,
  .concept .concept-body__img-list-column3-img:nth-of-type(3) img {
    aspect-ratio: 165 / 98;
  }

  .concept .concept-body__img-list-column3-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/* ------------------ SP -------------------------- */
@media screen and (max-width: 768px) {

  /* ---  共通スタイル ----*/
  main.page h2 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 2.85;
    font-weight: 400;
  }

  main.page p {
    font-size: 13px;
    letter-spacing: 0.13em;
    line-height: 2.2;
    font-weight: 400;
  }

  main.page .section-title {
    row-gap: 68px;
    max-width: 390px;
    margin-inline: auto;
  }

  main.page .section-title-en {
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 2.6;
    font-weight: 500;
  }

  main.page .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  main.page .section__lead {
    margin-top: 33px;
    max-width: 390px;
    margin-inline: auto;
  }

  main.page .section-text+.section-text {
    margin-top: 24px;
  }

  /*------------  会社概要ページ ------------  */

  .company .section-body {
    padding-right: 0px;
    max-width: 390px;
    margin-inline: auto;
  }

  /* mv */
  .company .mv {
    margin-top: 69px;
    background-position: 80% center;
  }

  .company .mv__inner {
    padding-top: 60px;
    padding-bottom: 110px;
  }

  main.page.company h2 {
    font-size: 18px;
    letter-spacing: 0.35em;
    line-height: 2.85;
    font-weight: 400;
  }

  /* floating-menu */
  .company .floating-menu {
    top: 100px;
    right: 22px;
    left: auto;
    width: fit-content;
  }

  .company .floating-menu__nav-list {
    row-gap: 1px;
  }

  .company .floating-menu__nav-item {
    padding-bottom: 0;
  }

  .company .floating-menu__nav-item::after {
    display: none;
  }

  .company .floating-menu__nav-item.is-mission-active a {
    color: var(--color-accent);
  }

  .company .floating-menu__nav-item a {
    font-size: 11px;
    color: var(--color-accent);
  }

  .company .floating-menu__nav-item.is-active a {
    color: var(--color-primary);
    font-weight: 500;
  }

  /* Vision */
  .company .vision {
    padding-top: 158px;
    overflow: hidden;
  }

  .company .vision__imgs {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    column-gap: 6px;
  }

  .company .vision__img img {
    aspect-ratio: 130 / 179;
    transform: scale(1.5) translateY(-20px);
  }

  /* greeting */
  .company .greeting {
    padding-top: 88px;
  }

  .company .greeting__section-title {
    row-gap: 17px;
  }

  .company .greeting__section-title .section-title-jp {
    font-size: 16px;
    letter-spacing: 0.16em;
  }

  .company .greeting__body {
    margin-top: 62px;
  }

  .company .greeting__body-img img {
    aspect-ratio: 340 /300;
  }

  .company .greeting__body-text {
    line-height: 2.16;
  }

  .company .greeting__body-meta {
    margin-top: 81px;
    display: grid;
    flex-direction: column;
    row-gap: 8px;
  }

  .company .greeting__body-meta-role {
    font-size: 11px;
  }

  .company .greeting__body-meta-name {
    font-size: 16px;
  }

  /* information */
  .company .information {
    padding-top: 154px;
    padding-bottom: 50px;
  }

  .company .information__body {
    margin-top: 62px;
    row-gap: 60px;
  }

  .company .information__item {
    column-gap: 20px;
  }

  .company .information__img img {
    aspect-ratio: 340 /300;
  }

  .company .information__item-label {
    font-size: 10px;
    min-width: 100px;
  }

  /* -------------        FLOWページ  ------------------- */
  /* mv */
  .flow .mv {
    margin-top: 69px;
    aspect-ratio: 400 / 180;
    background-position: 50% 50%;
  }

  /* floating-menu */
  .flow .floating-menu {
    display: none;
  }

  /* flow-section */
  .flow .flow-section {
    padding-top: 63px;
  }

  .flow .flow-section .section-title {
    row-gap: 78px;
  }

  .flow .flow-section__body {
    position: relative;
    max-width: 390px;
    margin-inline: auto;
  }

  .flow .flow-section__body::after {
    content: "";
    background: white;
    position: absolute;
    top: 0;
    left: -30px;
    width: calc(100% + 60px);
    height: 100%;
    z-index: -1;
  }

  .flow .flow-section__item-info {
    row-gap: 5px;
  }

  .flow .flow-section__item-title {
    column-gap: 22px;
  }

  .flow .flow-section__item-info-text {
    font-size: 14px;
    line-height: 1.77;
    display: block;
    text-indent: -1.15em;
    padding-left: 1em;
    line-height: 1.6;
  }

  .flow .flow-section__item-description {
    margin-top: 14px;
    line-height: 1.9;
  }

  /* -------------        STAFFページ  ------------------- */
  /* mv */
  .staff .mv {
    margin-top: 69px;
    aspect-ratio: 400 / 180;
  }

  /* floating-menu */
  .staff .floating-menu {
    margin-top: 97px;
    position: static;
    max-width: 390px;
    margin-inline: auto;
  }

  .staff .floating-menu__nav-list {
    row-gap: 19px;
  }

  .staff .floating-menu__nav-item--en {
    min-width: unset;
    font-size: 13px;
  }

  .staff .floating-menu__nav-item a {
    font-size: 12px;
    column-gap: 8px;
  }

  /* staff-section */
  .staff .staff-section {
    overflow: hidden;
    padding-top: 77px;
    padding-bottom: 120px;
  }

  .staff .staff-section .staff-section__title {
    row-gap: 99px;
  }

  .staff .section-title-jp {
    font-size: 16px;
    line-height: 2.575;
  }

  .staff .staff-section__title .section-title-en {
    column-gap: 13px;
  }

  .staff .staff-section__title .section-title--small {
    font-size: 10px;
  }

  .staff .staff-section .section__lead {
    margin-top: 44px;
    padding-right: 30px;
    letter-spacing: normal;
  }

  .staff .staff-section .section-text {
    letter-spacing: 0.18em;
  }

  .staff .staff-section__swiper-container {
    margin-top: 76px;
  }

  .staff .staff-section__swiper {
    max-width: 390px;
    margin-inline: auto;
  }

  .staff .staff-section__body {
    padding-right: 30px;
    max-width: 390px;
    margin-inline: auto;
  }

  .staff .staff-section__item {
    padding-right: 0;
  }

  .staff .staff-section__swiper-slide {
    width: 130px;
  }

  .staff .staff-section__swiper-slide-img img {
    aspect-ratio: 130 /179;
    object-fit: cover;
  }

  .staff .staff-section__swiper-pagination {
    display: block;
  }

  .staff .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    margin: 0;
    padding: 0;
  }

  .staff .swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: calc(100% + 44px);
    left: 50%;
    translate: -58% 0;
    max-width: 200px;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #d9d9d9;
  }

  .staff .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #757575;
  }

  .staff .staff-section__body {
    margin-top: 116px;
    row-gap: 100px;
  }

  .staff .staff-section__item-img img {
    aspect-ratio: 340/300;
    object-fit: cover;
  }

  .staff .staff-section__item-lead-title {
    margin-top: 20px;
  }

  .staff .staff-section__item-lead-title--en {
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 1.75;
  }

  .staff .staff-section__item-lead-title--jp {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.9;
  }

  .staff .staff-section__item-text {
    margin-top: 34px;
    line-height: 2.2;
  }

  /* -------------        CONCEPTページ  ------------------- */
  /* mv */
  .concept .mv {
    margin-top: 69px;
    aspect-ratio: 400 / 180;
    background-position: 50% 50%;
  }

  .concept .concept-body {
    scroll-margin-top: 50px;
  }

  .concept .concept-section {
    overflow: hidden;
    padding-top: 63px;
    padding-bottom: 200px;
    background-color: transparent;
  }

  main.page.concept .concept-section__container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .concept .concept-section__title .section-title-en {
    row-gap: 0px;
  }

  main.page.concept .section-title--small {
    font-size: 11px;
    line-height: 1.7;
  }

  .concept .concept-section__title .section-title-jp {
    font-size: 16px;
    line-height: 2.575;
  }

  main.page.concept .section__lead {
    margin-top: 44px;
  }

  /* floating-menu */
  .concept .floating-menu {
    position: fixed;
    top: 120px;
    right: 23px;
    left: unset;
    translate: 0 0;
    z-index: 10;
  }

  .concept .floating-menu__nav-list {
    display: flex;
    flex-direction: column;
  }

  .concept .floating-menu__nav-item {
    position: relative;
    padding-bottom: 0;
  }

  .concept .floating-menu__nav-item.is-mv-active {
    opacity: 0;
    pointer-events: none;
  }

  .concept .floating-menu__nav-item::after {
    display: none;
  }

  .concept .floating-menu__nav-item.is-active::after {
    display: none;
  }

  .concept .floating-menu__nav-item a {
    position: relative;
    font-size: 11px;
    color: var(--color-accent);
    transition: color 0.3s;
  }

  .concept .floating-menu__nav-item.is-active a {
    font-weight: 600;
    color: var(--color-primary);
  }

  .concept .floating-menu__nav-item:not(:last-child) a::after {
    display: none;
  }

  /* concept body */
  .concept .concept-body {
    position: relative;
    padding-top: 86px;
    padding-bottom: 200px;
    margin-inline: auto;
  }

  .concept #concept1.concept-body::after,
  .concept #concept3.concept-body::after,
  .concept #concept5.concept-body::after {
    background: white;
  }

  .concept .concept-body.concept-body--rev::after {
    background-color: transparent;
  }

  .concept .concept-body .concept-body__top,
  .concept .concept-body.concept-body--rev .concept-body__top {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .concept .concept-body__title,
  .concept .concept-body--rev .concept-body__title {
    width: 90%;
    margin-inline: auto;
    position: static;
    font-size: 13px;
    writing-mode: horizontal-tb;
  }

  .concept .concept-body__lead-title {
    /* width: calc(100% - calc(30px * 2)); */
    width: 100%;
    margin-inline: auto;
  }

  .concept .concept-body--rev .concept-body__top-lead {
    margin-top: 49px;
    grid-area: read;
  }

  .concept .concept-body--rev .concept-body__top-lead {
    grid-area: unset;
  }

  .concept .concept-body__top-title {
    row-gap: 5px;
  }

  .concept .concept-body__top-title--main {
    font-size: 22px;
  }

  .concept .concept-body__top-title--sub {
    font-size: 16px;
    letter-spacing: 0.4em;
    color: var(--color-primary);
  }

  .concept .concept-body__top-lead-text {
    margin-top: 73px;
    line-height: 2;
    letter-spacing: 0.13em;
    color: var(--color-primary);
  }

  .concept .concept-body__top-img {
    margin-top: 60px;
    margin-right: 0;
    margin-left: auto;
    width: calc(100% - 100px);
  }

  .concept .concept-body--rev .concept-body__top-img {
    margin-top: 60px;
    grid-area: unset;
  }

  .concept .concept-body__top-img img {
    aspect-ratio: 300 / 450;
  }

  .concept .concept-body__bottom {
    margin-top: 80px;
    max-width: 400px;
    width: calc(100% - 30px * 2);
    margin-inline: auto;
  }

  .concept .concept-body__lead {
    row-gap: 31px;
  }

  .concept .concept-body__lead-title {
    font-size: 14px;
    line-height: 2.9;
    letter-spacing: 0.36em;
  }

  .concept .concept-body__lead-text {
    line-height: 2.2;
    color: var(--color-primary);
  }

  .concept .concept-body__imgs {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .concept .concept-body__list {
    margin-top: 87px;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 85px;
  }

  .concept .concept-body.concept-body--4 .concept-body__list {
    row-gap: 60px;
  }

  .concept .concept-body__item .concept-body__lead {
    margin-top: 22px;
    row-gap: 0px;
  }

  .concept .concept-body__item .concept-body__lead-text {
    line-height: 1.8;
  }

  .concept .concept-body__list-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .concept .concept-body__list-2-img img {
    aspect-ratio: 444 / 305;
  }

  .concept .concept-body .concept-body__list-2 .concept-body__lead-text {
    line-height: 1.9;
  }

  .concept .concept-body__list-2 .concept-body__lead {
    display: contents;
  }

  .concept .concept-body__list-2 .concept-body__list-2-img {
    margin-top: 20px;
    order: 2;
  }

  .concept .concept-body__list-2 .concept-body__lead-title {
    order: 1;
  }

  .concept .concept-body__list-2 .concept-body__lead-text {
    margin-top: 40px;
    order: 3;
  }

  .concept .concept-body__list-3 {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
  }

  .concept .concept-body__list-3 .concept-body__lead {
    display: contents;
  }

  .concept .concept-body__list-3 .concept-body__lead-title {
    order: 1;
  }

  .concept .concept-body__list-3 .concept-body__lead-text {
    margin-top: 28px;
    line-height: 1.8;
    order: 3;
  }

  .concept .concept-body__list-3 .img-swiper-1,
  .concept .concept-body__list-3 .img-swiper-2 {
    order: 2;
  }

  .concept .concept-body__list-4 .concept-body__top-lead {
    margin-top: 49px;
    order: 3;
  }

  .concept .concept-body__list-5 {
    grid-template-columns: 1fr;
  }

  .concept .concept-body__list-5 .concept-body__lead {
    row-gap: 42px;
  }

  .concept .concept-body__list-5 .concept-body__list-5-img {
    margin-top: 50px;
  }

  .concept .concept-body__list-5 .concept-body__list-5-img img {
    aspect-ratio: 340 / 225;
  }

  .concept .concept-body__list-6 {
    grid-template-columns: 1fr;
  }

  .concept .concept-body__list-6 .concept-body__lead {
    row-gap: 22px;
  }

  .concept .concept-body__list-6 .concept-body__lead-text {
    line-height: 1.9;
  }

  .concept .concept-body__list-6 .concept-body__list-6-img {
    margin-top: 25px;
  }

  .concept .concept-body__list-7 {
    margin-top: 80px;
    display: flex;
    flex-direction: column-reverse;
  }

  .concept .concept-body__list-7 .concept-body__lead {
    row-gap: 22px;
  }

  .concept .concept-body__list-7 .concept-body__lead-text {
    line-height: 1.9;
  }

  .concept .concept-body__list-7 .concept-body__list-7-img {
    margin-top: 53px;
  }

  .concept .img-swiper-1 {
    margin-top: 29px;
    padding-bottom: 50px;
    width: 100%;
  }

  .concept .img-swiper-1 .swiper-wrapper {
    display: flex;
    gap: 0;
  }

  .concept .img-swiper-1 .swiper-slide {
    width: 192px;
  }

  .concept .img-swiper-1 .swiper-slide__img img {
    aspect-ratio: 192 /235;
  }

  .concept .img-swiper-1 .swiper-pagination-bullets.swiper-pagination-horizontal,
  .concept .img-swiper-2 .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    margin: 0;
    padding: 0;
  }

  .concept .img-swiper-1 .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .concept .img-swiper-2 .swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: calc(100% - 15px);
    left: 0;
    width: calc(100%);
    max-width: 150px;
    height: 2px;
    border-radius: 2px;
    background: #d9d9d9;
  }

  .concept .img-swiper-1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
  .concept .img-swiper-2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #757575;
  }

  .concept .img-swiper-2 {
    margin-top: 29px;
    padding-bottom: 50px;
    width: 100%;
  }

  .concept .img-swiper-2 .swiper-wrapper {
    display: flex;
    gap: 0;
  }

  .concept .img-swiper-2 .swiper-slide {
    width: 280px;
  }

  .concept .img-swiper-2__img img {
    aspect-ratio: 280 /183;
  }

  .concept .concept-body.concept-body--3 .swiper-slide {
    width: 212px;
  }

  .concept .concept-body.concept-body--3 .swiper-slide__img img {
    aspect-ratio: 212 /235;
  }

  .concept .concept-body.concept-body--4 .concept-body__list-2 {
    grid-template-columns: 1fr;
  }

  .concept .concept-body__column {
    margin-top: 152px;
    padding-top: 125px;
    padding-bottom: 45px;
    padding-inline: 20px;
    background: var(--color-bg);
    grid-template-columns: 1fr;
  }

  .concept .concept-body__column::after {
    width: 125px;
    height: 34px;
    top: 64px;
    left: 9px;
  }

  .concept .concept-body__column .concept-body__lead-title {
    font-size: 16px;
    letter-spacing: 0.22em;
  }

  .concept .concept-body__column .concept-body__lead {
    row-gap: 7px;
  }

  .concept .concept-body__column .concept-body__lead-text {
    line-height: 1.8;
  }

  .concept .concept-body__column-img {
    margin-top: 56px;
  }

  .concept .concept-body__column-img img {
    aspect-ratio: 300/225;
  }

  .concept .concept-body__column .concept-body__lead-text--small {
    margin-top: 20px;
    line-height: 1.6;
  }

  .concept .concept-body__column .concept-body__lead-text--small+.concept-body__lead-text--small {
    margin-top: 10px;
  }

  /* Concept event */
  .concept section#event {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    background: var(--color-bg);
  }

  /* concept Bottom Works Section */
  .concept section#bottom-works {
    position: relative;
    padding-top: 67px;
    padding-bottom: 50px;
  }
}