@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style-type: none;
}

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

button {
  background-color: transparent;
  border-style: none;
}

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

.home-body img,
.under01-body img {
  display: block;
  object-fit: contain;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.42;
  color: #333333;
}

@media(max-width:834px) {
  body {
    font-size: 1.4rem;
  }
}

body.fixed {
  height: 100%;
  overflow-y: hidden;
}

body.fixed main {
  /* filter: blur(20px); */
}

main {
  position: relative;
  z-index: 2;
}

:root {
  --jp: "Noto Sans JP", sans-serif;
  --en: "Tenor Sans", sans-serif;
  --en02: "Hanken Grotesk", sans-serif;
}

.jp {
  font-family: var(--jp);
}

.en {
  font-family: var(--en);
  font-weight: 400;
}

.en02 {
  font-family: var(--en02);
  font-weight: 300;
}

.italic {
  font-style: italic;
}


/* -------------------------
 * フォントサイズのroot
 * ------------------------- */
:root {
  --f10: 1rem;
  --f10all: 1rem;
  --f12: 1.2rem;
  --f12all: 1.2rem;
  --f13: 1.3rem;
  --f13all: 1.3rem;
  --f14: 1.4rem;
  --f14all: 1.4rem;
  --f15: 1.5rem;
  --f15all: 1.5rem;
  --f16: 1.6rem;
  --f17: 1.7rem;
  --f18: 1.8rem;
  --f19: 1.9rem;
  --f20: 2rem;
  --f21: 2.1rem;
  --f22: 2.4rem;
  --f24: 2.4rem;
  --f26: 2.6rem;
  --f28: 2.8rem;
  --f30: 3rem;
  --f32: 3.2rem;
  --f34: 3.4rem;
  --f36: 3.6rem;
  --f38: 3.8rem;
  --f40: 4rem;
  --f42: 4.2rem;
  --f44: 4.4rem;
  --f46: 4.6rem;
  --f48: 4.8rem;
  --f50: 5rem;
  --f52: 5.2rem;
  --f54: 5.4rem;
  --f56: 5.6rem;
  --f58: 5.8rem;
  --f60: 6rem;
  --f62: 6.2rem;
  --f64: 6.4rem;
  --f70: 7rem;
  --f80: 8rem;
  --f90: 9rem;
  --f100: 10rem;
  --f120: 12rem;
}

@media(max-width:1667px) {
  :root {
    --f10: 1rem;
    --f10all: 1rem;
    --f12: 1.2rem;
    --f12all: 1.2rem;
    --f13: 1.3rem;
    --f13all: 1.3rem;
    --f14: 1.4rem;
    --f14all: 1.4rem;
    --f15: 1.5rem;
    --f15all: 1.5rem;
    --f16: 1.6rem;
    --f17: 1.7rem;
    --f18: 1.8rem;
    --f19: 1.9rem;
    --f20: 1.85rem;
    --f21: 1.9rem;
    --f22: 2rem;
    --f24: 2.1rem;
    --f26: 2.25rem;
    --f28: 2.4rem;
    --f30: 2.6rem;
    --f32: 2.8rem;
    --f34: 2.8rem;
    --f36: 3rem;
    --f38: 3rem;
    --f40: 3.15rem;
    --f42: 3.2rem;
    --f44: 3.3rem;
    --f46: 3.4rem;
    --f48: 3.9rem;
    --f50: 4rem;
    --f52: 4.1rem;
    --f54: 4.2rem;
    --f56: 4.3rem;
    --f58: 4.4rem;
    --f60: 4.5rem;
    --f62: 4.5rem;
    --f64: 4.6rem;
    --f70: 5rem;
    --f80: 5.5rem;
    --f90: 6rem;
    --f100: 6.75rem;
    --f120: 8rem;
  }
}

@media(max-width:834px) {
  :root {
    --f10: 0.9rem;
    --f10all: 1rem;
    --f12: 1.1rem;
    --f12all: 1.2rem;
    --f13: 1.2rem;
    --f13all: 1.3rem;
    --f14: 1.3rem;
    --f14all: 1.4rem;
    --f15: 1.4rem;
    --f15all: 1.5rem;
    --f16: 1.5rem;
    --f17: 1.6rem;
    --f18: 1.6rem;
    --f19: 1.6rem;
    --f20: 1.675rem;
    --f21: 1.7rem;
    --f22: 1.75rem;
    --f24: 1.8rem;
    --f26: 1.825rem;
    --f28: 1.85rem;
    --f30: 1.875rem;
    --f32: 1.9rem;
    --f34: 2.0rem;
    --f36: 2.0rem;
    --f38: 2.1rem;
    --f40: 2.15rem;
    --f42: 2.4rem;
    --f44: 2.4rem;
    --f46: 2.4rem;
    --f48: 2.4rem;
    --f50: 2.4rem;
    --f52: 2.5rem;
    --f54: 2.6rem;
    --f56: 2.7rem;
    --f58: 2.8rem;
    --f60: 3.0rem;
    --f62: 3.1rem;
    --f64: 3.2rem;
    --f70: 3.6rem;
    --f80: 4.2rem;
    --f90: 4.6rem;
    --f100: 5rem;
    --f120: 6rem;
  }
}

.txt {
  font-size: var(--f16);
  font-weight: 400;
  line-height: 1.73;
}

.f120 {
  font-size: var(--f120);
}

.f100 {
  font-size: var(--f100);
}

.f90 {
  font-size: var(--f90);
}

.f80 {
  font-size: var(--f80);
}

.f70 {
  font-size: var(--f70);
}

.f64 {
  font-size: var(--f64);
}

.f62 {
  font-size: var(--f62);
}

.f60 {
  font-size: var(--f60);
}

.f54 {
  font-size: var(--f54);
}

.f52 {
  font-size: var(--f52);
}

.f50 {
  font-size: var(--f50);
}

.f48 {
  font-size: var(--f48);
}

.f42 {
  font-size: var(--f42);
}

.f40 {
  font-size: var(--f40);
}

.f36 {
  font-size: var(--f36);
}

.f32 {
  font-size: var(--f32);
}

.f30 {
  font-size: var(--f30);
}

.f28 {
  font-size: var(--f28);
}

.f26 {
  font-size: var(--f26);
}

.f24 {
  font-size: var(--f24);
}

.f22 {
  font-size: var(--f22);
}

.f21 {
  font-size: var(--f21);
}

.f20 {
  font-size: var(--f20);
}

.f18 {
  font-size: var(--f18);
}

.f17 {
  font-size: var(--f17);
}

.f16 {
  font-size: var(--f16);
}

