@charset "UTF-8";
/* CSS Document */
body {
  font-family: biz-udgothic, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #373737;
}

:root {
  scroll-padding-top: 96px;
}

#news,
#services,
#works {
  scroll-margin-top: 96px;
}

.pc {
  display: block; }

.sp {
  display: none; }

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

  .sp {
    display: block; } }

@media screen and (max-width: 991px) {
  :root {
    scroll-padding-top: 82px;
  }

  #news,
  #services,
  #works {
    scroll-margin-top: 82px;
  }
}
.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; }

.dopoint-page-main {
  padding-top: 96px;
}

.dopoint-page-content .entry-content {
  margin-top: 3rem;
  line-height: 2;
}

.single-post .dopoint-page-content .entry-content .wp-block-image,
.single-post .dopoint-page-content .entry-content .wp-caption {
  width: 100% !important;
  max-width: 100% !important;
}

.single-post .dopoint-page-content .entry-content img,
.single-post .dopoint-page-content .entry-content img[class*="size-"] {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 2rem 0;
}

.single-post .dopoint-page-content .entry-content img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: none !important;
}

.dopoint-single-back-link,
.dopoint-front-works-link,
.dopoint-archive-back-link {
  margin-top: 4rem;
  text-align: center;
}

.dopoint-single-back-link a,
.dopoint-front-works-link a,
.dopoint-archive-back-link a {
  border: 1px solid #298fcc;
  color: #298fcc;
  display: inline-block;
  font-weight: 700;
  min-width: 180px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}

.dopoint-single-back-link a:hover,
.dopoint-front-works-link a:hover,
.dopoint-archive-back-link a:hover {
  background: #298fcc;
  color: #fff;
}

.dopoint-entry-title {
  border-bottom: solid 1px #298fcc;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 1rem;
}

.entry-meta {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.entry-meta span::before {
  content: "/";
  display: inline-block;
  margin: 0 0.5rem;
}

.works-card-link {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

.works-card-link:hover {
  color: #298fcc;
}

.front-works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin: 3rem auto 0;
  max-width: 1280px;
  text-align: left;
}

.front-works-card {
  background: #fff;
  overflow: hidden;
}

.front-works-card .works-card-link {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
}

.front-works-card .caption {
  min-height: 6rem;
}

.front-works-card .caption .name,
.front-works-card .caption .date {
  display: block;
}

@media screen and (max-width: 780px) {
  .front-works-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 2rem;
  }

  .front-works-card .caption {
    padding: 1.5rem;
  }

  .front-works-card .works-card-link {
    flex-direction: column;
    gap: 0.5rem;
  }

.front-works-card .caption .date {
    text-align: left;
  }
}

.works-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 2rem auto 0;
  max-width: 1280px;
}

.works-category-nav a {
  border: 1px solid #298fcc;
  color: #298fcc;
  display: inline-block;
  font-weight: 700;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.works-category-nav a:hover {
  background: #298fcc;
  color: #fff;
}

.works-empty-message {
  grid-column: 1 / -1;
  text-align: center;
}

.dopoint-single-eyecatch {
  margin: 3rem 0;
}

.dopoint-single-eyecatch img {
  width: 100%;
  height: auto;
}

.dopoint-archive-header {
  margin-bottom: 3rem;
}

.dopoint-archive-header p {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.dopoint-archive-description {
  line-height: 2;
  margin-top: 1.5rem;
}

.dopoint-post-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dopoint-post-card {
  border-bottom: solid 1px #ddd;
  padding-bottom: 2rem;
}

.dopoint-post-card-image {
  display: block;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.dopoint-post-card-image img {
  aspect-ratio: 16 / 10;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.dopoint-post-card-body h2 {
  font-size: 1.35rem;
  line-height: 1.45;
  margin: 0.5rem 0 1rem;
}

.dopoint-post-card-body h2 a {
  color: #333;
  text-decoration: none;
}

.dopoint-post-card-body h2 a:hover {
  color: #298fcc;
}

.dopoint-post-card-excerpt {
  color: #555;
  line-height: 1.8;
}

.dopoint-policy-content {
  max-width: 900px;
  margin: 0 auto;
}

.dopoint-policy-content .entry-content h2 {
  border-bottom: solid 1px #ddd;
  font-size: 1.35rem;
  margin-top: 3rem;
  padding-bottom: 0.75rem;
}

.dopoint-policy-content .entry-content h3 {
  font-size: 1.1rem;
  margin-top: 2rem;
}

.dopoint-policy-content .entry-content ul {
  line-height: 2;
  margin: 1rem 0 2rem;
}

.dopoint-pagination {
  margin-top: 3rem;
}

@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; 
  }

  .dopoint-entry-title {
    font-size: 2rem;
  }

  .dopoint-post-grid {
    grid-template-columns: 1fr;
  }
}
/* 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;
}

/* FOOTER */
.footer.py-4 {
  display: none;
}

.dopoint-social-footer {
  background: #333;
  margin-top: 4rem;
  padding: 2rem 0;
}

.dopoint-social-footer-icons {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
}

.dopoint-social-footer-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border: solid 1px rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  color: #fff;
  font-size: 1.45rem;
  text-decoration: none;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.dopoint-social-footer-link:hover,
.dopoint-social-footer-link:focus {
  background: #fff;
  border-color: #fff;
  color: #333;
}

.dopoint-social-footer-copyright {
  margin-top: 1.5rem;
  color: #d8d8d8;
  font-size: 0.85rem;
  text-align: center;
}

.dopoint-social-footer-copyright a {
  color: #d8d8d8;
  margin-left: 1rem;
  text-decoration: none;
}

.dopoint-social-footer-copyright a:hover,
.dopoint-social-footer-copyright a:focus {
  color: #fff;
}

@media screen and (max-width: 580px) {
  .dopoint-social-footer-copyright a {
    display: block;
    margin: 0.5rem 0 0;
  }
}
