/* 下層ページメインビジュアル */
.pallax-wrapper {
  position: relative;
}
.pallax-container {
  height: 75vh;
  overflow: hidden;
  position: relative;
}
.lower-page-visual {
  /* width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: absolute; */
  width: 100%;
  height: 100%;
    position:absolute;
    top:0;
    left:0;
    clip-path:polygon(00% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index:-1;
}
@media screen and (max-width:544px) {
  .lower-page-visual{
    height: calc(var(--vh,1vh) * 100);
  }
}
.lower-page-visual img {
  width:100%;
    height: 100%;
    position:fixed;
    top:0%;
    right:0%;
    object-fit:cover;
}

/*CVエリアのwrapper*/
.cv-pallax-wrapper {
  position: relative;
}
.cv-pallax-container {
  position: relative;
}
.cv-lower-page-visual {
  width: 100%;
  /*height: 100%;*/
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 10px 0 50px;
  color: #fff;
}
@media screen and (max-width:544px) {
  .cv-lower-page-visual {
    padding: 20px 0 50px;
  }  
}
.cv-lower-page-visual img{
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: 50% 99%;
  position: absolute;
  top: 0;
  z-index: -1;
  filter: brightness(25%);
  /* -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px); */
}
/* 下層ページコンテンツ幅、セクション幅とか */
.w800{
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.w1000{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.w1280{
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
/* 下層ページコンテンツ幅、セクション幅とかここまで */
.low-page-h2{
  font-size: 1.3rem;
  text-align: center;
}
.low-page-h2::before{
  content: attr(data-en);
  display: block;
  font-size: 32px;
  margin: 0 0 5px;
}
.low-page-h3{
  font-size: 1.5rem;
  margin-bottom: 30px;
}
/*企業理念*/
.philosophy{
  text-align: center;
  padding: 40px 0 50px;
  margin: 0 0 20px;
}
.philosophy-txt{
  font-size: 14px;
  margin: 0 0 15px;
}
.philosophy-ttl{
  font-size: 30px;
}
/* three-list */
.three-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3%;
}
.three-list li{
  border: solid 1px #939393;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .three-list{
    grid-template-columns: 1fr 1fr;
  }
  .number-list{
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 544px) {
  .number-list{
    grid-template-columns: 1fr;
  }
  .three-list{
    grid-template-columns: 1fr;
    gap: 1%;
  }
}
/*画像*/
.picture img{
  width: 100%;
}
/* 応募フローステップ */
.step{
	width: 95px;
	height: 95px;
	text-align: center;
	line-height: 95px;
	background-color: #ffffff;
	border: solid 1px #828282;
	border-radius: 0;
  position: relative;
}
.step-flow-item{
	position: relative;
	z-index: 1;
	padding: 0 0 40px;
  display: flex;
}
.step-flow-item:not(:last-child) .step::before{
	content:'';
	background-color:#828282;
	position: absolute;
	top:100%;
	left:50%;
	width: 1px;
	height: 100%;
	z-index: -1;
}
.step-content{
  padding: 0 0 0 15px;
  width: 90%;
}
.step-content h3{
	font-size: 20px;
	font-weight: normal;
	color:#333333;
  border-bottom:solid 1px #828282;
  padding: 0 0 5px;
  margin: 0 0 10px;
}
.step-content .text{
	background:none;
	padding: 5px 10px;
}
.step img{
  width: 100%;
}
/*company-creed*/
.creed-icon{
	width: 180px;
	height: auto;
	text-align: center;
	background-color: #ffffff;
	border: solid 1px #828282;
	border-radius: 0;
  display: flex;
  align-items: center;
}
.creed-icon img{
  width: 100%;
  padding: 10px;
}
.creed-item{
	position: relative;
	z-index: 1;
	padding: 0 0 40px;
  display: flex;
  align-items: center;
}
.creed-list{
  margin: 30px 0 0 ;
}
.creed-content{
  width: 90%;
  margin: 0 auto;
}
.creed-content h3{
	font-size: 20px;
	font-weight: normal;
	color:#333333;
  border-bottom:solid 1px #828282;
  padding: 0 0 5px;
  margin: 0 0 10px;
}
.creed-content .text{
	background:none;
	padding: 5px 10px;
}
/* モノトーン */
.monotone {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%)!important;
}
.monotone:hover{
  filter: grayscale(0%);
}
/* 店舗詳細 */
.store-detail-list-item{
  border-top: 1px solid #d5d5d5;
  padding: 40px 2%;
  margin: 30px 0 50px;
}
.store-detail-list-item:last-of-type{
  border-bottom: 1px solid #d5d5d5;
}
.store-detail-ttl{
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}
.stpre-detail-font{
  font-family: Noto Sans JP,sans-serif;
  margin-bottom: 0.4rem;
}
.store-detail-list-item .primary-btn::after{
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/ic_022.svg);
  background-repeat: no-repeat;
  margin-left: 5px;
  cursor: pointer;
  transition: .5s cubic-bezier(0.45, 0, 0.55, 1);
}
.store-detail-list-item .primary-btn:hover::after{
  background-image: url(../img/ic_022_hover.svg);
}
@media screen and (max-width:610px){
  .d-flex.store-detail-list-item{
    flex-direction: column;
    gap: 20px;
  }
  .store-detail-list-item .w50percent{
    width: 100%;
  }
}
a.tel{
  display: inline-block;
  font-size: 1.3rem;
  padding: 10px 10px 10px 0;
}
a.tel:hover{
  opacity: 0.7;
}
a.tel::before{
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/ic_023.svg);
  background-repeat: no-repeat;
}
/* 企業詳細 */
.info-table{
  margin: 40px auto;
  width: 100%;
}
.info-table th{
  background-color: #b1b1b1;
  color: #ffffff;
}
.info-table td{
  background-color: #ffffff;
}
.info-table th,.info-table td {
	padding: 14px;
	font-weight: normal;
	text-align: left;
}
/*section*/
.number-company{
  margin-bottom: 80px;
}
/*見出し*/
.low-page-h2{
  margin: 0 0 20px;
}
/*画像*/
.recruit-picture{
  margin: 3% 0 0;
}
.manager-picture img,
.recruit-picture img,
.president-picture img{
  width: 100%;
}
.president-picture{
  margin: 0 0 20px;
}
/*ボタンリスト*/
.button-list{
  display: flex;
  justify-content: space-around;
  margin: 3% 0 0;
}
@media screen and (max-width:544px) {
  .button-list{
    flex-direction: column;
  }
  /* .button-list .primary-btn:nth-child(1){
    margin-top: 0;
  } */
  .button-list .primary-btn{
    margin-top: 10px;
    text-align: center;
  }
}

