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

main {
  background-color: #f7f7f7;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", sans-serif;
}

option {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
  color: #000;
}

a:focus-visible {
  opacity: 0.7;
  transition: opacity 1s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 1;
    transition: opacity 1s;
  }
}
li {
  list-style: none;
}

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

.wrapper {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}

.container {
  width: 78.125%;
  margin-inline: 10.9375%;
}
@media screen and (max-width: 600px) {
  .container {
    width: 90.6666666667%;
    margin-inline: auto;
  }
}

address {
  font-style: normal;
}

input[type=checkbox]:hover {
  cursor: pointer;
}

.containar {
  width: 83.3333333333%;
  margin-inline: 8.3333333333%;
}

@font-face {
  font-family: "mobo";
  src: url("../fonts/MOBO-Font11/MOBO-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
.fv__body {
  width: 100%;
  aspect-ratio: 16/9; /* 1920:1080 */
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .fv__body {
    margin-top: 50px;
  }
}

.fv__body--img-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 20%; /* 20% */
  height: 25%; /* 25% */
  z-index: 6;
}

.fv__body--img-first .fv__body--img {
  position: absolute;
}
.fv__body--img-first .fv__body--img:nth-child(1) {
  background-image: url(../image/_S0A5567.webp);
  left: 0%;
  top: 25%; /* 25% */
  width: 20%; /* 20% */
  height: 75%; /* 75% */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fv__body--img-first .fv__body--img:nth-child(2) {
  background-image: url(../image/Prana_1210.webp);
  left: 20%; /* 20% */
  top: 0%;
  width: 40%; /* 40% */
  height: 100%; /* 1080/1080 = 100% */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fv__body--img-first .fv__body--img:nth-child(3) {
  background-image: url(../image/Prana_2267.webp);
  left: 60%; /* 60% */
  top: 0%;
  width: 40%; /* 40% */
  height: 50%; /* 50% */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fv__body--img-first .fv__body--img:nth-child(4) {
  background-image: url(../image/6C7A2214.webp);
  left: 60%; /* 60% */
  top: 50%; /* 50% */
  width: 40%; /* 40% */
  height: 50%; /* 50% */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fv__body--img-second .fv__body--img {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* 3: 右上（1152 x 540） */
  /* 4: 左下（1152 x 540） */
  /* 5: 右下（768 x 540） */
}
.fv__body--img-second .fv__body--img:nth-child(1) {
  background-image: url(../image/_B4A3461.webp);
  left: 0%;
  top: 0%;
  width: 40%; /* 768px */
  height: 50%; /* 540px */
}
.fv__body--img-second .fv__body--img:nth-child(2) {
  background-image: url(../image/Prana_2512.webp);
  left: 40%; /* = calc(768/1920*100%) = 40% */
  top: 0%;
  width: 60%; /* 1152px */
  height: 50%; /* 540px */
}
.fv__body--img-second .fv__body--img:nth-child(3) {
  background-image: url(../image/Prana_1872.webp);
  left: 0%;
  top: 50%; /* = calc(540/1080*100%) = 50% → ただし bottom 指定でも可 */
  width: 60%; /* 1152px */
  height: 50%; /* 540px */
}
.fv__body--img-second .fv__body--img:nth-child(4) {
  background-image: url(../image/Prana_2143.webp);
  left: 60%; /* = calc(1152/1920*100%) = 60% */
  top: 50%; /* = 50% */
  width: 40%; /* 768px */
  height: 50%;
}

.fv__body--img-third .fv__body--img {
  position: absolute;
  /* 1: 左上（1152 x 270） */
  /* 2: 左下（1152 x 810） */
  /* 3: 右上（768 x 810） */
  /* 4: 右下（768 x 270） */
}
.fv__body--img-third .fv__body--img:nth-child(1) {
  background-image: url(../image/Prana_0733.webp);
  left: 20%;
  top: 0%;
  width: 40%; /* 約60% */
  height: 25%; /* 約25% */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fv__body--img-third .fv__body--img:nth-child(2) {
  background-image: url(../image/Prana_2123.webp);
  left: 0%;
  top: 25%; /* = 25% */
  width: 60%; /* 約60% */
  height: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* 約75% */
}
.fv__body--img-third .fv__body--img:nth-child(3) {
  background-image: url(../image/prana2.webp);
  left: 60%; /* = 60% */
  top: 0%;
  width: 40%; /* 約40% */
  height: 75%; /* 約75% */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fv__body--img-third .fv__body--img:nth-child(4) {
  background-image: url(../image/_B4A3537.webp);
  left: 60%; /* = 60% */
  top: 75%; /* = 75% */
  width: 40%; /* 約40% */
  height: 25%; /* 約25% */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.fv__body--img-back {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

@media screen and (max-width: 480px) {
  .fv__body--img-logo {
    display: none;
  }
  .fv__body {
    width: 100%;
    aspect-ratio: 375/617;
    position: relative;
    overflow: hidden;
  }
  .fv__body--img-first .fv__body--img {
    position: absolute;
  }
  .fv__body--img-first .fv__body--img:nth-child(1) {
    background-image: url(../image/Prana_1210.webp);
    left: 0%;
    top: 0%;
    width: 100%;
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .fv__body--img-first .fv__body--img:nth-child(2) {
    background-image: url(../image/_S0A5567.webp);
    left: 0%;
    top: 50%;
    width: 40%;
    height: 49.9189627229%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .fv__body--img-first .fv__body--img:nth-child(3) {
    background-image: url(../image/Prana_2267.webp);
    left: 40%;
    top: 50%;
    width: 60%;
    height: 24.9594813614%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .fv__body--img-first .fv__body--img:nth-child(4) {
    background-image: url(../image/6C7A2214.webp);
    left: 40%;
    top: 74.9594813614%;
    width: 60%;
    height: 24.9594813614%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .fv__body--img-second .fv__body--img:nth-child(1) {
    background-image: url(../image/Prana_1210.webp);
    left: 0%;
    top: 0%;
    width: 100%;
    height: 33.322528363%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .fv__body--img-second .fv__body--img:nth-child(2) {
    background-image: url(../image/_B4A3461.webp);
    left: 0%;
    top: 33.322528363%;
    width: 50%;
    height: 33.322528363%;
  }
  .fv__body--img-second .fv__body--img:nth-child(3) {
    background-image: url(../image/Prana_2143.webp);
    left: 50%;
    top: 33.322528363%;
    width: 50%;
    height: 33.322528363%;
  }
  .fv__body--img-second .fv__body--img:nth-child(4) {
    background-image: url(../image/Prana_1872.webp);
    left: 0%;
    top: 66.7747163695%;
    width: 100%;
    height: 33.322528363%;
  }
  .fv__body--img-third .fv__body--img:nth-child(1) {
    left: 0;
    top: 0;
    width: 100%;
    height: 16.6936790924%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .fv__body--img-third .fv__body--img:nth-child(2) {
    background-image: url(../image/Prana_2123.webp);
    left: 0%;
    top: 16.5316045381%;
    width: 100%;
    height: 33.3873581848%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .fv__body--img-third .fv__body--img:nth-child(4) {
    background-image: url(../image/prana2.webp);
    left: 0;
    top: 66.6126418152%;
    width: 100%;
    height: 33.3873581848%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
  .fv__body--img-third .fv__body--img:nth-child(3) {
    background-image: url(../image/_B4A3537.webp);
    left: 0;
    top: 49.9189627229%;
    width: 100%;
    height: 16.6936790924%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
.fv__body--txt-area {
  position: absolute;
  bottom: 5%;
  left: 3%;
  z-index: 100;
  color: #fff;
  width: 53.75%;
}
@media screen and (max-width: 480px) {
  .fv__body--txt-area {
    bottom: 2.8%;
    left: 5%;
    width: 89.0666666667%;
  }
}

.fv__body--txt {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  display: none;
  white-space: nowrap;
  margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
  .fv__body--txt {
    font-size: 14px;
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .fv__body--txt {
    font-size: 12px;
  }
}

.fv__body--ttl picture {
  width: 100%;
}
.fv__body--ttl source {
  width: 100%;
}

.fv__sub-txt {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-weight: 300;
  position: absolute;
  right: -2%;
  top: 50%;
  color: #fff;
  transform: translateY(-50%) rotate(90deg);
  z-index: 10;
}
@media screen and (max-width: 1440px) {
  .fv__sub-txt {
    right: -3%;
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .fv__sub-txt {
    right: -4%;
  }
}
@media screen and (max-width: 768px) {
  .fv__sub-txt {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .fv__sub-txt {
    font-size: 12px;
    right: -11%;
  }
}

.fv__body--txt-area {
  /*中の要素*/
  /*左から右*/
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
}
.fv__body--txt-area .bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fv__body--txt-area .bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fv__body--txt-area .bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000; /*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.fv__body--txt-area .bgappearTrigger,
.fv__body--txt-area .bgLRextendTrigger {
  opacity: 0;
}

.sv {
  width: 100%;
  height: 1300px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .sv {
    height: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .sv {
    height: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .sv {
    height: 800px;
  }
}
@media screen and (max-width: 600px) {
  .sv {
    height: 1042px;
  }
}

.sv__back {
  width: 100%;
  height: 1300px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .sv__back {
    height: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .sv__back {
    height: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .sv__back {
    height: 800px;
  }
}
@media screen and (max-width: 600px) {
  .sv__back {
    height: 1042px;
  }
}

.sv__back-second {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sv__txt {
  position: absolute;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  font-weight: 500;
  font-size: clamp(1rem, 0.591rem + 2.05vw, 2.125rem);
  letter-spacing: 0.01em;
  line-height: 2.35;
  top: 7.4%;
  left: 10.9375%;
}
@media screen and (max-width: 1440px) {
  .sv__txt {
    font-size: clamp(1.125rem, -0.125rem + 2.6vw, 1.75rem);
    width: 80%;
  }
}
@media (max-width: 679px) {
  .sv__txt {
    font-size: 16px;
  }
}
@media (max-width: 625px) {
  .sv__txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .sv__txt {
    font-size: 18px;
    top: 5.7%;
    left: 8.2666666667%;
    width: 82.6666666667%;
    line-height: 2.16;
  }
}
@media screen and (max-width: 374px) {
  .sv__txt {
    font-size: 16px;
  }
}

.sv__title {
  font-family: "mobo", system-ui, sans-serif;
  font-weight: 500;
  position: absolute;
  z-index: 2;
  color: #fff;
  font-weight: 300;
  font-size: clamp(2.375rem, 0.784rem + 7.95vw, 6.75rem);
  bottom: 8%;
  right: 7%;
  letter-spacing: 0.025em;
  line-height: 1.23;
}
@media screen and (max-width: 1440px) {
  .sv__title {
    font-size: clamp(3.5rem, -0.837rem + 9.04vw, 5.375rem);
  }
}
@media screen and (max-width: 768px) {
  .sv__title {
    font-size: 55px;
  }
}
@media screen and (max-width: 600px) {
  .sv__title {
    font-size: 50px;
    bottom: 6%;
    left: 8.2666666667%;
    white-space: nowrap;
  }
}
@media (max-width: 525px) {
  .sv__title {
    font-size: 45px;
  }
}
@media screen and (max-width: 480px) {
  .sv__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 374px) {
  .sv__title {
    font-size: 35px;
  }
}
@media (max-width: 350px) {
  .sv__title {
    font-size: 32px;
  }
}
.sv__title span {
  margin-left: -0.5em;
}

@font-face {
  font-family: "minion";
  src: url("../fonts/Minion_Variable_Concept/Minion_Variable_Concept.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.each {
  position: relative;
  overflow: hidden;
}

.each__sub-txt {
  position: absolute;
  top: 46%;
  right: -53%;
  transform: rotate(90deg);
  z-index: 10;
  font-family: "minion", system-ui, sans-serif;
  font-weight: 400;
  font-size: 372px;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #000;
  opacity: 0.05;
}
@media (max-width: 1800px) {
  .each__sub-txt {
    top: 49%;
    right: -57%;
  }
}
@media (max-width: 1700px) {
  .each__sub-txt {
    top: 44%;
    right: -57%;
    font-size: 350px;
  }
}
@media (max-width: 1600px) {
  .each__sub-txt {
    right: -60%;
  }
}
@media (max-width: 1500px) {
  .each__sub-txt {
    right: -64%;
  }
}
@media (max-width: 1400px) {
  .each__sub-txt {
    font-size: 340px;
    right: -67%;
  }
}
@media (max-width: 1300px) {
  .each__sub-txt {
    right: -72%;
  }
}
@media (max-width: 1250px) {
  .each__sub-txt {
    right: -75%;
  }
}
@media (max-width: 1200px) {
  .each__sub-txt {
    right: -77%;
  }
}
@media (max-width: 1150px) {
  .each__sub-txt {
    right: -80%;
  }
}
@media (max-width: 1100px) {
  .each__sub-txt {
    right: -85%;
  }
}
@media (max-width: 1050px) {
  .each__sub-txt {
    right: -87%;
  }
}
@media screen and (max-width: 1024px) {
  .each__sub-txt {
    display: none;
  }
}

.each__area {
  background-color: #64CC18;
  margin-top: 120px;
  padding-top: 88px;
  padding-left: 10.9375%;
  padding-bottom: 459px;
  border-radius: 0 160px 30px 0;
  width: 72.9166666667%;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .each__area {
    padding-left: 7.8125%;
    padding-right: 24.4791666667%;
  }
}
@media screen and (max-width: 1024px) {
  .each__area {
    width: 72.9166666667%;
    border-radius: 0 50px 19px 0;
    padding-top: 50px;
    padding-right: 10.0558659218%;
    padding-left: 4.469273743%;
    padding-bottom: 142px;
    margin-top: 71px;
  }
}
@media screen and (max-width: 600px) {
  .each__area {
    width: 95.4666666667%;
  }
}

.each__img {
  position: absolute;
  width: 51.4285714286%;
  max-width: 770px;
  height: auto;
  max-height: 510px;
  z-index: 11;
}
@media screen and (max-width: 1024px) {
  .each__img {
    display: none;
  }
}
.each__img img {
  border-radius: 20px;
}
.each__img .bgLRextend::before {
  border-radius: 20px;
}

@media screen and (max-width: 600px) {
  .philosophy .view__btn {
    margin-top: 28px !important;
  }
}

.philosophy__img {
  top: 8%;
  left: 71%;
}
@media screen and (max-width: 1750px) {
  .philosophy__img {
    left: 80%;
  }
}

@media screen and (max-width: 600px) {
  .company .view__btn {
    margin-top: 30px !important;
  }
}

.company__img {
  top: 8%;
  left: -22%;
}
@media screen and (max-width: 1750px) {
  .company__img {
    left: -33%;
  }
}

@media screen and (max-width: 600px) {
  .business .view__btn {
    margin-top: 28px !important;
  }
}

.business__img {
  top: 12%;
  left: 71%;
}
@media screen and (max-width: 1750px) {
  .business__img {
    left: 80%;
  }
}

.sp-each__img {
  display: none;
}
.sp-each__img img {
  border-radius: 5px;
}
.sp-each__img .bgLRextend::before {
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .sp-each__img {
    width: 100%;
    height: auto;
    max-width: 400px;
    display: block;
  }
}

.each__ttl {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2.75rem, 1.386rem + 6.82vw, 6.5rem);
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1750px) {
  .each__ttl {
    font-size: 84px;
  }
}
@media screen and (max-width: 1440px) {
  .each__ttl {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .each__ttl {
    font-size: 54px;
  }
}
@media screen and (max-width: 1024px) {
  .each__ttl {
    font-size: 44px;
    margin-top: 24px;
    letter-spacing: 0.02em;
  }
}

.each__sub-ttl {
  font-size: clamp(1.375rem, 1.102rem + 1.36vw, 2.125rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .each__sub-ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .each__sub-ttl {
    font-size: 22px;
  }
}
.each__sub-ttl .li-green {
  display: inline-block;
  background-color: #fff;
  margin-right: 14px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .each__sub-ttl .li-green {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 480px) {
  .each__sub-ttl .li-green {
    margin-right: 10px;
    margin-bottom: 3px;
  }
}

.each__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .each__txt {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .each__txt {
    letter-spacing: 0.05em;
  }
}

.company {
  width: 72.9166666667%;
  margin-top: -380px;
  background-color: #14B45E;
  margin-left: 27.0833333333%;
  padding-left: 24.1666666667%;
  padding-right: 11.25%;
  border-radius: 160px 0 0 30px;
}
@media screen and (max-width: 1750px) {
  .company {
    margin-top: -385px;
  }
}
@media screen and (max-width: 1024px) {
  .company {
    border-radius: 50px 0 0 19px;
    padding-top: 50px;
    padding-left: 7.8212290503%;
    padding-right: 5.0279329609%;
    padding-bottom: 140px;
    margin-top: -91px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .company {
    width: 95.4666666667%;
  }
}

.business {
  padding-top: 91px;
  padding-bottom: 77px;
  padding-right: 25%;
  background-color: #147e5e;
  margin-top: -342px;
}
@media screen and (max-width: 1024px) {
  .business {
    margin-top: -88px;
    padding: 50px 8.1005586592% 53px 5.0279329609%;
  }
}
@media screen and (max-width: 480px) {
  .business .each__ttl {
    margin-top: 20px;
  }
}

.recruiting {
  margin-top: 120px;
  padding-top: 70px;
  background-image: url("../image/_S0A5757.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
}
@media screen and (max-width: 1024px) {
  .recruiting {
    width: 100%;
    height: 527px;
    padding-top: 180px;
  }
}
@media screen and (max-width: 600px) {
  .recruiting {
    margin-top: 71px;
    background-image: url("../image/people2.webp");
  }
}

.recruiting__area {
  background-color: #fff;
  width: 41.1458333333%;
  margin: 0px 10.9375% 0 47.9166666667%;
  border-radius: 10px;
  padding: 47px 9.0104166667% 55px 3.3854166667%;
}
.recruiting__area .each__ttl {
  color: #000;
}
.recruiting__area .each__sub-ttl {
  color: #000;
}
.recruiting__area .each__txt {
  color: #000;
  margin-right: 11.6455696203%;
  margin-top: 35px;
}
.recruiting__area .li-green {
  background-color: #64CC18;
}
.recruiting__area .view__btn {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .recruiting__area {
    width: 90.6666666667%;
    max-width: 500px;
    margin-left: auto;
    margin-right: 5%;
    padding: 26px 5.3072625698% 30px 5.3072625698%;
  }
  .recruiting__area .each__ttl {
    margin-top: 0;
  }
  .recruiting__area .each__sub-ttl {
    margin-top: 0;
  }
  .recruiting__area .each__txt {
    margin-top: 29px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .recruiting__area .each__txt {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 374px) {
  .recruiting__area .each__txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .recruiting__area .view__btn {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 374px) {
  .recruiting__area .view__btn {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .recruiting__area {
    width: 90.6666666667%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 480px) {
  .recruiting__area {
    padding: 26px 2% 30px 5.3072625698%;
    border-radius: 5px;
  }
}
@media (max-width: 350px) {
  .recruiting__area .each__ttl {
    font-size: 40px;
  }
}

.news {
  padding-top: 95px;
  padding-bottom: 124px;
}
@media screen and (max-width: 600px) {
  .news {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
.news .ttl {
  line-height: 1.25;
}
.news .sub-ttl .li-green {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 10px;
}

.news__box:first-of-type {
  margin-top: 28px;
}
@media screen and (max-width: 600px) {
  .news__box:first-of-type {
    margin-top: 20px;
  }
}
.news__box:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}

.news__item {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 3.6666666667%;
  padding: 25px 9.7333333333% 26px 2%;
  border-top: 1px solid #d9d9d9;
  position: relative;
}
.news__item:focus-visible {
  background-color: #fff;
}
.news__item:focus-visible .news__item--ttl {
  color: #64CC18;
}
.news__item:focus-visible .news__arrow {
  background-color: #64CC18;
}
.news__item:focus-visible .news__arrow::before {
  background-color: #fff;
}
.news__item:focus-visible .news__arrow--line::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (any-hover: hover) {
  .news__item:hover {
    background-color: #fff;
  }
  .news__item:hover .news__item--ttl {
    color: #64CC18;
  }
  .news__item:hover .news__arrow {
    background-color: #64CC18;
  }
  .news__item:hover .news__arrow::before {
    background-color: #fff;
  }
  .news__item:hover .news__arrow--line::before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 1024px) {
  .news__item {
    display: block;
    padding: 20px 12.8% 19px 0;
  }
}

@media screen and (max-width: 600px) {
  .news__item--left {
    display: flex;
    justify-content: left;
    align-items: center;
  }
}

.news__item--date {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .news__item--date {
    font-size: 12px;
  }
}

.news__item--category {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 2px;
}
@media screen and (max-width: 600px) {
  .news__item--category {
    font-size: 12px;
    margin-left: 7px;
  }
}

.news__item--ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 500;
  transition: olor 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .news__item--ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .news__item--ttl {
    font-size: 14px;
  }
}

.news__arrow-area {
  position: absolute;
  right: 2%;
}
@media screen and (max-width: 1024px) {
  .news__arrow-area {
    top: 85%;
    transform: translateY(-85%);
  }
}
@media screen and (max-width: 600px) {
  .news__arrow-area {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.news__arrow {
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: relative;
  transition: background-color 0.3s ease;
}
.news__arrow::before {
  content: "";
  display: block;
  width: 12px;
  background-color: #000;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translate(-50%, -43%);
}
@media screen and (max-width: 600px) {
  .news__arrow::before {
    width: 4.8px;
    left: 47%;
    transform: translate(-50%, -47%);
  }
}
@media screen and (max-width: 600px) {
  .news__arrow {
    width: 30px;
    height: 30px;
  }
}

.news__arrow--line {
  transition: color 0.3s ease;
}
.news__arrow--line::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 45%;
  left: 60%;
  transform: rotate(-45deg) translate(-45%, -60%);
}
@media screen and (max-width: 600px) {
  .news__arrow--line::before {
    width: 4px;
    height: 4px;
  }
}

.news__more {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.news__more:focus-visible {
  color: #64CC18;
  background-color: #64CC18;
}
.news__more::before {
  background-color: #fff;
}
.news__more .news__more--line::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (any-hover: hover) {
  .news__more:hover .news__more--txt {
    color: #64CC18;
  }
  .news__more:hover .news__more--arrow {
    background-color: #64CC18;
  }
  .news__more:hover .news__more--arrow::before {
    background-color: #fff;
  }
  .news__more:hover .news__more--line::before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 600px) {
  .news__more {
    margin-top: 20px;
    gap: 10px;
  }
}

.news__more--txt {
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  border-bottom: 1px solid #000;
  transition: color 0.3s ease;
}
.news__more--txt:focus-visible {
  color: #64CC18;
  border-bottom: 1px solid #64CC18;
}
@media (any-hover: hover) {
  .news__more--txt:hover {
    color: #64CC18;
    border-bottom: 1px solid #64CC18;
  }
}
@media screen and (max-width: 600px) {
  .news__more--txt {
    font-size: 14px;
  }
}

.news__more--arrow {
  display: block;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background-color: #000;
  position: relative;
  transition: background-color 0.3s ease;
}
.news__more--arrow::before {
  content: "";
  display: block;
  width: 8px;
  background-color: #fff;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translate(-50%, -43%);
}
@media screen and (max-width: 600px) {
  .news__more--arrow::before {
    width: 4px;
    left: 47%;
    transform: translate(-50%, -47%);
  }
}
@media screen and (max-width: 600px) {
  .news__more--arrow {
    width: 27px;
    height: 27px;
  }
}

.news__more--line::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 42%;
  left: 60%;
  transform: rotate(-45deg) translate(-42%, -60%);
}
@media screen and (max-width: 600px) {
  .news__more--line::before {
    width: 4px;
    height: 4px;
    top: 45%;
    left: 60%;
    transform: rotate(-45deg) translate(-45%, -60%);
  }
}

@media screen and (max-width: 600px) {
  .archive-news .news__box:first-of-type {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .archive-news .news__item {
    padding: 16px 16.6180758017% 15.5px 4.6647230321%;
  }
}
@media screen and (max-width: 600px) {
  .archive-news .news__item--date {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 600px) {
  .archive-news .news__item--category {
    font-size: 12px;
    font-weight: 400;
  }
}
@media screen and (max-width: 600px) {
  .archive-news .news__item--ttl {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 600px) {
  .archive-news .news__arrow-area {
    right: 4.6%;
  }
}
@media screen and (max-width: 600px) {
  .archive-news .news__arrow {
    width: 20px;
    height: 20px;
  }
  .archive-news .news__arrow::before {
    width: 5.4px;
    height: 1px;
  }
}
@media screen and (max-width: 600px) {
  .archive-news .news__arrow--line::before {
    width: 6px;
    height: 6px;
    top: 32%;
    transform: rotate(-45deg) translate(-45%, -32%);
  }
}

@media screen and (max-width: 600px) {
  .page-philosophy {
    padding-top: 211px !important;
  }
}

.vision {
  background-color: #64CC18;
  width: 93.75%;
  border-radius: 0 160px 30px 0;
  padding: 93px 3% 353px 10.9375%;
  display: flex;
  justify-content: left;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .vision {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .vision {
    width: 95.75%;
    padding: 50px 7% 150px 4.5333333333%;
    border-radius: 0 71px 20px 0;
  }
}

.vision__left {
  width: 30.6666666667%;
}

.vision__ttl-area {
  display: flex;
  justify-content: left;
  align-items: start;
}

.vision__num {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  padding-right: 27px;
  margin-top: 5px;
}
@media screen and (max-width: 600px) {
  .vision__num {
    font-size: 18px;
    padding-right: 15px;
  }
}

.vision__ttl {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 80px;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-left: 1px solid #000;
  padding-left: 30px;
}
.vision__ttl span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 1440px) {
  .vision__ttl {
    font-size: 60px;
  }
}
@media (max-width: 1250px) {
  .vision__ttl {
    font-size: 48px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 600px) {
  .vision__ttl {
    font-size: 42px;
    padding-left: 16px;
  }
  .vision__ttl span {
    font-size: 14px;
    margin-top: 2px;
    letter-spacing: 0.05em;
  }
}

.vision__img-area {
  margin-top: 49px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .vision__img-area {
    display: none;
  }
}

.sp-vision__img-area {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-vision__img-area {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    gap: 3.2051282051%;
    margin-top: 25px;
  }
}
.sp-vision__img-area .vision__img {
  width: 48.0769230769%;
}
.sp-vision__img-area img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
}
.sp-vision__img-area .bgLRextend::before {
  border-radius: 5px !important;
}

.vision__img {
  width: 100%;
  height: auto;
  aspect-ratio: 460/277;
}
.vision__img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 460/277;
}
.vision__img .bgLRextend::before {
  border-radius: 10px;
}

.vision__right {
  width: 63.1333333333%;
}
@media screen and (max-width: 1024px) {
  .vision__right {
    width: 100%;
  }
}

.vision__right--ttl {
  font-family: mobo;
  font-size: clamp(2.25rem, 1.417rem + 4.63vw, 6.625rem);
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.025em;
  line-height: 1.23;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .vision__right--ttl {
    font-size: 70px;
  }
}
@media (max-width: 1250px) {
  .vision__right--ttl {
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .vision__right--ttl {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .vision__right--ttl {
    font-size: 36px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 374px) {
  .vision__right--ttl {
    font-size: 30px;
  }
}
.vision__right--ttl span {
  margin-left: -0.5em;
}

.vision__right--txt {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 2.08;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  margin-top: 33px;
}
.vision__right--txt span {
  margin-left: -0.5em;
}
@media (max-width: 1250px) {
  .vision__right--txt {
    font-size: 16px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .vision__right--txt {
    margin-top: 18px;
    line-height: 1.875;
  }
}
@media screen and (max-width: 374px) {
  .vision__right--txt {
    font-size: 14px;
  }
}

.mission {
  background-color: #14B45E;
  width: 93.75%;
  border-radius: 160px 0 0 30px;
  padding: 93px 10% 95px 4.6875%;
  display: flex;
  gap: 5.7%;
  margin-left: 6.25%;
  margin-top: -265px;
}
@media (max-width: 1700px) {
  .mission {
    gap: 10%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 1440px) {
  .mission {
    padding-right: 5.2083333333%;
  }
}
@media screen and (max-width: 1024px) {
  .mission {
    display: block;
    width: 94.75%;
    padding: 41px 4% 50px 6.5%;
    border-radius: 71px 0 0 20px;
    margin-top: -300px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .mission {
    margin-top: -100px;
  }
}
@media screen and (max-width: 600px) {
  .mission .vision__num {
    padding-right: 12px;
  }
}

.value {
  margin-top: 110px;
  padding-bottom: 121px;
}
@media screen and (max-width: 600px) {
  .value {
    margin-top: 68px;
    padding-bottom: 71px;
  }
}

.value__container {
  width: 78.125%;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .value__container {
    width: 90.6666666667%;
  }
}

.value__promise {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .value__promise {
    margin-top: 23px;
  }
}

.value__promise--txt {
  background-color: #147e5e;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 21px;
  padding-bottom: 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 34px;
  color: #fff;
  letter-spacing: 0.075em;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .value__promise--txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .value__promise--txt {
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 374px) {
  .value__promise--txt {
    font-size: 14px;
  }
}

.value__promise--item {
  position: relative;
  width: 97.8%;
  padding: 40px 0 40px 5.794137696%;
  margin-left: auto;
  margin-right: 0;
  background-color: #fff;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .value__promise--item {
    padding-left: 8%;
  }
}
@media screen and (max-width: 600px) {
  .value__promise--item {
    height: auto;
    margin-top: 12px;
    padding: 11px 3.0395136778% 14px 9%;
  }
}

.value__promise--num {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #147e5e;
  border-radius: 10px;
  width: 78px;
  height: 78px;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: -2.5%;
  transform: translate(2.5%, -50%);
}
@media screen and (max-width: 1440px) {
  .value__promise--num {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .value__promise--num {
    width: 50px;
    height: 50px;
    border-radius: 7px;
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .value__promise--num {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .value__promise--num {
    width: 28px;
    height: 28px;
    border-radius: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .value__promise--num {
    border-radius: 3px;
  }
}
@media screen and (max-width: 374px) {
  .value__promise--num {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}

.value__item--ttl {
  font-size: 50px;
  color: #147e5e;
  letter-spacing: 0.075em;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  padding-right: 2.3858214042%;
}
@media screen and (max-width: 1024px) {
  .value__item--ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .value__item--ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .value__item--ttl {
    font-size: 18px;
    padding-right: 3.2%;
  }
}

.value__item--txt {
  color: #000;
  font-size: 34px;
  letter-spacing: 0.075em;
  line-height: 1.42;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  padding-left: 2.0449897751%;
  border-left: 1px solid #147e5e;
}
.value__item--txt span {
  margin-left: -0.5em;
}
@media screen and (max-width: 1024px) {
  .value__item--txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .value__item--txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .value__item--txt {
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: 0em;
    padding-left: 2.73556231%;
  }
}
@media screen and (max-width: 374px) {
  .value__item--txt {
    font-size: 12px;
  }
}

.message__ttl-area {
  margin-left: 10.9375%;
}
@media screen and (max-width: 600px) {
  .message__ttl-area {
    margin-left: 4.3%;
  }
}

.message__img {
  position: absolute;
  top: -12%;
  left: -6.7%;
  background-image: url(../image/Prana_1980.webp);
  width: 100%;
  height: 733px;
  border-radius: 0 160px 30px 0;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1440px) {
  .message__img {
    top: -8%;
  }
}
@media screen and (max-width: 1024px) {
  .message__img {
    top: -7%;
  }
}
@media screen and (max-width: 768px) {
  .message__img {
    top: -5%;
  }
}
@media screen and (max-width: 600px) {
  .message__img {
    background-image: url(../image/Rectangle11.webp);
    height: 394px;
    top: -12%;
    border-radius: 0 100px 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .message__img {
    width: 102%;
    top: -10.3%;
  }
}
@media screen and (max-width: 374px) {
  .message__img {
    top: -9%;
  }
}

.message__body {
  background-color: #14B45E;
  width: 93.75%;
  border-radius: 160px 0 0 30px;
  margin-top: 180px;
  margin-left: auto;
  margin-right: 0;
  padding: 640px 8% 61px 9.0104166667%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .message__body {
    width: 95.7333333333%;
    margin-top: 183px;
    border-radius: 0 0 0 20px;
    padding: 264px 4.4568245125% 40px 4.4568245125%;
  }
}

.message__txt {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.message__txt span {
  margin-left: -0.5em;
}
@media screen and (max-width: 480px) {
  .message__txt span {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .message__txt {
    font-size: 16px;
    letter-spacing: 0em;
  }
}

.message__img--txt-area {
  background-color: #fff;
  width: 37.7777777778%;
  border-radius: 10px;
  padding: 34px 2.5% 40px 2.5%;
  position: absolute;
  top: 31.5%;
  left: 12%;
}
@media (max-width: 1600px) {
  .message__img--txt-area {
    width: 44.4444444444%;
    left: 7%;
  }
}
@media (max-width: 1100px) {
  .message__img--txt-area {
    border-radius: 16px;
    top: 95%;
    left: 6.5%;
    transform: translateY(-95%);
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .message__img--txt-area {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .message__img--txt-area {
    width: 91.0863509749%;
    padding: 20px 4.4568245125% 20px 4.4568245125%;
    border-radius: 10px;
  }
}
@media screen and (max-width: 480px) {
  .message__img--txt-area {
    margin-bottom: 40px;
    top: 92%;
  }
}

.message__img--txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 1850px) {
  .message__img--txt {
    font-size: 35px;
  }
}
@media (max-width: 1700px) {
  .message__img--txt {
    font-size: 32px;
  }
}
@media (max-width: 1300px) {
  .message__img--txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .message__img--txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  .message__img--txt {
    font-size: 16px;
  }
}

.message__txt-bottom-area {
  display: flex;
  justify-content: right;
}

.message__txt-bottom {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  margin-top: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .message__txt-bottom {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .message__txt-bottom {
    line-height: 2.3;
  }
}
.message__txt-bottom span {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .message__txt-bottom span {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .message__txt-bottom span {
    font-size: 16px;
  }
}

.overview {
  display: flex;
  justify-content: center;
  margin-top: 113px;
  gap: 5.2%;
}
.overview .vision__ttl-area {
  margin-left: 0;
}
.overview .overview__right--img {
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .overview .overview__right--img {
    margin-top: 0;
  }
}
.overview .bgLRextend::before {
  border-radius: 10px;
}
.overview img {
  aspect-ratio: 711/724;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 1440px) {
  .overview {
    margin-top: 70px;
    display: block;
  }
}

.overview__left {
  width: 47.4%;
}
@media screen and (max-width: 1440px) {
  .overview__left {
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  .overview__left {
    width: 100%;
  }
}

.overview__left--body {
  margin-top: 29px;
}
.overview__left--body table {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .overview__left--body {
    margin-top: 32px;
  }
}

.overview__item {
  width: 100%;
  display: flex;
  justify-content: left;
  text-align: left;
}
.overview__item:nth-child(1) .overview__item--ttl {
  padding-top: 26px;
  padding-bottom: 23px;
}
@media screen and (max-width: 480px) {
  .overview__item:nth-child(1) .overview__item--ttl {
    padding-bottom: 18px;
  }
}
.overview__item:nth-child(1) .overview__item--txt {
  padding-top: 23px;
  padding-bottom: 19px;
}
@media screen and (max-width: 480px) {
  .overview__item:nth-child(1) .overview__item--txt {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 480px) {
  .overview__item:nth-child(2) .overview__item--ttl {
    padding-bottom: 27px;
  }
}
@media screen and (max-width: 480px) {
  .overview__item:nth-child(2) .overview__item--txt {
    padding-bottom: 27px;
  }
}
.overview__item:last-of-type .overview__item--ttl {
  border-bottom: 1px solid #64CC18;
}
.overview__item:last-of-type .overview__item--txt {
  border-bottom: 1px solid #64CC18;
}

.overview__item--ttl {
  width: 19.4%;
  border-top: 1px solid #64CC18;
  padding-top: 25px;
  padding-left: 1.4064697609%;
  padding-bottom: 25px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #64CC18;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .overview__item--ttl {
    width: 32.0699708455%;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
    padding-top: 30px;
    padding-left: 2.915451895%;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .overview__item--ttl {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 374px) {
  .overview__item--ttl {
    font-size: 12px;
  }
}

.overview__item--txt {
  width: 70.0421940928%;
  padding-top: 20px;
  padding-left: 3.7974683544%;
  padding-bottom: 21px;
  color: #000;
  border-top: 1px solid #d9d9d9;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.overview__item--txt a {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 664px) {
  .overview__item--txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .overview__item--txt {
    width: 67.9300291545%;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
    padding-top: 30px;
    padding-left: 8.7463556851%;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .overview__item--txt {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 374px) {
  .overview__item--txt {
    font-size: 12px;
  }
}
.overview__item--txt span {
  margin-top: 12px;
}
@media screen and (max-width: 600px) {
  .overview__item--txt span {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .overview__item--txt span {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 600px) {
  .overview__item--txt-second {
    margin-left: 1em;
  }
}

.overview__right {
  width: 47.4%;
  max-width: 711px;
}
@media screen and (max-width: 1440px) {
  .overview__right {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 2.915451895%;
    margin-inline: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .overview__right {
    margin-top: 12px;
  }
}

.overview__right--img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .overview__right--img {
    max-width: 350px;
  }
}

.history {
  margin-top: 76px;
  padding-bottom: 115px;
}
@media screen and (max-width: 600px) {
  .history {
    margin-top: 70px;
    padding-bottom: 70px;
  }
}
.history .overview__left {
  order: 2;
}
.history .overview__right {
  order: 1;
}
.history .overview__item--ttl {
  width: 19.4092827004%;
}
@media (max-width: 1600px) {
  .history .overview__item--ttl {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .history .overview__item--ttl {
    width: 32.0699708455%;
  }
}
.history .overview__item br {
  display: none;
}
@media screen and (max-width: 600px) {
  .history .overview__item br {
    display: block;
  }
}
.history img {
  aspect-ratio: 711/470;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.history .overview__right--img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .history .overview__right--img {
    width: 48.3965014577%;
    border-radius: 10px;
    margin-top: 0;
  }
}
.history .overview__right--img:nth-child(2) {
  margin-top: 36px;
}
@media screen and (max-width: 1440px) {
  .history .overview__right--img:nth-child(2) {
    margin-top: 0;
  }
}

.page-business .view__btn {
  width: 300px;
  height: 80px;
  font-size: 13px;
  letter-spacing: -0.07em;
}

.page-business__main {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 21px;
  margin-inline: auto;
  flex-wrap: wrap;
  max-width: 1500px;
  padding-bottom: 121px;
}
@media (max-width: 1500px) {
  .page-business__main {
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .page-business__main {
    padding-bottom: 70px;
  }
}
.page-business__main section {
  width: 32.4%;
  max-width: 486px;
  min-width: 486px;
}
@media screen and (max-width: 600px) {
  .page-business__main section {
    min-width: 0;
    width: 89.3333333333%;
    margin-inline: auto;
    max-width: 343px;
  }
}
.page-business__main section:nth-of-type(1) .each-business__img {
  width: 63.9024390244%;
  height: auto;
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  .page-business__main section:nth-of-type(1) .each-business__img {
    margin-top: 20px;
  }
}
.page-business__main section:nth-of-type(2) .each-business__ttl {
  margin-top: 71px;
}
@media screen and (max-width: 600px) {
  .page-business__main section:nth-of-type(2) .each-business__ttl {
    margin-top: 51px;
  }
}
.page-business__main section:nth-of-type(2) .each-business__img {
  width: 80.7317073171%;
  height: auto;
  margin-top: 71px;
}
@media screen and (max-width: 600px) {
  .page-business__main section:nth-of-type(2) .each-business__img {
    width: 97.0297029703%;
    margin-top: 38px;
  }
}
.page-business__main section:nth-of-type(3) .each-business__ttl {
  margin-top: 47px;
}
@media screen and (max-width: 600px) {
  .page-business__main section:nth-of-type(3) .each-business__ttl {
    margin-top: 32px;
  }
}
.page-business__main section:nth-of-type(3) .each-business__img {
  width: 45.8536585366%;
  height: auto;
  margin-top: 47px;
}
@media screen and (max-width: 600px) {
  .page-business__main section:nth-of-type(3) .each-business__img {
    width: 53.1353135314%;
    margin-top: 20px;
  }
}
.page-business__main section:nth-of-type(4) .each-business__ttl {
  margin-top: 78px;
}
@media screen and (max-width: 600px) {
  .page-business__main section:nth-of-type(4) .each-business__ttl {
    margin-top: 62px;
  }
}
.page-business__main section:nth-of-type(4) .each-business__img {
  width: 89.2682926829%;
  height: auto;
  margin-top: 71px;
}
@media screen and (max-width: 600px) {
  .page-business__main section:nth-of-type(4) .each-business__img {
    width: 96.699669967%;
    margin-top: 45px;
  }
}
.page-business__main section:nth-of-type(5) .each-business__ttl {
  margin-top: 78px;
}
@media screen and (max-width: 600px) {
  .page-business__main section:nth-of-type(5) .each-business__ttl {
    margin-top: 60px;
  }
}
.page-business__main section:nth-of-type(5) .each-business__img {
  width: 89.2682926829%;
  height: auto;
  margin-top: 47px;
}
@media screen and (max-width: 600px) {
  .page-business__main section:nth-of-type(5) .each-business__img {
    width: 96.699669967%;
  }
}
.page-business__main section:nth-of-type(6) .each-business__ttl {
  margin-top: 81px;
}
@media screen and (max-width: 600px) {
  .page-business__main section:nth-of-type(6) .each-business__ttl {
    margin-top: 63px;
  }
}
.page-business__main section:nth-of-type(6) .each-business__img {
  width: 89.2682926829%;
  height: auto;
  margin-top: 71px;
}
@media screen and (max-width: 600px) {
  .page-business__main section:nth-of-type(6) .each-business__img {
    width: 97.3597359736%;
    margin-top: 47px;
  }
}
.page-business__main section:nth-of-type(7) .each-business__ttl {
  margin-top: 78px;
}
@media screen and (max-width: 600px) {
  .page-business__main section:nth-of-type(7) .each-business__ttl {
    margin-top: 62px;
  }
}
.page-business__main section:nth-of-type(7) .each-business__img {
  width: 85.3658536585%;
  height: auto;
  margin-top: 72px;
}
@media screen and (max-width: 600px) {
  .page-business__main section:nth-of-type(7) .each-business__img {
    width: 96.699669967%;
    margin-top: 44px;
  }
}
.page-business__main section:nth-of-type(8) .each-business__ttl {
  margin-top: 57px;
}
@media screen and (max-width: 600px) {
  .page-business__main section:nth-of-type(8) .each-business__ttl {
    margin-top: 32px;
  }
}
.page-business__main section:nth-of-type(8) .each-business__img {
  width: 57.3170731707%;
  height: auto;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .page-business__main section:nth-of-type(8) .each-business__img {
    width: 72.9372937294%;
    margin-top: 20px;
  }
}

.each-business {
  width: 100%;
  height: 878px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 7.8189300412% 35px;
}
@media screen and (max-width: 600px) {
  .each-business {
    padding: 0 4.776119403% 20px;
    height: auto;
  }
}
.each-business .view__btn {
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  .each-business .view__btn {
    margin-top: 16px;
    width: 100%;
    max-width: 303px;
    font-size: 16px;
    line-height: 1.5;
    height: 80px;
    border-radius: 50px;
  }
}
.each-business:focus-visible {
  outline: 5px solid #64CC18;
  transition: outline 0.15s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .each-business:hover {
    outline: 5px solid #64CC18;
    transition: outline 0.15s;
    cursor: pointer;
  }
}

.each-business__img {
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  .each-business__img {
    margin-top: 20px;
  }
}

.each-business__ttl {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.58;
  margin-top: 35px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .each-business__ttl {
    font-size: clamp(0.875rem, -0.011rem + 4.98vw, 2rem);
    line-height: 1.6;
    margin-top: 40px;
  }
}

.each-business__txt {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 17px;
  min-height: 409px;
}
@media screen and (max-width: 600px) {
  .each-business__txt {
    font-size: clamp(0.75rem, 0.396rem + 1.99vw, 1rem);
    min-height: 0;
    margin-top: 12px;
    line-height: 1.81;
    letter-spacing: 0.065em;
  }
}

.archive-news {
  position: relative;
}
.archive-news .news {
  padding-top: 0;
}
.archive-news .news__category {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 600px) {
  .archive-news .news__category {
    gap: 12px;
  }
}
.archive-news .news__category--item {
  width: 180px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 600px) {
  .archive-news .news__category--item {
    width: 164px;
    border-radius: 50px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.archive-news .news__category--item:focus-visible {
  opacity: 0.5;
  transition: opacity 0.5s;
}
@media (any-hover: hover) {
  .archive-news .news__category--item:hover {
    opacity: 0.5;
    transition: opacity 0.5s;
  }
}
.archive-news .news__category--item.is-active {
  background-color: #64CC18;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .archive-news .news__item {
    padding-left: 4.6%;
  }
}
.archive-news .news__item--date {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.archive-news .news__item--category {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.wp-pagenavi {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .wp-pagenavi {
    margin-top: 40px;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .page {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  border: none;
}
@media screen and (max-width: 600px) {
  .wp-pagenavi .page {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.wp-pagenavi .page:focus-visible {
  opacity: 0.5;
  transition: opacity 0.5s;
}
@media (any-hover: hover) {
  .wp-pagenavi .page:hover {
    opacity: 0.5;
    transition: opacity 0.5s;
  }
}
.wp-pagenavi .current {
  background-color: #000;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .wp-pagenavi .current {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.wp-pagenavi .previouspostslink {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  border: none;
}
@media screen and (max-width: 600px) {
  .wp-pagenavi .previouspostslink {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.wp-pagenavi .previouspostslink:focus-visible {
  opacity: 0.5;
  transition: opacity 0.5s;
}
@media (any-hover: hover) {
  .wp-pagenavi .previouspostslink:hover {
    opacity: 0.5;
    transition: opacity 0.5s;
  }
}
.wp-pagenavi .nextpostslink {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  border: none;
}
@media screen and (max-width: 600px) {
  .wp-pagenavi .nextpostslink {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.wp-pagenavi .nextpostslink:focus-visible {
  opacity: 0.5;
  transition: opacity 0.5s;
}
@media (any-hover: hover) {
  .wp-pagenavi .nextpostslink:hover {
    opacity: 0.5;
    transition: opacity 0.5s;
  }
}
.wp-pagenavi .first {
  display: none;
}
.wp-pagenavi .extend {
  display: none;
}
.wp-pagenavi .last {
  display: none;
}

.single-news {
  padding-top: 477px !important;
}
@media screen and (max-width: 600px) {
  .single-news {
    padding-top: 219px !important;
  }
}

.single-news__container {
  width: 64%;
  margin-inline: auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .single-news__container {
    width: 100%;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 600px) {
  .single-news__main {
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .single-news__cate-area {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 7px;
  }
}

.single-news__date {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .single-news__date {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}

.single-news__category {
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .single-news__category {
    font-weight: 500;
    line-height: 1;
    margin-top: 0;
  }
}

.single-news__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.47;
  margin-top: 15px;
  padding-bottom: 22px;
  border-bottom: 1px solid #c1c1c1;
}
@media screen and (max-width: 600px) {
  .single-news__ttl {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 19px;
    padding-bottom: 20px;
  }
}

.single-news__main-img {
  width: 100%;
  height: auto;
  aspect-ratio: 960/540;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-news__main-img-area {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .single-news__main-img-area {
    margin-top: 40px;
  }
}

.single-news__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .single-news__txt {
    margin-top: 40px;
    line-height: 1.5;
  }
}

.single-news__sub-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.69;
  color: #64CC18;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .single-news__sub-ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-top: 28px;
  }
}

.square-green {
  width: 6px;
  height: 26px;
  background-color: #64CC18;
  display: block;
}

.single-news__each-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 30px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 15px;
  margin-top: 45px;
}
@media screen and (max-width: 600px) {
  .single-news__each-ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-top: 24px;
  }
}

.single-news__box-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 51px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 9px;
}
@media screen and (max-width: 600px) {
  .single-news__box-ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-top: 24px;
  }
}

.square-second-green {
  width: 12px;
  height: 12px;
  background-color: #64CC18;
  display: block;
}

.single-news__list-area {
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  .single-news__list-area {
    margin-top: 28px;
  }
}

.single-news__list {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.12;
}
@media screen and (max-width: 600px) {
  .single-news__list {
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.06em;
    margin-top: 10px;
  }
  .single-news__list:first-of-type {
    margin-top: 0;
  }
}
.single-news__list::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #64CC18;
  margin-right: 0.5em;
  margin-left: 0.5em;
}
@media screen and (max-width: 600px) {
  .single-news__list::before {
    margin-left: 0;
  }
}

.single-news__bottom-list-area {
  margin-top: 43px;
}
@media screen and (max-width: 600px) {
  .single-news__bottom-list-area {
    margin-top: 29px;
  }
}

.single-news__bottom-list {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.12;
}
@media screen and (max-width: 600px) {
  .single-news__bottom-list {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .single-news__bottom-list {
    margin-top: 10px;
  }
  .single-news__bottom-list:first-of-type {
    margin-top: 0;
  }
}

.single-news__link {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #64CC18;
  text-decoration: underline;
  display: block;
  margin-top: 42px;
}
@media screen and (max-width: 600px) {
  .single-news__link {
    margin-top: 28px;
  }
}

.single-news__txt-second {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 74px;
}
@media screen and (max-width: 600px) {
  .single-news__txt-second {
    margin-top: 28px;
  }
}

.single-news__txt-cancell {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 74px;
}
@media screen and (max-width: 600px) {
  .single-news__txt-cancell {
    margin-top: 30px;
  }
}

.single-news__second-area {
  border: 1px solid #000;
  margin-top: 76px;
  padding-top: 40px;
  padding-inline: 4.6875%;
  padding-bottom: 38px;
}
@media screen and (max-width: 600px) {
  .single-news__second-area {
    margin-top: 42px;
    padding: 16px 4.6647230321% 19px;
  }
}

.single-news__second-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 15px;
}

.single-news__second-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.125;
}
@media screen and (max-width: 600px) {
  .single-news__second-txt {
    margin-top: 5px;
  }
}

.single-news__img-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6.25%;
}
@media screen and (max-width: 600px) {
  .single-news__img-area {
    gap: 2.915451895%;
  }
}

.single-news__img-top {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .single-news__img-top {
    margin-top: 41px;
  }
}

.single-news__img-top--img {
  width: 100%;
  height: auto;
  aspect-ratio: 960/540;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-news__img-area--txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .single-news__img-area--txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 13px;
  }
}

.single-news__img-center {
  width: 75%;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .single-news__img-center {
    width: 90.6705539359%;
    margin-top: 28px;
  }
}

.single-news__img-center--img {
  width: 100%;
  height: auto;
  aspect-ratio: 720/405;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-news__img-bottom {
  width: 46.875%;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .single-news__img-bottom {
    width: 48.3965014577%;
    margin-top: 28px;
  }
}

.single-news__img-bottom--img {
  width: 100%;
  height: auto;
  aspect-ratio: 450/253;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-news__pagination {
  display: flex;
  align-items: center;
  gap: 1rem; /* 任意 */
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  margin-top: 47px;
}

/* 左右の領域を均等に伸ばす */
.single-news__pagination--prev,
.single-news__pagination--next {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* prevは左寄せ */
}

/* nextは右寄せにする */
.single-news__pagination--next {
  justify-content: flex-end;
}

/* 中央はそのまま真ん中に */
.single-news__pagination--archive {
  flex: 0 0 auto;
}

.single-news__pagination--prev a {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #64CC18;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.single-news__pagination--archive {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #64CC18;
  letter-spacing: 0.05em;
  font-weight: 400;
  border-bottom: 1px solid #64CC18;
  text-transform: uppercase;
}

.single-news__pagination--next a {
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #64CC18;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.page-access {
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .page-access {
    padding-bottom: 70px;
  }
}

.page-access__main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-access__map {
  width: 100%;
  height: 595px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .page-access__map {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 600px) {
  .page-access__map {
    margin-top: 0;
  }
}

.page-access__map {
  width: 100%;
  height: auto;
  aspect-ratio: 15/6;
}
.page-access__map iframe {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .page-access__map {
    margin-top: 0;
    aspect-ratio: 343/175;
  }
}

.page-access__txt-area {
  margin-top: 42px;
}
@media screen and (max-width: 600px) {
  .page-access__txt-area {
    margin-top: 42px;
  }
}

.page-access__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.page-access__txt-second {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 15px;
}
.page-access__txt-second a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .page-access__txt-second {
    margin-top: 16px;
  }
}

.page-access__txt-br {
  display: none;
}
@media screen and (max-width: 600px) {
  .page-access__txt-br {
    display: block;
  }
}

.page-access__line {
  display: block;
  width: 58px;
  height: 1px;
  background-color: #64CC18;
  margin-top: 18px;
}
@media screen and (max-width: 600px) {
  .page-access__line {
    width: 60px;
    margin-top: 20px;
  }
}

.page-access__img {
  width: 58.6666666667%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 48px;
  aspect-ratio: 880/355;
}
@media screen and (max-width: 600px) {
  .page-access__img {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .page-access__img {
    aspect-ratio: 343/176;
  }
}

.page-privacy {
  padding-top: 138px;
  padding-bottom: 156px;
}

.page-privacy__container {
  width: 48.6666666667%;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .page-privacy__container {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .page-privacy__container {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .page-privacy__container {
    width: 91.4666666667%;
  }
}

.privacy__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.5;
}

.privacy__list {
  margin-top: 30px;
}

.privacy__list--ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.privacy__list--ttl::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  margin-bottom: 3px;
}

.privacy__list--txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.page-contact {
  padding-top: 478px !important;
  padding-bottom: 121px;
}
@media screen and (max-width: 600px) {
  .page-contact {
    padding-top: 215px !important;
    padding-bottom: 70px;
  }
}

.page-contact__container {
  width: 50%;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .page-contact__container {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .page-contact__container {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .page-contact__container {
    width: 91.4666666667%;
    margin-top: 0;
  }
}

.page-contact__top-area {
  padding-bottom: 50px;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 600px) {
  .page-contact__top-area {
    padding-bottom: 50px;
  }
}

.page-contact__top-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.75;
}
.page-contact__top-txt span {
  margin-left: -0.5em;
}
@media screen and (max-width: 600px) {
  .page-contact__top-txt {
    letter-spacing: 0em;
    line-height: 1.7;
  }
}
.page-contact__top-txt:nth-child(2) {
  margin-top: 8px;
}
@media screen and (max-width: 600px) {
  .page-contact__top-txt:nth-child(2) {
    margin-top: 11px;
  }
}
.page-contact__top-txt .contact-form__required {
  margin-right: 8px;
  margin-left: 0;
}

.contact-form__item {
  margin-top: 20px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.contact-form__item:first-child {
  margin-top: 50px;
  align-items: start;
}
@media screen and (max-width: 600px) {
  .contact-form__item:first-child {
    margin-top: 28px;
  }
}
.contact-form__item:first-child .contact-form__right {
  background-color: transparent;
  display: flex;
  justify-content: left;
  height: auto;
  padding: 0;
  margin-left: -10px;
}
@media screen and (max-width: 480px) {
  .contact-form__item:first-child .contact-form__right {
    width: 70%;
  }
  .contact-form__item:first-child .contact-form__right .wpcf7-list-item {
    margin-left: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .contact-form__item:first-child .contact-form__right .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.contact-form__item:nth-child(2) {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .contact-form__item:nth-child(2) {
    margin-top: 23px;
  }
}
.contact-form__item:last-child {
  align-items: start;
}
.contact-form__item:last-child .contact-form__left--txt {
  margin-top: 11px;
}
.contact-form__item:last-child .contact-form__right {
  height: 250px;
}
@media screen and (max-width: 600px) {
  .contact-form__item:last-child .contact-form__right {
    height: 246px;
  }
}
.contact-form__item:last-child .contact-form__right--txt-area {
  height: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .contact-form__item {
    display: block;
    margin-top: 30px;
    margin-inline: auto;
  }
}

.contact-form__icon {
  position: relative;
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 600px) {
  .contact-form__icon {
    max-width: 276px;
  }
}
.contact-form__icon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 10px solid black;
}

.contact-form__left {
  width: 30.2083333333%;
  min-width: 290px;
}

.contact-form__left--txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .contact-form__left--txt {
    line-height: 1;
  }
}

.contact-form__required {
  width: 48px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #64CC18;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}

.contact-form__right {
  width: 69.7916666667%;
}
@media screen and (max-width: 1024px) {
  .contact-form__right {
    width: 100%;
    margin-top: 12px;
  }
}

.contact-form__right--txt-area {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 22px;
}
@media screen and (max-width: 1024px) {
  .contact-form__right--txt-area {
    padding-left: 20px;
  }
}

.contact-form__right--drop {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 22px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .contact-form__right--drop {
    padding-left: 20px;
  }
}

.contact-form__privacy {
  width: 83.3333333333%;
  border: 1px solid #000;
  margin-top: 30px;
  margin-inline: auto;
  padding: 24px 2.5% 34px 3.75%;
}
@media screen and (max-width: 1024px) {
  .contact-form__privacy {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .contact-form__privacy {
    margin-top: 32px;
    padding: 16px 4.6647230321% 16px;
  }
}
@media screen and (max-width: 600px) {
  .contact-form__privacy .privacy__list--ttl {
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 600px) {
  .contact-form__privacy .privacy__list--txt {
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 600px) {
  .contact-form__privacy .privacy__list {
    margin-top: 20px;
  }
}

.contact-form__privacy--ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .contact-form__privacy--ttl {
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.contact-form__privacy--txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.75;
  margin-top: 20px;
}
.contact-form__privacy--txt span {
  margin-left: -0.5em;
}
@media screen and (max-width: 600px) {
  .contact-form__privacy--txt {
    line-height: 1.6;
    letter-spacing: 0em;
    margin-top: 20px;
  }
}

.contact-form__privacy--check {
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .contact-form__privacy--check {
    margin-top: 32px;
  }
}

.contact-form__privacy--check-input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 1px solid #000;
}

.contact-form__privacy--check-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .contact-form__privacy--check-txt {
    font-size: 16px;
  }
}

.contact-form__btn {
  width: 300px;
  height: 80px;
  background-color: #d9d9d9;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #fff;
  margin-top: 21px;
  margin-inline: auto;
}

.wpcf7-list-item {
  margin: 0 0 8px 40px !important;
}
@media screen and (max-width: 600px) {
  .wpcf7-list-item {
    margin: 0 0 8px 40px !important;
  }
}

.wpcf7-list-item-label {
  cursor: pointer;
}

.wpcf7-checkbox {
  position: relative;
}
@media screen and (max-width: 600px) {
  .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 14px;
  }
}

.privacy__check {
  margin-top: 27px;
  display: flex;
  justify-content: center;
}
.privacy__check .wpcf7-list-item-label {
  display: block;
  max-width: 250px;
}
.privacy__check .wpcf7 input[type=checkbox] {
  border-radius: 0 !important;
}
.privacy__check .wpcf7 input[type=checkbox]:checked::after {
  content: "✔" !important;
  font-size: 16px !important;
  position: absolute;
  top: 4.5px;
  left: 4.5px;
  color: #64CC18 !important;
  width: 0 !important;
  height: 0 !important;
}

.wpcf7 input[type=checkbox] {
  width: 23px;
  height: 23px;
  border: 1px solid #7F7F7F;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  background-color: #fff;
  box-sizing: border-box;
  transition: border 0.2s ease;
  position: absolute;
  margin-left: -28px;
}

.wpcf7 input[type=checkbox]:checked {
  border-color: #64CC18;
}

.wpcf7 input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 4.5px;
  left: 4.5px;
  width: 12px;
  height: 12px;
  background-color: #64CC18;
  border-radius: 50%;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0px;
}

.wpcf7-submit {
  cursor: not-allowed;
}

.wpcf7-submit.enabled {
  background-color: #64CC18;
  color: #fff;
  cursor: pointer;
}

.wpcf7-spinner {
  display: none !important;
}

.contact-thanks {
  padding-top: 168px;
  padding-bottom: 126px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .contact-thanks {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}

.contact-thanks__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .contact-thanks__ttl {
    font-size: 26px;
    line-height: 1.8;
  }
}
.contact-thanks__ttl br {
  display: none;
}
@media screen and (max-width: 600px) {
  .contact-thanks__ttl br {
    display: block;
  }
}

.contact-thanks__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.125;
  letter-spacing: 0.05em;
  margin-top: 33px;
}
@media screen and (max-width: 600px) {
  .contact-thanks__txt {
    font-size: 14px;
    line-height: 2.1;
    margin-top: 40px;
  }
}

.contact-thanks__btn {
  width: 300px;
  height: 80px;
  margin-top: 45px;
  margin-inline: auto;
  border-radius: 40px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .contact-thanks__btn {
    margin-top: 40px;
  }
}

.top-page-header .second-header {
  display: none;
}

.top-header {
  justify-content: right !important;
  background-color: transparent !important;
}

.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 1001;
  width: 100%;
  height: 90px;
  padding-left: 33px;
  padding-right: 33px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 600px) {
  .header {
    height: 50px;
    padding-left: 2.6666666667%;
    padding-right: 3.7333333333%;
    background-color: #FFFFFF;
  }
}

.header__logo--img {
  width: 134px;
  height: 78px;
}
@media screen and (max-width: 600px) {
  .header__logo--img {
    width: 68px;
    height: auto;
  }
}

.header__right {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  gap: 32px;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .header__right {
    gap: 16px;
  }
}

.header__list {
  position: relative;
}

.header__list--text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.8541666667%;
  max-width: 200px;
  min-width: 170px;
  color: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 22px;
  background-color: #64CC18;
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0em;
  line-height: 1.75;
  border: none;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 600px) {
  .header__list--text {
    width: 22.9333333333%;
    padding-top: 4.5px;
    padding-bottom: 4.5px;
    border-radius: 16px;
    min-width: 86px;
    font-size: 10px;
    letter-spacing: 0em;
  }
}
.header__list--text:focus-visible {
  opacity: 0.7;
  transition: opacity 1s;
}
@media (any-hover: hover) {
  .header__list--text:hover {
    opacity: 0.7;
    transition: opacity 1s;
  }
}

.header__drop {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  min-width: 200px;
  background-color: #1a1a1a;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 1002;
  padding: 6px 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (max-width: 600px) {
  .header__drop {
    min-width: 150px;
    margin-top: 4px;
    border-radius: 10px;
  }
}

.header__list:hover .header__drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* タッチデバイス用のアクティブ状態 */
.header__drop.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header__drop--txt {
  display: block;
  padding: 0;
  position: relative;
  transition: all 0.2s ease;
}
.header__drop--txt:first-child {
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 600px) {
  .header__drop--txt:first-child {
    border-radius: 10px 10px 0 0;
  }
}
.header__drop--txt:last-child {
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 600px) {
  .header__drop--txt:last-child {
    border-radius: 0 0 10px 10px;
  }
}
.header__drop--txt a {
  display: block;
  padding: 14px 24px;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media screen and (max-width: 600px) {
  .header__drop--txt a {
    padding: 12px 20px;
    font-size: 12px;
  }
}
.header__drop--txt:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header__drop--txt:hover a {
  color: #64CC18;
  padding-left: 28px;
}
@media screen and (max-width: 600px) {
  .header__drop--txt:hover a {
    padding-left: 24px;
  }
}
.header__drop--txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background-color: #64CC18;
  transition: height 0.2s ease;
  border-radius: 0 2px 2px 0;
}
.header__drop--txt:hover::before {
  height: 60%;
}

.btnchangeline {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  color: #333;
  display: inline-block;
  text-decoration: none;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
  width: 80px;
  height: 30px;
  text-align: center;
  padding-top: 2px;
}

.top-page-header .header.second-header,
.top-page-header .header.top-header {
  transition: opacity 240ms ease, transform 240ms ease;
  opacity: 1;
  transform: translateY(0);
}

/* 非表示状態 */
.top-page-header .header.hidden {
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  /* displayは常に保持する（flex等）のでここでは触らない */
}
@media screen and (max-width: 480px) {
  .top-page-header .header.hidden {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

/* second-header を常に flex にしたい場合（初期スタイル） */
.top-page-header .header.second-header {
  display: flex;
}

@media screen and (max-width: 480px) {
  .top-header {
    display: none;
  }
  .second-header {
    display: flex;
    opacity: 1;
  }
}
.hum-menu {
  position: relative;
  cursor: pointer;
  width: 36px;
  height: 40px;
  border-radius: 5px;
  display: block;
}
@media screen and (max-width: 600px) {
  .hum-menu {
    width: 22px;
    height: 28px;
  }
}

.top-header .hum-menu span {
  background-color: #fff;
}
.top-header .hum-menu span:nth-of-type(3)::after {
  color: #fff;
}

/*ボタン内側*/
.hum-menu span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  border-radius: 5px;
  background-color: #000;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .hum-menu span {
    background-color: #000;
    height: 1px;
  }
}

.hum-menu span:nth-of-type(1) {
  top: 0px;
}
@media screen and (max-width: 600px) {
  .hum-menu span:nth-of-type(1) {
    top: 2px;
  }
}

.hum-menu span:nth-of-type(2) {
  top: 9px;
}
@media screen and (max-width: 600px) {
  .hum-menu span:nth-of-type(2) {
    top: 8px;
  }
}

.hum-menu span:nth-of-type(3) {
  top: 18px;
}
@media screen and (max-width: 600px) {
  .hum-menu span:nth-of-type(3) {
    top: 14px;
  }
}

.hum-menu span:nth-of-type(3)::after {
  content: "Menu";
  position: absolute;
  top: 11px;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .hum-menu span:nth-of-type(3)::after {
    font-size: 7.5px;
    top: 7px;
  }
}

.hum-menu.active span {
  background-color: #000;
}

.hum-menu.active span:nth-of-type(1) {
  top: 0px;
  transform: translateY(6px) rotate(-30deg);
  width: 130%;
}

.hum-menu.active span:nth-of-type(2) {
  opacity: 0;
}

.hum-menu.active span:nth-of-type(3) {
  top: 12px;
  transform: translateY(-6px) rotate(30deg);
  width: 130%;
}

.hum-menu.active span:nth-of-type(3)::after {
  content: "Close";
  transform: translateY(0) rotate(-30deg);
  top: 20px;
  left: 20px;
  color: #000;
}

.hum-list.active {
  display: block;
}

.hum-list {
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  right: 0;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  padding-top: 218px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
@media screen and (max-width: 1024px) {
  .hum-list {
    padding: 92px 18.9333333333% 0 18.9333333333%;
  }
}

.hum-list__area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15.46875%;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .hum-list__area {
    display: block;
  }
}

.hum-list__area--list {
  width: 30%;
  max-width: 576px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .hum-list__area--list {
    margin-bottom: 40px;
    width: 100%;
  }
}

.hum-list__area--text {
  display: inline-block;
}
.hum-list__area--text:focus-visible {
  opacity: 0.5;
  transition: opacity 0.5s;
}
@media (any-hover: hover) {
  .hum-list__area--text:hover {
    opacity: 0.5;
    transition: opacity 0.5s;
  }
}

.hum-list__area--text-en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2.125rem, 1.375rem + 3.75vw, 5.5rem);
  line-height: 1.25;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .hum-list__area--text-en {
    font-size: 70px;
  }
}
@media screen and (max-width: 600px) {
  .hum-list__area--text-en {
    font-size: 34px;
  }
}

.hum-list__area--text-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1rem, 0.825rem + 0.88vw, 1.875rem);
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .hum-list__area--text-jp {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  .hum-list__area--text-jp {
    font-size: 16px;
  }
}

.hum-list__area--text-jp span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #64CC18;
  border-radius: 50%;
  margin-right: 13px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1024px) {
  .hum-list__area--text-jp span {
    width: 7px;
    height: 7px;
    margin-right: 7px;
  }
}

.footer {
  background-color: #fff;
  width: 100%;
}

.footer__container {
  width: 96.875%;
  margin-inline: auto;
  max-width: 1860px;
}
@media screen and (max-width: 600px) {
  .footer__container {
    width: 90.6666666667%;
  }
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 44px;
}
@media screen and (max-width: 1024px) {
  .footer__top {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .footer__top {
    margin-top: 30px;
    justify-content: space-between;
    gap: 5px;
  }
}

.footer__top--img-area {
  width: 11.5591397849%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .footer__top--img-area {
    width: 23.1182795699%;
  }
}
@media screen and (max-width: 600px) {
  .footer__top--img-area {
    width: 32.3529411765%;
  }
}
@media screen and (max-width: 480px) {
  .footer__top--img-area {
    width: 48.2352941176%;
  }
}

.footer__top--img {
  width: 100%;
  height: auto;
}

.footer__main {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  padding: 40px 3.6458333333% 40px 3.6458333333%;
  margin-top: 38px;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .footer__main {
    margin-top: 25px;
    display: block;
    padding: 34px 0 33px;
    text-align: center;
  }
}

.footer__left {
  width: 78.488372093%;
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer__left {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .footer__left {
    width: 65%;
  }
}
@media screen and (max-width: 600px) {
  .footer__left {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .footer__nav {
    display: none;
  }
}

.footer__list {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 3.1%;
}
@media screen and (max-width: 1024px) {
  .footer__list {
    flex-wrap: wrap;
  }
}

.footer__item--txt {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1440px) {
  .footer__item--txt {
    font-size: 16px;
  }
}
.footer__item--txt:focus-visible {
  opacity: 0.7;
  transition: opacity 0.5s;
}
@media (any-hover: hover) {
  .footer__item--txt:hover {
    opacity: 0.7;
    transition: opacity 0.5s;
  }
}

.footer__ttl--img {
  width: 45.7777777778%;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .footer__ttl--img {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .footer__ttl--img {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .footer__ttl--img {
    width: 71.7333333333%;
    max-width: 400px;
    margin-top: 0;
    margin-inline: auto;
    text-align: left;
  }
}

.footer__right {
  width: 21.511627907%;
}
@media screen and (max-width: 1024px) {
  .footer__right {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .footer__right {
    width: 35%;
  }
}
@media screen and (max-width: 600px) {
  .footer__right {
    width: 100%;
  }
}

.footer__right--img-area {
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media screen and (max-width: 600px) {
  .footer__right--img-area {
    width: 66.99669967%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .footer__right--img-area {
    width: 60%;
  }
}

.footer__right--img {
  width: 62.972972973%;
  height: auto;
}

.footer__address {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 30px;
}
.footer__address a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .footer__address {
    font-size: 14px;
    margin-top: 25px;
  }
}

.footer__txt {
  color: #000;
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .footer__txt {
    font-size: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

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

.view__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 360px;
  height: 96px;
  padding-left: 45px;
  padding-right: 36px;
  background-color: #000;
  border-radius: 48px;
  font-family: "Lexend Exa", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.view__btn:focus-visible {
  background-color: #FFFFFF;
  border: 1px solid #000;
  color: #000;
  transition: 0.3s ease;
}
.view__btn:focus-visible .view__btn--arrow {
  border: 1px solid #000;
  background-color: #000;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .view__btn:hover {
    background-color: #FFFFFF;
    border: 1px solid #000;
    color: #000;
    transition: 0.3s ease;
  }
  .view__btn:hover .view__btn--arrow {
    border: 1px solid #000;
    background-color: #000;
    transition: 0.3s ease;
  }
}
@media screen and (max-width: 600px) {
  .view__btn {
    width: 270px;
    height: 72px;
    border-radius: 36px;
    font-size: 14px;
    letter-spacing: 0em;
    margin-top: 32px;
    padding-left: 36px;
  }
}

.view__btn--arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}
.view__btn--arrow::before {
  content: "";
  display: block;
  width: 12px;
  background-color: #fff;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translate(-50%, -43%);
}
@media screen and (max-width: 600px) {
  .view__btn--arrow {
    width: 36px;
    height: 36px;
  }
}

.view__arrow--line::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 44%;
  left: 60%;
  transform: rotate(-45deg) translate(-44%, -60%);
}

.each .view__btn {
  margin-top: 37px;
}

.each-business .view__btn:focus-visible {
  background-color: #64CC18;
  color: #fff;
  border: 0;
}
.each-business .view__btn:focus-visible .view__btn--arrow {
  background-color: #64CC18;
  border: 1px solid #fff;
}
.each-business .view__btn:focus-visible .view__btn--arrow::before {
  background-color: #fff;
}
@media (any-hover: hover) {
  .each-business .view__btn:hover {
    background-color: #64CC18;
    color: #fff;
    border: 0;
  }
  .each-business .view__btn:hover .view__btn--arrow {
    background-color: #64CC18;
    border: 1px solid #fff;
  }
  .each-business .view__btn:hover .view__btn--arrow::before {
    background-color: #fff;
  }
}

.li-green {
  display: block;
  width: 14px;
  height: 14px;
  background-color: #64CC18;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .li-green {
    width: 10px;
    height: 10px;
  }
}

.ttl {
  font-size: clamp(2.625rem, 2.15rem + 2.38vw, 5rem);
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.025em;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .ttl {
    font-size: 38px;
  }
}

.sub-ttl {
  font-size: clamp(1.125rem, 1.025rem + 0.5vw, 1.625rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .sub-ttl {
    font-size: 18px;
  }
}

.each-page {
  position: relative;
  overflow: hidden;
  padding-top: 488px;
}
@media screen and (max-width: 600px) {
  .each-page {
    padding-top: 215px;
  }
}

.each-page__ttl-area--img {
  width: 2058px;
  height: auto;
  position: absolute;
  top: -116px;
  left: -65px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .each-page__ttl-area--img {
    width: 586px;
    top: 32px;
    left: -18px;
  }
}

.each-page__ttl-area--btm-img {
  width: 2532px;
  height: auto;
  position: absolute;
  top: -544px;
  left: -352px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .each-page__ttl-area--btm-img {
    width: 695px;
    top: -80px;
    left: -97.5px;
  }
}

.each-page__ttl-area-text {
  position: absolute;
  z-index: 3;
  top: 0%;
  left: 10.9375%;
  width: 100%;
  height: 406px;
}
@media screen and (max-width: 600px) {
  .each-page__ttl-area-text {
    height: 180px;
    left: 10.9333333333%;
  }
}

.each-page__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  position: absolute;
  top: 42%;
  left: 3.5%;
  transform: translate(-3.5%, -42%);
  z-index: 6;
}
@media screen and (max-width: 1440px) {
  .each-page__ttl {
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .each-page__ttl {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .each-page__ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .each-page__ttl {
    font-size: 26px;
    top: 55%;
    left: 0;
    transform: translate(0, -55%);
  }
}
@media screen and (max-width: 374px) {
  .each-page__ttl {
    font-size: 22px;
  }
}
.each-page__ttl::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 55%;
  background-color: #64CC18;
  position: absolute;
  top: 50%;
  left: -26%;
  transform: translate(26%, -55%);
}
@media screen and (max-width: 1024px) {
  .each-page__ttl::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 600px) {
  .each-page__ttl::before {
    width: 12px;
    height: 12px;
  }
}

.page-contact .each-page__ttl::before {
  left: -15%;
}

.page-philosophy .each-page__ttl::before {
  left: -55%;
  transform: translate(40%, -50%);
}
@media screen and (max-width: 1440px) {
  .page-philosophy .each-page__ttl::before {
    transform: translate(55%, -50%);
  }
}

.each-page__sub-ttl {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 156px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.025em;
  color: #f7f7f7;
  text-transform: uppercase;
  position: absolute;
  top: 27.8%;
  left: 6.8%;
  transform: translate(-6.8%, -27.8%);
  z-index: 5;
}
@media screen and (max-width: 1440px) {
  .each-page__sub-ttl {
    font-size: 120px;
    top: 40%;
    transform: translateY(-40%);
  }
}
@media screen and (max-width: 1024px) {
  .each-page__sub-ttl {
    font-size: 97px;
  }
}
@media screen and (max-width: 768px) {
  .each-page__sub-ttl {
    font-size: 75px;
  }
}
@media screen and (max-width: 600px) {
  .each-page__sub-ttl {
    font-size: 42px;
    top: 59%;
    left: 10.6%;
    transform: translate(0, -59%);
  }
}
@media screen and (max-width: 374px) {
  .each-page__sub-ttl {
    font-size: 38px;
    top: 58%;
    left: 8%;
    transform: translate(0, -58%);
  }
}

.each-page__category {
  position: absolute;
  top: 79.5%;
  transform: translateY(-79.5%);
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 6px;
  color: #7F7F7F;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15em;
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .each-page__category {
    font-size: 10px;
    top: 81%;
    left: -6%;
  }
}

.breadcrumb-top {
  padding-bottom: 2px;
  border-bottom: 1px solid #64CC18;
}
.breadcrumb-top a {
  color: #64CC18;
}

.each-page__category--left {
  padding-bottom: 2px;
  border-bottom: 1px solid #64CC18;
  color: #64CC18;
  text-transform: uppercase;
}

.each-page__category--line {
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #7F7F7F;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 10px;
}

.slider .slick-slide {
  margin: 50px 16px 0 16px;
}
@media screen and (max-width: 1024px) {
  .slider .slick-slide {
    margin: 50px 8px 0 8px;
  }
}
@media screen and (max-width: 600px) {
  .slider .slick-slide {
    margin: 20px 5px 0 5px;
    border-radius: 20px;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000; /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */