@charset "utf-8";


/**************************************************50
 * middle
 **************************************************/
#middle_block{
	min-height: -webkit-calc(100vh - 160px - 70px - 711px);
	min-height: calc(100vh - 160px - 70px - 711px);
	text-align: center;
}
#contents{
	margin-left: auto;
	margin-right: auto;
}

.point_list{
	background-color: #FFE1E6;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.point_list > li{
	background-color: #FFFFFF;
	display: inline-block;
	height: 190px;
	padding: 20px;
	position: relative;
	vertical-align: top;
	width: 310px;
}
.point_list > li:after{
	border: 2px solid #FF6A94;
	content: "";
	display: block;
	height: -webkit-calc(100% - 16px);
	height: calc(100% - 16px);
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 294px;
}
.point_list > li  strong{
	color: #FF6A94;
}
.point_list > li > strong{
	font-size: 125%;
	text-align: center;
}
.point_list > li p{
	text-align: left;
}
.point_list > li:not(:nth-child(3n+1)){
	margin-left: 35px;
}


/**************************************************50
 * top
 **************************************************/
#top_catch{
	background: url("https://k-withyou.net/images/user/top/pattern.gif") center bottom repeat;
	padding-top: 15px;
	padding-bottom: 15px;
}
#top_catch > p{
	height: 200px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 30px 30px 200px;
	position: relative;
	width: 860px;
}
#top_catch > p.lazyloaded{
	background: url("https://k-withyou.net/images/user/top/back_010.jpg") center center no-repeat;
}
#top_catch > p:before{
	content: "";
	display: block;
	height: 170px;
	position: absolute;
	top: 50%;
	left: 30px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 180px;
}
#top_catch > p.lazyloaded:before{
	background: url("https://k-withyou.net/images/user/top/img_010.png") center center no-repeat;
	background-size: 100% auto;
}
#top_catch > p strong{
	color: #FF6A94;
	font-size: 137.5%;
	display: block;
	margin-bottom: 10px;
}
#top_movie{
	margin-top: 50px;
	margin-bottom: 30px;
}
#top_movie video{
	max-width: 100%;
}
#top_treatment{
	margin-bottom: 30px;
}
#top_treatment > h2{
	font-weight: normal;
	height: 180px;
	padding-top: 100px;
	text-align: center;
}
#top_treatment > h2.lazyloaded{
	background: url("https://k-withyou.net/images/user/top/back_020.jpg") center center no-repeat;
}
#top_treatment > ul{
	height: 314px;
}
#top_treatment > ul.lazyloaded{
	background: url("https://k-withyou.net/images/user/top/back_030.jpg") center center no-repeat;
}
#top_treatment > ul > li{
	display: inline-block;
	margin-top: 60px;
	margin-left: 125px;
	text-align: left;
	width: 200px;
}
#top_treatment > ul > li:nth-child(2){
	margin-left: 150px;
}
#top_treatment > ul > li h3{
	font-size: 150%;
	font-weight: bold;
}
#top_treatment > ul > li:nth-child(1) h3{
	color: #F85FAF;
}
#top_treatment > ul > li:nth-child(2) h3{
	color: #FF9683;
}
#top_treatment > ul > li:nth-child(3) h3{
	color: #4DC4E0;
}
#top_treatment > ul > li hr{
	border-color: 3C3C3C;
	border-style: dotted;
	margin: 5px 0;
}

#top_picbbs{
	margin-bottom: 30px;
}
#top_picbbs:after{
	clear: both;
	content: "";
	display: block;
}
#top_picbbs h2{
	margin-bottom: 10px;
}
#top_picbbs > div{
	border: 1px solid #D2D2D2;
	float: left;
	height: 370px;
	padding: 1em;
	text-align: left;
	width: 500px;
}
#top_picbbs > div:after{
	clear: both;
	content: "";
	display: block;
}
#top_picbbs > div h3{
	border-bottom: 1px dotted #3C3C3C;
	color: #FF6A94;
	font-size: 137.5%;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#top_picbbs > div img{
	width: 180px;
}
#top_picbbs > div img + section{
	float: right;
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
}
#top_picbbs > div > section{
	height: 240px;
	margin-bottom: 20px;
	overflow-x: hidden;
	overflow-y: auto;
}
#top_picbbs > div > section img{
	max-width: 100%;
}
#top_picbbs > ul{
	float: left;
	padding: 0 1em;
	text-align: left;
	width: 500px;
}
#top_picbbs > ul > li{
	border-bottom: 1px solid #3C3C3C;
	padding: 10px 0;
	position: relative;
}
#top_picbbs > ul > li time{
	font-size: 75%;
}
#top_picbbs > ul > li a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: -webkit-calc(100% - 110px);
	max-width: calc(100% - 110px);
	white-space: nowrap;
}
#top_picbbs > ul > li span{
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


