@charset "UTF-8";
.p-top__mv {
  padding-block: 25%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__mv {
    padding-block: 75%;
  }
}
.p-top__mv_video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: opacity 0.7s ease;
}
.p-top__mv #preloadVideo {
  opacity: 0;
}
.p-top__mv_title {
  position: absolute;
  left: 5%;
  bottom: 10%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top__mv_title {
    bottom: 8%;
  }
}
.p-top__mv_title_h2 {
  color: #ededed;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  display: block;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top__mv_title_h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.p-top__mv_title_sub {
  color: #ededed;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.6;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top__mv_title_sub {
    font-size: 1.4rem;
  }
}
.p-top__mv_back {
  position: absolute;
  content: "";
  left: 50%;
  top: 65%;
  transform: translateX(-50%);
  background-image: url(../img/top/mv_mask.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60%;
  width: 120%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top__mv_back {
    top: 70%;
  }
}
.p-top__back {
  background-color: #111111;
  padding-block: 10rem 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-top__back {
    padding-block: 5rem;
  }
}
.p-top__news {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  margin: 0 2rem;
  border-radius: 1.7rem;
  padding-block: 12rem 14.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__news {
    padding-block: 6rem 7rem;
  }
}
.p-top__news_inner {
  padding: 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-top__news_inner {
    padding: 0 2rem;
  }
}
.p-top__news_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top__news_flex {
    flex-direction: column;
    gap: 4rem;
  }
}
.p-top__news_title {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top__news_title {
    margin-bottom: 2.4rem;
  }
}
.p-top__news_h2 {
  display: block;
  font-family: "Raleway", sans-serif;
  color: #333333;
  font-size: 5.6rem;
  font-weight: 500;
  letter-spacing: 0em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top__news_h2 {
    font-size: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.p-top__news_sub {
  display: block;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0em;
}
.p-top__news_lists {
  width: 76.9%;
}
@media screen and (max-width: 767px) {
  .p-top__news_lists {
    width: 100%;
  }
}
.p-top__news_list {
  border-bottom: solid 0.1rem #DEDEDE;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}
.p-top__news_list:last-of-type {
  margin-bottom: 0;
}
.p-top__news_list_link {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top__news_list_link {
    gap: 2rem;
    flex-wrap: wrap;
  }
}
.p-top__news_list_link_time {
  color: #888888;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0em;
}
.p-top__news_list_link-category {
  display: flex;
  gap: 0.8rem;
}
.p-top__news_list_link-category-tag {
  font-size: 1.1rem;
  line-height: 2rem;
  border: solid 0.1rem #333;
  padding: 0 0.8rem;
}
.p-top__news_list_link_text {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-top__news_list_link_text {
    flex: 0 0 auto;
  }
}
.p-top__business {
  padding-block: 16.5rem 6.5rem;
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 767px) {
  .p-top__business {
    padding-block: 8rem 3rem;
  }
}
.p-top__business_inner {
  padding-inline: 8.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-top__business_inner {
    padding-inline: 2rem;
  }
}
.p-top__business_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top__business_flex {
    flex-direction: column;
    gap: 4rem;
  }
}
.p-top__business_title {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top__business_title {
    margin-bottom: 4rem;
  }
}
.p-top__business_h2 {
  display: block;
  font-family: "Raleway", sans-serif;
  color: #ededed;
  font-size: 5.6rem;
  font-weight: 500;
  letter-spacing: 0em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top__business_h2 {
    font-size: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.p-top__business_sub {
  display: block;
  color: #ededed;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0em;
}
.p-top__business_h3 {
  color: #ededed;
  font-size: 6.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 5.3rem;
}
@media screen and (max-width: 767px) {
  .p-top__business_h3 {
    font-size: 3.6rem;
    margin-bottom: 0;
  }
}
.p-top__business_items {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4rem;
}
.p-top__business_item {
  position: relative;
  display: block;
  border-radius: 1.6rem;
  overflow: hidden;
  color: #ededed;
  max-width: 79rem;
  width: 100%;
  margin-left: auto;
}
.p-top__business_item_bg {
  background: url("../img/top/bg_business01.png") center/cover no-repeat;
  transition: 0.6s all ease;
  z-index: 0;
  padding-top: 50.7%;
  position: relative;
}
.p-top__business_item_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.6s all ease;
  z-index: 0;
}
.p-top__business_item_bg02 {
  background-image: url(../img/top/bg_business02.png);
}
.p-top__business_item:hover {
  opacity: 1;
}
.p-top__business_item:hover .p-top__business_item_bg {
  transform: scale(1.1);
}
.p-top__business_item:hover .p-top__business_item_bg::before {
  background-color: rgba(0, 0, 0, 0);
}
.p-top__business_item_contents {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 8.8rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top__business_item_contents {
    padding-inline: 2rem;
  }
}
.p-top__business_item_flex {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top__business_item_flex {
    width: 100%;
  }
}
.p-top__business_item_flex_text {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-top__business_item_flex_text {
    font-size: 1.8rem;
  }
}
.p-top__business_item_flex_circle {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
  border: solid 0.1rem transparent;
  position: relative;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top__business_item_flex_circle {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.p-top__business_item_flex_circle::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 45%;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 0.1rem solid #333;
  border-bottom: 0.1rem solid #333;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: border-color 0.3s ease;
}
.p-top__business_item:hover .p-top__business_item_flex_circle {
  background-color: transparent;
  border: 0.1rem solid #fff;
}
.p-top__business_item:hover .p-top__business_item_flex_circle::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.p-top__business_item_lead {
  font-family: "Raleway", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 6.5rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-top__business_item_lead {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
}
.p-top__business_item_lead:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3.2rem;
  width: 3rem;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.34);
}
.p-top__business_item_text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-top__business_item_text {
    font-size: 1.2rem;
  }
}
.p-top__projects {
  padding-block: 14.5rem 13rem;
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 767px) {
  .p-top__projects {
    padding-block: 7rem 6.5rem;
  }
}
.p-top__projects_inner {
  padding-inline: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__projects_inner {
    padding-inline: 3rem;
  }
}
.p-top__projects_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top__projects_flex {
    flex-direction: column;
    gap: 4rem;
    align-items: flex-start;
  }
}
.p-top__projects_h2 {
  display: block;
  font-family: "Raleway", sans-serif;
  color: #ededed;
  font-size: 5.6rem;
  font-weight: 500;
  letter-spacing: 0em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top__projects_h2 {
    font-size: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.p-top__projects_sub {
  display: block;
  color: #ededed;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0em;
}
.p-top__projects_items {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-top__projects_items {
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 3rem;
  }
}
.p-top__projects_item {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  transition: transform 0.4s ease;
}
.p-top__projects_item:hover {
  opacity: 1;
}
.p-top__projects_item_img {
  overflow: hidden;
  border-radius: 1.6rem 1.6rem 0 0;
  transition: transform 0.6s ease;
}
.p-top__projects_item_img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}
.p-top__projects_item_img:hover img {
  transform: scale(1.1);
}
.p-top__projects_item_box {
  padding: 3.2rem;
  background-color: #fff;
  border-radius: 0 0 1.6rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top__projects_item_box {
    padding: 1.5rem;
  }
}
.p-top__projects_item_title {
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top__projects_item_title {
    margin-bottom: 2rem;
  }
}
.p-top__projects_item_row {
  display: flex;
  align-items: center;
  border-bottom: solid 0.1rem #DEDEDE;
  padding-bottom: 1.7rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top__projects_item_row {
    margin-bottom: 1rem;
  }
}
.p-top__projects_item_row:last-of-type {
  margin-bottom: 0;
}
.p-top__projects_item_row dt {
  color: #888888;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: 8.5rem;
}
.p-top__projects_item_row dd {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-top__company {
  padding-block: 0 16rem;
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 767px) {
  .p-top__company {
    padding-block: 0 8rem;
  }
}
.p-top__company_inner {
  padding-inline: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__company_inner {
    padding-inline: 3rem;
  }
}
.p-top__company_flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .p-top__company_flex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4.5rem;
    gap: 6rem;
  }
}
.p-top__company_h2 {
  display: block;
  font-family: "Raleway", sans-serif;
  color: #ededed;
  font-size: 5.6rem;
  font-weight: 500;
  letter-spacing: 0em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top__company_h2 {
    font-size: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.p-top__company_sub {
  display: block;
  color: #ededed;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0em;
}
.p-top__company_items {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-top__company_items {
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 3rem;
  }
}
.p-top__company_item {
  position: relative;
  overflow: hidden;
  border: 0.1rem solid #333;
  border-radius: 1.6rem;
  padding: 10.5rem 4rem 10.5rem 10rem;
  transition: all 0.6s ease;
  color: #ededed;
  background-color: #111111;
}
@media screen and (max-width: 767px) {
  .p-top__company_item {
    padding: 4rem 2rem;
  }
}
.p-top__company_item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/top/bg_company03.png") center/cover no-repeat;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 0;
}
.p-top__company_item:hover {
  opacity: 1;
}
.p-top__company_item:hover::before {
  opacity: 1;
}
.p-top__company_item > * {
  position: relative;
  z-index: 1;
}
.p-top__company_item_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-top__company_item_group_title {
  font-family: "Raleway", sans-serif;
  color: #ededed;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top__company_item_group_title {
    font-size: 2.4rem;
    margin-bottom: 1.8rem;
  }
}
.p-top__company_item_group_sub {
  color: #ededed;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.p-top__company_item_group_circle {
  display: inline-block;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  background-color: #fff;
  border: solid 0.1rem transparent;
  position: relative;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-top__company_item_group_circle {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.p-top__company_item_group_circle:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 45%;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.1rem solid #333;
  border-bottom: 0.1rem solid #333;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: border-color 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-top__company_item_group_circle:after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p-top__company_item:hover .p-top__company_item_group_circle {
  background-color: transparent;
  border: solid 0.1rem #fff;
}
.p-top__company_item:hover .p-top__company_item_group_circle::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.p-top__company_item02::before {
  background: url("../img/top/bg_company02.png") center/cover no-repeat;
}

/* --------------------
  company
-------------------- */
.p-company {
  color: #ededed;
  background: #111111;
}
.p-company .p-container {
  margin: 12rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-company .p-container {
    margin: 4rem 0 6rem;
  }
}
.p-company .c-breadcrumbs__list-item {
  color: rgba(255, 255, 255, 0.5);
}
.p-company .c-breadcrumbs__list-item a {
  color: #ededed;
}
.p-company__sec01-content {
  margin: 4.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__sec01-content {
    margin: 4.8rem 0 0;
  }
}
.p-company__sec01-content img {
  border-radius: 0.8rem;
}
.p-company__sec01-text {
  margin: 4.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__sec01-text {
    margin: 4rem 0 0;
  }
}
.p-company__sec01-text p {
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin: 2.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__sec01-text p {
    margin: 2.2rem 0 0;
  }
}
.p-company__sec01-name {
  margin: 4.8rem 0 0;
}
.p-company__sec01-name-head {
  opacity: 0.6;
}
.p-company__sec01-name-foot {
  margin: 2rem 0 0;
}
.p-company__sec01-name-foot span {
  font-size: 2.4rem;
  margin: 0 0 0 1.6rem;
}
.p-company__sec01-profile {
  background: #222;
  border-radius: 0.8rem;
  padding: 4rem;
  margin: 5.6rem 0 0;
}
.p-company__sec01-profile-heading {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
}
.p-company__sec01-profile-heading::before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0.8rem;
  height: 0.1rem;
}
.p-company__sec01-profile-body p {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__sec01-profile-body p {
    margin: 2.1rem 0 0;
  }
}
.p-company__sec02-list {
  margin: 5.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__sec02-list {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin: 4.8rem 0 0;
  }
}
.p-company__sec02-list img {
  width: 100%;
  border-radius: 0.8rem;
}
.p-company__sec02-list-item {
  margin: 8rem 0 0;
}
.p-company__sec02-list-item:first-of-type {
  margin: 0;
}
.p-company__sec02-head {
  display: grid;
  grid-template-columns: 26rem 1fr;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company__sec02-head {
    grid-template-columns: 1fr;
  }
}
.p-company__sec02-name-head {
  font-size: 1.4rem;
  opacity: 0.6;
}
.p-company__sec02-name-foot {
  font-size: 2.1rem;
  margin: 2rem 0 0;
}
.p-company__sec02-name-foot--en {
  margin-left: 1rem;
  font-size: 1.5rem;
}
.p-company__sec02-title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
  margin: 3.2rem 0 0;
}
.p-company__sec02-title::before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0.8rem;
  height: 0.1rem;
}
.p-company__sec02-body p {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__sec02-body p {
    margin: 2.2rem 0 0;
  }
}
.p-company__sec03 {
  width: calc(73.4% + 8rem);
  background: #222;
  padding: 8rem;
  margin: 14rem -8rem 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company__sec03 {
    width: 100%;
    padding: 2rem;
    margin: 7rem 0 0;
  }
}
.p-company__sec03-list {
  margin: 5.6rem 0 0;
}
.p-company__sec03-list-item {
  display: flex;
  gap: 6rem;
  border-bottom: solid 0.1rem rgba(255, 255, 255, 0.1);
  padding: 0 0 3.2rem;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__sec03-list-item {
    margin: 4.8rem 0 0;
    gap: 3rem;
  }
}
.p-company__sec03-list-title {
  flex: 0 0 24rem;
  color: #888;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-company__sec03-list-title {
    flex: 0 0 8rem;
  }
}
.p-company__sec03-list-desc {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  overflow-wrap: anywhere;
}
.p-company__sec04-map {
  width: 100%;
  height: 48rem;
  border-radius: 0.8rem;
  margin: 5.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__sec04-map {
    height: 24rem;
    margin: 4.8rem 0 0;
  }
}

