/* 共通 */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

/* 画面幅が1250px以下の時 */
@media screen and (max-width: 1250px) {
  html {
    font-size: calc(10 / 1250 * 100vw);
  }
}

body {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  overflow-x: hidden;
}

/* ホバー */
a {
  transition: .3s;
}

a:hover {
  opacity: 1;
}

/* 共通パーツ */

.u-mobile {
  display: none;
}

.u-desktop {
  display: block;
}

.inner {
  max-width: 1590px;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
}

.inner2 {
  max-width: 1615px;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}

.w1730 {
  max-width: 1790px;
  padding-right: 60px;
}

.w1730-right {
  max-width: 1755px;
  padding-left: 25px;
  margin-left: auto;
}

@media screen and (max-width: 950px) {
  .w1730 {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
  }

  .w1730-right {
    max-width: 850px;
    margin-right: auto;
    padding-right: 25px;
  }
}

.w800 {
  max-width: 850px;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
}

.w900 {
  max-width: 950px;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
}

.w1000 {
  max-width: 1050px;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
}

.w1200 {
  max-width: 1250px;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
}

.section-title h3 {
  color: #47986F;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: calc(49 / 40);
  font-weight: 600;
  text-transform: capitalize;
}

.section-title p {
  font-size: 17px;
  line-height: calc(32 / 17);
  letter-spacing: .05em;
  margin-top: 5px;
}

.subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.subtitle h3 {
  font-size: 50px;
  line-height: calc(54 / 50);
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .subtitle h3 {
    font-size: 26px;
  }
}

.subtitle p {
  font-size: 20px;
  line-height: calc(24 / 20);
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #47986F;
  margin-top: 15px;
}

@media screen and (max-width: 1000px) {
  .subtitle p {
    font-size: 16px;
  }
}

.section-btn a {
  font-size: 16px;
  line-height: calc(30 / 16);
  border-bottom: 2px solid #CCCCCC;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  width: 220px;
  position: relative;
}

.section-btn a::before {
  background: #47986F;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.section-btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.section-btn a:hover {
  color: #47986F;
}

.section-btn a::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../img/common/arrow-right.svg) no-repeat center / contain;
  transition: .3s;
  transform: rotateZ(0deg);
}

.section-btn a:hover::after {
  transform: rotateZ(360deg);
}

.top-layout {
  padding: 120px 0;
}

/* パンくず */
.breadcrumbs {
  max-width: 1240px;
  padding: 10px 20px 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  /* align-items: center; */
  /* margin-top: 1rem; */
  font-size: 14px;
  line-height: calc(24 / 14);
  font-weight: 400;
  /* overflow: auto; */
  word-break: keep-all;
  /* white-space: nowrap; */
}

.breadcrumbs li {
  position: relative;
  margin-right: 5rem;
}

.breadcrumbs li::before {
  position: absolute;
  content: ">";
  right: -3rem;
}

.breadcrumbs li:last-of-type {
  margin-right: 0;
}

.breadcrumbs li:last-of-type::before {
  opacity: 0;
}

/* カテゴリー */
.archive__wrapper-right .side-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: calc(27 / 22);
  font-weight: 600;
  border-bottom: 1px solid #333333;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.archive__wrapper-right__works .side-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: calc(27 / 22);
  font-weight: 600;
  border-bottom: 1px solid #333333;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.archives ul {
  margin-top: 15px;
}

.archive__wrapper-right__works .archives ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: calc(24 / 15);
  letter-spacing: .1em;
}

.archive__wrapper-right__works .archives ul .children {
  margin-top: -35px;
  margin-left: 70px;
}

.archive__wrapper-right__works .archives ul .children li:nth-child(n+2) {
  margin-left: 30px;
}

.archives li {
  font-size: 14px;
  line-height: calc(20 / 14);
  margin-top: 15px;
}

.archive__wrapper-right__works .archives ul li a {
  border-bottom: #CCCCCC 5px solid;
  padding: 0 5px;
}