.f15 {
  font-size: var(--f15);
}

.f15all {
  font-size: var(--f15all);
}

.f14 {
  font-size: var(--f14);
}

.f14all {
  font-size: var(--f14all);
}

.f13 {
  font-size: var(--f13);
}

.f13all {
  font-size: var(--f13all);
}

.f12 {
  font-size: var(--f12);
}

.f12all {
  font-size: var(--f12all);
}

.f10 {
  font-size: var(--f10);
}

.f10all {
  font-size: var(--f10all);
}

.b {
  font-weight: 700;
}

.sb {
  font-weight: 600;
}

.m {
  font-weight: 500;
}

.r {
  font-weight: 400;
}

.dl {
  font-weight: 300;
}

.l {
  font-weight: 200;
}

.t {
  font-weight: 100;
}

.fcw {
  color: #fff;
}

.fcgy {
  color: #b1b1b1;
}

.fcb {
  color: #333333;
}

.fcgn {
  color: #15950d;
}

.fc-grad {
  width: fit-content;
  background: linear-gradient(360deg, #519d9a 0%, #9bc797 70%, #9bc797 100%);
  background-size: 100% 100%;
  background-position: left;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.lh2 {
  line-height: 2
}

.lh18 {
  line-height: 1.8
}

.lh16 {
  line-height: 1.6
}

.lh15 {
  line-height: 1.5
}

.lh12 {
  line-height: 1.2
}

.tac {
  text-align: center;
}

.tas {
  text-align: start;
}

.tae {
  text-align: end;
}

.bgfcw {
  background: #fff;
}

.bggy {
  background: #f6f6f6;
}

.bglgn {
  background: #f3faf0;
}

.pad {
  padding: 150px 0;
}

.padtop {
  padding-top: 150px;
}

.padbtm {
  padding-bottom: 150px;
}

@media(max-width:1667px) {
  .pad {
    padding: 9vw 0;
  }

  .padtop {
    padding-top: 9vw;
  }

  .padbtm {
    padding-bottom: 9vw;
  }
}

@media(max-width:834px) {
  .pad {
    padding: 60px 0;
  }

  .padtop {
    padding-top: 60px;
  }

  .padbtm {
    padding-bottom: 60px;
  }
}


@media(max-width:500px) {
  .pad {
    padding: 50px 0;
  }

  .padtop {
    padding-top: 50px;
  }

  .padbtm {
    padding-bottom: 50px;
  }
}

.s_pad {
  padding: 100px 0;
}

.s_padtop {
  padding-top: 100px;
}

.s_padbtm {
  padding-bottom: 100px;
}

@media(max-width:1667px) {
  .s_pad {
    padding: 6vw 0;
  }

  .s_padtop {
    padding-top: 6vw;
  }

  .s_padbtm {
    padding-bottom: 6vw;
  }
}

@media(max-width:834px) {
  .s_pad {
    padding: 50px 0;
  }

  .s_padtop {
    padding-top: 50px;
  }

  .s_padbtm {
    padding-bottom: 50px;
  }
}


@media(max-width:500px) {
  .s_pad {
    padding: 50px 0;
  }

  .s_padtop {
    padding-top: 50px;
  }

  .s_padbtm {
    padding-bottom: 50px;
  }
}


@media(max-width:834px) {}

.sec-ttl__area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-ttl__area::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  background: #ebebeb;
}

.sec-ttl__wrap {
  position: relative;
  z-index: 2;
  padding-left: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.8em;

  padding-right: 0.5em;
  background: #fff;
}

.bggy .sec-ttl__wrap {
  background: #f6f6f6;
}

.bglgn .sec-ttl__wrap {
  background: #f3faf0;
}

.sec-ttl__wrap::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  background: url(../img/common/sec-icon.webp) no-repeat center / contain;
}

.sec-ttl__en {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Tenor Sans", sans-serif;
}

@media(max-width:834px) {
  .sec-ttl__wrap {
    padding-left: 1.5em;
    font-size: 1.7rem;
  }

  .sec-ttl__en {
    font-size: 1rem;
  }
}

@media(max-width:500px) {
  .sec-ttl__wrap {
    gap: 0.5em;
    padding-right: 0.5em;
    padding-left: 1.1em;
  }

  .sec-ttl__wrap::before {
    top: 20%;
    width: 1.1rem;
    height: 1.1rem;
  }
}

.sec-mess__wrap {
  display: flex;
  flex-direction: column;
}

.sec-mess {}

@media(max-width:834px) {}


/* .btn-link aタグ */

/* ボタン */
.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 300px;
  height: 80px;
  line-height: 80px;
  border-radius: 5px;
  background: #68bc4e;
  padding: 20px 25px 20px 25px;
}

.btn .btn-txt {
  font-size: 1.6rem;
  color: #fff;
}

@media(max-width:834px) {
  .btn {
    width: 250px;
    height: 65px;
    line-height: 65px;
    border-radius: 5px;
    padding: 20px 15px 20px 20px;
  }
}

/* セクション頭のみ */
.sec-ttl__link {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-left: 0.5em;
}

.bggy .sec-ttl__link {
  background: #f6f6f6;
}

@media(max-width:600px) {
  .sec-ttl__link {
    padding-left: 0;
  }
}


/* テキスト＋矢印 */
.btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-arrow {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 20px;
  height: 20px;
  line-height: 20px;

  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background-color: #25a71d;

  border-radius: 15px;
}

.btn-arrow::before,
.btn-arrow::after {
  content: '\f1df';
  font-family: "Material Symbols Outlined";
  width: 100%;
  height: 100%;
}

.btn-arrow::before {
  position: absolute;
  transform: translate(-100%, 0%);
  opacity: 0;
}

.btn-arrow::after {
  position: absolute;
  transform: translate(0, 0);
  opacity: 1;
}

.btn-link:hover .btn-arrow::before {
  transform: translate(0, 0);
  opacity: 1;
  transition: all .3s ease-in-out;
}

.btn-link:hover .btn-arrow::after {
  transform: translate(100%, 0);
  opacity: 0;
  transition: all .3s ease-in-out;
}

.btn-txt {
  transition: all .4s ease-in-out;
}

.btn-link:hover .btn-txt {
  opacity: .7;
}

.h-gn {
  transition: all .4s ease-in-out;
}

a:hover .h-gn {
  color: #15950d;
  opacity: .7;
}


.h-line {
  position: relative;
  display: inline-block;
  width: fit-content;
}

.h-line:hover {
  opacity: .7;
  transition: all .4s ease-in-out;
}

.h-line::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  /* background: inherit; */
  background: #887258aa;
  /* opacity: .8; */
}

