html {
  font-size: 10px;
}

body {
  font-size: 15px;
  color: #555;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 1.3rem;
  }
}
body.fixed {
  overflow: hidden;
}

.mincho {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
}

.en {
  font-family: "Outfit", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.inner {
  max-width: 1112px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding-left: 16px;
  padding-right: 16px;
}
.inner--l {
  max-width: 1232px;
}
.inner--s {
  max-width: 752px;
}

@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .pc-only {
    display: none;
  }
}

.l-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
  padding: 24px 40px;
}
@media screen and (max-width: 1079px) {
  .l-header {
    padding: 24px 12px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__logo a {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1079px) {
  .l-header__logo a {
    gap: 2px;
  }
}
.l-header__logo__img--black {
  display: none;
}
.l-header__logo__character {
  width: 45px;
  height: 45px;
}
.l-header__logo__character img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1079px) {
  .l-header__logo__character {
    width: 26px;
    height: 27px;
  }
}
.l-header.fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(24px);
  transform: translateY(-100%);
}
.l-header.fixed.transition {
  transition: transform 0.4s ease-in-out;
}
.l-header.fixed.transition.show {
  transform: translateY(0);
}
.l-header.fixed .l-header__logo__img--white {
  display: none;
}
.l-header.fixed .l-header__logo__img--black {
  display: block;
}
@media screen and (min-width: 1080px) {
  .l-header.fixed .nav-list__link,
  .l-header.fixed .nav-list__btn__text {
    color: #555;
  }
  .l-header.fixed .nav-list__link::after {
    background-color: #555;
  }
  .l-header.fixed .nav-list__contact {
    color: #40a58b;
    border-color: #40a58b;
    position: relative;
    z-index: 2;
  }
  .l-header.fixed .nav-list__contact::after {
    background-color: #40a58b;
  }
  .l-header.fixed .nav-list__contact:hover {
    color: #fff;
  }
  .l-header.fixed .nav-list__contact:hover::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 1079px) {
  .l-header.fixed::before {
    content: "";
    width: 100%;
    height: 100dvh;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s, visibility 0.4s;
    z-index: -1;
  }
  .l-header.fixed:has(.open)::before {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1079px) {
  .l-header__nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    overflow-y: scroll;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Sawarabi Mincho", serif;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
    z-index: 2;
    backdrop-filter: blur(8px);
  }
  .l-header__nav::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #7cca96;
    background: linear-gradient(0deg, rgb(124, 202, 150) 0%, rgb(64, 165, 139) 100%);
    opacity: 0.9;
    z-index: -1;
  }
  .l-header__nav::before::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/common/noise.png);
    background-position: left top;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.1;
  }
  .l-header__nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .l-header__nav .nav-list {
    flex-direction: column;
    position: relative;
    z-index: 2;
    gap: 24px;
    width: 248px;
  }
  .l-header__nav .nav-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
  }
  .l-header__nav .nav-list__item:not(:last-child):not(:nth-child(5))::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
  }
  .l-header__nav .nav-list__item:last-child {
    margin-top: 24px;
  }
  .l-header__nav .nav-list__contact {
    width: 100%;
    font-size: 1.8rem;
    height: 50px;
    border-radius: 30px;
    gap: 12px;
  }
  .l-header__nav .nav-list__link, .l-header__nav .nav-list__btn__text {
    font-size: 2rem;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .l-header__nav .nav-list__btn {
    padding: 0;
  }
  .l-header__nav .nav-list__sub {
    position: static;
    display: block;
    height: auto;
    background: transparent;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  .l-header__nav .nav-list__sub__item {
    margin-top: 20px;
  }
  .l-header__nav .nav-list__sub__item:not(:last-child) {
    border-bottom: none;
  }
  .l-header__nav .nav-list__sub__link {
    text-align: center;
    font-size: 1.5rem;
    padding: 0;
  }
}
.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 1079px) {
  .l-header__hamburger {
    display: block;
    width: 40px;
    height: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.15em;
    position: relative;
    z-index: 10;
    transition: color 0.4s ease-in-out;
  }
  .l-header__hamburger__txt {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 1rem;
    position: relative;
  }
  .l-header__hamburger__txt span {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
  }
  .l-header__hamburger__txt--menu {
    transition: transform 0.4s 0.4s ease-in-out;
  }
  .l-header__hamburger__txt--close {
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
  }
  .l-header__hamburger__line {
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.4s ease-in-out, top 0.4s 0.4s ease-in-out, transform 0.4s ease-in-out, opacity 0.4s 0.4s ease-in-out, background-color 0.4s ease-in-out;
  }
  .l-header__hamburger__line:first-child {
    top: 0;
    width: 4px;
  }
  .l-header__hamburger__line:nth-child(2) {
    width: 12px;
    top: 3px;
  }
  .l-header__hamburger__line:nth-child(3) {
    width: 20px;
    top: 6px;
  }
  .l-header__hamburger__line:nth-child(4) {
    width: 30px;
    top: 9px;
  }
  .l-header__hamburger__line:nth-child(5) {
    width: 40px;
    top: 12px;
  }
  .l-header__hamburger.active {
    color: #fff !important;
  }
  .l-header__hamburger.active .l-header__hamburger__line {
    top: 6px !important;
    width: 40px !important;
    opacity: 0;
    transition: width 0.4s ease-in-out, top 0.4s ease-in-out, transform 0.4s 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
    background-color: #fff !important;
  }
  .l-header__hamburger.active .l-header__hamburger__line:first-child {
    transform: translateX(-50%) rotate(20deg);
    opacity: 1;
  }
  .l-header__hamburger.active .l-header__hamburger__line:nth-child(2) {
    transform: translateX(-50%) rotate(-20deg);
    opacity: 1;
  }
  .l-header__hamburger.active .l-header__hamburger__txt--menu {
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out;
  }
  .l-header__hamburger.active .l-header__hamburger__txt--close {
    transition: transform 0.4s 0.4s ease-in-out;
    transform: translateY(0);
  }
}
.l-header.fixed .l-header__hamburger {
  transition: color 0.4s 0.3s ease-in-out;
  color: #555;
}
.l-header.fixed .l-header__hamburger__line {
  background-color: #555;
}
.l-header--top {
  opacity: 0;
  transition: opacity 1s 0.5s ease-in-out;
}

.start .l-header--top {
  opacity: 0;
  transition-delay: 2.5s;
}

.loaded .l-header--top {
  opacity: 1;
}

.l-footer {
  background-color: #53786f;
  color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 800px) {
  .l-footer {
    padding: 48px 0;
  }
}
.l-footer__inner {
  position: relative;
  padding-right: 460px;
}
@media screen and (max-width: 1079px) {
  .l-footer__inner {
    padding-right: 0;
  }
}
.l-footer__add {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 56px;
}
@media screen and (max-width: 800px) {
  .l-footer__add {
    flex-direction: column;
    gap: 28px;
    margin-bottom: 32px;
    align-items: flex-start;
  }
}
.l-footer__add__txt {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  .l-footer__add__txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  .l-footer__logo {
    max-width: 230px;
  }
}
.l-footer .nav-list {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
  margin-bottom: 65px;
  max-width: 644px;
  gap: 24px;
}
@media screen and (max-width: 800px) {
  .l-footer .nav-list {
    display: none;
  }
}
.l-footer__map {
  width: 100%;
  height: 312px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 48px;
}
@media screen and (min-width: 1080px) {
  .l-footer__map {
    max-width: 440px;
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .l-footer__map {
    height: 200px;
  }
}
.l-footer__bottom {
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  .l-footer__bottom {
    font-size: 1.1rem;
  }
}
.l-footer .btn2 {
  margin-bottom: 16px;
}
.l-footer__copy small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .l-footer__copy small {
    font-size: 1.1rem;
  }
}

.l-main--top {
  overflow-x: hidden;
}

.subpage-hdg {
  background: #7cca96;
  background: linear-gradient(0deg, rgb(124, 202, 150) 0%, rgb(64, 165, 139) 100%);
  padding: 120px 0 40px;
  position: relative;
  color: #fff;
}
.subpage-hdg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/common/noise.png);
  background-position: left top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.1;
}
@media screen and (max-width: 800px) {
  .subpage-hdg {
    padding-bottom: 32px;
  }
}
.subpage-hdg__inner {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 800px) {
  .subpage-hdg__inner {
    margin-bottom: 28px;
  }
}
.subpage-hdg__parent {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 800px) {
  .subpage-hdg__parent {
    gap: 8px;
  }
}
.subpage-hdg__parent::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
}
.subpage-hdg__title {
  font-size: 4.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 801px) {
  .subpage-hdg__title {
    min-height: 2em;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 800px) {
  .subpage-hdg__title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 801px) {
  .subpage-hdg__parent + .subpage-hdg__title {
    min-height: auto;
  }
}
.subpage-hdg__newscate {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.subpage-hdg__newscate .news-date {
  color: #fff;
}
.subpage-hdg .breadcrumbs-area .breadcrumbs {
  font-size: 1.2rem;
}
@media screen and (max-width: 800px) {
  .subpage-hdg .breadcrumbs-area .breadcrumbs {
    font-size: 1rem;
  }
}
.subpage-hdg .breadcrumbs-area .breadcrumbs > span {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 20px;
  overflow-x: scroll;
  scrollbar-width: none;
}
.subpage-hdg .breadcrumbs-area .breadcrumbs > span::-webkit-scrollbar {
  display: none;
}
.subpage-hdg .breadcrumbs-area .breadcrumbs > span a,
.subpage-hdg .breadcrumbs-area .breadcrumbs > span span {
  white-space: nowrap;
  flex-shrink: 0;
}
.subpage-hdg .breadcrumbs-area .breadcrumbs > span a {
  display: block;
  position: relative;
  transition: opacity 0.3s;
}
.subpage-hdg .breadcrumbs-area .breadcrumbs > span a:first-child::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/common/icn_home.svg) no-repeat center center/contain;
}
@media screen and (max-width: 800px) {
  .subpage-hdg .breadcrumbs-area .breadcrumbs > span a:first-child::before {
    width: 14px;
    height: 14px;
  }
}
.subpage-hdg .breadcrumbs-area .breadcrumbs > span a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.5;
}
@media screen and (max-width: 800px) {
  .subpage-hdg .breadcrumbs-area .breadcrumbs > span a::after {
    width: 4px;
    height: 4px;
  }
}
.subpage-hdg .breadcrumbs-area .breadcrumbs > span a:hover {
  opacity: 0.7;
}
.subpage-hdg .breadcrumbs-area .breadcrumbs_last {
  overflow: hidden;
  text-overflow: ellipsis;
}
.subpage-hdg .obj {
  position: absolute;
  backdrop-filter: blur(120px);
  background: #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  width: 484px;
  height: 176px;
  clip-path: url(#clip06);
  bottom: -24px;
  right: 0;
}
.subpage-hdg .obj::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/common/noise.png);
  background-position: left top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.15;
}
@media screen and (max-width: 800px) {
  .subpage-hdg .obj {
    width: 154px;
    height: 56px;
    right: 0;
    top: 72px;
    bottom: unset;
  }
}