/**************************************************50
 * premium spport
 **************************************************/
#premium_summary{
	background-color: #000000;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
#premium_list{
	background-color: #FFE1E6;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
#premium_list ul{
	margin-bottom: 20px;
}
#premium_list ul > li{
	border-radius: 10px;
	background-color: #FFFFFF;
	color: #FF6A94;
	font-size: 87.5%;
	height: 40px;
	line-height: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 540px;
}
#premium_list ul > li + li{
	margin-top: 20px;
}


/**************************************************50
 * about
 **************************************************/
#about_message{
	background-color: #FFE1E6;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
#about_message h4{
	background-color: #FF6A94;
}
[id^="about_industry_"]{
	margin-bottom: 20px;
}
[id^="about_industry_"] .about_industry_box{
	border-radius: 10px;
	height: 220px;
	margin-left: auto;
	margin-right: 165px;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
	text-align: left;
	width: 370px
}
[id^="about_industry_"] .about_industry_box:before{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	display: block;
	height: 220px;
	position: absolute;
	top: 50%;
	right: 390px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 280px;
}
[id^="about_industry_"] .about_industry_box:after{
	border-style: solid;
	border-width: 20px 20px 20px 0;
	content: "";
	display: block;
	height: 0;
	top: 50%;
	position: absolute;
	right: 370px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
}
#about_industry_green h5{
	background-color: #63C046;
}
#about_industry_green .about_industry_box{
	background-color: #F0F9EE;
}
#about_industry_green .about_industry_box.lazyloaded:before{
	background-image: url("https://k-withyou.net/images/user/about/img_030.png");
}
#about_industry_green .about_industry_box:after{
	border-color: transparent #F0F9EE transparent transparent;
}
#about_industry_orange h5{
	background-color: #FF9481;
}
#about_industry_orange .about_industry_box{
	background-color: #FFF5ED;
}
#about_industry_orange .about_industry_box.lazyloaded:before{
	background-image: url("https://k-withyou.net/images/user/about/img_040.png");
}
#about_industry_orange .about_industry_box:after{
	border-color: transparent #FFF5ED transparent transparent;
}
#about_group dl{
	border: 1px solid #A1854F;
	margin: 20px auto 0;
	padding-bottom: 20px;
	text-align: center;
	width: 800px;
}
#about_group dl:before{
	background: #A1854F url("https://k-withyou.net/images/user/about/logo_pacific.png") center center no-repeat;
	background-size: 380px auto;
	content: "";
	display: block;
	margin-bottom: 20px;
	height: 70px;
}
#about_group dl dt{
	border-bottom: 1px solid #A1854F;
	color: #A1854F;
	font-size: 125%;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}
#about_group dl dd + dt{
	margin-top: 20px;
}
#about_group dl dd{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}


/**************************************************50
 * salary
 **************************************************/
#salary_amount{
	margin: 20px 0;
	text-align: center;
}
#salary_amount > img{
	width: 340px;
}
#salary_amount > img + img{
	margin-left: 20px;
}
#salary_treatment{
	margin-bottom: 20px;
}
#salary_treatment > li{
	background-color: #FFE4E9;
	border-radius: 10px;
	color: #FF6A94;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	text-align: center;
	width: 240px;
}
#salary_treatment > li:not(:nth-child(3n+1)){
	margin-left: 15px;
}
#salary_point.point_list > li{
	height: 280px;
}


/**************************************************50
 * voice
 **************************************************/
