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

img{width: 100%;}
p{margin: 0; padding: 0;}

/*base用調整*/
#cprt_pagewrap h2,
#cprt_pagewrap h3{border-bottom: none; margin: 0; padding: 0;}
#cprt_pagewrap .viewSp {
	display: none !important;
}
@media screen and (max-width: 767px) {
#cprt_pagewrap .viewPc {
		display: block !important;
	}
}
@media screen and (max-width: 767px) {
#cprt_pagewrap .viewSp {
		display: block !important;
	}
#cprt_pagewrap .viewPc {
		display: none !important;
	}
}

/*丸ゴシック*/
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}




#cprt_pagewrap{width:1200px; margin: auto; font-size: 18px; font-weight: 500;}

#cprt_firstblock{background: url("/img/usr/brand_page/bg01.webp"); background-repeat: no-repeat; background-position: center bottom; background-size: 100%;
padding: 0 0 75px;}
#cprt_firstblock h2{width: 950px; margin: 100px auto 0;}
#cprt_firstblock .cprt_txtbox{ margin:60px auto 0; text-align: center; font-size: 20px; line-height: 2.25em;}
#cprt_firstblock .ucan_staff{width: 325px; margin:64px auto 0;}

@media screen and (max-width: 767px) {
#cprt_firstblock{background: url("/img/usr/brand_page/bg01_sp.webp");}
#cprt_pagewrap{width: 100%; font-size: 3.2vw;}
#cprt_firstblock{background-size: cover; background-position: right bottom;}
#cprt_firstblock h2{width: 100%; margin: 50px auto 0;}
#cprt_firstblock .cprt_txtbox{ margin: 30px auto 0; font-size: 3.8vw; width: 95%; line-height: 1.8em;}
#cprt_firstblock .ucan_staff{width: 80%; margin: 30px auto 0;}
}

#cprt_message{}

#cprt_message .cprt_txtbox{ margin:0px auto 50px; text-align: center; line-height: 2em;}
#cprt_message .cprt_tree{width: 800px; margin: auto;}

@media screen and (max-width: 767px) {
#cprt_message .cprt_tree{width:100%; margin: auto;}
#cprt_message .cprt_txtbox{line-height: 1.8em; width: 100%;}
}


#cprt_qanda{background: #fff5e0; padding:60px 0 85px; }
#cprt_qanda h2{width: 568px; margin: 0 auto 35px;}

#cprt_qanda .qa01,
#cprt_qanda .qa02,
#cprt_qanda .qa03{width: 850px; margin: 0 auto 35px;}

#cprt_qanda .cprt_qanda_q{margin:0 auto 10px;}
#cprt_qanda .cprt_qanda_a{width: 55px; margin: 0 auto 15px;}

#cprt_qanda .question{position: relative; color: #c94e97; font-size: 30px; text-align: center; font-family: "Zen Maru Gothic", serif; font-weight: 700; margin: 0 0 20px;}
#cprt_qanda .answer{color: #0d3576; }
#cprt_qanda .answer span{font-weight: bold;}

#cprt_qanda .qa01 .pict01{width: 60px; position: absolute; left: 190px; top: -20px;}
#cprt_qanda .qa01 .pict02{width: 75px; position: absolute; right: 180px; top: -20px;}

#cprt_qanda .qa02 .pict01{width: 180px; position: absolute; left: 0; top: -30px;}
#cprt_qanda .qa02 .pict02{width: 180px; position: absolute; right: 0; top: -30px;}

#cprt_qanda .qa03 .pict01{width: 70px; position: absolute; left: 0; top: -30px;}
#cprt_qanda .qa03 .pict02{width: 95px; position: absolute; right: 0; top: -30px;}

