@charset "utf-8";
/*common.css*/
/*●●●●●●●●●●●●●●●●●●●●　共通　●●●●●●●●●●●●●●●●●●●●*/
html {
  font-size: 62.5%; /* 10px */
}
body {
  font-family: "Noto Sans JP", 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', "League Spartan", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 2px;
  color: #2A2A2A;
  position: relative;
  overflow-x: hidden;
}
body.body_en {
  letter-spacing: inherit;
}
.contents {
  max-width: 1200px;
  margin: auto;
  padding: 50px 12px;
}
.font_en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.sc_ttl {
  margin-bottom: 24px;
  text-align: center;
  color: #C20000;
}
.sc_ttl.sc_ttl_wh {
  color: #FFF;
}
.sc_ttl .sc_ttl_en {
  font-size: 38px;
  line-height: 1;
}
.sc_ttl .font_jp {
  font-weight: 700;
}
.txt_block p:not(:last-child) {
  margin-bottom: 16px;
}
/*●●●●●●●●●●●●●●●●●●●●　SP　●●●●●●●●●●●●●●●●●●●●*/
/*----------header----------*/
header .header_wrap {
  width: 100%;
  padding: 10px 16px;
  position: absolute;
}
/*logo*/
header .logo {
  width: 50px;
  position: relative;
  z-index: 1000;
}
/*hamburger*/
.hamburger {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #fff;
  position: fixed;
  top: 14px;
  right: 30px;
  z-index: 1000;
}
.hamburger.active {
  background: #C20000;
}
.hamburger > div span {
  position: relative;
}
.hamburger > div span {
  display: inline-block;
  transition: all .2s;
  position: absolute;
  left: 14px;
  height: 2px;
  background-color: #C20000;
}
.hamburger.active > div span {
  background-color: #FFF;
}
.hamburger > div span:nth-of-type(1) {
  top: 20px;
  width: 50%;
}
.hamburger > div span:nth-of-type(2) {
  top: 30px;
  width: 30%;
}
.hamburger.active > div span:nth-of-type(1) {
  top: 19px;
  left: 13px;
  transform: translateY(6px) rotate(-45deg);
}
.hamburger.active > div span:nth-of-type(2) {
  top: 31px;
  left: 13px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
/*g-nav*/
.g_nav {
  position: fixed;
  z-index: 900;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.6s;
}
.g_nav.panelactive {
  top: 0;
}
.g_nav.panelactive .g_nav-list {
  position: fixed;
  z-index: 900;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
.g_nav ul {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.g_nav ul.nav_btn {
  top: calc(30% + 200px);
}
.g_nav ul li {
  padding: 10px 0;
  text-align: center;
}
.g_nav ul li a {
  color: #C20000;
  font-size: 2rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  display: block;
}
.g_nav.g_nav_en ul li a {
  letter-spacing: 1.5px;
}
.g_nav ul.nav_btn li a {
  width: 250px;
  padding: 10px 10px 10px 30px;
  border-radius: 30px;
  background-color: #C20000;
  color: #FFFFFF;
  background-image: url("../img/mail01.png");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left 40px top 19px;
}
.g_nav.g_nav_en ul.nav_btn li:first-child a {
  letter-spacing: 1.5px;
}
.g_nav ul.nav_btn li:first-child a {
  
}
.g_nav ul.nav_btn li:nth-child(2) {
  margin-top: 10px;
}
.g_nav ul.nav_btn li:nth-child(2) a {
  padding-left: 34px;
  color: #FFFFFF;
  background: #3D3D3D;
  background-image: url("../img/lang.png");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left 40px top 20px;
}
/*----------mv----------*/
/*mv*/
.mv {
  display: flex;
  align-items: center;
  width: 100vw;
  height: 75vh;
  background: url("../img/mv.png") no-repeat center / cover;
  position: relative;
}
.mv::before {
  content: '';
  display: inline-block;
  width: 65vw;
  max-width: 540px;
  height: 75vh;
  background: url("../img/mv_before.png") no-repeat center / cover;
}
.catch {
  padding: 0 16px;
  color: #FFFFFF;
  font-size: 4rem;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 1.5;
  position: absolute;
}
.catch_en {
  margin-top: 60px;
  font-size: 1.8rem;
  letter-spacing: 1px;
}
#service {
  text-shadow: 1px 0 8px #FFF;
  background: url("../img/service_bg.png") no-repeat center center / cover;
}
#service .contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#service .sc_ttl {
  margin-bottom: 0;
}
#service .contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#service .service_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#service .service_ttl {
  margin-bottom: 10px;
  font-size: 24px;
  /*  text-shadow: 1px 1px 2px #FFF;*/
  color: #C20000;
}
#recruit {
  background: url("../img/recruit.png") no-repeat center bottom / cover;
}
#recruit .txt_block {
  max-width: 720px;
  margin: 40px auto 0;
  color: #FFF;
}
#company {
  background: url("../img/company.jpg") no-repeat center bottom / cover;
}
#company dl {
  max-width: 980px;
  margin: 0 auto 3px;
}
#company dl dt {
  padding: 10px;
  color: #FFF;
  font-weight: 700;
  background: rgba(194,0,0,0.90);
}
#company dl dd {
  padding: 10px;
  background: rgba(255,255,255,0.90);
}
#contact {
  background: url("../img/contact.jpg") no-repeat center bottom / cover;
}
.contact .inputarea {
  width: 90%;
  max-width: 650px;
  margin: auto;
}
.contact form dt {
  margin: 30px 0 8px;
  padding-left: 3px;
  color: #fff;
}
.contact form input, .contact form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: #d9d9d9 solid 1px;
}
.contact form textarea {
  height: 200px;
  width: 100%;
}
.contact .form_btn {
  margin-top: 40px;
}
.contact .form_btn input {
  width: 100%;
  max-width: 300px;
  color: #fff;
  background-color: #C20000;
  border-radius: 50px;
  display: block;
  margin: auto;
  padding: 20px;
  font-weight: bold;
  font-size: 16px;
  border: none;
}
/*----------footer----------*/
footer {
  width: 100%;
  padding: 70px 0;
  background: #C20000;
}
footer .f_logo {
  width: 50px;
  max-width: 300px;
  margin: auto;
}
footer .copyright {
  letter-spacing: 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-top: 20px;
}

