@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  font-style: normal;
  background-color: #e6e6e6;
}

a {
  text-decoration: none;
  word-break: break-all;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  color: #000;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}
a[href^="tel:"] {
  pointer-events: none;
}

img {
  width: 100%;
}

h1 a:hover {
  opacity: 1;
}

p,h2 {
  line-break: strict;
}


/*PCだけ表示用*/
.pc {
  display: block;
}
.sp_only {
  display: none;
}
.tab_only {
  display: none;
}

li {
  list-style: none;
}

/* ヘッダー */
.top_header{
  display: flex;
  justify-content: space-between;
  height: 87px;
  background-color: rgba(0, 0, 0, 0.3);
}
.rogo{
  width: 335px;
}
.header_nav{
  margin-right: 50px;
  display: flex;
}
.header_nav a{
  line-height: 87px;
  display: block;
  color: #fff;
  font-weight: 600;
}
.header_nav a:not(:last-of-type){
  margin-right: 1.2em;
}
/* ヘッダーここまで */

/* メインビジュアル */
.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.top_mv_text1 {
  position: relative;
  z-index: 1;
  color: white;
  padding-top: 85px;
  margin: 0 220px 280px auto;
  margin: 0 220px 0 auto;
  font-size: 4.5rem;
  writing-mode: vertical-rl;
  opacity: 0;
  animation: fadeInAnime 1.5s ease-out forwards;
  white-space: nowrap;
  overflow: visible;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
    transform: translateY(10px); /* 下から少し上に */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.top_mv_text2{
  margin: 250px 100px;
}
.tmt2_img{
  width: 846px;
  display: block;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.4s ease-out;
}
.tmt2_img.show{
  opacity: 1;
  transform: translateY(0);
}
.top_mv_jpy{
  line-height: 1.4;
}
.top_mv_jpy span{
  display: inline-block;
  opacity: 0;
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
  margin-top: 1em;
  transform: translateY(10px);
  animation: fadeUp 0.5s ease forwards;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.top_mv_text3{
  margin: -130px 100px 320px;
  display: flex;
  justify-content: end;
}
.tmt_s_tex{
  color: #fff;
  width: 650px;
}
.tmt3link{
  width: 500px;
  display: block;
  margin-top: 1em;
}
.tmt3link:hover{
  opacity: 1;
}
/* メインビジュアルここまで */

#company_info{
  background-color: #fff;
  padding: 0 10px 60px;
  box-sizing: border-box;
}
#company_info::before{
  content: "";
  display: inline-block;
  position: relative;
  background-image: url(../images/company.png);
  width: 34vw;
  height: 4.577vw;
  background-size: contain;
  background-repeat: no-repeat;
}
.company_info_ttl{
  width: 200px;
  margin: 0 auto 50px;
}

.company_info_content{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  width: auto;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
}
.cic_li_area{
  width: 48%;
}
.cic_li{
  display: flex;
  align-items: start;
  margin-bottom: 0.5em;
}
.cic_g{
  color: #319b48;
  font-weight: 600;
  padding: 0 0.5em 0.2em;
  box-sizing: border-box;
  border-bottom: solid 2px #319b48;
  width: 7.4em;
  margin-right: 1em;
}
.cic{
  width: calc(100% - 8.4em);
  display: flex;
  align-items: start;
}
.link_jm{
  display: inline-block;
  width: 8em;
  margin-left: 0.6em;
}

#contacts{
  background-image: url(../images/contact_bg.jpg);
  background-size: cover;
  background-position: top center;
  padding: 30px 10px 50px;
  box-sizing: border-box;
}
.contact_icon{
  margin: 0 auto;
  width: 67px;
  display: block;
}
.contacts_h2{
  text-align: center;
}
.contacts_h2 span{
  font-size: 4.6rem;
  color: #fff;
  font-weight: 800;
}
.contacts_subcopy{
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.contacts_linkarea{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  width: auto;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 40px auto 0;
}
.contacts_link{
  width: 560px;
}
.contacts_link:not(:last-of-type){
  margin-bottom: 24px;
}

/*----------------------------------------フッター--------------------------------
--------*/
.footer_rogoarea{
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 8px 90px;
  box-sizing: border-box;
}
.footer_rogo_link{
  width: 386px;
  margin-right: 100px;
}
.footer_navarea{
  background-color: #319b48;
  color: #fff;
  padding: 40px 120px 0;
  box-sizing: border-box;
}
.footer_nav{
  display: flex;
}
.footer_nav a{
  display: block;
  color: #fff;
}
.footer_nav a:not(:last-of-type){
  margin-right: 1.2em;
}
.priv_mark {
  width: 64px;
  margin: 0 auto;
  display: block;
}
.copyright {
  font-size: 1.3rem;
  text-align: right;
  padding: 10px 0;
  color: #fff;
}

/*----------------------------------------サブページ共通--------------------------------
--------*/
/* ヘッダー */
.sub_header{
  display: flex;
  justify-content: space-between;
  height: 87px;
  background-color: #319b48;
  z-index: 1000;
}

.sub_nav{
  margin-right: 50px;
  display: flex;
}
.sub_nav a{
  line-height: 87px;
  display: block;
  color: #fff;
  font-weight: 600;
}
.sub_nav a:not(:last-of-type){
  margin-right: 1.2em;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  width: 30px;
  height: 21px;
  justify-content: space-between;
  z-index: 1100;
  position: relative;
  top: 20px;
  right: 20px;
}

.hamburger span {
  display: block;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}

/* ヘッダーここまで */

.sub_h1area{
  background-image: url(../images/sub_h1bg_pc.jpg);
  background-position: center left;
  background-size: cover;
  position: relative;
  padding: 50px 100px 16px;
  box-sizing: border-box;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sub_h1{
  color: #319b48;
  font-size: 5rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1;
}
.sub_pankuzu{
  display: flex;
  font-size: 1.6rem;
}
.s_pan{
  display: block;
  margin-right: 1em;
  line-height: 1;
}
.s_pan_mid{
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 1em;
}

/*----------------------------------------会社案内--------------------------------
--------*/
#company_sec1{
  background-image: url(../images/com_sec1bg.jpg);
  background-position: top center;
  background-size: cover;
}
.com_sec1h2{
  color: #161616;
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
  padding-top: 90px;
  position: relative;
  z-index: 2;
}
.com_sec1h2_line{
  position: relative;
  top: -40px;
}
.company_sec1_text{
  max-width: 1080px;
  width: auto;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 30px auto 0;
}
#g_company{
  position: relative;
}
#g_company::before{
  content: "";
  display: inline-block;
  position: absolute;
 top: 0;
 right: 0;
  background-image: url(../images/g_company.png);
  width: 44vw;
  height: 3.355vw;
  background-size: contain;
  background-repeat: no-repeat;
}
.g_company_inner{
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: auto;
  padding: 0 10px 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
.g_company_inner h2{
  width: 250px;
}
.jm_info{
  padding-top: 120px;
  width: 830px;
  margin-left: 50px;
}
.jm_info h3{
  font-size: 3rem;
}
.jm_info_area{
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.jm_info_li{
  margin-right: 1.6em;
  margin-bottom: 0.6em;
  display: flex;
  font-size: 2rem;
}
.jm_info_li img{
  display: block;
  width: 27px;
  height: 27px;
  padding: 0 0.6em;
}
.jm_info_li p{
  line-height: 27px;
}
.jm_info_li .g{
  color: #319b48;
}
/*----------------------------------------サービスの内容--------------------------------
--------*/
.service_sec1_fuki{
  width: 980px;
  margin: 60px auto 0;
}
.const_site{
  border: 4px solid #ff932a;
  width: 1080px;
  margin: -64px auto 0;
  padding: 0 50px 40px;
  box-sizing: border-box;
}
.const_site_intro{
  font-size: 2.8rem;
  font-weight: 800;
  color: #ff932a;
  text-align: center;
  padding-top: 80px;
}
.const_site_li{
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1em;
  margin-top: 40px;
}
.const_site_li_text{
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
  width: calc(100% - 575px);
  position: relative;
  top: 0.7em;
}
.const_icon{
  width: 555px;
  margin-right: 20px;
}

.service_mid_text{
  text-align: center;
  font-size: 2.2rem;
  max-width: 1080px;
  width: auto;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 40px auto;
}

.service_mid_ph{
  width: 1180px;
  margin: 0 auto 70px;
}

#service_sec2 h2{
  width: 544px;
  margin: 0 auto;
}
.service_sec2_text{
  max-width: 1080px;
  width: auto;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 50px auto 90px;
}
/*----------------------------------------採用情報--------------------------------
--------*/
