@charset "UTF-8";
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
@font-face {
  font-family: "LINE Seed JP";
  src: url("/fonts/lineseedjp-regular.woff2") format("woff2"), url("/fonts/lineseedjp-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.container {
  width: clamp(320px, 83.3%, 1160px);
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .pcnone {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
}
.fade {
  transition: 0.3s ease-in-out;
}

.fade:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

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

.reverse {
  flex-direction: row-reverse;
}

.relative {
  position: relative;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  aspect-ratio: 16/9;
  max-width: 1000px;
  width: 100%;
  height: auto;
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

button {
  width: 200px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
button.left {
  text-align: left;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  button {
    position: relative;
    z-index: 1;
  }
}
button.center {
  display: flex;
  margin: 0 auto;
}
button a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  padding: 23px 18px;
  position: relative;
}
button.white a {
  background-color: #fff;
  color: #00913a;
}
button.white a:after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  aspect-ratio: 5/4;
  background-image: url(/image/top/next.svg);
  background-size: contain;
  position: absolute;
  right: 23px;
}
button.green a {
  background-color: #00913a;
  color: #fff;
  border: 1px solid #00913a;
}
button.green a span {
  color: #fff;
}
button.green a:after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-size: contain;
  aspect-ratio: 5/4;
  background-image: url(/image/top/next.svg);
  position: absolute;
  right: 23px;
  transition: all 0.6s ease; /* ゆっくり変化させる */
}
button:hover.green a {
  background: #fff;
}
button:hover.green a span {
  color: #00913a;
}
button:hover.white a {
  background: #fff100;
}
button:hover.white a span {
  color: #00913a;
}

.green.yoko a {
  position: relative;
}
.green.yoko a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  background-image: url(/image/common/human-w.svg);
}

.green.yoko.headbtn {
  position: fixed;
  top: 20px;
  right: 115px;
  z-index: 1;
}

section.sideimag {
  display: flex;
  justify-content: space-between;
  width: clamp(320px, 83.3%, 1160px);
  margin: 0 auto;
}

.column {
  width: 48%;
}

/*右側へ要素を広げる（2カラム）*/
.column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 122px;
  height: 530px;
  /*左側へ要素を広げる（2カラム）*/
  /*右側へ要素を広げる（1カラム）*/
}
.column-outside-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column-outside-right .column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 4%;
}
.column-outside-right .outside-right {
  margin-right: calc(50% - 50vw);
}

/*左側へ要素を広げる（1カラム）*/
.outside-left {
  margin-left: calc(50% - 50vw);
}

header {
  position: absolute;
  width: 100%;
  height: 137px;
}
@media screen and (max-width: 767px) {
  header {
    position: static;
    height: 67px;
    background-color: #fff;
  }
}
header .container {
  z-index: 1;
  height: 137px;
  position: relative;
}
header h1 {
  position: absolute;
  top: 80px;
  left: -46px;
  left: -9.7%;
}
@media screen and (max-width: 767px) {
  header h1 {
    width: 160px;
    height: 48px;
    left: 0;
    top: 12px;
  }
}

/* ハンバーガーメニューボタン */
.hamburger-menu {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  padding: 15px;
  background-color: #fff100;
  border: 1px solid #fff100;
  border-radius: 100vh;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  .hamburger-menu {
    width: 45px;
    height: 45px;
    top: 10px;
    right: 22px;
  }
}

.hamburger-line {
  width: 100%;
  height: 2px;
  background-color: #434750;
  transition: all 0.3s ease-in-out;
}

/* アクティブ状態（Xアニメーション） */
.hamburger-menu.active .hamburger-line:nth-child(1) {
  transform: rotate(35deg) translate(1px, 2px);
  background-color: #00913a;
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
  transform: rotate(-35deg) translate(3px, -3px);
  background-color: #00913a;
}

.hamburger-menu.active {
  background-color: #fff;
  border: 1px solid #00913a;
  fill: var(--masame, #fff);
  stroke-width: 1px;
  stroke: var(--masame, #00913a);
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.15));
}

/* スライドメニュー */
.slide-menu {
  position: fixed;
  top: 0;
  right: -265px;
  width: 265px;
  height: 100vh;
  background: #fff;
  transition: right 0.3s ease-in-out;
  z-index: 1000;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .slide-menu {
    width: 100%;
    right: -100%;
  }
}

.slide-menu.active {
  right: 0;
}

.menu-list {
  list-style: none;
  padding: 160px 0 0 0;
  margin: 0 0 35px 0;
}
@media screen and (max-width: 767px) {
  .menu-list {
    padding-top: 145px;
  }
}