.title1 {
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #40a58b;
  margin-bottom: 48px;
}
@media screen and (max-width: 800px) {
  .title1 {
    font-size: 2.4rem;
    margin-bottom: 28px;
  }
}
.title1--center {
  text-align: center;
}
.title1--white {
  color: #fff;
}

.title2 {
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #40a58b;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .title2 {
    font-size: 2rem;
    gap: 12px;
  }
}

.btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  padding: 0 48px;
  height: 63px;
  border: 1px solid #40a58b;
  border-radius: 40px;
  color: #40a58b;
  line-height: 1;
  transition: color 0.3s;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .btn1 {
    padding: 0 28px;
    height: 45px;
  }
}
.btn1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: -1;
  background: #7cca96;
  background: linear-gradient(0deg, rgb(124, 202, 150) 0%, rgb(64, 165, 139) 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
.btn1::before::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/common/noise.png);
  background-position: left top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.1;
}
.btn1::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(64, 165, 139, 0.6);
  transition: background-color 0.3s;
  flex-shrink: 0;
}
.btn1:hover {
  color: #fff;
}
.btn1:hover::before {
  opacity: 1;
}
.btn1:hover::after {
  background-color: #fff;
}
.btn1--center {
  margin: 0 auto;
}
.btn1--white {
  border-color: #fff;
  color: #fff;
}
.btn1--white::after {
  background-color: #fff;
}
.btn1--white:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn1--back {
  flex-direction: row-reverse;
}

.btn2 {
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-list__link {
  display: block;
  color: #fff;
  line-height: 1;
  position: relative;
}
.nav-list__link::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.nav-list__link:hover::after {
  transform-origin: left top;
  transform: scaleX(1);
}
.nav-list__contact {
  display: flex;
  width: 156px;
  height: 39px;
  border-radius: 20px;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 8px;
  transition: color 0.3s, background-color 0.3s;
  position: relative;
  z-index: 1;
}
.nav-list__contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: -1;
  background: #7cca96;
  background: linear-gradient(0deg, rgb(124, 202, 150) 0%, rgb(64, 165, 139) 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
.nav-list__contact::before::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/common/noise.png);
  background-position: left top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.1;
}
.nav-list__contact::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.3s;
  flex-shrink: 0;
}
.nav-list__contact:hover {
  color: #fff;
  background-color: unset;
}
.nav-list__contact:hover::before {
  opacity: 1;
}
.nav-list__contact:hover::after {
  background-color: #fff;
}
.nav-list__btn {
  position: relative;
  cursor: default;
  padding: 12px 0;
}
.nav-list__btn__text {
  display: block;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 801px) {
  .nav-list__btn:hover .nav-list__sub {
    opacity: 1;
    visibility: visible;
    height: 93px;
  }
}
.nav-list__sub {
  background: #7cca96;
  background: linear-gradient(0deg, rgb(124, 202, 150) 0%, rgb(64, 165, 139) 100%);
  position: absolute;
  border-radius: 4px;
  margin-top: 12px;
  padding: 0 12px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s, visibility 0.3s, height 0.3s;
}
.nav-list__sub::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/common/noise.png);
  background-position: left top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.1;
}
.nav-list__sub__item {
  position: relative;
  z-index: 2;
}
.nav-list__sub__item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-list__sub__link {
  display: block;
  line-height: 1;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #fff;
  padding: 16px;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  overflow: hidden;
  backdrop-filter: blur(60px);
}
.loading__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 56px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}
.loading__animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  -webkit-filter: blur(60px);
  filter: blur(60px);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
}
@media screen and (max-width: 800px) {
  .loading__animation {
    transform: scale(4);
  }
}
.loading__animation__obj {
  position: absolute;
  top: 50%;
}
.loading__animation__obj img {
  width: 100%;
}
.loading__animation__obj:first-child {
  width: 71vw;
  left: -1.4vw;
  transform: translateY(calc(-100% - 0.1vw));
  z-index: 1;
}
.loading__animation__obj:nth-child(2) {
  width: 71vw;
  left: 0;
  transform: translateY(-33%);
  z-index: 3;
}
.loading__animation__obj:nth-child(3) {
  width: 69vw;
  left: -1vw;
  transform: translateY(33%);
  z-index: 0;
}
.loading__animation__obj:nth-child(4) {
  width: 61vw;
  right: -5vw;
  z-index: 0;
  transform: translateY(calc(-100% - 6.6vw));
}
.loading__animation__obj:nth-child(5) {
  width: 71vw;
  right: -11vw;
  z-index: 1;
  transform: translateY(-53%);
}
.loading__animation__obj:nth-child(6) {
  width: 61vw;
  right: -5vw;
  z-index: 2;
  transform: translateY(25%);
}