/* .fcw .h-line::before {
  background: #ffffffaa;
} */

.h-line:hover::before {
  width: 100%;
  animation: line-dash .6s ease-in-out;
}

@keyframes line-dash {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.icon-link {
  position: relative;
  padding-right: 20px;
}

.icon-link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  background: url(../img/common/icon-link.webp) no-repeat center / contain;
}


.h-op {
  transition: all .3s ease-in-out;
}

.h-op:hover {
  opacity: .7;
  transition: all .3s ease-in-out;
}

.h-txt {
  background-image: linear-gradient(90deg, #2b7868, #2b7868);
  /* 線の色 */
  background-position: left bottom;
  /* 線の起点を左・下に設定 */
  background-repeat: no-repeat;
  background-size: 0 1px;
  /* 線の横幅を0、縦幅を2pxに */
  padding-bottom: 4px;
  /* 下線を下にズラす */
  transition: background-size .6s;
  /* 変形をアニメーション化 */
}

.h-txt:hover {
  background-size: 100% 1px;
  /* 線の横幅を100%にする */
  transition: all .6s ease-in-out;
}

@media(max-width:1667px) {}


.h-sc {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.h-sc__img {
  transform: scale(1);
  transition: all .4s ease-in-out;
}

.h-sc:hover .h-sc__img {
  transform: scale(1.03);
}

/* img 以外にも要素がある時の */
.h-sc__img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.h-op {
  transition: all .4s ease-in-out;
}

.h-op:hover {
  opacity: .7;
  transition: all .4s ease-in-out;
}

@media(max-width:1667px) {}

.inner-s {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.inner {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}

.box {
  position: relative;
  width: 95%;
  border-radius: 20px;
  margin: 20px auto;
}

/* .box-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

.box-inner {
  max-width: 1500px;
  width: 90vw;
  margin: 0 auto;
}

@media(max-width:834px) {
  .box {
    border-radius: 8px;
    margin: 20px auto;
  }
}

@media(max-width:500px) {}

.min1201 {
  display: block;
}

.max1200 {
  display: none;
}

@media(max-width:1200px) {
  .min1201 {
    display: none;
  }

  .max1200 {
    display: block;
  }
}

.min1101 {
  display: block;
}

.max1100 {
  display: none;
}

@media(max-width:1100px) {
  .min1101 {
    display: none;
  }

  .max1100 {
    display: block;
  }
}

.max834 {
  display: none;
}

.min835 {
  display: block;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media(max-width:834px) {

  .max834 {
    display: block;
  }

  .min835 {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

.min701 {
  display: block;
}

.max700 {
  display: none;
}

@media(max-width:700px) {
  .min701 {
    display: none;
  }

  .max700 {
    display: block;
  }
}

.min601 {
  display: block;
}

.max600 {
  display: none;
}

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

  .max600 {
    display: block;
  }
}

.max550 {
  display: none;
}

@media(max-width:550px) {
  .max550 {
    display: block;
  }
}

.min501 {
  display: block;
}

.max500 {
  display: none;
}

@media(max-width:500px) {

  .min501 {
    display: none;
  }

  .max500 {
    display: block;
  }
}

.max450 {
  display: none;
}

@media(max-width:450px) {
  .max450 {
    display: block;
  }
}

.max400 {
  display: none;
}

@media(max-width:400px) {
  .max400 {
    display: block;
  }
}

.max380 {
  display: none;
}

@media(max-width:380px) {
  .max380 {
    display: block;
  }
}

.max370 {
  display: none;
}

@media(max-width:370px) {
  .max370 {
    display: block;
  }
}

.max359 {
  display: none;
}

@media(max-width:359px) {
  .max359 {
    display: block;
  }
}

.loadin01 {
  opacity: 0;
  transform: scale(1.05);
}

.loadin01.show {
  opacity: 1;
  transform: scale(1);
  transition: all 1s 0s ease-in-out;
  /* transition: opacity 1s ease-in-out, transform 1s ease-in-out; */
}

.loadin02 {
  clip-path: inset(0 100% 0 0);
}

.loadin02.show {
  clip-path: inset(0);
  transition: clip-path .3s .8s ease-out;
}

.loadin03 {
  opacity: 0;
}

.loadin03.show {
  opacity: 1;
  transition: all .4s 1.4s ease-in-out;
}

.loadin04 {
  opacity: 0;
  /* transform: translate(0, 100%); */
}

.loadin04.show {
  opacity: 1;
  /* transform: translate(0, 0); */
  transition: all 1.4s 3s ease-in-out;
}

.loadin05 {
  clip-path: polygon(0 0, -9rem 0, 0 100%, 0% 100%);
}

.loadin05.show {
  clip-path: polygon(0 0, 100% 0, calc(100% + 9rem) 100%, 0% 100%);
  transition: clip-path 1.2s 4s ease-out;
}

.fadein {
  opacity: 0;
  transform: translate(0, 40px);
}

.fadein.show {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .6s ease-in-out;
}

.fadein_txt {
  clip-path: inset(0 100% 0 0);
}

.fadein_txt.show {
  clip-path: inset(0);
  transition: all 1.2s ease-out;
}

.fadein01 {
  opacity: 0;
  transform: translate(0, 20px);
}

.fadein01.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .6s ease-in-out .1s;
}

.fadein02 {
  opacity: 0;
  transform: translate(0, 20px);
}

.fadein02.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .6s ease-in-out .2s;
}

.fadein03 {
  opacity: 0;
  transform: translate(0, 20px);
}

.fadein03.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .6s ease-in-out .3s;
}

.fadein04 {
  opacity: 0;
  transform: translate(0, 20px);
}

.fadein04.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .6s ease-in-out .4s;
}

.fadein05 {
  opacity: 0;
  transform: translate(0, 20px);
}

.fadein05.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: all .6s ease-in-out .5s;
}


.header {
  /* position: fixed;
  z-index: 1000;
  top: 0;
  left: 2.5vw;
  width: 95vw;
  height: 100px;
  border-bottom: 1px solid #d7dde6;
  border-bottom: 1px solid #ffffff50; */
}

/* .header.fixed {
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: 80px;
  border-radius: 10px;
  background: none;
  box-shadow: .1rem .1rem .4rem rgba(12, 2, 0, .1);
  -webkit-backdrop-filter: saturate(120%) blur(20px);
  backdrop-filter: saturate(120%) blur(20px);
} */

.header-l {
  position: fixed;
  z-index: 100;
  top: 20px;
  left: 50px;
  height: 70px;
  display: flex;
  align-items: center;
  transition: all .4s ease-in-out;
}