@media screen and (max-width: 767px) {
#cprt_qanda{padding: 30px 0 30px;}
#cprt_qanda h2{width: 60%; margin: 0 auto 35px;}
#cprt_qanda .qa01,
#cprt_qanda .qa02,
#cprt_qanda .qa03{width: 90%; margin: 0 auto 35px;}

#cprt_qanda .question{font-size: 4vw;}
#cprt_qanda .qa01 .pict01{width: 16%; position: absolute; left: 30px; top: -30px;}
#cprt_qanda .qa01 .pict02{width: 20%; position: absolute; right:20px; top: -30px;}

#cprt_qanda .qa02 .pict01{width:  34%; position: absolute; left: -10px; top: -30px;}
#cprt_qanda .qa02 .pict02{width:  39%; position: absolute; right: -20px; top: -40px;}

#cprt_qanda .qa03 .pict01{width: 18%; position: absolute; left: 0; top: -40px;}
#cprt_qanda .qa03 .pict02{width: 25%; position: absolute; right: -20px; top: -40px;}

#cprt_qanda .cprt_qanda_q{width: 40px; margin: 0 auto 15px; position: relative;}
#cprt_qanda .cprt_qanda_q::before {
  content: '';/*何も入れない*/
  display: inline-block;
  width:140px;/*画像の幅*/
  height: 10px;/*画像の高さ*/
  background-image: url("/img/usr/brand_page/cprt_qanda_q_sp_l.png");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: -150px;
  top: 15px;
}

#cprt_qanda .cprt_qanda_q::after {
  content: '';/*何も入れない*/
  display: inline-block;
  width:140px;/*画像の幅*/
  height: 10px;/*画像の高さ*/
  background-image: url("/img/usr/brand_page/cprt_qanda_q_sp_r.png");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
position: absolute;
  right: -150px;
  top: 15px;
}

#cprt_qanda .cprt_qanda_a{width: 40px; margin: 0 auto 15px;}

}

#cprt_interview{padding: 30px 0 0; font-feature-settings: "palt";}
#cprt_interview h2{width: 920px; margin: auto;}
#cprt_interview h3{font-size: 28px; color: #8c4826; font-weight: bold; margin: 0 0 30px;}

#cprt_interview .cprt_intv_blk01,
#cprt_interview .cprt_intv_blk02,
#cprt_interview .cprt_intv_blk03{width: 850px; margin: 0 auto 50px;}

#cprt_interview .cprt_prof{display: flex; align-items: center; justify-content: space-between;}
#cprt_interview .cprt_prof .pict{width: 450px;}
#cprt_interview .cprt_prof .text{width: calc(100% - 480px);}
#cprt_interview .cprt_prof .prof_name{font-size: 30px;  color: #8c4826; font-weight: 600; margin-left: 0.3em;}
#cprt_interview .cprt_prof .prof_cop{font-size: 16px;}
#cprt_interview .cprt_prof .prof_text{font-size: 14px; margin: 20px 0 0; font-feature-settings: "palt"; letter-spacing: 0.08em; line-height: 1.75em;}
#cprt_interview .cprt_intv_blk01 .btmtext{margin: 50px 0 0; line-height: 2em;}


#cprt_interview .cprt_intv_blk02{display: flex; justify-content: space-between; align-items: center;}
#cprt_interview .cprt_intv_blk02 .pict{width: 200px;}
#cprt_interview .cprt_intv_blk02 .text{width: calc(100% - 230px); line-height: 2em;}

#cprt_interview .cprt_intv_blk03{}
#cprt_interview .cprt_intv_blk03 .pict{width: 196px; float: right;}
#cprt_interview .cprt_intv_blk03 .text{line-height: 2em;}

#cprt_interview .cprt_intv_blk04{width: 420px; margin: auto;}


@media screen and (max-width: 767px) {
#cprt_interview h2{width: 100%; margin: auto;}
#cprt_interview h3{font-size: 4.2vw; margin: 0 0 10px;}
#cprt_interview .cprt_intv_blk01,
#cprt_interview .cprt_intv_blk02,
#cprt_interview .cprt_intv_blk03{width: 95%; margin: 0 auto 25px;}
#cprt_interview .cprt_prof{display: block;}
#cprt_interview .cprt_prof .pict{width: 60%; margin: auto;}
#cprt_interview .cprt_prof .text{width: 60%; margin: 10px auto 0;}
#cprt_interview .cprt_prof .prof_name{font-size:4.1vw; display: block;}
#cprt_interview .cprt_prof .prof_cop{font-size: 3vw;}
#cprt_interview .cprt_prof .prof_text{font-size: 2.5vw; margin: 10px auto 0;}
#cprt_interview .cprt_intv_blk01 .btmtext{margin: 10px 0 0 ;}

#cprt_interview .cprt_intv_blk02{flex-wrap: wrap;  flex-direction: column-reverse;}
#cprt_interview .cprt_intv_blk02 .pict{width: 60%;}
#cprt_interview .cprt_intv_blk02 .text{width: 100%;}
#cprt_interview .cprt_intv_blk03 .pict{width: 60%; float:none; margin: 0 auto 30px;}

#cprt_interview .cprt_intv_blk04{width: 90%; }
}



