@charset "UTF-8";
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
a.jump_point {
  height: 1px;
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 1100px) {
  a.jump_point {
    padding-top: 90px;
    margin-top: -90px;
  }
}
.container {
  width: clamp(331px, 83.3%, 1000px);
  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;*/
  aspect-ratio: 16 / 6.8;
  max-width: 1000px;
  width: 100%;
  height: auto;
}
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.sectionTitlearea {
  gap: 100px;
  padding-bottom: 18px;
  margin-bottom: 40px;
  border-bottom: 1px solid #bebebe;
  justify-content: flex-start;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  div.sectionTitlearea {
    padding-bottom: 0;
    margin-bottom: 28px;
  }
  div.map.map169 {
    aspect-ratio: 16 / 9;
  }
}
.topNewsarea div.sectionTitlearea {
  padding-bottom: 12px;
  margin-bottom: 67px;
}
@media screen and (max-width: 767px) {
  .topNewsarea div.sectionTitlearea {
    margin-bottom: 42px;
  }
}
div.sectionTitlearea h2 {
  color: #000;
  font-family: "Ubuntu", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 64px */
  letter-spacing: 1.2px;
  text-transform: capitalize;
}
div.sectionTitlearea h2 span {
  color: #008742;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  margin-left: 10px;
}
div.sectionTitlearea p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
}
/* レイアウトのためのCSS */
.inner {
  margin-inline: auto;
  padding-left: 250px;
  padding-top: 80px;
  width: 100%;
}
.inner img {
  display: block;
  height: 500px;
  /* ↓高さを指定する場合、これがないと画像が潰れる */
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.inner .image {
  margin-right: calc(50% - 50vw);
}
.txtBox {
  position: absolute;
  top: 340px;
}
button {
  width: 215px;
  height: 60px;
  flex-shrink: 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: #008742;
}
button.white a:hover {
  background-color: #203424;
  color: #fff;
}
button.white a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  flex-shrink: 0;
  aspect-ratio: 5/4;
  background-image: url(../image/common/btnarrow.svg);
  position: absolute;
  right: 23px;
  transition: all 0.6s ease;
}
button.white:hover a:after {
  background-image: url(../image/common/btnarrow-w.svg);
  right: 10px;
}
button.green a {
  background-color: #008742;
  color: #fff;
}
button.green a span {
  color: #fff;
}
button.green a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  flex-shrink: 0;
  aspect-ratio: 5/4;
  background-image: url(../image/common/btnarrow-w.svg);
  position: absolute;
  right: 23px;
  transition: all 0.6s ease; /* ゆっくり変化させる */
}
button:hover.green a {
  background: #203424;
}
button:hover.green a:after {
  right: 15px;
}
.pageWrap.news div.container.flex {
  gap: 0 92px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .pageWrap.news div.container.flex {
    flex-wrap: wrap;
  }
}
.newsListwrap {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .newsListwrap {
    padding-bottom: 10px;
  }
}
ul.newsList {
  width: 100%;
  flex-wrap: wrap;
  /*  gap: 60px 40px;
  gap: 60px 5%;*/
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  ul.newsList {
    width: 100%;
    gap: 0;
  }
}
ul.newsList li {
  width: 100%;
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 27px;
  padding-top: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  ul.newsList li {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
ul.newsList li:first-child {
  padding-top: 0;
}
ul.newsList li:after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url("../image/news/arrow1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 8px;
  top: 41px;
  transition: 0.3s ease-in-out;
  top: auto;
  bottom: 28px;
  right: 2px;
}
@media screen and (max-width: 767px) {
  ul.newsList li:after {
    width: 30px;
    height: 30px;
    top: 61px;
  }
  ul.newsList li:first-child:after {
    width: 30px;
    height: 30px;
    top: 38px;
  }
}
ul.newsList li:hover:after {
  background-image: url("../image/news/arrow2.svg");
}
@media screen and (max-width: 767px) {
  ul.newsList li {
    width: 100%;
  }
}
ul.newsList li a div.img {
  width: 240px;
  height: 240px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  ul.newsList li a div.img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
ul.newsList li a div.titleinfo p.title {
  transition: 0.3s ease-in-out;
}
ul.newsList li:hover a div.titleinfo p.title {
  color: #3EB034;
}
ul.newsList li a div.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
ul.newsList li a div.titleinfo span.date {
  color: #000;
  /* Noto Sans JP/14px-SemiBold　 */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
  text-align: left;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  ul.newsList li a div.titleinfo span.date {
    font-size: 16px;
    letter-spacing: 0.48px;
    padding: 0;
  }
}
ul.newsList li a div.titleinfo p.title {
  color: #000;
  /* Noto Sans JP/16px-SemiBold　 */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
  margin-bottom: 5px;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  ul.newsList li a div.titleinfo p.title {
    padding: 0;
  }
}
ul.newsList li a div.titleinfo div.category {
  justify-content: flex-start;
}
ul.newsList li a div.titleinfo div.category span {
  color: #008742;
  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 #008742;
  padding: 0 8px;
}
div.catgoryBtnlist {
  width: 108px;
}
@media screen and (max-width: 767px) {
  div.catgoryBtnlist {
    width: 100%;
    margin-bottom: 40px;
  }
}
div.catgoryBtnlist ul {
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  div.catgoryBtnlist ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 9px;
  }
}
div.catgoryBtnlist ul li a {
  width: 108px;
  height: 28px;
  border-radius: 30px;
  background: #f5f5f5;
  color: #252525;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
}
@media screen and (max-width:768px) {
  div.catgoryBtnlist ul li a {
    width: 100px;
  }
}
div.catgoryBtnlist ul li:hover a {
  background-color: #008742;
  color: #fff;
}
header.flex {
  height: 80px;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  header.flex {
    height: 64px;
  }
}
header.flex h1 {
  width: 244px;
  height: 74px;
  position: absolute;
  left: 66px;
}
@media screen and (max-width: 767px) {
  header.flex h1 {
    width: 205px;
    height: 62px;
    flex-shrink: 0;
    aspect-ratio: 205/62;
    left: 22px;
  }
}
header.flex div.head-rightarea {
  gap: 39px;
}
@media screen and (max-width: 767px) {
  header.flex div.head-rightarea {
    display: none;
  }
}
header.flex div.head-rightarea div.telnavWrap {
  align-items: flex-end;
  gap: 7px;
}
header.flex div.head-rightarea div.telnavWrap div.headTel {
  width: 203px;
  height: 28px;
  border-radius: 3px;
  background: #f0efec;
  text-align: center;
  flex-shrink: 0;
  letter-spacing: 0;
}
header.flex div.head-rightarea div.telnavWrap div.headTel a span {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
}
header.flex div.head-rightarea div.telnavWrap div.headTel a span:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 16px;
  aspect-ratio: 15/16;
  background-image: url(../image/common/headTel.svg);
  margin-right: 10px;
}
header.flex div.btnarea button {
  width: 90px;
  height: 80px;
}
header.flex div.btnarea button.headRecruitbtn {
  background-color: #008742;
  transition: all 0.6s;
}
header.flex div.btnarea button.headRecruitbtn:hover {
  background-color: #03a251;
}
header.flex div.btnarea button.headRecruitbtn a {
  gap: 1px;
}
header.flex div.btnarea button.headContactbtn {
  background-color: #3eb034;
  transition: all 0.6s;
}
header.flex div.btnarea button.headContactbtn:hover {
  background-color: #47cc3a;
}
header.flex div.btnarea button.headContactbtn a {
  gap: 2px;
}
header.flex div.btnarea button a {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  height: 100%;
}
header.flex div.btnarea button a span {
  color: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.7px;
}
.telnavWrap {
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .telnavWrap {
    display: none;
  }
}
div.navarea ul {
  flex-direction: row;
  gap: 40px;
}
div.navarea ul li a span {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
  transition: all 0.6s ease;
}
div.navarea ul li a:hover span {
  color: #008742;
}
/* overlay-styles.css */
.hamburger-overlay {
  background: #fff;
  position: fixed;
  z-index: 1000;
  border: none;
  cursor: pointer;
  top: 0;
  right: 0;
  display: flex;
  width: 64px;
  height: 64px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.hamburger-overlay:after {
  content: "メニュー";
  color: #008742;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.33px;
  position: absolute;
  bottom: 9px;
}
.hamburger-overlay.active:after {
  content: "閉じる";
}
.hamburger-overlay__line {
  position: absolute;
  left: 20px;
  width: 24px;
  height: 2px;
  background-color: #008742;
  transition: all 0.6s;
}
.hamburger-overlay__line:nth-of-type(1) {
  top: 14px;
}
.hamburger-overlay__line:nth-of-type(2) {
  top: 23px;
}
.hamburger-overlay__line:nth-of-type(3) {
  top: 32px;
}
.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #008742;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100vh;*/
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  z-index: 900;
  overflow-y: scroll;
  height: 80vh;
}
@media screen and (max-width: 767px) {
  .nav-overlay {
    height: 100vh;
  }
}
.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}
.nav-overlay__content {
  width: 100%;
  text-align: left;
  height: 100%;
  overflow: auto;
  padding-bottom: 60px;
}
.nav-overlay__list {
  padding: 0;
  list-style: none;
  width: 88.3vw;
  margin: 60px auto 40px;
}
.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
}
.nav-overlay__item a {
  display: inline-block;
  width: 100%;
}
.nav-overlay__item a.arrow:before {
  width: 14px;
  height: 14px;
  content: "";
  display: inline-block;
  background-image: url(../image/footer/arrowsmall.svg);
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
.nav-overlay__item a.boderLeft {
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}
.nav-overlay__item a.boderLeft:before {
  width: 10px;
  height: 2px;
  content: "";
  display: inline-block;
  background-color: #008742;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}
.nav-overlay.active .nav-overlay__item:nth-child(1) {
  transition-delay: 0.1s;
}
.nav-overlay.active .nav-overlay__item:nth-child(2) {
  transition-delay: 0.2s;
}
.nav-overlay.active .nav-overlay__item:nth-child(3) {
  transition-delay: 0.3s;
}
.nav-overlay.active .nav-overlay__item:nth-child(4) {
  transition-delay: 0.4s;
}
.nav-overlay.active .nav-overlay__item:nth-child(5) {
  transition-delay: 0.5s;
}
.nav-overlay.active .nav-overlay__item:nth-child(6) {
  transition-delay: 0.6s;
}
.nav-overlay.active .nav-overlay__item:nth-child(7) {
  transition-delay: 0.7s;
}
.nav-overlay.active .nav-overlay__item:nth-child(8) {
  transition-delay: 0.8s;
}
.nav-overlay.active .nav-overlay__item:nth-child(9) {
  transition-delay: 0.9s;
}
.nav-overlay__link {
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s;
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.54px;
}
.nav-overlay__link.pb_a {
  padding-bottom: 15px;
}
.nav-overlay__link.pb_b {
  padding-bottom: 10px;
}
.nav-overlay__link.arrow {
  padding-top: 15px;
}
.nav-overlay__link:hover {
  color: #4a90e2;
}
div.spMenuContactBox {
  width: 88.3vw;
  margin: 0 auto;
  padding-bottom: 120px;
  /*  border: 2px solid #252525;
  padding: 20px 32px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;*/
}
/*div.spMenuContactBox p {
  color: #252525;
  text-align: center;

  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; 
  letter-spacing: 0.48px;
}
div.spMenuContactBox a {
  color: #252525;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;  
  display: block;
}*/
@media screen and (max-width: 767px) {
  div.spMenuContactBox a {
    white-space: nowrap;
  }
}
/*div.spMenuContactBox a:before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 31px;
  flex-shrink: 0;
  aspect-ratio: 29/31;
  background-image: url(../image/header/tel.svg);
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -3px;
}*/
div.spMenuContactBox span {
  color: #252525;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
 letter-spacing: 0.42px;
}
.nav-overlay.active div.spMenuContactBox {
  transition-delay: 1s;
  opacity: 1;
  transform: translateY(0);
}
.borderBttomGray {
  border-bottom: 1px solid #bebebe;
}
.spmenuLogo {
  width: 227px;
  height: 62px;
  flex-shrink: 0;
  aspect-ratio: 205/62;
  padding-left: 22px;
  margin-top: 1px;
}
footer {
  padding-bottom: 60px;
}
.buttomContact {
  width: 100%;
}
.buttomContact div.upImage {
  position: absolute;
  width: 100%;
  height: 410px;
}
.buttomContact div.upImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  display: block;
}
.buttomContact div.upImage:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #252525;
  opacity: 0.6;
  z-index: 1;
}
.buttomContact div.bottomContainer {
  /*  width: 910px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 70px;*/
  width: 832px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 68px;
}
@media screen and (max-width: 767px) {
  .buttomContact div.bottomContainer {
    width: 100%;
    padding-top: 50px;
  }
}
.buttomContact div.bottomContainer h2 {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 64px */
  letter-spacing: 1.2px;
  text-transform: capitalize;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .buttomContact div.bottomContainer h2 {
    width: 83.3%;
    margin: 0 auto 40px;
  }
}
.buttomContact div.bottomContainer h2 span.sub {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
}
.buttomContact div.bottomContainer p {
  color: #fff;
  margin-top: 40px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
  margin: 0 0 33px 0;
}
@media screen and (max-width: 767px) {
  .buttomContact div.bottomContainer p {
    width: 83.3%;
    margin: 0 auto 40px;
    font-size: 15px;
    letter-spacing: 0.45px;
  }
}
.buttomContact div.container {
  position: relative;
  z-index: 2;
}
.buttomContact div.container div.bottomBtnarea div {
  text-align: center;
  padding-top: 30px;
}
.buttomContact div.container div.bottomBtnarea div h2 {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.39px;
}
.buttomContact div.container div.bottomBtnarea div.left {
  width: 50%;
  background-color: #008742;
  height: 171px;
}
@media screen and (max-width: 767px) {
  .buttomContact div.container div.bottomBtnarea div.left {
    width: 100%;
  }
}
.buttomContact div.container div.bottomBtnarea div.left span.icon {
  width: 23px;
  height: 24.15px;
  aspect-ratio: 23/24.15;
  margin-bottom: 4px;
  display: inline-block;
}
.buttomContact div.container div.bottomBtnarea div.left a {
  color: #fff;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 44.8px */
  justify-content: center;
}
.buttomContact div.container div.bottomBtnarea div.left p {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.36px;
}
.buttomContact div.container div.bottomBtnarea div.right {
  width: 50%;
  background-color: #3eb034;
  height: 171px;
  pointer-events: none;
  transition: all 0.5s ease;
}
.buttomContact div.container div.bottomBtnarea div.right:hover {
  background-color: #47cc3a; /* 子要素をhoverした時の親要素の背景色 */
}
@media screen and (max-width: 767px) {
  .buttomContact div.container div.bottomBtnarea div.right {
    width: 100%;
  }
}
.buttomContact div.container div.bottomBtnarea div.right span.icon {
  width: 30px;
  height: 21.074px;
  aspect-ratio: 30/21.07;
  margin-bottom: 3px;
  display: inline-block;
}
.buttomContact div.container div.bottomBtnarea div h2 {
  margin-bottom: 10px;
}
.buttomContact div.container div.bottomBtnarea div button {
  width: 215px;
  height: 60px;
  background-color: #fff;
  border-radius: 100vh;
  pointer-events: auto;
}
.buttomContact div.container div.bottomBtnarea div button a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 23px;
}
.buttomContact div.container div.bottomBtnarea div button a span {
  color: #008742;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
}
.buttomContact div.container div.bottomBtnarea div button a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 11.866px;
  flex-shrink: 0;
  aspect-ratio: 15/11.87;
  position: absolute;
  right: 20px;
  background-image: url(../image/footer/arrow.svg);
  transition: all 0.6s ease;
}
.buttomContact div.container div.bottomBtnarea div button:hover {
  background-color: #203424;
}
.buttomContact div.container div.bottomBtnarea div button:hover a:after {
  right: 10px;
  background-image: url(../image/common/btnarrow-w.svg);
}
.buttomContact div.container div.bottomBtnarea div button:hover a span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .buttomContact div.container div.bottomBtnarea {
    flex-wrap: wrap;
  }
}
footer div.container {
  flex-wrap: wrap;
  padding-top: 60px;
  /*gap: 11px 239px;*/
  gap: 11px 139px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  footer div.container {
    padding-top: 28px;
  }
}
footer div.container div.left-Contents {
  flex: 1;
}
footer div.container div.left-Contents div.footerLogo {
  width: 322px;
  height: 97px;
  aspect-ratio: 322/97;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  footer div.container div.left-Contents div.footerLogo {
    width: 279px;
    height: 84px;
    aspect-ratio: 93/28;
    margin: 0 auto 20px;
  }
}
footer div.container div.left-Contents address {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  footer div.container div.left-Contents address {
    margin-bottom: 10px;
  }
}
footer div.container div.left-Contents div.tel-fax {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
}
footer div.container div.right-Contents {
  flex: 1;
  padding-top: 49px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  footer div.container div.right-Contents {
    padding-top: 19px;
    margin-bottom: 26px;
  }
}
footer div.container div.right-Contents ul {
  gap: 15px;
  flex-wrap: wrap;
  width: 215px;
}
@media screen and (max-width: 767px) {
  footer div.container div.right-Contents ul {
    width: auto;
  }
}
footer div.container div.right-Contents ul li {
  width: 1;
}
footer div.container div.right-Contents ul li a {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
}
footer div.container div.right-Contents ul li a:before {
  width: 14px;
  height: 14px;
  content: "";
  display: inline-block;
  background-image: url(../image/footer/arrowsmall.svg);
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
footer div.container div.right-Contents ul li a:hover {
  color: #008742;
}
footer div.container div.right-Contents ul li ul {
  display: flex;
  gap: 0;
}
footer div.container div.right-Contents ul li ul.mt {
  margin-top: 10px;
}
footer div.container div.right-Contents ul li ul.mt5 {
  margin-top: 5px;
}
footer div.container div.right-Contents ul li ul li {
  /*  margin-bottom: 8px;*/ margin-bottom: 1px;
  width: 100%;
}
footer div.container div.right-Contents ul li ul li:first-child {
  margin-top: 0px;
}
footer div.container div.right-Contents ul li ul li a {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
}
footer div.container div.right-Contents ul li ul li a:before {
  width: 10px;
  height: 2px;
  content: "";
  display: inline-block;
  background-color: #008742;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
footer div.container div.right-Contents ul li ul li a:hover {
  color: #008742;
}
footer div.container div.footerBottom {
  width: 100%;
}
footer div.container div.footerBottom div.footerPrivacypolocy a {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.39px;
}
footer div.container div.footerBottom div.footerPrivacypolocy a:hover {
  color: #008742;
}
footer div.container div.footerBottom p.footerCopy {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.39px;
}
@media screen and (max-width: 767px) {
  footer div.container div.footerBottom p.footerCopy {
    color: #252525;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 20.8px */
    letter-spacing: 0.39px;
  }
}
.topAboutus {
  padding-top: 120px;
  padding-bottom: 172px;
}
@media screen and (max-width: 767px) {
  .topAboutus {
    padding-top: 0;
    padding-bottom: 55px;
  }
}
.topAboutus div.flex {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .topAboutus div.flex {
    flex-wrap: wrap;
    margin-top: -70px;
  }
}
.topAboutus div.column-outside-left {
  max-height: 695px;
  margin-right: 110px;
}
@media screen and (max-width: 767px) {
  .topAboutus div.column-outside-left {
    margin-right: 0;
    width: 260px;
    height: 361px;
    margin-bottom: 60px;
  }
}
.topAboutus div.column-outside-left p {
  max-height: 695px;
}
@media screen and (max-width: 767px) {
  .topAboutus div.column-outside-left p {
    margin-right: 0;
    width: 260px;
    height: 361px;
  }
}
.topAboutus div.right {
  width: 570px;
  padding-right: 109px;
}
@media screen and (max-width: 767px) {
  .topAboutus div.right {
    width: 100%;
    padding-right: 0;
  }
}
.topAboutus div.right h2 {
  color: #252525;
  font-family: "Ubuntu", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 64px */
  letter-spacing: 1.2px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.topAboutus div.right h2 span {
  color: #008742;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  display: block;
}
.topAboutus div.right h3 {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 44.8px */
  letter-spacing: 0.84px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .topAboutus div.right h3 {
    font-size: 20px;
    line-height: 160%; /* 32px */
    letter-spacing: 0.6px;
  }
}
.topAboutus div.right p {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 29.75px */
  letter-spacing: 0.51px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .topAboutus div.right p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%; /* 28px */
    letter-spacing: 0.48px;
    /* margin-bottom: 40px;*/
    position: relative;
    z-index: 1;
    margin-bottom: 72px;
  }
}
.topAboutus div.right .rightimg {
  position: absolute;
  width: 228px;
  height: 317px;
  right: -200px;
  bottom: -120px;
}
@media screen and (max-width: 767px) {
  .topAboutus div.right .rightimg {
    right: 0;
    width: 153px;
    height: 213px;
  }
}
.topService {
  background: #f5f5f5;
  padding-top: 110px;
  padding-bottom: 80px;
  /* スライダー全体 */
  /* スライド3枚のグループ */
  /* スライド */
  /* スライドの画像 */
  /* CSSアニメーション */
}
@media screen and (max-width: 767px) {
  .topService {
    padding-bottom: 55px;
  }
  .topService button.center {
    margin: 0;
  }
}
.topService div.flex {
  margin-bottom: 43px;
  gap: 0 170px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .topService div.flex {
    flex-wrap: wrap;
  }
}
.topService div.flex h2 {
  white-space: nowrap;
  width: 241px;
  height: 88px;
  color: #252525;
  font-family: "Ubuntu", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 64px */
  letter-spacing: 1.2px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .topService div.flex h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 1.08px;
    text-transform: capitalize;
    line-height: 2.8;
  }
}
.topService div.flex h2 span {
  color: #008742;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  display: block;
}
.topService div.flex p {
  flex: 1;
  color: #252525;
  /*padding-top: 28px;*/
  /* Noto Sans JP/16px-SemiBold　 */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
  width: 589px;
  flex-shrink: 0;
  padding-top: 42px;
}
@media screen and (max-width: 767px) {
  .topService div.flex p {
    font-size: 15px;
    font-weight: 600;
    line-height: 160%; /* 24px */
    letter-spacing: 0.45px;
  }
}
.topService .slider-wrapper {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
  margin-bottom: 40px;
}
.topService .slider {
  animation: scroll-left 100s infinite linear 0.5s both;
  display: flex; /* スライド3枚を横並び */
}
.topService .slide {
  width: 33.3333333333vw; /* 3はスライドの枚数 */
  width: 1000px;
  height: 500px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .topService .slide {
    height: 208px;
    width: 285px;
  }
  .topService .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.topService .slide img {
  display: block;
  width: 100%;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.topService ul.businessBtn {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .topService ul.businessBtn {
    flex-wrap: wrap;
    gap: 26px;
  }
}
.topService ul.businessBtn li {
  width: 489px;
  height: 328px;
  flex-shrink: 0;
  position: relative;
  transition: all 0.5s 0s ease;
}
.topService ul.businessBtn li:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 52, 36, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
}
.topService ul.businessBtn li:hover:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 52, 36, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .topService ul.businessBtn li {
    height: 220px;
    width: 100%;
  }
}
.topService ul.businessBtn li:nth-child(1) {
  background-image: url(../image/top/businessbtn01.jpg);
}
.topService ul.businessBtn li:nth-child(2) {
  background-image: url(../image/top/businessbtn02.jpg);
}
.topService ul.businessBtn li a {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /* padding-top: 96px;*/
  padding-left: 33px;
  position: relative;
  z-index: 1;
  padding-top: 93px;
}
@media screen and (max-width: 767px) {
  .topService ul.businessBtn li a {
    padding-top: 50px;
  }
}
.topService ul.businessBtn li a div span.en {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .topService ul.businessBtn li a div span.en {
    margin-bottom: 10px;
  }
}
.topService ul.businessBtn li a div h4 {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 40px */
  letter-spacing: 0.75px;
  margin-bottom: 30px;
  margin-top: 14px;
}
.topService ul.businessBtn li a div span.toPage {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  /* letter-spacing: 0.42px;*/
  position: relative;
  letter-spacing: 2px;
}
.topService ul.businessBtn li a div span.toPage:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  background-image: url(../image/top/arrow.svg);
  right: -37px;
  top: 0;
}
.topBlogarea {
  /*padding: 100px 0;*/
  background-color: #f5f5f5;
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .topBlogarea {
    padding-top: 60px;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .topBlogarea .sectionTitlearea.flex {
    flex-wrap: wrap;
    border: none;
    gap: 10px;
    padding-bottom: 0;
    /*margin-bottom: 40px;*/
    margin-bottom: 0;
  }
  .topBlogarea .sectionTitlearea.flex p {
    width: 100%;
	  margin-bottom: 14px;
  }
  .topBlogarea .sectionTitlearea.flex h2 {
    border-bottom: 1px solid #bebebe;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  ul.topBlogbtn {
    flex-wrap: wrap;
    gap: 20px;
  }
}
ul.topBlogbtn li {
  width: 227px;
  height: 73px;
  background-color: #fff;
  position: relative;
}
ul.topBlogbtn li:hover {
  background: #008742;
}
section.topWorkarea ul.topBlogbtn li {
  background: #F5F5F5;
}
section.topWorkarea ul.topBlogbtn li:hover {
  background: #008742;
}
@media screen and (max-width: 767px) {
  ul.topBlogbtn li {
    width: 47.1%;
    height: auto;
    padding-bottom: 18px;
    padding-top: 11px;
  }
}
ul.topBlogbtn li:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-image: url(../image/common/linkmark.svg);
  /* top: 50%;*/
  top: 61%;
  transform: translateY(-50%);
  right: 9px;
}
ul.topBlogbtn li:hover:after {
  background-image: url(../image/common/linkmark_w.svg);
}
@media screen and (max-width: 767px) {
  ul.topBlogbtn li:after {
    bottom: 6px;
    right: 10px;
    top: auto;
    width: 10px;
    height: 10px;
    background-size: contain;
    bottom: 0;
  }
}
ul.topBlogbtn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
ul.topBlogbtn li a div {
  color: #008742;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.39px;
}
@media screen and (max-width: 767px) {
  ul.topBlogbtn li a div {
    line-height: 170%;
  }
}
ul.topBlogbtn li a div span {
  color: #008742;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.51px;
  display: block;
  white-space: nowrap;
}
ul.topBlogbtn li:hover a div {
  color: #fff;
}
ul.topBlogbtn li:hover a div span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  ul.topBlogbtn li a div span {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
section.topWorkarea {
  padding: 120px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  section.topWorkarea {
    padding: 65px 0 60px;
  }
}
ul.topWorksul {
  flex-wrap: wrap;
  gap: 50px 0;
}
@media screen and (max-width: 767px) {
  ul.topWorksul {
    gap: 30px 0;
  }
}
ul.topWorksul li {
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  ul.topWorksul li {
    width: 100%;
  }
}
ul.topWorksul li a {
  position: relative;
  display: block;
}
ul.topWorksul li a div.border {
  position: absolute;
  top: 70px;
  z-index: 2;
  width: 230px;
  height: 120px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  ul.topWorksul li a div.border {
    display: none;
  }
}
ul.topWorksul li a div.img {
  height: 260px;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  ul.topWorksul li a div.img {
    height: 180px;
  }
}
ul.topWorksul li a div.img:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 37, 0.7);
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  ul.topWorksul li a div.img:before {
    background: rgba(37, 37, 37, 0.5);
  }
}
ul.topWorksul li a div.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.6s ease; /* ゆっくり変化させる */
}
ul.topWorksul li a h3 {
  position: absolute;
  top: 90px;
  text-align: center;
  z-index: 2;
  width: 230px;
  height: 120px;
  flex-shrink: 0;
  box-sizing: border-box;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  ul.topWorksul li a h3 {
    top: 50px;
    height: auto;
  }
}
ul.topWorksul li a h3 span.shiten {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 48px */
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  ul.topWorksul li a h3 span.shiten {
    margin-top: 8px;
  }
}
ul.topWorksul li span.bottom {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.54px;
  position: relative;
}
ul.topWorksul li span.bottom:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-image: url(../image/common/linkmark.svg);
  margin-left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
