@charset "UTF-8";
/* CSS Document */


/****************************************************************************************************
header
****************************************************************************************************/
#header {
	border-bottom: none;
	padding-bottom: 0;
}

#header-l {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 60px 60px 66px 60px;
	border-bottom: 1px solid #999999;
	padding-bottom: 30px;
}

/* ロゴ */
#logo strong{
	margin-top: 5px;
}

/* タイトル */
.sec-ttl h2.title{
	font-weight: normal;
}
.sec-ttl h2.title span{
	font-size: 1.3rem;
}

/****************************************************************************************************
breadcrumblist
****************************************************************************************************/
#breadcrumblist {
	padding: 30px 60px 20px 60px;
	font-size: 0.866rem;
	line-height: 1.0;
	text-align: left;
}
#breadcrumblist li {
	display: inline-block;
	padding: 0.5vw 0;
}
#breadcrumblist li + li::before {
	content:"\00A0＞\00A0";
}
.bg #breadcrumblist {
	background: #FAF9F5;
}



/****************************************************************************************************
pNav
****************************************************************************************************/
#pNav {
	padding: 0 0 50px 0;
	line-height: 1.0;
}
#pNav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 2em;
}
#pNav ul li.select {
	font-weight:bolder;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#contents {
	padding: 40px 0 130px 0;
}
#contents.non-pb{
	padding-bottom: 0;
}
.bg #contents {
	background: #FAF9F5;
}

.sec-block {
	width: 940px;
	margin: auto;
}
.sec-block + .sec-block {
	margin-top: 100px;
}

.sec-ttl {
	position: relative;
}
.title-note {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 0.866rem;
}
.sec-body {
	text-align: left;
	margin:70px 0;
}
.sec-body.non-mb {
	margin-bottom: 0;
}
.sec-body.non-mb10 {
	margin-bottom: 10px;
}
.sec-body.non-mt {
	margin-top: 0;
}
.sec-ttl + .sec-body {
	margin-top: 46px;
}
.sec-body + .sec-body {
	margin-top: 3rem;
}
.sec-body h4{
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 15px;
}

.col-block {
	padding: 70px 0;
	border-top:1px solid #555;
	border-bottom: 1px solid #555;
}
p + .col-block {
	margin-top: 70px;
}
.col-block.slim {
	padding: 60px 0;
}
.col-block.no-bd {
	padding: 70px 0 0 0;
	border: none;
}
.col-block.white {
	padding: 60px 40px;
	background:#FFF;
	border: none;
}
.col-block.bottom-non {
	border-bottom: none;
	padding-bottom: 0;
}
.col-block + .col-block {
	border-top: none;
}
.col-block.text-center {
	text-align: center;
}
.col-block.mb30{
	margin-bottom: 30px;
}
.col-block.mt70{
	margin-top: 70px;
}
.col-ttl {
	text-align: center;
}
.col-ttl h3 {
	font-size: 1.733rem;
	font-weight: normal;
	letter-spacing: 0.2em;
}
.col-ttl h3.large {
	font-size: 2rem;
}
.col-nav {
	margin-top: 1.0rem;
}
.col-nav .select {
	font-weight: bolder;
}
.col-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2em 2em;
	font-size: 0.866rem;
}
.col-ttl + .col-body,
.col-nav + .col-body {
	margin-top: 2rem;
}
.col-body + .col-body{
	margin-top: 2rem;
}


/****************************************************************************************************
文字など共通
****************************************************************************************************/
p + p {
	margin-top: 1.4em;
}
p + .img-box {
	margin-top: 2rem;
}
p a {
	font-weight: bold;
	text-decoration: underline;
}
p {
	line-height: 2.4;
}
p.lh20 {
	line-height: 2.0;
}
p.lh18,
p.lh18 .large {
	line-height: 1.8;
}
p.small,
p .small,
li.small,
li .small {
	font-size: 0.866rem;
}
p.large,
p .large {
	font-size: 1.2rem;
	line-height: 2.2;
}
p.xlarge,
p .xlarge {
	font-size: 1.333rem;
	line-height: 2.0;
}
p.exlarge,
p .exlarge {
	font-size: 1.6rem;
	line-height: 1.8;
}

.alc {
	text-align: center;
}
.alr {
	text-align: right;
}