.start .loading {
  animation: fadeout 1.5s 4s ease-in-out forwards;
}
.start .loading__inner {
  animation: loading 3s ease-in-out forwards;
}
.start .loading__animation {
  animation: fadein 2.5s 1s ease-in-out forwards;
}
@media screen and (max-width: 800px) {
  .start .loading__animation {
    animation: fadeinsp 2.5s 1s ease-in-out forwards;
  }
}
.start .loading__animation__obj {
  position: absolute;
  top: 50%;
}
.start .loading__animation__obj img {
  width: 100%;
}
.start .loading__animation__obj:first-child {
  animation: obj-l1 1s 4s ease-in forwards;
}
.start .loading__animation__obj:nth-child(2) {
  animation: obj-l2 2s 4s ease-in forwards;
}
.start .loading__animation__obj:nth-child(3) {
  animation: obj-l3 1.5s 4s ease-in forwards;
}
.start .loading__animation__obj:nth-child(4) {
  animation: obj-r1 1.5s 4s ease-in forwards;
}
.start .loading__animation__obj:nth-child(5) {
  animation: obj-r2 2s 4s ease-in forwards;
}
.start .loading__animation__obj:nth-child(6) {
  animation: obj-r2 1s 4s ease-in forwards;
}

@keyframes loading {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  30% {
    opacity: 1;
    visibility: visible;
  }
  50% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-filter: blur(60px);
    filter: blur(60px);
    transform: scale(1.1);
  }
  40% {
    -webkit-filter: blur(60px);
    filter: blur(60px);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    transform: scale(1);
  }
}
@keyframes fadeinsp {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-filter: blur(60px);
    filter: blur(60px);
    transform: scale(4);
  }
  60% {
    transform: scale(4);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    transform: scale(3);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes obj-l1 {
  0% {
    left: -1.4vw;
  }
  100% {
    left: -50vw;
  }
}
@keyframes obj-l2 {
  0% {
    left: 0;
  }
  100% {
    left: -50vw;
  }
}
@keyframes obj-l3 {
  0% {
    left: -1vw;
  }
  100% {
    left: -50vw;
  }
}
@keyframes obj-r1 {
  0% {
    right: -5vw;
  }
  100% {
    right: -50vw;
  }
}
@keyframes obj-r2 {
  0% {
    right: -11vw;
  }
  100% {
    right: -50vw;
  }
}
.clippath {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.clippath svg {
  width: 100%;
  height: auto;
}

.kv {
  position: relative;
}
.kv__copy {
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 5.6vw;
  bottom: 120px;
  display: flex;
  align-items: flex-end;
  gap: 2.2vw;
  opacity: 0;
  transition: opacity 1s 0.5s ease-in-out;
}
@media screen and (max-width: 800px) {
  .kv__copy {
    flex-direction: column;
    align-items: flex-start;
    gap: min(5.6vw, 20px);
    bottom: 151px;
  }
}
.kv__copy__main {
  display: flex;
  flex-direction: row-reverse;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.kv__copy__main__text {
  writing-mode: vertical-rl;
  font-size: 2.7vw;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 1.66vw;
}
@media screen and (max-width: 800px) {
  .kv__copy__main__text {
    font-size: min(7.2vw, 2.7rem);
    padding: 0.2em 0.6em 0;
    line-height: 1.1;
  }
}
.kv__copy__sub {
  font-size: 1.25vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .kv__copy__sub {
    font-size: min(4.2vw, 1.5rem);
  }
}
.kv__slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.kv__slider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s ease-in-out, transform 10s ease-out;
}
.kv__slider__item.active {
  opacity: 1;
  transform: scale(1.05);
}
.kv__slider__item.zooming-out {
  opacity: 0;
  transform: scale(1.05);
}
.kv__slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.1s ease-out;
}
.kv__news {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  width: 100%;
  max-width: 440px;
  opacity: 0;
  transition: opacity 1s 0.5s ease-in-out;
}
@media screen and (max-width: 800px) {
  .kv__news {
    width: calc(100% - 32px);
    right: unset;
    left: 50%;
    bottom: 24px;
    transform: translate(-50%, 100%);
  }
}
.kv__news__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media screen and (max-width: 800px) {
  .kv__news__inner {
    margin-bottom: 20px;
  }
}
.kv__news__title {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .kv__news__title {
    font-size: 1.4rem;
  }
}
.kv__news__title::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}
.kv__news__more {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding-bottom: 8px;
  color: #fff;
  position: relative;
}
.kv__news__more::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left top;
  transform: scaleX(1);
  transition: transform 0.3s;
}
.kv__news__more:hover::before {
  transform-origin: right top;
  transform: scaleX(0);
}
@media screen and (max-width: 800px) {
  .kv__news__more {
    font-size: 1.1rem;
  }
}
.kv__news__list {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  overflow: hidden;
  height: 47px;
  position: relative;
  transition: background-color 0.3s;
}
@media screen and (max-width: 800px) {
  .kv__news__list {
    height: 60px;
    border-radius: 30px;
    background-color: #fff;
  }
}
.kv__news__list:hover {
  background-color: #40a58b;
}
.kv__news__list__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.kv__news__list__item:first-child {
  position: relative;
}
.kv__news__list__link {
  display: flex;
  gap: 24px;
  color: #40a58b;
  padding: 16px 48px 16px 24px;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  transition: color 0.3s;
}
@media screen and (max-width: 800px) {
  .kv__news__list__link {
    flex-direction: column;
    gap: 4px;
    font-size: 1.2rem;
  }
}
.kv__news__list__link::before, .kv__news__list__link::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #40a58b;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}
.kv__news__list__link::before {
  transform: translateY(-50%) rotate(90deg);
}
.kv__news__list__link:hover {
  color: #fff;
}
.kv__news__list__link:hover::before, .kv__news__list__link:hover::after {
  background-color: #fff;
}
.kv__news__list__date {
  display: block;
  flex-shrink: 0;
  padding-top: 0.1em;
}
.kv__news__list__title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kv__obj {
  position: absolute;
  bottom: -276px;
  right: -165px;
  z-index: 1;
  filter: blur(10px);
  transition: filter 1.6s ease;
}
.kv__obj.show {
  filter: blur(0);
}
.kv__obj.show .obj {
  opacity: 1;
  transform: translateY(0) scale(1);
}
@media screen and (max-width: 1439px) {
  .kv__obj {
    right: unset;
    left: calc(50% + 180px);
  }
}
@media screen and (max-width: 800px) {
  .kv__obj {
    bottom: -50vw;
    left: -43vw;
  }
}
.kv .obj {
  content: "";
  width: 700px;
  height: 500px;
  clip-path: url(#clip01);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(123, 162, 133) 100%);
  opacity: 0;
  transform: translateY(10%) scale(1.4);
  transition: opacity 1s ease, transform 1.6s ease;
}
.kv .obj::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/common/noise.png);
  background-position: left top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.15;
}
@media screen and (max-width: 1439px) {
  .kv .obj {
    right: unset;
    left: calc(50% + 180px);
  }
}
@media screen and (max-width: 800px) {
  .kv .obj {
    width: 163vw;
    height: 115vw;
    bottom: -50vw;
    left: -43vw;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(85, 111, 91) 100%);
    backdrop-filter: blur(72px);
    transform: translateY(0);
    transition-delay: 0.5s;
  }
}

