@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
}

.mb-xs {
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .mb-xs {
    margin-bottom: 30px;
  }
}

.mb-sm {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .mb-sm {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-sm {
    margin-bottom: 50px;
  }
}

.mb-md {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .mb-md {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-md {
    margin-bottom: 70px;
  }
}

.mb-lr {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .mb-lr {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-lr {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-lr {
    margin-bottom: 100px;
  }
}

.pd-sm {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .pd-sm {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pd-sm {
    padding: 50px 0;
  }
}

.pd-md {
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .pd-md {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1280px) {
  .pd-md {
    padding: 70px 0;
  }
}

.pd-lr {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .pd-lr {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pd-lr {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .pd-lr {
    padding: 100px 0;
  }
}

.c-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6vw;
}
@media screen and (min-width: 1280px) {
  .c-container {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container {
    padding: 0 2vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-container {
    padding: 0;
  }
}

.hero {
  position: relative;
}
.hero::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(24, 24, 24);
  opacity: 0.2;
  z-index: 10;
}
.hero .swiper {
  overflow: visible !important;
  height: 70vh;
}
@media screen and (min-width: 1024px) {
  .hero .swiper {
    height: calc(100vh - 100px);
  }
}
.hero .swiper-slide {
  overflow: hidden;
}
.hero .swiper-slide .view-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero .swiper-slide .view-sp {
    display: none;
  }
  .hero .swiper-slide .view-pc {
    display: block;
  }
}
.hero .swiper-slide-active .zoom {
  animation: zoom 4.5s forwards;
}

@keyframes zoom {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  transition: all 3s ease;
}
.clip-js.left,
.clip-js1.left,
.clip-js2.left,
.clip-js3.left {
  clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  clip-path: inset(0 0 0 100%);
}
.clip-js.top,
.clip-js1.top,
.clip-js2.top,
.clip-js3.top {
  clip-path: inset(0 0 100% 0);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  transform: translateX(-30px) scale(0.86) skew(8deg);
}
.clip-js.reveal.left, .clip-js.reveal.right, .clip-js.reveal.top, .clip-js.reveal.top-left, .clip-js.reveal.bottom, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.top-left,
.clip-js1.reveal.bottom,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.top-left,
.clip-js2.reveal.bottom,
.clip-js2.reveal.center,
.clip-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.top-left,
.clip-js3.reveal.bottom,
.clip-js3.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

.clip-js1 {
  transition: all 2.3s ease;
}

.clip-js2 {
  transition: all 4s ease;
}

.clip-js3 {
  transition: all 2s ease;
}

.clip-js-bg {
  transition: all 1.8s ease;
}
.clip-js-bg.skew {
  transition: all 1s ease;
  transform: translate(-60%, 60%);
}
.clip-js-bg.skew2 {
  transition: all 1s ease;
  transform: translate(60%, 60%);
}
.clip-js-bg.reveal.skew {
  transform: translate(0);
}
.clip-js-bg.reveal.skew2 {
  transform: translate(0);
}

.appear.up .item {
  transform: translateY(20px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  transform: translateY(20px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 1s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.5s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 3s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 3.5s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 4.5s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 5s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 5.5s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 6.5s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 7s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 7.5s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 8.5s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 9s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 9.5s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 10.5s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 11s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 11.5s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 12.5s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 13s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 13.5s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 14.5s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 15s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 15.5s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 16s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 16.5s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 17s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 17.5s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 18s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 18.5s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 19s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 19.5s;
}

.appear-l .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear-l.inview-l .item {
  opacity: 1;
  transform: none;
}
.appear-l.inview-l .item:nth-child(1) {
  transition-delay: 0.9s;
}
.appear-l.inview-l .item:nth-child(2) {
  transition-delay: 1.8s;
}
.appear-l.inview-l .item:nth-child(3) {
  transition-delay: 2.7s;
}
.appear-l.inview-l .item:nth-child(4) {
  transition-delay: 3.6s;
}
.appear-l.inview-l .item:nth-child(5) {
  transition-delay: 4.5s;
}
.appear-l.inview-l .item:nth-child(6) {
  transition-delay: 5.4s;
}
.appear-l.inview-l .item:nth-child(7) {
  transition-delay: 6.3s;
}
.appear-l.inview-l .item:nth-child(8) {
  transition-delay: 7.2s;
}
.appear-l.inview-l .item:nth-child(9) {
  transition-delay: 8.1s;
}
.appear-l.inview-l .item:nth-child(10) {
  transition-delay: 9s;
}
.appear-l.inview-l .item:nth-child(11) {
  transition-delay: 9.9s;
}
.appear-l.inview-l .item:nth-child(12) {
  transition-delay: 10.8s;
}
.appear-l.inview-l .item:nth-child(13) {
  transition-delay: 11.7s;
}
.appear-l.inview-l .item:nth-child(14) {
  transition-delay: 12.6s;
}
.appear-l.inview-l .item:nth-child(15) {
  transition-delay: 13.5s;
}
.appear-l.inview-l .item:nth-child(16) {
  transition-delay: 14.4s;
}
.appear-l.inview-l .item:nth-child(17) {
  transition-delay: 15.3s;
}
.appear-l.inview-l .item:nth-child(18) {
  transition-delay: 16.2s;
}
.appear-l.inview-l .item:nth-child(19) {
  transition-delay: 17.1s;
}
.appear-l.inview-l .item:nth-child(20) {
  transition-delay: 18s;
}
.appear-l.inview-l .item:nth-child(21) {
  transition-delay: 18.9s;
}
.appear-l.inview-l .item:nth-child(22) {
  transition-delay: 19.8s;
}
.appear-l.inview-l .item:nth-child(23) {
  transition-delay: 20.7s;
}
.appear-l.inview-l .item:nth-child(24) {
  transition-delay: 21.6s;
}
.appear-l.inview-l .item:nth-child(25) {
  transition-delay: 22.5s;
}
.appear-l.inview-l .item:nth-child(26) {
  transition-delay: 23.4s;
}
.appear-l.inview-l .item:nth-child(27) {
  transition-delay: 24.3s;
}
.appear-l.inview-l .item:nth-child(28) {
  transition-delay: 25.2s;
}
.appear-l.inview-l .item:nth-child(29) {
  transition-delay: 26.1s;
}
.appear-l.inview-l .item:nth-child(30) {
  transition-delay: 27s;
}
.appear-l.inview-l .item:nth-child(31) {
  transition-delay: 27.9s;
}
.appear-l.inview-l .item:nth-child(32) {
  transition-delay: 28.8s;
}
.appear-l.inview-l .item:nth-child(33) {
  transition-delay: 29.7s;
}
.appear-l.inview-l .item:nth-child(34) {
  transition-delay: 30.6s;
}
.appear-l.inview-l .item:nth-child(35) {
  transition-delay: 31.5s;
}
.appear-l.inview-l .item:nth-child(36) {
  transition-delay: 32.4s;
}
.appear-l.inview-l .item:nth-child(37) {
  transition-delay: 33.3s;
}
.appear-l.inview-l .item:nth-child(38) {
  transition-delay: 34.2s;
}
.appear-l.inview-l .item:nth-child(39) {
  transition-delay: 35.1s;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0fdf4;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom {
  opacity: 0;
}
.inview .img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}
.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.ac-title.is-active {
  transition: all 3s;
}
.ac-title.is-active .i_box::after {
  height: 0;
  transition: all 0.3s;
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
body {
  color: rgb(24, 24, 24);
  letter-spacing: 0.08em;
  font-size: clamp(1.4rem, 1.3rem + 0.4vw, 1.9rem);
  font-weight: 400;
  line-height: 1.7;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.superwrapper {
  overflow: hidden;
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 6vw 30px;
}
.breadcrumb li {
  color: #6b7280;
  padding-right: 10px;
  flex-shrink: 0;
}
.breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
}
.breadcrumb li a {
  color: #16a34a;
  border-bottom: 1px solid #16a34a;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .breadcrumb li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumb {
    padding: 30px 6vw 50px;
  }
  .breadcrumb li:last-child {
    max-width: none;
  }
}
@media screen and (min-width: 1500px) {
  .breadcrumb {
    padding: 30px 0 50px;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.pagination {
  margin: clamp(40px, 6vw, 80px) 0;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(2px, 1vw, 10px);
  list-style: none;
}
.pagination a.page-numbers,
.pagination span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(36px, 5vw, 48px);
  height: clamp(36px, 5vw, 48px);
  font-size: clamp(1.3rem, 1.5vw, 1.7rem);
  color: #6b7280;
  transition: color 0.2s ease;
}
.pagination a.page-numbers.current,
.pagination span.page-numbers.current {
  color: #16a34a;
  border-bottom: 2px solid #16a34a;
}
.pagination a.page-numbers.dots,
.pagination span.page-numbers.dots {
  cursor: default;
}
.pagination a.page-numbers.prev, .pagination a.page-numbers.next,
.pagination span.page-numbers.prev,
.pagination span.page-numbers.next {
  color: rgb(24, 24, 24);
}
.pagination a.page-numbers.prev::before, .pagination a.page-numbers.next::before,
.pagination span.page-numbers.prev::before,
.pagination span.page-numbers.next::before {
  content: "";
  display: block;
  width: clamp(6px, 1vw, 9px);
  height: clamp(6px, 1vw, 9px);
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}
.pagination a.page-numbers.prev::before,
.pagination span.page-numbers.prev::before {
  transform: rotate(-135deg) translate(-1px, 1px);
}
.pagination a.page-numbers.next::before,
.pagination span.page-numbers.next::before {
  transform: rotate(45deg) translate(-1px, 1px);
}
.pagination a.page-numbers:not(.current) {
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .pagination a.page-numbers:not(.current):hover {
    color: #16a34a;
  }
}

.wp-categories {
  margin-bottom: 15px;
}
.wp-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wp-categories ul li a {
  font-size: 0.8em;
  color: #6b7280;
  border: 1px solid #6b7280;
  padding: 4px 12px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .wp-categories ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1024px) {
  .wp-categories ul {
    gap: 12px;
  }
  .wp-categories ul li a {
    padding: 6px 20px;
  }
}

.p-title {
  text-align: center;
  line-height: 1.6;
}
.p-title .en {
  font-size: 0.65em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: #16a34a;
  font-style: italic;
}
.p-title .ja {
  display: block;
  padding-bottom: 12px;
  position: relative;
}
.p-title .ja::before {
  content: "";
  width: 20%;
  max-width: 100px;
  height: 5px;
  background-color: #16a34a;
  border-radius: 9999px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .p-title .ja {
    padding-bottom: 16px;
  }
}

.more-btn {
  text-align: center;
  position: relative;
}
.more-btn__link {
  background-color: #16a34a;
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #16a34a;
  border-radius: 9999px;
  z-index: 1;
}
.more-btn__link .text {
  position: relative;
  font-size: 1em;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding-right: 40px;
  position: relative;
}
.more-btn__link .text::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
}
.more-btn__link .text::after {
  content: "";
  background-color: #fff;
  position: absolute;
  margin: auto;
  width: 15px;
  height: 2px;
  top: 0;
  bottom: 0;
  right: 0;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span.bg {
  transform: scaleX(1);
  transform-origin: left;
}
.more-btn__link.slide-bg:hover span.text {
  color: #16a34a;
  position: relative;
}
.more-btn__link.slide-bg:hover span.text::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  margin: auto;
  border-top: 2px solid #16a34a;
  border-right: 2px solid #16a34a;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
}
.more-btn__link.slide-bg:hover span.text::after {
  content: "";
  background-color: #16a34a;
  position: absolute;
  margin: auto;
  width: 15px;
  height: 2px;
  top: 0;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .more-btn__link {
    padding: 15px 40px;
  }
  .more-btn__link .text {
    font-size: 1.1em;
    padding-right: 50px;
    position: relative;
  }
  .more-btn__link .text::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 0;
    transform: rotate(45deg);
  }
  .more-btn__link .text::after {
    content: "";
    background-color: #fff;
    position: absolute;
    margin: auto;
    width: 20px;
    height: 2px;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .more-btn__link.slide-bg:hover span.text {
    position: relative;
  }
  .more-btn__link.slide-bg:hover span.text::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    margin: auto;
    border-top: 2px solid #16a34a;
    border-right: 2px solid #16a34a;
    top: 0;
    bottom: 0;
    right: 0;
    transform: rotate(45deg);
  }
  .more-btn__link.slide-bg:hover span.text::after {
    content: "";
    background-color: #16a34a;
    position: absolute;
    margin: auto;
    width: 20px;
    height: 2px;
    top: 0;
    bottom: 0;
    right: 0;
  }
}

.sub-header {
  width: 100%;
  position: relative;
}
.sub-header__title {
  color: #fff;
  position: relative;
  z-index: 10;
  line-height: 1.6;
}
.sub-header__title .ja {
  font-size: 1.3em;
}
.sub-header__title .en {
  font-size: 0.9em;
  text-transform: capitalize;
  letter-spacing: 0.12em;
  display: block;
}
.sub-header .sub-img {
  height: 35vh;
  max-height: 300px;
}
.sub-header__left {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding-left: 6vw;
  display: flex;
  align-items: center;
}
.sub-header__left::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: rgba(22, 163, 74, 0.33);
  z-index: 1;
}
.sub-header__left::after {
  content: "";
  position: absolute;
  left: 0;
  width: 75%;
  height: 100%;
  background-color: rgba(22, 163, 74, 0.13);
  clip-path: polygon(0 0, 100% 0, 34% 100%, 0% 100%);
  z-index: 0;
}
.sub-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(15, 45, 24, 0.8);
  clip-path: polygon(0 0, 55% 0, 100% 100%, 0% 100%);
  width: 80%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .sub-header__title .ja {
    font-size: 1.6em;
  }
  .sub-header__title .en {
    font-size: 1.2em;
  }
  .sub-header .sub-img {
    height: 45vh;
    max-height: 450px;
  }
  .sub-header__left::before {
    width: 80%;
  }
  .sub-header__left::after {
    width: 45%;
  }
  .sub-header::before {
    width: 55%;
  }
}

.p-header {
  width: 100%;
  height: 64px;
}
.p-header .logo__img {
  display: inline-block;
  margin: 0 10px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-header .logo__img:hover {
    opacity: 0.7;
  }
}
.p-header .logo {
  height: 56px;
  width: 142px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .p-header .pc-container {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-header {
    height: 100px;
  }
  .p-header .mobile-container,
  .p-header .mobile-menu {
    display: none;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.mobile-container .mobile-button {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 200;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
  width: 64px;
  height: 64px;
  padding: 0 17.5px;
  background-color: #16a34a;
}
.mobile-container .mobile-menu__btn:focus-visible {
  outline: 2px solid #16a34a;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 28px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.7s;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .mobile-container .mobile-menu__btn {
    padding: 0 14px;
  }
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 9px;
  }
}

.pc-container {
  position: fixed;
  z-index: 9000;
  height: 100px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.pc-container__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.pc-container .pc-nav {
  display: flex;
  align-items: center;
}
.pc-container .pc-nav-list {
  display: flex;
}
.pc-container .pc-nav-item {
  font-size: 1em;
  padding: 0 1.6vw;
}
.pc-container .pc-nav-item a {
  color: rgb(24, 24, 24);
  display: inline-block;
  padding-top: 50px;
  position: relative;
}
.pc-container .pc-nav-item a::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
}
.pc-container .pc-nav-item a span {
  position: relative;
}
.pc-container .pc-nav-item a span::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #16a34a;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
.pc-container .pc-nav-item a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .pc-container .pc-nav-item a:hover span::before {
    width: 100%;
  }
}
.pc-container .pc-nav-item:nth-child(1) a::before {
  background-image: url(../images/common/head-icon1.svg);
}
.pc-container .pc-nav-item:nth-child(2) a::before {
  background-image: url(../images/common/head-icon2.svg);
}
.pc-container .pc-nav-item:nth-child(3) a::before {
  width: 48px;
  background-image: url(../images/common/head-icon3.svg);
}
.pc-container .logo__img {
  margin: 0 15px;
}
.pc-container .logo.logo-pc {
  height: 80px;
  width: 200px;
}
.pc-container .contact-btn {
  display: flex;
}
.pc-container .contact-btn .tel {
  display: grid;
  gap: 2px;
  margin: 0 25px;
}
.pc-container .contact-btn .tel li {
  display: flex;
  align-items: center;
}
.pc-container .contact-btn .tel li h3 {
  line-height: 1.2;
}
.pc-container .contact-btn .tel li h3 strong {
  font-size: 1.1em;
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
.pc-container .contact-btn .tel li h3 strong::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/common/tel-black.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.pc-container .contact-btn .tel li h3 small {
  display: block;
  font-size: 0.6em;
}
.pc-container .contact-btn .tel li h3 a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .pc-container .contact-btn .tel li h3 a:hover {
    opacity: 0.7;
  }
}
.pc-container .contact-btn .line {
  width: 120px;
  height: 100px;
  background-color: #06c755;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-container .contact-btn .line a {
  display: inline-block;
  padding-top: 50px;
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .pc-container .contact-btn .line a:hover {
    opacity: 0.7;
  }
}
.pc-container .contact-btn .line a {
  position: relative;
}
.pc-container .contact-btn .line a::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/common/line-wh.svg) no-repeat center/contain;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 1280px) {
  .pc-container .contact-btn .tel {
    align-self: center;
    gap: 8px;
  }
  .pc-container .contact-btn .tel li h3 strong {
    font-size: 1.3em;
    padding-left: 24px;
  }
  .pc-container .contact-btn .tel li h3 strong::before {
    width: 20px;
    height: 20px;
  }
  .pc-container .contact-btn .tel li h3 small {
    display: inline-block;
    font-size: 0.6em;
  }
  .pc-container .contact-btn .line {
    width: 140px;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mobile-menu__nav::-webkit-scrollbar {
  display: none;
}
.mobile-menu__list {
  width: 100%;
  text-align: center;
  padding: 100px 0 50px;
}
.mobile-menu__item {
  padding-bottom: 20px;
  border-bottom: 2px dashed #ccc;
  margin-bottom: 20px;
  font-size: 1.2em;
}
.mobile-menu__item a {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .mobile-menu__item a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .mobile-menu {
    width: 50%;
  }
  .mobile-menu__list {
    padding: 100px 0 70px;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  opacity: 1;
  pointer-events: auto;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: all 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
.menu-open .mobile-menu__btn > span {
  background-color: #fff !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(9px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-9px) rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(11px) rotate(135deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(3) {
    transform: translateY(-11px) rotate(-135deg);
  }
}

.sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s;
  background-color: #16a34a;
  padding: 8px 0;
}
.sp-navbtn__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.sp-navbtn__container li {
  width: 100%;
  padding-top: clamp(30px, 4.5vw, 45px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sp-navbtn__container li::before {
  content: "";
  width: clamp(20px, 3.5vw, 30px);
  height: clamp(20px, 3.5vw, 30px);
  background: url(../images/common/line-wh.svg) no-repeat center/contain;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
}
.sp-navbtn__container a {
  display: inline-block;
  text-align: center;
  position: relative;
  color: #fff;
}
.sp-navbtn__container a span {
  font-size: clamp(12px, 2.5vw, 16px);
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.sp-navbtn__container a strong {
  display: none;
}
.sp-navbtn__container .sp2::before,
.sp-navbtn__container .sp3::before {
  background-image: url(../images/common/tel-white.png);
}
.sp-navbtn__container .sp2 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.sp-navbtn.hide {
  transform: translateY(100%);
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .sp-navbtn {
    padding: 12px 0;
  }
  .sp-navbtn__container li {
    padding-top: 0;
  }
  .sp-navbtn__container li::before {
    display: none;
  }
  .sp-navbtn__container a {
    text-align: left;
  }
  .sp-navbtn__container a span {
    font-size: 16px;
    display: inline-block;
    padding-left: 40px;
    position: relative;
  }
  .sp-navbtn__container a span::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/common/line-wh.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .sp-navbtn__container a strong {
    display: block;
    font-size: 1.4em;
  }
  .sp-navbtn__container .sp2 span::before,
  .sp-navbtn__container .sp3 span::before {
    background-image: url(../images/common/tel-white.png);
  }
}
@media screen and (min-width: 1024px) {
  .sp-navbtn {
    display: none;
  }
}

.p-footer {
  padding: 40px 0 20px;
  background-color: #16a34a;
}
.p-footer__logo {
  text-align: center;
}
.p-footer__logo img {
  display: inline-block;
  width: 55%;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.p-footer__nav ul li {
  border-left: 1px solid #fff;
  padding-left: 15px;
}
.p-footer__nav ul li:last-child {
  border-right: 1px solid #fff;
  padding-right: 15px;
}
.p-footer__nav ul li a {
  color: #fff;
  display: block;
  line-height: 1.3;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footer__nav ul li a:hover {
    opacity: 0.7;
  }
}
.p-footer .copyright {
  text-align: center;
  font-size: 0.8em;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-footer {
    padding: 70px 0 30px;
  }
  .p-footer .c-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-footer__logo img {
    width: 100%;
    max-width: 200px;
  }
  .p-footer__nav ul {
    gap: 25px;
  }
  .p-footer__nav ul li {
    padding-left: 25px;
  }
  .p-footer__nav ul li:last-child {
    padding-right: 25px;
  }
  .p-footer__nav ul li a {
    font-size: 1.2em;
  }
  .p-footer .copyright {
    font-size: 0.9em;
  }
}

.top-view {
  position: relative;
}
.top-view__desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 30px 4vw;
  background-color: rgba(255, 255, 255, 0.8509803922);
}
.top-view__desc h2 {
  color: #16a34a;
  font-size: 1.5em;
}
.top-view__desc p {
  margin: 10px 0 15px;
}
.top-view__desc p span {
  background-color: #16a34a;
  color: #fff;
  font-weight: 700;
  padding: 5px 30px;
  border-radius: 9999px;
}
.top-view__desc h3 {
  font-size: 1em;
}
@media screen and (min-width: 600px) {
  .top-view__desc {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .top-view__desc {
    padding: 40px 6vw;
  }
  .top-view__desc h2 {
    font-size: 1.8em;
  }
  .top-view__desc h3 {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1024px) {
  .top-view__desc {
    padding: 50px 6vw;
  }
  .top-view__desc h2 {
    font-size: 2.2em;
  }
  .top-view__desc p {
    margin: 15px 0 25px;
  }
  .top-view__desc p span {
    padding: 8px 30px;
  }
  .top-view__desc h3 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1280px) {
  .top-view__desc h2 {
    font-size: 2.6em;
  }
  .top-view__desc h3 {
    font-size: 1.4em;
  }
}
.p-menu__list {
  display: grid;
  gap: 20px;
  max-width: 450px;
  margin: 0 auto;
}
.p-menu__list__item a {
  display: block;
  position: relative;
  z-index: 11;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-menu__list__item a:hover .Img img {
    transform: scale(1.1);
  }
}
.p-menu__list__item .Img {
  aspect-ratio: 2/1;
  position: relative;
  overflow: hidden;
}
.p-menu__list__item .Img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(24, 24, 24);
  opacity: 0.8;
  z-index: 1;
}
.p-menu__list__item .Img::before {
  background: linear-gradient(90deg, #16a34a 30%, transparent);
}
.p-menu__list__item .Img::after {
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 10;
}
.p-menu__list__item .Img img {
  transition: all 0.3s;
}
.p-menu__list__item .Wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  z-index: 20;
}
.p-menu__list__item .Desc {
  color: #fff;
}
.p-menu__list__item .Desc h3 {
  font-size: 1.4em;
}
.p-menu__list__item .Desc h4 {
  font-size: 1.2em;
}
.p-menu__list__item .arrow-wrap {
  width: 40px;
  height: 40px;
  background-color: #16a34a;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.p-menu__list__item .arrow {
  position: relative;
}
.p-menu__list__item .arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
}
.p-menu__list__item .arrow::after {
  content: "";
  background-color: #fff;
  position: absolute;
  margin: auto;
  width: 18px;
  height: 2px;
  top: 0;
  bottom: 0;
  right: 0;
}
.p-menu__list__item .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
}
@media screen and (min-width: 768px) {
  .p-menu__list {
    max-width: 1200px;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-menu__list__item .Wrap {
    padding: 0 3vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-menu__list {
    gap: 30px;
  }
  .p-menu__list__item .Img {
    aspect-ratio: 2/1;
  }
  .p-menu__list__item .Img::after {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
  .p-menu__list__item .Wrap {
    padding: 0 30px;
  }
  .p-menu__list__item .Desc h3 {
    font-size: 1.6em;
  }
  .p-menu__list__item .Desc h4 {
    font-size: 1.4em;
  }
  .p-menu__list__item .arrow-wrap {
    width: 60px;
    height: 60px;
  }
}

.p-feature {
  background-color: #f0fdf4;
}
.p-feature__list__item {
  margin-bottom: 40px;
}
.p-feature__list__item .Img {
  aspect-ratio: 3/2;
  max-width: 500px;
  margin: 0 auto 15px;
}
.p-feature__list__item .Desc {
  padding: 20px;
  position: relative;
  z-index: 10;
}
.p-feature__list__item .Desc::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 1;
  z-index: -1;
}
.p-feature__list__item .Desc::before {
  border: 1px solid #16a34a;
}
.p-feature__list__item .Desc::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: repeating-linear-gradient(-45deg, #86e499 0px, #86e499 3px, transparent 3px, transparent 8px);
}
.p-feature__list__item .Desc .num {
  text-transform: uppercase;
  color: #16a34a;
  font-size: 0.9em;
  position: relative;
  padding-left: 10px;
  margin-bottom: 8px;
}
.p-feature__list__item .Desc .num::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #16a34a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-feature__list__item .Desc .num strong {
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1;
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.p-feature__list__item .Desc .num strong::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #86e499;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.p-feature__list__item .Desc h3 {
  color: #16a34a;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .p-feature__list__item {
    display: flex;
    align-items: center;
  }
  .p-feature__list__item .Img {
    flex-basis: 50%;
    margin: 0;
    max-width: none;
  }
  .p-feature__list__item .Desc {
    flex-basis: 60%;
    margin-left: -10%;
    padding: 30px;
  }
  .p-feature__list__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .p-feature__list__item:nth-child(2n) .Desc {
    margin-left: 0;
    margin-right: -10%;
  }
  .p-feature__list__item:last-child {
    margin-bottom: 0;
  }
}

.p-news__item {
  padding: 20px 10px;
  border-bottom: 1px solid rgb(235, 235, 235);
}
.p-news__date {
  font-size: 0.8em;
}
.p-news .cate-item {
  display: inline-block;
  font-size: 0.8em;
  background-color: #16a34a;
  padding: 0px 15px;
  margin-left: 10px;
  color: #fff;
}
.p-news__content {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .p-news__item {
    padding: 30px 20px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .p-news__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-news__content {
    margin-top: 0;
    flex-basis: 60%;
  }
  .p-news__date {
    font-size: 0.9em;
  }
  .p-news .cate-item {
    font-size: 0.9em;
    padding: 3px 15px;
    margin-left: 10px;
  }
}

.p-contact {
  background: url(../images/home/img12.webp) no-repeat center/cover;
  position: relative;
}
.p-contact::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(24, 24, 24);
  opacity: 0.6;
  z-index: 1;
}
.p-contact .p-title {
  position: relative;
  z-index: 10;
  color: #fff;
}
.p-contact .p-title .en {
  color: #fff;
}
.p-contact__list {
  position: relative;
  z-index: 10;
}
.p-contact__list .p-contact__wrap {
  padding: 30px 30px;
  text-align: center;
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
}
.p-contact__list .p-contact__wrap:first-child {
  border-bottom: none;
}
.p-contact__list .p-contact__wrap ul {
  display: grid;
  gap: 20px;
}
.p-contact__list .p-contact__wrap ul li h3 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 1.2em;
}
.p-contact__tel {
  padding: 0 10px;
  height: 76px;
  width: 100%;
  max-width: 360px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 100;
  border-radius: 9999px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.p-contact__tel a {
  font-size: 1.6em;
  position: relative;
  padding-left: 15px;
  font-weight: 700;
}
.p-contact__tel a::before {
  position: absolute;
  top: 0;
  left: -15px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 22px;
  width: 22px;
  background-image: url(../images/common/tel-black.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-contact__tel#line {
  background-color: #06c755;
}
.p-contact__tel#line a {
  font-size: 1.3em;
  padding-left: 20px;
  color: #fff;
}
.p-contact__tel#line a::before {
  width: 24px;
  height: 24px;
  left: -20px;
  background-image: url(../images/common/line-wh.svg);
}
@media screen and (min-width: 1024px) {
  .p-contact__container {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 10;
  }
  .p-contact__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-contact__list .p-contact__wrap {
    padding: 45px 30px;
    border: none;
  }
  .p-contact__list .p-contact__wrap:first-child {
    border-right: 1px solid #fff;
  }
  .p-contact__list .p-contact__wrap .wrap-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .p-contact__list .p-contact__wrap ul {
    gap: 30px;
  }
  .p-contact__list .p-contact__wrap ul li h3 {
    margin-bottom: 15px;
    font-size: 1.4em;
  }
  .p-contact__tel {
    height: 90px;
    width: 440px;
  }
  .p-contact__tel a {
    font-size: 1.8em;
    padding-left: 17px;
  }
  .p-contact__tel a::before {
    left: -17px;
    height: 26px;
    width: 26px;
  }
  .p-contact__tel#line a {
    font-size: 1.5em;
    padding-left: 22px;
  }
  .p-contact__tel#line a::before {
    width: 30px;
    height: 30px;
    left: -22px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__list {
    max-width: 1200px;
    margin: 0 auto;
  }
}

/* ==========================================================================
   サブページ共通
   ========================================================================== */
@media screen and (min-width: 1024px) {
  .c-service .p-feature__list__item {
    justify-content: space-between;
  }
  .c-service .p-feature__list__item .Img {
    flex-basis: 48%;
  }
  .c-service .p-feature__list__item .Desc {
    flex-basis: 48%;
    margin-left: 0;
  }
  .c-service .p-feature__list__item:nth-child(2n) .Desc {
    margin-right: 0;
  }
}
.c-service.university .c-price__table {
  overflow-x: scroll;
}
.c-service.university .c-price__table table {
  width: 700px;
  max-width: none;
  margin: 0 auto;
}
.c-service.university .c-price__table table thead th:nth-child(1), .c-service.university .c-price__table table thead th:nth-child(2), .c-service.university .c-price__table table thead th:nth-child(3), .c-service.university .c-price__table table thead th:nth-child(4) {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .c-service.university .c-price__table table {
    width: 860px;
  }
}
@media screen and (min-width: 1024px) {
  .c-service.university .c-price__table {
    overflow-x: hidden;
  }
  .c-service.university .c-price__table table {
    width: 100%;
  }
}

.c-achievement .caution {
  margin-bottom: 12px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.c-achievement h3 {
  font-size: 1.2em;
  padding-left: 1.3em;
  margin-bottom: 15px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.c-achievement h3::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-color: #16a34a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .c-achievement h3 {
    font-size: 1.4em;
  }
}
.c-achievement__list {
  background-color: #f4f4f4;
  padding: 30px 20px;
  display: grid;
  gap: 10px;
}
.c-achievement__list__item {
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
.c-achievement__list__item::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #16a34a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .c-achievement__list {
    grid-template-columns: repeat(2, 1fr);
    padding: 50px 30px;
    gap: 15px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-price__table table {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.c-price__table table th,
.c-price__table table td {
  border: 1px solid #ccc;
}
.c-price__table table thead {
  background-color: #16a34a;
  color: #fff;
}
.c-price__table table thead th {
  padding: 10px 0;
}
.c-price__table table thead th:nth-child(1), .c-price__table table thead th:nth-child(2) {
  width: 35%;
}
.c-price__table table thead th:nth-child(3) {
  width: 30%;
}
.c-price__table table tbody tr:nth-child(2n) {
  background-color: #f8f9fa;
}
.c-price__table table tbody td {
  padding: 6px 0;
  text-align: center;
}
.c-price__table table tbody td strong {
  font-size: 1.1em;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .c-price__table table thead th {
    padding: 15px 0;
  }
  .c-price__table table thead th:nth-child(1), .c-price__table table thead th:nth-child(2) {
    width: 37.5%;
  }
  .c-price__table table thead th:nth-child(3) {
    width: 25%;
  }
  .c-price__table table tbody td {
    padding: 10px 0;
  }
  .c-price__table table tbody td strong {
    font-size: 1.2em;
    display: inline-block;
    margin-right: 3px;
  }
}
@media screen and (min-width: 600px) {
  .c-price__caution {
    text-align: center;
  }
}

.c-access {
  background-color: #f4f4f4;
}
.c-access__map {
  aspect-ratio: 3/2;
  margin-bottom: 20px;
}
.c-access__map iframe {
  width: 100%;
  height: 100%;
}
.c-access__desc {
  display: grid;
  gap: 15px;
}
.c-access__desc dl {
  padding-bottom: 15px;
  border-bottom: 1px solid #15803d;
}
.c-access__desc dl dt {
  font-weight: bold;
  color: #16a34a;
  font-size: 1.1em;
  margin-bottom: 8px;
}
.c-access__desc dl dd {
  line-height: 2.2;
}
.c-access__desc dl dd a {
  color: #16a34a;
  text-decoration: underline;
}
.c-access__desc dl dd .map {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
.c-access__desc dl dd .map::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/common/pin.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .c-access__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .c-access__map {
    margin-bottom: 0;
  }
  .c-access__desc {
    align-self: flex-start;
  }
}

/* ==========================================================================
   ニュース一覧
   ========================================================================== */
@media screen and (min-width: 1024px) {
  .c-news .c-container {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 66% 30%;
    gap: 0 4%;
  }
  .c-news .p-news__list {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-bottom: 0;
  }
  .c-news .pagination {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-bottom: 0;
  }
  .c-news .category-list {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .c-news .p-news__link {
    display: block;
  }
  .c-news .p-news__content {
    margin-top: 15px;
  }
}

.category-list {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.category-list h4 {
  background-color: #16a34a;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 1.1em;
  border-radius: 10px 10px 0 0;
}
.category-list ul {
  background-color: #fff;
  border: 1px solid #16a34a;
  border-radius: 0 0 10px 10px;
  display: grid;
  gap: 12px;
  padding: 20px 20px;
}
.category-list ul li {
  border-bottom: 2px dotted #6b7280;
  padding-bottom: 12px;
}
.category-list ul li a {
  display: block;
  position: relative;
  padding: 0 10px;
}
.category-list ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid rgb(24, 24, 24);
  border-right: 2px solid rgb(24, 24, 24);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .category-list {
    margin: 0;
  }
}

/* ==========================================================================
   ニュース個別記事
   ========================================================================== */
.c-news-sl__tit h2 {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 2.2;
  margin-bottom: 20px;
}
.c-news-sl__date {
  color: #6b7280;
}
.c-news-sl__contents {
  padding: clamp(40px, 6vw, 70px) 0;
  line-height: 2.5;
}
.c-news-sl__link {
  text-align: right;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #16a34a;
}
@media screen and (min-width: 1024px) {
  .c-news-sl__tit h2 {
    font-size: 1.4em;
  }
}/*# sourceMappingURL=style.css.map */