.flex-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-box.center{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-box.spb {
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content:  space-between;
}
.flex-box.al-center{
		-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-box.al-baseline{
		-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.flex-box.wrap{
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-box.gap0{
	gap:0;
}
.flex-box.gap20{
	gap:20px;
}
.flex-box.gap10{
	gap:10px;
}
.flex-box.gap20{
	gap:20px;
}

p + .flex-box {
	margin-top: 1rem;
}
h3.midashi {
	font-size: 1.2rem;
}

.sp-br{
	display: none;
}
.sp-only{
	display:none;
}
.pc-only{
	display:block;
}


/****************************************************************************************************
recruit main visual
****************************************************************************************************/
#main-visual-block{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content:  space-between; */
	position: relative;
}

#main-visual-block img{
	width: 100%; /* ← スライドに合わせて調整される */
  max-width: 470px; /* ← 最大幅だけ制限 */
  margin: 0 auto;
  display: block;
}
#main-visual-block .img1{
	z-index: 1000;
	margin:0 auto;
}
#main-visual-block .img2{
	z-index: 1000;
	margin:0 auto;	
}
#main-visual-block .img3{
	z-index: 1000;	
	margin:0 auto;	
}
#main-visual-block::before{
	content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 42%;
  border-top: 1px solid #000;
}
.enter a{
	text-decoration: none;
	font-weight: 200;
}

/* スライドショー */
#main-visual-block button.slick-prev.slick-arrow{
	display: none;
} 
#main-visual-block button.slick-next.slick-arrow{
	display: none;
} 
.slider {
  transition: transform 1s ease-out, opacity 1s ease-out;
}

/****************************************************************************************************
main-img
****************************************************************************************************/
.bm-top .b1{
	width: 50%;
	height: 130px;
	position: relative;
	margin-top: 30px;
}
.bm-top .b1::after {
	position: absolute; 
	top: 0;
	left: 100%;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #333;
}
.bm-bottom .b1{
	width: 50%;
	height: 130px;
	position: relative;
	margin-bottom: 30px;
}
.bm-bottom .b1::after {
	position: absolute; 
	top: 0;
	left: 100%;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #333;
}
.main-img .img-box img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}



/****************************************************************************************************
採用情報
****************************************************************************************************/
.message-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px 30px;
}
.message-block > div {
	width: 455px;
}
.message-block .gray-bg {
	width: 455px;
	height: 455px;
	background-color: #f6f6f6;
	position: relative;
}
.message-block a{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	text-align: center;
	width: 100%;
}
.message-block h4{
	font-size: 20px;
}
.message-block h4 span{
	font-size: 15px;
}
.message-block p.pd20{
	padding: 20px 0;
}
.message-block .text-center img{
	width: 30px;
}

.message-block .p-name{
	margin-top: 43px;
}

#briefing{
	padding-top: 30px;
	padding-bottom: 130px;
}

.recruit-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px 40px;
	justify-content: center;
	margin-bottom: 2rem;
}
.session-box {
	padding: 1.5em 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px 20px;
	opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.session-box.show {
  opacity: 1;
  transform: translateY(0);
}
.session-box + .session-box {
	margin-top: -1px;
}
.session-location {
	/* width: 5rem; */
	width: 14rem;
}
.session-detail {
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	width:100%;
}
.session-detail .session-ttl {
	font-size: 1.2rem;
}
.session-application {
	width: 14rem;
}

.briefing-detail h3{
	text-align:left;
	font-size: 20px;
	padding: 10px 0;
}
.briefing-detail .col-block{
	padding: 10px;
}
.briefing-detail .col-box{
	margin-top: 20px;
}

/* #briefing-block.sec-body {
	height: 680px;
	overflow: hidden;
} */

/* 最初に非表示にする投稿 */
.session-box.hidden {
  display: none;
}

.more-btn button {
  display: flex;
  flex-direction: column; /* 縦並びにする */
  align-items: center;    /* 横方向の中央揃え */
  justify-content: center;/* 縦方向の中央揃え */
  gap: 4px;               /* 画像とテキストの間の余白（お好みで） */
  border: none;
  background: transparent;/* 背景を消したい場合 */
  cursor: pointer;
	margin: 20px auto 0;
}
.more-btn button img{
  height: 42px;
	transition: transform 0.3s;
}
/* 「閉じる」状態のとき、矢印を上向きに */
.more-btn button.open img {
  transform: rotate(180deg);
}
.more-btn button span{
	color:#000!important;
}


/****************************************************************************************************
募集職種
****************************************************************************************************/
.text-link{
	margin-top: 15px;
}
.text-link a{
	font-size: 18px;
}
#sales .col-body h4{
	padding-bottom: 0;
}
#sales .col-body ul{
	margin-top: 1.5rem;
}
#sales .col-body ul{
	margin-top: 1.5rem;
}
#sales figure.sales-pic{
	width: 300px;
	height: 300px;
	overflow: hidden; 
  position: relative; 
}
#sales figure.sales-pic img{
  width: 100%; /* 親要素の幅に合わせる */
  height: 100%; /* 親要素の高さに合わせる */
  object-fit: cover; /* アスペクト比を保ちながら領域を埋める */
}

