/*@mixin break-point($point) {
	@if $point == pc {
		@media print, screen and (min-width: $break-point-width) {
			@content;
		}
	} @else if $point == sp {
		@media screen and (max-width: $break-point-width - 1) {
			@content;
		}
	}
}*/
main {
  margin-top: 0;
}

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

.header {
  transition: 0.3s;
}
.header.is-passed-kv {
  background-color: #fff;
}
.header:has(.header_menu_button.open) {
  background-color: #fff;
}
.header:has(.header_menu_button.open) .header_logo a {
  background-color: var(--c--main2026);
}
.header:has(.header_menu_button.open) .header_menu_button::before {
  box-shadow: none;
}
.header:has(.header_menu_button.open) .header_menu_button::before, .header:has(.header_menu_button.open) .header_menu_button::after {
  background-color: #000;
}
.header:not(.is-passed-kv) {
  background: transparent;
}
.header:not(.is-passed-kv) .header_logo a {
  background-color: #fff;
}
.header:not(.is-passed-kv) .header_menu_button::before {
  box-shadow: 0 10px 0 #fff;
}
.header:not(.is-passed-kv) .header_menu_button::before, .header:not(.is-passed-kv) .header_menu_button::after {
  background-color: #fff;
}
.header:not(.is-passed-kv) .header_nav ul.depth1.header_menu_list > li.depth1 > a {
  color: #fff;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .header:not(.is-passed-kv) .header_nav ul.depth1.header_menu_list > li.depth1 > a:hover {
    color: #fff;
  }
}
.header:not(.is-passed-kv) .header_nav .header_contact a {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.footer {
  margin-top: 0;
}

#main a {
  color: inherit;
  text-decoration: none;
}
#main img {
  max-width: 100%;
}
#main .kv {
  position: relative;
  aspect-ratio: 1400 / 900;
  width: 100%;
  color: #ffffff;
  background: #0a1d14;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .kv {
    aspect-ratio: unset;
    height: 59.3vh;
  }
}
#main .kv_video,
#main .kv_fallback {
  position: absolute;
  width: 100%;
  height: 100%;
}
#main .kv_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 130%;
  object-fit: cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #main .kv_video {
    width: 230%;
    height: 150%;
  }
}
#main .kv_fallback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .kv_fallback {
  opacity: 0;
  transition: opacity 0.45s ease;
}
#main .kv_content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-52.2%, -51.5%);
}
@media screen and (max-width: 1024px) {
  #main .kv_content {
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  #main .kv_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#main .kv_copy,
#main .kv_logo,
#main .kv_lead {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
#main .kv_copy img,
#main .kv_logo img,
#main .kv_lead img {
  display: block;
}
@media screen and (max-width: 1024px) {
  #main .kv_copy img,
  #main .kv_logo img,
  #main .kv_lead img {
    height: auto;
  }
}
#main .kv_copy {
  margin: 0 0 60px;
  display: table;
}
@media screen and (max-width: 1024px) {
  #main .kv_copy {
    margin: 0 auto 30px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #main .kv_copy {
    margin: 0 auto 50px;
    width: 74%;
  }
}
#main .kv_logo {
  display: table;
  margin: 80px auto 50px;
}
@media screen and (max-width: 1024px) {
  #main .kv_logo {
    margin: 40px auto 0px;
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  #main .kv_logo {
    margin: 0 auto;
    width: 24%;
  }
}
#main .kv_logo img {
  width: 224px;
  aspect-ratio: 190 / 95;
  transform: translateY(-8px);
}
@media screen and (max-width: 767px) {
  #main .kv_logo img {
    transform: none;
    max-width: 100%;
  }
}
#main .kv_lead {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 2.3;
  /* letter-spacing: 0.01em; */
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #main .kv_lead {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  #main .kv_lead {
    margin: 0px 0 0;
    transform: translateY(40px);
    font-size: 15px;
    line-height: 2.2;
  }
}
#main .kv.is-copy-visible .kv_copy,
#main .kv.is-copy-visible .kv_logo,
#main .kv.is-copy-visible .kv_lead {
  opacity: 1;
  transform: translateY(0);
}
#main .kv.is-logo-visible .kv_logo {
  opacity: 1;
  transform: translateY(0);
}
#main .heading_en_primary .text {
  color: #000;
  background: linear-gradient(109deg, #000 37.84%, #888 42.62%, #000 51.62%);
}
#main .heading_en {
  display: table;
  margin: 0 0 22px;
  font-family: "DM Sans", "Noto Sans JP", sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  /* 100% */
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #main .heading_en {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  #main .heading_en {
    margin-bottom: 12px;
    font-size: 60px;
  }
}
#main .heading_en .text {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main .section_head .section_head_mainLead {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 1024px) {
  #main .section_head .section_head_mainLead {
    font-size: 20px;
  }
}
#main .section_head p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.3;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  #main .section_head p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main .section_head p {
    font-size: 15px;
    line-height: 2;
  }
}
#main .section_head p + p {
  margin-top: 1em;
}
#main .section_head .button_wrap {
  margin-top: 61px;
}
@media screen and (max-width: 767px) {
  #main .section_head .button_wrap {
    margin-top: 50px;
  }
}
#main .about .button_inner,
#main .sns .button_inner,
#main .joinus .button_inner {
  display: table;
  width: 280px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #main .about .button_inner:hover::before,
  #main .sns .button_inner:hover::before,
  #main .joinus .button_inner:hover::before {
    top: 0;
    left: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main .about .button_inner,
  #main .sns .button_inner,
  #main .joinus .button_inner {
    margin: 0 auto;
  }
}
#main .about .button_inner::before,
#main .sns .button_inner::before,
#main .joinus .button_inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  transition: 0.5s;
  z-index: 2;
  pointer-events: none;
}
#main .about .button,
#main .sns .button,
#main .joinus .button {
  position: relative;
  display: block;
  padding: 22px 35px;
  text-align: center;
  max-width: 280px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #main .about .button,
  #main .sns .button,
  #main .joinus .button {
    padding: 20px 30px;
    max-width: 250px;
    font-size: 14px;
  }
}
#main .about .button::before, #main .about .button::after,
#main .sns .button::before,
#main .sns .button::after,
#main .joinus .button::before,
#main .joinus .button::after {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  top: 50%;
  right: 21px;
  width: 7px;
}
@media screen and (max-width: 767px) {
  #main .about .button::before, #main .about .button::after,
  #main .sns .button::before,
  #main .sns .button::after,
  #main .joinus .button::before,
  #main .joinus .button::after {
    right: 17px;
  }
}
#main .about .button::before,
#main .sns .button::before,
#main .joinus .button::before {
  transform: rotate(45deg) translate(-39%, -37%);
}
#main .about .button::after,
#main .sns .button::after,
#main .joinus .button::after {
  transform: rotate(-45deg) translate(-39%, 23%);
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #main .about .button:hover,
  #main .sns .button:hover,
  #main .joinus .button:hover {
    opacity: 0.85;
  }
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #main .about .button:hover,
  #main .sns .button:hover,
  #main .joinus .button:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #main .about .button,
  #main .sns .button,
  #main .joinus .button {
    margin: 0 auto;
  }
}
#main .business .button {
  position: relative;
  display: block;
  padding: 22px 35px;
  text-align: center;
  max-width: 280px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 767px) {
  #main .business .button {
    padding: 20px 30px;
    max-width: 250px;
    font-size: 14px;
  }
}
#main .business .button::before, #main .business .button::after {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  top: 50%;
  right: 21px;
  width: 7px;
}
@media screen and (max-width: 767px) {
  #main .business .button::before, #main .business .button::after {
    right: 17px;
  }
}
#main .business .button::before {
  transform: rotate(45deg) translate(-39%, -37%);
}
#main .business .button::after {
  transform: rotate(-45deg) translate(-39%, 23%);
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #main .business .button:hover {
    color: var(--c--main2026);
  }
  #main .business .button:hover::before, #main .business .button:hover::after {
    border-color: var(--c--main2026);
  }
}
#main .business .button::before, #main .business .button::after {
  border-color: #000;
}
@media screen and (max-width: 767px) {
  #main .business .button {
    margin: 0 auto;
  }
}
#main .about {
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  #main .about {
    margin-bottom: 60px;
  }
}
#main .about_wrapper {
  position: relative;
  height: 830px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #main .about_wrapper {
    height: 660px;
  }
}
@media screen and (max-width: 767px) {
  #main .about_wrapper {
    height: auto;
  }
}
#main .about_slider_left .swiper-wrapper,
#main .about_slider_right .swiper-wrapper {
  transition-timing-function: linear;
}
#main .about_left {
  position: relative;
  margin: 0 auto;
  padding-top: 81px;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  #main .about_left {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .about_left {
    margin-bottom: 30px;
    padding: 30px 24px;
  }
}
@media screen and (max-width: 767px) {
  #main .about_left .section_head p {
    margin-left: -9px;
  }
}
@media screen and (max-width: 1024px) {
  #main .about_left .section_head p .wrap {
    display: block;
  }
}
#main .about_left .section_head_mainLead {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #main .about_left .section_head_mainLead {
    margin-bottom: 30px;
  }
}
#main .about_right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  min-width: 0;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #main .about_right {
    width: 54%;
    right: 20px;
    left: auto;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .about_right {
    position: static;
    display: block;
    width: 100%;
  }
}
#main .about_slider {
  width: 250px;
  margin: 0;
  min-width: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #main .about_slider {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #main .about_slider {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main .about_slider.about_slider_right {
    margin-top: 16px;
  }
}
#main .about_slider .swiper-slide {
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #main .about_slider .swiper-slide {
    height: 110px;
    width: auto;
    border-radius: 5px;
  }
}
#main .about_slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #main .about_slider .swiper-slide img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}
#main .business {
  position: relative;
  padding-top: 100px;
  background: var(--c--main2026);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .business {
    padding-top: 30px;
  }
}
#main .business::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 50%;
  aspect-ratio: 580/600;
  max-width: 580px;
  max-height: 600px;
  background: url("../media/images/2026/top/business-bg.svg") no-repeat center/cover;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #main .business::before {
    width: 37%;
  }
}
@media screen and (max-width: 767px) {
  #main .business::before {
    width: 80%;
    right: -27.3%;
    top: -3.9%;
  }
}
#main .business .section_head {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 44px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #main .business .section_head {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .business .section_head {
    padding: 0 16px;
  }
}
#main .business .section_head .heading_en {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #main .business .section_head .heading_en {
    margin-bottom: 10px;
  }
}
#main .business .section_head .section_head_mainLead {
  margin-bottom: 48px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #main .business .section_head .section_head_mainLead {
    margin-bottom: 29px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  #main .business .section_head p {
    margin-right: -8px;
  }
}
#main .business .section_head .button_wrap {
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 280px;
}
@media screen and (max-width: 1024px) {
  #main .business .section_head .button_wrap.pc_only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #main .business .button_wrap {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  #main .business .business_list_wrap {
    position: relative;
    padding-bottom: 60px;
  }
  #main .business .business_list_wrap::after {
    content: "";
    position: absolute;
    bottom: -1.5%;
    right: 0px;
    width: 55%;
    aspect-ratio: 438/500;
    background: url("../media/images/2026/top/business_bottom_texture.webp") no-repeat center/cover;
    pointer-events: none;
  }
}
#main .business .business_list {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  max-width: 1280px;
  margin: 70px auto;
}
@media screen and (max-width: 767px) {
  #main .business .business_list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .business .business_list {
    margin: 50px auto;
  }
}
#main .business .business_list::before {
  content: "";
  position: absolute;
  top: 21px;
  width: 80%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  #main .business .business_list::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #main .business .business_list::after {
    content: "";
    position: absolute;
    top: 46%;
    left: 2px;
    z-index: 2;
    width: 44%;
    aspect-ratio: 118 / 186;
    background: url("../media/images/2026/top/texture-4.webp") no-repeat center/cover;
    pointer-events: none;
  }
}
#main .business .business_list > li {
  position: relative;
  flex: 0 0 25%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #main .business .business_list > li + li {
    margin-top: 79px;
  }
  #main .business .business_list > li + li::before {
    content: "";
    position: absolute;
    top: -64px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 50px;
    background-color: #fff;
  }
}
#main .business .business_list > li p {
  margin: 10px 0 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.95;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .business .business_list > li p {
    font-size: 16px;
    line-height: 1.85;
  }
}
#main .business .business_num {
  display: table;
  margin: 0 auto 17px;
  padding: 0 30px;
  background-color: var(--c--main2026);
}
#main .business .business_num .nam-main {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0 auto;
  background-color: var(--c--sub2026);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-family: "DM Sans", "Noto Sans JP", sans-serif;
  font-style: italic;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: var(--c--main2026);
}
@media screen and (max-width: 767px) {
  #main .business .business_num .nam-main {
    width: 50px;
    height: 50px;
  }
}
#main .business .business_title {
  margin: 0 0 25px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #main .business .business_title {
    margin-bottom: 11px;
    font-size: 21px;
  }
}
#main .business .business_icon {
  margin: 0 auto 24px;
  width: 90px;
}
@media screen and (max-width: 767px) {
  #main .business .business_icon {
    margin-bottom: 4px;
    width: 70px;
  }
}
#main .business .business_icon img {
  display: block;
  width: 100%;
}
#main .business .business_bottom {
  position: relative;
  margin: 92px auto 0;
}
@media screen and (max-width: 767px) {
  #main .business .business_bottom {
    margin-top: 0;
  }
}
#main .business .business_bottom_copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #main .business .business_bottom_copy {
    width: 92%;
  }
}
#main .business .business_bottom_copy img {
  max-width: unset;
}
@media screen and (max-width: 767px) {
  #main .business .business_bottom_copy img {
    max-width: 100%;
    display: block;
  }
}
#main .business .business_bottom_pics {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #main .business .business_bottom_pics picture {
    transform: translateY(-10px);
    display: block;
  }
}
#main .business .business_bottom_pics img {
  display: block;
}
#main .business .business_bottom_pic {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #main .business .business_bottom_pic {
    flex-wrap: wrap;
  }
}
#main .business .business_bottom_pic li {
  flex: 0 0 28vw;
  min-height: 250px;
  aspect-ratio: 400/250;
}
#main .business .business_bottom_pic li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background: #D9D9D9;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  #main .business .business_bottom_pic li {
    flex: 0 0 50%;
    min-height: auto;
    aspect-ratio: 192/120;
  }
}
#main .business .business_bottom_pic li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .works {
  position: relative;
  padding-top: 100px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  #main .works {
    padding-top: 28px;
    overflow: hidden;
  }
}
#main .works::before, #main .works::after {
  content: "";
  position: absolute;
}
#main .works::before {
  top: 0;
  right: 0;
  aspect-ratio: 420 / 370;
  max-width: 420px;
  width: 40%;
  background: url("../media/images/2026/top/texture-3.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  #main .works::before {
    top: 5%;
    right: 0;
    aspect-ratio: 690 / 800;
    max-width: 510px;
    width: 45%;
    background-position: left;
    background-size: cover;
  }
}
#main .works::after {
  left: 0;
  top: 35%;
  aspect-ratio: 304 / 439;
  max-width: 304px;
  width: 40%;
  background: url("../media/images/2026/top/texture-2.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  #main .works::after {
    top: 42.3%;
    aspect-ratio: 223 / 376;
    width: 34%;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #main .works .heading_en {
    font-size: 55px;
    line-height: 1.05;
  }
}
#main .works .heading_en .sub-text {
  font-size: 0.65em;
  padding: 0 0.3em;
  transform: translateY(-0.1em);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #main .works .heading_en .sub-text {
    font-size: 0.75em;
    padding: 0 0.45em;
    transform: translateY(-0.05em);
  }
}
#main .works .section_head {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 44px;
}
@media screen and (max-width: 1024px) {
  #main .works .section_head {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .works .section_head {
    padding: 0 15px;
  }
}
#main .works .section_head .section_head_mainLead {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #main .works .section_head .section_head_mainLead {
    margin-bottom: 27px;
    font-size: 22px;
  }
}
#main .works_list {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px;
  margin: 186px auto 0px;
}
@media screen and (max-width: 767px) {
  #main .works_list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .works_list {
    margin-top: 50px;
  }
}
#main .works_list li {
  position: relative;
  flex: 0 0 360px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #main .works_list li {
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 767px) {
  #main .works_list li {
    width: 84.4%;
  }
  #main .works_list li + li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  #main .works_list li:first-child {
    margin-left: auto;
  }
}
#main .works_list li:nth-child(2) {
  transform: translateY(-17%);
}
@media screen and (max-width: 767px) {
  #main .works_list li:nth-child(2) {
    transform: none;
    margin-right: auto;
    margin-left: auto;
  }
}
#main .works_list li:nth-child(3) {
  transform: translateY(-34%);
}
@media screen and (max-width: 767px) {
  #main .works_list li:nth-child(3) {
    transform: none;
    margin-right: auto;
  }
}
#main .works_list li .wroks_list_title {
  position: absolute;
  z-index: 3;
  top: 0%;
  left: 0%;
  bottom: 0;
  right: 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #fff;
  transform: translateY(-12px);
}
@media screen and (max-width: 767px) {
  #main .works_list li .wroks_list_title {
    gap: 10px;
    transform: none;
  }
}
#main .works_list li .wroks_list_title .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #main .works_list li .wroks_list_title .title {
    font-size: 18px;
  }
}
#main .works_list li .wroks_list_title .subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  #main .works_list li .wroks_list_title .subtitle {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  #main .works_list li .wroks_list_title img {
    height: auto;
  }
}
#main .works_list li picture {
  position: relative;
}
#main .works_list li picture::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
  background: #BABABA;
}
#main .works_list li img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main .works_list li img {
    height: auto;
  }
}
#main .sns {
  position: relative;
  padding: 161px 0 90px;
  background: #232323;
}
@media screen and (max-width: 1024px) {
  #main .sns {
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  #main .sns {
    padding: 50px 0 58px;
  }
}
#main .sns::before, #main .sns::after {
  content: "";
  position: absolute;
}
#main .sns::before {
  top: 0;
  height: 494px;
  left: 0;
  right: 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #main .sns::before {
    height: 48.6%;
  }
}
#main .sns::after {
  top: -18.7%;
  right: 0;
  z-index: 2;
  width: 40%;
  aspect-ratio: 420/510;
  max-width: 420px;
  max-height: 510px;
  background: url("../media/images/2026/top/texture-1.svg") no-repeat center/cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #main .sns::after {
    top: -6.1%;
    aspect-ratio: 210 / 290;
    width: 40%;
  }
}
#main .sns .sns_top {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: row-reverse wrap;
  max-width: 1200px;
  margin: 0 auto 44px;
  background-color: #fff;
  padding-left: 92px;
  padding-bottom: 103px;
}
@media screen and (max-width: 767px) {
  #main .sns .sns_top {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .sns .sns_top {
    padding-left: 0;
    margin-left: 15px;
    padding-bottom: 50px;
    margin-bottom: 49px;
  }
}
#main .sns .sns_top::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 50vw;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #main .sns .sns_top::before {
    display: none;
  }
}
#main .sns .sns_top .news_list_wrap {
  flex: 1 1 auto;
  padding-top: 61px;
}
@media screen and (max-width: 767px) {
  #main .sns .sns_top .news_list_wrap {
    padding-top: 22px;
    padding-left: 20px;
    padding-right: 35px;
  }
}
#main .sns .section_head {
  flex: 0 0 41%;
  padding-right: 10px;
  margin-left: 9.3%;
}
@media screen and (max-width: 767px) {
  #main .sns .section_head {
    margin-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .sns .section_head .text:nth-of-type(2) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .sns .section_head .heading_en .text:nth-child(3) {
    display: block;
  }
}
#main .sns .section_head .heading_en .sub-text {
  font-size: 0.65em;
  padding-left: 0.4em;
}
#main .sns .section_head .section_head_mainLead {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  #main .sns .section_head .section_head_mainLead {
    margin-bottom: 30px;
  }
}
#main .sns .button_wrap {
  position: absolute;
  bottom: 105px;
  right: 15%;
  width: 280px;
}
@media screen and (max-width: 1024px) {
  #main .sns .button_wrap {
    left: 62%;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  #main .sns .button_wrap {
    position: static;
    margin: 40px auto 0;
    padding-right: 15px;
  }
}
#main .sns .news_list > li {
  border-bottom: 1px solid #8F8F8F;
}
#main .sns .news_list > li a {
  position: relative;
  display: block;
  padding: 20px 0 21px;
}
@media screen and (max-width: 767px) {
  #main .sns .news_list > li a {
    padding: 18px 40px 18px 0;
  }
}
#main .sns .news_list > li a.text {
  pointer-events: none;
  cursor: text;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #main .sns .news_list > li a:not(.text):hover::after {
    right: 5px;
  }
  #main .sns .news_list > li a:not(.text):hover .wrap {
    opacity: 0.55;
  }
}
#main .sns .news_list > li a:not(.text)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-size: 12px;
  background-color: #ECECEC;
  border-radius: 50%;
  background-image: url(../media/images/2026/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  #main .sns .news_list > li a:not(.text)::after {
    right: 0;
    width: 30px;
    height: 30px;
  }
}
#main .sns .news_list > li .topic_date {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #00A756;
}
@media screen and (max-width: 767px) {
  #main .sns .news_list > li .topic_date {
    margin-bottom: 7px;
    font-size: 14px;
  }
}
#main .sns .news_list > li .topic_title {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .sns .news_list > li .topic_title {
    font-size: 15px;
  }
}
#main .sns .sns_bottom {
  padding-top: 22px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .sns .sns_bottom {
    padding-top: 0;
    padding-left: 24px;
  }
}
#main .sns .sns_bottom .sns_title {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  max-width: 1200px;
  margin: 0 auto 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #00BD35;
}
@media screen and (max-width: 767px) {
  #main .sns .sns_bottom .sns_title {
    font-size: 15px;
  }
}
#main .sns .sns_bottom .sns_title .xlogo {
  width: 30px;
  margin-right: 21px;
}
@media screen and (max-width: 767px) {
  #main .sns .sns_bottom .sns_title .xlogo {
    width: 25px;
    margin-right: 11px;
  }
}
#main .sns .sns_bottom .sns_title .xlogo img {
  display: block;
  max-width: 100%;
}
#main .sns .sns_bottom .sns_title a {
  color: #00BD35;
  text-decoration: none;
}
#main .sns .sns_bottom_inner {
  max-width: 1200px;
  margin: 0 auto;
}
#main .sns_slider {
  margin: 0 auto;
  overflow: visible;
}
#main .sns_slider .swiper-slide {
  width: 190px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main .sns_slider .swiper-slide {
    width: 160px;
  }
}
#main .sns_slider .swiper-slide > a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #main .sns_slider .swiper-slide > a:hover {
    filter: brightness(1.1);
  }
}
#main .sns_slider .swiper-slide .img {
  aspect-ratio: 190 / 238;
}
#main .sns_slider .swiper-slide .img img {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .sns_slider .swiper-slide .img:empty {
  position: relative;
}
#main .sns_slider .swiper-slide .img:empty::before, #main .sns_slider .swiper-slide .img:empty::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#main .sns_slider .swiper-slide .img:empty::before {
  background-color: #fff;
}
#main .sns_slider .swiper-slide .img:empty::after {
  mask: url(../media/images/2026/common/company_logo_wh.svg) no-repeat center/60%;
  background-color: var(--c--main2026);
}
#main .sns_slider .swiper-slide .lead {
  margin-top: 13px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.07em;
  line-height: 1.65;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  #main .sns_slider .swiper-slide .lead {
    margin-top: 10px;
    letter-spacing: 0;
    line-height: 1.85;
  }
}
#main .joinus {
  position: relative;
  padding-top: 93px;
  overflow: hidden;
  min-height: 698px;
}
@media screen and (max-width: 767px) {
  #main .joinus {
    padding-top: 28px;
  }
}
#main .joinus::before, #main .joinus::after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 767px) {
  #main .joinus::before, #main .joinus::after {
    z-index: -1;
  }
}
#main .joinus:before {
  top: 0;
  left: 0;
  width: 93%;
  max-width: 1300px;
  aspect-ratio: 1300/1371;
  background: url(../media/images/2026/top/joinus-bg_top.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #main .joinus:before {
    width: 75%;
    background-image: url(../media/images/2026/top/joinus-bg_top.webp);
  }
}
#main .joinus::after {
  right: 0;
  bottom: 0;
  width: 17%;
  max-width: 902px;
  aspect-ratio: 909/1382;
  background: url(../media/images/2026/top/joinus-bg_bottom.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #main .joinus::after {
    width: 82%;
    background-image: url(../media/images/2026/top/joinus-bg_bottom.webp);
  }
}
#main .joinus .joinus_inner {
  position: relative;
  display: flex;
  flex-flow: row-reverse nowrap;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #main .joinus .joinus_inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .joinus .joinus_inner {
    padding: 0 10px;
  }
}
#main .joinus .section_head {
  flex: 0 0 40%;
  transform: translateX(6px);
}
#main .joinus .section_head p {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  #main .joinus .section_head p {
    white-space: normal;
  }
  #main .joinus .section_head p .wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .joinus .section_head p {
    line-height: 2.18;
  }
}
@media screen and (max-width: 767px) {
  #main .joinus .section_head .button_wrap {
    margin-top: 45px;
    padding-right: 10px;
  }
}
#main .joinus .section_head_mainLead {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  #main .joinus .section_head_mainLead {
    margin-bottom: 32px;
  }
}
#main .joinus .joinus_tags {
  display: flex;
  flex-flow: row wrap;
  margin-top: 27px;
  gap: 11px 27px;
}
@media screen and (max-width: 767px) {
  #main .joinus .joinus_tags {
    margin-top: 20px;
    padding-left: 24px;
    gap: 5px 18px;
  }
}
#main .joinus .joinus_tags .tags {
  position: relative;
  display: block;
  padding-right: 20px;
  font-weight: 700;
  font-size: 16px;
  color: #00A756;
}
@media screen and (max-width: 767px) {
  #main .joinus .joinus_tags .tags {
    padding-right: 10px;
    font-size: 15px;
  }
}
#main .joinus .joinus_tags .tags::before {
  content: "#";
}
#main .joinus .joinus_tags .tags::after {
  content: "";
  position: absolute;
  top: 14%;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 1.3em;
  background-color: #000;
  transform: rotate(20deg);
  transform-origin: bottom;
}
@media screen and (max-width: 767px) {
  #main .joinus .joinus_tags .tags::after {
    top: 7%;
  }
}
#main .joinus .joinus_tags .tags:nth-child(3) {
  margin-left: 16%;
}
@media screen and (max-width: 767px) {
  #main .joinus .joinus_tags .tags:nth-child(3) {
    margin-left: 20%;
  }
}
#main .joinus .joinus_tags .tags:last-child::after {
  display: none;
}
#main .joinus .joinus_kv {
  position: absolute;
  left: 0;
  left: -10px;
}
@media screen and (max-width: 767px) {
  #main .joinus .joinus_kv {
    position: static;
    display: block;
    margin: 12px -10px 0;
  }
}
#main .joinus .joinus_kv img {
  display: block;
}
@media screen and (max-width: 1024px) {
  #main .joinus .joinus_kv img {
    height: auto;
  }
}
#main .contact {
  position: relative;
  padding-top: 75px;
  background: #232323 url(../media/images/2026/top/bottom_bg.webp) no-repeat center/cover;
}
#main .contact::_after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 320px;
  background: url(../media/images/2026/top/bottom_bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #main .contact {
    padding-top: 45px;
    background-image: url(../media/images/2026/top/bottom_bg_sp.webp);
    background-position: top center;
    height: auto;
  }
}
#main .contact .contact_title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0 20px;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  #main .contact .contact_title {
    display: block;
  }
}
#main .contact .contact_title .contact_title_img {
  display: block;
}
@media screen and (max-width: 767px) {
  #main .contact .contact_title .contact_title_img:nth-child(2) {
    margin-top: 13px;
  }
}
#main .contact .contact_title .contact_title_img img {
  display: block;
}
@media screen and (max-width: 767px) {
  #main .contact .contact_title .contact_title_img img {
    margin: auto;
    height: 37px;
  }
}
#main .contact .section_head {
  position: relative;
  z-index: 2;
}
#main .contact .section_head p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 2.26;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #main .contact .section_head p {
    font-size: 15px;
    line-height: 2.18;
  }
}
#main .contact .contact_item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px 8px;
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  #main .contact .contact_item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .contact .contact_item {
    margin-top: 42px;
  }
}
#main .contact .contact_item > li {
  flex: 0 0 370px;
}
@media screen and (max-width: 767px) {
  #main .contact .contact_item > li {
    width: 300px;
    margin: 0 auto;
  }
  #main .contact .contact_item > li + li {
    margin-top: 3px;
  }
}
#main .contact .contact_item > li.contact_tel {
  flex: 0 0 400px;
}
#main .contact .contact_item > li a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  padding: 30px;
  background-color: #00A756;
  min-height: 130px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  #main .contact .contact_item > li a:hover {
    filter: brightness(1.08);
  }
}
@media screen and (max-width: 767px) {
  #main .contact .contact_item > li a {
    padding: 10px 15px;
    min-height: 70px;
    font-size: 15px;
  }
}
#main .contact .contact_item > li a[href^="tel:"] .item_inner {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  #main .contact .contact_item > li a[href^="tel:"] .item_inner {
    font-size: 25px;
  }
}
#main .contact .contact_item > li a[href^="tel:"] .item_inner::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background: url(../media/images/2026/common/icon_tel.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #main .contact .contact_item > li a[href^="tel:"] .item_inner::before {
    width: 20px;
    height: 20px;
  }
}
#main .contact .contact_item > li a[href^="mailto:"] .item_inner::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 23px;
  height: 16px;
  background: url(../media/images/2026/common/icon_mail.svg) no-repeat center/cover;
}
#main .contact .contact_item > li a .sub_text {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  #main .contact .contact_item > li a .sub_text {
    margin-top: 5px;
    font-size: 11px;
  }
}
#main .contact .contact_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 50%;
  background: #232323;
}
@media screen and (max-width: 767px) {
  #main .contact .contact_item::before {
    height: 60%;
  }
}
#main .contact .contact_item li {
  position: relative;
  z-index: 2;
}

/*# sourceMappingURL=top_2026.css.map */
