@charset "utf-8";
/* /recruit/fresh/message/css/index.css */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*---------------------*/

.fontNotoSans {
	font-family: "Noto Sans JP", sans-serif;
}

.fontViga {
	font-family: 'Viga', sans-serif;
}

a.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

/* -------------------------------------------------------------------- 
/* Clearfix
-------------------------------------------------------------------- */

.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/


/*-----------------------*/

.pc {
	display: block;
}

.sp {
	display: none;
}

.pcBr {
	display: inline;
}

.spBr {
	display: none;
}


/* =================
Keyvisual
================= */
.Keyvisual {
	position: relative;
	width: 100%;
	height: 450px;
	margin-bottom: 120px;
}

.Kv-title {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1024px;
	width: 100%;
	color: #fff;
	text-align: left;
	z-index: 1;
}

.Kv-title h2 {
	font-size: 6.4rem;
	line-height: 1.2;
}

.Kv-title .Label {
	display: block;
	width: fit-content;
	background-color: #fff;
	border-radius: 0 6px 6px 0;
	font-size: 2.4rem;
	color: #000;
	margin: 16px 0 0 auto;
	padding: 0 10px;
	font-weight: 600;
	letter-spacing: 0.1rem;
}

.Keyvisual img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.clip-me {
	clip-path: url(#clipshape);
}

/* =================
コンテンツ
================= */
.Heading__h3 {
	position: relative;
    font-size: 3.7rem;
    margin-bottom: 48px;
    padding-bottom: 20px;
    letter-spacing: 0.1rem;
}

.Heading__h3::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #E99F0C;
	border-radius: 100px;
	width: 38px;
	height: 7px;
}

.Group__messeage {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Group__messeage figure {
	border-radius: 16px;
	overflow: hidden;
	width: 50%;
}

.post {
	font-size: 1.8rem;
}

.Caption {
	font-size: 1.8rem;
	font-weight: 400;
	margin-top: 60px;
	margin-bottom: 100px;
	font-family: "Noto Sans JP", sans-serif;
}

.mokuzi_wrap {
	padding: 40px;
    margin: 0 auto;
    width: 500px;
    border-radius: 16px;
    border: 1px solid #D1D1D1;
}

.mokuzi_wrap p {
	color: #E99F0C;
    font-size: 2.4rem;
    padding-bottom: 16px;
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 24px;
}

.mokuzi_wrap li {
    font-size: 1.6rem;
	font-weight: 500;
    letter-spacing: 0.2rem;
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px;
	
}

.mokuzi_wrap li::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #E99F0C;
    border-right: solid 2px #E99F0C;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.mokuzi_wrap a:hover {
    opacity: 0.5;
	transition-duration: 0.3s;
	
}


@media screen and (max-width: 1023px) {
	.Kv-title {
		padding-right: 1.5rem;
	}
}

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

	/*-----------------------*/

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.pcBr {
		display: none;
	}
	.spBr {
		display: inline;
	}

	/* =================
	Keyvisual
	================= */
	.Keyvisual {
		width: 100%;
		height: 280px;
		margin-bottom: 60px;
	}

	.Kv-title {
		top: calc(50% - 15px);
	}

	.Kv-title h2 {
		font-size: 3.6rem;
		line-height: 1.2;
	}

	.Kv-title .Label {
		font-size: 1.6rem;
		margin-top: 10px;
	}

	.Keyvisual img {
		width: 100%;
		height: 280px;
		object-fit: cover;
	}

	/* =================
	コンテンツ
	================= */
	.Heading__h3 {
		font-size: 2.8rem;
		margin-bottom: 26px;
		padding-bottom: 16px;
	}

	.Group__messeage {
		flex-direction: column-reverse;
	}

	.Group__messeage figure {
		width: 100%;
	}

	.Messeage__text {
		margin-bottom: 32px;
	}

	.Caption {
		font-size: 1.6rem;
	}

	.Group__messeage {
		align-items: flex-start;
	}
}



/*-----------------------------------
	
-------------------------------------*/

.Sec__voice {
	margin-bottom: 120px;
}

/*-----------*/

