@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap");
.txt-left h2, .txt-left p {
  text-align: left;
}

.pict, .pict img {
  width: auto;
}

@media screen and (max-width: 980px) {
  .nav-anchor .for-pc {
    display: none;
  }
  .nav-anchor .for-sp {
    display: block;
  }
}
@media screen and (min-width: 981px) {
  .nav-anchor .for-pc {
    display: block;
  }
  .nav-anchor .for-sp {
    display: none;
  }
}

/* トップ画像フェードスライダー */
.image-title {
  position: relative;
  overflow: hidden;
}
.image-title > div {
  padding: 0;
  position: relative;
}
.image-title .image-title-swiper {
  width: 100%;
  padding-bottom: 0;
}
.image-title .image-title-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 1280px) {
  .sec-about .content-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec-about .grid-container {
    grid-template-columns: 1fr;
  }
}

.service-syousya {
  background: #D9EFF1;
}
.service-syousya .label-syousya {
  background: #C4E2E6;
}
.service-syousya .label-syousya span.left {
  background: #296972;
}
.service-syousya .whitecard.active {
  box-shadow: 0 0 0 2px #296972;
}
.service-syousya .whitecard .title,
.service-syousya .swiper-slide .point {
  color: #296972;
}

.service-maker {
  background: #FBEDDD;
}
.service-maker .label-maker {
  background: #F4DBB8;
}
.service-maker .label-maker span.left {
  background: #B36900;
}
.service-maker .whitecard.active {
  box-shadow: 0 0 0 2px #B36900;
}
.service-maker .whitecard .title,
.service-maker .swiper-slide .point {
  color: #B36900;
}

.service-syousya, .service-maker {
  padding: 32px;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .service-syousya, .service-maker {
    padding: 24px;
  }
  .service-syousya .grid-container.col3, .service-maker .grid-container.col3 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .service-syousya, .service-maker {
    padding: 16px;
  }
}
.service-syousya .label-syousya, .service-syousya .label-maker, .service-maker .label-syousya, .service-maker .label-maker {
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  height: 32px;
}
@media screen and (max-width: 480px) {
  .service-syousya .label-syousya span, .service-syousya .label-maker span, .service-maker .label-syousya span, .service-maker .label-maker span {
    font-size: 14px;
  }
}
.service-syousya .label-syousya span.left, .service-syousya .label-maker span.left, .service-maker .label-syousya span.left, .service-maker .label-maker span.left {
  color: #fff;
  border-radius: 100px;
  padding: 0 10px;
  height: 100%;
  align-items: center;
  display: flex;
}
.service-syousya .label-syousya span.right, .service-syousya .label-maker span.right, .service-maker .label-syousya span.right, .service-maker .label-maker span.right {
  padding: 0 10px;
}
.service-syousya .whitecard, .service-maker .whitecard {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  gap: 8px;
  cursor: pointer;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.service-syousya .whitecard .title, .service-maker .whitecard .title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.service-syousya .whitecard .button-link, .service-maker .whitecard .button-link {
  text-align: center;
}
.service-syousya .whitecard .button-link span, .service-maker .whitecard .button-link span {
  color: #000;
}
.service-syousya .img-container, .service-maker .img-container {
  margin-top: 32px;
}
.service-syousya .img-container img, .service-maker .img-container img {
  border-radius: 16px;
}
.service-syousya, .service-maker {
  /* スライダーエリア: 初期非表示、アコーディオンで開く */
}
.service-syousya .slider-container, .service-maker .slider-container {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.service-syousya .slider-container.is-open, .service-maker .slider-container.is-open {
  max-height: 2000px;
}
.service-syousya .slider-container .slider-close, .service-maker .slider-container .slider-close {
  position: absolute;
  top: 58px;
  right: 36px;
  z-index: 20;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, opacity 0.2s;
}
.service-syousya .slider-container .slider-close:hover, .service-maker .slider-container .slider-close:hover {
  opacity: 0.9;
}
.service-syousya .slider-container .slider-close img, .service-maker .slider-container .slider-close img {
  display: block;
  width: 24px;
  height: 24px;
}
.service-syousya .swiper-wrapper, .service-maker .swiper-wrapper {
  margin-top: 32px;
}
.service-syousya .swiper-slide, .service-maker .swiper-slide {
  background-color: #fff;
  padding: 32px;
  border-radius: 32px;
}
.service-syousya .swiper-slide .point, .service-maker .swiper-slide .point {
  font-size: 14px;
  font-weight: 700;
  margin-top: 16px;
}
.service-syousya .swiper-slide .title, .service-maker .swiper-slide .title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 800px) {
  .service-syousya .swiper-slide.grid-container, .service-maker .swiper-slide.grid-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.infoimage {
  max-width: 569px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .infoimage {
    max-width: 288px;
  }
}

.sec-number .card,
.sec-approach .card {
  background: #fff;
  border: 1px solid #E0EAEC;
  border-radius: 16px;
  text-align: center;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  gap: 0;
}
.sec-number .card .title,
.sec-approach .card .title {
  min-width: 120px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #1558A0;
  border-radius: 0 0 16px 16px;
  padding: 0 16px;
  margin: auto;
}
@media screen and (max-width: 560px) {
  .sec-number .card .title,
  .sec-approach .card .title {
    font-size: 14px;
    padding: 0 8px;
  }
}
.sec-number .card .data,
.sec-approach .card .data {
  font-size: 24px;
  color: #555;
}
@media (max-width: 768px) {
  .sec-number .card .data,
  .sec-approach .card .data {
    font-size: 18px;
  }
}
.sec-number .card strong,
.sec-approach .card strong {
  font-family: "Akshar", sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 768px) {
  .sec-number .card strong,
  .sec-approach .card strong {
    font-size: 34px;
  }
}
.sec-number .card .caption,
.sec-approach .card .caption {
  margin-bottom: 16px;
}

.sec-number .grid-container.number-grid .card-span-2 {
  position: relative;
  grid-row: span 6;
}
.sec-number .grid-container.number-grid .card-span-2 img {
  position: absolute;
  width: 282px;
  left: 20%;
  top: 16%;
}
.sec-number .grid-container.number-grid .card-span-2 .data {
  text-align: left;
  margin-left: 10%;
}
@media (min-width: 480px) {
  .sec-number .grid-container.number-grid .card-span-2 .data {
    text-align: left;
    margin-left: 10%;
  }
}
@media screen and (max-width: 1344px) {
  .sec-number .grid-container.number-grid .card-span-2 img {
    width: 21vw;
    left: 20%;
    top: 16%;
  }
}
@media screen and (max-width: 1080px) {
  .sec-number .grid-container.number-grid .card-span-2 img {
    top: 38%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sec-number .grid-container.number-grid .card-span-2 .data {
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .sec-number .grid-container.number-grid .card-span-2 img {
    width: 29vw;
  }
}

.sec-approach .card {
  grid-row: span 2;
}
.sec-approach .pict img {
  max-width: 100px;
}
@media screen and (max-width: 1080px) {
  .sec-approach .grid-container.col4 {
    grid-template-columns: 1fr 1fr;
  }
}/*# sourceMappingURL=aboutus.css.map */