.btn-center-area{
  margin: 3% 0 0;
  text-align: center;
}
/*概要*/
.recruit-concept p{
  margin: 0 0 3%;
}
/* インタビュー */
.Interview-list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1%;
  /*display: flex;
  flex-wrap: wrap;*/
}
.Interview-list-item{
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.Interview-list-item img{
  width: 100%;
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
  filter: brightness(50%);
}
.Interview-list-item .interview-link:hover img {
  transform: scale(1.25, 1.25);
}
.Interview-txt{
  position: absolute;
  bottom: 6%;
  right: 5%;
  color: #fff;
}
/*インタビュー詳細(下層ページ）*/
.right-txt{
  text-align: right;
}
.interview-title{
  font-size: 25px;
  margin: 0 0 20px;
}
.interview-section{
  margin: 0 0 30px;
}
.interview-question{
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 20px;
}
/*数字*/
.number-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.number-list-item{
  width: 100%;
}
.number-icon{
  width: 80%;
}
.number-icon img{
  width: 100%;
  padding: 15%;
}
/*merit*/
.three-list-icon{
  padding: 20%;
}
.three-list-icon img{
  width: 100%;
}
/*about 表示*/
.about-three-list {
  display: grid;
  grid-template-columns: 30% 1fr; /* 左: アイコン, 右: テキスト */
  grid-auto-rows: auto 1fr; 
  column-gap: 16px;
  align-items: start;
  margin-bottom: 24px;
}
.about-three-list-icon{
  display: block;
  width: 90%;
}
.about-three-list-icon img{ 
  width: 100%;
}
/* アイコンは左カラム */
.about-three-list-icon {
  grid-column: 1;
  grid-row: 2; /* タイトル＋本文の縦の高さに合わせる */
}
/* タイトルは右カラムの上 */
.about-three-list h4 {
  grid-column: 1 / 3;
  grid-row: 1;
  margin: 0 0 8px;
  font-size: 1.1rem;
  text-align: center;
}
/* 本文は右カラムの下 */
.about-three-list p {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
}

/* スマホ（縦並びにする） */
@media (max-width: 1031px) {
  .about-three-list {
    grid-template-columns: 1fr;
    justify-items: center;
    grid-template-rows: auto auto;
  }
.about-three-list-icon{
  width: 70%;
}
  .about-three-list .three-list-icon,
  .about-three-list h4,
  .about-three-list p {
    grid-column: 1;
    grid-row: auto;
  }
}
/*本店長*/
.manager-txt{
  margin: 3% 0 0;
}
/* Q&A FAQ よくある質問*/
.Qa-Box {
  margin: 0 auto;
}

.Qa-Box .Qa {
  padding: 20px 0;
  border-bottom: 1px solid #8f8f8f;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa:last-of-type {
  border-bottom: none;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  background: #ffffff;
  border: solid 1px #868686;
  width: 2em;
  height: 2em;
}

.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #afafaf;
  width: 2em;
  height: 2em;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 960px) {
  .Qa-Box {
    width: 95%;
  }
}