@charset "UTF-8";

/* ===== mv ===== */
.cmn-sub-mv {
  position: relative;
}
.cmn-sub-mv-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.cmn-sub-mv .inr {
  color: var(--color-navy);
  font-family: var(--font-zenmaru);
  font-weight: 700;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: nowrap;
}
.cmn-sub-mv-ttl {
  font-size: 46px;
  flex-shrink: 0;
}
.cmn-sub-mv-txt {
  font-size: var(--fs-20);
  line-height: 2;
}
.cmn-sub-mv .wave-bg {
  bottom: -10px;
}
@media screen and (max-width: 1300px) {
  .cmn-sub-mv-ttl {
    font-size: var(--fs-36);
  }
  .cmn-sub-mv .wave-bg {
    bottom: -1px;
  }
}
@media screen and (max-width: 960px) {
  .cmn-sub-mv .inr {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-sub-mv .inr {
    flex-direction: column;
    gap: 16px;
  }
  .cmn-sub-mv-txt {
    font-size: var(--fs-18);
    line-height: 1.7;
  }
}
/* ===== cmn-block ===== */
.cmn-block {
  background-color: var(--color-white);
  max-width: 1400px;
  margin: 0 auto;
}
.cmn-block .copy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 5%;
  width: 100%;
  background-color: var(--color-skyblue);
  font-family: var(--font-zenmaru);
  font-weight: 700;
  font-size: var(--fs-22);
  text-align: center;
  color: var(--color-white);
}
.cmn-block .copy::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 100%;
  transform: translateX(50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid var(--color-skyblue);
  border-bottom: none;
}
.cmn-block .copy .copy-img {
  position: absolute;
  width: 46px;
  object-fit: contain;
  z-index: 1;
  bottom: 0;
  left: 30%;
  transform: translateY(50%);
}
.cmn-block .copy.right .copy-img {
  left: auto;
  right: 30%;
}
.cmn-block .content {
  padding: 64px 172px 80px;
  width: 100%;
}
.cmn-block .content .desc {
  font-size: var(--fs-18);
  line-height: 2.5;
  font-weight: 700;
  text-align: center;
  color: var(--color-navy);
}
@media screen and (max-width: 1500px) {
  .cmn-block {
    margin-left: 5%;
    margin-right: 5%;
  }
  .cmn-block .content {
    padding: 64px 64px 80px 64px;
  }
}
@media screen and (max-width: 960px) {
  .cmn-block .copy {
    padding: 32px 5%;
    font-size: var(--fs-20);
  }
  .cmn-block .copy .copy-img {
    width: 36px;
    left: 20%;
  }
  .cmn-block .copy.right .copy-img {
    right: 20%;
  }
  .cmn-block .content .desc {
    text-align: justify;
    line-height: 2;
  }
  .cmn-block .content {
    padding: 40px 5% 64px 5%;
  }
}
@media screen and (max-width: 600px) {
  .cmn-block .copy {
    padding: 12px 5%;
  }
  .cmn-block .copy::before {
    border-top: 8px solid var(--color-skyblue);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  .cmn-block .copy .copy-img {
    width: 24px;
  }
}
/* ===== archive ===== */
.archive-list {
  background-color: var(--color-white);
  padding: 56px 48px;
  border-radius: 30px;
}
.archive-list .archive-item {
  padding: 16px 0;
  position: relative;
  border-bottom: 1px solid var(--color-gray2);
}
.archive-list .archive-item:first-child {
  padding-top: 0;
}
.archive-list .archive-item .link {
  padding-left: calc(16px + 8px);
  align-items: center;
  position: relative;
}
.archive-list .archive-item .link::before {
  content: "▶";
  color: var(--color-skyblue);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.archive-list .archive-item .date {
  font-size: var(--fs-14);
  color: var(--color-skyblue);
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-right: 16px;
}
.archive-list .archive-item h3 {
  font-weight: 500;
}

.archive-list .pagination-wrap ul {
  display: flex;
  justify-content: center;
  gap: 16px;
  text-align: center;
  margin-top: 24px;
}
.archive-list .pagination-wrap a {
  color: var(--color-skyblue);
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .archive-list {
    padding: 32px 24px;
  }
  .archive-list .archive-item {
    padding: 12px 0;
  }
}
/* ===== single ===== */
.single-content .single-ttl {
  font-size: var(--fs-20);
  font-weight: 700;
  color: var(--color-navy);
}
.single-content a {
  display: initial;
  margin: auto;
  padding: 8px 16px;
}
/* ===== news ===== */
.news-list {
  flex: 1;
  gap: 40px;
}
.news-item {
  width: calc(33.333% - 26.666px);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-item:hover {
  transform: translateY(0);
}
.news-item .img-wrap {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 440 / 280;
  overflow: hidden;
  border-radius: 15px;
}
.news-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.news-item:hover img {
  transform: scale(1.02);
}
.news-item .body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news-item .date-wrap {
  gap: 20px;
  align-items: center;
}
.news-item .category {
  display: inline-block;
  font-size: var(--fs-12);
  color: var(--color-white);

  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 8px 24px;
}
.news-item .category.news01 {
  background-color: var(--color-green);
}
.news-item .category.news02 {
  background-color: var(--color-orange);
}
.news-item .date {
  color: var(--color-skyblue);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 8px;
}
.news-item .ttl {
  color: var(--color-navy);
  font-size: var(--fs-18);
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}
.news-item .txt {
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: rgba(75, 167, 209, 0.1);
  padding: 10px 0;
  width: 100%;
  color: var(--color-skyblue);
  font-size: var(--fs-14);
  letter-spacing: 0.04em;
  font-weight: 700;
}
.news-item .btn img {
  width: 13px;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}
.news-item:hover .btn img {
  transform: translate(4px, 0);
}
@media screen and (max-width: 1100px) {
  .news-list {
    gap: 40px 20px;
  }
  .news-item {
    width: calc(33.333% - 13.333px);
  }
  .news-item .category {
    padding: 8px;
  }
}
@media screen and (max-width: 960px) {
  .news-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .news-item {
    width: 100%;
    flex-direction: row;
  }
  .news-item:first-child::after {
    width: 100%;
    height: 1px;
    top: calc(100% + 20px);
    right: auto;
  }
  .news-item img {
    width: 50%;
    aspect-ratio: 16 / 9;
  }
}
@media screen and (max-width: 600px) {
  .news-item {
    flex-direction: column;
    gap: 12px;
  }
  .news-item img {
    width: 100%;
  }
  .news-item .body {
    gap: 8px;
  }
}

/* ===== crmb-list ===== */
.crumb-list {
  font-size: var(--fs-14);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 0;
}
.crumb-list li {
  display: inline-block;
  vertical-align: middle;
}
.crumb-list li:not(:last-child)::after {
  content: "＞";
  margin-left: 8px;
  margin-right: 8px;
  vertical-align: middle;
}
.crumb-list li.current {
  color: var(--color-navy);
}
.crumb-list li a {
  display: inline-block;
}