#office .col-body h4{
	padding-bottom: 0;
}
#office .col-body ul{
	margin-top: 1.5rem;
}
#office figure.office-pic{
	width: 300px;
	height: 300px;
	overflow: hidden; 
  position: relative; 
}
#office figure.office-pic img{
  width: 100%; /* 親要素の幅に合わせる */
  height: 100%; /* 親要素の高さに合わせる */
  object-fit: cover; /* アスペクト比を保ちながら領域を埋める */
}

/****************************************************************************************************
エントリーフォーム（募集要項）
****************************************************************************************************/

.entry-top .col-ttl{
	margin-bottom: 2rem;
}
.entry-top dl{
	margin-bottom: 10px;
}
.entry-top dl.mb-non{
	margin-bottom: 0;
}
.entry-top dl dt{
	width: 20%;
	text-align: right;
}
.entry-top dl dd{
	width: 70%;
	text-align: left;
}
.entry-top dl.flex-box.gap0{
	gap: 1rem 2rem;
}
ul.selection-flow{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
ul.selection-flow li{
	width: 149px;
	height: 53px;
	text-align: center;
	line-height: 53px;
	border: 1px solid #555;
}
ul.selection-flow li:nth-of-type(1){
	line-height: 1.2;
	padding: 0 25px;
	padding-top:8px;
}
ul.selection-flow li.pcOnly,
ul.selection-flow li.spOnly{
	border: none;
	width: 50px;
}

/****************************************************************************************************
フォーム
****************************************************************************************************/
.form-block {
}
input[type="text"],
input[type="email"],
input[type="tel"],
button,
/*select,*/
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}

p + .form-area {
	margin-top: 3.6rem;
}
.form-box {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid #CCCCCC;
	line-height: 1.8;
}
.form-box:nth-last-of-type(1) {
	padding-bottom: 1.5em;
	border-bottom: 1px solid #CCCCCC;
}
.form-box dl + dl {
	margin-top: 0.666rem;
}
.form-box dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.form-box dl dt {
	width: 220px;
	font-weight: bold;
}
.form-box dl dd {
	width: 700px;
}
.form-box.guideline dl dt {
	width: 176px;
	font-weight: bold;
}
.form-box .need {
	font-size: 0.8rem;
}
.form-box .small-letter {
	font-size: 0.8rem;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	background: #EEEEEE;
	width: 660px;
	height: 2.2rem;
	padding: 0 0.8rem;
	margin: 0 5px 0 10px;
}
input[type="text"].middle {
	width: 280px;
}
input[type="text"].small {
	width: 100px;
}
input[type="text"].xsmall {
	width: 50px;
}
textarea {
	height: 160px;
	padding: 0.6rem 0.8rem;
}
input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
	vertical-align: -1px;
}
label + label {
	margin-left: 1.5rem;
}
.form-note {
	margin-top: 3.6rem;
}
.form-button {
	text-align: center;
	margin-top: 0;
}
.form-button.mt2rem{
	margin-top: 2rem;
}
.submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
	width: 314px;
	height: 62px;
	border: 1px solid #999;
	color: #000;
	cursor: pointer;
	font-size: 1.2rem;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	transition: opacity 300ms;
}
.submit:hover {
	opacity: .5;
}
.form-cont + .form-cont {
	margin-top: 0.6rem;
}
.last-line:nth-last-of-type(1){
	border-bottom: none;
}
.add-border-form {
	text-align: center;
	margin:50px 0;
}
.add-border-form a{
	padding: 25px 100px;
	border: 1px #000 solid;
}
.add-border-form a span{
	text-decoration: underline;
}



/****************************************************************************************************
先輩の声
****************************************************************************************************/
.voice-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px 30px;
}
.voice-box {
	width: 164px;
	text-align: center;
}
.voice-box img {
	width: 100%;
	height: 164px;
	object-fit: cover;
}
.voice-box a {
	display: block;
}
.voice-box dl {
	margin-top: 1.333rem;
	line-height: 1.4;
}
.voice-box dl h4 {
	font-size: 1.466rem;
	line-height: 1.6;
}
.voice-box dl h4 span {
	display: block;
	font-size: 0.8rem;
}
.voice-text{
	padding: 30px 0;
}
#senior.col-block{
	border-top: none;
	border-bottom: none;
	padding: 30px 0;
}