/* --------------------
  project
-------------------- */
.p-project {
  background: #111111;
}
.p-project .p-container {
  margin: 12rem 0 20rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-project .p-container {
    margin: 4rem 0 5rem;
  }
}
.p-project .c-breadcrumbs__list-item {
  color: rgba(255, 255, 255, 0.5);
}
.p-project .c-breadcrumbs__list-item a {
  color: #ededed;
}
.p-project .c-nav a {
  color: rgba(255, 255, 255, 0.5);
}
.p-project .c-nav a[aria-current=page] {
  color: #ededed;
}
.p-project .c-nav__list-item.is-current a {
  color: #ededed;
}
.p-project__list a:hover {
  opacity: 1;
}
.p-project__list-item {
  display: grid;
  grid-template-columns: 34rem 1fr;
  grid-template-rows: 1fr;
  gap: 0 4rem;
  color: #333;
  background: #fff;
  border-radius: 1.6rem;
  padding: 2rem 4.8rem 2rem 2rem;
  margin: 4.8rem 0 0;
  position: relative;
  /* hover効果は全部ここ */
  /* cursor */
}
@media screen and (max-width: 767px) {
  .p-project__list-item {
    display: block;
    padding: 2rem 2rem 2.4rem;
    margin: 2.4rem 0 0;
  }
}
.p-project__list-item:hover {
  background: rgba(255, 255, 255, 0.9);
}
.p-project__list-item:hover .p-project__list-title,
.p-project__list-item:hover .p-project__datalist {
  opacity: 0.6;
}
.p-project__list-item:hover .p-project__list-img img {
  transform: scale(1.08);
}
.p-project__list-item-cursor {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.4rem;
  height: 7.4rem;
  color: #ededed;
  background: rgba(0, 0, 0, 0.6);
  font-size: 1.3rem;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.05em;
  border: solid 0.1rem #898989;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-out;
}
.p-project__list-img {
  width: 34rem;
  height: auto;
  aspect-ratio: 17/11;
  overflow: hidden;
  grid-row: 1/3;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-project__list-img {
    width: 100%;
  }
}
.p-project__list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-out;
}
.p-project__list-title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-project__list-title {
    margin: 1.6rem 0 0;
  }
}
.p-project__datalist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2.4rem;
  transition: 0.3s ease-out;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-project__datalist {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin: 1.6rem 0 0;
  }
}
.p-project__datalist-item {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 0.1rem #dedede;
  padding: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-project__datalist-item {
    padding: 0 0 0.8rem;
  }
}
.p-project__datalist-title {
  color: #888;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-project__datalist-desc {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.inactive.p-project__list-item {
  color: #999;
  background: #333;
}
.inactive.p-project__list-item span {
  color: #ededed;
  background: #3B3B3B;
  border: solid 0.1rem #333;
}
.inactive.p-project__list-item:hover {
  color: #999;
  background: rgba(90, 90, 90, 0.9);
}
.inactive.p-project__list-item:hover .p-project__list-title,
.inactive.p-project__list-item:hover .p-project__datalist {
  opacity: 0.6;
}
.inactive.p-project__list-item:hover .p-project__list-img img {
  transform: scale(1.08);
}

