@charset "utf-8";
/*
Theme Name: 旭オイル株式会社-採用
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.6rem;
  font-weight:300;
  color: #474747;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.2rem;
}
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{
  margin:5.6rem auto;
}
.ttl{
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1.2rem;
  font-weight: bold;
}
.largeTxt{
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
.txt{
  text-align: justify;
}
.fade{
  transform: translateY(3.2rem);
  opacity: 0;
  transition: all 1.5s;
}
.fade.visible{
  opacity: 1;
  transform: translateY(0);
}
.entryBtn{
  width: 28rem;
  height: 6.4rem;
  background-color: #1DBD4B;
  margin: 3.6rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*ーーーー
 header
ーーーー*/
.headerWrap{
  background-image: url(img/topView.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30%;
  width: 100%;
  height: 60vh;
  margin-bottom:5.6rem;
}
.catchCopy{
  font-size: 2.4rem;
  padding-top: 1.8rem;
  font-weight: 900;
  text-shadow: 0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  text-align: right;
}
/*ーーーー
  about
ーーーーー*/
.aboutWrap .largeTxt{
  margin: 0 auto 5.6rem;
  text-align: justify;
  width: 80%;
}
.topImage{
  width: 24rem;
  margin: 0 auto;
}
.movie{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.movie video{
  width: 100%;
  max-width: 96rem;
  max-height: 48rem;
}
/*ーーーーー
  concept
ーーーーーー*/
.conceptWrap{
  padding: 4.8rem 1.2rem;
  background-color: #14236C;
  color: #fff;
}
.conceptWrap .ttl{
  font-size: 1.8rem;
  text-align: justify;
}
.conceptImg img{
  border-radius: 4.8rem;  
}
.conceptText .txt{
  margin: 3.2rem auto 0;
}
/*ーーーーー
  voice
ーーーーーー*/
.voiceImg{
  margin-bottom:2.4rem;
}
.voiceImg img{
  border-radius: 2.4rem;
}
.voiceText .txt{
  margin: 3.2rem auto 0;
}
.voiceWrap .largeTxt{
  text-align: right;
  margin-top: 2.4rem;
}
/*ーーーーー
  Vision
ーーーーーー*/
.visionWrap{
  background-image: url(img/visionBg_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5.6rem 2rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3;
  text-align: center;
  letter-spacing: 0.4rem;
}
/*ーーーーー
  timeline
ーーーーーー*/
.timelineFlex{
  margin-bottom: 12.8rem;
}
.timelineImg{
  margin: 5.6rem auto 2.4rem;
}
.timelineText .txt{
  text-align: justify;
  letter-spacing: 0.2rem;
  text-decoration: underline dashed;
  text-underline-offset: 1.6rem;
  line-height: 3;
  padding: 0 1.2rem;
}
/*ーーーーー
  recruit
ーーーーーー*/
.recruitmentImg{
  margin: 6.4rem auto 2.4rem;
  height: 48rem;
  width: 100%;
}
.recruitmentImg img{
  height: 48rem;
  width: 100%;
  object-fit: cover;
  object-position: 65%;
}
.recruitmentTxtArea{
  margin-bottom: 4.8rem;
}
.recTtl{
  font-size: 2.4rem;
  font-weight: bold;
  display: inline;
  padding: 0 4px 2px 4px;
  background-image: linear-gradient(transparent 60%, #FFF79B 60%);
}
.recTxt{
  letter-spacing: 0;
}
.pickUpTxt{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5.6rem;
}
.recruitDate:nth-of-type(even){
  background-color: #FFECDC;
}
.recruitDate:last-of-type{
  border-bottom: solid #474747 0.1rem;
}
.recruitDate dt{
  border: solid #474747 0.1rem;
  padding: 2rem 0 2rem 1.8rem;
}
.recruitDate dd{
  padding: 2rem 0 2rem 1.8rem;
  border-right: solid #474747 0.1rem;
  border-left: solid #474747 0.1rem;
}
/*ーーーーー
  charm
ーーーーーー*/
.charmWrap{
  background-color: #14236C;
  padding: 4.8rem 2.4rem;
  color: #fff;
}
.charmImg{
  width: 32rem;
  height: 28rem;
  margin: 2.4rem auto;
}
.charmImg img{
  width: 32rem;
  height: 28rem;
  object-fit: cover;
  border-radius: 2.4rem;
}
.charmUl{
  list-style: disc;
  padding-left: 3.6rem;
  margin-bottom: 6.4rem;
}
/*ーーーーー
  faq
ーーーーーー*/
.faqTxtWrap{
  margin-top: 6.4rem;
}
.faqTxtArea{
  margin-bottom: 4.8rem;
}
.faqTtl{
  border-left: #14236C solid 0.8rem;
  padding-left: 0.8rem;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.faqTxt{
  line-height: 1.5;
  padding: 0 2.4rem;
}
/*ーーーーー
  footer
ーーーーーー*/
.footer{
  width: 100vw;
  background-image: url(img/footerBg.jpg);
  padding: 4.8rem 0;
  background-position: 20%;
  background-size: cover;
}
.footerWrap .ttl{
  text-align: start;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 4.8rem;
}
.footerWrap .largeTxt{
  font-size: 2.4rem;
  text-align: start;
  margin-bottom: 4.8rem;
}
.companyWrap{
  font-weight: 400;
  width: 90%;
  margin: 0 auto;
  line-height: 1.6;
}
.moreBtn{
  background-color: #14236C;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4.8rem;
  color: #fff;
  margin: 2.4rem auto 1.2rem;
  width: 28rem;
  height: 9.6rem;
}
.moreBtn a{
  font-size: 2.4rem;
  font-weight: bold;
}
.footerWrap .txt{
  text-align: center;
  font-weight: bold;
}
.lastMassage .largeTxt{
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin: 1.6rem auto;
}
.ceo{
  text-align: end;
  font-weight: bold;
}
.copyright{
  text-align: center;
  padding: 0.8rem 0;
  letter-spacing: 0.1em;
}