.header.hidden .header-l {
  opacity: 0;
  visibility: hidden;
}

.header-logo__wrap {
  line-height: 1;
  width: 155px;
}

img.header-logo__w {
  display: none;
}

img.header-logo__b {
  display: block;
}

.fcw img.header-logo__w {
  display: block;
}

.fcw img.header-logo__b {
  display: none;
}

.header-nav {
  position: fixed;
  z-index: 90;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: 70px;
  border-radius: 10px;
  background: #fff;
  box-shadow: .1rem .1rem .4rem rgba(12, 2, 0, .1);
  -webkit-backdrop-filter: saturate(120%) blur(20px);
  backdrop-filter: saturate(120%) blur(20px);
  transition: all .4s ease-in-out;
}

.fcw .header-nav {
  background: #ffffff33;
}

.header.hidden .header-nav {
  opacity: 0;
  visibility: hidden;
}

.header-nav__list {
  display: flex;
  justify-content: center;
  gap: 2px 35px;
}

.header-nav__item {
  position: relative;
}

.header-nav__item.is-current::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #5db757;
}

.header-nav__item-link {
  display: flex;
  align-items: center;
  height: 100px;
  white-space: nowrap;
}

.header-nav__item-link {
  height: 70px;
}

.header-r {
  position: fixed;
  z-index: 300;
  top: 25px;
  right: 25px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.header-btn {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #25a71d;
}

.header-btn:hover {
  cursor: pointer;
}

.header-btn__ham {
  position: relative;
  width: 16px;
  height: 16px;
  margin: auto;
  overflow: hidden;
}

.header-btn__ham span {
  position: absolute;
  top: 30%;
  left: 0%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all .4s ease;
}

.header-btn__ham span:nth-of-type(1) {
  top: 25%;
}

.header-btn__ham span:nth-of-type(2) {
  top: 50%;
}

.header-btn__ham span:nth-of-type(3) {
  top: 75%;
}

.header-btn.active span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}

.header-btn.active span:nth-of-type(2),
.header-btn.active span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}

@media(max-width:1500px) {}

@media(max-width:1334px) {}

@media(max-width:1200px) {
  .header-l {
    top: 40px;
    left: 20px;
    height: fit-content;
  }

  .header-nav {
    display: none;
  }

  .header-nav__list {
    font-size: 1.4rem;
    justify-content: start;
    gap: 2px 25px;
    padding-left: 260px;
  }

  .header-r {
    top: 30px;
    right: 30px;
  }
}

@media(max-width:834px) {}

@media(max-width:600px) {
  .header-l {
    top: 15px;
    left: 15px;
  }

  .header-logo__wrap {
    width: 127px;
  }

  .header-r {
    top: 10px;
    right: 10px;
    gap: 7px;
  }

  .header-btn {
    width: 50px;
    height: 50px;
  }
}

@media(max-width:380px) {}


.menu_back {
  position: fixed;
  z-index: 190;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: .3;
  display: none;
}

.menu_back.active {
  display: block;
}

.menu {
  position: fixed;
  z-index: 200;
  top: 10px;
  right: 10px;
  width: 360px;
  height: calc(100% - 20px);
  background: #fff;
  border-radius: 5px;
  padding: 50px 0 70px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  overflow: scroll;
}

.menu.active {
  opacity: 1;
  visibility: visible;
}

.menu-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  padding: 50px 7% 0;
  margin: 0 auto;
}

.menu-nav__list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.menu-nav__item {
  position: relative;
  display: flex;
  gap: 20%;
  padding: 25px 0 25px 2%;
}

.menu-nav__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #eee;
}

.menu-nav__item-children {
  display: flex;
  flex-direction: column;
  gap: 1em;
  color: #b1b1b1;
}

.menu-nav__item-ttl {
  line-height: 1;
}

.menu-contact__btn {
  width: 100%;
  background: #32634b;
  margin-top: 15px;
}

@media(max-width:1334px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {}

@media(max-width:500px) {
  .menu {
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    align-items: center;
    padding: 40px 0;
  }

  .menu-inner {
    padding: 45px 7% 40px;
  }

}

@media(max-width:380px) {}

@media(max-width:359px) {}

.home-fv {
  position: relative;
}

.home-fv__slider-area {
  position: relative;
}

/* スライダー */

.home-fv__slider-item {
  position: relative;
}

img.home-fv__img {
  transform: scale(1.1);
}

.swiper-slide-active img.home-fv__img {
  transform: scale(1);
  transition: all 2.6s ease-out;
}

.swiper-slide-prev img.home-fv__img {
  transform: scale(1);
}

img.home-fv__img-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  transform: scale(1.1);
}

.swiper-slide-active img.home-fv__img-over {
  transform: scale(1);
  transition: all 2.6s ease-out;
}

.swiper-slide-prev img.home-fv__img-over {
  transform: scale(1);
}


/* ライン */
@keyframes glow {
  50% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes glow_bg {
  to {
    background-position: 100% 100%
  }
}

.slide-line__set {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}

.slide-line__glow,
.slide-line__line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}

.slide-line__line {
  /* -webkit-mask-image: url(../img/home/line.png); */
  -webkit-mask-image: url(../img/home/slide_line.webp);
  -webkit-mask-position: left;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-clip: fill-box;
  -webkit-mask-size: 100vw;
  /* mask-image: url(../img/home/line.png); */
  mask-image: url(../img/home/slide_line.webp);
  mask-position: left;
  mask-repeat: no-repeat;
  mask-clip: fill-box;
  mask-size: 100vw
}

.slide-line__line:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(90deg, #FFAB1A 0%, #FAFBFD 40%, #BEC1EA 48%, #898FD9 56%, #5E66CB 61%, #3D47C0 66%, #2530B9 73%, #1622B4 80%, #121EB3 85%); */
  /* background: linear-gradient(90deg, #a5bc62 0%, #FAFBFD 40%, #BEC1EA 48%, #898FD9 56%, #5E66CB 61%, #3D47C0 66%, #2530B9 73%, #1622B4 80%, #4aae62 85%); */
  background: linear-gradient(90deg, #a5bc62 0%, #4aae62 85%);
  z-index: 1;
  -webkit-mask-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%)
}

.slide-line__glow {
  /* -webkit-mask-image: url(../img/home/line.png); */
  -webkit-mask-image: url(../img/home/slide_line.webp);
  -webkit-mask-position: left;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-clip: fill-box;
  -webkit-mask-size: 100vw;
  /* mask-image: url(../img/home/line.png); */
  mask-image: url(../img/home/slide_line.webp);
  mask-position: left;
  mask-repeat: no-repeat;
  mask-clip: fill-box;
  mask-size: 100vw
}