.products__sort {
	background-color: #F5F5F5;
	border-radius: 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	padding: 40px 10px 40px 34px;
	margin: 120px auto 0px auto;
}
.products__sort .button {
	font-size: 16px;
	line-height: 1.0em;
	color: #287A86;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	height: 40px;
	padding: 4px 30px;
	border: 2px solid #287A86;
	border-radius: 8px;
	background-color: #ffffff;
	margin: 0px 24px 16px 0px;
	transition-duration: 0.3s;
}
.products__sort .button:hover {
	color: #ffffff;
	background-color: #287A86;
	transition-duration: 0.3s;
}
.products__sort .button.is-checked {
	color: #ffffff;
	background-color: #287A86;
}

.products__wrap {
	/*display: flex;
	flex-wrap: wrap;*/
}
.products__wrap .product {
	position: relative;
	box-sizing: border-box;
	width: 33.33%;
	padding: 0px 20px;
	margin: 120px 0px 0px 0px;
}
.products__wrap .product:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.products__wrap .product:nth-child(3n) {
	margin-right: 0px;
}
.products__wrap .product .img01 img {
	border-radius: 16px;
}
.products__wrap .product .cate01 {
	font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
    background-color: #ffffff;
    padding: 8px;
    position: absolute;
    top: 150px;
    left: 20px;
    border-radius: 0 8px 8px 0;
}
.memberNameWrap01 {
	background-color: #ffffff;
	font-weight: bold;
	padding: 16px;
	border-radius: 0 16px 16px 0;
	position: absolute;
	left: 20px;
	bottom: 24px;
}
.memberNameWrap01 .p01 {
	font-size: 16px;
	line-height: 1.5em;
}
.memberNameWrap01 .p02 {
	font-size: 24px;
	line-height: 1.3em;
}




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

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

	.Sec__voice {
		margin-bottom: 60px;
	}
	
	/*--------------------------*/
	
	.products__sort {
		background-color: #F5F5F5;
		border-radius: 20px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 15px 15px 5px 15px;
		margin: 60px auto 0px auto;
	}
	.products__sort .button {
		font-size: 13px;
		line-height: 1.0em;
		color: #287A86;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: 48%;
		box-sizing: border-box;
		height: 38px;
		padding: 4px 5px;
		border: 2px solid #287A86;
		border-radius: 8px;
		background-color: #ffffff;
		margin: 0px 0px 10px 0px;
		transition-duration: 0.3s;
	}
	.products__sort .button:hover {
		color: #ffffff;
		background-color: #287A86;
		transition-duration: 0.3s;
	}
	.products__sort .button.is-checked {
		color: #ffffff;
		background-color: #287A86;
	}

	.products__wrap {
		/*display: flex;
		flex-wrap: wrap;*/
	}
	.products__wrap .product {
		position: relative;
		box-sizing: border-box;
		width: 50%;
		padding: 0px 6px;
		margin: 30px 0px 0px 0px;
	}
	.products__wrap .product:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
		transition-duration: 0.3s;
	}

	.products__wrap .product:nth-child(3n) {
		margin-right: 0px;
	}
	.products__wrap .product .img01 img {
		border-radius: 8px;
	}
	.products__wrap .product .cate01 {
		font-size: 10px;
		line-height: 1.4em;
		font-weight: bold;
		background-color: #ffffff;
		padding: 2px 5px;
		position: absolute;
		bottom: 52px;
		left: 6px;
		border-radius: 0 4px 4px 0;
		top: auto;
	}
	
	.memberNameWrap01 {
		background-color: #ffffff;
		font-weight: bold;
		padding: 3px 5px;
		border-radius: 0 8px 8px 0;
		position: absolute;
		left: 6px;
		bottom: 6px;
	}
	.memberNameWrap01 .p01 {
		font-size: 11px;
		line-height: 1.5em;
	}
	.memberNameWrap01 .p02 {
		font-size: 14px;
		line-height: 1.3em;
	}



}


/*-----------------------------------
	社員インタビュー詳細
-------------------------------------*/

.Kv-title h2.voiceH201 {
	font-size: 56px;
	line-height: 1.2em;
	font-weight: bold;
}

.Kv-title h2.voiceH201_md {
	font-size: 56px;
	line-height: 1.4em;
	font-weight: bold;
}

