*{
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
}
html{
  font-size: 12px;
  scroll-behavior: smooth;
}
@media (min-width:768px) and (max-width:1199px) {
  html{
    font-size: 1vw;
  }
}
@media (max-width:767px) {
  html{
    font-size: 1.5vw;
  }
}




.top_fixed{
  position: fixed;
  top:0;bottom:0;left:0;right:0;
  background-color: black;
  z-index: 0;
}
.top_img{
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
}
.top_txt{
  font-size: 1.5rem;
  color: white;
  line-height: 1.5;
  position: absolute;
  top: 1em;
  left: 1em;
}
.top_relative{
  display: block;
  width: 100%;
  height: 100vh;
}




.excepting_top{
  position: relative;
  z-index: 1;
}
.excepting_top section{
  padding: 6rem 0;
}
.container{
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.h2_area_center{
  text-align: center;
}
.h2_area{
  display: inline-block;
  margin: 0 auto;
  border: solid 1px rgb(182,0,5);
  padding: 1rem 2rem;
  min-width: 23rem;
}
.h2_area p{
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.3em;
  color: rgb(182,0,5);
  transform: scaleX(0.8);
  font-weight: bold;
}
.h2_area_bottom div{
  display: inline-block;
  width: 1rem;
  height: 3rem;
  background-color: rgb(182,0,5);
  vertical-align: middle;
}
.h2_area_bottom h2{
  display: inline-block;
  vertical-align: middle;
  font-size: 3rem;
  letter-spacing: 0.3em;
  line-height: 1.5;
  padding-left: 0.3em;
}
.section_catch{
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  padding: 2em 0;
  font-weight: bold;
}
.section_catch span{
  color: rgb(223,71,55);
}




#business_wrapper{
  background-color: white;
}
.business_contents{
  text-align: center;
}
.business_content{
  display: inline-block;
  width: 23%;
  margin: 0 1%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 2rem;
  border: solid 1px #ccc;
}
.business_content img{
  display: block;
  width: 100%;
}
.business_content h3{
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.05em;
  padding: 1.2em 0 0.6em;
}
.business_content p{
  font-size: 1rem;
  text-align: left;
  line-height: 1.3;
  width: 90%;
  margin: 0 auto;
}





#photos_wrapper{
  background-color: rgb(247,248,248);
}
.owl-theme .item{
  background-color: white;
  border: solid 1px #ccc;
  margin: 0 0.7rem;
}
.owl-theme .item img{
  display: block;
  width: 100%;
}
.owl-theme .item p{
  font-size: 1rem;
  color: gray;
  line-height: 1.5;
  padding: 0.8em 1em 2.5em;
}
.owl-stage {
    margin-left: 15rem;
}





#benefits_wrapper{
  background-color: white;
}
.benefits_contents{
  text-align: center;
}
.benefits_content{
  display: inline-block;
  width: 23%;
  margin: 0 1%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 2rem;
  border: solid 1px #ccc;
}
.benefits_content img{
  display: block;
  width: 100%;
}
.benefits_content h3{
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.05em;
  padding: 1.2em 0 0.6em;
}
.benefits_content p{
  font-size: 1rem;
  text-align: left;
  line-height: 1.3;
  width: 90%;
  margin: 0 auto;
}



#company_wrapper{
  background-color: rgb(247,248,248);
  padding-bottom: 0;
}
.company_table{
  width: 100%;
  padding: 5rem 0;
}
.company_table th, .company_table td{
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
  padding: 1em;
  vertical-align: top;
  border: none;
}
.company_table tr:nth-of-type(2n+1){
  background-color: rgb(230,235,238);
}
.company_table tr:nth-of-type(2n){
  background-color: white;
}
iframe.map {
    width: 100%;
    height: 43vw;
}




