@charset "utf-8";
/*
Theme Name: MENIN
Theme URI: テーマのホームサイトのURL
Description: MENIN採用用LP
Author: 作者の名前
Author URI: 作者のサイトのURL
Version: バージョン
*/

/*ーーー
 全体
ーーー*/
html {
  font-size: 62.5%;
}
body{
  min-width: 32rem;
  word-break: break-all;
  font-family: 'Noto Sans JP','メイリオ',sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #000;
  color: #fff;
  line-height: 1.7;
  font-feature-settings: "palt";
}
img{
  max-width: 100%;
  height: auto;
}
.container{
  max-width: 79.8rem;
  margin: 0 auto;
  -webkit-margin: 0 auto;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  -webkit-padding-left: 2.4rem;
  -webkit-padding-right: 2.4rem;
}
.l-section{
  padding:6.4rem 0 9.6rem;
}
.ttl{
  font-size: 1.8rem;
  text-align: center;
  font-family: 'Angkor',serif;
  background-image: url(img/ttlBack.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 0.4rem 2.4rem;
  margin-bottom: 1.2rem;
}
.subTtl{
  text-align: center;
	font-size:1.6rem;
}
.largeTxt{
  font-size: 3.2rem;
  margin-top: 2.4rem;
  text-align: center;
  font-weight: 700;
}
.txt{
  text-align: center;
}
.fade{
  transform: translateY(3.2rem);
  opacity: 0;
  transition: all 1.5s;
}
.fade.visible{
  opacity: 1;
  transform: translateY(0);
}
.entry{
  background-color: #fff;
  padding: 6.4rem 0;
  margin-top: -0.2rem;
}
.entryIcon{
  display: flex;
  justify-content: center;
}
.entryBtn{
  width: 28rem;
  height: 6.4rem;
  background-color: #1DBD4B;
  margin: 3.6rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entryBtn a{
	font-size:2rem;
}
/*ーーーー
 header
ーーーー*/
#header{
  background-image: url(img/topView.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 64rem;
}
.headerWrap{
  position: fixed;
  display: flex;
  justify-content: space-between;
  background-color: #222222;
  top: 0;
  z-index: 999;
  width: 100%;
}
.headerLogo{
  width: 30%;
}  
.headerNav{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: #000;
  height: 100vh;
  z-index: 999;
}
.headerNav.active {
  display: block;
  max-width: 100%;
  overflow: hidden;
  padding-top: 6.4rem;
}
.headerNav li{
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  margin:1.2rem 0;
}

.hamburger{
  display: block;
  position: fixed;
  width: 4.8rem;
  height: 4.8rem;
  right: 5%;
  top: 1rem;
  z-index: 1000;
  cursor: pointer;
}
.hamburger span {
  background-color: #fff;
}
.hamburger span {
  position: absolute;
  height: 0.2rem;
  width: 4.2rem;
  transition: .3s;
  z-index: 99;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 1.2rem;
}
.hamburger span:nth-of-type(3) {
  top: 2.4rem;
}
.hamburger.active span:nth-of-type(1) {
  top: 1.2rem;
  transform: rotate(30deg);
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
  top: 1.2rem;
  transform: rotate(-30deg);
}
.topText{
  background-color: #000;
  color: #fff;
  padding: 2.4rem 0 4.8rem;
  position: relative;
  z-index: -1;
}
.catchCopy{
  position: absolute;
  font-size: 4.8rem;
  color: #fff;
  top: 25.8rem;
  left: 8%;
  transform: rotate(-5deg);
  text-shadow: 0.4rem 0.4rem 1.2rem rgba(255, 255, 255, 1);
}
/*ーーーー
  about
ーーーーー*/
.about{
  background-color: #fff;
  color: #222;
  padding: 9.6rem 0 4.8rem;
}
.about .ttl{
  color: #fff;
}
.aboutImage{
  margin-top: 1.4rem;
  margin-bottom: 4.8rem;
}
.aboutImage,
.aboutCover{
  position: relative;
}
.aboutImage::after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(22,22,22,0.6);
  top: 0;
}
.aboutCover .txt{
  position: absolute;
  color: #fff;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.about01{
  margin-top: 3.2rem;
}
.about01::after{
  content: none;
}
/*ーーーーー
  amaging
ーーーーーー*/
.amagingHead{
  display: flex;
  align-items: center;
  margin-top: 3.6rem;
}
.amagingHead img{
  width:2.8rem;
}
.amagingHead .largeTxt{
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  padding-left: 1.2rem;
}
.amagingWrap .txt{
  text-align: justify;
}
.tranceTxt{
  letter-spacing: -0.24rem;
}
/*ーーーーー
  person
ーーーーーー*/
.person{
  background-color: #fff;
  color: #222;
  padding: 9.6rem 0;
}
.person .ttl{
  color:#fff;
}
.person .txt{
  color: #222;
  text-align: justify;
}
.personHead .largeTxt{
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 0.8rem;
}
.personWrap{
  margin-top: 7.2rem;
}
/*ーーーーー
  career
ーーーーーー*/
.careerImage{
  margin-top: 8rem;
}
/*ーーーーー
  voice
ーーーーーー*/
.voice{
  background-color: #fff;
  color: #222;
  padding: 9.6rem 0;
}
.voice .ttl{
  color:#fff;
}
.voiceImage{
  margin: 3.6rem auto 1.6rem;
}
.voiceTxt .txt{
  margin-bottom: 1.6rem;
  text-align: justify;
}
.voiceTxt .name{
  text-align: center;
}
/*ーーーーー
  recruit
ーーーーーー*/
.recruitDate{
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 0 0.8rem;
  border-bottom: #fff 0.1rem solid;
}
.recruitDate dt{
  width: 25%;
}
.recruitDate dd{
  width: 75%;
}
.smallTxt{
  font-size: 1rem;
}
/*ーーーーー
  company
ーーーーーー*/
.company{
  background-color: #fff;
  color: #222;
  padding: 9.6rem 0;
}
.company .ttl{
  color:#fff;
}
.companyWrap{
  margin-top: 3.6rem;
}
.companyDate{
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
}
.companyDate dt{
  width: 25%;
}
.companyDate dd{
  width: 75%;
}

/*ーーーーー
  footer
ーーーーーー*/
.footer{
  width: 100vw;
  background-color: #222222;
  padding: 4.8rem 0;
}
.footerLogo{
  width: 60%;
  margin: 3.6rem auto 1.6rem;
}
.copyright{
  text-align: center;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  letter-spacing: 0.1em;
}