.archives li::before {
  content: "-";
  margin-right: 10px;
  font-size: 14px;
  line-height: calc(20 / 14);
}

.archive__wrapper-right__works .archives ul li::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .cat-item6 {
    position: relative;
  }

  .archive__wrapper-right__works .archives ul .children {
    position: absolute;
    left: 1rem;
  }

  .archive__wrapper-right__works .archives ul .children .cat-item {
    margin-right: 1.5rem;
  }

  .archive__wrapper-right__works .archives ul .children li:nth-child(n+2) {
    margin-left: 0;
  }
}

/* ページナビ */
.wp-pagenavi {
  /* 全体 */
  font-size: 15px;
  line-height: calc(32 / 15);
  /* margin-top: 54.5px; */
}

.wp-pagenavi a {
  /* フォント色 */
  color: #333;
}

.pages {
  /* 左の表記 */
  margin-right: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi a.page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  /* ボタン */
  margin: 0 .5rem;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px #333 solid;
  line-height: calc(2 / 1);
  text-align: center;
  background: #333;
  color: #fff;
}

.wp-pagenavi .current {
  /* カレント数字 */
  background: #fff;
  color: #333;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  /* ... */
  margin: 0 .5rem;
}

.wp-pagenavi .previouspostslink {
  margin-right: .5rem;
}

.wp-pagenavi .nextpostslink {
  margin-left: .5rem;
}

.single-pagenavi {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-top: 90px;
  font-size: 15px;
  line-height: calc(32 / 15);
  font-weight: 500;
}

.single-pagenavi--center {
  justify-content: center;
}

.single-pagenavi a,
.single-pagenavi-center a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px #333 solid;
  line-height: calc(2 / 1);
  text-align: center;
  background: #333;
  color: #fff;
}

.single-pagenavi-center a {
  margin: 0 1rem;
  width: 70px;
  height: 30px;
}

/* スライダー */
.slider2 .slick-slide img {
  height: 500px;
  max-width: 1000px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .slider2 .slick-slide img {
    height: 350px;
    max-width: initial;
  }
}

@media screen and (max-width: 500px) {
  .slider2 .slick-slide img {
    height: 300px;
    object-fit: contain;
  }
}

@media screen and (max-width: 420px) {
  .slider2 .slick-slide img {
    height: 280px;
  }
}

.thumbnail .slick-slide img {
  aspect-ratio: 220 / 158;
  width: 100%;
  object-fit: cover;
}

.slick-initialized .slick-slide {
  display: block;
  overflow: auto;
}

.thumbnail {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .slick-slide {
  margin: 20px 5px 0;
  opacity: 0.7;
}

.thumbnail .slick-current {
  opacity: 1;
}

.slider2 .slick-slider {
  max-width: 910px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media screen and (max-width: 767px) {
  .slider2 .slick-slider {
    padding: 0 .5rem;
  }

  .slider2 .slick-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 55%;
}

.slick-prev::before,
.slick-next::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 0 15px 12px 15px;
  border-color: transparent transparent #fff transparent;
  background: #333;
  opacity: 1;
}

.slick-prev::after,
.slick-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 30px;
  height: 90px;
  background: #333;
  z-index: -1;
}

.slick-prev::before {
  left: -30.5%;
  transform: rotate(-90deg);
}

.slick-next::before {
  right: -30.5%;
  transform: rotate(90deg);
}

@media screen and (max-width: 980px) {
  .slick-prev::after {
    transform: translate(-10%, -50%);
    width: 20px;
    height: 70px;
  }

  .slick-next::after {
    transform: translate(-90%, -50%);
    width: 20px;
    height: 70px;
  }

  .slick-prev::before {
    left: 5.5%;
  }

  .slick-next::before {
    right: 5.5%;
  }
}

