@charset "UTF-8";
.fade-in-target {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-target.show {
  opacity: 1;
  transform: translateY(0);
}

.mv_area {
  position: relative;
  padding-top: 70px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(245, 246, 247) 100%);
}
@media print, screen and (min-width: 920px) {
  .mv_area {
    flex-direction: row;
    align-items: center;
    padding: 5% 0 14%;
    max-height: 660px;
  }
}
@media print, screen and (min-width: 920px) {
  .mv_area::after {
    content: "";
    display: block;
    width: 100%;
    height: 15%;
    background-color: #eaedf0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.mv_area_inner {
  margin-top: 8rem;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .mv_area_inner {
    width: 69%;
    max-width: 1500px;
    margin: 4% auto;
  }
}

.mv_title {
  flex-shrink: 0;
}

.mv_catch {
  position: relative;
  width: 100%;
  line-height: 1.4;
  z-index: 2;
}
.mv_catch .main {
  display: block;
  font-weight: bold;
  color: #111824;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
  font-size: clamp(2.8rem, 8.75vw, 3.2rem);
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 768px) {
  .mv_catch .main {
    margin-bottom: 0;
    font-size: clamp(4rem, 4.37vw, 5.6rem);
  }
}
@media print, screen and (min-width: 920px) {
  .mv_catch .main {
    text-align: left;
  }
}
.mv_catch .main > span {
  display: block;
}
.mv_catch .sub {
  display: block;
  font-size: clamp(1rem, 3.125vw, 1.2rem);
  font-weight: bold;
  margin-top: 5px;
  letter-spacing: 0.02em;
  color: #111824;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-bottom: 42px;
}
@media print, screen and (min-width: 920px) {
  .mv_catch .sub {
    margin-top: 3%;
    margin-bottom: 0;
    font-size: clamp(1.2rem, 1.3vw, 1.8rem);
    text-align: left;
  }
}

.mv_area .mv_slider_wrap {
  margin-left: -20px;
  padding-right: calc(9% + 20px);
}
@media print, screen and (min-width: 768px) {
  .mv_area .mv_slider_wrap {
    margin: 0;
    padding: 0;
  }
}
.mv_area .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: calc(9% + 20px);
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: none;
}
@media print, screen and (min-width: 920px) {
  .mv_area .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: -14%;
    gap: 16px;
    max-width: 60px;
    width: 14%;
  }
}
.mv_area .swiper-pagination-bullet {
  background: none;
  width: auto;
  height: auto;
  display: inline-flex;
  gap: 3px;
  align-items: center;
  flex-direction: row;
  position: relative;
  line-height: 1;
  letter-spacing: 0.02em;
}
.mv_area .swiper-pagination-bullet .bullet-number {
  opacity: 0.8;
}
.mv_area .swiper-pagination-bullet .bullet-dot {
  opacity: 0;
}
.mv_area .swiper-pagination-bullet .bullet-right-dot {
  opacity: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  flex-shrink: 0;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  .mv_area .swiper-pagination-bullet .bullet-right-dot {
    right: -4px;
  }
}
.mv_area .swiper-pagination-bullet-active .bullet-number {
  opacity: 1;
}
.mv_area .swiper-pagination-bullet-active .bullet-dot {
  opacity: 1;
}
.mv_area .swiper-pagination-bullet-active .bullet-right-dot {
  opacity: 1;
}
.mv_area .bullet-number {
  font-size: clamp(1rem, 1.08vw, 1.4rem);
  color: #1D1D1D;
}
.mv_area .bullet-dot {
  flex-shrink: 0;
  width: 33%;
  height: 2px;
  background-color: #1D1D1D;
  border-radius: 0%;
  font-family: var(--font-accent);
  display: inline-block;
}
@media print, screen and (min-width: 920px) {
  .mv_area .bullet-dot {
    width: 46%;
  }
}
.mv_area .mv_slider {
  box-shadow: 1px 3px 12px 2px #dadada;
}
.mv_area .mv_slider_slide {
  height: 100%;
}
.mv_area .mv_slider_slide img {
  aspect-ratio: 315/230;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .mv_area .mv_slider_slide img {
    aspect-ratio: unset;
  }
}
.mv_area .swiper-slide-active img,
.mv_area .swiper-slide-duplicate-active img,
.mv_area .swiper-slide-prev img {
  animation: zoom-out 12s linear 0s 1 normal both;
}