#voice_list{
	background-color: #F7F5E0;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#voice_list > li{
	background-color: #FF6A94;
	border: 6px solid #FFFFFF;
	box-shadow:1px 1px 8px 0px rgba(0,0,0,0.3);
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
}
#voice_list > li + li{
	margin-top: 20px;
}
#voice_list > li figure{
	background-color: #FFFFFF;
	background-image: url("https://k-withyou.net/images/user/voice/frame_010.png"), url("https://k-withyou.net/images/user/voice/frame_020.png"), url("https://k-withyou.net/images/user/voice/frame_030.png"), url("https://k-withyou.net/images/user/voice/frame_040.png");
	background-position: left top, right top, left bottom, right bottom;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 50px auto, 50px auto, 50px auto, 50px auto;
	min-height: 260px;
	padding: 20px 30px 20px 320px;
	position: relative;
}
#voice_list > li figure > img{
	position: absolute;
	top: 50%;
	left: 30px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#voice_list > li h4{
	color: #FF6A94;
	font-size: 175%;
	font-weight: normal;
}
#voice_list > li div{
	background-color: #FFE1E6;
	border-radius: 10px;
	height: 60px;
	line-height: 60px;
	margin-bottom: 10px;
	text-align: center;
}
#voice_list > li div strong{
	color: #FF6A94;
	font-size: 125%;
	font-weight: bold;
	margin-left: 1em;
}
#voice_list > li p{
	text-align: left;
}


/**************************************************50
 * qa
 **************************************************/
.title_border_qa_1{
	background-color: #FF6A96;
}
.title_border_qa_2{
	background-color: #8DD0AC;
}
.title_border_qa_3{
	background-color: #A28EE6;
}
.title_border_qa_4{
	background-color: #86C1E6;
}
.title_border_qa_5{
	background-color: #D7C591;
}
.title_border_qa_6{
	background-color: #FF9481;
}
[id^="qa_list_"]{
	margin-bottom: 10px;
	text-align: left;
}
[id^="qa_list_"] > li{
	border-style: solid;
	border-width: 2px;
	display: inline-block;
	margin-bottom: 20px;
	padding: 0.8em;
	vertical-align: top;
	width: 350px;
}
[id^="qa_list_"] > li:nth-child(odd){
	margin-left: 140px;
}
[id^="qa_list_"] > li:nth-child(even){
	margin-left: 20px;
}
#qa_list_1 > li{
	border-color: #FF6A96;
}
#qa_list_2 > li{
	border-color: #8DD0AC;
}
#qa_list_3 > li{
	border-color: #A28EE6;
}
#qa_list_4 > li{
	border-color: #86C1E6;
}
#qa_list_5 > li{
	border-color: #D7C591;
}
#qa_list_6 > li{
	border-color: #FF9481;
}
[id^="qa_list_"] > li h4{
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	padding-left: -webkit-calc(50px + 1em);
	padding-left: calc(50px + 1em);
	position: relative;
}
[id^="qa_list_"] > li h4.q_two{
	line-height: 1.4;
}
[id^="qa_list_"] > li h4:before{
	content: url("https://k-withyou.net/images/user/qa/icon_q.png");
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#qa_list_1 > li h4{
	color: #FF6A96;
}
#qa_list_2 > li h4{
	color: #8DD0AC;
}
#qa_list_3 > li h4{
	color: #A28EE6;
}
#qa_list_4 > li h4{
	color: #86C1E6;
}
#qa_list_5 > li h4{
	color: #D7C591;
}
#qa_list_6 > li h4{
	color: #FF9481;
}


/**************************************************50
 * repuirements
 **************************************************/
#repuirements_point{
}
#repuirements_point > li{
	border-bottom: 1px dotted #3C3C3C;
	font-size: 87.5%;
	padding: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
}
#repuirements_point > li:after{
	clear: both;
	content: "";
	display: block;
}
#repuirements_point > li h5{
	background-color: #FFE1E6;
	border-radius: 10px;
	color: #FF6A96;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 240px;
}
#repuirements_point > li p{
	float: left;
	height: 40px;
	line-height: 40px;
	padding-left: 1em;
}
#repuirements_detail{
	background-color: #FFE1E6;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}


/**************************************************50
 * staffbbs
 **************************************************/