.single__item-img {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .u-mobile {
    /*display: block;*/
  }

  .u-desktop {
    display: none;
  }

  .inner {
    max-width: 550px;
    padding: 0 20px;
  }

  .inner2 {
    max-width: 550px;
    padding: 0 20px;
  }

  .w1000 {
    max-width: 550px;
    padding: 0 20px;
  }

  .w1000--inner {
    padding: 0;
  }

  .w1200 {
    max-width: 600px;
    padding: 0 20px;
  }

  .top-layout {
    padding: 60px 0;
  }

  .w1730 {
    max-width: 650px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .w1730-right {
    max-width: 650px;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* body {
    margin-top: 76px;
  } */

  .breadcrumbs {
    align-items: center;
    overflow: auto;
    white-space: nowrap;
  }

}



/*==ナビゲーション全体の設定*/
nav {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-left: auto;
  font-size: 16px;
  line-height: calc(18 / 16);
  letter-spacing: .125em;
  margin-top: 1rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

/*ナビゲーションを横並びに*/
nav ul {
  display: flex;
  flex-direction: column-reverse;
  /* justify-content: center; */
}

/*2階層目以降は横並びにしない*/
nav ul ul {
  display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li {
  position: relative;
}

/*ナビゲーションのリンク設定*/
nav ul li a {
  display: block;
  padding: 2rem 1.5rem;
  transition: all .3s;
}

/*下の階層を持っているulの指定*/
nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: -59px;
  bottom: -204px;
  z-index: 14;
  /*形状を指定*/
  width: 175px;
  padding: 10px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all .3s;
  font-size: 16px;
  line-height: calc(18 / 16);
  background-color: #fff;
  color: #47986F;
  border: 1px solid #47986F;
  display: flex;
  justify-content: center;
}

nav li.has-child ul::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 45%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #47986F;
  border-right: 3px solid #47986F;
  transform: rotate(135deg);
}

nav li.has-child ul li a {
  padding: .5rem;
}

/*hoverしたら表示*/
nav li.has-child:hover>ul,
nav li.has-child ul li:hover>ul,
nav li.has-child:active>ul,
nav li.has-child ul li:active>ul {
  visibility: visible;
  opacity: 1;
}


.blue a {
  color: #47986F;
}

.blue::before {
  display: block;
  content: '';
  position: absolute;
  top: -95px;
  left: 50%;
  width: 1px;
  height: 0;
  height: 90px;
  margin-top: 0;
  background-color: #47986F;
  transition: all 0.7s;
}

.blue2 a:hover {
  color: #0a884d;
}

.blue2:hover:before {
  display: block;
  content: '';
  position: absolute;
  top: -95px;
  left: 50%;
  width: 1px;
  height: 0;
  height: 90px;
  margin-top: 0;
  background-color: #078DBF;
  transition: all 0.7s;
}

/* mv */
.mv-wrapper {
  position: relative;
  /* z-index: -1; */
  padding-top: 20px;
  background-color: #EAF1DF;
  margin-top: 80px;
}

.slider-img {
  position: absolute;
  top: -80px;
  left: 18.75%;
  z-index: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.slider-img__text {
  margin-right: 36px;
}

.slider-img__text p {
  font-size: 18px;
  line-height: calc(19 / 18);
  letter-spacing: .125em;
}

.slider-img__text p:nth-child(n+2) {
  margin-right: 20px;
}

.slider-img__title h2 {
  font-size: 70px;
  line-height: calc(94 / 70);
  letter-spacing: .125em;
}

.slider-img__title h3 {
  font-size: 70px;
  line-height: calc(94 / 70);
  margin-right: 10px;
  letter-spacing: .125em;
}

.slider {
  margin-inline: auto;
  overflow: hidden;
  /* 画像がはみ出ないようにする */
  width: 100vw;
}

.slick-img img {
  width: 100%;
  aspect-ratio: 1920 / 800;
  object-fit: cover;
  min-height: 600px;
}

@media screen and (max-width: 1100px) {
  .slick-img img {
    min-height: initial;
    height: 700px;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
    /* 拡大率 */
  }
}

.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.mv-icon__contact {
  position: fixed;
  top: 289px;
  right: 0;
  width: 57px;
  height: 160px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  font-size: 16px;
  line-height: calc(54 / 16);
  letter-spacing: .125em;
  text-align: center;
  background-color: #47986F;
  border-radius: 6px 0 0 6px;
  z-index: 1120;
}

.mv-icon__contact a p {
  line-height: calc(54 / 16);
}

@media screen and (max-width: 1450px) {
  .mv-icon__contact {
    top: 400px;
  }
}

@media screen and (max-height: 550px) {
  .mv-icon__contact {
    top: 165px;
  }
}

.mv-icon__contact:hover {
  background-color: #e77a08;
}

.mv-icon2 a {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 175px;
  height: 175px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}

.mv-icon2__content-img {
  position: absolute;
  aspect-ratio: 1 / 1;
  top: 52.5%;
  left: 52.5%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.mv-icon2__content-img img {
  width: 95%;
  height: 95%;
  transition: .5s;
  transform: rotateZ(0deg);
}

@media screen and (max-height: 550px) {
  .mv-icon2 a {
    width: 140px;
    height: 140px;
    bottom: 5px;
    right: 5px;
  }

  .mv-icon2__content-img img {
    width: 129.33px;
    height: 129.33px;
  }
}

.mv-icon2 a:hover .mv-icon2__content-img img {
  transform: rotateZ(180deg);
}

.mv-icon2__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}

.mv-icon2__content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: calc(16.5 / 15);
  font-weight: 600;
  color: #47986F;
  text-align: center;
}

.mv-icon2__content h3 {
  font-size: 20px;
  line-height: calc(29 / 20);
  letter-spacing: .2em;
  font-weight: 700;
  text-align: center;
  margin-top: 7px;
}

.mv-icon2 a:hover .mv-icon2__content h3 {
  color: #078DBF;
}

.mv-icon2__content-img2 {
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
}

.mv-icon2 a:hover .mv-icon2__content-img2 {
  margin-right: 40px;
}

/* news */
.news {
  padding-top: 90px;
}

.news__inner {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
}

.news__wrapper {
  display: flex;
  justify-content: space-between;
}

.news-btn {
  margin-top: 5rem;
}

.news__wrapper-right {
  /* margin-left: 12rem; */
  width: calc(720 / 1060 * 100%);
}

.news__items {
  border-top: 2px #707070 dashed;
  padding-top: 30px;
}

.news__items li:nth-child(n+2) {
  margin-top: 30px;
}

.news__items li {
  border-bottom: 2px #707070 dashed;
  padding-bottom: 30px;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  display: block;
}

.news__item-content a {
  display: flex;
  align-items: center;
}

.news__item-content__meta {
  display: flex;
  align-items: center;
}

.news__item-content__meta time {
  font-size: 13px;
  line-height: calc(19 / 13);
  font-weight: 400;
  color: #707070;
}

.news__item-content h4 {
  font-size: 15px;
  line-height: calc(24 / 15);
  font-weight: 500;
  margin-left: 2rem;
  display: flex;
}

.news__item-content span {
  font-size: 12px;
  line-height: calc(18 / 12);
  color: #47986F;
  background-color: #fff;
  border: #47986F 1px solid;
  display: inline-block;
  min-width: 140px;
  text-align: center;
  border-radius: 50px;
  margin-left: 1rem;
  padding: 4.5px 0 3.5px;
}

/* business */
.business {
  /* padding-top: 120px; */
}

.business__wrapper {
  display: flex;
  justify-content: space-between;
}

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

.business__head {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(70px, 2.955rem + 6.06vw, 120px);
  line-height: calc(146 / 120);
  font-weight: 600;
  color: #BED6A3;
  text-transform: capitalize;
}

.business__wrapper-left {
  width: calc(960 / 1730 * 100%);
}

.business__wrapper-right {
  width: calc(580 / 1730 * 100%);
}

.business__content {
  margin-top: 5rem;
}

.business__content2 {
  margin-top: 3rem;
}

/* .business__content h3{
  font-size: 3.6rem;
  line-height: calc(54 / 36);
  font-weight: 500;
} */

/* .business__content h3 span{
  color: #078DBF;
  font-size: 18px;
  line-height: calc(27 / 18);
  font-weight: 500;
  border-left: 4px solid #00599C;
  border-image: linear-gradient(to bottom, #00599C 0%, #2298B7 100%);
  border-image-slice: 1;
  padding-left: 10px;
} */

.business__content p {
  font-size: 15px;
  line-height: calc(30 / 15);
  font-weight: 400;
  margin-top: 7rem;
}

.business__content2 p {
  margin-top: 5rem;
}

.business-btn {
  margin-top: 4rem;
}

@media screen and (max-width: 1650px) {
  .business__wrapper {
    justify-content: initial;
  }

  .business__wrapper-right {
    width: calc(730 / 1730 * 100%);
    margin-left: 4rem;
  }

  .business__wrapper--reverse .business__wrapper-right {
    width: calc(730 / 1730 * 100%);
    margin-left: 0;
  }

  .business__wrapper--reverse .business__wrapper-left {
    margin-left: 4rem;
  }
}

@media screen and (max-width: 1500px) {
  .business__wrapper {
    align-items: center;
  }

  .business__wrapper-left {
    width: 50%;
  }

  .business__wrapper-right {
    width: 50%;
  }

  .business__content {
    margin-top: 1rem;
  }

  .business__content p {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 950px) {
  .business__wrapper {
    display: block;
  }

  .business__wrapper-left {
    width: 100%;
  }

  .business__wrapper-right {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .business__wrapper--reverse .business__wrapper-right {
    width: 100%;
  }

  .business__wrapper--reverse .business__wrapper-left {
    margin-left: 0;
  }
}

/* recruit */
.recruit__wrapper {
  /* aspect-ratio: 1920 / 980; */
  background-image: url(../img/top-recruit.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1140px;
  /* height: 980px; */
}

@media screen and (max-width: 1200px) {
  .recruit__wrapper {
    height: 880px;
  }
}

@media screen and (max-width: 1000px) {
  .recruit__wrapper {
    height: 780px;
  }
}

.recruit__wrapper-head {
  text-align: center;
  color: #fff;
  opacity: .5;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  font-size: 200px;
  line-height: calc(244 / 200);
  font-weight: 600;
  padding-top: 130px;
}

.recruit__wrapper-title {
  text-align: center;
  margin-top: -280px;
  position: relative;
}

.recruit__wrapper-title h3 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-left: auto;
  margin-right: auto;
  font-size: 34px;
  line-height: calc(38 / 34);
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: 10px;
  display: inline-block;
}

.recruit__wrapper-title p {
  font-size: 17px;
  line-height: calc(34 / 17);
  margin-top: 30px;
}

.recruit__wrapper-title__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: calc(19 / 15);
  font-weight: 600;
  color: #47986F;
  text-transform: capitalize;
  position: relative;
  margin-top: 0;
}

.recruit__wrapper-title__text span:nth-of-type(1) {
  margin-right: 5px;
}

.recruit__wrapper-title__text span:nth-of-type(2) {
  margin-left: 5px;
}

.recruit__inner {
  max-width: 1300px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.recruit__items {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.recruit__item {
  /*width: calc(410 / 1250 * 100%);*/
  width: calc(100% / 2 - 15px);
  position: relative;
}

.recruit__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.recruit__item-img {
  position: relative;
}

.recruit__item-img img {
  aspect-ratio: 595 / 360;
  object-fit: cover;
  width: 100%;
  transition: all .4s ease-out;
}

.recruit__item a:hover .recruit__item-img img {
  transform: scale(1.05);
}

.recruit__item-content {
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 111;
}

.recruit__item-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: calc(39 / 32);
  font-weight: 600;
  text-transform: capitalize;
}

.recruit__item-content p {
  font-size: 28px;
  /*line-height: calc(32 / 17);*/
  letter-spacing: .05em;
  /* margin-top: 15px; */
}

.recruit__item-arrow {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  transition: .3s;
  transform: rotateZ(0deg);
}

.recruit__item a:hover .recruit__item-arrow {
  transform: rotateZ(360deg);
}

/* company */
.top-company {
  margin-top: 84px;
}

/* works */
.works {
  background-color: #EAF1DF;
  padding: 120px 0 90px;
}

.works__wrapper-right {
  width: calc(1200 / 1540 * 100%);
  margin-left: 10px;
}

.works__items {
  display: flex;
}

.works__items li {
  width: calc(379 / 1200 * 100%);
  overflow: hidden;
}

.works__items li:nth-child(n+2) {
  margin-left: 3rem;
}

.works__item-img img {
  aspect-ratio: 380 / 350;
  object-fit: cover;
  /* object-fit: contain; */
  width: 100%;
  height: auto;
  transition: all .4s ease-out;
}

.works__items li a:hover .works__item-img img {
  transform: scale(1.03);
}

.works__item-content {
  margin-top: 10px;
}

.works__item-content time {
  font-size: 13px;
  line-height: calc(19 / 13);
  font-weight: 400;
  color: #707070;
}

.works__item-content h4 {
  font-size: 15px;
  line-height: calc(24 / 15);
  font-weight: 500;
  margin-top: 10px;
}

.works__item-content span {
  font-size: 12px;
  line-height: calc(18 / 12);
  color: #fff;
  background-color: #47986F;
  display: inline-block;
  min-width: 140px;
  text-align: center;
  border-radius: 50px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 4.5px 0 3.5px;
}

.top-contact {
  margin-top: 174px;
}

.contact__content-left {
  width: calc(320 / 800 * 100%);
}

.contact__content-right {
  width: calc(320 / 800 * 100%);
}

.contact__content-center {
  display: inline-block;
  width: 1px;
  height: 260px;
  background: #47986F;
}

.contact__wrapper {
  background-color: #fff;
}

.contact__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 25px;
}

.contact-left__text {
  font-size: 15px;
  line-height: calc(30 / 15);
  font-weight: 400;
  margin-top: 40px;
}

.contact__content-right__tel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact__content-right__tel img {
  width: 32px;
  height: 32px;
}

.contact__content-right__tel span {
  font-family: 'Montserrat', sans-serif;
  color: #47986F;
  font-size: 36px;
  line-height: calc(44 / 36);
  font-weight: 600;
  margin-left: 7px;
}

.contact-right__text {
  font-size: 14px;
  line-height: calc(30 / 14);
  text-align: center;
}

.contact__content-right__tel2 {
  display: none;
}

.contact-btn {
  margin-top: 50px;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}

/* footer */
.footer {
  /* background: rgb(0,86,156);
  background: linear-gradient(180deg, rgba(0,86,156,1) 0%, rgba(34,152,183,1) 100%); */
  background-color: #003D1E;
  padding-top: 90px;
  padding-bottom: 14px;
  color: #fff;
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
}

.footer__wrapper-right {
  display: flex;
}

.footer__img {
  width: 200px;

  @media screen and (max-width: 767px) {
    width: 100%;
    text-align: center;
  }
}

.footer__address {
  font-size: 15px;
  line-height: calc(30 / 15);
  font-weight: 400;
  margin-top: 25px;
}

.footer__items {
  font-size: 15px;
  line-height: calc(21 / 15);
  font-weight: 400;
}

.footer__item a::before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: .4rem;
  background: #fff;
  border-radius: 50%;
}

.footer__item2 a::before {
  display: none;
}

.footer__items:nth-child(n+2) {
  margin-left: 5rem;
}

.footer__item:nth-child(n+2) {
  margin-top: 3rem;
}

.footer__item a {
  padding: .5rem;
}

.footer__text {
  text-align: center;
  font-size: 15px;
  line-height: calc(30 / 15);
  margin-top: 99px;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }


  /* mv */
  .mv-wrapper {
    margin-top: 107px;
  }

  .slider-img {
    top: -67px;
    left: 13%;
  }

  .slider-img__text {
    margin-right: 20px;
  }

  .slider-img__text p {
    font-size: 14px;
    letter-spacing: .05em;
  }

  .slider-img__text p:nth-child(n+2) {
    margin-right: 20px;
  }

  .slider-img__title h2 {
    font-size: 50px;
  }

  .slider-img__title h3 {
    font-size: 50px;
    margin-right: 5px;
  }

  .slick-img img {
    aspect-ratio: 39 / 54;
    height: initial;
    max-height: 700px;
  }

  /* news */
  .news {
    padding-top: 60px;
  }

  .news__inner {
    max-width: 540px;
    padding: 0 20px;
  }

  .news__wrapper {
    display: block;
  }

  .news__wrapper-right {
    width: 100%;
    margin-top: 20px;
  }

  .news__items {
    padding-top: 15px;
  }

  .news__items li {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .news__item-content a {
    display: block;
  }

  .news__item-content h4 {
    font-size: 14px;
    line-height: calc(21 / 14);
    margin-left: 0;
    margin-top: 10px;
  }

  /* business */
  .business {
    padding-top: 60px;
  }

  .business__head {
    line-height: calc(86 / 70);
  }

  .business__content {
    margin-top: 2rem;
  }

  /* .business__content h3{
    font-size: 24px;
    line-height: calc(36 / 24);
  } */

  .business__content p {
    font-size: 13px;
    line-height: calc(26 / 13);
    margin-top: 3rem;
  }

  /* recruit */
  .recruit__wrapper {
    height: initial;
  }

  .recruit__wrapper-head {
    font-size: 90px;
    line-height: calc(110 / 90);
    padding-top: 50px;
  }

  .recruit__wrapper-title {
    margin-top: -120px;
  }

  .recruit__wrapper-title p {
    padding-bottom: 50px;
  }

  .recruit__inner {
    max-width: 550px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .recruit__items {
    display: block;
  }

  .recruit__item {
    width: 100%;
  }

  .recruit__item:nth-child(n+2) {
    margin-top: 30px;
  }

  .recruit__item-img img {
    aspect-ratio: 595 / 360;
  }

  /* works */
  .works {
    padding: 50px 0;
  }

  .news__wrapper--works {
    padding: 0 15px;
  }

  .top-company {
    margin-top: 0;
  }

  .works__wrapper-right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .works__items {
    display: block;
  }

  .works__items li {
    width: 100%;
  }

  .works__items li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 30px;
  }

  .works__item-img img {
    aspect-ratio: 320 / 294;
  }

  .works__item-content h4 {
    font-size: 14px;
    line-height: calc(21 / 14);
  }

  .top-contact {
    margin-top: 50px;
  }

  .contact__content-left {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact__content-right {
    width: 100%;
  }

  .contact__content-center {
    display: none;
  }

  .contact__content {
    display: block;
    max-width: initial;
    padding: 40px 15px;
  }

  .contact-left__text {
    font-size: 13px;
    line-height: calc(26 / 13);
  }

  .contact__content-right__tel {
    display: none;
  }

  .contact__content-right__tel2 {
    display: block;
  }

  .contact__content-right__tel2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 32px;
    margin-top: 50px;
  }

  .contact__content-right__tel2 a::before {
    content: "";
    display: inline-block;
    width: 260px;
    height: 1px;
    background: #47986F;
    position: absolute;
    top: 0;
  }

  /* footer */
  .footer {
    padding-top: 50px;
    padding-bottom: 15px;
  }

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

  .footer__wrapper-right {
    display: none;
  }

  .footer__address {
    text-align: center;
  }

  .footer__text {
    margin-top: 88px;
  }

}

@media screen and (max-width: 390px) {
  html {
    font-size: calc(10 / 390 * 100vw);
  }
}