@charset "UTF-8";
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
//  メインビジュアル
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.mainvisual {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
  height: 100vh;
}

.mainvisual-inner {
  background-image: url(../images/mainvisual_sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  animation: zoomOut 4s ease-out forwards;
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .mainvisual-inner {
    background-image: url(../images/mainvisual.webp);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
svg {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: -24%;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  svg {
    width: 75%;
    right: -12%;
  }
}
.left-part,
.right-part {
  will-change: clip-path;
}

#clip-left-rect,
#clip-right-rect {
  transition: width 1.5s ease-out;
}

.svg-wrapper.animate #clip-left-rect {
  width: 100%;
  transition-delay: 1s;
}

.svg-wrapper.animate #clip-right-rect {
  width: 100%;
  transition-delay: 1s;
}

.image-container {
  position: absolute;
  bottom: 3%;
  left: 3%;
  width: 80%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .image-container {
    width: 40%;
  }
}
@keyframes revealImage {
  from {
    opacity: 0;
    transform: translateX(-10%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.masked-image img {
  width: 100%;
  height: auto;
  opacity: 0;
  transform: translateX(-10%);
  will-change: transform, opacity;
  transition: none !important;
}

.masked-image.reveal img {
  animation: revealImage 1s ease forwards;
}

.scroll-icon {
  position: absolute;
  display: grid;
  justify-items: center;
  bottom: 10%;
  right: 3%;
  width: clamp(3.75rem, 2.386rem + 6.82vw, 7.5rem);
}
@media screen and (min-width: 768px) {
  .scroll-icon {
    bottom: 3%;
  }
}
.scroll-icon span {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  color: #fff;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
//  イントロダクション
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.introduction {
  position: relative;
  background-image: url("../images/bg_intro.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 120px 24px 160px;
}
@media screen and (min-width: 768px) {
  .introduction {
    background-position: top 60% center;
    padding: 160px 64px 600px;
  }
}
@media screen and (min-width: 1600px) {
  .introduction {
    background-position: top 60% center;
  }
}

.introduction-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0756b2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  z-index: 1;
}

.introduction-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 2.4;
  color: #fff;
}
.introduction-content h2 {
  font-size: clamp(1.375rem, 0.846rem + 2.65vw, 2.5rem);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .introduction-content h2 {
    text-align: center;
  }
}

.introduction-text {
  display: grid;
  gap: 40px;
  margin-top: 64px;
  font-size: clamp(0.875rem, 0.816rem + 0.29vw, 1rem);
  text-align: justify;
}
@media screen and (min-width: 1000px) {
  .introduction-text {
    text-align: center;
  }
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
//  ニュース
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.news {
  position: relative;
  padding: clamp(4rem, 2.545rem + 7.27vw, 8rem) clamp(1.5rem, -1.591rem + 15.45vw, 10rem);
  background-color: #fff;
  border-radius: 60px 60px 0 0;
  transition: transform 0.5s ease;
  margin-top: -100px;
  z-index: 1;
}

.news-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 1000px) {
  .news-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

.news-title h2 {
  font-size: clamp(2rem, 1.455rem + 2.73vw, 3.5rem);
  line-height: 1;
}
.news-title span {
  font-weight: 600;
  font-size: clamp(1rem, 0.824rem + 0.88vw, 1.375rem);
}
.news-title span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 21px;
  height: 14px;
  background-image: url(../images/icon_fcw.svg);
}

.accordion {
  display: grid;
  gap: clamp(2rem, 1.273rem + 3.64vw, 4rem);
  max-width: 740px;
}

.accordion-item {
  border-bottom: 1px solid #e3e3e3;
}

.accordion-title {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  cursor: pointer;
}
.accordion-title h3 {
  font-weight: 500;
  flex-basis: 92%;
}
.accordion-title h3 span {
  font-size: 12px;
  color: #999999;
}

.accordion-content {
  overflow: hidden;
  height: 0;
  opacity: 0;
  margin-top: clamp(2rem, 1.273rem + 3.64vw, 4rem);
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  transition: transform 0.5s ease;
  text-align: justify;
}
.accordion-content p a {
  text-decoration: underline;
  color: #0756b2;
}
.accordion-content p a::after {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 16px;
  height: 20px;
  margin-left: 4px;
}

.accordion-icon {
  max-width: 32px;
  flex-basis: 8%;
}
.accordion-icon__image {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
//  事業内容
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.about {
  background-color: #dbe5f0;
  background-image: url(../images/bg_hougan.webp);
  background-position: top left;
  background-size: 30px;
  padding: clamp(3.5rem, 2.409rem + 5.45vw, 6.5rem) 0;
}

.about-item {
  position: relative;
}

.about-image {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about-image {
    width: 70%;
  }
}

.about-title {
  position: absolute;
  top: 8px;
  left: 0;
  display: flex;
  gap: clamp(1rem, 0.636rem + 1.82vw, 2rem);
}
@media screen and (min-width: 768px) {
  .about-title {
    top: auto;
    bottom: 10%;
  }
}
.about-title h2 {
  background-color: #fff;
  font-size: clamp(1.25rem, 0.068rem + 5.91vw, 4.5rem);
  line-height: 1;
  padding: 0 32px 0 clamp(1.5rem, 0.409rem + 5.45vw, 4.5rem);
}
@media screen and (min-width: 1440px) {
  .about-title h2 {
    font-size: 5vw;
  }
}
.about-title span {
  display: inline-block;
  background-color: #fff;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
  padding: 0 32px 0 clamp(1.5rem, 0.409rem + 5.45vw, 4.5rem);
  margin-top: clamp(0.25rem, 0.114rem + 0.68vw, 0.625rem);
}
@media screen and (min-width: 1440px) {
  .about-title span {
    font-size: 1.5277777778vw;
  }
}
.about-title span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 21px;
  height: 14px;
  background-image: url(../images/icon_fcw.svg);
}

.about-link {
  width: clamp(2.5rem, 0.682rem + 9.09vw, 7.5rem);
  transform: rotate(-90deg);
}/*# sourceMappingURL=home.css.map */