ul.topWorksul li:hover img {
  transform: scale(1.1); /* 拡大 */
}
ul.topWorksul li:hover span.bottom {
  color: #008742;
}
/* .movelineを基点にします */
.moveline {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.moveline::after, .moveline::before, .moveline-vertical::after, .moveline-vertical::before {
  content: "";
  position: absolute;
  z-index: 10; /* レイヤーの重ね順 */
  background-color: #fff; /* 線色 */
  transition: all 0.3s ease; /* アニメーション時間 */
}
/* .moveline::after は横幅0px、高さ1pxで、左上の位置に配置されます */
.moveline::after {
  width: 0px;
  height: 1px;
  top: -1px;
  left: -1px;
}
/* .moveline-vertical::after は横幅1px、高さ0pxで、左下に配置されます */
.moveline-vertical::after {
  width: 1px;
  height: 0px;
  left: -1px;
  bottom: -1px;
}
/* .moveline::before の要素は横幅0px、高さ1pxで、右下の位置に配置されます */
.moveline::before {
  width: 0px;
  height: 1px;
  right: -1px;
  bottom: -1px;
}
/* .moveline-vertical::before の要素は横幅1px、高さ0pxで、右上の位置に配置されます */
.moveline-vertical::before {
  width: 1px;
  height: 0px;
  top: -1px;
  right: -1px;
}
/* .movelineクラスの要素がホバーされた時に横幅が100% + 1pxになります */
ul.topWorksul li:hover {
  /* .movelineクラスの要素がホバーされた時に高さが100% + 1pxになります */
}
ul.topWorksul li:hover .moveline::after, ul.topWorksul li:hover .moveline::before {
  width: calc(100% + 1px);
}
ul.topWorksul li:hover .moveline .moveline-vertical::after, ul.topWorksul li:hover .moveline .moveline-vertical::before {
  height: calc(100% + 1px);
}
section.topMap {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  section.topMap {
    padding: 60px 0;
  }
}
.topRecruitarea {
  position: relative;
  width: 100%;
  height: 840px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .topRecruitarea {
    background-color: #008742;
    height: auto;
    padding: 60px 0;
  }
  .topRecruitarea .txtBox {
    position: static;
  }
  .topRecruitarea .txtBox div.en {
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .topRecruitarea .inner {
    padding: 0;
  }
}
.topRecruitarea div.greenbox {
  position: absolute;
  width: 888px;
  height: 840px;
  flex-shrink: 0;
  background-color: #008742;
  left: -118px;
}
.topRecruitarea div.txtBox p {
  color: #fff;
  margin-bottom: 35px;
  /* Noto Sans JP/16px-SemiBold　 */
  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) {
  .topRecruitarea div.txtBox p {
    margin: 30px auto 40px;
  }
}
div.en {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Ubuntu", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  line-height: 1.4;
  letter-spacing: 3px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  div.en {
    font-size: 91px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%; /* 72.8px */
    letter-spacing: 2.73px;
    text-transform: capitalize;
  }
}
h2.topRecruittitle {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 44.8px */
  letter-spacing: 0.84px;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  h2.topRecruittitle {
    font-size: 26px;
    line-height: 160%; /* 41.6px */
    letter-spacing: 0.78px;
    margin-bottom: 35px;
  }
}
h2.topRecruittitle 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;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  h2.topRecruittitle span {
    margin-bottom: 20px;
  }
}
/*---------- vertical tab nav */
.tabNavcontents {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .tabNavcontents {
    padding-bottom: 60px;
  }
}
#vertical_tab_nav {
  width: 100%;
  display: flex;
  /* gap: 92px;*/
  /* gap: 92px; */
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #vertical_tab_nav {
    flex-wrap: wrap;
    gap: 40px;
  }
}
#vertical_tab_nav ul {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
  width: 108px;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  #vertical_tab_nav ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 10px 5%;
  }
}
#vertical_tab_nav li {
  text-align: left;
  padding: 0px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #vertical_tab_nav li {
    width: 30%;
    margin-bottom: 0;
  }
}
#vertical_tab_nav li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}
#vertical_tab_nav li a {
  display: block;
  color: #252525;
  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;
  width: 108px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 30px;
  background: #f5f5f5;
}
#vertical_tab_nav li:hover a {
  background: #008742;
  color: #fff;
}
#vertical_tab_nav li a.selected {
  background: #008742;
  color: #fff;
}
#vertical_tab_nav div {
  display: block;
  margin-bottom: 40px;
}
#vertical_tab_nav ul.ulflex li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #vertical_tab_nav ul.ulflex li a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #vertical_tab_nav div {
    margin-bottom: 0;
    /* overflow-x: scroll;*/
  }
}
#vertical_tab_nav div article {
  display: none;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  #vertical_tab_nav div article div.newsList-container {
    overflow-x: scroll;
    margin-bottom: 40px;
  }
}
#vertical_tab_nav div article div.newsList-container ul.newsList {
  width: 800px;
  justify-content: space-between;
  display: flex;
  border-radius: 0;
}
#vertical_tab_nav div article div.newsList-container ul.newsList li {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #vertical_tab_nav div article div.newsList-container ul.newsList li {
    width: 240px;
  }
}
#vertical_tab_nav div article div.newsList-container ul.newsList li a {
  width: 100%;
  height: auto;
  border-radius: 0;
  text-align: left;
  background-color: #fff;
}
#vertical_tab_nav div article p {
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 767px) {
  .article-wrap {
    margin-right: calc(50% - 50vw);
  }
  .article-wrap button {
    margin-left: calc((100vw - 215px) / 2 - 8vw);
  }
}
div.newsWrap div.newsContentscategory {
  justify-content: flex-start;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  div.newsWrap div.newsContentscategory {
    margin-bottom: 21px;
  }
}
div.newsWrap div.newsContentscategory span.category {
  color: #008742;
  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 #008742;
  padding: 0 8px;
}
div.newsWrap div.newsContentscategory span.date {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
  margin-left: 16px;
}
div.newsWrap h1 {
  color: #000;
  /* Noto Sans JP/24px-Bold　 */
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.72px;
  margin-bottom: 50px;
  padding-bottom: 31px;
  border-bottom: 1px solid #bebebe;
}
@media screen and (max-width: 767px) {
  div.newsWrap h1 {
    padding-bottom: 21px;
    margin-bottom: 40px;
  }
}
div.newsWrap div.newsContents {
  padding-bottom: 80px;
  border-bottom: 1px solid #bebebe;
}
@media screen and (max-width: 767px) {
  div.newsWrap div.newsContents {
    padding-bottom: 40px;
  }
}
div.newsWrap div.newsContents p {
  color: #000;
  /* Noto Sans JP/16px-Medium　 */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  div.newsWrap div.newsContents p {
    margin-bottom: 30px;
  }
}
div.newsWrap div.newsContents img {
  max-width: 100%;
  height: auto;
}
div.PrevNext {
  padding-top: 24px;
}
div.PrevNext a {
  color: #252525;
  text-align: center;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
div.PrevNext a.prev:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  background-image: url(../image/news/prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 8px;
}
div.PrevNext a.next:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  background-image: url(../image/news/next.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 8px;
}
.pageWrap {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pageWrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section.pageTitlewap {
  height: 430px;
  background-color: #008742;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.pageTitlewap {
    height: 240px;
  }
  section.pageTitlewap .container {
    width: 100%;
    height: 100%;
  }
}
section.pageTitlewap .inner {
  margin-inline: auto;
  /*  padding-left: 87px;*/
  padding-top: 0;
  width: 100%;
  padding-left: 125px;
}
@media screen and (max-width: 767px) {
  section.pageTitlewap .inner {
    padding-left: 36.8%;
    height: 100%;
  }
}
section.pageTitlewap .inner img {
  display: block;
  height: 430px;
  /* ↓高さを指定する場合、これがないと画像が潰れる */
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.pageTitlewap .inner img {
    /*width: 100%;*/
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
section.pageTitlewap .inner .image {
  margin-right: calc(50% - 50vw);
  position: relative;
}
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.3);
}
@media screen and (max-width: 767px) {
  section.pageTitlewap .inner .image {
    height: 100%;
  }
}
section.pageTitlewap h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 64px */
  letter-spacing: 1.2px;
  text-transform: capitalize;
  /* left: -83px;*/
  left: -44px;
}
@media screen and (max-width: 767px) {
  section.pageTitlewap h2 {
    left: 22px;
    font-size: 32px;
    letter-spacing: 0.96px;
  }
}
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;
  margin-top: 10px;
}
@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;
  }
}
.privacypolicy h2 {
  color: #252525;
  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: 20px;
}
@media screen and (max-width: 767px) {
  .privacypolicy h2 {
    font-size: 22px;
    letter-spacing: 0.66px;
  }
}
.privacypolicy h3 {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 0.6px;
  margin-bottom: 20px;
}
.privacypolicy div.ppfirstTxt {
  color: #252525;
  /* Noto Sans JP/16px-Medium　 */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .privacypolicy div.ppfirstTxt {
    margin-bottom: 40px;
  }
}
.privacypolicy p {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .privacypolicy p {
    margin-bottom: 30px;
    font-size: 15px;
    letter-spacing: 0.45px;
  }
}
h2.pageTitleH2 {
  color: #252525;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
  margin-bottom: 60px;
  position: relative;
}
.shaze h2.pageTitleH2:before, .rinen h2.pageTitleH2:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 33px;
  height: 2px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #008742;
}
@media screen and (max-width: 767px) {
  .shaze h2.pageTitleH2:before, .rinen h2.pageTitleH2:before {
    width: 30px;
    height: 2px;
  }
  .shaze {
    padding-top: 15px;
  }
}
.shaze .pageFirsttxt.rinentxt {
  color: #252525;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
  margin-bottom: 167px;
}
@media screen and (max-width: 767px) {
  .shaze .pageFirsttxt.rinentxt {
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.48px;
    margin-bottom: 70px;
  }
  .rinen {
    padding-top: 15px;
    margin-bottom: 88px;
  }
}
.shaze h3 {
  color: #252525;
  text-align: center;
  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;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  h2.pageTitleH2 {
    margin-bottom: 40px;
  }
  .shaze h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 40px */
    letter-spacing: 0.6px;
    margin-bottom: 10px;
  }
}
h2.pageTitleH2.green {
  color: #008742;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  h2.pageTitleH2.green {
    color: #008742;
    margin-bottom: 24px;
  }
}
div.rinenTxt {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 29px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.87px;
  text-align: center;
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  div.rinenTxt {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
div.rinenTxt span {
  color: #008742;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  div.rinenTxt span {
    font-size: 25px;
    color: #008742;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 40px */
    letter-spacing: 0.75px;
  }
}
p.pageFirsttxt {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
  /* width: 593px;*/
  width: 676px;
  margin: 0 auto 220px;
  position: relative;
}
@media screen and (max-width: 767px) {
  p.pageFirsttxt {
    width: 88.3vw;
    margin-bottom: 116px;
  }
}
p.pageFirsttxt span.ja {
  z-index: 2;
  position: relative;
}
p.pageFirsttxt span.en {
  position: absolute;
  color: #f5f5f5;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-size: 102px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 163.2px */
  letter-spacing: 3.06px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  /*top: 68px;*/
  bottom: -91px;
}
@media screen and (max-width: 767px) {
  p.pageFirsttxt span.en {
    font-size: 43px;
    line-height: 100%; /* 43px */
    letter-spacing: 1.29px;
    text-transform: capitalize;
    top: auto;
    bottom: -76px;
  }
  p.pageFirsttxt.aboutbusiness span.en {
    bottom: -56px;
  }
}
.reason {
  padding-bottom: 373px;
}
@media screen and (max-width: 767px) {
  .reason {
    padding-bottom: 110px;
  }
}
.strength {
  align-items: flex-start;
  gap: 130px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .strength {
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 60px;
  }
}
.strength div.txtArea {
  width: 403px;
  padding-top: 40px;
  padding-top: 64px;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .strength div.txtArea {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-top: 0;
    padding-left: 0;
  }
}
.strength div.txtArea h4 {
  color: #252525;
  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: 20px;
}
@media screen and (max-width: 767px) {
  .strength div.txtArea h4 {
    font-size: 25px;
    letter-spacing: 0.75px;
  }
}
.strength div.txtArea h4 span {
  color: #008742;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .strength div.txtArea h4 span {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px;
  }
}
.strength div.txtArea p {
  color: #252525;
  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) {
  .strength div.txtArea p {
    font-size: 15px;
    line-height: 160%; /* 24px */
    letter-spacing: 0.45px;
  }
}
.strength div.image {
  width: 484px;
  height: 354px;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .strength div.image {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
}
.strenghBottomimage {
  bottom: -315px;
  height: 630px;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .strenghBottomimage {
    height: 180px;
    bottom: -90px;
  }
}
.strenghBottomimage div.inner {
  padding-top: 0;
  padding-left: 0;
  position: absolute;
  height: 100%;
}
.strenghBottomimage div.inner div.image {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .strenghBottomimage div.inner div.image {
    margin-left: calc(50% - 50vw);
  }
}
.strenghBottomimage div.inner div.image img {
  height: 100%;
}
.builderSupport {
  background: #f5f5f5;
  padding-top: 458px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .builderSupport {
    padding-bottom: 60px;
    padding-top: 160px;
    line-height: 111%;
  }
}
.builderSupport ul {
  gap: 60px 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .builderSupport ul {
    margin-top: 50px;
    flex-direction: column;
    gap: 40px;
  }
}
.builderSupport ul.pb {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .builderSupport ul.pb {
    padding-bottom: 60px;
  }
}
.builderSupport ul li {
  width: 480px;
}
.builderSupport ul li div.thumnail {
  height: 300px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .builderSupport ul li {
    width: 100%;
  }
  .builderSupport ul li div.thumnail {
    height: 220px;
    width: 100%;
    margin-bottom: 30px;
  }
  .builderSupport ul li div.thumnail {
    margin-bottom: 20px;
    height: 220px;
  }
  .builderSupport ul li div.thumnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.builderSupport ul li h5 {
  color: #008742;
  font-family: "Noto Sans JP";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 40px */
  letter-spacing: 0.75px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .builderSupport ul li h5 {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}
.builderSupport ul li p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
}
.worksWrap ul.topBlogbtn li {
  background-color: #F5F5F5;
}
.worksWrap ul.topBlogbtn li:hover {
  background-color: #008742;
}
h3.pageH3 {
  color: #252525;
  text-align: center;
  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: 60px;*/
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  h3.pageH3 {
    text-align: left;
    font-size: 25px;
    letter-spacing: 0.75px;
    margin-bottom: 17px;
  }
}
h3.pageH3 span {
  display: block;
  color: #008742;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  h3.pageH3 span {
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.45px;
    margin-top: 5px;
    margin-top: 2px;
  }
}
.worksWrap {
  padding: 120px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .worksWrap {
    padding: 60px 0;
  }
}
div.pageDesc {
  color: #252525;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  div.pageDesc {
    text-align: left;
    margin-bottom: 40px;
    font-size: 15px;
    letter-spacing: 0.45px;
  }
}
.itemWrap {
  padding: 120px 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .itemWrap {
    padding: 60px 0;
  }
}
.itemWrap div.pageTitlrleft h3.pageH3 {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .itemWrap div.pageTitlrleft h3.pageH3 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bebebe;
  }
}
.itemWrap div.pageTitlrleft h3.pageH3 span {
  text-align: left;
}
.itemWrap div.pageTitlrleft p {
  width: 760px;
  margin-bottom: 30px;
  color: #000;
  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) {
  .itemWrap div.pageTitlrleft p {
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.45px;
    width: 100%;
    margin-bottom: 0;
  }
}
.slick {
  width: auto;
  margin-bottom: 50px;
}
.slick__inner {
  width: min(100%, 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .slick__inner {
    width: 88.3vw;
  }
}
.slick__container {
  position: relative;
  /* インナー幅から片側をはみ出させる */
  width: calc(100% + (100vw - 100%) / 2);
  /* / インナー幅から片側をはみ出させる */
  padding-top: 50px;
  border-top: 1px solid #008742;
}
@media screen and (max-width: 767px) {
  .slick__container {
    border: none;
    padding-top: 40px;
  }
}
.slick__images {
  width: auto;
}
.slick__prev, .slick__next {
  position: absolute;
  z-index: 1;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #008742;
  top: -135px;
}
.slick__prev:hover, .slick__next:hover {
  background-color: #008742;
}
@media screen and (max-width: 767px) {
  .slick__prev, .slick__next {
    top: -240px;
  }
}
.slick__prev {
  /* (インナー幅の右端) + (画像のマージン + ボタンの大きさ + ボタンとの間隔) */
  right: calc(100vw - 100% + 95px);
}
.slick__next {
  /* (インナー幅の右端) + (画像のマージン) */
  right: calc(100vw - 100% + 30px);
}
.slick__prev:before, .slick__next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 12px;
  opacity: 1;
  content: "";
}
.slick__prev:before {
  background-image: url(../image/common/slickprev.svg);
}
.slick__next:before {
  background-image: url(../image/common/slicknext.svg);
}
.slick__prev:hover:before {
  background-image: url(../image/common/slickprev-w.svg);
}
.slick__next:hover:before {
  background-image: url(../image/common/slicknext-w.svg);
}
.slick__image {
  position: relative;
  width: 310px;
  margin-right: 30px;
  background-color: #fff;
}
.slick__image div.bottomArea {
  padding: 25px 25px 40px;
}
.slick__image div.bottomArea p {
  color: #000;
  /* Noto Sans JP/18px-SemiBold　 */
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.54px;
}
.slick__image div.bottomArea div.flex {
  justify-content: flex-start;
  margin-bottom: 10px;
}
.slick__image div.bottomArea div.flex span.date {
  color: #000;
  margin-right: 30px;
  /* Noto Sans JP/14px-SemiBold　 */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
}
.slick__image div.bottomArea div.flex span.category {
  color: #008742;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.39px;
  border: 1px solid #008742;
  padding: 0 8px;
}
.slick__image:before {
  display: block;
  content: "";
}
.itemWrap .slick__image .thumnail {
  width: 340px;
  height: 290px;
  max-width: 100%;
}
.itemWrap .slick__image .thumnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.office {
  padding: 120px 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .office {
    padding: 60px 0;
  }
}
.office div.pageDesc {
  max-width: 760px;
  margin: 0 auto 60px;
  color: #252525;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 767px) {
  .office div.pageDesc {
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 15px;
    line-height: 160%; /* 24px */
    letter-spacing: 0.45px;
  }
}
ul.officeList {
  flex-wrap: wrap;
  align-items: stretch;
  gap: 50px 8.6%;
  gap: 50px 0;
}
@media screen and (max-width: 767px) {
  ul.officeList {
    gap: 40px 0;
  }
}
ul.officeList li {
  width: 45.7%;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 50px;
  align-items: flex-start;
  gap: 20px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  ul.officeList li:nth-child(odd) {
    padding-right: 4.2%;
  }
  ul.officeList li:nth-child(even) {
    padding-left: 4.2%;
  }
}
@media screen and (max-width: 767px) {
  ul.officeList li {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 40px;
  }
}
ul.officeList li:nth-child(odd) {
  /*  padding-right: 43px;*/
}
@media screen and (max-width: 767px) {
  ul.officeList li:nth-child(odd) {
    padding-right: 0;
  }
}
ul.officeList li:nth-child(even) {
  /* padding-left: 43px;*/
}
@media screen and (max-width: 767px) {
  ul.officeList li:nth-child(even) {
    padding-left: 0;
  }
}
ul.officeList li div.image {
  width: 212px;
}
ul.officeList li div.image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  ul.officeList li div.image {
    width: 100%;
    height: auto;
  }
  ul.officeList li div.image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}
