@charset "utf-8";
/* MV
----------------------------------------------------------------------------------------------------*/
.mv-top {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  background-color: #FFF;
  margin-top: 14rem;
  padding-bottom: calc(620 / 1920 * 100%);
}
.mv-top__bg {
  position: absolute;
}
.mv-top__title {
  position: absolute;
  left: calc(80 / 1920 * 100%);
  bottom: calc(80 / 620 * 100%);
  color: #FFF;
  font-size: 5rem;
  font-weight: 700;
  text-align: left;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.change-time5 {
  animation-duration: 5s;
}
@media screen and (max-width: 1024px) {
  .mv-top {
    margin-top: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-top {
    padding-bottom: calc(310 / 375 * 100%);
    min-height: 31rem;
    margin-top: 8.5rem;
    overflow-x: hidden;
  }
  .mv-top img {
    min-height: 31rem;
    object-fit: cover;
  }
  .mv-top__title {
  left: calc(20 / 375 * 100%);
  bottom: calc(20 / 310 * 100%);
    font-size: 2.4rem;
  }
}
/* Section - Common
----------------------------------------------------------------------------------------------------*/
.main {
  text-align: left;
}
.sec-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 0.3rem solid #00839E;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  color: #00839E;
  font-size: 4.8rem;
  font-weight: 700;
}
.sec-title__text {
  margin-bottom: 3rem;
  font-size: 2rem;
  text-align: left;
  line-height: 1.75;
  font-feature-settings: "palt"1;
  -webkit-text-size-adjust: 100%;
}
.sec-link__button {
  display: inline-block;
  width: 28.4rem;
  background: #00B2A9;
  border-radius: 9999px;
  overflow: hidden;
  transition: background-color 0.3s ease;
  text-align: center;
}
/* aタグ全体を中央寄せでレイアウト */
.sec-link__button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 3rem;
  color: #fff;
  font-size: 2rem; /* フォントサイズ変更 */
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  gap: 1rem;
  width: 100%;
}
/* テキスト部分 */
.sec-link__button .text {
  display: inline-block;
}
/* CSSで作る白い三角形の矢印 */
.sec-link__button .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.9rem solid #fff;
}
/* ボタン本体に影と持ち上げ */
.sec-link__button:hover {
  background-color: #008B83;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
/* アニメーションをなめらかに */
.sec-link__button {
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
/* 矢印が右にスライドする */
.sec-link__button .arrow {
  transition: transform 0.3s ease;
}
.sec-link__button:hover .arrow {
  transform: translateX(4px);
}
@media screen and (max-width: 1367px) {
  .sec-title__copy {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .sec-title__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-title {
    margin: 0 auto 2rem;
    font-size: 2.4rem;
  }
  .sec-title img {
    width: 1.5rem;
  }
  .sec-title__text {
    font-size: 1.6rem;
  }
  .sec-link__button {
    display: block;
    margin: 0 auto;
  }
  .sec-link__button a {
    width: 24rem;
  }
}
/* Section service
----------------------------------------------------------------------------------------------------*/
.sec-service {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  width: min(84vw, 136rem);
  margin: 15rem auto;
}
.sec-service__left, .sec-service__right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec-service {
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    max-width: 100%;
    margin: 5rem auto;
    padding: 0;
  }
  .sec-service__left, .sec-service__right {
    width: 100%;
  }
}
/* Section News
----------------------------------------------------------------------------------------------------*/
.sec-news {
  width: 100%;
  margin-bottom: 14.5rem;
}
.sec-news__body {
  width: min(90vw, 80rem);
  margin: 0 auto;
}
.newsList {
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.newsList {
  list-style-type: none;
}
.newsList li {
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #F0F0F0;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
}
.newsList li .label {
  background: #006666;
  padding: 0;
  margin-right: 2rem;
  width: 10.9rem;
  border-radius: 0;
  text-align: center;
}
.newsList li .link {
  display: block;
  padding: 1rem 0;
}
.newsList .note {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  word-wrap: break-word;
}
.newsList .date {
  width: 22.7rem;
  margin-right: 1rem;
  word-wrap: break-word;
}
/* ニュース ラベル */
.chip__notice::after {
  content: "お知らせ";
  background: #006666;
  border-radius: 3rem;
  padding: 0.2rem 2rem;
  margin: 0 0 0 2rem;
  color: #FFF;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sec-news {
    flex-direction: column;
    width: calc(100% - 3rem);
    background: none;
    padding: 0;
    margin: 3rem auto 7rem;
    text-align: left;
  }
  .newsList {
    max-width: 100%;
    margin: 0 0 3rem;
  }
  .newsList li .link {
    padding: 1.5rem 1rem;
  }
  .newsList li .label {
    padding: 0;
    margin-right: 0;
    width: 12rem;
    font-size: 1.8rem;
  }
  .newsList .note {
    display: block;
    margin-top: 1rem;
    font-size: 1.8rem;
    letter-spacing: 0;
    vertical-align: top;
    word-wrap: break-word;
  }
  .newsList .date {
    margin-right: 0;
    font-size: 1.8rem;
  }
}

/*-------------------------------
ニュース　リンク
-------------------------------*/
.link {
  padding: 20px 0 20px 10px !important;
}
.link a {
  text-decoration: none;
  display: block;
}
.link:has(a) {
  transition: 0.3s;
}
.link:has(a):hover {
  background: #e4ffcb;
}

