.menu-list li {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.menu-list a {
  display: block;
  padding: 0 30px 0 70px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 767px) {
  .menu-list a {
    font-size: 18px;
    letter-spacing: 0.54px;
    padding-left: 88px;
  }
}

.menu-list a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.slide-menu p {
  color: var(--masame, #111);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 16px */
  margin-top: 30px;
  margin-bottom: 5px;
}

.navtel {
  text-align: center;
}

.navtel a {
  color: var(--masame, #111);
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
  text-align: center;
}
.navtel a:before {
  width: 20px;
  height: 19.991px;
  flex-shrink: 0;
  content: "";
  display: inline-block;
  background-image: url(/image/header/Phone.svg);
  vertical-align: middle;
  margin-right: 5px;
}

.navtime {
  color: var(--masame, #111);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 16px */
  text-align: center;
  display: block;
}

footer {
  width: 100%;
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
footer .footer-logo {
  width: 240px;
  height: 71px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  footer .footer-logo {
    width: 160px;
    height: 48px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .container .flex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  footer .container .flex .left {
    margin-bottom: 20px;
  }
}
footer h2 {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 35.2px */
  letter-spacing: 0.66px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  footer h2 {
    font-size: 20px;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
  }
}
footer address {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.54px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  footer address {
    font-size: 17px;
    letter-spacing: 0.51px;
  }
}
footer a.tel {
  color: var(--masame, #111);
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 44.8px */
}
@media screen and (max-width: 767px) {
  footer a.tel {
    font-family: Roboto;
    font-size: 25px;
  }
}
footer a.tel:before {
  content: "";
  display: inline-block;
  width: 24.58px;
  height: 24.578px;
  background-image: url(/image/footer/tel.svg);
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 9px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  footer a.tel:before {
    width: 22.614px;
    height: 22.612px;
  }
}
footer ul.footernav {
  gap: 64px;
}
@media screen and (max-width: 767px) {
  footer ul.footernav {
    gap: 10px 70px;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
footer ul.footernav li a {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}
footer ul.footernav li a:before {
  content: "";
  background: var(--masame, #00913a);
  width: 9px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
footer .footer-bottom {
  align-items: center;
}
footer .right {
  justify-content: flex-end;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  footer .right {
    justify-content: flex-start;
    gap: 5px;
  }
}
footer .right a {
  color: var(--masame, #90b83d);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
}
@media screen and (max-width: 767px) {
  footer .right a {
    font-size: 14px;
  }
}
footer .right small {
  color: var(--masame, #90b83d);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
}
@media screen and (max-width: 767px) {
  footer .right small {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}

section.footer-contact {
  height: 420px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.footer-contact {
    height: auto;
    flex-wrap: wrap;
    gap: 20px;
    background: #fff;
  }
}
section.footer-contact div {
  height: 420px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.footer-contact div {
    height: auto;
  }
}
section.footer-contact div a {
  padding: 60px;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.footer-contact div a {
    padding: 42px 22px 50px;
  }
}
section.footer-contact div a div.arrow {
  width: 50px;
  height: 50px;
  margin: 0;
  position: absolute;
  bottom: 60px;
  right: 60px;
  background-image: url(/image/common/arrow.svg);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  section.footer-contact div a div.arrow {
    width: 40px;
    height: 40px;
    right: 21px;
    bottom: 10px;
  }
}
section.footer-contact div a div.arrow:before {
  display: none;
}
section.footer-contact div a:hover div.arrow {
  background-image: url(/image/common/arrow-hover.svg);
}
section.footer-contact div:before {
  content: "";
  background-color: rgba(0, 145, 58, 0.7);
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  transition: 0.3s ease-in-out;
}
section.footer-contact div:hover:before {
  background-color: rgba(0, 145, 58, 0.9);
  transition: 0.3s ease-in-out;
}
section.footer-contact div h3 {
  color: var(--masame, #fff);
  font-family: "LINE Seed JP App_OTF";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 75px */
  letter-spacing: 1.5px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  section.footer-contact div h3 {
    font-size: 35px;
    letter-spacing: 1.05px;
    margin-bottom: 5px;
  }
}
section.footer-contact div h3 span {
  color: var(--masame, #fff);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  display: block;
}
section.footer-contact div h3 span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: inline-block;
  background-color: #fff100;
  margin-right: 10px;
}
section.footer-contact div p {
  color: var(--masame, #fff);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.footer-contact div p {
    font-size: 15px;
  }
}
section.footer-contact div.footer-contact-left {
  width: 50%;
  background-image: url(/image/common/contact-left.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  section.footer-contact div.footer-contact-left {
    width: 100%;
  }
}
section.footer-contact div.footer-contact-right {
  width: 50%;
  background-image: url(/image/common/recruit-r.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  section.footer-contact div.footer-contact-right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer-fax {
    color: var(--masame, #111);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.48px;
  }
}

.contents_main,
.contents_main_inner {
  position: relative;
  width: 100%;
  height: 100vh;
}

.contents_main_right {
  height: 100%;
  padding-bottom: 30px;
}

.contents_main_right {
  padding: 30px 30px 0 400px;
}

@media (min-height: 890px) {
  .contents_main_right {
    padding-left: 480px;
  }
}
@media (min-height: 840px) {
  .contents_main_right {
    padding-left: 440px;
  }
}
.contents_main_right {
  padding: 0 0 0 400px;
}

.contents_detail,
.contents_detail_inner,
.contents_main_right {
  width: 100%;
  position: relative;
}

.contents_main {
  min-height: 660px;
}
@media screen and (max-width: 767px) {
  .contents_main {
    height: auto;
    padding-bottom: 36px;
    min-height: auto;
  }
}

.contents_main_inner {
  height: 100%;
}

.contents_main_right {
  height: 100%;
}

.contents_main_right {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .contents_main_right {
    padding: 0;
    width: clamp(320px, 83.3%, 1160px);
    margin: 0 auto;
    height: 450px;
  }
}

@media (min-height: 890px) {
  .contents_main_left {
    width: 480px;
  }
}
.contents_main_left {
  width: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .contents_main_left {
    width: 100%;
  }
}

@media (min-height: 890px) {
  #home .main_logo {
    margin: 0 0 0 -130px;
  }
}
@media (min-height: 890px) {
  .main_copy img,
  .main_logo {
    width: 260px;
  }
}
.main_logo path,
.main_logo svg {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.main_logo {
  display: block;
  width: 240px;
  top: 28.9%;
  margin: 0 0 0 -120px;
}

.main_copy,
.main_logo {
  position: absolute;
  left: 50%;
}

.main_copy {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 72px */
  letter-spacing: 1.44px;
  left: 80px;
  bottom: 162px;
}
.main_copy span.green {
  color: var(--masame, #00913a);
}
@media screen and (max-width: 767px) {
  .main_copy {
    position: static;
    font-size: 30px;
    width: clamp(320px, 83.3%, 1160px);
    margin: 15px auto 0;
    padding-left: 7px;
  }
}
.main_copy span.en {
  display: block;
  color: #000;
  font-family: "LINE Seed JP App_OTF";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .main_copy span.en {
    font-family: "LINE Seed JP App_OTF";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.36px;
    margin-top: 10px;
  }
}

.mv-wrap {
  width: 100%;
  height: calc(100vh - 150px);
  background-image: url(/image/mv/mvback.png);
  background-position: right 10% center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 750px;
  margin-top: 150px;
}
@media screen and (max-width: 1100px) {
  .mv-wrap {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .mv-wrap {
    max-height: none;
    height: 100vh;
    margin-top: 72px;
    height: calc(100vh - 72px);
    overflow: hidden;
    height: 595px;
  }
}

.main_slide {
  width: 100%;
  height: 100%;
}

/*=============
slick
=============*/
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .full div {
    padding: 0;
    margin: 0 auto;
    height: 450px;
  }
}

.full div.img01 {
  background-image: url(https://125naroom.com/demo/img/simple01.jpg);
}

.full div.img02 {
  background-image: url(https://125naroom.com/demo/img/simple02.jpg);
}

.full div.img03 {
  background-image: url(https://125naroom.com/demo/img/simple03.jpg);
}

section.topsangyo {
  background-color: #00913a;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  section.topsangyo {
    padding-top: 60px;
  }
}
section.topsangyo h2.toph2 {
  color: var(--masame, #fff);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 60px */
  letter-spacing: 1.2px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  section.topsangyo h2.toph2 {
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 33px */
    letter-spacing: 0.66px;
    margin-bottom: 30px;
  }
}
section.topsangyo p.topmaintxt {
  color: var(--masame, #fff);
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 210%; /* 35.7px */
  letter-spacing: 0.51px;
  width: 670px;
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  section.topsangyo p.topmaintxt {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 210%; /* 33.6px */
    letter-spacing: 0.48px;
    width: clamp(320px, 83.3%, 1160px);
  }
}

h3.toph3 {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-family: "LINESeedJP_OTF_Rg";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 96px */
  letter-spacing: 1.92px;
  text-transform: uppercase;
}

section.topfuture {
  width: 100%;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  section.topfuture {
    padding-bottom: 92px;
  }
}
section.topfuture:after {
  content: "";
  display: block;
  width: 100%;
  height: 375px;
  background-color: #00913a;
  position: absolute;
  left: 0;
  top: 0;
}
section.topfuture .relative {
  z-index: 1;
}
section.topfuture h3.toph3 {
  height: 96px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.topfuture h3.toph3 {
    height: 48px;
  }
}
section.topfuture h3.toph3:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 47px;
  background-color: #fff;
  top: -71px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
section.topfuture h3.toph3 span.en {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-family: "LINE Seed JP App_OTF";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 96px */
  letter-spacing: 1.92px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  section.topfuture h3.toph3 span.en {
    font-size: 48px;
    letter-spacing: 1.44px;
    white-space: nowrap;
    line-height: 1;
  }
}
section.topfuture h3.toph3 span.ja {
  color: var(--masame, #f5f5f5);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 40px */
  letter-spacing: 0.75px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 56px;
}
@media screen and (max-width: 767px) {
  section.topfuture h3.toph3 span.ja {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 32px */
    letter-spacing: 0.6px;
    top: 40px;
    line-height: 1;
  }
}
section.topfuture ul {
  margin-bottom: 80px;
  margin-top: 83px;
}
@media screen and (max-width: 767px) {
  section.topfuture ul {
    flex-wrap: wrap;
    margin-top: 80px;
    gap: 75px;
  }
}
section.topfuture ul li {
  width: 360px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.topfuture ul li {
    width: 100%;
  }
}
section.topfuture ul li span.number {
  color: var(--masame, #fff100);
  font-family: Roboto;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  top: -49px;
}
section.topfuture ul li div.thum {
  width: 360px;
  height: 230px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  section.topfuture ul li div.thum {
    width: 100%;
    height: auto;
  }
}
section.topfuture ul li div.thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.topfuture ul li h4 {
  color: var(--masame, #111);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.72px;
  margin-bottom: 12px;
}
section.topfuture ul li p {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
}

section.para {
  width: 100%;
  height: 600px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  section.para {
    height: 200px;
  }
}

.bgImage-clip {
  width: 100%;
  height: 100%;
  min-height: 600px;
  clip-path: inset(0);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bgImage-clip {
    min-height: 200px;
  }
}

.bgImage-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.block {
  position: relative;
  background: #fff;
  min-height: 600px;
}
.block.block01 .bgImage-fixed {
  background-image: url(/image/top/paraback.jpg);
}
.block.block02 .bgImage-fixed {
  background-image: url(https://picsum.photos/id/103/1920/1080);
}

.block-cts {
  position: relative;
  padding: 80px clamp(3em, 10vw, 100px);
  margin-top: 100vh;
  width: 100%;
  min-height: 600px;
  text-align: left;
}

section.ourbusiness {
  padding-top: 150px;
  padding-bottom: 62px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.ourbusiness {
    padding: 80px 0;
  }
}
section.ourbusiness ul {
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 36px 40px;
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  section.ourbusiness ul {
    gap: 40px;
    margin-bottom: 0;
  }
}
section.ourbusiness ul li {
  width: 260px;
}
@media screen and (max-width: 767px) {
  section.ourbusiness ul li {
    width: 100%;
  }
}
section.ourbusiness ul li div.thum {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  section.ourbusiness ul li div.thum {
    height: 160px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  section.ourbusiness ul li div.thum img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
section.ourbusiness ul li h5 {
  color: var(--masame, #00913a);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  section.ourbusiness ul li h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
    letter-spacing: 0.6px;
  }
}
section.ourbusiness ul li p {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
}
@media screen and (max-width: 767px) {
  section.ourbusiness ul li p {
    margin-bottom: 0;
  }
}
section.ourbusiness h4 {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 44.8px */
  letter-spacing: 0.84px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  section.ourbusiness h4 {
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 35.2px */
    letter-spacing: 0.66px;
    margin-bottom: 20px;
  }
}
section.ourbusiness p {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
  margin-bottom: 30px;
}

.block01 .block-ttl {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.block02 .block-ttl {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.block03 .block-ttl {
  width: 100vw;
  margin-right: calc(50% - 50vw);
}

section.newswrap {
  padding-bottom: 150px;
}
section.newswrap .container {
  height: 552px;
}
@media screen and (max-width: 767px) {
  section.newswrap .container {
    height: auto;
  }
}

ul.topnews {
  width: 818px;
  border-top: 1px solid #bebebe;
}
ul.topnews li {
  padding: 36px 0 33px;
  border-bottom: 1px solid #bebebe;
  position: relative;
}
ul.topnews li:after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  right: 15px;
  background-image: url(/image/news/arrow.svg);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
ul.topnews li:hover:after {
  right: 5px;
  transition: 0.3s ease-in-out;
}
ul.topnews li a {
  color: var(--masame, #111);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
}
ul.topnews li a span.date {
  color: var(--masame, #111);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 0.45px;
  margin-right: 25px;
}
ul.topnews li a span.category {
  border: 1px solid #00913a;
  color: #00913a;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.39px;
  padding: 0 8px;
}

section.newswrap {
  padding-top: 150px;
}
section.newswrap .flex {
  align-items: flex-start;
}
section.newswrap ul {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.newswrap ul {
    width: 100%;
  }
}

section.ourbusiness-top {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  section.ourbusiness-top {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
}

h3.toph3-2 {
  color: #000;
  font-family: "LINE Seed JP App_OTF";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 96px */
  letter-spacing: 1.92px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  h3.toph3-2 {
    font-family: "LINE Seed JP App_OTF";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 67.2px */
    letter-spacing: 1.44px;
    margin-bottom: 20px;
  }
}
h3.toph3-2 span.ja {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  display: block;
}
h3.toph3-2 span.ja:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  margin-right: 10px;
  background-color: #00913a;
  border-radius: 100vh;
  vertical-align: middle;
  margin-top: -3px;
}

@media screen and (max-width: 767px) {
  .reverse.sideimag.ourbusiness-top .column {
    width: 100%;
    margin-left: 0;
    flex: auto;
  }
}
@media screen and (max-width: 767px) {
  .reverse.sideimag.ourbusiness-top .topforsp {
    height: 300px;
  }
}

section.workwrap {
  padding-top: 98px;
  padding-bottom: 80px;
  position: relative;
  height: 798px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  section.workwrap {
    height: auto;
    padding-top: 80px;
    margin-bottom: 70px;
  }
}
section.workwrap:before {
  position: absolute;
  content: "";
  display: block;
  width: 996px;
  height: 798px;
  flex-shrink: 0;
  background: rgba(0, 145, 58, 0.1);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  section.workwrap:before {
    width: 100%;
    height: 100%;
  }
}
section.workwrap div.topworks-container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.workwrap div.topworks-container {
    width: 100%;
    flex-wrap: wrap;
  }
}
section.workwrap div.topworks-container div.upper {
  width: 871px;
  margin: 0 auto;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  section.workwrap div.topworks-container div.upper {
    width: clamp(320px, 83.3%, 1160px);
    flex-wrap: wrap;
    gap: 0;
  }
}
section.workwrap div.topworks-container div.upper p {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 767px) {
  section.workwrap div.topworks-container div.upper .slider.slick-initialized.slick-slider {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.workwrap div.topworks-container .slidecontents {
    width: clamp(320px, 83.3%, 1160px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.workwrap div.topworks-container .slidecontents .slider-img {
    margin: 0 auto;
  }
}

.slider {
  margin: 20px auto 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .slider {
    margin-bottom: 50px;
  }
}

.slider-img {
  margin: 0 20px;
  width: 340px;
}
.slider-img span {
  color: var(--masame, #00913a);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
}
.slider-img h5 {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 0.6px;
}

.slider-img img {
  height: auto;
  width: 100%;
  margin-bottom: 15px;
}

/*-----------矢印表示----------*/
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  top: 100px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .slide-arrow {
    width: 40px;
    height: 40px;
  }
}

.prev-arrow {
  left: -5px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .prev-arrow {
    left: -12px;
  }
}

.next-arrow {
  right: -5px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .next-arrow {
    right: -12px;
  }
}

.toprecruitwrap {
  border-radius: 20px;
  background-color: #00913a;
  overflow: hidden;
  height: 789px;
}
@media screen and (max-width: 767px) {
  .toprecruitwrap {
    height: auto;
    overflow: visible;
  }
}
.toprecruitwrap div.toprecruitcontainer {
  width: 492px;
  margin: 0 auto;
  padding: 140px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .toprecruitwrap div.toprecruitcontainer {
    width: clamp(320px, 83.3%, 1160px);
    margin: 0 auto;
    padding-top: 240px;
    padding-bottom: 298px;
  }
}
.toprecruitwrap div.toprecruitcontainer div.icon01 {
  position: absolute;
  width: 135px;
  height: 180px;
  right: -58px;
  top: 214px;
}
@media screen and (max-width: 767px) {
  .toprecruitwrap div.toprecruitcontainer div.icon01 {
    right: 22px;
    width: 109px;
    height: 145px;
    bottom: 253px;
    top: auto;
    z-index: 1;
  }
}
.toprecruitwrap div.toprecruitcontainer div.icon02 {
  width: 203px;
  height: 196px;
  position: absolute;
  bottom: -8px;
  left: -203px;
}
@media screen and (max-width: 767px) {
  .toprecruitwrap div.toprecruitcontainer div.icon02 {
    width: 158px;
    height: 153px;
    aspect-ratio: 158/153;
    top: -100px;
    left: -5px;
  }
}
.toprecruitwrap div.toprecruitcontainer div.icon03 {
  width: 311px;
  height: 159px;
  position: absolute;
  bottom: 45px;
  z-index: 1;
  right: -223px;
}
@media screen and (max-width: 767px) {
  .toprecruitwrap div.toprecruitcontainer div.icon03 {
    width: 231px;
    height: 118px;
    left: 0;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.toprecruitwrap h2 {
  color: #fff;
  font-family: "LINE Seed JP App_OTF";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 96px */
  letter-spacing: 1.92px;
}
@media screen and (max-width: 767px) {
  .toprecruitwrap h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 72px */
    letter-spacing: 1.44px;
  }
}
.toprecruitwrap h2 span {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  display: block;
}
.toprecruitwrap h2 span:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #fff100;
  border-radius: 100vh;
  margin-right: 10px;
}
.toprecruitwrap h3 {
  color: var(--masame, #fff100);
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 48px */
  letter-spacing: 0.9px;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .toprecruitwrap h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 35.2px */
    letter-spacing: 0.66px;
  }
}
.toprecruitwrap p {
  color: var(--masame, #fff);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .toprecruitwrap p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%; /* 32px */
    letter-spacing: 0.48px;
    margin-bottom: 50px;
  }
}

@keyframes vertical-animation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes vertical-animation-rev {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes vertical-animation2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes vertical-animation-rev2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slide {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-reverse {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slider-container {
  height: 100%;
  overflow: hidden;
}

.slider-wrapper {
  display: grid; /* slideのmargin-bottom値を全て内包させる為 */
  animation: vertical-animation 60s linear infinite;
}
@media screen and (max-width: 767px) {
  .slider-wrapper {
    animation: vertical-animation2 60s linear infinite;
    width: 100%;
  }
}

.slider-wrapper.right {
  animation: slide-reverse 60s linear infinite;
}
@media screen and (max-width: 767px) {
  .slider-wrapper.right {
    animation: vertical-animation-rev2 60s linear infinite;
    display: inline-flex;
  }
}

.slide {
  width: 275px;
  height: 355px;
  margin: 0 auto 20px;
}

.slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.slider-container.left {
  position: absolute;
  left: 10px;
}

.slider-container.right {
  position: absolute;
  right: 10px;
}

@media screen and (max-width: 767px) {
  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
    position: absolute;
    top: 40px;
    width: 100%;
    overflow: hidden;
  }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    width: 33.3333333333vw;
    height: 160px;
    margin: 0 7px;
  }
  .scroll-infinity__item > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @keyframes infinity-scroll-right {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0%);
    }
  }
  .scroll-infinity__list--right {
    animation: infinity-scroll-right 80s infinite linear 0.5s both;
  }
  .scroll-infinity__wrap.bottomslide {
    position: absolute;
    bottom: 98px;
    top: auto;
  }
}
.cp_tab *,
.cp_tab *:before,
.cp_tab *:after {
  box-sizing: border-box;
}

.cp_tab {
  margin: 1em auto;
  position: relative;
}

.cp_tab input[type=radio] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: none;
}

.cp_tab .cp_tabpanel {
  display: none;
}

.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
  display: block;
}

.cp_tab .cp_tabpanels {
  position: absolute;
  top: -150px;
  left: 343px;
  display: block;
}

.cp_tab > input + label {
  position: relative;
  z-index: 100;
  /* top: -15px; */
  left: 1px;
  display: block;
  width: 10em;
  margin-bottom: 15px;
  cursor: pointer;
  color: var(--masame, #111);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.45px;
  display: block;
  width: 131px;
  height: 37px;
  flex-shrink: 0;
  border-radius: 30px;
  background: var(--masame, #f5f5f5);
  line-height: 37px;
}
@media screen and (max-width: 767px) {
  .cp_tab > input + label {
    width: 102px;
    height: 37px;
  }
}

.cp_tab > input + label:last-of-type {
  margin-bottom: 40px;
}

.cp_tab > label:hover,
.cp_tab > input:focus + label {
  color: #0066cc;
}

.cp_tab > input:checked + label {
  border-color: #cccccc;
  border-right: 1px solid #ffffff; /*背景色と同じ*/
}

.cp_tab .cp_tabpanel {
  /* border-left: 1px solid #cccccc; */
  min-height: 320px;
}

@media (max-width: 480px) {
  .cp_tab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 7px;
  }
  .cp_tab > input + label {
    font-size: 0.7em;
  }
  .cp_tab .cp_tabpanels {
    left: 7em;
    min-width: 7em;
  }
}
@media screen and (max-width: 480px) and (max-width: 767px) {
  .cp_tab .cp_tabpanels {
    position: static;
    flex: 1;
  }
}
.newspagewrap {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .newspagewrap {
    padding-bottom: 70px;
  }
}
.newspagewrap .container {
  padding-top: 120px;
  padding-bottom: 110px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .newspagewrap .container {
    padding-bottom: 70px;
    flex-wrap: wrap;
    padding-top: 106px;
  }
}
@media screen and (max-width: 767px) {
  .newspagewrap .container .side-left {
    width: 100%;
  }
}

div.side-left ul {
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  div.side-left ul {
    flex-direction: row;
    margin-bottom: 40px;
    gap: 0;
  }
}
div.side-left ul li {
  width: 131px;
  height: 37px;
}
@media screen and (max-width: 767px) {
  div.side-left ul li {
    width: 102px;
    height: 37px;
  }
}
div.side-left ul li a {
  color: var(--masame, #111);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  display: block;
  width: 131px;
  height: 37px;
  flex-shrink: 0;
  border-radius: 30px;
  background: var(--masame, #f5f5f5);
  line-height: 37px;
}
@media screen and (max-width: 767px) {
  div.side-left ul li a {
    width: 102px;
    height: 37px;
    color: var(--masame, #111);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.42px;
  }
}

.news-right {
  width: 818px;
}
.news-right ul {
  border-top: 1px solid #bebebe;
}
.news-right ul li {
  padding: 36px 0 33px;
  border-bottom: 1px solid #bebebe;
  position: relative;
}
.news-right ul li:after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  right: 15px;
  background-image: url(/image/news/arrow.svg);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.news-right ul li:hover:after {
  right: 5px;
  transition: 0.3s ease-in-out;
}
.news-right ul li a {
  display: block;
}
.news-right ul li a div.title {
  color: var(--Black, #252525);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
}
@media screen and (max-width: 767px) {
  .news-right ul li a div.title {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
.news-right ul li a div.date-cate {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 7px;
  gap: 30px;
}
.news-right ul li a div.date-cate span.date {
  color: var(--masame, #111);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.45px;
}
.news-right ul li a div.date-cate span.cate {
  color: var(--masame, #00913a);
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.39px;
  display: inline-block;
  border: 1px solid #00913a;
  padding: 0 8px;
}

.newscontainer h1 {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 51.2px */
  letter-spacing: 0.96px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .newscontainer h1 {
    font-size: 18px;
    letter-spacing: 0.54px;
    margin-bottom: 20px;
  }
}
.newscontainer p {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
  margin-bottom: 40px;
}
.newscontainer a {
  color: #00913a;
}
.newscontainer img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.newscontainer div.news-cate {
  margin-bottom: 20px;
}
.newscontainer div.news-cate span.date {
  color: #111;
  font-feature-settings: "palt" on;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 30px */
  letter-spacing: 0.45px;
  width: 120px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .newscontainer div.news-cate span.date {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}
.newscontainer div.news-cate span.cate {
  color: var(--masame, #111);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  border-radius: 20px;
  background: var(--masame, #f5f5f5);
  width: 110px;
  height: 25px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .newscontainer div.news-cate span.cate {
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.42px;
  }
}

.pankuzu {
  padding-top: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pankuzu {
    padding-top: 8px;
  }
}
.pankuzu .container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 102px;
}
@media screen and (max-width: 767px) {
  .pankuzu .container {
    padding-right: 8.3%;
  }
}
.pankuzu .container ul {
  justify-content: flex-end;
  gap: 10px;
}
.pankuzu .container ul li {
  color: var(--2, #030303);
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.39px;
}
.pankuzu .container ul li:after {
  content: "";
  width: 8px;
  height: 1px;
  flex-shrink: 0;
  display: inline-block;
  background-color: #030303;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 10px;
}
.pankuzu .container ul li:last-child:after {
  display: none;
}
.pankuzu .container ul li a {
  color: var(--2, #030303);
}

section.pageTitlewap {
  height: 380px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  section.pageTitlewap {
    overflow: initial;
    height: auto;
    width: 100vw;
    overflow-x: clip;
  }
  section.pageTitlewap .container {
    width: 100%;
    height: 100%;
  }
}
section.pageTitlewap .inner {
  margin-inline: auto;
  padding-left: 207px;
  padding-top: 0;
  width: 100%;
  height: 380px;
}
@media screen and (max-width: 767px) {
  section.pageTitlewap .inner {
    height: 180px;
    padding-left: 45px;
  }
}
section.pageTitlewap .inner img {
  display: block;
  height: 380px;
  /* ↓高さを指定する場合、これがないと画像が潰れる */
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.pageTitlewap .inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
section.pageTitlewap .inner .image {
  margin-right: calc(50% - 50vw);
  position: relative;
  height: 380px;
}
section.pageTitlewap .inner .image:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(37, 37, 37, 0.5);
}
@media screen and (max-width: 767px) {
  section.pageTitlewap .inner .image {
    height: 100%;
  }
}
section.pageTitlewap h2 {
  position: absolute;
  top: 207px;
  z-index: 1;
  color: var(--masame, #111);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 57.6px */
  letter-spacing: 1.08px;
  text-transform: capitalize;
  left: -6.1%;
}
@media screen and (max-width: 767px) {
  section.pageTitlewap h2 {
    font-size: 28px;
    letter-spacing: 0.84px;
    left: 8.3%;
    top: 220px;
  }
}
section.pageTitlewap h2 span {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.39px;
  display: block;
}
@media screen and (max-width: 767px) {
  section.pageTitlewap h2 span {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.42px;
  }
}

/* セクション共通 */
section {
  position: relative;
}

.section-header {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section-header {
    margin-bottom: 30px;
  }
}

.section-title-en {
  font-family: "LINE Seed JP App_OTF", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #00913a;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .section-title-en {
    font-family: "LINE Seed JP App_OTF";
    font-size: 16px;
    line-height: 150%; /* 24px */
    letter-spacing: 0.48px;
    margin-bottom: 5px;
  }
}

.section-title-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #111111;
}
@media screen and (max-width: 767px) {
  .section-title-jp {
    font-size: 25px;
    line-height: 160%; /* 40px */
    letter-spacing: 0.75px;
  }
}

.outline {
  background-color: #fff;
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .outline {
    padding-top: 76px;
  }
}

/* 社長挨拶 */
.greeting {
  position: relative;
  min-height: auto;
  padding: 37px 0 0;
  padding-top: 160px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .greeting {
    padding-top: 106px;
    padding-bottom: 50px;
  }
}

.greeting-content {
  display: grid;
  grid-template-columns: 683px 470px;
  gap: 96px;
  align-items: start;
  padding: 0 0 0;
}
@media screen and (max-width: 767px) {
  .greeting-content {
    flex-wrap: wrap;
    display: flex;
    gap: 25px;
  }
}

.greeting-text {
  display: flex;
  flex-direction: column;
  width: 683px;
}
@media screen and (max-width: 767px) {
  .greeting-text {
    width: 100%;
  }
}

.greeting-headline {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #111111;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .greeting-headline {
    font-size: 22px;
    line-height: 150%; /* 33px */
    letter-spacing: 0.66px;
    margin-bottom: 30px;
  }
}

.greeting-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.03em;
  color: #111111;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .greeting-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 210%; /* 33.6px */
    letter-spacing: 0.48px;
    margin-bottom: 0;
  }
}

.greeting-signature {
  display: flex;
  align-items: center;
  margin-top: auto;
  justify-content: center;
  width: 368px;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .greeting-signature {
    width: 100%;
  }
}

.signature-title span,
.signature-name span {
  display: inline-block;
}

.signature-title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #111111;
}

.signature-name span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #111111;
}

.greeting-image {
  width: 368px;
  height: 470px;
  margin-bottom: 21px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .greeting-image {
    width: 100%;
  }
}

.greeting-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.greeting-right {
  width: 368px;
}
@media screen and (max-width: 767px) {
  .greeting-right {
    width: 100%;
  }
}

.profile-content .profile-item {
  border-top: 1px solid #bebebe;
  padding: 25px 0 28px;
  position: relative;
  justify-content: flex-start;
}
.profile-content .profile-item:before {
  width: 90px;
  height: 1px;
  background: #00913a;
  content: "";
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
}
.profile-content .profile-item .profile-label {
  width: 160px;
  display: inline-block;
  color: var(--masame, #111);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
}
@media screen and (max-width: 767px) {
  .profile-content .profile-item .profile-label {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 32px */
    letter-spacing: 0.48px;
    width: 100%;
  }
}
.profile-content .profile-value-group.flex {
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .profile-content .profile-value-group.flex {
    flex-wrap: wrap;
  }
}
.profile-content .profile-value-group.flex span {
  display: block;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .profile-content .profile-value-group.flex span {
    width: 100%;
  }
}
.profile-content .profile-item.multi-line.flex {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .profile-content .profile-item.multi-line.flex {
    flex-wrap: wrap;
  }
}
.profile-content .profile-value {
  color: var(--masame, #111);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
}
@media screen and (max-width: 767px) {
  .profile-content .profile-value {
    font-size: 16px;
    line-height: 200%; /* 32px */
    letter-spacing: 0.48px;
  }
}

@media screen and (max-width: 767px) {
  .profile-value-group {
    display: flex;
  }
}

.Section-fixed {
  height: 600px;
}
@media screen and (max-width: 767px) {
  .Section-fixed {
    height: 200px;
  }
}

.Section-Image {
  position: fixed; /* fixedに変更する。それ以外は同じ。 */
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

section.history {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  section.history {
    padding-top: 52px;
  }
}
section.history ul {
  border-bottom: 1px solid #bebebe;
}
section.history ul li {
  justify-content: flex-start;
  padding: 32px 0 30px;
  border-top: 1px solid #bebebe;
  gap: 90px;
}
@media screen and (max-width: 767px) {
  section.history ul li {
    padding: 29px 0 20px;
    align-items: flex-start;
  }
}
section.history ul li p.year {
  color: var(--masame, #111);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 40px */
  position: relative;
  width: 70px;
}
@media screen and (max-width: 767px) {
  section.history ul li p.year {
    font-size: 18px;
    line-height: 200%; /* 36px */
    letter-spacing: 0.54px;
    white-space: nowrap;
  }
}
section.history ul li p.year:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 100vh;
  aspect-ratio: 1/1;
  background-color: #00913a;
  right: -37px;
  top: 50%;
  transform: translateY(-50%);
}
section.history ul li p.event {
  color: var(--masame, #111);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.history ul li p.event {
    font-size: 16px;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.48px;
  }
}
section.history ul li p.event:before {
  content: "";
  background-color: #00913a;
  width: 1px;
  height: calc(100% + 71px);
  position: absolute;
  left: -60px;
  top: 18px;
}
@media screen and (max-width: 767px) {
  section.history ul li p.event:before {
    height: calc(100% + 50px);
  }
}
section.history ul li:last-child p.event:before {
  display: none;
}

.workswrap {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .workswrap {
    padding-bottom: 70px;
  }
}
.workswrap ul {
  gap: 57px 50px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .workswrap ul {
    gap: 40px;
  }
}
.workswrap ul li {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .workswrap ul li {
    width: 100%;
  }
}
.workswrap ul li div.thum {
  margin-bottom: 15px;
  width: 100%;
  height: 250px;
}
.workswrap ul li div.thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.workswrap ul li p {
  color: var(--masame, #00913a);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
}
.workswrap ul li h3 {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 0.6px;
}

section.rectopmain {
  position: relative;
}
section.rectopmain h2 {
  position: absolute;
  bottom: 60px;
  z-index: 2;
  left: 40px;
}
section.rectopmain h2 span.en {
  display: block;
  color: var(--masame, #fff);
  font-family: "LINE Seed JP App_OTF";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 767px) {
  section.rectopmain h2 span.en {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 22.5px */
    letter-spacing: 0.45px;
  }
}
section.rectopmain h2 span.ja {
  color: var(--masame, #fff);
  font-family: "Noto Sans JP";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 75px */
  letter-spacing: 1.5px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  section.rectopmain h2 span.ja {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 45px */
    letter-spacing: 0.9px;
  }
}
section.rectopmain h2 span.ja:after {
  content: "";
  position: absolute;
  width: 370.651px;
  height: 77.684px;
  flex-shrink: 0;
  right: -436px;
  display: inline-block;
  background-image: url(/image/recrit/joinus.svg);
}
@media screen and (max-width: 767px) {
  section.rectopmain h2 span.ja:after {
    width: 173px;
    height: 36.259px;
    right: -156px;
    background-size: contain;
    bottom: -35px;
  }
}
section.rectopmain div.greencircle {
  position: absolute;
  bottom: -10px;
  width: 280px;
  height: 280px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 100vh;
  left: -110px;
  background: var(--masame, #00913a);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.rectopmain div.greencircle {
    width: 198px;
    height: 198px;
    left: -86px;
  }
}

.mv_slider .slide {
  height: calc(100vh - 140px);
  width: auto;
  aspect-ratio: 9/8;
  margin: 0 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv_slider .slide {
    height: 370px;
  }
}

section.recmessagewrap {
  position: relative;
  padding-bottom: 195px;
  padding-top: 100px;
  width: 100%;
}
section.recmessagewrap h2 {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 60.8px */
  letter-spacing: 1.14px;
  position: relative;
  width: 849px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  section.recmessagewrap h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 44.8px */
    letter-spacing: 0.84px;
    margin-bottom: 40px;
    width: clamp(320px, 83.3%, 1160px);
  }
}
section.recmessagewrap h2 span {
  color: var(--masame, #00913a);
  font-family: "LINE Seed JP App_OTF";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 0.54px;
  display: block;
}
@media screen and (max-width: 767px) {
  section.recmessagewrap h2 span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 0.48px;
  }
}
section.recmessagewrap div.leftwave {
  width: 610.353px;
  height: 227.518px;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  section.recmessagewrap div.leftwave {
    width: 345px;
    height: 128px;
  }
}
section.recmessagewrap div.leftbottomwave {
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 553px;
  height: 174px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  section.recmessagewrap div.leftbottomwave {
    display: none;
  }
}
section.recmessagewrap div.rightbottomwave {
  width: 550px;
  height: 259px;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  bottom: -23px;
}
section.recmessagewrap h3 {
  width: 710px;
  margin: 0 auto 50px;
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 63px */
  letter-spacing: 1.26px;
}
@media screen and (max-width: 767px) {
  section.recmessagewrap h3 {
    font-size: 24px;
    letter-spacing: 0.72px;
    width: clamp(320px, 83.3%, 1160px);
    margin-bottom: 30px;
  }
}
section.recmessagewrap div.txt {
  width: 710px;
  margin: 0 auto;
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 210%; /* 37.8px */
  letter-spacing: 0.54px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.recmessagewrap div.txt {
    font-size: 16px;
    letter-spacing: 0.48px;
    width: clamp(320px, 83.3%, 1160px);
  }
}
section.recmessagewrap div.txt div.lefticon {
  position: absolute;
  width: 304px;
  height: 294px;
  flex-shrink: 0;
  top: -80px;
  left: -316px;
}
section.recmessagewrap div.txt div.righticon {
  position: absolute;
  width: 221px;
  height: 295px;
  flex-shrink: 0;
  top: -415px;
  right: -221px;
}
@media screen and (max-width: 767px) {
  section.recmessagewrap div.txt div.righticon {
    width: 109px;
    height: 145px;
    right: -12px;
    top: -260px;
  }
}
section.recmessagewrap div.txt div.righticonbottom {
  position: absolute;
  width: 509.073px;
  height: 322px;
  flex-shrink: 0;
  bottom: -249px;
  right: -179px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  section.recmessagewrap div.txt div.righticonbottom {
    display: none;
  }
}

section.faqwrap {
  border-radius: 30px 30px 0 0;
  background-image: url(/image/recrit/faqback.jpg);
  padding: 120px 0;
  width: 100%;
  margin-top: -30px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  section.faqwrap {
    padding-bottom: 30px;
  }
}
section.faqwrap div.faqtitle {
  width: 593px;
  height: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.faqwrap div.faqtitle {
    width: 319px;
    height: 101.065px;
  }
}

/* アコーディオン必須 */
.accordion {
  padding-bottom: 80px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .accordion {
    margin-top: 30px;
  }
}

.accordion-content {
  display: none;
}

.accordion-header {
  margin: 40px 0 0;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  border-radius: 15px;
  background: var(--masame, #00913a);
  box-sizing: border-box;
  padding-top: 22px;
  padding: 22px 40px;
}

.accordion .accordion-header:first-child {
  margin-top: 0;
}

.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 28px;
  height: 6px;
  margin: auto;
  background: #fff;
  border-radius: 14px;
}

.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-header.active::after {
  transform: rotate(0deg);
}

.accordion-content {
  background-color: #fff;
  padding: 12px 20px 10px;
  padding: 50px 40px 50px 116px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom: #00913a 2px solid;
  border-left: #00913a 2px solid;
  border-right: #00913a 2px solid;
}

.accordion-header span,
.accordion-content span {
  padding-left: 25px;
  position: relative;
}

.accordion-header span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: left;
  padding-left: 76px;
  color: var(--masame, #fff);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
}

.accordion-header span::before {
  position: absolute;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-image: url(/image/recrit/qicon.svg);
  content: "";
  display: inline-block;
  left: 0;
  top: -5px;
}

.accordion-content span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 24px;
  text-align: left;
  color: #333;
  padding-left: 0;
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: 0.6px;
}
.accordion-content span::before {
  position: absolute;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-image: url(/image/recrit/Aicon.svg);
  content: "";
  display: inline-block;
  left: -76px;
  top: -5px;
}

/* hover */
.accordion-header.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (max-width: 768px) {
  .accordion {
    padding-bottom: 50px;
  }
  .accordion-content {
    display: none;
  }
  .accordion-header {
    margin: 20px 0 0;
    padding: 20px 25px 20px 59px;
  }
  .accordion .accordion-header:first-child {
    margin-top: 0;
  }
  .accordion-header::before,
  .accordion-header::after {
    position: absolute;
    content: "";
    top: 1px;
    right: 20px;
    bottom: 0;
    width: 18px;
    margin: auto;
  }
  .accordion-header::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
  }
  .accordion-header.active::after {
    transform: rotate(0deg);
  }
  .accordion-content {
    background-color: #fff;
    padding: 20px 18px;
  }
  .accordion-header span,
  .accordion-content span {
    padding-left: 25px;
    position: relative;
  }
  .accordion-content span {
    padding-left: 0;
  }
  .accordion-header span {
    letter-spacing: 0.03em;
    line-height: 27px;
    text-indent: -15px;
    padding-left: 0px;
    color: var(--masame, #fff);
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 27.2px */
  }
  .accordion-header span::before {
    font-size: 22px;
    letter-spacing: 0.03em;
    left: -9px;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  .accordion-header span::before {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    background-size: contain;
    left: -34px;
    top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .treatment-box-linkbox.faplinkbtn.flex {
    gap: 15px 5px;
    margin-bottom: 30px;
    justify-content: flex-start;
  }
}
section.entrywrap {
  width: 100%;
  position: relative;
  background-image: url(/image/recrit/entryback.jpg);
  background-size: cover;
  padding-top: 120px;
  height: 818px;
}
@media screen and (max-width: 767px) {
  section.entrywrap {
    padding-top: 77px;
    height: auto;
    padding-bottom: 6px;
  }
  section.entrywrap.grid {
    padding-bottom: 50px;
  }
}
section.entrywrap div.entrytitle {
  position: relative;
  width: 593px;
  height: 200px;
  flex-shrink: 0;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  section.entrywrap div.entrytitle {
    width: 319px;
    height: 99px;
    margin-bottom: 30px;
  }
}
section.entrywrap p {
  position: relative;
  color: var(--masame, #fff);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 40px */
  letter-spacing: 0.6px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  section.entrywrap p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.48px;
    width: clamp(320px, 83.3%, 1160px);
    text-align: left;
    margin: 0 auto 30px;
  }
  section.entrywrap p br {
    display: none;
  }
}
section.entrywrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 145, 58, 0.7);
}
section.entrywrap .btnbox {
  width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.entrywrap .btnbox {
    width: clamp(320px, 83.3%, 1160px);
    flex-wrap: wrap;
    gap: 30px;
  }
}
section.entrywrap .btnbox button {
  width: 400px;
  height: 170px;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  section.entrywrap .btnbox button {
    width: 100%;
    height: 149px;
  }
}
section.entrywrap .btnbox button:nth-child(2) a {
  border-radius: 20px;
  background: var(--masame, #fff100);
}
section.entrywrap .btnbox button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: var(--masame, #fff);
  flex-direction: column;
  color: var(--masame, #111);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 48px */
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  section.entrywrap .btnbox button a {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 48px */
    letter-spacing: 0.9px;
  }
}
section.entrywrap .btnbox button a span {
  color: var(--masame, #111);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: 0.42px;
  display: block;
}

section.recpagehead {
  height: 500px;
}
@media screen and (max-width: 767px) {
  section.recpagehead {
    height: 300px;
  }
}
section.recpagehead img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

div.requirementwrap {
  width: 100%;
  margin-top: -15px;
  position: relative;
  padding: 20px 0 150px;
  background-image: url(/image/recrit/infomationback.png);
  background-size: cover;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  div.requirementwrap {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
div.requirementwrap div.pankuzu {
  background: none;
  margin-bottom: 79px;
}
@media screen and (max-width: 767px) {
  div.requirementwrap div.pankuzu {
    margin-bottom: 26px;
  }
}
div.requirementwrap div.requirementtitle {
  width: 932px;
  height: 200px;
  margin: 0 auto 67px;
}
@media screen and (max-width: 767px) {
  div.requirementwrap div.requirementtitle {
    width: 319px;
    height: 160.515px;
    margin-bottom: 30px;
  }
}

section.requirementcontainer {
  margin: 0 auto;
  max-width: 1160px;
  padding: 160px 100px;
  border-radius: 30px;
  border: 3px solid #111;
  background: #fff;
}
@media screen and (max-width: 767px) {
  section.requirementcontainer {
    margin: 0 8px;
    padding: 60px 25px;
  }
}
section.requirementcontainer ul {
  width: 100%;
  position: relative;
  border-top: 1px solid #bebebe;
}
section.requirementcontainer ul:after {
  content: "";
  position: absolute;
  width: 16.268px;
  height: 1px;
  background: #00913a;
  left: 0;
  top: -1px;
}
section.requirementcontainer ul li {
  display: flex;
  position: relative;
  padding: 24px 0;
  border-bottom: 1px solid #bebebe;
}
@media screen and (max-width: 767px) {
  section.requirementcontainer ul li {
    width: 100%;
    flex-wrap: wrap;
  }
}
section.requirementcontainer ul li:after {
  content: "";
  position: absolute;
  width: 16.268px;
  height: 1px;
  background: #00913a;
  left: 0;
  bottom: -1px;
}
section.requirementcontainer ul li div.th {
  color: #00913a;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
  width: 160px;
}
@media screen and (max-width: 767px) {
  section.requirementcontainer ul li div.th {
    font-size: 16px;
    letter-spacing: 0.48px;
    width: 100%;
  }
}
section.requirementcontainer ul li div.td {
  color: var(--masame, #111);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  section.requirementcontainer ul li div.td {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

.btnbox.flex.entrybtnwrap {
  position: relative;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .btnbox.flex.entrybtnwrap {
    width: clamp(320px, 83.3%, 1160px);
  }
}
.btnbox.flex.entrybtnwrap button {
  width: 400px;
  height: 170px;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .btnbox.flex.entrybtnwrap button {
    width: clamp(320px, 83.3%, 1160px);
    height: 149px;
  }
}
.btnbox.flex.entrybtnwrap button a {
  border-radius: 20px;
  background: var(--masame, #fff100);
}
.btnbox.flex.entrybtnwrap div.entryrighticon {
  display: flex;
  width: 237px;
  height: 264px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  right: -376px;
  bottom: 38px;
}
@media screen and (max-width: 767px) {
  .btnbox.flex.entrybtnwrap div.entryrighticon.spnone {
    display: none;
  }
}
.btnbox.flex.entrybtnwrap div.entrylefticon {
  width: 255px;
  height: 334px;
  position: absolute;
  bottom: -94px;
  left: -360px;
}

@media screen and (max-width: 767px) {
  .entry_sp_icon {
    width: clamp(320px, 83.3%, 1160px);
    position: relative;
    margin: 17px auto 0;
  }
}

.recruitpage h1 {
  background-color: #fff;
  width: 358px;
  height: 96px;
  flex-shrink: 0;
  border-radius: 0 0 30px 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruitpage h1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.recruitpage h1 a span {
  color: var(--masame, #00913a);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
}
.recruitpage h1 a img {
  width: 188px;
  height: 49px;
  flex-shrink: 0;
}

section.widthmax {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  padding: 40px;
  margin: auto;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  section.widthmax {
    flex-direction: column;
  }
}

p {
  font-size: 18px;
  line-height: 1.8;
}

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

.reverse {
  flex-direction: row-reverse;
}

div.shigotowoshiru {
  width: auto;
}
@media screen and (max-width: 767px) {
  div.shigotowoshiru {
    width: 100%;
  }
}
div.shigotowoshiru .column-outside-right {
  margin-left: 90px;
  height: 400px;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  div.shigotowoshiru .column-outside-right {
    height: 222.864px;
    margin-left: 0;
  }
}
div.shigotowoshiru .column-outside-right div.img {
  width: auto;
  height: auto;
  position: relative;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  div.shigotowoshiru .column-outside-right div.img {
    height: 234px;
  }
}
div.shigotowoshiru .column-outside-right div.img:before {
  content: "";
  background-color: #000;
  width: calc(100% + 5px);
  border-radius: 20px 0 0 20px;
  position: absolute;
  z-index: 2;
  bottom: -5px;
  height: 100%;
  left: -5px;
}
div.shigotowoshiru .column-outside-right div.img:after {
  content: "";
  background-color: #fff100;
  width: calc(100% + 20px);
  border-radius: 20px 0 0 20px;
  position: absolute;
  z-index: 1;
  bottom: -20px;
  height: 100%;
  left: -20px;
}
div.shigotowoshiru .column-outside-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 3;
  border-radius: 20px 0 0 20px;
  height: 400px;
}
@media screen and (max-width: 767px) {
  div.shigotowoshiru .column-outside-right img {
    height: 100%;
  }
}
div.shigotowoshiru div.column {
  width: 486px;
}
@media screen and (max-width: 767px) {
  div.shigotowoshiru div.column {
    width: 100%;
  }
}
div.shigotowoshiru div.column h2 {
  color: var(--masame, #fff);
  font-family: "Noto Sans JP";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 60.8px */
  letter-spacing: 1.14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  div.shigotowoshiru div.column h2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 40px */
    letter-spacing: 0.75px;
  }
}
div.shigotowoshiru div.column h2 span.en {
  color: var(--masame, #fff100);
  font-family: "LINE Seed JP App_OTF";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 0.54px;
  display: block;
}
@media screen and (max-width: 767px) {
  div.shigotowoshiru div.column h2 span.en {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
div.shigotowoshiru div.column h3 {
  color: var(--masame, #fff100);
  font-family: "Noto Sans JP";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 52.5px */
  letter-spacing: 1.05px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  div.shigotowoshiru div.column h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: 0.72px;
  }
}
div.shigotowoshiru div.column p {
  color: var(--masame, #fff);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
}

.hatarakuwrap {
  width: 100%;
  margin-top: -15px;
  position: relative;
  padding: 20px 0 150px;
  background-image: url(/image/recrit/infomationback.png);
  background-size: cover;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .hatarakuwrap {
    padding-top: 76px;
  }
}
.hatarakuwrap div.hatarakutitie {
  width: 593px;
  height: 165.349px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hatarakuwrap div.hatarakutitie {
    width: 319px;
    height: 100.515px;
  }
}

.yarigai {
  padding: 60px 80px;
  border-radius: 30px;
  border: 3px solid var(--masame, #111);
  background: var(--masame, #fff);
}
@media screen and (max-width: 767px) {
  .yarigai {
    padding: 60px 30px;
  }
}
.yarigai div.titlesec {
  width: 100%;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .yarigai div.titlesec {
    flex-wrap: wrap;
  }
}
.yarigai div.titlesec div.right {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.54px;
  width: 627px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .yarigai div.titlesec div.right p {
    color: var(--masame, #111);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%; /* 32px */
    letter-spacing: 0.48px;
  }
}
.yarigai div.titlesec div.left span {
  color: var(--masame, #00913a);
  font-family: "LINE Seed JP App_OTF";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.54px;
  text-transform: lowercase;
}
@media screen and (max-width: 767px) {
  .yarigai div.titlesec div.left span {
    font-size: 16px;
    line-height: 150%; /* 24px */
    letter-spacing: 0.48px;
  }
}
.yarigai div.titlesec div.left h3 span {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 60.8px */
  letter-spacing: 1.14px;
}
@media screen and (max-width: 767px) {
  .yarigai div.titlesec div.left h3 span {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 40px */
    letter-spacing: 0.75px;
  }
}
@media screen and (max-width: 767px) {
  .yarigai div.titlesec div.left h3 {
    margin-bottom: 20px;
  }
}
.yarigai ul {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .yarigai ul {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.yarigai ul li {
  max-width: 230px;
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .yarigai ul li {
    width: 100%;
    max-width: 100%;
    flex: auto;
    gap: 15px;
  }
}
.yarigai ul li p {
  color: var(--masame, #111);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.72px;
}
.yarigai ul li img {
  height: 160px;
}

.environmentwrap {
  width: 100%;
  margin-top: -15px;
  position: relative;
  padding: 20px 0 150px;
  background-image: url(/image/recrit/infomationback.png);
  background-size: cover;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  padding: 120px 0 150px;
}
@media screen and (max-width: 767px) {
  .environmentwrap {
    padding-top: 65px;
    background-image: url(/image/recrit/infomationback_sp.png);
  }
}
.environmentwrap div.environmenttitle {
  width: 967px;
  height: 165px;
  flex-shrink: 0;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .environmentwrap div.environmenttitle {
    width: 319px;
    height: 160.515px;
  }
}

.environmentbox {
  border-radius: 30px;
  border: 3px solid var(--masame, #111);
  background: var(--masame, #fff);
  padding: 80px;
}
@media screen and (max-width: 767px) {
  .environmentbox {
    padding: 25px;
  }
}
.environmentbox.first {
  margin-bottom: 75px;
}
.environmentbox div.titlesec {
  width: 100%;
  align-items: flex-end;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .environmentbox div.titlesec {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.environmentbox div.titlesec div.right {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.54px;
  width: 539px;
  padding-bottom: 14px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .environmentbox div.titlesec div.right p {
    color: var(--masame, #111);
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 24px */
    letter-spacing: 0.45px;
  }
}
@media screen and (max-width: 767px) {
  .environmentbox div.titlesec div.left {
    margin-bottom: 20px;
  }
}
.environmentbox div.titlesec div.left span {
  color: var(--masame, #00913a);
  font-family: "LINE Seed JP App_OTF";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.54px;
  text-transform: lowercase;
}
.environmentbox div.titlesec div.left h3 span {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 60.8px */
  letter-spacing: 1.14px;
  stroke-width: 3px;
  stroke: var(--masame, #fff100);
  border-bottom: 3px solid #fff100;
}
@media screen and (max-width: 767px) {
  .environmentbox div.titlesec div.left h3 span {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 40px */
    letter-spacing: 0.75px;
  }
}
.environmentbox div.seichobox {
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .environmentbox div.seichobox {
    flex-wrap: wrap;
  }
}
.environmentbox div.txtarea h3 {
  color: var(--masame, #00913a);
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 48px */
  margin-bottom: 12px;
}
.environmentbox div.txtarea p {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  width: 410px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .environmentbox div.txtarea p {
    width: 100%;
  }
}
.environmentbox div.txtarea p span {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.38px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  font-feature-settings: "palt";
}
.environmentbox div.txtarea p.first:after {
  content: "01";
  color: #fff100;
  font-family: Roboto;
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 150px */
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.environmentbox div.txtarea p.sec:after {
  content: "02";
  color: #fff100;
  font-family: Roboto;
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 150px */
  position: absolute;
  left: 0;
  bottom: -51px;
}
.environmentbox div.txtarea p.third:after {
  content: "03";
  color: #fff100;
  font-family: Roboto;
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 150px */
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.environmentbox div.seichoimg {
  width: 539px;
  height: 584px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .environmentbox div.seichoimg {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}

div.konoyouna div.konoyonatitle {
  width: 396.41px;
  height: 87.727px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  div.konoyouna div.konoyonatitle {
    width: 316.57px;
    height: 61.193px;
  }
}
div.konoyouna div.slider {
  margin-top: -20px;
}
div.konoyouna .slick-slide {
  margin: 0 20px;
  position: relative;
  width: 41rem;
  padding-top: 4.4rem;
  min-width: 435px;
  min-height: 541px;
  flex-shrink: 0;
  border-radius: 30px;
  border: 3px solid var(--masame, #111);
  background: var(--masame, #fff);
  padding: 4rem 3.6rem 5.6rem;
}
@media screen and (max-width: 767px) {
  div.konoyouna .slick-slide {
    min-width: auto;
    min-height: auto;
  }
}
div.konoyouna .slick-slide img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  display: block;
  border-radius: 10px;
  margin: 0 auto 25px;
}
div.konoyouna .slick-slide h3 {
  color: var(--masame, #111);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 41.6px */
  letter-spacing: 0.78px;
  margin-bottom: 20px;
}
div.konoyouna .slick-slide h3 span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
div.konoyouna .slick-slide p {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 27.2px */
  letter-spacing: 0.51px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  font-size: clamp(1.063rem, 0.903rem + 0.8vw, 1.7rem);
}

div.fukuribox {
  gap: 60px;
  margin-bottom: 60px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  div.fukuribox {
    flex-wrap: wrap;
    align-items: baseline;
  }
}
div.fukuribox div.box {
  max-width: 470px;
  min-height: 552px;
  padding: 30px;
  border-radius: 30px;
  border: 4px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  div.fukuribox div.box {
    width: 100%;
    padding: 25px 35px;
  }
}
div.fukuribox div.box div.img {
  width: 410px;
  height: 266px;
  border-radius: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  div.fukuribox div.box div.img {
    width: 100%;
    height: auto;
  }
}
div.fukuribox div.box h4 div.uptxt span {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 0.6px;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
div.fukuribox div.box h4 div.title {
  color: var(--masame, #00913a);
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 48px */
  margin-bottom: 12px;
}
div.fukuribox div.box p {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 767px) {
  div.fukuribox div.box p {
    color: var(--masame, #111);
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 24px */
    letter-spacing: 0.45px;
  }
}

ul.fukurikosei {
  gap: 50px 56px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
ul.fukurikosei li {
  width: 276px;
}
ul.fukurikosei li h5 {
  color: var(--masame, #111);
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 41.6px */
}
ul.fukurikosei li div.num {
  margin-bottom: 16px;
}
ul.fukurikosei li div.num span {
  color: var(--masame, #00913a);
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 37.5px */
  border-bottom: 1px solid #00913a;
  padding-bottom: 9px;
}/*# sourceMappingURL=style.css.map */