.inactive .p-project__datalist-item {
  border-bottom: solid 0.1rem #5a5a5a;
}

/* --------------------
  project > single
-------------------- */
.p-project-single {
  background: #F5F5F5;
}
.p-project-single .l-container {
  margin: 11rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-project-single .l-container {
    margin: 10rem 0 0;
  }
}
.p-project-single .l-header {
  height: 9.4rem;
  background-color: #111;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-project-single .l-header {
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 0;
  }
}
.p-project-single .c-breadcrumbs__list-item {
  color: #333;
}
.p-project-single .c-breadcrumbs__list-item a {
  color: #333;
}
.p-project-single .p-container {
  margin: 8rem 0 16rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-project-single .p-container {
    margin: 6rem 0 8rem;
  }
}
.p-project-single .c-sec {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-project-single .c-sec {
    margin: 6.4rem 0 0;
  }
}
.p-project-single__title {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  align-self: self-start;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-project-single__title {
    font-size: 2.4rem;
  }
}
.p-project-single__title span {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background: #fff;
  font-size: 1.3rem;
  border-radius: 4.8rem;
  padding: 0.8rem 1.6rem;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-project-single__title span {
    margin: 0 0 0.8rem;
  }
}
.p-project-single__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-project-single__head {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.p-project-single__head-list {
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .p-project-single__head-list {
    grid-template-columns: 1fr;
    margin: 1.6rem 0 0;
  }
}
.p-project-single__head-list-item {
  display: flex;
  gap: 10rem;
  border-bottom: solid 0.1rem #dedede;
  padding: 1.6rem 0;
}
.p-project-single__head-list-item:first-child {
  border-top: solid 0.1rem #dedede;
  padding: 1.6rem 0;
}
@media screen and (max-width: 767px) {
  .p-project-single__head-list-item:first-child {
    border-top: 0;
    padding: 0 0 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-project-single__head-list-item {
    gap: 5rem;
  }
}
.p-project-single__head-list-title {
  color: #888;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-project-single__head-list-desc {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-project-single__head-img {
  grid-row: 1/3;
  grid-column: 2/3;
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
  border-radius: 1.6rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-project-single__head-img {
    aspect-ratio: 4/3;
    border-radius: 0.8rem;
  }
}
.p-project-single__head-img-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 4rem;
  width: 100%;
  height: 12rem;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
  padding: 0 4.8rem 3rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-project-single__head-img-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding: 0 2.4rem 2.4rem;
  }
}
.p-project-single__head-img-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ededed;
  border-top: solid 0.1rem #fff;
  padding: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-project-single__head-img-list-item {
    padding: 0.8rem 0 0;
  }
}
.p-project-single__head-img-list-title {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-project-single__head-img-list-desc {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-project-single__head-img-list-desc {
    font-size: 2rem;
  }
}
.p-project-single__head-img-list-desc span {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 0 0.64rem;
}
@media screen and (max-width: 767px) {
  .p-project-single__head-img {
    width: 100%;
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.p-project-single__head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-project-single__body {
  background: #fff;
  border-radius: 1.6rem;
  padding: 8rem 0;
  margin: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-project-single__body {
    border-radius: 0.8rem;
    padding: 4rem 0;
    margin: 4rem 0 0;
  }
}
.p-project-single__tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-project-single__tab {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-project-single__tab-btn {
  height: 7rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-left: solid 0.2rem #F5F5F5;
  border-bottom: solid 0.2rem #F5F5F5;
  position: relative;
}
.p-project-single__tab-btn br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-project-single__tab-btn br {
    display: block;
  }
}
.p-project-single__tab-btn:first-of-type {
  border-left: 0;
}
.p-project-single__tab-btn.active {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-project-single__tab-btn.active::after {
  content: "";
  display: block;
  width: 13rem;
  height: 0.2rem;
  background: #333;
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-project-single__tab-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  opacity: 0.5;
}
.p-project-single__tab-btn a::after {
  content: "";
  display: block;
  width: 13rem;
  height: 0.2rem;
  background: #333;
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.p-project-single__tab-btn a:hover {
  opacity: 1;
}
.p-project-single__tab-btn a:hover::after {
  opacity: 1;
}
.p-project-single__content {
  display: flex;
  justify-content: space-between;
  margin: 10rem 8rem 0;
}
.p-project-single__content:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-project-single__content {
    display: block;
    margin: 4.8rem 2.4rem 0;
  }
}
.p-project-single__content-title {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.05em;
}
.p-project-single__content-title span {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-project-single__content-title span {
    margin: 0.8rem 0 0;
  }
}
.p-project-single__content-inner {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .p-project-single__content-inner {
    width: 100%;
    margin: 2.4rem 0 0;
  }
}
.p-project-single__content-inner p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p-project-single__content-list-item {
  border-bottom: solid 0.1rem #dedede;
  padding: 0 0 2.4rem;
  margin: 0 0 2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-project-single__content-list-item {
    padding: 0 0 1.6rem;
    margin: 0 0 1.6rem;
  }
}
.p-project-single__content-list-title {
  width: 18rem;
  color: #888;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-project-single__content-list-title {
    width: 10rem;
  }
}
.p-project-single__content-list-desc {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  margin: 2.4rem 0 0 18rem;
}
@media screen and (max-width: 767px) {
  .p-project-single__content-list-desc {
    margin: 0.8rem 0 0 10rem;
  }
}
.p-project-single__details {
  margin: 4.8rem 0 0;
}
@media (max-width: 767px) {
  .p-project-single__details {
    margin: 2.4rem 0 0;
  }
}
.p-project-single__details-img {
  background-color: #fff;
}
.p-project-single__details-img-media {
  width: 100%;
  aspect-ratio: 3/2;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}
.p-project-single__details-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.p-project-single__details-img-desc {
  line-height: 1.5;
  padding: 1.6rem 0 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .p-project-single__details-img-desc {
    padding: 0.8rem 0 0;
  }
}
.p-project-single__details-thumb {
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-project-single__details-thumb {
    width: 100%;
    margin: 1.6rem 0 0 0;
  }
}
.p-project-single__details-thumb .slick-slide {
  cursor: pointer;
  margin: 0.8rem 0.4rem 0;
  transition: ease-out 0.3s;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-project-single__details-thumb .slick-slide:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .p-project-single__details-thumb .slick-list {
    margin: 0 -0.8rem 0 0;
  }
  .p-project-single__details-thumb .slick-track {
    width: 100% !important;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    transform: unset !important;
  }
  .p-project-single__details-thumb .slick-slide {
    width: calc((100% - 4.8rem) / 6) !important;
  }
}
.p-project-single__details-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-project-single__market-imgbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin: 4.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-project-single__market-imgbox {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin: 2.4rem 0 0;
  }
}
.p-project-single__recommend-title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-left: solid 0.2rem #333;
  padding: 0 0 0 1.8rem;
}
.p-project-single__recommend-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin: 4.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-project-single__recommend-list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin: 2.4rem 0 0;
  }
}
.p-project-single__recommend-list-img img {
  border-radius: 1.6rem 1.6rem 0 0;
}
.p-project-single__recommend-list-item {
  background: #fff;
  border-radius: 1.6rem;
  transition: opacity 0.3s ease-out;
}
.p-project-single__recommend-list-item:hover {
  color: #333;
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
}
.p-project-single__recommend-list-item:hover .p-project-single__recommend-list-title,
.p-project-single__recommend-list-item:hover .p-project-single__recommend-datalist {
  opacity: 0.6;
}
.p-project-single__recommend-list-title {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease-out;
}
.p-project-single__recommend-datalist {
  padding: 3.2rem 3.2rem 4rem;
  transition: opacity 0.3s ease-out;
}
.p-project-single__recommend-datalist-item {
  display: flex;
  border-bottom: solid 0.1rem #dedede;
  padding: 1.6rem 0;
}
.p-project-single__recommend-datalist-title {
  width: 8rem;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-project-single__recommend-datalist-desc {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-project-single__contact {
  display: grid;
  grid-template-columns: 1fr 3.2rem;
  align-items: center;
  position: sticky;
  right: 0;
  bottom: 0;
  width: 34rem;
  background: #6E6E6E;
  letter-spacing: 0.05em;
  padding: 2.4rem 3.2rem;
  margin-left: auto;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .p-project-single__contact {
    width: 20rem;
    padding: 1rem 1.5rem;
  }
}
.p-project-single__contact-body {
  color: #ededed;
}
.p-project-single__contact span {
  grid-column: 2/3;
  grid-row: 1/3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background: #fff;
  border-radius: 50%;
}
.p-project-single__contact span::before {
  content: "";
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  background: #333;
  border-radius: 50%;
  transition: 0.3s;
}
.p-project-single__contact:hover {
  background: #111;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.p-project-single__contact:hover span::before {
  animation: contact-btn 0.5s ease-in;
}
@keyframes contact-btn {
  0% {
    width: 0.48rem;
    height: 0.48rem;
  }
  60% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 0.48rem;
    height: 0.48rem;
  }
}
.p-project-single__contact-title {
  font-weight: 500;
}
.p-project-single__contact-desc {
  font-size: 1.2rem;
  margin: 1.3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-project-single__contact-desc {
    line-height: 1.2;
    margin: 0.8rem 0 0;
  }
}
.p-project-single__contact-desc br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-project-single__contact-desc br {
    display: block;
  }
}