.mv_flex {
  display: flex;
  flex-direction: column;
  column-gap: 9.6%;
}
@media print, screen and (min-width: 920px) {
  .mv_flex {
    flex-direction: row;
    align-items: center;
  }
}

.mv_right_box {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .mv_right_box {
    width: 40.3%;
    margin-left: auto;
  }
}

.mv_text_area {
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .mv_text_area {
    position: absolute;
    bottom: -7%;
    left: -22%;
    width: 85%;
  }
}
@media print, screen and (min-width: 1180px) {
  .mv_text_area {
    width: 75%;
  }
}

.mv_text_block {
  display: flex;
  column-gap: 12px;
  opacity: 0;
  z-index: -2;
  visibility: hidden;
  transition: opacity 0.5s;
  font-weight: 700;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 7%;
}
@media print, screen and (min-width: 768px) {
  .mv_text_block {
    margin-top: 15%;
  }
}
@media print, screen and (min-width: 920px) {
  .mv_text_block {
    display: block;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .mv_text_block {
    column-gap: 16px;
  }
}
@media print, screen and (min-width: 920px) {
  .mv_text_block::before {
    position: absolute;
    content: none;
    display: block;
    width: calc(100% + 36px);
    height: 75px;
    background-image: url("../img/top/shadow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: -2px;
    right: -46px;
  }
}
.mv_text_block .mv_text {
  display: block;
  font-size: clamp(1.4rem, 4.37vw, 1.6rem);
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding-top: 30px;
  position: relative;
  background-color: #fff;
  flex-grow: 1;
}
@media print, screen and (min-width: 768px) {
  .mv_text_block .mv_text {
    padding-top: 24px;
  }
}
@media print, screen and (min-width: 920px) {
  .mv_text_block .mv_text {
    font-size: clamp(1.4rem, 1.52vw, 1.8rem);
    padding: 7% 16% 7% 6%;
    flex-grow: 0;
  }
}
.mv_text_block .mv_text span {
  position: relative;
  z-index: 1;
}
.mv_text_block .ore + a:hover {
  color: #FDA516;
}
.mv_text_block .gre + a:hover {
  color: #8BB708;
}
.mv_text_block .bl + a:hover {
  color: #3DBEE3;
}
.mv_text_block .pur + a:hover {
  color: #9A73ED;
}
.mv_text_block .label {
  font-size: 1.2rem;
  line-height: 1.2;
  flex-shrink: 0;
}
@media print, screen and (min-width: 920px) {
  .mv_text_block .label {
    font-size: clamp(1rem, 1.08vw, 1.4rem);
    position: absolute;
    z-index: 1;
    top: -74%;
    left: 2%;
  }
}
.mv_text_block .label > span {
  display: block;
  letter-spacing: 0.01em;
}
.mv_text_block .label.ore {
  color: #FDA516;
}
.mv_text_block .label.gre {
  color: #8BB708;
}
.mv_text_block .label.bl {
  color: #3DBEE3;
}
.mv_text_block .label.pur {
  color: #9A73ED;
}
.mv_text_block .num {
  font-size: clamp(4.6rem, 14.3vw, 5.6rem);
  line-height: 1;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 768px) {
  .mv_text_block .num {
    font-size: clamp(4.6rem, 5vw, 6rem);
  }
}
.mv_text_block svg {
  position: absolute;
  top: 36px;
  right: 0;
}
@media print, screen and (min-width: 920px) {
  .mv_text_block svg {
    top: auto;
    right: 3%;
    width: 10%;
    max-width: 36px;
  }
}

.button.normal:hover {
  opacity: 0.5;
}

.mv_text_block.active {
  opacity: 1;
  z-index: 3;
  visibility: visible;
}
@media print, screen and (min-width: 920px) {
  .mv_text_block.active {
    display: block;
  }
}

.mv_images {
  position: absolute;
  aspect-ratio: 1;
  right: -20px;
  bottom: -17%;
  width: 38%;
  z-index: 10;
}
@media print, screen and (min-width: 920px) {
  .mv_images {
    right: -13%;
    bottom: -25%;
    width: 35%;
  }
}

.mv_image {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  width: 100%;
  bottom: 0;
  visibility: hidden;
}

.mv_image.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@keyframes zoom-out {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.mv_scroll_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  mix-blend-mode: overlay;
}

.mv_scroll_text__inner {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.4;
  font-size: 6rem;
  font-weight: 600;
  color: white;
  gap: 6rem;
}
@media print, screen and (min-width: 768px) {
  .mv_scroll_text__inner {
    font-size: 9.3vw;
    gap: 9rem;
  }
}
.mv_scroll_text__inner span {
  display: flex;
  flex-shrink: 0;
  text-wrap: nowrap;
  word-break: keep-all;
  animation: scrollAnime 45s infinite linear 0.1s both;
  line-height: 0.7;
}

@keyframes scrollAnime {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.top_business_area {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f5f6f7;
}
@media print, screen and (min-width: 768px) {
  .top_business_area {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}

.business_intro_wrap {
  position: relative;
}

.business_list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .business_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 130px;
    column-gap: 5%;
    margin-top: 130px;
  }
}
.business_list .image_wrap {
  overflow: hidden;
  border: solid 4px transparent;
  transition: border 0.3s;
}
.business_list li.item_01 .image_wrap.active {
  border: solid 4px #FDA516;
}
.business_list li.item_01 .image_wrap.active img {
  transform: scale(1.15);
}
.business_list li.item_02 .image_wrap.active {
  border: solid 4px #8BB708;
}
.business_list li.item_02 .image_wrap.active img {
  transform: scale(1.15);
}
.business_list li.item_03 .image_wrap.active {
  border: solid 4px #3DBEE3;
}
.business_list li.item_03 .image_wrap.active img {
  transform: scale(1.15);
}
.business_list li.item_04 .image_wrap.active {
  border: solid 4px #9A73ED;
}
.business_list li.item_04 .image_wrap.active img {
  transform: scale(1.15);
}
.business_list li img {
  transition: transform 0.5s ease;
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center;
}
.business_list li a:hover ~ img {
  transform: scale(1.1);
}
.business_list li {
  position: relative;
  border: solid 4px transparent;
  padding-bottom: 50px;
}
.business_list li a.button {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 3.2rem;
  display: block;
  text-align: right;
}
.business_list li img {
  width: 100%;
}
.business_list .title {
  font-size: clamp(2.4rem, 2.6vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  margin-block: clamp(1.5rem, 1.5rem + 1vw, 2rem);
}
.business_list .title span {
  display: inline-block;
}
.business_list .num {
  font-size: clamp(8rem, 8rem + 0.05vw, 12rem);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  font-family: var(--font-accent);
  transform: translateY(-65%);
  z-index: 3;
}
@media print, screen and (min-width: 768px) {
  .business_list .num {
    font-size: clamp(8rem, 8rem + 5vw, 12rem);
  }
}

.modal {
  display: none; /* 初期は非表示 */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 60px;
  width: calc(100% - 4rem);
  max-width: 900px;
  position: relative;
}

.modal-content {
  width: calc(100% - 4rem);
}
.modal-content p {
  font-weight: bold;
}
.modal-content .font-en {
  opacity: 0.4;
}
.modal-content .column {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .modal-content .column {
    flex-direction: row;
    gap: 50px;
  }
}
.modal-content .column img {
  width: 100%;
}
.modal-content .column > div:nth-child(1) {
  width: 100%;
  flex-grow: 1;
}
@media print, screen and (min-width: 768px) {
  .modal-content .column > div:nth-child(1) {
    width: 45%;
  }
}
.modal-content .column > div:nth-child(2) {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .modal-content .column > div:nth-child(2) {
    width: 55%;
  }
}
.modal-content .column > div.modal_person_box {
  width: 200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .modal-content .column > div.modal_person_box {
    width: 45%;
  }
}

.modal_person_text {
  height: calc(90vh - 400px);
  overflow: auto;
}
@media print, screen and (min-width: 768px) {
  .modal_person_text {
    height: auto;
    overflow: visible;
  }
}

.modal-close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 2rem;
  cursor: pointer;
}

.business_list__item {
  position: relative;
  display: block;
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .business_list__item {
    width: 50%;
  }
}
@media (hover: hover) {
  .business_list__item:where(:any-link, :enabled, summary, span, dt, div, label):hover > img {
    transform: scale(1.05);
  }
  .business_list__item:where(:any-link, :enabled, summary, span, dt, div, label):hover .circle::after {
    opacity: 0;
    transform: scale(1.2);
  }
  .business_list__item:where(:any-link, :enabled, summary, span, dt, div, label):hover .circle::before {
    opacity: 1;
  }
  .business_list__item:where(:any-link, :enabled, summary, span, dt, div, label):hover .circle .arrow::before {
    left: calc(50% + 5px);
    opacity: 0;
  }
  .business_list__item:where(:any-link, :enabled, summary, span, dt, div, label):hover .circle .arrow::after {
    left: 50%;
    opacity: 1;
  }
}
.business_list__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #0c0f12;
  background: linear-gradient(180deg, rgba(12, 15, 18, 0) 0%, rgba(12, 15, 18, 0.65) 100%);
}
.business_list__item > img {
  transition: 0.3s;
}
.business_list__item .circle {
  position: absolute;
  bottom: 15px;
  right: 12px;
  display: block;
  width: 25px;
  height: 25px;
  color: #fff;
  border-radius: 100px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .business_list__item .circle {
    width: 30px;
    height: 30px;
    bottom: 20px;
    right: 20px;
  }
}
.business_list__item .circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.business_list__item .circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #fff;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.business_list__item .circle .arrow {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.business_list__item .circle .arrow::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
@media print, screen and (min-width: 768px) {
  .business_list__item .circle .arrow::before {
    font-size: 1.4rem;
  }
}
.business_list__item .circle .arrow::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: calc(50% - 5px);
  opacity: 0;
  color: #3e4c59;
  transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
@media print, screen and (min-width: 768px) {
  .business_list__item .circle .arrow::after {
    font-size: 1.4rem;
  }
}

.business_list__title {
  position: absolute;
  width: 100%;
  bottom: 12px;
  left: 13px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .business_list__title {
    font-size: 2.5rem;
    bottom: 20px;
    left: 20px;
  }
}

.business_btn {
  margin-top: 25px;
  text-align: right;
}
@media print, screen and (min-width: 920px) {
  .business_btn {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 0;
    transform: translateY(-50%);
  }
}

.top_topics_flex__content {
  margin-top: 80px;
}
@media print, screen and (min-width: 920px) {
  .top_topics_flex__content {
    margin-top: 0;
  }
}

.top_topics_area {
  padding: 200px 0 0;
}
@media print, screen and (min-width: 768px) {
  .top_topics_area {
    padding: 35% 0 0;
  }
}
@media print, screen and (min-width: 920px) {
  .top_topics_area {
    padding: 160px 0 0;
  }
}

.topics_btn {
  margin-top: 35px;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .topics_btn {
    text-align: left;
    margin-top: auto;
  }
}

@media print, screen and (min-width: 920px) {
  .top_topics_flex {
    display: flex;
    column-gap: 10%;
  }
}
@media print, screen and (min-width: 1180px) {
  .top_topics_flex {
    column-gap: 15%;
  }
}

@media print, screen and (min-width: 920px) {
  .top_topics_flex__title {
    min-width: 200px;
    display: flex;
    flex-direction: column;
  }
}

@media print, screen and (min-width: 920px) {
  .top_topics_flex__content {
    flex-grow: 1;
    width: 100%;
  }
}

.front-about {
  margin-top: 60px;
  padding-top: 80px;
  position: relative;
  z-index: 5;
}
@media print, screen and (min-width: 768px) {
  .front-about {
    padding-top: 140px;
    margin-top: 50px;
  }
}
.front-about .column {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media print, screen and (min-width: 768px) {
  .front-about .column {
    flex-direction: row;
    row-gap: 20px;
    column-gap: 6%;
    margin-top: 80px;
  }
}
.front-about .left {
  display: flex;
  flex-grow: 1;
  row-gap: 20px;
  width: 100%;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 920px) {
  .front-about .left {
    row-gap: 40px;
  }
}
.front-about .left p {
  font-weight: 700;
}
.front-about .left span.open-modal {
  transition: opacity 0.3s;
}
.front-about .left span.open-modal:hover {
  cursor: pointer;
  opacity: 0.7;
}
.front-about .right {
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .front-about .right {
    flex-shrink: 0;
    width: 42.3%;
  }
}
.front-about .right img {
  width: 100%;
}
.front-about [data-ruby] {
  position: relative;
}
.front-about [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  width: 2rem;
}

.front-catch {
  font-weight: 700;
  font-size: clamp(3rem, 9.37vw, 4rem);
}
@media print, screen and (min-width: 920px) {
  .front-catch {
    font-size: clamp(5.1rem, 5.54vw, 6.4rem);
  }
}
.front-catch > span {
  display: block;
  line-height: 1.25;
}

.description {
  text-align: center;
  position: relative;
  font-size: 12px;
  color: #1D1D1D;
  max-width: 60rem;
  margin-inline: auto;
}
.description > span {
  display: inline-block;
}

.section_front_works {
  position: relative;
  background-color: #f5f6f7;
  padding: 90px 0 60px;
}
@media print, screen and (min-width: 768px) {
  .section_front_works {
    padding: 160px 0 80px;
    margin-top: -50px;
  }
}
.section_front_works::before {
  content: "";
  width: 100%;
  height: 375px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(217, 224, 230) 100%);
}
@media print, screen and (min-width: 920px) {
  .section_front_works::before {
    height: 52vw;
  }
}
@media print, screen and (min-width: 1180px) {
  .section_front_works::before {
    height: 42vw;
  }
}
.section_front_works .worksSwiper {
  padding: 90px 0 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .section_front_works .worksSwiper {
    padding: 150px 0 10px;
  }
}
.section_front_works .worksSwiper .swiper-wrapper {
  align-items: flex-end;
}
.section_front_works .worksSwiper .swiper-slide {
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 920px) {
  .section_front_works .worksSwiper .swiper-slide {
    width: 35vw;
    margin: 0;
    margin-inline: 3vw;
  }
}
.section_front_works .worksSwiper .swiper-slide .work_thumb {
  transform-origin: bottom;
  transition: transform 0.5s, border 0.3s;
  overflow: hidden;
  transform: scale(1);
}
.section_front_works .worksSwiper .swiper-slide .link_report:hover .work_thumb {
  border: solid 4px #1D1D1D;
}
.section_front_works .worksSwiper .swiper-slide .link_report:hover img {
  transform: scale(1.1);
}
.section_front_works .worksSwiper .swiper-slide .link_report:hover .button {
  opacity: 0.5;
}
.section_front_works .worksSwiper .swiper-slide img {
  object-fit: cover;
  aspect-ratio: 540/405;
  transition: transform 0.3s;
}
.section_front_works .worksSwiper .swiper-slide .button {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media print, screen and (min-width: 920px) {
  .section_front_works .worksSwiper .swiper-slide-active .work_thumb {
    transform: scale(1.2);
  }
}
.section_front_works .work_thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.section_front_works .work_title {
  text-align: left;
  margin-top: clamp(20px, 20px + 1vw, 40px);
  min-height: 16rem;
  font-size: clamp(2.4rem, 2rem + 0.83vw, 3.2rem);
  font-weight: 700;
  line-height: 1.4;
}
.section_front_works .swiper-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .section_front_works .swiper-controls {
    margin-top: 6rem;
  }
}
.section_front_works .swiper-button-prev,
.section_front_works .swiper-button-next {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: static; /* 位置の固定を無効化 */
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  color: #1D1D1D;
}
.section_front_works .swiper-button-prev::after,
.section_front_works .swiper-button-next::after {
  content: none;
}
.section_front_works .swiper-button-prev::after {
  transform: rotate(135deg);
  margin-right: 20px;
}
.section_front_works .swiper-button-next::after {
  transform: rotate(-45deg);
  margin-left: 20px;
}
.section_front_works .works-swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
.section_front_works .swiper-pagination-bullet {
  background: #1d1d1d;
  opacity: 0.1;
}
.section_front_works .swiper-pagination-bullet-active {
  background: #1d1d1d;
  opacity: 1;
}

.section_front_company {
  background-color: #f5f6f7;
  padding-top: 60px;
  margin-top: -40px;
  padding-bottom: 160px;
}
.section_front_company .frame_fill {
  max-width: 1280px;
  margin-inline: auto;
  padding: 8rem 2rem 7rem 2rem;
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .section_front_company .frame_fill {
    padding: 8rem 5rem 7rem 5rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .section_front_company .frame_fill {
    padding: 8rem 6rem 7rem 6rem;
  }
}
.section_front_company .frame_fill::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10%;
  transform: translateX(-50%);
  width: 185px;
  height: 150px;
  background-image: url("../img/top/illust-company.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width: 920px) {
  .section_front_company .frame_fill::after {
    width: 250px;
    height: 185px;
    transform: unset;
    left: 2%;
    bottom: -10%;
  }
}
@media print, screen and (min-width: 1180px) {
  .section_front_company .frame_fill::after {
    left: 6%;
  }
}
.section_front_company .column {
  display: flex;
  flex-direction: column;
  gap: 30px 120px;
}
@media print, screen and (min-width: 920px) {
  .section_front_company .column {
    flex-direction: row;
    gap: 30px 80px;
  }
}
@media print, screen and (min-width: 1180px) {
  .section_front_company .column {
    gap: 30px 50px;
  }
}
.section_front_company .page_head_title_l {
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .section_front_company .page_head_title_l {
    width: calc(30% - 60px);
  }
}
@media print, screen and (min-width: 1180px) {
  .section_front_company .page_head_title_l {
    width: calc(30% - 120px);
    min-width: 230px;
  }
}
.section_front_company .company_content {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .section_front_company .company_content {
    flex-grow: 1;
  }
}
.section_front_company .company_content::before {
  position: absolute;
  right: 9%;
  top: 21%;
  content: "";
  width: 80px;
  aspect-ratio: 137/114;
  background-image: url("../img/common/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 1rem;
  top: 1rem;
}
@media print, screen and (min-width: 768px) {
  .section_front_company .company_content::before {
    width: 120px;
    right: 0;
    top: 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .section_front_company .company_content::before {
    width: 137px;
  }
}
.section_front_company dl div {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media print, screen and (min-width: 1180px) {
  .section_front_company dl div {
    flex-direction: row;
  }
}
.section_front_company dl div:not(:first-child) {
  margin-top: 12px;
}
@media print, screen and (min-width: 920px) {
  .section_front_company dl div:not(:first-child) {
    margin-top: 28px;
  }
}
.section_front_company dt {
  width: 140px;
  flex-shrink: 0;
}
.section_front_company dd.flex {
  display: flex;
  gap: 20px;
}
.section_front_company ol {
  counter-reset: li;
}
.section_front_company ol li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 1rem;
}
.section_front_company ol li:before {
  counter-increment: li;
  content: counter(li) ".";
  display: block;
  position: absolute;
  font-weight: bold;
  width: 16px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: #1D1D1D;
  top: 6px;
  left: 0px;
  font-family: var(--font-accent);
}

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