@charset "utf-8";

/* common */

body {
font-family: "M PLUS 1p", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
font-weight: 400 !important;
font-size: 16px;
line-height: 1.8;
color: #000 !important;
overflow-x: hidden;
}
* { box-sizing: border-bobx; }
@media all and (max-width: 980px) {
body { font-size: 14px; }
p { font-size: 14px !important; }
}
h1,h2,h3 { margin: 0; }
ul, ol { padding: 0; margin: 0; list-style: none; }
.fn_w5 { font-weight: 500; }
img { max-width: 100%; height: auto; }

.sp0 { display: none; }
.pc0 { display: block; }
html { scroll-padding-top: 100px; }
@media all and (max-width: 900px) {
html { scroll-padding-top: 80px; }
.sp0 { display: block; }
.pc0 { display: none; }
}
.sp1 { display: none; }
.pc1 { display: block; }

@media all and (max-width: 640px) {
.sp1 { display: block; }
.pc1 { display: none; }
.sp_mg { margin-bottom: 23px !important;}
}
.ps_rlt { position: relative; }
.al_center { margin: 0 auto; }


a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a img:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
img.w100 { max-width: 100%; height: auto; }
a:visited,a:hover,a:active { text-decoration: none; }


/* ヘッダー */
a { -webkit-transition: 0.2s ease-in; transition: 0.2s ease-in; }
h1.logo { margin: 0 !important; width: 100%; max-width: 272px; height: auto; float: left; }