/* --------------------
  news
-------------------- */
.p-news {
  background: #111111;
}
.p-news .p-container {
  margin: 12rem 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news .p-container {
    margin: 4rem 0 10rem;
  }
}
.p-news .c-breadcrumbs__list-item {
  color: rgba(255, 255, 255, 0.5);
}
.p-news .c-breadcrumbs__list-item a {
  color: #ededed;
}
.p-news .c-nav {
  color: rgba(255, 255, 255, 0.5);
}
.p-news .c-nav a {
  color: #ededed;
}
@media screen and (max-width: 767px) {
  .p-news .c-nav__list {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
  }
}
.p-news__list a:hover {
  opacity: 1;
}
.p-news__list-item {
  display: flex;
  align-items: center;
  gap: 4rem;
  background: #fff;
  border-radius: 0.8rem;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  padding: 3.2rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news__list-item {
    display: block;
    padding: 2.4rem 2.4rem 2rem;
  }
}
.p-news__list-item:hover {
  color: #333;
  background: rgba(255, 255, 255, 0.7);
}
.p-news__list-date {
  display: inline-block;
  width: 8rem;
  color: #888;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-news__list-category {
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-news__list-category {
    margin: 0.8rem 0 0;
  }
}
.p-news__list-category-tag {
  font-size: 1.1rem;
  line-height: 2rem;
  border: solid 0.1rem #333;
  padding: 0 0.8rem;
}
.p-news__list-title {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__list-title {
    display: block;
    margin: 0.8rem 0 0;
  }
}

