@charset "UTF-8";
/* ----------------------------------------------------------
   #GLOBAL
---------------------------------------------------------- */
/* メインビジュアル 
----- page/top-page/_mv ----- */
.tp-mv {
  margin-top: 80px;
}

.mv-grid {
  display: flex;
}
@media screen and (max-width: 768px) {
  .mv-grid {
    flex-direction: column-reverse;
  }
}

.mv-grid_left {
  width: 45%;
  background: url("../img/mv-bg.jpg") top center/cover no-repeat;
  padding: 30px 15px;
}
@media screen and (max-width: 768px) {
  .mv-grid_left {
    width: 100%;
  }
}

.mv-logo {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.mv-logo figure {
  width: 100%;
  height: 100%;
}
.mv-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mv-txt-01 {
  width: 380px;
  margin: 0 auto;
}

.mv-txt-02-1 {
  width: 145px;
}

.mv-txt-02-2 {
  width: 100px;
}

.mv-txt-03 {
  width: 425px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .mv-logo-sp {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv-txt-01 {
    width: 295px;
  }
  .mv-txt-02-1 {
    width: 110px;
  }
  .mv-txt-02-2 {
    width: 80px;
  }
  .mv-txt-03 {
    width: 330px;
  }
}
.mv-copy-grid {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  justify-content: center;
}

.mv-grid_right {
  width: 55%;
}
.mv-grid_right figure {
  width: 100%;
  height: 100%;
}
.mv-grid_right figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mv-grid_right {
    width: 100%;
    height: 600px;
    position: relative;
  }
  .mv-grid_right .mv-logo {
    max-width: 280px;
    max-height: 280px;
    width: 100%;
    height: 100%;
  }
  .mv-grid_right .mv-logo img {
    object-fit: contain;
  }
}

.tp-about-catch {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .tp-about-catch {
    font-size: 2rem;
  }
}

.tp-about-sub {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .tp-about-sub {
    font-size: 1.5rem;
    text-align: left;
  }
}

.tp-about-slide {
  width: 100%;
  overflow: hidden;
}
.tp-about-slide__item figure {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .tp-about-slide__item figure {
    margin: 0;
  }
}
.tp-about-slide__item img {
  width: 100%;
  height: auto;
}
.tp-about-slide__item .is-up {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .tp-about-slide__item .is-up {
    padding-bottom: 0;
  }
}
.tp-about-slide__item .is-down {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .tp-about-slide__item .is-down {
    padding-top: 0;
  }
}
.tp-about-slide__item .slick-track {
  display: flex !important;
  align-items: stretch;
}
.tp-about-slide__item .slick-slide {
  height: auto;
}

.ttl-2 {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl-2 {
    font-size: 2.4rem;
  }
}

.sub-ttl-2 {
  height: 20px;
  object-fit: cover;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sub-ttl-2 {
    height: 15px;
  }
}
.sub-ttl-2::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  height: 10px;
  background: url("../img/ttl-deco.svg") top center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sub-ttl-2::after {
    width: 120px;
    height: 8px;
  }
}

.tp-message__name {
  display: flex;
  justify-content: center;
}
.tp-message__name p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.25em;
}
.tp-message__name p small {
  font-size: 1.2rem;
  display: block;
  letter-spacing: normal;
}

.tp-message__txt {
  font-size: 1.6rem;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .tp-message__txt {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .tp-message .u-grid {
    flex-direction: column-reverse;
  }
}
.tp-history {
  position: relative;
  background-color: #d4efdf;
}
.tp-history::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../img/history-top.svg") top center/cover no-repeat;
}
.tp-history::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../img/history-bottom.svg") top center/cover no-repeat;
}

.tp-history__inner {
  position: relative;
  padding: 130px 15px 190px;
}
.tp-history__inner::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1100px;
  width: calc(100% - 15px);
  height: 120px;
  background: url("../img/history-top-deco.svg") top center/contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tp-history__inner::before {
    height: 100px;
    background: url("../img/history-top-deco-sp.svg") top center/contain no-repeat;
  }
}
.tp-history__inner::after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1100px;
  width: calc(100% - 15px);
  height: 120px;
  background: url("../img/history-bottom-deco.svg") top center/contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tp-history__inner::after {
    height: 100px;
    background: url("../img/history-bottom-deco-sp.svg") top center/contain no-repeat;
  }
}

/* アコーディオンのトリガー部分 */
.history-list__item {
  position: relative;
  display: flex;
  gap: 60px;
  align-items: center;
  cursor: pointer;
  max-width: 500px;
  width: 100%;
  margin: 60px auto 0;
  padding-left: 60px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .history-list__item {
    max-width: 400px;
  }
}
.history-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../img/history-deco.svg") top center/contain no-repeat;
  width: 80px;
  height: 80px;
  z-index: -1;
}
.history-list__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: linear-gradient(#28b05e, #28b05e) center/100% 2px no-repeat, linear-gradient(#28b05e, #28b05e) center/2px 100% no-repeat;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .history-list__item::after {
    width: 20px;
    height: 20px;
  }
}
.history-list__item.is-active::after {
  background: linear-gradient(#28b05e, #28b05e) center/100% 2px no-repeat, linear-gradient(#28b05e, #28b05e) center/2px 0% no-repeat;
  transform: translateY(-50%) rotate(180deg);
}

.year-01 {
  font-size: 2.8rem;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .year-01 {
    font-size: 2.4rem;
  }
}

.year-02 {
  font-size: 1.6rem;
  color: #000;
  font-weight: 500;
}

.history-list__content {
  padding: 0 20px;
  display: none;
}
.history-list__content ul li {
  display: flex;
  gap: 25px;
  font-size: 1.6rem;
  margin-bottom: 18px;
}
.history-list__content ul li span {
  display: block;
  white-space: nowrap;
  flex-shrink: 0;
  width: 5.5em;
}
.history-list__content ul li p {
  flex-grow: 1;
}
.history-list__content .u-grid .col {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .history-list__content {
    margin-top: 30px;
  }
  .history-list__content .u-grid .col {
    margin-top: 0;
  }
}

.history-slide {
  margin: 20px -10px 0;
}
.history-slide__item {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .history-slide__item {
    margin: 0 5px;
  }
}

.news-list__link {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.news-list__link:hover {
  opacity: 0.7;
}

.history-slide__item time {
  display: block;
}

.news-list__label p {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  padding: 2px 8px 2px 25px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  line-height: normal;
}
.news-list__label p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 10px;
  height: 10px;
  background: url("../img/news-cate.svg") top center/contain no-repeat;
}
.news-list__label time {
  font-size: 1.3rem;
  color: #000;
  margin-left: 10px;
}

.news p {
  background-color: #28b05e;
}

.event p {
  background-color: #bcd400;
}

.news-list__ttl {
  font-size: 1.8rem;
  color: #000;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .news-list__ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.news-list__item {
  padding: 20px 0;
  border-bottom: 1px solid #d2d2d2;
  max-width: 800px;
  margin: 0 auto;
}

.news-list__img {
  max-width: 200px;
  aspect-ratio: 4/3;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-list__img {
    max-width: 110px;
  }
}
.news-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ページトップへ戻るボタン */
.c-page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}
.c-page-top::before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: url("../img/top-arrow.svg") center center/contain no-repeat;
  transition: translate 0.3s ease;
}
.c-page-top:hover::before {
  translate: 0 -6px;
}
@media screen and (max-width: 768px) {
  .c-page-top {
    bottom: 20px;
    right: 20px;
  }
}/*# sourceMappingURL=index.css.map */