.slide-line__glow:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(135deg, #4aae62 0%, rgba(255, 255, 255, 0.7) 8%, #4aae62 16%, rgba(255, 255, 255, 0.5) 24%, #4aae62 32%);
  background-size: 200% 200%;
  z-index: 1;
  -webkit-mask-image: linear-gradient(220deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(220deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%)
}

.swiper-slide-active .slide-line__line {
  width: calc(100vw + 20%);
  /* transition-duration: 1.5s; */
  transition-duration: 2.6s;
  /* transition-delay: 1.2s; */
  transition-delay: 0.8s;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1)
}

.swiper-slide-active .slide-line__glow {
  animation-name: glow;
  /* animation-duration: 2s; */
  animation-duration: 2s;
  /* animation-delay: 1.75s; */
  animation-delay: 1.35s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.swiper-slide-active .slide-line__glow:before {
  animation-name: glow_bg;
  /* animation-duration: 5s; */
  animation-duration: 4s;
  animation-delay: 0s;
  animation-direction: reverse;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1)
}

.slide-line__line {
  width: 0;
  transition-property: width;
  transition-duration: 0s;
  /* transition-delay: 5s; */
  transition-delay: .4s;
  will-change: width
}

.slide-line__glow {
  opacity: 0;
  /* animation-delay: 5s */
  animation-delay: 1s
}

.slide-line__glow:before {
  /* animation-delay: 5s */
  animation-delay: 1s
}

/* 文字 */

.home-fv__cont {
  position: absolute;
  z-index: 10;
  left: 5%;
  bottom: 10vh;
}

.home-fv__slogan {
  display: flex;
  flex-direction: column;
}

.home-fv__slogan02 {
  width: 40vw;
  margin: 30px auto 40px;
}

/* SP用ライン（スクロールで出現） */

/* @keyframes glow {
  50% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes glow_bg {
  to {
    background-position: 100% 100%
  }
} */

.fadein-line__set {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.fadein-line__glow,
.fadein-line__line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}

.fadein-line__line {
  -webkit-mask-image: url(../img/home/line_sp.webp);
  -webkit-mask-position: left;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-clip: fill-box;
  -webkit-mask-size: 100vw;
  mask-image: url(../img/home/line_sp.webp);
  mask-position: left;
  mask-repeat: no-repeat;
  mask-clip: fill-box;
  mask-size: 100vw
}

.fadein-line__line:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #a5bc62 0%, #4aae62 85%);
  z-index: 1;
  -webkit-mask-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%)
}

.fadein-line__glow {
  -webkit-mask-image: url(../img/home/line_sp.webp);
  -webkit-mask-position: left;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-clip: fill-box;
  -webkit-mask-size: 100vw;
  mask-image: url(../img/home/line_sp.webp);
  mask-position: left;
  mask-repeat: no-repeat;
  mask-clip: fill-box;
  mask-size: 100vw
}

.fadein-line__glow:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(135deg, #4aae62 0%, rgba(255, 255, 255, 0.7) 8%, #4aae62 16%, rgba(255, 255, 255, 0.5) 24%, #4aae62 32%);
  background-size: 200% 200%;
  z-index: 1;
  -webkit-mask-image: linear-gradient(220deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(220deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%)
}

.fadein-line__set.show .fadein-line__line {
  width: 100vw;
  transition-duration: 2.5s;
  transition-delay: 0.8s;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1)
}

.fadein-line__set.show .fadein-line__glow {
  animation-name: glow;
  animation-duration: 2s;
  animation-delay: 1.35s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}

.fadein-line__set.show .fadein-line__glow:before {
  animation-name: glow_bg;
  animation-duration: 4s;
  animation-delay: 0s;
  animation-direction: reverse;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1)
}

.fadein-line__line {
  width: 0;
  transition-property: width;
  transition-duration: 0s;
  transition-delay: .4s;
  will-change: width
}

.fadein-line__glow {
  opacity: 0;
  animation-delay: 1s
}

.fadein-line__glow:before {
  animation-delay: 1s
}

/* inner 1500 */
@media(max-width:1667px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .home-fv__slider-wrap {
    position: relative;
  }

  img.home-fv__img-over {
    display: none;
  }

  .home-fv__cont {
    position: relative;
    z-index: 10;
    left: 0;
    bottom: 0;
    color: #333;
    width: 100%;
    padding: 0 5%;
    margin: 50px auto;
  }

  .home-fv__slogan {
    position: relative;
    z-index: 3;
  }

  .home-fv__slogan02 {
    width: 82vw;
    margin: 20px auto 30px 0;
  }
}

@media(max-width:500px) {}

@media(max-width:359px) {}

.home-news {}

.home-news__head {}

.home-news__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 25px;
}

.home-news__item {}

.home-news__item-link {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 30px 50px;
  transition: all .3s ease;
}

.home-news__item-link:hover {
  transform: scale(1.01);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.home-news__item-date {
  color: #9e9e9e;
}

.home-news__item-cate__wrap {
  display: flex;
  flex-direction: wrap;
  gap: 5px 7px;
}

.home-news__item-cate {
  border-radius: 2px;
  border: 1px solid #eeeeee;
  padding: 3px 10px 2px;
}

.home-news__item-ttl {
  margin: 20px 0 25px;
}

/* inner 1500 */
@media(max-width:1667px) {}

@media(max-width:1200px) {}

@media(max-width:1000px) {
  .home-news__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 25px;
  }
}

@media(max-width:834px) {}

@media(max-width:600px) {
  .home-news {
    padding-top: 50px;
  }

  .home-news__ttl {
    padding-right: 0;
  }

  .home-news__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 25px;
  }

  .home-news__item-link {
    padding: 30px;
  }

  .home-news__item-ttl {
    margin: 15px 0 20px;
  }

  .home-news__link {
    margin-top: 30px;
  }
}

@media(max-width:359px) {}

.home-about {
  position: relative;
  display: flex;
  justify-content: end;
}

.home-about__slider-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
}

/* 縦方向のため */
.home-about__slider {
  height: 100%;
  width: 100%;
}

.home-about__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.home-about__slider .swiper-slide {
  width: fit-content;
  height: fit-content;
}

.home-about__slide-img {}


.home-about__cont {
  position: relative;
  width: 65%;
  padding-right: 5%;
  padding-left: 7%;
  overflow: hidden;
}

.home-about__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 3%;
  width: 38vw;
  transform: translate(0, -7%);
  /* opacity: .4; */
}