/* --------------------
  news > single
-------------------- */
.p-news-single {
  background: #F5F5F5;
}
.p-news-single .l-container {
  margin: 11rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-news-single .l-container {
    margin: 10rem 0 0;
  }
}
.p-news-single .l-header {
  height: 9.4rem;
  background-color: #111;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news-single .l-header {
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 0;
  }
}
.p-news-single .c-breadcrumbs__list-item {
  color: #333;
}
.p-news-single .c-breadcrumbs__list-item a {
  color: #333;
}
.p-news-single .p-container {
  margin: 4rem 0 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news-single .p-container {
    margin: 2.4rem 0 5rem;
  }
}
.p-news-single .c-sec {
  width: 100%;
  background: #fff;
  border-radius: 1.6rem;
  padding: 8rem 8rem 8.8rem;
  margin: 6.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news-single .c-sec {
    margin: 3.2rem 0 0;
    padding: 2.4rem 2.4rem 4rem;
  }
}
.p-news-single .p-top__contact {
  background: #111;
  padding: 8rem 0 0;
}
.p-news-single__header {
  text-align: center;
}
.p-news-single__header-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.p-news-single__header-date {
  color: #888;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-news-single__header-category {
  font-size: 1.1rem;
  line-height: 2rem;
  border: solid 0.1rem #333;
  padding: 0 0.8rem;
}
.p-news-single__header-title {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news-single__header-title {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 1.6rem 0 0;
  }
}
.p-news-single__inner > *:first-child {
  margin: 0;
}
.p-news-single__text {
  margin: 2.4rem 0 0;
}
.p-news-single__text p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-news-single__text {
    margin: 1.6rem 0 0;
  }
}
.p-news-single__imgbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.8rem;
  margin: 4.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news-single__imgbox {
    display: block;
    gap: 1.6rem;
    margin: 2.4rem 0 0;
  }
}
.p-news-single__imgbox-img {
  margin: 1.6rem 0 0;
}
.p-news-single__imgbox-caption {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news-single__imgbox-caption {
    margin: 0.4rem 0 0;
  }
}
.p-news-single__heading01 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 7.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news-single__heading01 {
    line-height: 1.8;
    margin: 3.2rem 0 0;
  }
}
.p-news-single__heading01::before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 2.4rem;
  background: #333;
  margin: 0 1.6rem 0 0;
}
.p-news-single__img {
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news-single__img {
    margin: 1.6rem 0 0;
  }
}
.p-news-single__img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.p-news-single__note {
  background: #F2F2F2;
  border-radius: 0.8rem;
  padding: 4rem 6.4rem 4.8rem;
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news-single__note {
    padding: 2.4rem;
    margin: 2.4rem 0 0;
  }
}
.p-news-single__note-title {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p-news-single__note-desc {
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 1.6rem 0 0;
}
.p-news-single_link {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-news-single_link {
    margin-top: 5rem;
  }
}

.p-business {
  color: #ededed;
  background: #111;
  z-index: 1;
}
.p-business::before {
  content: "";
  z-index: 0;
  width: 88.88%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: calc(100% - 80vh);
  position: absolute;
  background: url(../img/common/line.svg) center/contain repeat-y;
}
.p-business .p-container {
  margin: 12rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-business .p-container {
    margin: 4rem 0 6rem;
  }
}
.p-business .c-breadcrumbs__list-item {
  color: rgba(255, 255, 255, 0.5);
}
.p-business .c-breadcrumbs__list-item a {
  color: #ededed;
}
.p-business .c-sec__heading-01 {
  font-family: "Raleway", sans-serif;
}
.p-business .c-sec__heading-01 span {
  font-family: "Noto Sans JP", sans-serif;
}
.p-business__sec01 {
  position: relative;
  z-index: 1;
}
.p-business__sec01::before {
  content: "";
  width: 100%;
  aspect-ratio: 1210/428;
  background: #111111;
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(117px);
  z-index: -1;
}
.p-business__sec01-lead {
  margin-top: 7.8rem;
}
.p-business__sec01-lead img {
  width: 79.6808510638%;
}
.p-business__sec01 .c-sec__text {
  margin-top: 6.6rem;
}
.p-business__sec01 .c-sec__text p {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-business__sec01 .c-sec__text p {
    font-size: 1.4rem;
  }
}
.p-business__sec02 {
  margin-top: 8.3rem;
}
.p-business__block {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-business__block {
    padding-top: 4rem;
  }
}
.p-business__block-item {
  border-radius: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-business__block-item {
    font-size: 1.4rem;
  }
}
.p-business__block-item:not(:first-child) {
  margin-top: 5.6rem;
}
.p-business__block-img {
  height: 25rem;
  width: 100%;
  background: #111;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-business__block-img {
    height: 18rem;
  }
}
.p-business__block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.p-business__block-caption {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.8rem;
  padding-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-business__block-caption {
    padding-top: 0;
    gap: 1rem;
  }
}
.p-business__block-caption-heading {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #ededed;
}
@media screen and (max-width: 767px) {
  .p-business__block-caption-heading {
    font-size: 2.2rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-business__block-caption-heading br {
    display: none;
  }
}
.p-business__block-caption p {
  font-size: 1.6rem;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #ededed;
}
@media screen and (max-width: 767px) {
  .p-business__block-caption p {
    font-size: 1.4rem;
  }
}
.p-business__block-content {
  padding: 3.8rem 5.6rem 4.8rem;
  background: #fff;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-business__block-content {
    padding: 2.4rem 2rem 3.2rem;
  }
}
.p-business__block-title {
  font-size: 2.1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-business__block-title {
    font-size: 1.8rem;
  }
}
.p-business__block-text {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
}
.p-business__block-map {
  text-align: center;
  margin-top: 2.5rem;
}
.p-business__block-map img {
  width: 94.2%;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-business__block-map img {
    width: 100%;
  }
}
.p-business__block-map img.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-business__block-map img.pc {
    display: none;
  }
}
.p-business__block-map img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-business__block-map img.sp {
    display: block;
    max-width: calc(100vw - 5rem);
    width: calc(100vw - 5rem);
    margin: 0 -1.5rem;
  }
}
.p-business__block-map--full img {
  width: 100%;
}
.p-business__sec03 {
  margin-top: 9.6rem;
}
.p-business__sec03-list {
  margin-top: 5.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-business__sec03-list {
    gap: 2rem;
    margin-top: 4rem;
  }
}
.p-business__sec03-item {
  background: #fff;
  color: #333;
  border-radius: 1.6rem;
  width: calc((100% - 3.4rem) / 3);
  padding: 2.4rem 2.85rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-business__sec03-item {
    font-size: 1.4rem;
    width: 100%;
    padding: 2rem 2rem 1.6rem;
  }
}
.p-business__sec03-item h3 {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-business__sec03-item h3 {
    font-size: 1.6rem;
  }
}
.p-business__sec03-item dl {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-business__sec03-item dl {
    margin-top: 2rem;
  }
}
.p-business__sec03-item dl dt,
.p-business__sec03-item dl dd {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-block: 1.45rem;
}
.p-business__sec03-item dl dt {
  color: #888;
  width: 8.4rem;
}
@media screen and (max-width: 767px) {
  .p-business__sec03-item dl dt {
    width: 7rem;
  }
}
.p-business__sec03-item dl dd {
  color: #333;
  width: calc(100% - 8.4rem);
}
@media screen and (max-width: 767px) {
  .p-business__sec03-item dl dd {
    width: calc(100% - 7rem);
  }
}
.p-business__sec03-row {
  display: flex;
  flex-wrap: wrap;
}
.p-business__sec03-row:not(:last-child) {
  border-bottom: 1px solid #DEDEDE;
}
.p-business__sec03-row:first-child dt,
.p-business__sec03-row:first-child dd {
  padding-top: 0;
}
.p-business__sec04 {
  margin-top: 9.9rem;
  padding-bottom: 15.8rem;
}
@media screen and (max-width: 767px) {
  .p-business__sec04 {
    padding-bottom: 8rem;
  }
}
.p-business__sec04-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4rem;
  margin-top: 5.7rem;
  counter-reset: item;
}
@media screen and (max-width: 767px) {
  .p-business__sec04-list {
    gap: 0;
    margin-top: 4rem;
  }
}
.p-business__sec04-item {
  width: calc(50% - 2rem);
  border-top: 1px solid #fff;
  padding-block: 1.4rem 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-business__sec04-item {
    width: 100%;
    padding-block: 2rem;
  }
}
.p-business__sec04-item::before {
  content: "0" counter(item);
  counter-increment: item;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
  color: #ededed;
  display: block;
}
.p-business__sec04-item-title {
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-business__sec04-item-title {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.p-business__sec04-item p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 0.8rem;
}

.p-contact .c-breadcrumbs__list-item {
  color: rgba(255, 255, 255, 0.5);
}
.p-contact .c-breadcrumbs__list-item a {
  color: #ededed;
}
.p-contact-sec01 {
  max-width: 80rem;
  margin: 0 auto;
  padding-block: 8rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-contact-sec01 {
    padding-block: 0 4rem;
  }
}
.p-contact-sec01--height {
  min-height: calc(100vh - 88rem);
  padding-block: 14rem;
}
.p-contact-sec01__txt {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #ededed;
}
@media screen and (max-width: 767px) {
  .p-contact-sec01__txt {
    font-size: 1.3rem;
  }
}
.p-contact-sec01__txt--center {
  text-align: center;
}
.p-contact-sec01__txt-link {
  color: #ededed;
  text-decoration: underline;
}
.p-contact-sec01__txt-link:hover {
  text-decoration: none;
}
.p-contact-sec01__title {
  position: relative;
  margin: 8rem 0 4.4rem;
  padding-left: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.14em;
  color: #ededed;
}
@media screen and (max-width: 767px) {
  .p-contact-sec01__title {
    margin: 4rem 0 3.5rem;
    padding-left: 2rem;
    font-size: 1.6rem;
  }
}
.p-contact-sec01__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 0.2rem;
  height: 100%;
  background-color: #678b9c;
}
@media screen and (max-width: 767px) {
  .p-contact-sec01__title::before {
    width: 0.2rem;
    height: 4rem;
  }
}
.p-contact-sec01__btn {
  display: flex;
  justify-content: center;
  width: 32rem;
  margin-inline: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-sec01__btn {
    margin-top: 3rem;
  }
}
.p-contact-sec01__btn .c-btn01-inner {
  transition: all 0.3s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-sec01__btn .c-btn01-inner {
    width: 30rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-sec01__btn {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-sec01__btn .c-btn01-inner:hover {
    opacity: 0.5;
  }
}

.page-contact .grecaptcha-badge {
  visibility: visible;
}

.p-privacy {
  color: #ededed;
  background: #111111;
}
.p-privacy .c-breadcrumbs__list-item {
  color: rgba(255, 255, 255, 0.5);
}
.p-privacy .c-breadcrumbs__list-item a {
  color: #ededed;
}
.p-privacy-sec01 {
  max-width: 80rem;
  margin: 0 auto;
  padding-block: 8rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-privacy-sec01 {
    padding-block: 0 4rem;
  }
}
.p-privacy-sec01__txt {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #ededed;
}
@media screen and (max-width: 767px) {
  .p-privacy-sec01__txt {
    font-size: 1.3rem;
  }
}
.p-privacy-sec01__txt-link {
  color: #fff;
}
.p-privacy-sec01__txt--center {
  text-align: center;
}
.p-privacy-sec01__title {
  position: relative;
  margin: 8rem 0 4.4rem;
  padding-left: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.14em;
  color: #ededed;
}
@media screen and (max-width: 767px) {
  .p-privacy-sec01__title {
    margin: 4rem 0 3.5rem;
    padding-left: 2rem;
    font-size: 1.6rem;
  }
}
.p-privacy-sec01__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 0.2rem;
  height: 100%;
  background-color: #678b9c;
}
@media screen and (max-width: 767px) {
  .p-privacy-sec01__title::before {
    width: 0.2rem;
    height: 4rem;
  }
}

.p-notfound {
  color: #ededed;
  background: #111111;
}
.p-notfound .c-breadcrumbs__list-item {
  color: rgba(255, 255, 255, 0.5);
}
.p-notfound .c-breadcrumbs__list-item a {
  color: #ededed;
}
.p-notfound .p-container {
  max-width: 80rem;
  margin: 0 auto;
  padding-block: 8rem;
  text-align: left;
}
.p-notfound .p-container p {
  text-align: center;
  color: #ededed;
  line-height: 1.5;
}
.p-notfound__btn {
  width: 24rem;
  margin: 4rem auto 0;
}/*# sourceMappingURL=style.css.map */