/* 先輩の声 詳細 */
.voice-detail .col-ttl h3{
	margin-bottom: 30px;
}
.voice-detail .col-ttl h3 span{
	font-size: 18px;
	padding:0 20px;
}
/* 2025/11/26追加 */
.voice-detail figure.voice-main{
	width: 940px;
	height: 300px;
  overflow: hidden; /* はみ出した部分を隠す */
  position: relative; 
}
.voice-detail figure.voice-main img{
  width: 100%; /* 親要素の幅に合わせる */
  height: 100%; /* 親要素の高さに合わせる */
  object-fit: cover; /* アスペクト比を保ちながら領域を埋める */
	object-position: 0 -100px; /* 上部に切り抜く位置を指定 (中央揃えで上端を基準に表示) */
}
.voice-detail .profile-text{
	margin: 35px auto;
}
.voice-detail .profile-box {
  padding: 1rem 0;
  border-top: none;
	width: 300px;
}
.voice-detail .profile-box dt{
	width: 300px;
	float:none;
}

.voice-detail .profile-box dt img{
  width: 300px;
	height: 200px;
}
.voice-detail .profile-box dd{
  padding-left:0;
}
.voice-detail .profile-box:nth-last-of-type(1){
  border-bottom: none;
}

.profile-block dd p{
	font-size: 0.85rem;
}

.schedule-box{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap:20px;
}
.schedule-box dt{
	width: 35%;
	text-align: right;
}
.schedule-box dd{
	width: 65%;
	text-align: left;
}

/****************************************************************************************************
よくある質問
****************************************************************************************************/
.qa-block{
	margin:0 2rem;
}