.home-about__mess {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
  text-align: end;
  line-height: 1.29;
  margin-top: 60px;
}

.home-about__cate-wrap {
  display: flex;
  justify-content: end;
  gap: 5px;
  margin: 25px 0 50px;
}

.home-about__cate {
  border-radius: 2px;
  border: 1px solid #f0f0f0;
  padding: 3px 10px;
}

.home-about__btn {
  margin: 70px 0 0 auto;
}

/* inner 1500 */
@media(max-width:1667px) {}

@media(max-width:1200px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .home-about {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .home-about__slider-area {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
  }

  .home-about__cont {
    position: relative;
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .home-about__bg {
    position: absolute;
    z-index: -1;
    top: 50px;
    right: -3%;
    width: 60vw;
    transform: translate(0, 0);
    /* opacity: .4; */
  }

  .home-about__mess {
    align-items: start;
    gap: 10px;
    margin-top: 40px;
  }

  .home-about__mess02 {
    text-align: start;
  }

  .home-about__cate-wrap {
    justify-content: start;
    gap: 5px;
    margin: 20px 0 35px;
  }

  .home-about__btn {
    margin: 40px auto 0;
  }

}

@media(max-width:600px) {}

@media(max-width:400px) {}

@media(max-width:359px) {}

.home-business {}

.home-business__inner {
  display: flex;
}

.home-business__head {
  position: sticky;
  height: fit-content;
  top: 150px;
  left: 0;
  width: 40%;
  border-right: 1px solid #ebebeb;
  padding-right: 4%;
}

.home-business__cont {
  width: 60%;
  padding-left: 5%;
}

.home-business__mess {
  margin: 50px 0 30px;
}

.home-business__txt {
  margin-bottom: 40px;
}

.home-business__list-ttl__area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #ebebeb;
  padding-bottom: 8px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.home-business__list-ttl__area:not(:first-of-type) {
  margin-top: 100px;
}

.home-business__list-ttl {
  position: relative;
  padding-left: 16px;
}

.home-business__list-ttl::before {
  position: absolute;
  content: '';
  top: 33%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #15950d;
  background-color: #fff;
}

.home-business__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 15px;
}

.home-business__item-ttl {
  margin: 15px 0 12px;
}

.home-business__item-txt {
  line-height: 1.69;
}

@media(max-width:1667px) {}

@media(max-width:1400px) {
  .home-business__head {
    width: calc(100% - 750px);
    padding-right: 4%;
  }

  .home-business__cont {
    width: 750px;
    padding-left: 4%;
  }

}

@media(max-width:1334px) {
  .home-business__head {
    width: calc(100% - 730px);
    padding-right: 4%;
  }

  .home-business__cont {
    width: 730px;
    padding-left: 4%;
  }

}

@media(max-width:1200px) {
  .home-business__inner {
    display: flex;
    flex-direction: column;
  }

  .home-business__head {
    position: static;
    width: 100%;
    padding-right: 0;
    border-right: none;
  }

  .home-business__cont {
    width: 100%;
    padding-left: 0;
    margin-top: 70px;
  }

  .home-business__list-ttl__area {
    margin-top: 0px;
  }

  .home-business__list-ttl__area:not(:first-of-type) {
    margin-top: 70px;
  }
}

@media(max-width:834px) {}

@media(max-width:700px) {
  .home-business__mess {
    margin: 35px 0 25px;
  }

  .home-business__txt {
    margin-bottom: 30px;
  }

  .home-business__link {
    margin: 0 auto;
  }

  .home-business__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 4%;
  }

  .home-business__item-ttl {
    margin: 10px 0 7px;
  }

  .home-business__item-txt {
    display: none;
  }
}

@media(max-width:450px) {
  .home-business__cont {
    margin-top: 50px;
  }

  .home-business__list-ttl__area {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 7px;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }

  .home-business__list-ttl__area:not(:first-of-type) {
    margin-top: 50px;
  }

  .home-business__list-ttl__tag {
    margin-left: 15px;
  }

  .home-business__list {
    gap: 20px 3%;
  }

  .home-business__item .btn-txt {
    font-size: 1.4rem;
  }

  .home-business__item-ttl__small {
    font-size: 1.1rem;
  }

  /* .home-business__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 15px;
  }

  img.home-business__item-img {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
  }

  .home-business__item-ttl {
    justify-content: center;
  }

  img.home-business__consulting-img {
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
  } */
}

@media(max-width:370px) {
  .home-business__item .btn-txt {
    font-size: 1.3rem;
  }

  .home-business__item-ttl__small {
    font-size: 1rem;
  }
}

.home-equipment {}

.home-equipment__slider-area {
  margin-top: 50px;
}

.home-equipment__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.home-equipment__slider .swiper-slide {
  /* width: fit-content;
  height: fit-content; */
}

.home-equipment__slide-img {}


.home-equipment__cont {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.home-equipment__main {
  width: 50%;
}

.home-equipment__mess {
  margin: 50px 0 30px;
}

/* inner 1500 */
@media(max-width:1667px) {}

@media(max-width:1200px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .home-equipment__cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
  }

  .home-equipment__main {
    width: 100%;
  }

  .home-equipment__mess {
    margin: 50px 0 25px;
  }
}

@media(max-width:500px) {
  .home-equipment__slider-area {
    margin-top: 35px;
  }

  .home-equipment__mess {
    margin: 35px 0 25px;
  }

  .home-equipment__link {
    margin: 0 auto;
  }
}

@media(max-width:359px) {}


.home-journal {}

.home-journal__mess {
  margin: 30px 0 0;
}

.home-journal__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1%;
  margin-top: 50px;
}

.home-journal__item-link {}

.home-journal__item-main {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  height: 100%;
  padding: 0 5% 22px 7%;
  background: url(../img/home/journal-bg.webp) no-repeat center bottom / contain;
}

.home-journal__item-cate__wrap {
  display: flex;
  flex-direction: wrap;
  gap: 5px 7px;
}

.home-journal__item-cate {
  color: #333;
  background-color: #fff;
  border-radius: 2px;
  padding: 3px 8px 2px;
}

.home-journal__item-ttl {
  margin: 10px 0;
}

.home-journal__item-date {}


/* inner 1500 */
@media(max-width:1667px) {}

