@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
html {
  font-size: 62.5%;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #181819;
  background: url("../img/body-bg.jpg");
  font-size: 2rem;
}
h1 {
  line-height: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.5s;
}
#l-header {
  width: 100%;
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  transition: all .2s ease-in;
  background-color: #F0F0E7;
}
#l-header .inner {
  display: flex;
  flex-wrap: wrap;
  width: 98%;
  margin: 0 auto;
  padding-bottom: 18px;
  align-items: center;
  justify-content: space-between
}
#l-header .head-right {
  margin-left: auto;
  padding-top: 5px;
  width: 50%;
}
#l-header .head-right_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto
}
#l-header .head-right_tel a {
  color: #1A7A08;
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 1.1;
  position: relative
}
#l-header .head-right_tel a:before {
  content: url("../img/tel.png");
  margin-right: 6px;
}
#l-header .head-right_mail {
  margin-left: 80px
}
#l-header .head-right_mail a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: .1rem;
  width: 300px;
  padding: 14px 0;
  background: #1A7A08;
  color: #fefefe;
  text-align: center;
}
#l-header .head-right_mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  position: absolute;
  left: 40px;
  top: 18px;
  font-size: 2rem
}
.nav-menu {
  position: relative;
}
.nav-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.nav-menu ul li {
  position: relative
}
.nav-menu ul li.btn-contact {
  margin-top: 15px
}
.nav-menu ul li.btn-contact a {
  padding: 7px 20px 7px 40px;
  border-radius: 30px;
  background: #e40000;
  color: #fff;
  display: inline-block;
  position: relative
}
.nav-menu ul li.btn-contact a:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  margin-right: 5px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px
}
.nav-menu ul li.btn-contact a:after {
  display: none
}
.nav-menu ul li.btn-contact a:hover {
  background: #b00
}
.nav-menu ul li a {
  display: block;
  color: #181819;
  position: relative;
  line-height: 1.5;
  font-size: 2.2rem;
  padding: 18px 0 0;
  font-weight: 600;
  text-align: center;
}
.nav-menu ul li a span {
  display: block;
  font-size: 1.8rem;
  font-family: "Montserrat Subrayada", sans-serif;
  color: #00D910;
  position: relative
}
.nav-menu ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background: #1A7A08;
  left: 0;
  bottom: -2px;
  transition: .2s width ease-in
}
.nav-menu ul li a:hover span, .nav-menu ul li a.active span {
  color: #1A7A08;
}
.nav-menu ul li a:hover:after, .nav-menu ul li a.active:after {
  width: 20px
}
.main {
  position: relative;
  line-height: 0;
  margin-top: 180px;
}
.main-ttl {
  position: absolute;
  bottom: 10%;
  right: 7%;
  z-index: 2;
  font-size: 8rem;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.main-ttl span {
  font-size: 5.6rem;
}
.beauty {
  position: relative;
  height: 740px;
}
.beauty:before, .beauty:after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%
}
.beauty:before {
  right: 0;
  width: 100%;
  background: url("../img/teamwork-bg.jpg") 40% 50% / cover;
}
.beauty-inner {
  position: relative;
}
.beauty-ttl {
  position: absolute;
  left: 0;
  bottom: 0;
}
.beauty-single {
  max-width: 1350px;
  height: 600px;
  background: rgba(255, 255, 255, .7);
  margin: 0 0 0 auto;
  padding: 140px 0 0;
  position: relative;
  z-index: 2;
}
.top-greet-box {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-inline: auto;
}
.top_big-ttl {
  font-size: 8rem;
  margin-bottom: 50px;
  line-height: 1;
  color: #1A7A08;
}
.top_big-ttl span {
  font-size: 5.6rem;
  color: #181819;
}
.top-greet-box-inner {
  line-height: 2.5;
  font-weight: bold;
  margin-left: 50px;
}
.recruit {
  margin: 0px auto 0;
  position: relative;
  background-color: #ffffff;
}
.recruit .en {
  margin-right: 10%;
}
.recruit .main-catch {
  padding: 0;
  margin-left: auto;
  text-align: right;
  line-height: 1;
  width: 65%;
}
.recruit-inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 150px 20px 200px;
  display: flex;
  flex-wrap: wrap;
}
.recruit::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  top: 0;
  right: 0;
  background: #00D910;
  -webkit-clip-path: polygon(26% 0%, 100% 0%, 100% 100%, 30% 100%, 0 40%);
  clip-path: polygon(26% 0%, 100% 0%, 100% 100%, 30% 100%, 0 40%);
}
.recruit-left {
  width: 50%;
  position: relative;
}
.recruit-box {
  background-color: #F0F0E7;
  padding: 50px;
  font-weight: bold;
  border-radius: 10px;
  position: absolute;
  left: 40%;
}
.recruit-box .ttl {
  font-size: 5.4rem;
}
.recruit-box .txt {
  margin-bottom: 20px;
}
.recruit-box .btn-item {
  margin: 0 0 0 auto;
}
.recruit-right {
  width: 50%;
}
.service {
  margin: 0px auto 0;
  position: relative;
}
.service::before {
  position: absolute;
  content: "";
  width: 56%;
  height: 100%;
  top: 0;
  right: 0;
  background: url("../img/service01.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.service::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00D910;
  -webkit-clip-path: polygon(63% 0%, 82% 45%, 56% 100%, 0 100%, 0 0);
  clip-path: polygon(63% 0%, 82% 45%, 56% 100%, 0 100%, 0 0)
}
.service-inner {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-inner .txt {
  color: #181819;
}
.main-catch {
  position: relative;
  z-index: 1;
  max-width: 780px;
  width: 50%;
  color: #ffffff;
}
.h3-ttl {
  margin-bottom: 50px;
}
.h3-ttl span {
  color: #ED0B07;
}
.service-ttl {
  line-height: 1;
}
.service-ttl .en {
  margin-left: 5%;
}
.en {
  font-size: 9.5rem;
  font-weight: normal;
}
.ja {
  font-size: 3.6rem;
}
.service-subttl {
  font-size: 4.8rem;
  margin-bottom: 30px;
  color: #181819;
}
.service-subttl span {
  font-size: 3.6rem;
}
.top-service {
  width: 47%;
  font-weight: bold;
  font-size: 2.5rem;
  position: relative;
  z-index: 1
}
.tp-sv_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: flex-end;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.tp-sv_list2 {
  padding-right: 9%;
}
.tp-sv_list li {
  width: 50%;
  transition: .4s
}
.tp-sv_list li:nth-child(2n) {
  margin: 20px 0 0 -1%
}
.tp-sv_list li a {
  display: block;
  word-wrap: 100%;
  padding: 50px 20px;
  transform: skewX(-10deg);
  transition: .4s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #181819;
}
.tp-sv_list li a:before {
  transition: .4s;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(132deg, #F0F0E7 0%, #F0F0E7 100%)
}
.tp-sv_list li:hover {
  transition: .4s;
  transform: translateY(-6px);
}
.tp-sv_list li:hover a {
  transition: .4s;
  background: linear-gradient(132deg, #1A7A08 0%, #1A7A08 100%);
  opacity: 0.9;
  color: #F0F0E7;
}
.tp-sv_list li:hover a:before {
  transition: .4s;
  width: 0%;
}
.tp-sv_list .list_title {
  text-align: center;
  transform: skewX(10deg);
  font-weight: bold
}
.works {
  position: relative;
  background-image: url("../img/body-bg.jpg");
  padding: 100px 0 70px;
  text-align: center;
  z-index: 1;
}
.works::before {
  content: url("../img/works-bg.png");
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 0;
  z-index: -1;
}
.works .en {
  color: #1A7A08;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: 50px 0 30px;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 4);
  margin-left: 40px;
}
.scroll-infinity__item > img {
  width: 100%;
}
.btn-item {
  background: #1A7A08;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding: 31px 0;
  position: relative;
  margin: auto;
  width: 408px;
  text-align: center;
  text-decoration: none;
  border-radius: 56px;
}
.btn-item::before, .btn-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  vertical-align: middle;
}
.btn-item::before {
  width: 52px;
  height: 52px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.btn-item::after {
  right: 60px;
  width: 12px;
  height: 12px;
  border-top: 5px solid #1A7A08;
  border-right: 5px solid #1A7A08;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer {
  background-color: #ffffff
}
.f-information {
  background-color: #F0F0E7;
  padding: 60px 0 100px;
}
.f-information .inner {
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.f-information .left {
  width: 50%;
  text-align: center;
}
.f-address::before {
  content: url("../img/marker.png");
  vertical-align: text-top;
  margin-right: 10px;
}
.f-tel {
  display: block;
  color: #1A7A08;
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 1.1;
  position: relative;
  margin-top: 20px;
}
.f-tel:before {
  content: url("../img/tel.png");
  margin-right: 6px;
}
.f-mail {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: .1rem;
  width: 300px;
  margin: 20px auto 0;
  padding: 14px 0;
  background: #1A7A08;
  color: #fefefe;
  text-align: center;
}
.f-mail:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  position: absolute;
  left: 40px;
  top: 18px;
  font-size: 2rem
}
.f-information .right {
  width: 50%;
}
.f-information .right .map {
  max-width: 550px;
  height: 400px;
  margin: 0 auto;
}
.footer-nav {
  max-width: 725px;
  width: 95%;
  margin: 0 auto 69px;
  padding: 75px 0 15px;
}
.footer-nav .nav-menu ul li a {
  font-size: 1.5rem;
}
.footer-nav .nav-menu ul li a span {
  font-size: 1.3rem;
}
.copyright {
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 15px;
}
#page_top {
  width: 63px;
  height: 63px;
  position: fixed;
  right: 30px;
  bottom: 45px;
  background: #1A7A08;
  border-radius: 50%;
  z-index: 3;
}
#page_top a {
  position: relative;
  display: block;
  width: 63px;
  height: 63px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -16px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.sp {
  display: none;
}
/*==================================================
下層デザイン
===================================*/
.green {
  color: #00D910;
}
.page-title {
  position: relative;
  z-index: 3;
  background: url("../img/mv.jpg") no-repeat center 70%/cover;
  margin-top: 180px;
}
.page-title .inner {
  margin: 0 auto;
  height: 312px;
  display: flex;
  align-items: center;
  max-width: 1700px;
  width: 95%;
  position: relative;
  z-index: 3
}
.page-title .inner .page-lead {
  font-size: 3rem;
  position: relative;
  transform: translateY(13px)
}
.page-title .inner .page-lead.on .eng {
  transform: translateX(0);
  opacity: 1
}
.page-title .inner .page-lead.on .ja {
  opacity: 1;
  transform: translateY(0)
}
.page-title .inner .page-lead .eng {
  display: block;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  font-size: 9.5rem;
  color: #fff;
  line-height: 1;
  text-shadow: 4px 4px 20px rgba(73, 45, 24, .1);
  opacity: 0;
  transform: translateX(-20%);
  transition: .5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
  margin-left: 10%;
}
.page-title .inner .page-lead .ja {
  font-size: 3.6rem;
  opacity: 0;
  transform: translateY(20px);
  position: relative;
  z-index: 4;
  transition: .5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition-delay: .6s;
  display: inline-block;
  color: #fff;
  letter-spacing: .15em;
  text-shadow: 0 1px 8px rgba(16, 39, 119, .8)
}
.sec01 {
  padding: 100px 20px;
  position: relative;
}
.sec01::before {
  content: "";
  background-image: url("../img/line-bg.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 800px;
  height: 900px;
  z-index: -1;
}
.h4-ttl {
  font-size: 5.6rem;
  font-weight: normal;
  margin-bottom: 50px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.sec01-txt {
  line-height: 2;
  margin-bottom: 100px;
  text-align: center;
}
.sec02 {
  padding: 40px 0 100px;
}
.construction {
  position: relative;
  background-image: url("../img/service02.jpg");
  background-repeat: no-repeat;
  background-position: calc(50% + 36%) top;
}
.cst02 {
  background-image: url("../img/service03.jpg");
  background-position: calc(0% + 14%) top;
  margin-top: 100px;
}
.construction-inner {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.h5-ttl {
  padding-top: 100px;
  margin-left: 30px;
  font-size: 8.4rem;
  color: #1A7A08;
}
.sec02-txt {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 75px 40px;
  width: 78%;
  line-height: 2;
  margin-top: -70px;
}
.cst02 .h5-ttl {
  width: 81%;
  margin-left: auto;
  color: #00D910;
}
.cst02 .sec02-txt {
  margin-left: auto;
}
.diagonal {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 180px 20px;
  overflow: hidden;
}
.diagonal::before {
  transform: skew(45deg, -30deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #00D910;
}
.diagonal .inner {
  width: 90%;
  margin: 0 auto;
}
.diagonal-box {
  max-width: 1300px;
  width: 95%;
  margin: 100px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.diagonal-box img {
  margin: 20px;
}
.ourjob {
  position: relative;
  background-color: #ffffff;
  padding: 100px 0;
  z-index: 1;
}
.ourjob::before {
  content: "";
  background-image: url("../img/line-bg.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 800px;
  height: 900px;
  z-index: -1;
}
.ourjob-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.ourjob-box .h3-ttl {
  line-height: 1.2;
}
.ourjob-box .en {
  margin-left: 5%;
  color: #00D910;
}
.ourjob .left {
  width: 55%;
  padding: 0 5%;
}
.ourjob .right {
  width: 35%;
}
.atmosphere {
  flex-direction: row-reverse;
}
.recruitment {
  padding: 100px;
  text-align: center;
}
.recruitment .inner {
  max-width: 1180px;
  width: 90%;
  padding: 50px;
  margin: 100px auto 0;
  background-color: #ffffff;
}
.recruitment-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 5.9rem;
  font-weight: normal;
  margin-bottom: 50px;
}
.recruitment-ttl span {
  display: block;
  font-size: 2.3rem;
  margin-left: 30px;
}
.recruit-tbl {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.recruit-tbl th {
  border-bottom: solid 2px #1A7A08;
  padding: 30px;
  width: 30%;
}
.recruit-tbl td {
  border-bottom: solid 2px #BCBCBC;
  padding: 30px;
  width: 70%;
}
.job {
  background-image: url("../img/job-bg.jpg");
  background-repeat: no-repeat;
  height: 440px;
  padding: 90px 0;
}
.job-lead {
  font-size: 4.5rem;
  text-align: center;
  color: #ffffff;
}
.job-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
.job-btn a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: .1rem;
  width: 460px;
  padding: 22px 0;
  background: #213D74;
  color: #fefefe;
  text-align: center;
}
.job-contact {
  margin-top: 50px;
}
.flex-box {
  max-width: 1230px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-top: 50px;
}
.flex-box img {
  width: 28%;
}
.recruit01 {
  background-color: #213D74;
  padding: 100px 20px;
  text-align: center;
  color: #ffffff;
}
.recruit01 .recruit-lead {
  font-size: 5.6rem;
  margin-bottom: 50px;
  line-height: 1.5;
}
.recruit01 p {
  line-height: 2.2;
}
.recruit02 {
  position: relative;
  height: 730px;
}
.recruit02:before, .recruit02:after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
}
.recruit02::before {
  left: 0;
  width: 40%;
  background: url(../img/recruit01.jpg) 40% 50% / cover;
}
.recruit03 {
  padding: 50px 80px 100px;
}
.recruit03-inner {
  max-width: 1520px;
  width: 95%;
  margin-left: auto;
}
.recruit03-inner .h6-ttl {
  margin-left: 0;
}
.recruit03-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recruit03-box {
  width: 40%;
  padding: 30px;
  background-color: #ffffff;
}
.recruit03-img {
  width: 50%;
  ;
}
.flow .flow_list {
  display: flex;
  align-items: center;
  color: #404040;
}
.flow .flow_list dt {
  width: 20%;
  ;
  padding: 20px 10px;
  border-bottom: solid 2px #ED0B07;
  text-align: center;
}
.flow .flow_list dd {
  flex: 1;
  padding: 20px 10px;
  border-bottom: solid 2px #213D74;
  text-align: center;
}
.recruit03-txt {
  margin-top: 30px;
}
.access {
  background-color: #ffffff;
  padding: 50px 0 100px;
}
.access-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.access-map {
  max-width: 1160px;
  width: 95%;
  margin: 0 auto;
}
.preparation {
  padding: 100px 20px 0;
}
.wait {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  z-index: 2
}
.wait-box {
  background: #fefefe;
  padding: 35px 0;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: rgba(0, 0, 0, .1) 0px 18px 50px -10px;
  text-align: center;
}
.contact-sub {
  padding: 0 20px;
}
.works-sub {
  padding: 100px 20px;
}
.works-box {
  max-width: 1650px;
  margin: 0 auto 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.works-item {
  text-align: center;
  width: 32%;
}
.works-item p {
  margin-top: 20px;
  font-size: 3.2rem;
  font-weight: bold;
}
.greeting {
  text-align: center;
  line-height: 2;
}
.greeting .ttl {
  font-size: 6.4rem;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.2;
}
.greeting .s-ttl {
  display: block;
  font-size: 2.4rem;
}
.greeting .txt01 {
  font-size: 3.6rem;
  margin-bottom: 30px;
}
.greeting .txt02 {
  margin-bottom: 30px;
}
.company {
  background-color: #ffffff;
  padding: 60px 0;
}
.company .inner {
  max-width: 1560px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company-left {
  width: 60%;
}
.company-left .ttl {
  font-size: 6.4rem;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.2;
}
.company-left .ttl-en {
  margin-left: 3%;
}
.company-left .s-ttl {
  display: block;
  font-size: 2.4rem;
}
.company-right {
  width: 40%;
}
.company .tbl {
  width: 100%;
  border-collapse: collapse;
}
.company .tbl th {
  display: block;
  width: 200px;
  padding: 5px 0;
  margin-bottom: 20px;
  background-color: #404040;
  color: #ffffff;
}
.company .tbl td {
  width: 78%;
  padding: 5px 30px;
  vertical-align: baseline;
  font-weight: bold;
}
/*==================================================
レスポンシブ用デザイン
===================================*/
@media (max-width: 1024px) {
  body {
    font-size: 1.8rem;
  }
  .nav-menu ul li a {
    font-size: 1.6rem;
  }
  .nav-menu ul li a span {
    font-size: 1.4rem;
  }
  #l-header .head-right {
    width: 64%;
  }
  #l-header .head-right_mail {
    margin-left: 10px;
  }
  #l-header .head-right_mail a {
    width: 230px;
  }
  #l-header .head-right_tel a {
    font-size: 2.8rem;
  }
  #l-header .head-right_mail a:before {
    left: 20px;
  }
  .main {
    margin-top: 180px;
  }
  .recruit .main-catch {
    width: auto;
    margin-left: 0;
  }
  .recruit-inner {
    padding-bottom: 300px;
  }
  .recruit-box {
    padding: 30px;
    left: 20%;
  }
  .recruit-box .ttl {
    font-size: 3.6rem;
  }
  .service-subttl {
    font-size: 3.6rem;
  }
  .tp-sv_list li {
    width: 100%;
  }
  .scroll-infinity__item {
    width: calc(100vw / 3);
  }
  .page-title {
    margin-top: 162px;
  }
  .sec01-txt {
    text-align: left;
  }
  .construction-flex li .txt {
    font-size: 1.4rem;
  }
  .recruit03 {
    padding: 50px 0;
  }
  .diagonal {
    width: auto;
  }
  .diagonal .inner {
    width: 70%;
  }
  .beauty-ttl {
    bottom: auto;
  }
  .recruitment {
    padding: 100px 20px;
  }
  .sec01::before {
    background-size: cover;
    width: 100%;
  }
  .ourjob::before {
    background-size: cover;
    width: 100%;
  }
  .recruitment .inner {
    padding: 30px;
  }
  .works-item p {
    text-align: left;
    font-size: 2rem;
  }
}
@media (max-width: 820px) {
  .main-ttl {
    font-size: 4rem;
  }
  .main-ttl span {
    font-size: 3rem;
  }
  .top_big-ttl {
    font-size: 6rem;
  }
  .top_big-ttl span {
    font-size: 4rem;
  }
  .top-greet-box-inner {
    line-height: 2;
  }
  .en {
    font-size: 6rem;
  }
  .works::before {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .breadcrumb {
    width: 23%;
  }
  .job {
    height: 580px;
    padding: 40px 0;
  }
  .recruit01 p {
    text-align: left;
  }
  .beauty-single {
    padding-top: 150px;
    height: 590px;
  }
  .recruit02 .top_big-ttl {
    margin-bottom: 30px;
  }
  .recruit03-inner {
    margin-right: auto;
  }
  .recruit03-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .recruit03-box {
    width: 90%;
  }
  .recruit03-img {
    margin-top: 50px;
    width: 100%;
    text-align: center;
  }
  .f-information .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .f-information .right {
    width: 100%;
  }
  .recruit-tbl th, .recruit-tbl td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .recruit-tbl th {
    border-bottom: none;
  }
  .ourjob .left {
    width: 100%;
  }
  .ourjob .right {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
  .company-left {
    width: 100%;
  }
  .company-right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 428px) {
  body {
    font-size: 1.6rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .main {
    margin-top: 0;
  }
  .hamb {
    background-color: #00D910;
    position: fixed;
    cursor: pointer;
    z-index: 300;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
  }
  .black-bg ul {
    width: 290px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .black-bg ul li {
    text-align: left;
    padding: 50px 0 0;
  }
  .black-bg ul li:last-child {
    border-bottom: none;
    text-align: center;
    padding-top: 30px;
  }
  .black-bg ul li a {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: bold;
    display: block;
    text-decoration: none;
  }
  .black-bg ul li a span {
    margin-right: 20px;
    color: #1A7A08;
    font-size: 1.6rem;
    font-weight: normal;
    display: inline-block;
    width: 45%;
  }
  .line {
    position: absolute;
    top: 30%;
    left: 20%;
    width: 30px;
    height: 3px;
    background-color: #ffffff;
  }
  .line:nth-child(2) {
    top: 45%;
    left: 20%;
  }
  .line:nth-child(3) {
    top: 62%;
    left: 20%;
  }
  .hamb-text {
    position: absolute;
    left: 30%;
    bottom: 15%;
    font-size: 20px;
    color: #ffffff;
  }
  .black-bg {
    position: fixed;
    background: #00D910;
    top: 0;
    right: -450px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
  }
  .black-bg.open {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  #hamb.active .line {
    background-color: #ffffff;
  }
  /*アニメーション*/
  .black-bg {
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  }
  #hamb.active .line:nth-child(1) {
    transform: translateY(9px) translateX(0) rotate(45deg);
  }
  #hamb.active .line:nth-child(2) {
    opacity: 0;
    background: #FFF;
  }
  #hamb.active .line:nth-child(3) {
    transform: translateY(-7px) translateX(0) rotate(-45deg);
  }
  .animation {
    transition: all .6s;
  }
  .black-bg ul li .sp-tel {
    position: relative;
    font-size: 3.5rem;
    text-align: center;
    color: #1A7A08;
  }
  .black-bg ul li .sp-tel:before {
    content: url("../img/tel.png");
    margin-right: 10px;
  }
  .black-bg ul li .sp-mail {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: .1rem;
    width: 290px;
    padding: 14px 0;
    margin-bottom: 20px;
    background: #1A7A08;
    color: #fefefe;
    text-align: center;
  }
  .black-bg ul li .sp-mail:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    position: absolute;
    left: 40px;
    top: 18px;
    font-size: 2rem
  }
  .logo1 {
    width: 100px;
  }
  .main-ttl {
    left: 16%;
    right: auto;
    top: 42%;
  }
  .top_big-ttl {
    font-size: 3.8rem;
  }
  .top_big-ttl span {
    font-size: 2.8rem;
  }
  .top-greet-box-inner {
    margin-left: 0;
  }
  .beauty-single {
    padding-top: 30px;
    width: 80%;
  }
  .beauty-ttl {
    bottom: -10%;
  }
  .top-greet-box {
    width: 90%;
  }
  .recruit-inner {
    padding: 80px 0;
  }
  .recruit .main-catch {
    width: 100%;
    margin-right: 5%;
  }
  .recruit-left {
    width: 100%;
  }
  .recruit-right {
    width: 100%;
  }
  .recruit-box {
    position: inherit;
    margin: 20px;
  }
  .recruit::after {
    width: 90%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 100% 100%, 0 15%);
  }
  .recruit-box .ttl {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .btn-item {
    width: 100%;
    font-size: 16px;
    padding: 20px 0;
  }
  .btn-item::before {
    width: 40px;
    height: 40px;
    right: 20px;
  }
  .btn-item::after {
    right: 35px;
  }
  .service-ttl {
    color: #ffffff;
    position: relative;
    z-index: 2;
    padding-left: 5%;
    margin-bottom: 0;
  }
  .en {
    font-size: 5rem;
  }
  .ja {
    font-size: 2rem;
  }
  .main-sp_catch {
    margin: 0px auto 0;
    position: relative;
    padding: 62px 0;
  }
  .main-sp_catch::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: url("../img/service01.jpg") no-repeat;
    background-size: contain;
    background-position: right;
  }
  .main-sp_catch::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00D910;
    -webkit-clip-path: polygon(63% 0%, 82% 45%, 56% 100%, 0 100%, 0 0);
    clip-path: polygon(63% 0%, 82% 45%, 56% 100%, 0 100%, 0 0)
  }
  .service-sp {
    padding-bottom: 30px;
    background-color: #00D910;
  }
  .service-inner {
    background-color: #00D910;
    color: #ffffff;
    padding: 20px 20px 130px;
    width: auto;
  }
  .service-subttl {
    font-size: 2.8rem;
  }
  .service-subttl span {
    font-size: 2rem;
  }
  .top-service {
    width: 90%;
    margin: 0 auto;
    font-size: 1.8rem;
  }
  .tp-sv_list {
    padding-right: 0;
    margin-top: 10px;
  }
  .tp-sv_list li a {
    padding: 25px 0;
  }
  .tp-sv_list li {
    width: 50%;
  }
  .works::before {
    content: "";
    background: url(../img/sp/works-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .works .btn-item {
    width: 80%;
  }
  .scroll-infinity__item {
    width: calc(100vw / 1);
  }
  .sec02-txt {
    width: 70%;
  }
  .f-logo {
    width: 156px;
    margin: 0 auto 20px;
  }
  #page_top {
    right: 10px;
    bottom: 20px;
  }
  .page-title {
    margin-top: 0;
  }
  .h4-ttl {
    font-size: 4rem;
  }
  .h5-ttl {
    font-size: 4.5rem;
    margin-left: 10px;
  }
  .h6-ttl {
    margin-left: 20px;
    font-size: 2.5rem;
  }
  .page-title .inner .page-lead .eng {
    font-size: 6rem;
  }
  .construction-txt {
    margin-left: 20px;
  }
  .construction-flex li {
    background: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .construction-flex {
    flex-wrap: wrap;
  }
  .construction-flex li .txt {
    font-size: 1.6rem;
  }
  .job-btn {
    width: 95%;
    margin: 50px auto 0;
  }
  .job-lead {
    font-size: 2.5rem;
  }
  .flex-box {
    flex-wrap: wrap;
  }
  .flex-box img {
    width: 100%;
    margin-bottom: 15px;
  }
  .sec02-txt {
    padding: 75px 30px;
  }
  .recruit01 .recruit-lead {
    font-size: 4rem;
  }
  .recruit02::before {
    width: 100%;
  }
  .recruit02 {
    height: auto;
  }
  .recruit02 .beauty-single {
    height: 100%;
  }
  .diagonal {
    padding-top: 100px;
  }
  .diagonal .inner {
    width: 84%;
  }
  .diagonal::before {
    transform: skew(0deg, -30deg);
  }
  .diagonal .beauty-ttl {
    bottom: 0;
  }
  .recruitment-ttl {
    font-size: 4rem;
  }
  .recruitment .inner {
    width: 85%;
  }
  .ourjob::before {
    background-position: bottom;
  }
  .works-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .greeting::before {
    background-position: bottom;
  }
  .company .tbl th {
    width: 100%;
    margin-bottom: 0;
  }
  .company .tbl td {
    display: block;
    width: 90%;
    padding: 10px;
  }
}
@media (max-width: 375px) {
  .main-ttl {
    font-size: 3.7rem;
  }
  .top_big-ttl {
    font-size: 3.2rem;
  }
  .recruitment .inner {
    width: 80%;
  }
  .diagonal .inner {
    width: 78%;
  }
  .recruitment-ttl {
    font-size: 3.2rem;
  }
  .page-title .inner .page-lead .eng {
    font-size: 5.6rem;
  }
  .greeting .ttl {
    font-size: 5rem;
  }
  .greeting .txt01 {
    font-size: 2.6rem;
  }
  .company-left .ttl {
    font-size: 5rem;
  }
}