ul.officeList li div.image div.orangeBox {
  background: #fff5e5;
  text-align: center;
  padding: 4px 0;
  width: 100%;
  margin-top: 10px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  ul.officeList li div.image div.orangeBox {
    width: 212px;
    height: 56px;
    margin: 10px auto 0;
  }
}
ul.officeList li div.image div.orangeBox:hover {
  background: #fee2b5;
}
ul.officeList li div.image div.orangeBox a {
  display: block;
}
ul.officeList li div.image div.orangeBox a div {
  color: #e27101;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 27.2px */
  letter-spacing: 0.51px;
}
ul.officeList li div.image div.orangeBox a span {
  color: #e27101;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.39px;
}
ul.officeList li div.image div.orangeBox a span:after {
  content: "";
  display: inline-block;
  background-image: url(../image/ourservice/linkorange.svg);
  width: 11px;
  height: 11px;
  aspect-ratio: 1/1;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  ul.officeList li div.image div.orangeBox a span:after {
    vertical-align: middle;
    margin-top: -4px;
  }
}
ul.officeList li div.text {
  /* width: 200px;*/
  width: 225px;
}
@media screen and (max-width: 767px) {
  ul.officeList li div.text {
    width: 100%;
  }
}
ul.officeList li div.text h5 {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 40px */
  letter-spacing: 0.75px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #008742;
}
@media screen and (max-width: 767px) {
  ul.officeList li div.text h5 {
    color: var(--Black, #252525);
    font-size: 23px;
    letter-spacing: 0.69px;
  }
}
ul.officeList li div.text div.tel {
  color: #000;
  font-family: "Ubuntu", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 36.8px */
  letter-spacing: 0.69px;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  ul.officeList li div.text div.tel {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
}
ul.officeList li div.text address {
  color: #252525;
  font-feature-settings: "palt";
  /* Noto Sans JP/16px-SemiBold　 */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  ul.officeList li div.text address {
    font-size: 15px;
    letter-spacing: 0.45px;
  }
}
ul.officeList li div.text div.gmap a {
  border-bottom: 1px solid #252525;
}
ul.officeList li div.text div.gmap a span {
  color: #000;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
}
ul.officeList li div.text div.gmap a span:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url(../image/common/mappin.svg);
  vertical-align: middle;
  margin-right: 5px;
}
ul.officeList li div.text div.gmap:hover a span {
  color: #008742;
}
ul.officeList li div.text div.gmap:hover a span:before {
  animation: poyo 1s;
}
@keyframes poyo {
  from, to {
    transform: none;
  }
  10% {
    transform: scale(1.8);
  }
  40% {
    transform: scale(0.9);
  }
  60% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(0.98);
  }
}
.contactPage p.firstTxt {
  color: #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;
  /*width: 920px;*/
  margin: 0 auto 40px;
  /*  width: clamp(320px, 83.3%, 1000px);*/
  max-width: 920px;
}
@media screen and (max-width: 767px) {
  .contactPage p.firstTxt {
    margin-bottom: 30px;
    font-feature-settings: 'palt'on;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.54px;
    width: 88.3%;
  }
}
.contactPage div.telBox {
  display: flex;
  width: clamp(320px, 83.3%, 517px);
  padding: 30px 70px;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 120px;
  border: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .contactPage div.telBox {
    padding: 20px 32px;
    margin-bottom: 0;
  }
}
.contactPage div.telBox h2 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}
.contactPage div.telBox a {
  color: #252525;
  text-align: center;
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 67.2px */
}
@media screen and (max-width: 767px) {
  .contactPage div.telBox a {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 51.2px */
    white-space: nowrap;
  }
}
.contactPage div.telBox a:before {
  content: "";
  display: inline-block;
  background-image: url(../image/common/contacttel.svg);
  width: 39px;
  height: 41px;
  background-size: cover;
  margin-right: 12px;
  vertical-align: middle;
  margin-top: -5px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .contactPage div.telBox a:before {
    width: 29px;
    height: 31px;
    flex-shrink: 0;
    background-size: cover;
  }
}
.contactPage div.telBox a spanbefore {
  content: "";
  display: inline-block;
}
.contactPage div.telBox p {
  color: #000;
  text-align: center;
  /* Noto Sans JP/14px-Medium */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
}
.greeting {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .greeting {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .greeting div.container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.greeting div.container div.right {
  width: 450px;
  padding-top: 47px;
  padding-left: 38px;
}
@media screen and (max-width: 767px) {
  .greeting div.container div.right {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
  .greeting div.container div.right span {
    /*  margin-top: 40px;*/
    margin-top: 5px;
    display: block;
    /*    margin-bottom: 40px;*/
    margin-bottom: 17px;
  }
  .outlineContainer div.flex:last-child:after {
    display: none;
  }
  .outlineContainer div.flex:last-child {
    border-bottom: none;
  }
}
.greeting div.container div.right h3 {
  text-align: left;
  margin-bottom: 24px;
}
.greeting div.container div.right h3 span {
  text-align: left;
}
.greeting div.container div.right p {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 30px */
  letter-spacing: 0.45px;
}
.greeting div.container div.right p span {
  display: block;
  margin-top: 37px;
}
/*左側へ要素を広げる（2カラム）*/
.column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 4%;
  max-height: 540px;
  max-height: 493px;
}
@media screen and (max-width: 767px) {
  .column-outside-left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex: auto;
  }
}
.column-outside-left p {
  max-height: 540px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 493px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.column-outside-left p img {
  width: 620px;
  height: 480px;
  object-position: left;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .column-outside-left p {
    height: 280px;
  }
  .column-outside-left p img {
    width: 100%;
    height: auto;
    object-position: left;
    text-align: right;
  }
}
.column-outside-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
p.pageFirsttxt.rinentxt span.en {
  white-space: nowrap;
  left: auto;
  /* right: -310px;*/
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: -72px;
}
@media screen and (max-width: 767px) {
  p.pageFirsttxt.rinentxt span.en {
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
    left: 0;
    right: auto;
    transform: none;
    text-align: center;
    display: block;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}
.pageFirsttxt.rinentxt.w {
  width: 510px;
  height: 128px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .pageFirsttxt.rinentxt.w {
    width: 88.3vw;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
  }
}
p.pageFirsttxt.rinentxt.w span.en {
  bottom: -88px;
}
@media screen and (max-width: 767px) {
  p.pageFirsttxt.rinentxt.w span.en {
    /* bottom: -5px;*/
    height: auto;
    line-height: 1;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    top: auto;
    bottom: -23px;
  }
}
.rinen h2.pageTitleH2, .shaze h2.pageTitleH2 {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 40px */
  letter-spacing: 0.75px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .rinen h2.pageTitleH2, .shaze h2.pageTitleH2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.54px;
  }
}
@media screen and (max-width: 767px) {
  p.pageFirsttxt.rinentxt span.en {
    /*    text-align: center;
      font-family: "Ubuntu", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 1.8px;
    right: -5.8%;
    bottom: -96px;*/
    top: 22px;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-transform: capitalize;
    left: 0;
    right: auto;
    transform: none;
    text-align: center;
    display: block;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}
.outline {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .outline {
    padding-bottom: 40px;
  }
}
.outline h3.pageH3 {
  text-align: left;
}
.outline h3.pageH3 span {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .outlineContainer {
    margin-top: 40px;
  }
}
.outlineContainer div.flex {
  padding-bottom: 24px;
  padding-top: 24px;
  position: relative;
  justify-content: flex-start;
  border-bottom: 1px solid #bebebe;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .outlineContainer div.flex {
    padding-bottom: 20px;
    padding-top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .outlineContainer div.flex.last {
    border: none;
  }
  .outlineContainer div.flex.last::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .outlineContainer div.flex {
    flex-wrap: wrap;
  }
}
.outlineContainer div.flex.first {
  border-top: 1px solid #bebebe;
}
.outlineContainer div.flex.first::before {
  content: "";
  display: inline-block;
  width: 16.268px;
  height: 1px;
  background: #008742;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}
.outlineContainer div.flex::after {
  content: "";
  display: inline-block;
  width: 16.268px;
  height: 1px;
  background: #008742;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.outlineContainer div.flex div.th {
  width: 160px;
  color: #252525;
  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) {
  .outlineContainer div.flex div.th {
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    line-height: 200%; /* 34px */
    letter-spacing: 0.51px;
  }
}
.outlineContainer div.flex div.td {
  color: #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;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .outlineContainer div.flex div.td {
    display: block;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
.container.companypage {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .container.companypage {
    padding-bottom: 60px;
  }
}
.container.companypage div.strenghBottomimage {
  position: relative;
  bottom: auto;
}
section.historyWrap {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  section.historyWrap {
    padding-bottom: 60px;
  }
}
section.historyWrap h3.pageH3 {
  text-align: left;
}
section.historyWrap h3.pageH3 span {
  text-align: left;
}
section.historyWrap div.historyYearWrap {
  padding: 40px 0;
  border-bottom: 1px solid #bebebe;
  justify-content: flex-start;
}
section.historyWrap div.historyYearWrap:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  section.historyWrap div.historyYearWrap:first-of-type {
    padding-top: 29px;
  }
}
@media screen and (max-width: 767px) {
  section.historyWrap div.historyYearWrap {
    flex-wrap: wrap;
    padding: 30px 0;
  }
}
section.historyWrap div.historyYearWrap.firstcontent {
  padding-top: 0;
}
section.historyWrap div.historyYearWrap div.year {
  color: #252525;
  font-feature-settings: "palt"on;
  font-family: "Ubuntu", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 45px */
  width: 120px;
}
section.historyWrap div.historyYearWrap div.month {
  color: #252525;
  width: 100px;
  /* Noto Sans JP/18px-SemiBold　 */
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.54px;
}
section.historyWrap div.historyYearWrap div.contents {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.54px;
}
@media screen and (max-width: 767px) {
  section.historyWrap div.historyYearWrap div.contents {
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
section.organizationWrap {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  section.organizationWrap {
    padding-bottom: 60px;
  }
}
section.organizationWrap div.image {
  margin: 0 auto;
  max-width: 824px;
  height: 621px;
  box-sizing: border-box;
  padding: 120px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  section.organizationWrap div.image {
    height: auto;
    padding: 0;
    background: #fff;
    overflow-x: scroll;
    margin-right: calc(50% - 50vw);
  }
  section.organizationWrap div.image img {
    width: 584px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
section.accessWrap {
  /*  padding-bottom: 120px;*/
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.accessWrap {
    padding-bottom: 0;
  }
}
section.accessWrap div.box {
  margin-bottom: 40px;
}
section.accessWrap div.box div.flex {
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  section.accessWrap div.box div.flex {
    flex-wrap: wrap;
  }
}
section.accessWrap div.box h4 {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 44.8px */
  letter-spacing: 0.84px;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  section.accessWrap div.box h4 {
    font-size: 22px;
    letter-spacing: 0.66px;
    margin-bottom: 20px;
  }
}
section.accessWrap div.box div.left {
  width: 415px;
}
@media screen and (max-width: 767px) {
  section.accessWrap div.box div.left {
    width: 100%;
  }
}
section.accessWrap div.box div.left address {
  color: #000;
  /* Noto Sans JP/16px-Medium　 */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
}
section.accessWrap div.box div.left div.telfaxNumber {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
}
section.accessWrap div.box div.left div.image {
  width: 420px;
  height: 261px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  section.accessWrap div.box div.left div.image {
    width: 100%;
    margin-top: 20px;
    height: 200px;
    margin-bottom: 20px;
  }
}
section.accessWrap div.box div.left div.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.accessWrap div.box div.map {
  width: 540px;
  height: 357px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  section.accessWrap div.box div.map {
    width: 100%;
    height: 200px;
  }
}
section.recruitMv {
  position: relative;
  width: 100%;
  height: 630px;
}
@media screen and (max-width: 767px) {
  section.recruitMv {
    height: 404px;
  }
}
section.recruitMv div.gray {
  background-color: #f5f5f5;
  height: 630px;
  position: absolute;
  max-width: 1087px;
  width: 79.6%;
  top: 0;
}
@media screen and (max-width: 767px) {
  section.recruitMv div.gray {
    height: 404px;
  }
}
section.recruitMv h2 {
  position: absolute;
  z-index: 2;
  max-width: 1078px;
  top: 315px;
  left: 140px;
}
@media screen and (max-width: 767px) {
  section.recruitMv h2 {
    top: auto;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 88.3vw;
  }
}
section.recruitMv h2 span {
  color: #008742;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 64px */
  /* letter-spacing: -2px;*/
  background-color: #fff;
  padding: 8px 20px;
  display: inline-block;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  section.recruitMv h2 span {
    font-size: 25px;
    font-weight: 700;
    /*  letter-spacing: -1.25px;*/
    white-space: nowrap;
    letter-spacing: 1px;
    padding: 13px 15px;
    line-height: 1;
  }
}
section.recruitMv h2 span:first-child {
  margin-bottom: 7px;
}
/* スライダー全体 */
.recruitTopslider-wrapper {
  position: relative;
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
  z-index: 1;
}
/* スライド3枚のグループ */
.recruitTopslider {
  animation: scroll-left 100s infinite linear 0.5s both;
  display: flex; /* スライド3枚を横並び */
}
/* スライド */
.recruitTopslide {
  width: 630px;
  height: 550px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .recruitTopslide {
    height: 350px;
    width: 375px;
  }
}
/* スライドの画像 */
.recruitTopslide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
section.recMessage {
  padding: 90px 0 86px;
}
@media screen and (max-width: 767px) {
  section.recMessage {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}
.recMessage {
  width: 100%;
  background-color: #fff;
}
.recMessage div.recMessageContainer {
  max-width: 1000px;
  margin: 0 auto;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .recMessage div.recMessageContainer {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 88.3vw;
    gap: 40px;
  }
}
.recMessage div.recMessageContainer div.leftImage {
  width: 421px;
  height: 632px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recMessage div.recMessageContainer div.leftImage {
    width: 100%;
    height: 491px;
  }
}
@media screen and (max-width: 767px) {
  .recMessage div.recMessageContainer div.leftImage {
    width: 100%;
  }
}
.recMessage div.recMessageContainer div.leftImage div.image01 {
  position: absolute;
  width: 350px;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .recMessage div.recMessageContainer div.leftImage div.image01 {
    width: 275px;
    height: 353px;
  }
}
.recMessage div.recMessageContainer div.leftImage div.image02 {
  position: absolute;
  width: 202px;
  height: 240px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .recMessage div.recMessageContainer div.leftImage div.image02 {
    width: 160px;
    height: 190px;
  }
}
.recMessage div.recMessageContainer div.rightTxt {
  width: 499px;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .recMessage div.recMessageContainer div.rightTxt {
    width: 100%;
    padding-top: 0;
  }
}
.recMessage div.recMessageContainer div.rightTxt h2 {
  color: #252525;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 44.8px */
  letter-spacing: 0.84px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .recMessage div.recMessageContainer div.rightTxt h2 {
    margin-bottom: 19px;
  }
}
.recMessage div.recMessageContainer div.rightTxt h2 span {
  display: block;
  color: #008742;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  text-transform: capitalize;
}
.recMessage div.recMessageContainer div.rightTxt h3 {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 44.8px */
  letter-spacing: 0.84px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recMessage div.recMessageContainer div.rightTxt h3 {
    font-size: 20px;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
  }
}
.recMessage div.recMessageContainer div.rightTxt p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 29.75px */
  letter-spacing: 0.51px;
}
@media screen and (max-width: 767px) {
  .recMessage div.recMessageContainer div.rightTxt p {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
.interviewWrap {
  background-color: rgba(144, 211, 171, 0.5);
}
.intervieContainer {
  max-width: 1186px;
  background-color: #fff;
  padding: 80px 0;
  margin: 0 auto 100px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .intervieContainer {
    width: 88.3vw;
    border-radius: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
.intervieContainer:last-of-type {
  margin-bottom: 0;
}
.intervieContainer div.interviewUp {
  position: relative;
}
@media screen and (max-width: 767px) {
  .intervieContainer div.interviewUp {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
  }
}
.intervieContainer div.interviewUp div.txtArea {
  position: absolute;
  top: 107px;
  left: 611px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .intervieContainer div.interviewUp div.txtArea {
    position: static;
    gap: 35px;
  }
}
.intervieContainer div.interviewUp div.txtArea h3 span {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 44.8px */
  letter-spacing: 0.84px;
  background-color: #008742;
  display: inline-block;
  white-space: nowrap;
  padding: 7px 10px;
}
@media screen and (max-width: 767px) {
  .intervieContainer div.interviewUp div.txtArea h3 span {
    font-size: 18px;
    letter-spacing: 0.54px;
    padding: 5px 10px;
  }
}
.intervieContainer div.interviewUp div.txtArea div.subInfo {
  padding-left: 157px;
}
@media screen and (max-width: 767px) {
  .intervieContainer div.interviewUp div.txtArea div.subInfo {
    padding-left: 22px;
  }
}
.intervieContainer div.interviewUp div.txtArea div.subInfo span {
  color: #008742;
  /* Noto Sans JP/14px-SemiBold　 */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
}
.intervieContainer div.interviewUp div.txtArea div.subInfo h4 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.54px;
}
.intervieContainer div.interviewUp div.txtArea div.subInfo h4 span.san {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.48px;
}
.intervieContainer .intervewBottom {
  gap: 66px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .intervieContainer .intervewBottom {
    width: 100%;
    padding: 0 22px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.intervieContainer .intervewBottom div.qa {
  width: 494px;
}
@media screen and (max-width: 767px) {
  .intervieContainer .intervewBottom div.qa {
    width: 100%;
  }
}
.intervieContainer .intervewBottom div.qa h6 span {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 40px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 767px) {
  .intervieContainer .intervewBottom div.qa h6 span {
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}
.intervieContainer .intervewBottom div.qa h6 span:before {
  content: "Q";
  color: #90d3ab;
  font-family: "Ubuntu", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 64px */
  letter-spacing: 1.2px;
  text-transform: capitalize;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .intervieContainer .intervewBottom div.qa h6 span:before {
    font-size: 30px;
    letter-spacing: 0.9px;
    margin-right: 10px;
    vertical-align: inherit;
  }
}
.intervieContainer .intervewBottom div.qa .answer {
  margin-bottom: 42px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .intervieContainer .intervewBottom div.qa .answer {
    margin-bottom: 30px;
  }
}
.intervieContainer .intervewBottom div.qa .answer p {
  color: #252525;
  font-size: 15px;
  font-weight: 500;
  line-height: 200%; /* 30px */
  letter-spacing: 0.45px;
}
@media screen and (max-width: 767px) {
  .intervieContainer .intervewBottom div.qa .answer p {
    font-size: 15px;
  }
}
.intervieContainer .intervewBottom div.image {
  width: 453px;
  height: 540px;
}
@media screen and (max-width: 767px) {
  .intervieContainer .intervewBottom div.image {
    width: 100%;
    height: auto;
  }
}
.intervieContainer .intervewBottom div.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.interviewUp {
  margin-bottom: 60px;
}
.interviewUp div.image {
  width: 728px;
  height: 500px;
  border-radius: 0 50px 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .interviewUp div.image {
    border-radius: 0 15px 15px 0;
    width: 82.4vw;
    height: 210px;
  }
}
.interviewUp div.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.recInformationWrap div.th {
  width: 160px;
  color: #008742;
  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;
}
section.recWork {
  /*  padding: 100px 0 120px;*/
  padding: 157px 0 120px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  section.recWork {
    padding: 80px 0 60px;
  }
}
section.recWork div.greenback {
  width: 100%;
  position: absolute;
  height: 428px;
  top: 0;
  left: 0;
  background: #008742;
}
section.recWork h2 {
  text-align: center;
  position: relative;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 51.2px */
  letter-spacing: 0.96px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  section.recWork h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 160%; /* 38.4px */
    letter-spacing: 0.72px;
    margin-bottom: 25px;
  }
}
section.recWork h2 span {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  text-transform: capitalize;
}
section.recWork p.recWorkTxt {
  position: relative;
  max-width: 593px;
  color: #fff;
  margin: 0 auto 30px;
  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.recWork p.recWorkTxt {
    width: 88.3vw;
  }
}
section.recWork div.recCompany {
  background-color: #fff;
  max-width: 1186px;
  margin: 0 auto;
  position: relative;
  border-radius: 50px;
  padding: 120px 93px;
}
@media screen and (max-width: 767px) {
  section.recWork div.recCompany {
    width: 88.3vw;
    border-radius: 25px;
    padding: 60px 22px;
  }
}
section.recWork div.recCompany.firstchild {
  /* margin-bottom: 110px;*/
}
@media screen and (max-width: 767px) {
  section.recWork div.recCompany.firstchild {
    padding: 60px 22px;
    /* margin-bottom: 50px;*/
    margin-bottom: 0;
  }
}
section.recWork div.recCompany h4 {
  color: #008742;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  letter-spacing: 0.96px;
  margin-bottom: 25px;
}
section.recWork div.recCompany p {
  margin-bottom: 44px;
  max-width: 692px;
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 30px */
  letter-spacing: 0.45px;
}
@media screen and (max-width: 767px) {
  section.recWork div.recCompany p {
    margin-bottom: 30px;
  }
}
section.recWork div.recCompany div.imag-title-wrap div.image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  section.recWork div.recCompany div.imag-title-wrap div.image {
    margin-bottom: 25px;
    height: 180px;
  }
  section.recWork div.recCompany div.imag-title-wrap div.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
section.recWork div.recCompany div.imag-title-wrap div.title {
  background-color: #fff;
  padding-top: 42px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  display: inline-block;
  margin-top: -56px;
}
@media screen and (max-width: 767px) {
  section.recWork div.recCompany div.imag-title-wrap div.title {
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  section.recWork div.recCompany div.imag-title-wrap div.title h5 {
    margin-bottom: 28px;
  }
}
section.recWork div.recCompany div.imag-title-wrap div.title h5 span {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 43.2px */
  letter-spacing: 0.81px;
  border-bottom: 2px solid #90d3ab;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  section.recWork div.recCompany div.imag-title-wrap div.title h5 span {
    font-size: 24px;
    letter-spacing: 0.72px;
    margin-bottom: 40px;
  }
}
section.recWork div.recCompany div.imag-title-wrap div.title p {
  max-width: 376px;
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 30px */
  letter-spacing: 0.45px;
  margin-bottom: 0;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  section.recWork div.recCompany div.imag-title-wrap div.title p {
    margin-bottom: 25px;
  }
}
section.recWork div.recCompany div.eachbenefits {
  background-color: #f5f5f5;
  padding: 40px 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  section.recWork div.recCompany div.eachbenefits {
    padding: 20px;
    margin-bottom: 40px;
  }
}
section.recWork div.recCompany div.eachbenefits ul {
  flex-wrap: wrap;
  gap: 25px 0;
  align-items: stretch;
}
section.recWork div.recCompany div.eachbenefits ul li {
  background-color: #fff;
  width: 300px;
  padding: 20px 20px 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.recWork div.recCompany div.eachbenefits ul li {
    width: 100%;
  }
}
section.recWork div.recCompany div.eachbenefits ul li div.item {
  color: #252525;
  margin-bottom: 6px;
  /* Noto Sans JP/16px-SemiBold　 */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}
section.recWork div.recCompany div.eachbenefits ul li div.item:before {
  content: "";
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: #008742;
  display: inline-block;
  border-radius: 100vh;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
section.recWork div.recCompany div.eachbenefits ul li p {
  color: #252525;
  width: auto;
  /* Noto Sans JP/14px-Medium */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
  margin-bottom: 0;
}
section.recWork div.recCompany div.eachbenefits ul li .icon01 {
  width: 43px;
  height: 36px;
  position: absolute;
  top: 11px;
  left: 164px;
}
section.recWork div.recCompany div.eachbenefits ul li .icon02 {
  width: 39px;
  height: 37px;
  position: absolute;
  top: 11px;
  left: 185px;
}
section.recWork div.recCompany div.eachbenefits ul li .icon03 {
  width: 35px;
  height: 36px;
  position: absolute;
  top: 13px;
  left: 195px;
}
section.recWork div.recCompany div.eachbenefits ul li .icon04 {
  width: 38px;
  height: 32px;
  position: absolute;
  top: 13px;
  left: 157px;
}
section.recWork div.recCompany div.eachbenefits ul li .icon05 {
  width: 57px;
  height: 40px;
  position: absolute;
  top: 7px;
  left: 174px;
}
section.recWork div.recCompany div.eachbenefits ul li .icon06 {
  width: 46px;
  height: 39px;
  position: absolute;
  top: 8px;
  left: 117px;
}
section.recWork div.recCompany div.eachbenefits ul li .icon07 {
  width: 32px;
  height: 34px;
  position: absolute;
  top: 12px;
  left: 163px;
}
section.recWork div.recCompany div.eachbenefits ul li .icon08 {
  width: 37px;
  height: 45px;
  position: absolute;
  top: 10px;
  left: 185px;
}
section.recWork div.recCompany div.eachbenefits ul li .icon09 {
  width: 50px;
  height: 32px;
  position: absolute;
  top: 14px;
  left: 172px;
}
@media screen and (max-width: 767px) {
  section.recWork ul.aboutWork {
    flex-wrap: wrap;
    gap: 30px;
  }
}
section.recWork ul.aboutWork li {
  width: 480px;
}
@media screen and (max-width: 767px) {
  section.recWork ul.aboutWork li {
    width: 100%;
  }
}
section.recWork ul.aboutWork li div.image {
  width: 480px;
  height: 300px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  section.recWork ul.aboutWork li div.image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
section.recWork ul.aboutWork li div.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.recWork ul.aboutWork li h4 {
  color: #252525;
  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: 15px;
}
@media screen and (max-width: 767px) {
  section.recWork ul.aboutWork li h4 {
    margin-bottom: 10px;
  }
}
section.recWork ul.aboutWork li p {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 30px */
  letter-spacing: 0.45px;
  width: auto;
  margin-bottom: 0;
}
section.recTopInterview {
  padding: 120px 0 50px;
}
@media screen and (max-width: 767px) {
  section.recTopInterview {
    padding: 60px 0;
  }
}
section.recTopInterview h3 {
  text-align: left;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  section.recTopInterview h3 {
    margin-bottom: 17px;
  }
}
section.recTopInterview h3 span {
  text-align: left;
}
section.recTopInterview p.firstTxt {
  max-width: 457px;
  color: var(--Black, #252525);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 30px */
  letter-spacing: 0.45px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  section.recTopInterview p.firstTxt {
    margin-bottom: 40px;
  }
}
section.recTopInterview ul.interviewList {
  max-width: 1000px;
  flex-wrap: wrap;
  gap: 60px 70px;
}
@media screen and (max-width: 767px) {
  section.recTopInterview ul.interviewList {
    width: 100%;
    gap: 42px 70px;
  }
}
section.recTopInterview ul.interviewList li {
  max-width: 465px;
  height: 512px;
  flex-shrink: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  section.recTopInterview ul.interviewList li {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
}
section.recTopInterview ul.interviewList li:nth-child(odd) {
  margin-top: -110px;
}
@media screen and (max-width: 767px) {
  section.recTopInterview ul.interviewList li:nth-child(odd) {
    margin-top: 0;
  }
}
section.recTopInterview ul.interviewList li:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 22px;
  height: 17px;
  flex-shrink: 0;
  aspect-ratio: 22/17;
  background-image: url(../image/recruit/arrow.svg);
  right: 0;
  bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.recTopInterview ul.interviewList li:after {
    bottom: 37px;
  }
}
section.recTopInterview ul.interviewList li a {
  display: block;
}
section.recTopInterview ul.interviewList li a div.image {
  max-width: 465px;
  height: 348px;
  flex-shrink: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
section.recTopInterview ul.interviewList li a div.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
section.recTopInterview ul.interviewList li:hover a div.image img {
  transform: scale(1.1); /* 拡大 */
}
@media screen and (max-width: 767px) {
  section.recTopInterview ul.interviewList li a div.image {
    width: 100%;
    height: 247px;
    margin-bottom: 15px;
  }
}
section.recTopInterview ul.interviewList li a p {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 33.6px */
  letter-spacing: 0.63px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  section.recTopInterview ul.interviewList li a p {
    font-size: 18px;
    letter-spacing: 0.54px;
    margin-bottom: 12px;
  }
}
section.recTopInterview ul.interviewList li a span {
  color: #008742;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  section.recTopInterview ul.interviewList li a span {
    font-size: 14px;
  }
}
section.recTopInterview ul.interviewList li a div.name {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.54px;
}
@media screen and (max-width: 767px) {
  section.recTopInterview ul.interviewList li a div.name {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.48px;
    margin-top: 8px;
  }
}
section.recTopInterview ul.interviewList li a div.name span {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 767px) {
  section.recTopInterview ul.interviewList li a div.name span {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}
section.EntryWrap {
  padding-bottom: 82px;
}
@media screen and (max-width: 767px) {
  section.EntryWrap {
    padding-bottom: 40px;
  }
}
section.EntryWrap div.image {
  width: 100%;
  height: 500px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  section.EntryWrap div.image {
    height: 210px;
  }
}
section.EntryWrap div.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
section.EntryWrap .entryTitle {
  color: #008742;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-size: 128px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 204.8px */
  letter-spacing: 3.84px;
  text-transform: capitalize;
  padding-top: 391px;
  position: relative;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  section.EntryWrap .entryTitle {
    padding-top: 162px;
    font-size: 60px;
    letter-spacing: 1.8px;
  }
}
section.EntryWrap h3 {
  color: #008742;
  font-family: "Noto Sans JP";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 40px */
  letter-spacing: 0.75px;
  letter-spacing: 2.75px;
  text-align: center;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  section.EntryWrap h3 {
    font-size: 19px;
    letter-spacing: 0.57px;
  }
}
section.EntryWrap p {
  text-align: center;
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  letter-spacing: 2.45px;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  section.EntryWrap p {
    margin-bottom: 20px;
  }
}
section.EntryWrap ul.entryBtnWrap {
  width: 664px;
  margin: 0 auto;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  section.EntryWrap ul.entryBtnWrap {
    width: 88.3vw;
    flex-wrap: wrap;
    gap: 15px;
  }
}
section.EntryWrap ul.entryBtnWrap li {
  width: 317px;
  height: 77px;
  flex-shrink: 0;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  section.EntryWrap ul.entryBtnWrap li {
    width: 100%;
    height: 70px;
  }
}
section.EntryWrap ul.entryBtnWrap li a {
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
section.EntryWrap ul.entryBtnWrap li a span {
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 40px */
  letter-spacing: 0.75px;
}
@media screen and (max-width: 767px) {
  section.EntryWrap ul.entryBtnWrap li a span {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 32px */
    letter-spacing: 0.6px;
  }
}
section.EntryWrap ul.entryBtnWrap li a:after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url(../image/recruit/arrowcircle.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  transition: 0.3s ease-in-out;
}
section.EntryWrap ul.entryBtnWrap li:hover a:after {
  background-image: url(../image/recruit/arrowcirclehover.svg);
}
section.EntryWrap ul.entryBtnWrap li:hover a:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 75%;
  height: 1px;
  background-color: #008742;
  bottom: 13px;
}
@media screen and (max-width: 767px) {
  .outlineContainer.jobinfo {
    margin-top: 0;
  }
}
.outlineContainer.jobinfo div.flex {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .outlineContainer.jobinfo div.flex {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .outlineContainer.jobinfo div.flex div.th {
    color: #008742;
    font-feature-settings: "palt"on;
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 34px */
    letter-spacing: 0.51px;
  }
}
@media screen and (max-width: 767px) {
  .outlineContainer.jobinfo div.flex div.td {
    color: #252525;
    font-feature-settings: "palt"on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 32px */
    letter-spacing: 0.48px;
  }
}
.outlineContainer.jobinfo div.flex .outline.jobinfoWrap {
  padding-bottom: 0;
}
.mvWrap {
  /*height: 688px;*/
  margin-bottom: 124px;
  width: 100%;
  position: relative;
  height: calc(100vh - 95px);
}
@media screen and (max-width: 767px) {
  .mvWrap {
    margin-bottom: 60px;
    height: calc(100vh - 64px);
  }
}
.swiper-wrapper {
  position: relative;
}
.swiper-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url(../image/top/blackmask.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .swiper-wrapper:before {
    background-image: url(../image/top/blackmask-sp.png);
  }
}
.titleArea {
  width: 567px;
  height: 186px;
  flex-shrink: 0;
  position: absolute;
  left: 65px;
  bottom: 49px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .titleArea {
    width: 83.3vw;
    left: 8.3vw;
  }
}
.titleArea h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 76.8px */
  letter-spacing: 1.44px;
}
@media screen and (max-width: 767px) {
  .titleArea h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 42px */
    letter-spacing: 0.9px;
  }
}
.mvWrap .swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  height: 100%;
  width: 100%;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: clip-path 0.3s ease-in-out;
}
.swiper-slide.swiper-slide-next img {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
}
.swiper-slide.swiper-slide-active img {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  animation: zoomOut 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.barNumber {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bar {
  width: 500px;
  height: 1px;
  background: #fff;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 18px;
}
@media screen and (max-width: 767px) {
  .bar {
    width: 88%;
  }
}
.bar span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #008742;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}
.swiper-button-next {
  right: 15px;
}
.firstbar {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #008742;
  border-radius: 10px;
  animation: progress 5s normal; /*アニメーションスピード*/
  animation-fill-mode: forwards;
}
@keyframes progress {
  0% {
    width: 0;
    opacity: 1;
  }
  99% {
    width: 100%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
  flex: 1;
  width: 47px;
  color: #fff;
  color: #008742;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: flex;
  gap: 4px;
}
.swiper-pagination-total {
  color: #fff;
} /*# sourceMappingURL=style.css.map */