.start .kv__copy {
  transition-delay: 1.5s;
}
.start .kv__news {
  transition-delay: 2.5s;
}
@media screen and (max-width: 800px) {
  .start .kv .obj {
    transition-delay: 2s;
  }
}

.loaded .kv__copy {
  opacity: 1;
}
.loaded .kv__news {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .loaded .kv__obj {
    filter: blur(0);
  }
}
@media screen and (max-width: 800px) {
  .loaded .kv .obj {
    opacity: 1;
  }
}

@keyframes scrollDown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.top-company {
  padding: 120px 0 154px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .top-company {
    padding: 194px 0 216px;
  }
}
.top-company__text {
  text-align: center;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .top-company__text {
    font-size: 1.5rem;
  }
}
.top-company__iso {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: fit-content;
  margin: 0 auto 48px;
}
@media screen and (max-width: 800px) {
  .top-company__iso {
    margin-bottom: 28px;
  }
}
.top-company__iso__item {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 800px) {
  .top-company__iso__item {
    font-size: 1.2rem;
  }
}
.top-company__iso__item:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: #dddddd;
}
.top-company__obj {
  position: absolute;
  bottom: -140px;
  left: -100px;
  z-index: 1;
  filter: blur(10px);
  transition: filter 1.6s ease;
}
.top-company__obj.show {
  filter: blur(0);
}
.top-company__obj.show .obj {
  opacity: 1;
  transform: translateY(0) scale(1);
}
@media screen and (max-width: 1439px) {
  .top-company__obj {
    left: unset;
    right: calc(50% + 100px);
  }
}
@media screen and (max-width: 800px) {
  .top-company__obj {
    right: unset;
    left: 0;
    bottom: -27vw;
  }
}
.top-company .obj {
  content: "";
  width: 700px;
  height: 500px;
  clip-path: url(#clip02);
  backdrop-filter: blur(120px);
  background: #7ba285;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(123, 162, 133, 0.4) 100%);
  opacity: 0;
  transform: translateY(10%) scale(1.4);
  transition: opacity 1s ease, transform 1.6s ease;
}
.top-company .obj::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/common/noise.png);
  background-position: left top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.1;
}
@media screen and (max-width: 800px) {
  .top-company .obj {
    width: 117vw;
    height: 83vw;
  }
}

