@charset "UTF-8";





/* page-top__fv ------------ */


/* ============================
   FV（背景フェードスライド）
============================ */

.page-top__fv {
  position: relative;
  height: calc(100vh - 6rem);
  overflow: hidden;

  /* JSで上書きされるCSS変数 */
  --fv-bg: url('../img/fv01.jpg');
  --fv-opacity: 1;
}

/* フェード用疑似要素 */
.page-top__fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--fv-bg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  opacity: var(--fv-opacity);
  transition: opacity 1.5s ease;
  z-index: 1;
}

/* テキストエリア */
.page-top__fv-container {
  position: absolute;
  top: 45%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.page-top__fv-container-ttl {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.4;
  color: #6e0d0d;
}

.page-top__fv-container-ttl span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  padding: 1rem;
  margin: .5rem 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  font-family: "Zen Maru Gothic", sans-serif;
}

.page-top__fv-container-ttl span.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* SP対応 */
@media (max-width: 768px) {
  .page-top__fv-container {
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 2rem;
    text-align: center;
  }

  .page-top__fv-container-ttl {
    font-size: 3rem;
    line-height: 1.5;
    text-align: left;
  }

  .page-top__fv {
    height: calc(100vh - 4rem);
  }
}


/* .page-top__index01 ------------ */

.page-top__index01 {
  text-align: center;
  padding: 16rem 0rem 8rem 0;
}

.page-top__index01-text {
  font-size: 2rem;
  margin-top: 6rem;
  text-align: left;
}

@media (max-width: 768px) {

  .page-top__index01 {
    padding: 8rem 0 4rem 0;
  }

  .page-top__index01-ttl {
    font-size: 3.2rem;
  }

  .page-top__index01-text {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}



/* page-top__index02 ------------ */

.page-top__index02 {
  text-align: center;
  padding: 6rem 0px;
}

.page-top__index02-container {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem 0;
}

.page-top__index02-container-box {
  width: 47%;
  box-shadow: 3px 3px 1rem rgba(0, 0, 0, 0.25);
  background-color: #fff;
}


.page-top__index02-container-box-ttl {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
  min-height: 7rem;
}

.page-top__index02-container-box-text {
  margin-top: 2rem;
  font-size: 1.6rem;
  padding: 0 2rem;
  text-align: left;
}

.page-top__index02-container-box-btn {
  margin-top: 2rem;
  padding: 0 2rem 2rem 2rem;
}

@media (max-width: 768px) {

  .page-top__index02-container {
    flex-direction: column;
    gap: 2rem;
  }

  .page-top__index02-container-box {
    width: 100%;
  }

  .page-top__index02-container-box-ttl {
    font-size: 1.8rem;
    min-height: 3rem;
  }
}

/* page-top__index03 ------------ */

.page-top__index03 {
  text-align: center;
  padding: 6rem 0px;
}


/* page-top__newsBlogs ------------ */

.page-top__newsBlogs-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.page-top__newsBlogs-col {
  width: 48%;
}

.page-top__newsBlogs-col-ttl {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #000;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.page-top__newsBlogs-col-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 4rem;
}

.page-top__newsBlogs-col-list-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.page-top__newsBlogs-col-list-item-link-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.page-top__newsBlogs-col-list-item-link-day {
  font-size: 1.4rem;
  color: #666;
}

.page-top__newsBlogs-col-list-item-link-tab {
  font-size: 1.4rem;
  color: #999;
}

.page-top__newsBlogs-col-list-item:first-of-type {
  padding: 1rem 0;
  border-top: .2rem solid #e6e6e6;
  border-bottom: .2rem solid #e6e6e6;
}

.page-top__newsBlogs-col-list-item {
  padding: 1rem 0;
  border-bottom: .2rem solid #e6e6e6;
}

.page-top__newsBlogs-col-list-item-link-text {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: .5rem;
}

.page-top__newsBlogs-col-more-wrap {
  margin-top: 4rem;
}

.page-top__newsBlogs-col-more {
  margin: auto;
  display: block;
  max-width: 100%;
  width: 100%;
  border: 1px solid;
  font-size: 1.6rem;
  color: #6e0d0d;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #6e0d0d;
  text-align: center;
  padding: 2rem;
  transition: .3s;
}

.page-top__newsBlogs-col-more:hover {
  background-color: #6e0d0d;
  color: #fff;
}


@media (max-width: 768px) {
  .page-top__newsBlogs-col {
    width: 100%;
  }
}


/* page-top__index03 ------------ */

.page-top__index03-text {
  margin-top: 4rem;
  font-size: 2rem;
  text-align: left;
}

.page-top__index03-btn {
  margin-top: 8rem;
  text-align: center;
}

@media (max-width: 768px) {
  .page-top__index03-text {
    margin-top: 4rem;
    font-size: 1.6rem;
    text-align: left;
  }
}