.Kv-title h2.voiceH201 .s01 {
	display: block;
	width: fit-content;
	margin-left: auto;
	background-color: #fff;
	border-radius: 30px 0 0 30px;
	color: #000;
	padding: 8px 20px 20px;
}


.voice .Kv-title .Label {
	border-radius: 16px 0 0 16px;
	padding: 10px;
	line-height: 1.0em;
	font-size: 28px;
	letter-spacing: 0.05em;
	text-transform:uppercase;
}
.voice .Kv-title .label02 {
	margin-top: 32px;
}
.voice .Kv-title .label02 .s01 {
	background-color: #E99F0C;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.0em;
	font-weight: bold;
	display: block;
	width: fit-content;
	margin-left: auto;
	padding: 10px;
}
.Keyvisual.voice {
	/*max-width: 1400px;*/
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.Keyvisual.voice .Kv {
	position: relative;
}
.Keyvisual.voice .Kv::after {
	content: "";
	background: rgb(54,126,238);
	background: linear-gradient(90deg, rgb(252 221 157 / 29%) 0%, rgba(139, 207, 210, 0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.Keyvisual.voice img {
	width: 100%;
	height: 576px;
	object-fit: cover;
	object-position: center;
}
.voiceTextBox01 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 276px;
	border-radius: 20px;
	background-color: #F5F5F5;
	margin-bottom: 80px;
}
.voiceTextBox01 img {
	width: auto;
	height: 120px;
}

.voiceTextBox01_02 img {
	width: auto;
	height: 120px;
}

.voiceBlock01 {
	margin: 120px auto 120px auto;
}
.voiceBlock01In {
	width: 920px;
	margin: auto;
}

.Heading__h3.h3Center {
	text-align: center;
}

.Heading__h3.h3Center::before {
	left: 50%;
	margin-left: -19px;
}

.contH401 {
	text-align: center;
	margin-bottom: 40px;
}
.contH401 .s01 {
	font-size: 24px;
	line-height: 1.8em;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

.contImgRadius40 {
	margin-top: 40px;
}
.contImgRadius40 img {
	border-radius: 40px;
}

.contText18_16_n {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: normal;
}

.contVoiceImgBlock01 {
	width: calc( 100vw - ((100vw - 1024px) / 2) );
	/*width: 1212px;*/
	margin: 40px auto auto auto;
}
.contVoiceImgBlock01 img {
	border-radius: 80px 0px 0px 80px;
}

.contVoiceImgBlock01.left {
	float: right;
}
.contVoiceImgBlock01.left img {
	border-radius: 0px 80px 80px 0px;
}

.voiceScheduleBox01 {
	background-color: #ECF1F2;
	border-radius: 20px;
	padding: 80px;
}

.voiceScheduleUl01 {}
.voiceScheduleUl01 li {
	background-color: #ffffff;
	border-radius: 20px;
	padding: 40px;
	margin-top: 16px;
}
.voiceScheduleUl01 li:first-child {
	margin-top: 0px;
}
.voiceScheduleUl01 li dt {
	display: flex;
	margin-bottom: 15px;
}
.voiceScheduleUl01 li dt .s01 {
	font-size: 32px;
	line-height: 1.0em;
	width: 190px;
}
.voiceScheduleUl01 li dt .s02 {
	font-size: 24px;
	line-height: 1.24em;
	font-weight: bold;
}
.voiceScheduleUl01 li dd {
	font-size: 16px;
	line-height: 1.24em;
	font-weight: normal;
	padding-left: 190px;
}

.voiceFlex01 {
	display: flex;
	justify-content: space-between;
}
.voiceFlexBox01 {
	width: 492px;
}
.contImgRadius16 img {
	border-radius: 16px;
}

.contH402 {
	font-size: 26px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 30px;
}
.contH402 .s01 {
	color: #287A86;
	font-size: 18px;
	margin-right: 8px;
	vertical-align: top;
}

.contTextBox01 {
	margin-top: 24px;
}



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

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

	.Kv-title h2.voiceH201 {
		font-size: 20px;
		line-height: 1.2em;
		font-weight: bold;
	}
	.Kv-title h2.voiceH201 .s01 {
		background-color: #fff;
		border-radius: 10px 4px 10px 10px;
		color: #000;
		padding:5px 10px;
	}
	.voice .Kv-title .Label {
		border-radius: 8px 0 0 8px;
		padding: 5px 10px;
		line-height: 1.0em;
		font-size: 13px;
		letter-spacing: 0.05em;
		text-transform:uppercase;
	}
	.voice .Kv-title .label02 {
		margin-top: 18px;
	}
	.voice .Kv-title .label02 .s01 {
		background-color: #E99F0C;
		color: #ffffff;
		font-size: 13px;
		line-height: 1.0em;
		font-weight: bold;
		padding: 5px 10px;
	}
	.Keyvisual.voice {
		max-width: 1400px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.Keyvisual.voice img {
		width: 100%;
		height: 220px;
		object-fit: cover;
		object-position: 30% top;
	}
	.voiceTextBox01 {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 140px;
		border-radius: 20px;
		background-color: #F5F5F5;
		margin-bottom: 40px;
	}
	.voiceTextBox01 img {
		width: 80%;
		height: auto;
	}
	
	.voiceTextBox01_02 img {
		width: 73vw;
		height: auto;
	}
	
	.mokuzi_wrap {
		padding: 8%;
		margin: 0 auto;
		width: 100%;
		border-radius: 16px;
		border: 1px solid #D1D1D1;
	}

	.voiceBlock01 {
		margin: 60px auto 60px auto;
	}
	.voiceBlock01In {
		width: auto;
		margin: auto;
	}

	.Heading__h3.h3Center {
		text-align: center;
	}

	.Heading__h3.h3Center::before {
		left: 50%;
		margin-left: -19px;
	}

	.contH401 {
		text-align: center;
		margin-bottom: 20px;
	}
	.contH401 .s01 {
		font-size: 20px;
		line-height: 1.6em;
		font-weight: bold;
		border-bottom: 1px solid #000000;
	}

	.contImgRadius40 {
		margin-top: 40px;
	}
	.contImgRadius40 img {
		border-radius: 20px;
	}

	.contText18_16_n {
		font-size: 15px;
		line-height: 1.6em;
		font-weight: normal;
	}

	.contVoiceImgBlock01 {
		width: calc( 100vw - 1.8rem );
		margin: 20px auto auto auto;
	}
	.contVoiceImgBlock01 img {
		border-radius: 20px 0px 0px 20px;
	}

	.contVoiceImgBlock01.left {
		float: right;
	}
	.contVoiceImgBlock01.left img {
		border-radius: 0px 20px 20px 0px;
	}

	.voiceScheduleBox01 {
		background-color: #ECF1F2;
		border-radius: 20px;
		padding: 16px;
	}

	.voiceScheduleUl01 {}
	.voiceScheduleUl01 li {
		background-color: #ffffff;
		border-radius: 16px;
		padding: 20px;
		margin-top: 15px;
	}
	.voiceScheduleUl01 li:first-child {
		margin-top: 0px;
	}
	.voiceScheduleUl01 li dt {
		display: flex;
		margin-bottom: 6px;
	}
	.voiceScheduleUl01 li dt .s01 {
		font-size: 18px;
		line-height: 1.24em;
		width: auto;
		margin-right: 10px;
	}
	.voiceScheduleUl01 li dt .s02 {
		font-size: 16px;
		line-height: 1.24em;
		font-weight: bold;
	}
	.voiceScheduleUl01 li dd {
		font-size: 13px;
		line-height: 1.24em;
		font-weight: normal;
		padding-left: 0px;
	}

	.voiceFlex01 {
		display: block;
	}
	.voiceFlexBox01 {
		width: auto;
		margin-top: 20px;
		border: 1px solid #adadad;
		border-radius: 16px;
		padding: 16px;
	}
	.contImgRadius16 img {
		border-radius: 16px;
	}

	.contH402 {
		font-size: 20px;
		line-height: 1.2em;
		font-weight: bold;
		margin-bottom: 15px;
		display: flex;
	}
	.contH402 .s01 {
		color: #287A86;
		font-size: 16px;
		margin-right: 8px;
		vertical-align: top;
	}

	.contTextBox01 {
		margin-top: 15px;
	}



}

.sizeSm02 {
    font-size: 70%;
}

.sizeSm02_md {
    font-size: 80%;
    display: inline-block;
    line-height: 1em;
}

.sizeSm03_md {
    font-size: 70%;
}