.head_link { float: right; padding: 0; }
.head_link a { -webkit-transition: 0.2s ease-in; transition: 0.2s ease-in; }
.head_link a img { width: 300px; height: auto; }
.header_block { height: 100px; width: 100%; background: #fff; padding: 10px 20px 10px; top: 0; z-index: 999; display: flex; justify-content: space-between; align-content: center; align-items: center; margin: 0 auto 0; position: fixed; }
.gNav { overflow-x: hidden; font-weight: 600; }
.gNav ul li { width: auto; text-align: center; font-size: 18px !important; margin: 0 0 8px; }
.gNav ul li a { display: block; color: #fff; text-decoration: none; font-weight: 600 !important; text-align: left; font-family: "Zalando Sans SemiExpanded", "M PLUS 1p", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif !important; padding: 5px 24px; }
.t_L { transform: scale(1,1.2); letter-spacing: 1px; display: inline-block; }

.container { width: 100%; max-width: 1200px !important; padding: 0 30px; }
.container_w { width: 100%; max-width: 1600px !important; padding: 0; }
.inner { width: 800px; margin: 0 auto; }
.f_btn { position: fixed; right: -4px; z-index: 4; }
.f_btn:hover { right: -6px; }
.f_btn img { width: 140px; height: auto; }
.f_btn1 { top: 20vw; }
.f_btn2 { top: calc(20vw + 100px); }
@media all and (max-width: 900px) {
.f_btn img { width: 80px; height: auto; }
.f_btn1 { top: 120px; }
.f_btn2 { top: 170px; }
}
@media all and (min-width: 901px) {
.ul_wrap { padding: 9px 10px; width: 100%; box-sizing: content-box; margin-left: -10px; }
.gNav ul { 
	list-style: none;
	display: flex;
   -webkit-flex-flow: row nowrap;
   flex-flow: row nowrap;
   justify-content: space-between;
	width: 100%;
	margin-top: 10px;
}
.gNav ul li { margin-left: 12px; }
.gNav ul li a { transition: all 0.3s ease; text-align: center !important; font-size: 16px; white-space: nowrap; background-color: #f7931e; color: #fff; border: 1px solid #f7931e; border-radius: 18px; width: 150px; padding: 5px 0 !important; }
.gNav ul li a:hover { background-color: #fff; color: #f7931e; }

.header_block .container { width: auto; margin: 0; padding: 0 !important; }

body { padding-top: 100px; }
}

@media all and (max-width: 1148px) {
h1.logo { max-width: 240px; }
}
@media all and (max-width: 1020px) {
h1.logo { max-width: 200px; }
.ul_wrap { padding-left: 0; padding-right: 0; } }
@media all and (max-width: 960px) {
h1.logo { max-width: 200px; }
.gNav ul li { margin-left: 12px; }
.gNav ul li a { font-size: 14px; border-radius: 16px; width: 130px;}}
@media all and (max-width: 900px) {
h1.logo { max-width: 280px; padding-top: 0; }
.header_block { padding: 5px 10px 10px; height: 80px; margin-bottom: 0; }
.container { padding: 0 20px !important; }
.header_block .container { width: 100%; margin: 0; padding: 0 5px 0 10px !important; }
.logo { padding-right: 60px; }
.gNav ul li a { display: inline-block; width: auto;}
.gNav ul li { text-align: left; }
}


#nav_toggle{
	display: none;
	cursor: pointer;
}


/*メニュー部分*/
@media screen and (max-width:900px){
	nav{
		display: none;
		position: absolute;
		top:80px;
		width: 100%;
		background-color: rgba(247, 147, 30, 0.90 );
		left: 0;
		padding: 15px 0;
		z-index: 4;
		height: 100vh;
	}
	header nav ul{
		display: block;
		margin: 0;
		padding: 0 10px;
		list-style: none;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
		font-size: 14px !important;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block;
		transition: all  0.3s ease;
		font-size: 24px !important;
	}
	header nav ul li a:hover{
		background-color: rgba( 255, 255, 255, 0.30 );
	}
 
}

@media screen and (max-width:900px){	
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 15px;
		right: 8px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		border-radius: 4px;
		background: #f7931e;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:8px;
	}
	#nav_toggle span:nth-child(3){
		top:16px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
}


/* block_01 */

.block_01 { position: relative; }
.block_kw { background-color: #f7931e; width: 100%; padding-top: 20px; display: flex; justify-content: center; align-content:flex-end; align-items: flex-end; }
.block_kw h2 img { width: 100%; max-width: 820px; }
.block_bg { background-position: center top; background-size: cover; height: 38vw; padding-top: 60px; margin-bottom: 60px; }
.rec01 .block_bg { background-image: url("../images/recruiting/mv_s.jpg"); }
.rec02 .block_bg { background-image: url("../images/recruiting/mv_c.jpg"); }
.rec_ttl01 { text-align: center; margin-bottom: 40px; font-size: 165%; letter-spacing: 3px; font-weight: 500; }
.rec_ttl02 { margin: 16px 0 0; font-size: 130% !important; font-weight: 500; }
.block_bg h2 { text-align: center; font-size: 200%; letter-spacing: 5px; font-weight: 500; }
.rec01 .block_bg h2, .rec01 .rec_ttl02 { color: #1bb8ce; }
.rec02 .block_bg h2, .rec02 .rec_ttl02 { color: #ec6d7b; }
.rec_ttl03 { text-align: center; font-size: 120%; font-weight: 500; letter-spacing: 1px; }

.entry_btn { display: block; width: 50%; max-width: 320px; margin: 60px auto 40px; }

@media all and (min-width: 901px) {
.block_01 h2 {
width: 56%;
max-width: 800px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%); }
.block_01 h2.ps01 { left: 60px; top: 40%; }
.block_01 h2.ps02 { left: auto; right: 60px; }
.block_01 h2.ps03 { left: 60px; top: 60%; }
}

.block_common { max-width: 1600px; margin: 0 auto; }
.pcB, .pcB2, .pcB3 { display: inherit; }
.spB, .spB2, .spB3 { display: none; }

@media all and (max-width: 900px) {
.block_kw { padding: 80px 10px 0; }
.block_01 { margin-top: 80px; }
.block_01 h2 {
width: 60%;
position: absolute;
top: 24px;
left: 0; }
.block_01 h2.ps02 { left: auto; right: 0; }
.pcB { display: none; }
.spB { display: inherit; }
.block_bg { height: 52.8vw; margin-top: 80px; padding-top: 20px; margin-bottom: 48px; }
.rec_ttl02 { font-size: 140% !important; margin-top: 0; }
}

@media all and (max-width: 640px) {
.pcB2 { display: none; }
.spB2 { display: inherit; }
.block_bg { height: 64vw; }
.block_bg h2 { font-size: 175%; letter-spacing: 3px; }
.rec_ttl01 { margin-bottom: 30px; font-size: 150%; letter-spacing: 2px; }
.entry_btn { display: block; width: 70%; max-width: 320px; margin: 48px auto 0; }
}
@media all and (max-width: 480px) {
.pcB3 { display: none; }
.spB3 { display: inherit; }
.rec_ttl02 { font-size: 130% !important; }
}


/*================
TOP
================*/

/* ttl */
.ttl01 { width: 100%; position: relative; margin-bottom: 40px !important; }
.ttl02 { text-align: center; margin-bottom: 60px !important; }
.ttl02 img { width: 70%; }
.block_06 .ttl01 { margin-bottom: 56px !important; }
@media all and (min-width: 901px) {
.ttl_btn {
position: absolute;
top: 55%;
right: 0;
transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
width: 14%;
display: block;}
.block_04 .ttl_btn { top: 50%; }}
@media all and (max-width: 900px) {
.ttl_btn { position: relative; display: inline-block; max-width: 140px; width: 24%; top: -6px; }
.ttl01 { text-align: right; margin-bottom: 20px !important; }
}

/* bg */
.block_common { background-position: center top; background-repeat: no-repeat; background-size: 100% auto; }
.top_lead { padding: 60px 0; }
.block_02, .block_04 { position: relative; }
.block_06 { background-image: url("../images/top/block06_bg_pc.png"); padding-top: 100px; }

.block_02 { margin-top: -100px; padding-top: 160px; }
.block_02_bg { position: absolute; top: -2vw; left: 0; }
.block_03 { margin-top: 8vw; }
.block_04 { padding-top: 4vw; }
.block_04_bg { position: absolute; top: -4vw; left: 0; }
.block_04_img { padding-top: 2vw; }
.block_04_bg2 { position: absolute; top: -4vw; left: 0; }
.k_btn { position: absolute; width: 580px; height: 180px; }
.k_btn01 { top: 1.6vw; left: 0; }
.k_btn02 { top: calc(180px + 1.7vw); left: 45.7%; }
.k_btn03 { top: calc(690px + 1.7vw); left: 0; }
.k_btn04 { top: calc(1030px + 1.7vw); left: 0; }
.block_05 { padding-top: 8vw; }
@media all and (max-width: 1480px) {
.block_03 { margin-top: 9vw; }
.block_02_bg { top: calc(200px - 15vw); left: 0; }
.block_04 { padding-top: 10vw; }
.block_04_bg { top: 0; }
.block_04_bg2 { top: calc(280px - 6vw); }}
@media all and (max-width: 1300px) {
.block_04_bg2 { top: calc(400px - 8vw); }
}
@media all and (max-width: 1240px) {
.k_btn { width: 47.5vw; height: 14.516129vw; }
.k_btn01 { top: 1.6vw; left: 0; }
.k_btn02 { top: calc(164px + 1.6vw); left: 45.7%; }
.k_btn03 { top: 56.6%; }
.k_btn04 { top: 84.6%; }
}
@media all and (max-width: 1080px) {
.block_04_img { padding-top: 0; }
.block_02 { margin-top: -60px; padding-top: 120px; }
.block_04_bg2 { top: calc(320px - 6vw); }
.k_btn { width: 46.77vw; height: 14vw; }
.k_btn01 { top: 0; left: 0; }
.k_btn02 { top: 14.6%; left: 45.7%; }
}

@media all and (max-width: 900px) {
.top_lead { padding: 30px 0; }
.block_02 { margin-top: -40px; padding-top: 100px; }
.block_common { background-size: cover; }
.block_02_bg { top: 0 !important; left: 0; }
.block_03 { margin-top: 16vw; }
.block_04 { padding-top: 16vw; }
.block_04_bg { top: 8vw; }
.block_04_bg2 { top: 8vw; }
.k_btn_wrap { margin-top: -3vw; }
.k_btn { width: 58vw; height: 16vw; }
.k_btn02 { top: 18%; left: 37%; }
.k_btn03 { top: 58.6%; }
.block_06 { background-image: url("../images/top/block06_bg_sp.png"); padding-top: 10vw; }
}
@media all and (max-width: 480px) {
.top_lead { padding: 20px 0; }
.block_02 { margin-top: -20px; padding-top: 60px; }
}

/* 各要素 */
.work_list { list-style: none; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 3vw 0 0; width: 100%; }
.work_list li { width: 48.5%; }
.work_list li:nth-child(2n) { margin-top: min(40px ,5vw); }
.work_list li:nth-child(2n+1) { margin-top: min(-20px, -2.5vw); }
.person_list { list-style: none; display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; margin-top: -30px; padding: 0; }
.person_list li { width: 23.5%; }
.person_list li:nth-child(2n+1) { margin-top: min(40px ,5vw); }

.entry_list { display: flex; justify-content: space-between; flex-wrap: nowrap; width: 100%; max-width: 560px; padding: 32px 0; margin: 0 auto; }
.entry_list li { width: 48%; list-style: none; }
.entry_page .entry_list { display: none; }


.c_link_wrap { margin: 30px 0; }
.c_link { width: min(60%, 240px); margin: 0 auto; display: block; }
.c_arrow {
width: 42px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);}
@media all and (max-width: 1480px) {
.work_list { width: 85%; padding-top: 20px; }
.work_list li:nth-child(2n) { margin-top: min(30px ,3vw); }
.work_list li:nth-child(2n+1) { margin-top: min(-15px, -2vw); }
}
@media all and (max-width: 1240px) {
.work_list { width: 80%; }
}

@media all and (max-width: 900px) {
.work_list { padding-top: 0; width: 100%; margin-top: -40px; }
.work_list li { width: 65%; margin-top: 10px !important; }
.work_list li:nth-child(2n) { margin-left: 35%; }
.person_list { margin-top: 10px; }
.person_list li { width: 48%; margin-top: -10px; }
.person_list li:nth-child(2n+1) { margin-top: 30px; }
.c_arrow { width: min(42px, 12%); }
.c_link { width: 100%; }
.c_link_wrap { margin: 20px 0; }
}



/*================
下層
================*/
.inner_box { width: 100%; max-width: 840px; padding: 0 20px; margin: 0 auto; }
.inner_box2 { width: 100%; max-width: 840px; padding: 0 20px 88px; margin: 0 auto; }
.inner_box3 { width: 100%; max-width: 840px; padding: 60px 20px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.ps_lead img { width: 100%; max-width: 800px; }
.ps_lead { margin-bottom: 56px; }
.ps_bg01 { background-color: #fdeeed; }
.ps_bg02 { background-color: #eaf6fd; }
.kw_bg { background-color: #f2f2f2; }
.h3_img { text-align: center; margin-bottom: 40px; }
.h3_img img { width: 100%; max-width: 640px; }
.h3_img2 { margin-bottom: 30px; }
.h3_img2 img { width: 100%; max-width: 320px; }
.p_mg01 { margin-bottom: 40px; line-height: 2.0; }
.p_mg02 { margin-bottom: 60px; line-height: 2.0; }
.ps_list_ttl { text-align: center; margin: -20px 0 36px; }
.ps_list_ttl img { width: 66%; max-width: 360px; }
.ps_list { display: flex; justify-content: space-between; padding-bottom: 60px; }
.ps_list li { width: 32%; }

.work_mv { text-align: center; padding: 0 20px; }
.work_mv img { width: 100%; max-width: 1080px; }
@media all and (min-width: 901px) {
.corporate_box01 { width: 100%; max-width: 1600px; padding: 60px 30px;
background-image: url("../images/corporate/01_bg.jpg");
background-position: center center;
background-size: cover;
display: flex;
justify-content: flex-end;
margin: 0 auto 40px;
min-height: 40vw; }
.corporate_box02 { width: 100%; max-width: 1600px; padding: 0;
background-image: url("../images/corporate/02_pc.jpg");
background-position: center center;
background-size: cover;
display: flex;
justify-content: flex-end;
position: relative;
margin: 0 auto;
min-height: 40vw; }
.corporate_box01 .inner_box4 { width: 50%; }
.corporate_box02::after { content: ""; width: 38%; height: 100%; position: absolute; top: 0; right: 0; background-color: rgba(140,198,63,1.0); mix-blend-mode: multiply; z-index: 4; }
.corporate_box02 .inner_box4 { width: 38%; padding: 60px 30px; position: relative; z-index: 5; }
.corporate_box01 .inner_box4 p,
.corporate_box02 .inner_box4 p { color: #fff; mix-blend-mode: normal; font-size: 90%; }
.h3_img3, .h3_img4 { margin-bottom: 20px; }
.h3_img3 img { width: 70%; max-width: 480px; }
.h3_img4 { text-align: center; }
.h3_img4 img { width: 30%; max-width: 240px; }
.h3_img5 img { width: 100%; max-width: 360px; }
.mgB_wk { margin-bottom: 60px; }
.work_box { width: 100%; max-width: 1600px; padding: 0;
background-position: center center;
background-size: cover;
display: flex;
justify-content: flex-end;
position: relative;
margin: 0 auto;
min-height: 40vw; }
.work_box01 { background-image: url("../images/work/mv_01.jpg"); }
.work_box02 { background-image: url("../images/work/mv_02.jpg"); }
.work_box03 { background-image: url("../images/work/mv_03.jpg"); }
.work_box::after { content: ""; width: 38%; height: 100%; position: absolute; top: 0; right: 0; mix-blend-mode: multiply; z-index: 4; }
.work_box01::after { background-color: rgba(56,161,219,1.0); }
.work_box02::after { background-color: rgba(250,171,61,1.0); right: auto; left: 0; }
.work_box03::after { background-color: rgba(125,192,88,1.0); }

.work_box .inner_box4 { width: 38%; padding: 60px 30px; position: relative; z-index: 5; }
.work_box.work_box02 { justify-content: flex-start; }
.work_box .inner_box4 p { color: #fff; mix-blend-mode: normal; font-size: 90%; padding-left: 48px; }
.work_box04 h3 { text-align: center; margin-bottom: 30px; }
.work_box04 h3 img { width: 100%; max-width: 960px; }
.work_box04 { padding: 80px 0 40px; }
.work_box04 .inner_box { max-width: 960px; }
.work_box04 .inner_box .box_HH { display: flex; justify-content: space-between; }
.work_box04 .inner_box .box_HH img { width: 36px; margin-right: 12px; }
}

.corporate_box03 { padding: 30px 20px; background-color: #a2e049; }
.corporate_box03 .inner_box4 { width: 100%; max-width: 640px; margin: 0 auto; display: flex; justify-content: space-between; }


@media all and (max-width: 900px) {
.corporate_box01 { padding: 120px 20px 40px; }
.corporate_box02 { padding: 40px 20px; }
.corporate_box03 { padding: 30px 20px 10px; }
.h3_img2 { margin-bottom: 20px; }
.h3_img2 img { width: 56%; max-width: 240px; }
.h3_img3, .h3_img4 { margin-bottom: 20px; text-align: center; }
.h3_img3 img, .h3_img4 img { width: 80%; max-width: 360px; }
.work_box .inner_box4 { margin-bottom: 36px; }
.work_box .inner_box4 p { padding: 20px; }
.work_mv { padding-top: 80px; }
.work_box04 { padding: 20px 0 20px; }
.work_box04 .inner_box { max-width: 560px; }
.work_box04 h3 { text-align: center; margin-bottom: 20px; }
.work_box04 h3 img { width: 100%; max-width: 480px; }
.work_box04 .box_HH img { display: block; width: 100%; max-width: 240px; margin: 0 auto 16px; }
}


@media all and (max-width: 640px) {
.ps_lead { margin-bottom: 36px; }
.h3_img { margin-bottom: 24px; }
.p_mg01 { margin-bottom: 20px; line-height: 1.8; }
.p_mg02 { margin-bottom: 30px; line-height: 1.8; }
.inner_box2 { width: 100%; padding: 0 20px 60px; }
.inner_box3 { padding: 40px 20px; }
.ps_list_ttl { margin: -20px 0 20px; }
.ps_list { padding-bottom: 24px; }
}


/* Table */
table.table_01 { width: 100%; border-top: 1px solid #000; }
table.table_01 th { white-space: nowrap; font-weight: 500 !important; }
table.table_01 td { background: #fff; }
table.table_01 th, table.table_01 td {
    padding: .85em 1.0em;
    font-weight: normal;
    border-bottom: solid 1px #000;
	vertical-align: top;
}
@media all and (max-width:768px){
table.table_01 { margin-top: 12px; }
table.table_01 th, table.table_01 td { padding: .6em .85em; font-size: 90%; }}



/* footer */
.footer { padding: 0; }
#page_337 .footer .container { background-color: #a2e049; max-width: 1600px !important; padding: 8px 30px; }
#page_347 .footer .container { background-color: #a2e049; max-width: 9600px !important; padding: 8px 30px; }
.f_btn { display: none; }
#page_337 .f_btn { display: inherit; }

.footer p.cr_txt { font-size: 14px !important; margin-top: 5px; text-align: center; }
@media screen and (max-width:900px){.footer p.cr_txt { font-size: 12px !important; }}
@media screen and (max-width:480px){.footer p.cr_txt { font-size: 10px !important; }}


/* ページトップ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	width: 60px;
	height: 60px;
	display: block;
	z-index: 5;
}
#page-top img {
	width: 100%;
	height: auto;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;}
#page-top:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;}
@media screen and (max-width:900px){
#page-top {
    bottom: 12px;
    right: 12px;
	width: 40px;
	height: 40px;}
}

img { max-width:100%; height: auto; }
.rnd_01 { border-radius: 50%; width: 60%; height: auto; box-shadow: 0 0 8px rgba(0,0,0,0.2); }

ul.nrm_list li { font-size: 110%; font-weight: bold; margin-bottom: 8px; }
ul.nrm_list2 { margin: 8px 0 0; padding: 0 0 0 18px; }
ul.nrm_list2 li { margin-bottom: 5px; line-height: 1.5; }

@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}


.box_01L { float: left; width: 25%; }
.box_01R { float: right; width: 72%; }
.dt_box { width: 760px; margin: 0 auto; display: flex; margin-bottom: 12px; align-content: flex-start; align-items: flex-start; }
.dt_ttl { width: 80px; background-color: #9b97b2; color: #fff; font-weight: 500; padding: 0 8px; margin-right: 20px; text-align: center; font-size: 90%; }
.dt_txt { width: calc(100% - 100px); }
ul.dt_txt { padding: 0 0 0 20px; }
ul.dt_txt li { line-height: 1.5; margin-bottom: 8px; }
@media screen and (max-width: 900px){
.dt_box { flex-wrap: wrap; }
.dt_txt { width: 100%; font-size: 14px; }
.box_01L { float: none; width: 100%; }
.box_01R { float: none; width: 100%; }
}
.box_02L { float: left; width: 73%; }
.box_02R { float: right; width: 24%; }
@media screen and (max-width: 991px){
.box_02L { float: left; width: 65%; }
.box_02R { float: right; width: 31%; }
}
@media screen and (max-width: 900px){
.dt_box { width: 100%; }
.box_02L { float: none; width: 100%; }
.box_02R { float: none; width: 100%; }
}
.box_03L { float: left; width: 64%; }
.box_03R { float: right; width: 33%; }
@media screen and (max-width: 900px){
.box_03L { float: none; width: 100%; }
.box_03R { float: none; width: 100%; }
}
.box_04L { float: left; width: 70%; }
.box_04R { float: right; width: 27%; }
@media screen and (max-width: 900px){
.box_04L { float: left; width: 64%; }
.box_04R { float: right; width: 33%; }}
@media screen and (max-width: 640px){
.box_04L { float: none; width: 100%; }
.box_04R { float: none; width: 100%; }
}
.clearfix {
  clear: both;
  float: none;
}
.box_04R img { width: 100%; height: auto; }
.txt_f14 { font-size: 14px !important; }
.txt_f16 { font-size: 16px !important; }
.txt_f18 { font-size: 18px !important; }
.txt_f20 { font-size: 20px !important; }
.color_BL { color: #2648a1; }
.txt_L1 { color: #2648a1; font-size: 140%; }
.box_HH { width: 48.5%; }
.box_HH2 { width: 50%; }
.box_HH2_2 { width: 50%; }
.box_3SP { width: 31%; margin-bottom: 24px; }
.box_3SP_wrap::after { content: ""; width: 31%; height: auto; display: block; }
.bgs { background: #fff; box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); padding: 5px; }
.bgs.bgs_c1 { border: 2px solid #5fc97a; box-shadow: none; }
.bgs.bgs_c2 { border: 2px solid #c49dca; box-shadow: none; }
.box_4SP { width: 23%; }
@media screen and (max-width: 1180px){
.box_4SP { width: 47%; margin-bottom: 50px; }
.box_4SP:nth-child(3), .box_4SP:nth-child(4) { margin-bottom: 0; }}
@media screen and (max-width: 991px){
.box_4SP { margin-bottom: 40px; } }

@media screen and (max-width: 900px){
.box_3SP_i { display: flex; justify-content: space-between; align-content: flex-start; align-items: flex-start; }
.box_HH { width: 48%; }
.box_HH2 { width: 100%; }
.box_HH2_2 { width: 48.5%; }
.box_3SP { width: 100%; margin-bottom: 30px; }
.bgs { padding: 12px 0 10px; }}
@media screen and (max-width: 640px){
.box_4SP { width: 100%; margin-bottom: 30px; }
.box_4SP:nth-child(3) { margin-bottom: 30px; } }

.sub_box { font-size: 90%; padding: 8px 0; }
.sub_box2 { font-size: 90%; padding: 20px 20px 16px; display: flex; justify-content: space-between; align-content: flex-start; align-items: flex-start; }

.thumb_img { margin-bottom: 0; text-align: center; }
.thumb_img img { width: 65%; }
.flex_wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
.flex_wrap2 { display: flex; flex-wrap: wrap; justify-content: space-between; align-content: center; align-items: center; }
.box_HL { width: 48.5%; margin-right: 3%; display: block; float: left; margin-bottom: 20px; background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.6); position: relative; }
.box_HR { width: 48.5%; display: block; float: left; margin-bottom: 20px; background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.6); position: relative; }
@media screen and (max-width: 900px){
.box_HL { width: 100%; margin-right: 0%; display: block; float: none; }
.box_HR { width: 100%; margin-right: 0%; display: block; float: none; }
.box_3SP_i { align-content: center; align-items: center; }
.box_3SP_i .thumb_img img { width: 120px; padding-left: 10px; }
.box_3SP_i .sub_box { width: calc(100% - 140px); font-size: 100%; }

.rec01 .box_3SP_i { border-bottom: 1px solid #1bb8ce; margin-bottom: 16px !important; padding-bottom: 12px; }
.rec02 .box_3SP_i { border-bottom: 1px solid #ec6d7b; margin-bottom: 16px !important; padding-bottom: 12px; }
.rec01 .box_3SP_i:last-child, .rec02 .box_3SP_i:last-child { border-bottom: none; }
}
@media screen and (max-width: 480px){
.box_3SP_i .thumb_img img { width: 100px; padding-left: 0; }
.box_3SP_i .sub_box { width: calc(100% - 120px); font-size: 90%; }
}


.clear_00_n { clear: both; height: 10px; margin-bottom: 10px; }
.clear_00 { clear: both; height: 60px; margin-bottom: 60px; }
.clear_01 { clear: both; height: 20px; margin-bottom: 20px; }
.clear_02 { clear: both; border-bottom:1px dotted #CCC; height: 30px; margin-bottom: 30px; }
.clear_03 { clear: both; border-bottom:1px dotted #CCC; height: 0; margin-bottom: 18px; }
.clear_04 { clear: both; border-bottom:1px solid #CCC; height: 36px; margin-bottom: 36px; }


ul.sub_nav {
margin:0 0 30px; padding:0; list-style: none; font-size:18px;
}
ul.sub_nav:after {
    content:" ";
    display:block;
    clear:both;
}
ul.sub_nav li {
margin: 0 8px 12px 0;
display: block;
float: left;
}
ul.sub_nav li a {
padding: 6px 10px 4px;
border: 1px solid #2648a1;
color: #fff;
background: #2648a1;
text0decoration: none;
display: block;
line-height:1.2;
font-weight:bold;
}
ul.sub_nav li a.off {
background:#fff;
color: #2648a1;
text-decoration: none;
}
ul.sub_nav li a:hover {
color: #fff;
background: rgba(38,72,161,0.6);
text-decoration: none;
}
@media screen and (max-width:640px){
ul.sub_nav {font-size:16px;}
}

.new_mv { 
width: 100%;
background-image: url("../images/top/mv_pc.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
z-index: 1;
height: 44.5833vw;
display: flex;
}
.new_mv h2 { position: absolute; top: 16%; left: 6.38%; }
.new_mv h2 img { width: 42.8209524%; height: auto; }
@media screen and (max-width:900px){
.new_mv { background-image: url("../images/top/mv_sp.png"); margin-top: 80px !important; background-position: center top; height: calc(75vw + 100px); }
.new_mv h2 { top: 20px; left: 20px; }
.new_mv h2 img { width: 66%; height: auto; }
}





/* flex */
.fb_img { width: 41%; }
.fb_txt { width: 56%; }
.fb_txt p { font-size: 90%; }
.bw_70 { width: 60%; margin: 0 auto; }
.bw_80 { width: 80%; margin: 0 auto; }
.bw_90 { width: 90%; margin: 0 auto; }
.tag_list { list-style: none; padding: 0; margin: 30px 0 0; text-align: center; }
.tag_list li { color: #5474c7; display: inline-block; line-height: 1.0; padding: 5px 8px; font-size: 90%; border: 1px solid #5474c7; border-radius: 5px; margin: 0 8px 8px 0; }

@media screen and (min-width:901px){.flex_r { flex-flow: row-reverse; } }

@media screen and (max-width:1180px){ .bw_80 { width: 100%; } .bw_70 { width: 75%; } }
@media screen and (max-width:991px){.bw_70 { width: 85%; }}

@media screen and (max-width:900px){
.bw_70 { width: 100%; }
.bw_90 { width: 100%; margin: 0 auto; }
.fb_img, .fb_txt { width: 100%; }
.fb_img { margin-top: 30px; }
}

@media screen and (max-width:640px){
.fb_img3 { width: 100%; padding: 0 0 10px; text-align: center; }
.fb_img3 img { width: 110px; height: auto; }
.fb_txt3 { width: 100%; }
.flex_r2 { flex-flow: column; }}

.box_cc { margin: 0 auto; }
.c-btn {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-btn {
  background: #f7931e;
  border: 2px solid #f7931e;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  width: 180px;
  padding: 10px 20px 10px 30px;
  text-align: center;
  line-height: 1.0;
  text-align: center;
}
.c-btn.slide {
  background: #f7931e;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 14px !important;
  width: 180px;
}
.c-btn.slide::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: skewY(-10deg) scale(1, 0);
  height: 140px;
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn.slide:hover {
color: #ecae0e;
border: 2px solid #ecae0e;
text-decoration: none !important; }

.c-btn.slide:hover::after {
  transform: skewY(-10deg) scale(1, 1);
}



/* margin */
.contact_btn { width: 100%; height: auto; max-width: 420px;}
.mgB0 { margin-bottom: 0 !important; }
.mgB5 { margin-bottom: 5px !important; }
.mgB8 { margin-bottom: 8px !important; }
.mgB10 { margin-bottom: 10px !important; }
.mgB16 { margin-bottom: 16px !important; }
.mgB20 { margin-bottom: 20px !important; }
.mgB24 { margin-bottom: 24px !important; }
.mgB30 { margin-bottom: 30px !important; }
.mgB40 { margin-bottom: 40px !important; }
.mgB60r { margin-bottom: 60px !important; }
.mgT16 { margin-top: 16px !important; }
.mgT20 { margin-top: 20px !important; }
.mgT30 { margin-top: 30px !important; }
.mgT40 { margin-top: 40px !important; }
.mgT50 { margin-top: 50px !important; }
.mgT60 { margin-top: 60px !important; }
.mgT60r { margin-top: 60px !important; }
.mgT72r { margin-top: 72px !important; }
.mgTM8 { margin-top: -8px !important; }
.mgTM12 { margin-top: -12px !important; }
.mgTM20 { margin-top: -20px !important; }
.w90 { width: 90%;  margin: 0 auto; }
.w80 { width: 80%;  margin: 0 auto; }
@media screen and (max-width:900px){
.w80, .w90 { width: 100%; }
.mgB60r { margin-bottom: 40px !important; }
.mgT60r { margin-top: 40px !important; }
.mgT72r { margin-top: 56px !important; }}



/* txt */
.txt_c, .txt_cl { text-align: center !important; }
.txt_c a.btn_link { margin: 0 auto; }
.txt_rc, .txt_rl2, .txt_rlc, .txt_rr { text-align: right !important; }
.txt_200 { font-size: 200% !important; }
.txt_180 { font-size: 180% !important; }
.txt_160 { font-size: 160% !important; }
.txt_140 { font-size: 140% !important; }
.txt_120 { font-size: 120% !important; }
.txt_110 { font-size: 110% !important; }
.txt_90 { font-size: 90% !important; }
.txt_80 { font-size: 80% !important; }
.txt_70 { font-size: 70% !important; }
.txt_60 { font-size: 60% !important; }
.txt_id01 { text-indent: -1em; padding-left: 1em; }
@media screen and (max-width: 991px){
.txt_rl2, .txt_rlc { text-align: left !important; } }
@media screen and (max-width: 900px){
.txt_rc, .txt_rlc { text-align: center !important; }
.txt_cl { text-align: left !important; }
.txt_160 { font-size: 140% !important; line-height: 1.45; }
}


.pp_btn_h { position: absolute; right: 30px; top: -1px; line-height: 1.0; display: flex; padding: 0; border-radius: 0 0 8px 8px; background-color: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.2); }
.pp_btn_h a { display: block; text-decoration: none; padding: 10px 4px; font-size: 13px; letter-spacing: 1px; color: #f7931e; position: relative; }
.pp_btn_h a:nth-child(1):after,.pp_btn_h a:nth-child(2):after { content: "|"; padding-left: 8px; }
.pp_btn_h a:hover { text-decoration: underline; }
.pp_btn_h a:first-child { padding-left: 16px; }
.pp_btn_h a:nth-child(3) { padding-right: 16px; }
.pp_btn_h a:last-child { border-radius: 0 0 7px 0; background-color: #f7931e; color: #fff; padding: 10px 16px; }
.pp_btn, .pp_btn2 { display: none; }
@media screen and (max-width: 900px){
.pp_btn2 { display: inherit; white-space: nowrap; }
.pp_btn { display: inherit; margin-top: 12px !important; }
.pp_btn a { background-color: #fff; color: #f7931e !important; border: 1px solid #fff; }
.pp_btn a:hover { color: #fff !important; }
.pp_btn_h { display: none; }
}

/* ボタン */
.button a {
    background: #ebb600;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    max-width: 280px;
    padding: 10px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button a:hover {
    background: #f7931e;
    color: #FFF;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 30%), 0 0 5px rgb(0 0 0 / 30%);
}
.button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #FFF;
}


/* アコーディオン */
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
  border-top: 1px solid #1bb8ce;
}
.rec02 .accordion-container { border-top: 1px solid #ec6d7b; }
.accordion-container .accordion-title {
  display: flex;
  position: relative;
  margin: 0;
  padding: 1.625em 2em 1.625em 3.25em;
  font-size: 1.4em;
  line-height: 1.3;
  min-height: 5em;
  font-weight: normal;
  color: #1bb8ce;
  background: #fff;
  cursor: pointer;
  border-bottom: 1px solid #1bb8ce;
  font-weight: 500;
  background-image: url("../images/recruiting/q_s.png");
  background-position: left 1.0rem center;
  background-repeat: no-repeat;
  background-size: 5.25rem auto;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.rec02 .accordion-container .accordion-title { 
background-image: url("../images/recruiting/q_c.png");
color: #ec6d7b;
border-bottom: 1px solid #ec6d7b;
}
.accordion-container .accordion-title.open { border-bottom: none; }

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: rgba(245,255,250,1);
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: #1bb8ce;
}
.rec02 .accordion-container .accordion-title:hover i:before,
.rec02 .accordion-container .accordion-title:hover i:active,
.rec02 .accordion-container .content-entry.open i {
  color: #ec6d7b;
}

.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 48%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #1bb8ce;
  border-right: solid 2px #1bb8ce;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.rec02 .accordion-title:after {
border-top: solid 2px #ec6d7b;
border-right: solid 2px #ec6d7b;
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding: 0 20px 16px;
  border-top: none;
  background-color: #fff;
  border-bottom: solid 1px #1bb8ce;
}
.rec02 .accordion-content { border-bottom: solid 1px #ec6d7b; }
.accordion-content-inner {
  background-image: url("../images/recruiting/a.png");
  background-position: left 12px top 5px;
  background-repeat: no-repeat;
  background-size: 32px auto;
  padding-left: 56px; }
.accordion-content p:last-child { margin-bottom: 0; }

.accordion-container {
  width: 100%;
  margin: 1.875em auto 0;
}

@media screen and (max-width: 980px){
.accordion-container .accordion-title {
  padding: 1.25em 2em 1.25em 3.725em;
  font-size: 1.3em;
  line-height: 1.4;
  min-height: 4.5em;
  font-weight: normal;
  color: #1bb8ce;
  background: #fff;
  cursor: pointer;
  border-bottom: 1px solid #1bb8ce;
  font-weight: 500;
  background-image: url("../images/recruiting/q_s.png");
  background-position: left 1.0rem center;
  background-repeat: no-repeat;
  background-size: 4.5rem auto;
}
.accordion-content-inner {
  background-size: 30px auto;
  padding-left: 48px;
  background-position: left 10px top 5px; }
}

@media screen and (max-width: 560px){
.accordion-container .accordion-title {
  padding: 1.25em 2em 1.25em 3.725em;
  font-size: 1.2em;
  min-height: 4.5em;
  font-weight: normal;
  color: #1bb8ce;
  background: #fff;
  cursor: pointer;
  border-bottom: 1px solid #1bb8ce;
  font-weight: 500;
  background-image: url("../images/recruiting/q_s.png");
  background-position: left 1.0rem center;
  background-repeat: no-repeat;
  background-size: 4rem auto;
}
.accordion-content-inner {
  background-size: 26px auto;
  padding-left: 48px;
  background-position: left 10px top 5px; }
}

/* add 20251201 */
.entry_btn_txt { background:#f5b6bd;padding:15px;display:inline-block;max-width:640px; }