#careers_wrapper{
  background-color: rgb(162,27,27);
}
#careers_wrapper .h2_area{
  border: solid 1px white;
}
#careers_wrapper .h2_area p{
  color: white;
}
#careers_wrapper .h2_area_bottom div{
  background-color: rgb(218,164,164);
}
#careers_wrapper .h2_area_bottom h2{
  color: white;
}
#careers_wrapper .section_catch{
  color: white;
}
.careers_inner{
  width: 70%;
  margin: 0 auto;
}
#careers_wrapper h3{
  font-size: 2rem;
  color: white;
  line-height: 3;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: bold;
  background-color: rgb(171,50,50);
  margin-top: 2rem;
}
.career{
  background-color: white;
  border-top: solid 0.5rem rgb(101,200,208);
  margin-top: 1rem;
}
.career h4 {
    font-size: 1.8rem;
    border-bottom: solid 1px #ccc;
    line-height: 1.4;
    padding: 1em 1.6em;
}
.career h4:after {
    content: '〉';
    color: #ccc;
    font-weight: normal;
    float: right;
    font-size: 130%;
    margin-top: -0.3em;
    margin-right: -0.9em;
}
.career table {
    padding: 1rem 0.5rem;
}
.career table th img {
    display: block;
    width: 3rem;
    padding: 0 1rem;
}
.career table td h5 {
    font-size: 1.8rem;
    line-height: 1.3;
}
.career table td p {
    font-size: 1rem;
    line-height: 1.3;
}
.career table td, .career table th {
    padding: 0.5rem 0;
}
.career_2line_titled h4:after{
  margin-top: -0.8em;
}



#bottom_wrapper{
  text-align: center;
  background-color: rgb(162,27,27);
  padding-bottom: 0;
}
.to_top{
  display: inline-block;
  width: 5%;
}
.to_top img{
  display: block;
  width: 100%;
}
.copyright{
  color: white;
  font-size: 1rem;
  transform: scaleX(0.8);
  padding: 6em 0 1em;
}



.floatBtn {
    position: fixed;
    bottom: 30px;
    right: 0;
    width: 55px;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
    z-index: 100;
}
.floatBtn .snsSet {
    display: inline-block;
    width: 60px;
    padding: 0;
    white-space: nowrap;
    text-align: center;
}
.floatBtn .snsSet .title {
    padding: 12px 0 10px;
    font-size: 12px;
    color: #999;
    letter-spacing: 0.1em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.floatBtn .snsSet .snsList {
    text-align: center;
    list-style: none;
}
.floatBtn .snsSet .snsList .sns {
    display: block;
    vertical-align: middle;
}
.floatBtn .snsSet .snsList .sns a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid rgba(0,0,0,0.05);
    color: rgba(0,0,0,0.25);
    text-align: center;
    font-size: 1.8rem;
}
.floatBtn .snsSet .snsList .sns.fb a {
    border-top: none;
    left: -3px;
    top: 4px;
}




.sp_only{
  display: none !important;
}
@media (max-width:767px) {
  .pc_only{
    display: none !important;
  }
  .sp_only{
    display: block !important;
  }
  .section_catch{
    font-size: 2rem;
  }
  .business_content, .benefits_content{
    width: 48%;
    margin-bottom: 1.4rem;
  }
  .business_content h3, .benefits_content h3{
    font-size: 1.9rem;
  }
  .business_content p, .benefits_content p{
    font-size: 1.8rem;
  }
  .company_table th, .company_table td{
    font-size: 2rem;
  }
  iframe.map{
    height: 66rem;
  }
  #careers_wrapper h3{
    font-size: 2.6rem;
  }
  .careers_inner{
    width: 100%;
  }
  .career table td h5{
    font-size: 2rem;
  }
  .career table td p{
    font-size: 1.8rem;
  }
  .to_top{
    width: 10%;
  }
  .copyright{
    font-size: 1.6rem;
  }
  .floatBtn .snsSet .snsList .sns a{
    font-size: 3.5rem;
  }
  .owl-theme .item p{
    font-size: 1.7rem;
  }
}
