@charset "UTF-8";

@media print, (min-width: 1200px) {
  .nav-top .g-nav .g-nav__search .g-nav__link_btn {
    background: #50b6b6;
  }
}
.nav-top .g-nav .g-nav__search_sp .g-nav__link_btn,
.ttl__style01::after {
  background: #50b6b6;
}

.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
}

.title-24c {
  font-size: 24px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-jf {
  text-align: justify;
}

.bt-style-01 {
  background: #ffffff;
  border: 1px solid #6c757d;
  position: relative;
  padding: 0px 32px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  outline: none;
  transition: color 0.5s ease;
}

.bt-style-01:hover {
  color: #fff;
}
.bt-style-01:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.about a:hover,
.layer a:hover,
.action a:hover,
.innovation a:hover {
  opacity: 1;
}

.bt-style-01::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #6c757d;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}

.text {
  position: relative;
}

#about {
  margin-bottom: 160px;
}

.layer {
  margin-bottom: 120px;
}

.layer-item {
  display: flex;
  align-items: center;
  gap: 40px;
}

.layer-item img {
  width: 60%;
}

.title-20bt-p {
  font-weight: 500;
  font-size: 20px;
  padding: 8px 24px;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #e8878b;
  border-radius: 8px;
}

.title-40l {
  font-size: 40px;
  margin: 0 0 16px;
}

.button-container .bt-style-01 {
  display: block;
  margin-right: 0;
}

.layer-item:nth-child(even) {
  flex-direction: row-reverse;
}

.text-ct {
  text-align: center;
}

.action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.obj-group {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 4%;
}

.link-style_circle {
  width: 45%;
}

.obj-circle :hover {
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-property: all;
  opacity: 1;
}

.obj-group a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
}

.obj-group a :hover {
  opacity: 0.6;
}

.obj-circle {
  width: 100%; /* 親要素に対する幅を100%で指定 */
  aspect-ratio: 1 / 1; /* 幅と高さを1:1に保つ */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  gap: 5%;
}

.c-oj {
  background-color: #e6b31f;
}

.action img {
  width: 30%;
}

.obj-group span {
  font-weight: 700;
  font-size: clamp(14px, 3vw, 24px);
  line-height: 150%;
  text-align: center;
}

.c-gr {
  background-color: #50b6b6;
}

.c-pk {
  background-color: #e8878b;
}

.innovation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  color: #ffffff;
}

.innovation-img-group {
  display: flex;
  align-items: center;
}

.innovation-img-group img {
  width: 25%;
}

.mulco {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  color: #ffffff;
}

.mulco-img-group {
  max-width: 500px;
}

.home-bnr .title-box {
  margin-bottom: 40px;
}

h2.ttl__style02 {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .about {
    margin-bottom: 60px;
  }

  .title-24c {
    font-size: 21px;
  }

  .layer {
    margin-bottom: 60px;
  }

  .layer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
  }

  .layer-item img {
    width: 100%;
  }

  .layer-item:nth-child(even) {
    flex-direction: column;
  }

  .title-40l {
    font-size: 32px;
    text-align: center;
  }
  .text-box {
    max-width: 500px;
  }

  .layer-item:last-child {
    margin: 0; /* 最後の要素だけマージンをリセット */
  }

  .obj-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
  }

  .obj-circle {
    width: 100%; /* 親要素に対する幅を100%で指定 */
    aspect-ratio: 1 / 1; /* 幅と高さを1:1に保つ */
    gap: 5%;
  }

  .button-container .bt-style-01 {
    display: block;
    margin: 20px auto 0;
  }

  .action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .innovation-img-group {
    flex-wrap: wrap;
  }

  .innovation-img-group img {
    width: 50%;
  }

  element.style {
    padding: 40px 0;
  }
  .mulco-img-group {
    max-width: 100%;
  }
  .smartphone-break {
    display: block;
  }
  h2.ttl__style02 {
    margin-bottom: 40px;
  }

  #about {
    margin-bottom: 100px;
  }
}

/* aboutページ */

.mw_700c {
  display: block;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

/* innovation-loungeページ */

.pc-img-dsp {
  width: 100%;
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
.sp-img-dsp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-img-dsp {
    display: none;
  }
  .sp-img-dsp {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
}

/* co-creationページ */

#co-group {
  margin-bottom: 90px;
}

#co-group h2,
#co-project h2 {
  color: #fff;
  margin: 0;
}

.co-group_ttl,
.co-project_ttl {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  padding: 8px 20px 8px;
}

.co-group_ttl {
  background: #e6b31f;
}
.co-project_ttl {
  background: #50b6b6;
}

.co-group_ttl img,
.co-project_ttl img {
  height: 70px;
}

#co-group summary {
  border-color: #e6b31f;
  margin-top: 60px;
}

#co-project summary {
  border-color: #50b6b6;
  margin-top: 60px;
}

tbody tr:nth-child(even) {
  background: #f5f5f5;
}

form table tbody tr:nth-child(even) {
  background: #ffffff !important;
}

/* summaryタグ（クリックする見出し部分）のスタイル */
summary {
  cursor: pointer;
  position: relative;
  list-style: none; /* デフォルトのマーカーを非表示 */
}

summary::-webkit-details-marker {
  display: none; /* デフォルトのマーカーを非表示 (Chrome, Safari) */
}

/* 矢印のスタイル */
summary::after {
  content: "▼"; /* 閉じている時の矢印を「▼」に設定 */
  font-size: 0.8em;
  position: absolute;
  margin-left: 16px; /* 位置を微調整 */
  top: 50%;
  /* 回転の中心と初期状態を設定 */
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease-in-out;
}

/* detailsが開いている時の矢印の向き */
details[open] > summary::after {
  /* 90度回転させて下向き「▶︎」に見せる */
  transform: translateY(-50%) rotate(-90deg);
}

/* joint-meetingページ */

.meeting_point_box {
  display: flex;
  gap: 40px;
}

.meeting_point_box p:nth-child(1) {
  font-size: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .meeting_point_box {
    flex-direction: column;
  }
  .meeting_point_box p:nth-child(1) {
    font-size: 18px;
    margin-bottom: 18px;
  }
}

/* actionページ */

h4.title-16l {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0 8px 0;
  display: flex;
  align-items: baseline;
}

h4 span.title-icon::before {
  color: #50b6b6;
  font-family: fontawesome;
  content: "\f105";
  margin-right: 8px;
}

.indent-16 {
  margin-left: 16px;
  line-height: 1.5;
}

.mb-90 {
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .mb-90 {
    margin-bottom: 60px;
  }
}

/* morinomiya-hotoride */

.level4-mt-90 {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .level4-mt-90 {
    margin-top: 60px;
  }
}

.hotoride_grid01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
}
.hotoride_grid01 img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 10 / 6;
}