.box_diary{
	border: 1px solid #D2D2D2;
	margin: 0 auto 30px;
	padding: 30px;
	position: relative;
	text-align: left;
	width: 800px;
	word-break: break-all;
}
.box_diary:after{
	clear: both;
	content: "";
	display: block;
}
.box_diary img{
	max-width: 100%;
}
.box_diary > time{
	font-size: 75%;
	margin-bottom: 0.2em;
}
.box_diary [class^="label_shop_"]{
	position: absolute;
	top: 30px;
	right: 30px;
}
.box_diary > h3{
	border-bottom: 1px dotted #3C3C3C;
	color: #FF6A94;
	font-size: 137.5%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.box_diary .diary_img{
	display: block;
	float: left;
	width: 280px;
}
.box_diary .diary_img + section{
	float: right;
	width: -webkit-calc(100% - 280px - 20px);
	width: calc(100% - 280px - 20px);
}


/**************************************************50
 * recruit
 **************************************************/
#recruit_treatment{
	margin-bottom: 20px;
}
#recruit_treatment > li{
	background-color: #E6EBF1;
	border-radius: 10px;
	color: #5F7CA6;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	text-align: center;
	width: 240px;
}
#recruit_treatment > li:not(:nth-child(3n+1)){
	margin-left: 15px;
}
#recruit_message{
	background-color: #F2EDE2;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
#recruit_message h4{
	background-color: #64989E;
}
#recruit_staff{
	background-color: #E6EBF1;
	padding-top: 30px;
	padding-bottom: 30px;
}
#recruit_staff .title_border,
#recruit_staff table tr th{
	background-color: #5F7CA6;
}
.recruit_movie{
	display: block;
	margin: 0 auto 30px;
	width: 100%;
}


/**************************************************50
 * contact
 **************************************************/
#contact_form{
	background-color: #FFE1E6;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contact_form .error{
	margin: 0 auto 20px;
	width: 640px;
}
#contact_form dl{
	margin: 0 auto 20px;
	text-align: left;
	width: 640px;
}
#contact_form dl dt{
	color: #FF6A94;
	margin-bottom: 10px;
}
#contact_form dl dt.required{
	position: relative;
}
#contact_form dl dt.required:after{
	background-color: #F14545;
	border-radius: 5px;
	color: #FFFFFF;
	content: "必須";
	display: inline-block;
	margin-left: 1.4em;
	font-size: 75%;
	padding: 0.2em 1em;
	vertical-align: top;
}
#contact_form dl dd + dt{
	margin-top: 20px;
}
.btn_confirm:before{
	content: "\F135";
}
.btn_back{
	background-color: #5F7CA6;
}
.btn_back:before{
	content: "\F141";
}
.btn_entry:before{
	content: "\F48A";
}


/**************************************************50
 * site map
 **************************************************/
#site_map ul{
	display: inline-block;
	vertical-align: top;
}
#site_map ul:nth-child(even){
	margin-left: 2em;
}
#site_map ul > li{
	padding-left: 1.8em;
	position: relative;
	text-align: left;
}
#site_map ul > li:before{
	background-color: #FF6A94;
	content: "\F142";
	color: #FFFFFF;
	font-size: 150%;
	height: 1em;
	line-height: 1em;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 1em;
}
#site_map ul > li + li{
	margin-top: 0.4em;
}


/**************************************************50
 * link
 **************************************************/
#link_tbl{
	width: 640px;
}
#link_tbl tr td{
	border: 1px solid #FF6A96;
}
#link_bnr{
	margin: 30px auto 0;
	width: 700px;
}
#link_bnr > li{
	display: inline-block;
	margin: 0 1em 10px;
	vertical-align: top;
}
#link_bnr > li p{
	text-align: left;
}
#link_list{
	background-color: #FFE1E6;
	padding-top: 30px;
	padding-bottom: 10px;
}
#link_list ul > li{
	display: inline-block;
	font-size: 75%;
	margin-bottom: 20px;
	margin-right: 15px;
	text-align: left;
	vertical-align: top;
	width: 110px;
}
#link_list ul > li a{
	color: #3C3C3C;
}
#link_list ul > li a img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
#link_list ul > li a:hover img{
	opacity: 0.7;
}
#link_list ul > li p{
	margin-top: 3px;
	word-break: break-all;
}