/*会社概要*/
#origin{width: 850px; margin: 0 auto 50px;}
@media screen and (max-width: 767px) {
#origin{width: 95%;}
}

/* ---- */
/* cmn_tit01 */
/* ---- */
#origin .cmn_tit01 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	border-bottom: 3px solid #e5e4e4;
	position: relative;
	margin: 60px 0 30px;
	padding: 0;
}
#origin .cmn_tit01_underline {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	height: 100%;
}
#origin .cmn_tit01_underline:after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -3px;
	left: 0;
	height: 3px;
	width: 100%;
	background: #f39800;
}
@media screen and (max-width: 767px) {
	#origin .cmn_tit01 {
		font-size: 20px;
		margin: 20px 0 15px;
		padding-left: 0;
		padding-right: 0;
		position: relative;
		padding-bottom: 10px;
	}
	#origin .cmn_tit01_underline {
		padding-bottom: 0;
	}
	#origin .cmn_tit01:after {
		content: '';
		width: 100px;
		position: absolute;
		z-index: 1;
		bottom: -3px;
		left: 0;
		height: 3px;
		background: #f39800;
	}
	#origin .cmn_tit01_underline:after {
		display: none;
	}
}


/* ---- */
/* cmn_company_table */
/* ---- */
.cmn_company_table {
	border-top: 1px solid #e5e4e4;
	border-bottom: 1px solid #e5e4e4;
	text-align: left;
}
.cmn_company_table th {
	width: 320px;
	padding: 17px 0 17px 20px;
	background: #f7f7f7;
	vertical-align: top;
	border-bottom: 1px solid #e5e4e4;
}
.cmn_company_table td {
	padding: 17px 0 17px 22px;
	border-bottom: 1px solid #e5e4e4;
	border-left: 1px solid #e5e4e4;
}
.cmn_company_table td ul {
	margin-top: -10px;
}
.cmn_company_table td ul li {
	float: left;
	width: 400px;
	padding-top: 10px;
}
.cmn_company_table td .other {
	padding: 10px 0 0 400px;
}
@media screen and (max-width: 767px) {
	.cmn_company_table {
		width: 100%;
		border-top: none;
		border-right: 1px solid #e5e4e4;
		border-bottom: 1px solid #e5e4e4;
		border-left: 1px solid #e5e4e4;
		margin-top: 15px;
		line-height: 1.4;
	}
	.cmn_company_table th {
		width: 100%;
		display: block;
		padding: 13px 0 13px 10px;
		border-top: 1px solid #e5e4e4;
		border-bottom: none;
	}
	.cmn_company_table td {
		display: block;
		padding: 13px 0 13px 10px;
		border: none;
	}
	.cmn_company_table td ul {
		margin-top: -5px;
	}
	.cmn_company_table td ul li {
		float: none;
		width: 100%;
		padding-top: 5px;
	}
	.cmn_company_table td .other {
		padding: 5px 0 0 0;
	}
}


.cmn_company_table td ul.cf{display: flex; width: 600px; flex-wrap: wrap; font-feature-settings: "palt";}
.cmn_company_table td ul.cf li{width: 50%; font-size: 14px;}
.cmn_company_table td ul.cf2{display: flex; width: 600px; flex-wrap: wrap; font-feature-settings: "palt";}
.cmn_company_table td ul.cf2 li{width: 45%; font-size: 14px;}
.cmn_company_table td ul.cf2 li:nth-child(odd){width: 50%;}

@media screen and (max-width: 767px) {
.cmn_company_table td ul.cf,.cmn_company_table td ul.cf2{display: block; width: 100%;}
.cmn_company_table td ul.cf li,.cmn_company_table td ul.cf2 li{width: 100%;}
.cmn_company_table td ul.cf2 li:nth-child(odd){width: 100%;}
}