@media(max-width:1200px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {

  .home-journal__head {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .home-journal__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 35px;
  }
}

@media(max-width:600px) {
  .home-journal__mess {
    margin: 10px 0 0;
  }

  .home-journal__list {
    /* display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    width: 100%;
    margin-top: 35px; */
    display: flex;
  }

  .home-journal__item {
    width: 100%;
  }

  /* SP画像サイズ変更 */
  /* img.home-journal__item-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  } */

  .home-journal__link {
    margin-top: 30px;
  }
}

@media(max-width:359px) {}

.home-company {
  background: #32634b;
}

.home-company__recruiting-main {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  width: 90%;
}

.home-company__recruiting-mess {
  margin-bottom: 50px;
}

.home-company__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1%;
  margin-top: 50px;
}

.home-company__item-ttl {
  margin: 15px 0 10px;
}

.home-company__item-txt {
  color: #8aa698;
}

/* inner 1500 */
@media(max-width:1667px) {}

@media(max-width:1200px) {}

@media(max-width:1000px) {
  .home-company__recruiting-main {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
    width: 90%;
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .home-company__recruiting-link {
    /* width: 100%;
    aspect-ratio: 5 / 4; */
  }

  /* img.home-company__recruiting-img {
    object-fit: cover;
    height: 100%;
    object-position: center right;
  } */

  .home-company__recruiting-mess {
    /* margin-bottom: 35px; */
  }

  .home-company__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 2%;
    margin-top: 40px;
  }
}

@media(max-width:834px) {}

@media(max-width:600px) {
  .home-company__list {
    gap: 20px 3%;
  }

  .home-company__item-link {
    border-radius: 5px;
  }

  .home-company__item-link .h-sc__img-wrap {
    border-radius: 5px;
  }

  .home-company__item-ttl {
    margin: 10px 0;
  }

  .home-company__item-ttl .btn-txt {
    font-size: 1.5rem;
  }

  .home-company__item-txt {
    display: none;
  }
}

.common-contact__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.common-contact__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.common-contact__item:nth-of-type(2) {
  border-left: 2px dotted #ddd;
}

.common-contact__item-txt {
  color: #8aa698;
  text-align: center;
  margin: 15px auto 25px;
}

.common-contact__btn {
  background: #32634b;
}

@media(max-width:834px) {
  .common-contact__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }

  .common-contact__item:nth-of-type(2) {
    border-left: none;
  }

  .common-contact__item-ttl {
    font-size: 1.8rem;
  }

  .common-contact__item-txt {
    margin: 10px auto 20px;
  }

  .common-contact__item-tel {
    font-size: 3rem;
  }

}

@media(max-width:500px) {
  .common-contact__item {
    width: 100%;
  }
}

@media(max-width:359px) {}

.footer {
  background: #f6f6f6;
  padding: 80px 0 50px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-l {
  width: 40%;
}

.footer-mess__en {
  color: #888888;
  margin-top: 20px;
}

.footer-r {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.footer-nav__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0px 90px;
  height: 278px;
}

.footer-nav__item {
  margin-bottom: 35px;
}

.footer-nav__item-children {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  margin-top: 1em;
  color: #b1b1b1;
}

.page-top__link {
  color: #32634b;
  text-decoration: underline solid currentColor 1px;
  margin: 40px 0 0 auto;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
  margin-top: 15px;
}

.footer-bottom__l {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-logo {
  display: block;
  width: 223px;
}

.footer-kenko {
  width: 81px;
}

.footer-copy {
  text-align: end;
  color: #a4a4a4;
}


/* inner 1500 */
@media(max-width:1667px) {}

@media(max-width:1200px) {

  .footer-nav__list {
    gap: 0px 50px;
    height: 278px;
  }

  .footer-nav__item {
    margin-bottom: 30px;
  }

  .page-top__link {
    margin: 20px 0 0 auto;
  }

  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-top: 15px;
  }
}

@media(max-width:1000px) {

  .footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
  }

  .footer-l {
    width: 90%;
    max-width: 700px;
  }
}

@media(max-width:834px) {
  .footer-bottom__l {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .footer-logo {
    display: block;
    width: 110px;
  }

  .footer-address {
    text-align: center;
  }
}

@media(max-width:600px) {
  .footer {
    padding: 45px 0 35px;
  }

  .footer-inner {
    gap: 60px;
  }

  .footer-l {
    display: none;
  }

  .footer-r {
    width: 100%;
  }

  .footer-nav__list {
    width: 98%;
    /* max-width: 400px; */
    gap: 0px 50px;
    height: 152px;
  }

  .footer-nav__item {
    margin-bottom: 18px;
  }

  .footer-nav__item-children {
    display: none;
  }

  img.footer-kenko {
    display: none;
  }
}

@media(max-width:450px) {}

@media(max-width:359px) {}

.under-fv {
  width: 100%;
  aspect-ratio: 1680 / 570;
  background: #f6f6f6;
}

.under-fv__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 30px;
}

.line-btm {
  border-bottom: 1px solid #ebebeb;
}

.under-fv__ttl-en {
  position: relative;
  font-size: 1.4rem;
  padding-left: 1.6em;
  margin-bottom: 10px;
}

.under-fv__ttl-en::before {
  content: '';
  position: absolute;
  top: 14%;
  left: 0;
  width: 0.95em;
  height: 0.95em;
  background: url(../img/common/sec-icon.webp) no-repeat center / contain;
}

.under-fv__ttl-jp {
  font-size: 6rem;
  line-height: 1.23;
  font-weight: 500;
}

.under-fv__bottom {
  text-align: end;
  margin-top: 15px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 5px 0;
  margin-top: 90px;
}

.breadcrumb:not(:last-of-type) {
  color: #5db757;
}

.breadcrumb:not(:first-of-type) {
  position: relative;
  padding-left: 40px;
}

.breadcrumb:not(:first-of-type)::before {
  position: absolute;
  top: 0.1em;
  left: 15px;
  /* transform: translate(0, -50%); */
  content: '\e5cc';
  font-family: "Material Symbols Outlined";
  color: #cccccc;
}

/* inner 1500 */
@media(max-width:1667px) {
  .under-fv__ttl-jp {
    font-size: 4.5rem;
  }
}

@media(max-width:1350px) {
  .under-fv {
    width: 100%;
    height: 450px;
  }

  .under-fv__bottom {
    margin-top: 35px;
  }

  .breadcrumbs {
    margin-top: 60px;
  }
}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .under-fv {
    width: 100%;
    height: 380px;
  }

  .under-fv__ttl-en {
    font-size: 1.2rem;
    padding-left: 1.4em;
    margin-bottom: 5px;
  }

  .under-fv__ttl-jp {
    font-size: 3rem;
  }

  .under-fv__bottom {
    margin-top: 50px;
  }

  .under-fv__txt {
    text-align: start;
  }

  .breadcrumbs {
    justify-content: start;
    text-align: start;
    margin-top: 40px;
  }
}