@media screen and (max-width: 767px) {

	/****************************************************************************************************
	header
	****************************************************************************************************/
	#header {
		padding:4vw;
	}

	#header-l{
		padding:4vw;
	}



	/****************************************************************************************************
	main-img
	****************************************************************************************************/
	#main-img .img-box img {
		height: 80vw;
	}

	.bm-top .b1{
		width: 50%;
		height: 65px;
		position: relative;
		margin-top: 20px;
	}
	.bm-bottom .b1{
		width: 50%;
		height: 65px;
		position: relative;
		margin-bottom: 20px;
	}
	

	/****************************************************************************************************
	breadcrumblist
	****************************************************************************************************/
	#breadcrumblist {
		padding: 4vw;
		padding-bottom: 8vw;
	}
	
	
	
	/****************************************************************************************************
	pNav
	****************************************************************************************************/
	#pNav {
		padding: 2vw 4vw;
	}
	#pNav ul {
		gap: 1.5em;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#contents {
		padding: 8vw 0 12vw 0;
	}
	.sec-block {
		width: 100%;
		padding: 0 4vw;
	}
	.sec-block + .sec-block {
		margin-top: 15vw;
	}
	.sec-body {
		margin: 30px 0 ;
	}	
	.sec-ttl + .sec-body {
		margin-top: 6vw;
	}
	.title-note {
		position: static;
		margin-top: 0.75rem;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	p + .col-block {
		margin-top: 12vw;
	}
	.col-block {
		padding: 12vw 0;
	}
	.col-block.slim {
		padding: 12vw 0;
	}
	.col-block.no-bd {
		padding: 12vw 0 0 0;
	}
	.col-block.white {
		padding: 8vw 4vw;
		background:#FFF;
		border: none;
	}
	.col-block.mt70{
		margin-top: 12vw;
	}
	.col-nav ul {
		gap: 1em 1em;
	}
	#guideline{
		padding: 0 4vw;
	}
	
	
	/****************************************************************************************************
	文字など共通
	****************************************************************************************************/
	p {
		line-height: 2.0;
	}
	p.lh20 {
		line-height: 1.8;
	}
	p.lh18 {
		line-height: 1.6;
	}
	p.large,
	p .large {
		line-height: 1.8;
	}
	p.xlarge,
	p .xlarge {
		line-height: 1.6;
	}
	p.exlarge,
	p .exlarge {
		line-height: 1.4;
	}
	.sp-br{
		display: block;
	}
	.sp-only{
		display:block;
	}
	.pc-only{
		display:none;
	}
	
	/****************************************************************************************************
	main-img
	****************************************************************************************************/
	
	.main-img .img-box img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
		
	
	/****************************************************************************************************
	recruit main visual
	****************************************************************************************************/
	#main-visual-block img{
		max-width: initial;
		width: 100%;
	}
	#main-visual-block .img1{
		margin: 0 10px;
	}
	#main-visual-block .img2{
		margin: 0 10px;
	}
	#main-visual-block .img3{
		margin: 0 10px;
	}
	
	/****************************************************************************************************
	採用情報
	****************************************************************************************************/
	.message-block {
		gap: 4vw 4vw;
			-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.message-block > div {
		width: 100%;
	}
	.message-block .message-pic img{
		width: 345px;
		height: 345px;
	}
	.message-block .gray-bg{
		width: 345px;
		height: 345px;
	}
	.message-block .p-name{
		margin-top: 20px;
	}
	.recruit-btn {
		gap: 4vw 4vw;
	}
	.session-box {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 4vw 4vw;
		padding: 4vw;
	}
	.session-location {
		width: 100%;
		text-align: center;
	}
	.session-application {
		width: 100%;
		text-align: center;
	}
	#briefing .sec-block {
		width: 94%;
	}
	/* #briefing-block.sec-body {
		height: 800px;
		border-right: 1px dotted #999;
  	border-left: 1px dotted #999;
	} */
	.more-btn button img{
		width: 3vw;
    height: 8.4vw;
	}


	/****************************************************************************************************
	募集職種
	****************************************************************************************************/

	#sales figure.sales-pic{
	width: 90%;
	height: 300px;
	overflow: hidden; 
  position: relative; 
	margin: 0 auto;
	}

	#office figure.office-pic{
		width: 90%;
		height: 300px;
		overflow: hidden; 
		position: relative; 
		margin: 0 auto;
	}


	/****************************************************************************************************
	エントリーフォーム（募集要項）
	****************************************************************************************************/
	.entry-top dl{
		margin-bottom: 20px;
	}
	.entry-top dl.mb-non{
		margin-bottom: 0;
	}
	.entry-top dl dt{
		width: 100%;
    text-align: left;
	}
	.entry-top dl dd{
		width: 100%;
		padding-left: 10px;
	}
	.entry-top dl.flex-box.gap0{
		gap: 0;
	}
	ul.selection-flow{
		display: block;
		margin: 0 auto;
		margin-top: 30px;
		width: 200px;
	}
	ul.selection-flow li{
		width: 200px;
		margin: 0 auto;
	}
	ul.selection-flow li:nth-of-type(1) {
		padding-top: 15px;
	}
	
	/****************************************************************************************************
	フォーム
	****************************************************************************************************/
	.form-box dl {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.form-box dl dt,
	.form-box.guideline dl dt,
	.form-box dl dd {
		width: 100%;
	}
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	textarea {
		width: 100%;
	}
	input[type="text"].middle {
		width: 50vw;
	}
	input[type="text"].small {
		width: 25vw;
	}
	input[type="text"].xsmall {
		width: 12vw;
	}
	textarea {
		height: 50vw;
	}
	input[type="radio"] {
		vertical-align: -1px;
	}
	.submit {
		width: 100%;
		height: 18vw;
	}
	.add-border-form {
		text-align: center;
		margin: 30px auto;
	}
	.add-border-form a{
		padding: 20px 20vw;
		border: 1px #000 solid;
	}	
	input[type="text"].long-middle{
		width: 85vw;
	}
	/****************************************************************************************************
	先輩の声
	****************************************************************************************************/
	.voice-block {
		gap: 15px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.profile-block{
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.schedule-box{
		display: block;
		padding: 0 4vw;
	}
	.schedule-box dt{
		width: 100%;
		text-align: left;
	}
	.schedule-box dd{
		width: 100%;
		text-align: left;
		padding-left: 10px;
	}
	.voice-detail figure.voice-main img{
		width:100%;
		height:auto;
	}
	/* 先輩の声 詳細ページ */
	/* 2025/11/26追加 */
	.voice-detail figure.voice-main{
		width: 100%;
		height: 150px;
	}
	.voice-detail figure.voice-main img{
		width: 100%; /* 親要素の幅に合わせる */
		height: 100%; /* 親要素の高さに合わせる */
		object-fit: cover; /* アスペクト比を保ちながら領域を埋める */
		object-position: 0 -20px; /* 上部に切り抜く位置を指定 (中央揃えで上端を基準に表示) */
	}

	/****************************************************************************************************
	よくある質問
	****************************************************************************************************/
	.qa-block{
		margin:0 1rem;
	}
	.qa-block dl dd {
    padding-left: 1.5rem;
}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
}