@charset "UTF-8";
/* CSS Document */
body {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: 1.6rem;
}

.pc {
  display: block; }

.sp {
  display: none; }

@media screen and (max-width: 996px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
.bg-black {
  background-color: black; }

.bg-blue {
  background-color: #298fcc; }

/* SERVICE TEST*/
.bg-planning {
  background-image: url("../assets/img/service-012.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.unit-service {
  width: 100%;
  height: 800px;
  position: relative; }

.unit-service-table {
  border: solid #fff 2px;
  height: auto;
  position: absolute;
  top: 25%;
  left: 0; }

.unit-service-title {
  transform: rotate(90deg) translate(-35px, -40px);
  transform-origin: bottom;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 6rem;
  font-weight: 800; }

.unit-service-catch {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  padding-bottom: 40px; }

.unit-service-copy {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 2; }

/* SERVICE TEST // END */
.page-section {
  padding: 4rem 0 0;
}

.color-blue {
  color: #298fcc; }

.color-gray {
  color: #999; }

/* style.css reset */
.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 1rem; }

#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0; }

#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: normal;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.portfolio-modal .modal-content p.item-intro {
  font-style: normal;
  margin-bottom: 2rem; }

section#contact {
  background-color: #298fcc;
  background-image: none; }

/* style.css reset END */
.service-unit h4 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 4rem; }

.service-unit h4 small {
  display: block;
  font-size: 2.5rem; }

.service-unit h5 {
  color: #007CBC;
  font-size: 1rem; }

.timeline-heading h4 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }

/* 20250418 */
/* TOP */
.center-center {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh; }

.center-center img {
  width: 15%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

@media screen and (max-width: 768px) {
  .center-center img {
    width: 30%; }
}
.section-title-news-unit {
  padding: 0;
  margin: 0;
  position: relative; }

.h2-section-title-news {
  font-size: 40px;
  font-weight: 600;
  margin-left: 60px;
}

.news-title-dot {
  position: absolute;
  top: -14px;
  font-size: 50px;
  color: #298fcc;
}

@media screen and (max-width: 768px) {
  .h2-section-title-news {
    font-size: 28px;
  }

  .news-title-dot {
    position: absolute;
    top: -14px;
    font-size: 40px;
    color: #298fcc;
  }
}

.news-view-all {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block; }
  .news-view-all a {
    text-decoration: none; }

.news-icon {
  font-size: 30px; }

ul.news-list {
  padding-left: 0;
  list-style: none; }
  ul.news-list li {
    border-bottom: solid 1px #ddd;
    padding: 1rem 0; }
    ul.news-list li a {
      text-decoration: none;
      font-weight: 600; }

.news-date {
  display: inline-block;
  float: right;
  color: #999;
}

/* IMAGE */
.carousel-over-logo{
  position: absolute;
  top:0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: center;
}
.carousel-over-logo img{
  width: 200px;
  height: auto;
  position: relative;
  top:40%;
}

@media screen and (max-width: 996px) {
  .carousel-over-logo img{
    width: 100px;
  }
}


/* FONTS */
.h2-section-title {
  font-size: 6rem;
  border-bottom: solid 1px white;
  padding-left: 3rem; }

.h2-section-title-copy {
  font-size: 1.6rem;
  padding-left: 3rem; }

.h2-section-title2 {
  font-size: 6rem;
  border-bottom: solid 1px #298fcc;
  padding-left: 3rem; }

.h2-section-title-copy {
  font-size: 1.6rem;
  padding-left: 3rem; }

.h2-section-title-copy2 {
  font-size: 1.6rem;
  padding-left: 3rem; }

.media {
  font-size: 4rem; }
.media span{
  font-size: 2.5rem;
}

.copyright {
  font-weight: 600;
  color: #333; }

@media screen and (max-width: 1200px) {
  .h2-section-title {
    font-size: 3rem;
    padding-left: 2rem; 
  }

  .h2-section-title2 {
    font-size: 3rem;
    padding-left: 2rem; 
  }

  .h2-section-title-copy {
    font-size: 1rem;
    padding-left: 2rem; 
  }

  .h2-section-title-copy2 {
    font-size: 1rem;
    padding-left: 2rem; 
  }

  .media {
    font-size: 2rem; 
  }
  .media span{
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 780px) {
  .h2-section-title {
    font-size: 2.4rem;
  }

  .h2-section-title2 {
    font-size: 2.4rem;
    padding-left: 2rem; 
  }
}
/* IMAGE */
.img-100 {
  width: 100%;
  height: auto; }

.img-fit {
  object-fit: cover; }

/* CONTACT */
.contact-text {
  height: 100px; }

.form-group {
  margin-bottom: 2rem; }

/* EFFECT */
/* ZOOM これで完結*/
.swiper {
  width: 100%;
  padding: 20px 0; }

.swiper-slide {
  display: flex;
  flex-direction: column;
  background: white;
  overflow: hidden; }

.zoom-wrapper {
  overflow: hidden;
  aspect-ratio: 4/3;
  /* 自動で高さ調整（要対応ブラウザ） */ }

.zoom-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease; }

.zoom-wrapper:hover img {
  transform: scale(1.1); }

.caption {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  background: #e4edef;
  color: #333;
  padding: 2rem; 
}

.caption .name {
  text-align: left; }

.caption .date {
  text-align: right; }

/* ZOOM これで完結*/
/* scrollup*/
.scrollup {
  opacity: 0;
  transform: translateY(100px); }
  .scrollup.inview {
    animation: ScrollUp 1s;
    animation-fill-mode: forwards; }

.inview-fadein {
  animation: ImageFadein 2s;
  animation-fill-mode: forwards;
  position: relative;
  z-index: 2; }

/* SCROLL UP */
@keyframes ScrollUp {
  0% {
    transform: translateY(60px);
    opacity: 0.5; }
  100% {
    transform: translateY(0);
    opacity: 1; } 
}

/* ABOUT */
.about-lap{
  border: solid 8px #298fcc;
  border-radius: 15px;
}
.about-lap table{
  margin-bottom: 0;
}
.about-lap table td{
  text-align: left;
  padding: 2rem;
  line-height: 2;
}
table td.noBorder{
  border-bottom: none;
}

.nowrap{
  white-space: nowrap;
}
@media screen and (max-width: 580px) {
  .about-lap table td{
    padding: 1rem;
    font-size: 12px;
  }
}

/* form */
dt.mfp{
  color: white;
  font-weight: 400;
}
.input-text{
  width: 100%;
  height: 2rem;
  border-radius: 5px;
  margin-bottom: 20px;
  
}
.textarea-text{
  width: 100%;
  height: 200px;
  border-radius: 5px;
}
.input-check{
  color: white;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  padding: 20px;
}

/* BUTTON LINK */

.veiw-site-btn a{
  display: block;
  margin:0 auto;
  width: 150px;
  padding:0.5rem;
  background-color: #298fcc;
  border-radius: 10px;
  transition-duration: 500ms;
  color: white;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
}

.veiw-site-btn a:hover{
  background-color:cornflowerblue;
}