.top-service {
  position: relative;
  z-index: 2;
  background: url(../images/top/bg_business.jpg);
  padding: 96px 0;
}
@media screen and (max-width: 800px) {
  .top-service {
    padding: 56px 0;
  }
}
.top-service__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 800px) {
  .top-service__inner {
    flex-direction: column;
    gap: 48px;
  }
}
@media screen and (min-width: 801px) {
  .top-service__inner__txt {
    width: 24%;
    max-width: 320px;
    flex-shrink: 0;
  }
}
.top-service__list {
  max-width: 784px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
@media screen and (max-width: 800px) {
  .top-service__list {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.top-service__item__img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .top-service__item__img {
    border-radius: 6px;
    margin-bottom: 16px;
  }
}
.top-service__item__txt {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .top-service__item__txt {
    gap: 12px;
  }
}
.top-service__item__txt .btn1 {
  width: 100%;
}
.top-service__item .title2::before {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #40a58b;
}
@media screen and (max-width: 800px) {
  .top-service__item .title2::before {
    font-size: 1.4rem;
  }
}
.top-service__item:first-child .title2::before {
  content: "01";
}
.top-service__item:nth-child(2) .title2::before {
  content: "02";
}

.top-txtloop {
  padding: 24px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}
.top-txtloop__container {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  width: 2975px;
}
@media screen and (max-width: 800px) {
  .top-txtloop__container {
    width: 2234px;
  }
}
.top-txtloop__container:nth-child(odd) {
  animation: loop1 120s -60s linear infinite;
}
.top-txtloop__container:nth-child(even) {
  animation: loop2 120s linear infinite;
}
.top-txtloop__item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-right: 40px;
}
.top-txtloop__item p {
  flex-shrink: 0;
  font-size: 8rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ebebeb;
  padding-right: 40px;
}
@media screen and (max-width: 800px) {
  .top-txtloop__item p {
    font-size: 5.6rem;
  }
}
.top-txtloop__item__img {
  flex-shrink: 0;
  max-width: 46px;
  animation: bound 4s linear infinite;
}
.top-txtloop__item:nth-child(2) .top-txtloop__item__img {
  animation-delay: 2s;
}
.top-txtloop__item:nth-child(3) .top-txtloop__item__img {
  animation-delay: 1s;
}
.top-txtloop__item:nth-child(4) .top-txtloop__item__img {
  animation-delay: 3s;
}

@keyframes loop1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes bound {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.top-recruit {
  padding-top: 146px;
  margin-bottom: 216px;
}
@media screen and (max-width: 800px) {
  .top-recruit {
    margin-bottom: 197px;
  }
}
.top-recruit__wrap {
  width: calc(100% - 64px);
  margin: 0 auto;
  position: relative;
  border-radius: 40px;
  background: #7cca96;
  background: linear-gradient(0deg, rgb(124, 202, 150) 0%, rgb(64, 165, 139) 100%);
  padding: 96px 0 140px;
  color: #fff;
}
.top-recruit__wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/common/noise.png);
  background-position: left top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.1;
}
@media screen and (max-width: 800px) {
  .top-recruit__wrap {
    border-radius: 24px;
    width: calc(100% - 32px);
    padding: 88px 0 100px;
  }
}
.top-recruit__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 64px;
}
@media screen and (max-width: 800px) {
  .top-recruit__inner {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
    padding: 0 8px;
  }
}
.top-recruit__inner .btn1 {
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .top-recruit__inner .btn1 {
    width: 100%;
  }
}
.top-recruit__slider {
  display: flex;
  margin: 0 -32px;
}
@media screen and (max-width: 800px) {
  .top-recruit__slider {
    margin: 0 -16px;
  }
}
.top-recruit__slider__content {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding-right: 32px;
  width: 3744px;
  height: 190px;
}
@media screen and (max-width: 800px) {
  .top-recruit__slider__content {
    width: 2640px;
    height: 145px;
    gap: 20px;
    padding-right: 20px;
  }
}
.top-recruit__slider__content:nth-child(odd) {
  animation: loop1 180s -90s linear infinite;
}
.top-recruit__slider__content:nth-child(even) {
  animation: loop2 180s linear infinite;
}
.top-recruit__slider__item {
  border-radius: 8px;
  overflow: hidden;
  width: 280px;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .top-recruit__slider__item {
    width: 200px;
    border-radius: 6px;
  }
}
.top-recruit__slider__item:nth-child(even) {
  margin-top: 32px;
}
.top-recruit .obj {
  backdrop-filter: blur(120px);
  background: #7ba285;
  background: linear-gradient(0deg, rgba(123, 162, 133, 0) 0%, rgba(123, 162, 133, 0.4) 100%);
  opacity: 0;
  transition: opacity 1s ease, transform 1.4s ease;
  backdrop-filter: unset;
}
.top-recruit .obj::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/common/noise.png);
  background-position: left top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.15;
}
.top-recruit .obj--rt {
  width: 484px;
  height: 176px;
  clip-path: url(#clip03);
  transform: translateX(30%) scale(1.4);
  background: linear-gradient(180deg, rgb(226, 244, 232) 0%, rgb(131, 181, 148) 100%);
}
@media screen and (max-width: 800px) {
  .top-recruit .obj--rt {
    width: 242px;
    height: 88px;
  }
}
.top-recruit .obj--lb {
  width: 330px;
  height: 120px;
  clip-path: url(#clip05);
  background: linear-gradient(0deg, rgb(248, 255, 251) 0%, rgb(149, 197, 165) 100%);
  transform: translateX(-30%) scale(1.4);
}
@media screen and (max-width: 800px) {
  .top-recruit .obj--lb {
    width: 198px;
    height: 72px;
  }
}
.top-recruit .obj--rb {
  width: 344px;
  height: 80px;
  clip-path: url(#clip04);
  background: linear-gradient(0deg, rgb(247, 255, 250) 0%, rgb(149, 197, 165) 100%);
  transform: translateX(30%) scale(1.4);
  transition-delay: 0.2s;
}
@media screen and (max-width: 800px) {
  .top-recruit .obj--rb {
    width: 206px;
    height: 48px;
  }
}
.top-recruit__obj {
  position: absolute;
  filter: blur(10px);
  transition: filter 1.6s ease;
  z-index: 2;
}
.top-recruit__obj--rt {
  top: -84px;
  right: -178px;
}
@media screen and (max-width: 800px) {
  .top-recruit__obj--rt {
    right: -16px;
    top: -40px;
  }
}
.top-recruit__obj--lb {
  bottom: -56px;
  left: -44px;
}
@media screen and (max-width: 800px) {
  .top-recruit__obj--lb {
    bottom: -32px;
    left: -56px;
  }
}
.top-recruit__obj--rb {
  bottom: -56px;
  right: -108px;
}
@media screen and (max-width: 800px) {
  .top-recruit__obj--rb {
    bottom: -37px;
    right: -87px;
  }
}
.top-recruit__obj.show {
  filter: blur(0);
}
.top-recruit__obj.show .obj {
  opacity: 1;
  transform: translateX(0) scale(1.01);
}

.top-contact {
  background-color: #ecf8f5;
  padding: 96px 0;
  position: relative;
}
@media screen and (max-width: 800px) {
  .top-contact {
    padding: 120px 0;
  }
}
.top-contact::before {
  content: "contact us";
  color: #ecf8f5;
  font-size: min(13vw, 12rem);
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Outfit", sans-serif;
  position: absolute;
  top: 0.16em;
  width: 100%;
  text-align: center;
  transform: translateY(-100%);
  text-transform: uppercase;
}
.top-contact .inner {
  max-width: 960px;
}
.top-contact__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: #40a58b;
}
@media screen and (max-width: 800px) {
  .top-contact__inner {
    flex-direction: column;
    gap: 32px;
  }
}
.top-contact__inner__txt .title1 {
  margin-bottom: 32px;
}
@media screen and (max-width: 800px) {
  .top-contact__inner__txt .title1 {
    margin-bottom: 20px;
  }
}
.top-contact__inner__txt p {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 800px) {
  .top-contact__inner__txt p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 800px) {
  .top-contact__inner .btn1 {
    width: 100%;
  }
}

.news-date {
  color: #a6acb4;
  line-height: 1;
  font-size: 1.5rem;
}
@media screen and (max-width: 800px) {
  .news-date {
    font-size: 1.3rem;
  }
}

.news-category {
  font-size: 1.2rem;
  color: #b9b068;
  border: 1px solid #b9b068;
  background-color: #fff;
  border-radius: 20px;
  line-height: 1;
  padding: 4px 12px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 800px) {
  .news-category {
    font-size: 1.1rem;
  }
}

.page-news {
  padding: 80px 0 240px;
}
@media screen and (max-width: 800px) {
  .page-news {
    padding: 48px 0 120px;
  }
}
.page-news__inner {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 80px;
}
@media screen and (max-width: 800px) {
  .page-news__inner {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
.page-news__main .news-list {
  border-top: 1px solid #dddddd;
}
.page-news__main .news-list__item {
  border-bottom: 1px solid #dddddd;
}
.page-news__main .news-list__item--empty {
  text-align: center;
  padding: 24px 0;
}
.page-news__main .news-list__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  padding: 40px 0;
  font-weight: 500;
  transition: color 0.3s;
}
@media screen and (max-width: 800px) {
  .page-news__main .news-list__link {
    gap: 8px 12px;
    padding: 24px 0;
  }
}
.page-news__main .news-list__link:hover {
  color: #40a58b;
}
.page-news__main .news-list__title {
  width: 100%;
  font-size: 1.7rem;
}
@media screen and (max-width: 800px) {
  .page-news__main .news-list__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 801px) {
  .page-news__side__inner {
    position: sticky;
    top: 120px;
  }
}
.page-news__side__title {
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .page-news__side__title {
    margin-bottom: 16px;
  }
}
.page-news__side__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #dddddd;
  color: #a6acb4;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  transition: color 0.3s;
}
@media screen and (max-width: 800px) {
  .page-news__side__link {
    font-size: 1.4rem;
  }
}
.page-news__side__link.is-active {
  color: #40a58b;
}
.page-news__side__link.is-active::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #40a58b;
  border-radius: 50%;
}
.page-news__side__link:hover {
  color: #40a58b;
}
.page-news .wp-pagenavi {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 800px) {
  .page-news .wp-pagenavi {
    margin-top: 80px;
    justify-content: center;
  }
}
.page-news .wp-pagenavi a:not(.extend),
.page-news .wp-pagenavi span:not(.extend) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ebebeb;
  color: #40a58b;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  transition: all 0.3s;
}
.page-news .wp-pagenavi a:not(.extend).current, .page-news .wp-pagenavi a:not(.extend):hover,
.page-news .wp-pagenavi span:not(.extend).current,
.page-news .wp-pagenavi span:not(.extend):hover {
  background-color: #40a58b;
  color: #fff;
}
.page-news .wp-pagenavi a.extend,
.page-news .wp-pagenavi span.extend {
  width: 27px;
  text-align: center;
  color: #a6acb4;
  font-size: 1.3rem;
}
.page-news .btn1--back {
  margin: 60px auto 0;
}
.page-news__detail {
  display: flex;
  flex-direction: column;
  gap: 56px;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .page-news__detail {
    gap: 32px;
    font-size: 1.4rem;
  }
}
.page-news__detail h2,
.page-news__detail h3,
.page-news__detail h4,
.page-news__detail h5,
.page-news__detail h6 {
  line-height: 1.2;
  color: #40a58b;
  font-weight: 400;
  font-family: "Sawarabi Mincho", serif;
}
.page-news__detail h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 800px) {
  .page-news__detail h2 {
    font-size: 2.4rem;
  }
}
.page-news__detail h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 800px) {
  .page-news__detail h3 {
    font-size: 2rem;
  }
}
.page-news__detail h4 {
  font-size: 1.7rem;
}
@media screen and (max-width: 800px) {
  .page-news__detail h4 {
    font-size: 1.5rem;
  }
}
.page-news__detail p {
  line-height: 2;
}
.page-news__detail p a {
  text-decoration: underline;
  color: #40a58b;
}
.page-news__detail p a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/common/icn_externallink.svg);
  position: relative;
  top: 2px;
}
.page-news__detail ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.5;
}
.page-news__detail ul li {
  padding-left: 1.5em;
  position: relative;
}
.page-news__detail ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #555;
  border-radius: 50%;
  position: absolute;
  left: 0.6em;
  top: 0.7em;
}
.page-news__detail li > ul,
.page-news__detail li ol {
  margin-top: 5px;
}
.page-news__detail ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.5;
  counter-reset: number 0;
}
.page-news__detail ol > li {
  padding-left: 1.5em;
  position: relative;
  counter-increment: number 1;
}
.page-news__detail ol > li::before {
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.page-news__detail ol > li ol > li::before {
  content: counter(number, lower-alpha) ".";
}
.page-news__detail .wp-block-pullquote {
  padding: 0;
  margin: 0;
  font-size: inherit;
  text-align: left;
}
.page-news__detail blockquote {
  padding: 16px 0 16px 40px;
  line-height: 1.8;
  color: #a6acb4;
  border-left: 2px solid #40a58b;
}
.page-news__detail .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  padding: 0 48px;
  height: 63px;
  border: 1px solid #40a58b;
  border-radius: 40px;
  color: #40a58b;
  background-color: transparent;
  line-height: 1;
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}
@media screen and (max-width: 800px) {
  .page-news__detail .wp-block-button__link {
    padding: 0 28px;
    height: 45px;
  }
}
.page-news__detail .wp-block-button__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: -1;
  background: #7cca96;
  background: linear-gradient(0deg, rgb(124, 202, 150) 0%, rgb(64, 165, 139) 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
.page-news__detail .wp-block-button__link::before::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/common/noise.png);
  background-position: left top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.1;
}
.page-news__detail .wp-block-button__link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(64, 165, 139, 0.6);
  transition: background-color 0.3s;
  flex-shrink: 0;
}
.page-news__detail .wp-block-button__link:hover {
  color: #fff;
}
.page-news__detail .wp-block-button__link:hover::before {
  opacity: 1;
}
.page-news__detail .wp-block-button__link:hover::after {
  background-color: #fff;
}
.page-news__detail table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}
.page-news__detail table thead {
  border-bottom: none;
}
.page-news__detail table th,
.page-news__detail table td {
  border: 1px solid #dddddd;
  padding: 24px 4px;
  text-align: center;
}
.page-news__detail table th {
  background-color: #fafafb;
}
.page-news__detail figure img {
  border-radius: 4px;
}
.page-news__detail figure figcaption {
  line-height: 1.5;
  font-size: 1.4rem;
  margin-top: 12px;
  color: #a6acb4;
}

.page-notfound {
  padding: 80px 0 240px;
}
@media screen and (max-width: 800px) {
  .page-notfound {
    padding: 48px 0 120px;
  }
}
.page-notfound__txt {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 56px;
}
@media screen and (max-width: 800px) {
  .page-notfound__txt {
    gap: 24px;
    margin-bottom: 40px;
  }
}