@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Shippori Mincho";
  font-weight: 400;
  line-height: 1.5;
  color: #373c38;
  /* Safari */
}
body _::-webkit-full-page-media,
body _:future,
body :root .sample {
  background-color: cornflowerblue;
}

.section__container {
  position: relative;
  padding: 0 clamp(32px, (100vw - 768px) * 0.1 + 32px, 128px) clamp(48px, 8vw, 64px);
}

.section__title-sub-common,
.section__title-sub-info,
.section__title-sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: clamp(1.2px, 0.15vw, 1.74px);
  padding: clamp(5.5px, 1.2vw, 16px) clamp(12px, 2vw, 24px);
  border-radius: clamp(8px, 1vw, 20px);
}
@media screen and (max-width: 1024px) {
  .section__title-sub-common,
  .section__title-sub-info,
  .section__title-sub {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.section__title-common,
.section__title-info,
.section__title {
  font-family: "Shippori Mincho";
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: clamp(0.78px, 0.15vw, 1.74px);
  margin-block: clamp(8px, 1.5vw, 16px);
}
@media screen and (max-width: 1024px) {
  .section__title-common,
  .section__title-info,
  .section__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.section__title-text-common,
.section__title-text-info,
.section__title-text {
  font-family: "Shippori Mincho";
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: clamp(0.42px, 0.15vw, 0.66px);
}
@media screen and (max-width: 1024px) {
  .section__title-text-common,
  .section__title-text-info,
  .section__title-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.section__title-sub {
  color: #fbf6e8;
  background-color: #36563c;
}

.section__title {
  color: #373c38;
}

.section__title-text {
  color: #373c38;
}

.section__title-info {
  color: #fbf6e8;
}

.section__title-sub-info {
  color: #36563c;
  background-color: #fbf6e8;
}

.section__title-text-info {
  color: #fbf6e8;
}

.u-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-sp {
    display: block;
  }
}

.u-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .u-pc {
    display: none;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #36563c;
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  padding: clamp(13px, 1.5vw, 16px) clamp(11px, 2vw, 24px);
  border-radius: clamp(5px, 1vw, 10px);
  border: clamp(0.5px, 0.2vw, 1px) solid #36563c;
  text-decoration: none;
  background-color: transparent;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .btn {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.btn::after {
  content: "";
  position: absolute;
  right: 7px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn--outline {
  padding: 8px 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .btn--outline {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.36px;
  }
}
.btn--outline .btn__icon {
  display: inline-block;
  margin-left: 7px;
  width: 18px;
  height: 18px;
  background-image: url(../img/svg/btn_icon-outline.svg);
}

@media screen and (max-width: 1024px) {
  .btn--primary {
    font-weight: 400;
  }
}
.btn--primary .btn__icon {
  display: inline-block;
  margin-left: 7px;
  width: clamp(10px, 2vw, 18px);
  height: clamp(10px, 2vw, 18px);
  background-image: url(../img/svg/btn_icon-primary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn--secondary {
  line-height: 1.2;
}
.btn--secondary .btn__icon {
  display: inline-block;
  margin-left: 8px;
  width: clamp(10px, 1.5vw, 16px);
  height: clamp(10px, 1.5vw, 16px);
  background-image: url(../img/svg/btn_icon-secondary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn--down {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .btn--down {
    letter-spacing: 1.2px;
  }
}
.btn--down .btn__icon {
  display: inline-block;
  margin-left: 8px;
  width: clamp(20px, 3vw, 28px);
  height: clamp(20px, 3vw, 28px);
  background-image: url(../img/svg/btn_icon-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn--send {
  border: 1px solid #fbf6e8;
  color: #fbf6e8;
  line-height: 1.2;
}
.btn--send .btn__icon {
  display: inline-block;
  margin-left: 8px;
  width: clamp(10px, 2vw, 20px);
  height: clamp(10px, 2vw, 20px);
  background-image: url(../img/svg/btn_icon-send.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* ヘッダー*/
.header {
  position: fixed;
  height: 100px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header__inner {
  padding: clamp(32px, 5vw, 48px) clamp(32px, 5vw, 64px) 0 0;
}

.header__menu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: clamp(16px, 5vw, 64px);
  min-height: 0;
}

.header__menu-map {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  cursor: pointer;
}

.header__menu-map img {
  width: clamp(25px, 5vw, 40px);
  height: clamp(25px, 5vw, 40px);
  min-height: 0;
}

.header__menu-map p {
  color: #fbf6e8;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1024px) {
  .header__menu-map p {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 768px) {
  .header__menu-map p {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 1.2px;
  }
}

/* メニューアイコン */
.menu__icon {
  display: flex;
  width: clamp(50px, 10vw, 100px);
  height: clamp(50px, 10vw, 100px);
  min-height: 0;
  cursor: pointer;
}

.menu {
  position: fixed;
  top: 5% !important;
  right: 5%;
  width: 20vw;
  max-width: 500px;
  height: auto;
  border-radius: 30px;
  background: #36563c;
  color: white;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  scale: 0.2;
}
@media screen and (max-width: 1024px) {
  .menu {
    transform: translate(-50%, -50%);
    top: 13% !important;
    width: 25vw;
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    top: 15% !important;
    width: 50vw;
    max-width: 300px;
  }
}

.menu.is-active {
  visibility: visible;
}

.menu__content {
  position: relative;
  padding: 50px 32px 48px;
}
@media screen and (max-width: 1024px) {
  .menu__content {
    padding: 0 20px 32px;
  }
}

.menu__close {
  display: flex;
}
.menu__close img {
  margin-left: auto;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .menu__close img {
    width: 80px;
    height: 80px;
  }
}

.menu__title,
.menu__list li {
  color: #fbf6e8;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .menu__title,
  .menu__list li {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.48px;
  }
}

.menu__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  list-style: none;
  padding: 0;
}

.menu__sublist {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 32px);
  list-style: none;
  margin: 10px 0 20px;
  padding: 0 0 0 20px;
}

.menu__link {
  color: #fbf6e8;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .menu__link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .menu__link {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .menu__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.menu__sublink {
  font-size: 16px;
  font-size: 1rem;
  color: #fbf6e8;
  font-family: "Shippori Mincho";
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  .menu__sublink {
    color: #fbf6e8;
    font-family: "Shippori Mincho";
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 1.2px;
  }
}

.menu__sns {
  display: flex;
  gap: 20px;
  margin-top: 32px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .menu__sns {
    margin-top: 0;
  }
}

.menu__img-button {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .menu__img-button {
    margin-top: 16px;
  }
}

.menu__img-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu__img-link img {
  width: 60%;
  height: 60%;
}
@media screen and (max-width: 1024px) {
  .menu__img-link img {
    width: 50%;
    height: 50%;
  }
}

/* フッター */
.footer {
  position: relative;
  background: url("../img/footer_img.png") no-repeat center center/cover;
  padding: 4vw 8vw 2vw 8vw;
  z-index: 1;
  overflow: hidden;
}

.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #36563c 0%, rgba(54, 86, 60, 0) 100%);
  z-index: -1;
}

.footer__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .footer__wrapper {
    justify-content: space-between;
  }
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5vw;
}
@media screen and (max-width: 1024px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 857px) and (min-width: 767px) {
  .footer-container {
    gap: 8vw;
  }
}

@media (max-width: 857px) and (min-width: 767px) {
  .footer-left {
    width: 100%;
    margin-block: 2vw 0;
  }
}

.footer-title {
  color: #fbf6e8;
  font-family: "Shippori Mincho";
  font-size: clamp(14px, 4vw, 40px);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2vw;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  list-style: none;
  color: #fbf6e8;
  font-family: "Shippori Mincho";
  font-size: clamp(12px, 2.5vw, 20px);
  font-weight: 500;
  line-height: 1.2;
  margin-top: 4vw;
}
@media screen and (max-width: 1024px) {
  .footer-links {
    gap: 1vw;
  }
}

.footer-links a {
  text-decoration: none;
}
@media screen and (max-width: 420px) {
  .footer-links a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.footer-center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2vw;
  margin-inline: 5vw;
  margin-top: -100px;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .footer-center {
    margin-top: 0;
    margin-inline: 0;
  }
}
@media (max-width: 857px) and (min-width: 767px) {
  .footer-center {
    margin-inline: 0;
    margin-block: 2vw 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-center {
    margin-inline: 0;
  }
}

.footer-sub-title {
  color: #fbf6e8;
  margin-bottom: 1vw;
  font-family: "Shippori Mincho";
  font-size: clamp(13px, 2.5vw, 22px);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.footer-address {
  color: #fbf6e8;
  font-family: "Shippori Mincho";
  font-size: clamp(13px, 2.5vw, 20px);
  font-weight: 500;
  line-height: 1.2;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 1.5vw;
}

.footer-social a {
  margin: 0;
}

.footer-social img {
  width: clamp(16px, 2vw, 24px);
  height: auto;
}

.footer-right {
  text-align: right;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .footer-right {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .footer-right {
    width: 50%;
  }
}

.footer-map {
  width: 100%;
  height: auto;
}

.footer-bottom {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: auto;
  font-size: clamp(12px, 2vw, 14px);
  color: #fbf6e8;
  font-family: "Shippori Mincho";
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 4vw;
}

.header__inner--news-archive {
  background: #36563c;
}
@media screen and (max-width: 1024px) {
  .header__inner--news-archive {
    min-height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner--news-archive {
    min-height: 150px;
  }
}
@media screen and (max-width: 420px) {
  .header__inner--news-archive {
    min-height: 100px;
  }
}

.header__menu--archive {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 420px) {
  .header__menu--archive {
    align-items: center;
  }
}

.header__menu-logo--archive {
  padding: 0 0 40px 32px;
}
.header__menu-logo--archive img {
  width: 100%;
  max-width: 451px;
  aspect-ratio: 451/111;
  height: auto;
  rotate: -5deg;
}
@media screen and (max-width: 1024px) {
  .header__menu-logo--archive {
    padding: 0 0 20px 20px;
  }
  .header__menu-logo--archive img {
    max-width: 300px;
    aspect-ratio: 300/74;
  }
}
@media screen and (max-width: 420px) {
  .header__menu-logo--archive {
    padding: 0 0 10px 10px;
  }
  .header__menu-logo--archive img {
    max-width: 200px;
    aspect-ratio: 200/50;
  }
}

.header__menu-map--archive {
  display: none;
}

.news-archive {
  padding-inline: clamp(24px, 10vw, 128px);
}

.news-archive__inner {
  margin-inline: auto;
  max-width: 1184px;
  margin-block: 356px 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .news-archive__inner {
    margin-block: 256px 64px;
  }
}
@media screen and (max-width: 768px) {
  .news-archive__inner {
    margin-block: 200px 32px;
  }
}
@media screen and (max-width: 420px) {
  .news-archive__inner {
    margin-block: 150px 32px;
  }
}

.news-archive__new {
  display: flex;
  gap: 64px;
}
@media (max-width: 700px) {
  .news-archive__new {
    flex-direction: column;
    gap: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .section__container--news {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .section__container--news {
    width: 82%;
  }
}

.section__title-text--news {
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: clamp(0.42px, 0.15vw, 0.66px);
}
@media screen and (max-width: 1024px) {
  .section__title-text--news {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.news-archive__new-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-archive__new-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 16px;
}
@media screen and (max-width: 1024px) {
  .news-archive__new-content {
    padding: 0;
  }
}

.news-archive__new-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.66px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .news-archive__new-title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 8px;
  }
}

.news-archive__new-tags-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(8px, 1vw, 16px);
}

.news-archive__new-tag {
  border-radius: 10px;
  border: 1px solid #36563c;
  padding: 2px 12px;
  color: #36563c;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.42px;
}

.news-archive__new-date {
  font-family: "Work Sans";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.news-archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: clamp(32px, 5vw, 48px);
  column-gap: clamp(16px, 5vw, 48px);
  margin-block: clamp(48px, 10vw, 114px);
}
@media screen and (max-width: 1024px) {
  .news-archive__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .news-archive__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.news-archive__list-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media (max-width: 700px) {
  .news-archive__list-inner {
    flex-direction: row;
    padding-top: 16px;
  }
  .news-archive__list-inner:first-child {
    padding-top: 0;
  }
}

.news-archive__list-image {
  max-width: 350px;
  width: 100%;
}
.news-archive__list-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-archive__list-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .news-archive__list-content {
    padding: 0 16px 0 8px;
  }
}
@media screen and (max-width: 420px) {
  .news-archive__list-content {
    padding: 0;
  }
}

.news-archive__list-title {
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.48px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news-archive__list-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.news-archive__list-tags-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.news-archive__list-tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 8px;
}

.news-archive__list-tag {
  border-radius: 10px;
  border: 1px solid #36563c;
  padding: 2px 12px;
  color: #36563c;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.42px;
  color: #36563c;
}
@media screen and (max-width: 768px) {
  .news-archive__list-tag {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 3px 5px;
  }
}

.news-archive__list-date {
  color: #373c38;
  font-family: "Work Sans";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .news-archive__list-date {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.btn_news--archive {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #36563c;
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  padding: clamp(13px, 1.5vw, 16px) clamp(11px, 2vw, 24px);
  border-radius: clamp(5px, 1vw, 10px);
  border: clamp(0.5px, 0.2vw, 1px) solid #36563c;
  text-decoration: none;
  background-color: transparent;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .btn_news--archive {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.btn_news--archive .btn_news--archive__icon {
  display: inline-block;
  margin-right: 7px;
  width: 10px;
  height: 9px;
  background-image: url("../img/svg/news_archive-arrow.svg"); /* アイコン画像 */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
} /*# sourceMappingURL=news-archive.css.map */