@media(max-width:500px) {
  .under-fv__ttl {
    font-size: 3.5rem;
  }

  .breadcrumb:not(:first-of-type) {
    padding-left: 30px;
  }

  .breadcrumb:not(:first-of-type)::before {
    left: 10px;
  }
}

@media(max-width:359px) {}

.message-cont {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}

.message-cont__inner {
  display: flex;
}

.message-cont__main {
  width: 62%;
  padding-right: 8%;
}

.message-cont__img {
  width: 38%;
}

.message-cont__txt {
  margin: 40px 0;
}

.message-cont__name {
  text-align: end;
}

/* inner 1500 */
@media(max-width:1667px) {}

@media(max-width:1200px) {}

@media(max-width:1000px) {

  .message-cont__inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 35px;
  }

  .message-cont__main {
    width: 100%;
    padding-right: 0%;
  }

  .message-cont__img {
    width: 100%;
    max-width: 400px;
  }

  .message-cont__txt {
    margin: 40px 0;
  }
}

.intro-area__head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.intro-area__tags {
  display: flex;
  gap: 5px;
  margin: 15px 0 0;
}

.intro-area__tag {
  border-radius: 2px;
  border: 1px solid #f0f0f0;
  padding: 3px 10px;
}

.intro-area__img {
  margin-top: 80px;
}

/* inner 1500 */
@media(max-width:1667px) {}

@media(max-width:1200px) {
  .intro-area__head {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .intro-area__img {
    margin-top: 50px;
  }
}

@media(max-width:1000px) {}

@media(max-width:834px) {}

@media(max-width:500px) {
  .intro-area__tags {
    gap: 5px;
    margin: 10px 0 0;
  }

  .intro-area__img {
    margin-top: 30px;
  }
}

@media(max-width:359px) {}

.follow-area {
  border-bottom: 1px solid #ebebeb;
}

.follow-area__inner {
  display: grid;
  grid-template-columns: auto 980px;
}

.follow-area__nav {
  position: sticky;
  top: 130px;
  left: 0;
  height: fit-content;
}

.follow-area__nav-ttl {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 10px;
}

.follow-area__nav-ttl::before {
  content: '';
  position: absolute;
  top: 19%;
  left: 0;
  width: 0.95em;
  height: 0.95em;
  background: url(../img/common/sec-icon.webp) no-repeat center / contain;
}

.follow-area__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 3rem;
  margin-top: 2.5rem;
}

.follow-area__nav-item__link.active {
  color: #15950d;
}

.follow-area__nav-children {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.follow-area__nav-child__link {
  color: #999999;
}

.follow-area__nav-child__link.active {
  color: #7abf56;
}

.follow-area__cont-list {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.follow-area__cont-item {
  scroll-margin-top: 60px;
}

.follow-area__cont-item__ttl {
  display: flex;
  align-items: center;
  width: 100%;
  aspect-ratio: 980 / 160;
  border-radius: 10px;
  padding-left: 5%;
  background: linear-gradient(225deg, #2fb383 0%, #7abf56 100%);
}

.follow-area__cont-item__mess {
  margin-top: 2.5rem;
}

.follow-area__cont-item__img-wrap {
  margin-top: 2.5rem;
}

.follow-area__cont-item__img {
  margin-top: 2.5rem;
}

.follow-area__cont-item__txt {
  margin-top: 2rem;
}


/* inner 1500 */
@media(max-width:1667px) {}

@media(max-width:1500px) {
  .follow-area__inner {
    display: grid;
    grid-template-columns: 300px auto;
  }
}

@media(max-width:1200px) {
  .follow-area__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .follow-area__nav {
    position: static;
    top: 0;
    left: 0;
    height: fit-content;
    display: none;
  }
}

@media(max-width:834px) {
  .follow-area__cont-list {
    gap: 5rem;
  }

  .follow-area__cont-item__img-wrap {
    overflow: scroll;
    width: 100%;
  }

  .follow-area__cont-item__scroll-img {
    /* width: 750px; */
    max-width: none;
  }
}

@media(max-width:500px) {}

@media(max-width:359px) {}

.about-item02__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 4rem;
}

.about-item02__item {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 30px 6%;
}

.about-item02__item-ttl__num {
  display: block;
  width: 40px;
  height: 25px;
  line-height: 25px;
  border-radius: 20px;
  text-align: center;
  background-color: #15950d;
  margin-bottom: 10px;
}

.about-item02__item-txt {
  margin-top: 2rem;
}

/* inner 1500 */
@media(max-width:1667px) {}

@media(max-width:1200px) {}

@media(max-width:1000px) {}

@media(max-width:834px) {
  .about-item02__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 4rem;
  }
}

@media(max-width:500px) {
  .about-item02__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 3rem;
  }

  .about-item02__item {
    padding: 20px 6% 25px;
  }
}

@media(max-width:359px) {}

.business-item02__list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 6rem;
}

.analysis-item01__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 0;
  margin-top: 6rem;
}

.analysis-item01__item {
  border-right: 1px dotted #ddd;
  padding: 0 8%;
}

.analysis-item01__item:nth-of-type(3),
.analysis-item01__item:nth-of-type(6),
.analysis-item01__item:nth-of-type(9) {
  border-right: none;
}

.analysis-item01__ttl {
  height: 90px;
  text-align: center;
  padding-top: 20px;
}

.analysis-item02__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 0;
  margin-top: 6rem;
}

.analysis-item02__item {
  border-right: 1px dotted #ddd;
  padding: 0 8%;
}

.analysis-item02__item:nth-of-type(2) {
  border-right: none;
}

.analysis-item02__ttl {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* inner 1500 */
@media(max-width:1667px) {}

@media(max-width:1200px) {}

@media(max-width:1050px) {
  .analysis-item01__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 0;
    margin-top: 6rem;
  }

  .analysis-item01__item:nth-of-type(odd) {
    border-right: 1px dotted #ddd;
    padding: 0 8%;
  }

  .analysis-item01__item:nth-of-type(even) {
    border-right: none;
  }

  .analysis-item01__item:last-of-type {
    border-right: none;
  }

}

@media(max-width:834px) {}

@media(max-width:600px) {
  .analysis-item01__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem 0;
    margin-top: 4rem;
  }

  .analysis-item01__item:nth-of-type(odd) {
    border-right: none;
  }

  .analysis-item01__ttl {
    height: 80px;
    padding-top: 20px;
  }

  .analysis-item02__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem 0;
    margin-top: 4rem;
  }

  .analysis-item02__item:nth-of-type(1) {
    border-right: none;
  }
}

@media(max-width:359px) {}