@media (min-width:500px) {
  .catch .br {
    display: none;
  }
  .catch_en {
    font-size: 2.8rem;
  }
    #company dl {
    display: flex;
  }
  #company dl dt {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #company dl dd {
    width: 70%;
    padding: 24px 20px;
  }
}
@media (min-width:840px) {
  .catch_en {
        font-size: 3.8rem;
    }
  #service .contents {
    gap: 60px;
  }
  #service .service_wrap {
    flex-direction: row;
    gap: 30px;
  }
  #service .service_wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  #service .service_wrap .txt_block, #service .service_wrap .service_img {
    width: 50%;
  }
}
/*●●●●●●●●●●●●●●●●●●●●　PC　●●●●●●●●●●●●●●●●●●●●*/
@media (min-width:1080px) {
  .contents {
    padding: 100px 50px;
  }
  .sc_ttl {
    margin-bottom: 50px;
  }
  .sc_ttl .sc_ttl_en {
    font-size: 60px;
  }
    /*----------header----------*/
  /*logo*/
  header .logo {
    width: 60px;
    position: relative;
    z-index: 1000;
  }
  header .logo.is_show {
    width: 37px;
    position: fixed;
  }
  /*hamburger*/
  .hamburger {
    display: none;
  }
  /*g-nav*/
  .g_nav {
    width: 100%;
    height: inherit;
    padding-right: 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: transparent;
    position: absolute;
    top: 22px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
  }
  .g_nav.is_show {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
  }
  .g_nav ul {
    display: flex;
    position: static;
    transform: translate(0, 0);
  }
  .g_nav ul.nav_btn {
    position: static;
  }
  .g_nav > ul li {
    margin-left: 25px;
  }
  .g_nav ul.nav_btn li:nth-child(2) {
    margin-top: 0;
    margin-left: 10px;
  }
  .g_nav ul li a {
    color: #FFF;
  }
  .g_nav ul.nav_btn li a {
    background-position: left 30px center;
    padding: 12px 10px 10px 30px;
    width: 210px;
  }
  .g_nav ul.nav_btn li:nth-child(2) a {
    background-position: left 30px center;
    padding: 12px 10px 10px 45px;
  }
  /*mv*/
  .mv, .mv::before {
    height: 100vh;
  }
  .catch {
    padding: 32px;
    font-size: 6rem;
  }
    .catch.catch_en {
      padding-left: 100px;
        font-size: 5rem;
    }
  #service .sc_ttl {
    text-align: right;
  }
  #service .sc_ttl .sc_ttl_jp {
    padding-right: 170px;
    font-size: 18px;
  }
  #service .service_wrap .service_ttl {
    font-size: 36px;
  }
  #recruit .txt_block {
    margin-top: 70px;
  }
}
/*●●●●●●●●●●●●●●●●●●●●　PC　●●●●●●●●●●●●●●●●●●●●*/
@media (min-width:1200px) {
  .contents {
    padding: 120px 50px;
  }
  .sc_ttl .sc_ttl_en {
    font-size: 70px;
  }
  header .header_wrap {
    padding: 10px 40px;
  }
  header .logo {
    width: 80px;
  }
  .g_nav {
    padding-right: 40px;
  }
  .mv::before {
    max-width: 770px;
  }
  .catch {
    padding: 40px;
    font-size: 7rem;
  }
}