

/* PC&タブレット端末向けCSS */
@media screen and (min-width:768px) {


/**************** ヘッダー内コンテンツ *****************/


header{
	width:100%;
	position:relative;
}
.header_bg{
	width:100%;
}

.header_top{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	padding: 1% 0;
	background: rgba(1,18,24,.8);
}

.main_image{
	width:100%;
	background: url(../images/header_bg.jpg)right bottom;
	background-size:cover;
}

.main_image img{
	width:100%;
}

.main_image_inner_contents{
	background:#42aad2;
	padding: 12% 5% 10%;
    width: 48%;
	text-align: center;
}

h2.catch_copy img{
	width:90%;
}

.main_image_inner_contents p{
    font-size:100%;
	text-align:justify;
	line-height: 2;
    color:#FFFFFF;
    font-weight:500;
	margin:3em 0 0;
}

/**************** ヘッダー内コンテンツ end *****************/



/**************** メインコンテンツ *****************/
main{
	background:#FFFFFF;
	overflow: hidden;
}
/**************** メインコンテンツ end *****************/


/**************** 各sectionの見出し *****************/

.section_title,
.section_title_w{
	margin:4em auto 3em;
	text-align: center;
}

.section_title h2,
.section_title_w h2{
	font-weight:600;
}

.section_title h2 span{
	font-size: 148%;
    color:#171717;
	margin: 0;
	letter-spacing: 0.1em;
}

.section_title_w h2 span{
	font-size: 148%;
    color: #FFFFFF;
	margin: 0;
	letter-spacing: 0.1em;
}

/**************** 各sectionの見出し end *****************/



/**************** work01 *****************/
#work01{
	margin:4em 0;
}

.work01_inner{
}

.work01_inner h2{
	font-size: 150%;
    color: #768486;
    font-weight: 600;
    text-align: center;
    margin: 4em 0 0;
	letter-spacing: 0.1em;
}

.work01_slide_bg{
	background:#FFFFFF;
}

.work01_inner_content{
	max-width:1000px;
	margin:0 auto;
}

.work01_inner_content h3{
	color:#171717;
	margin-bottom: 2em;
}

.work01_inner_content h4{
	color:#171717;
	text-align: center;
}

.work01_inner_content_m{
	width:100%;
	margin:1.5em auto 2em;
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}

.work01_inner_content_m p{
	color:#171717;
    font-size: 95%;
	line-height: 2;
	margin:1em auto;
	text-align: justify;
	font-weight:600;
}

.work01_inner_content_mt_elements{
	width:29%;
}

.work01_inner_content_mt_elements img{
	width:100%;
}

#trigger01{
	
}

/**************** work01 end *****************/



/**************** work02 *****************/

#work02{
}

.work02_inner{
	width:100%;
	background:url(../images/work02_bg.jpg) no-repeat 60% bottom;
	background-size:cover;
	overflow: hidden;
	zoom:1;
	position:relative;
	padding:10em 0em 64em;
}

.work02_slide_bg{
	width:0;
	background:#42aad2;
	padding:5% 0 3%;
	position:absolute;
	top:0;
	left:0;
	height:100%;
}

.work02_inner_content{
	opacity:0;
	max-width:1000px;
    margin:0 auto;
}

.work02_inner_content h2{
	font-size:180%;
    color:#FFFFFF;
	letter-spacing: 0.1em;
	font-weight:600;
	text-align: center;
}

.five_points{
	display: -webkit-flex;
	display:flex;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	width:86%;
    margin: 0 auto;
}

.work02_inner_content_elm{
	width:44%;
	margin-top:2em;
}

.work02_inner_content_elm_text{
	width:100%;
}

.work02_inner_content_elm_text h3{
	font-size:130%;
	font-weight:600;
	color:#FFFFFF;
}

.work02_inner_content_elm_text p{
	font-size:95%;
	text-align: justify;
	font-weight:500;
	line-height:2;
	margin:1em 0;
	color:#FFFFFF;
}

.work02_inner_content_elm_img{
	width:25%;
	margin:0 auto;
}

.work02_inner_content_elm_img img{
	width:100%;
	height:auto;
}

.price_red{
	color:#D94447;
}

.work02_inner_content_b_text{
	margin:3em auto 0;
	width:80%;
}

.work02_inner_content_b_text p{
	font-size:100%;
	font-weight: 500;
	color:#2d4859;
	margin:0.2em 0;
}

/**************** work02 end *****************/



/**************** work03 *****************/
#work03{
	background:url(../images/work03_bg.jpg);
	background-size:cover;
}

.work03_inner{
	padding: 4em 0 8em;
}

.work03_inner_content{
	max-width:1000px;
	margin:0 auto;
}

.work03_inner_content h2{
	font-size:180%;
    color:#171717;
	letter-spacing: 0.1em;
	font-weight:600;
	text-align: center;
}

.case01,
.case02{
	margin:3em 0 0;
	padding:5%;
	box-shadow: 1px 1px 3px #c1c1c1;
	background: rgba(255, 255, 255, 0.8);
}

.case_title{
	
}

.case_title h3{
	display:inline-block;
	font-size: 230%;
    margin: 0;
    line-height: 1;
	font-weight: 500;
}

.case01 h4{
	display:inline-block;
	margin: 0 0 0 3em;
    vertical-align: bottom;
    padding: 0.5em 2em;
    line-height: 1;
    color: #FFFFFF;
    background: #20addc;
	font-weight: 500;
}

.case02 h4{
	display:inline-block;
	margin: 0 0 0 3em;
    vertical-align: bottom;
    padding: 0.5em 2em;
    line-height: 1;
    color: #FFFFFF;
    background:#539732;
}

.case01 > p,
.case02 > p{
	font-size:100%;
	font-weight:500;
	line-height: 2;
}

.case01 dl,
.case02 dl{
	font-size:100%;
	font-weight:600;
}

.case01 dt,
.case02 dt{
	color:#60876d;
	display:inline-block;
	vertical-align:middle;
}

.case01 dd,
.case02 dd{
	color:#60876d;
	display:inline-block;
	vertical-align:middle;
	margin:0;
}

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

.achievement table{
	width:70%;
	text-align:center;
	margin:1em 0;
	font-size:90%;
}

.achievement th{
	background:#727272;
	color:#FFFFFF;
	font-weight:600;
	line-height: 3;
}

.achievement td{
	background:#ABABAB;
	color:#FFFFFF;
	font-weight:600;
	line-height: 3;
}

.achievement th.kaizen{
	background:#47BB7C;
}

.achievement td.kaizen{
	background:#B4EFC2;
	color:#47BB7C;
}

.achievement th.th_l{
	background:transparent;
	color:#A83F22;
}

.achievement td.th_l{
	background:transparent;
	color:#D03B3B;
	text-align:left;
	padding-left:1em;
}

.achievement_text{
	width:30%;
}

.achievement_text p{
	font-size:130%;
	font-weight:500;
}

.red_span_b{
	color:#D03B3B;
	font-size:150%;
}

/**************** work03 end *****************/

/**************** work04 *****************/
#work04{

}

.work04_inner{
	width:100%;
	background:url(../images/work04_bg.jpg) no-repeat right bottom;
	background-size:cover;
	overflow: hidden;
	zoom:1;
	position:relative;
	padding:10em 0em 70em;
}

.work04_slide_bg{
	width:0;
	background:rgba(255,255,255,.9);
	padding:0 0 5%;
	position:absolute;
	top:0;
	right:0;
	height:100%;
}

.work04_inner_content{
	opacity:0;
	width:80%;
	margin:0 auto;
}

.work04_inner_content h2{
	font-size:180%;
    color:#171717;
	letter-spacing: 0.1em;
	font-weight:600;
	text-align: center;
	margin-top:12%;
}

.work04_inner_content > p{
	line-height: 2;
}

.work04_inner_content table{
	width:100%;
	margin:0 auto;
	table-layout: fixed;
	font-size:90%;
	text-align: center;
}

.work04_inner_content th,
.work04_inner_content td{
	
}

.work04_inner_content th{
	background:#2CB0C0;
	color: #FFFFFF;
	padding:1em 0;
}

.work04_inner_content td{
	background:#d0eef2;
	font-weight:600;
	padding:1em 0;
	color:#277989;
}

.work04_process{
	display: -webkit-flex;
	display:flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top:2em;
}

.work04_process_elm{
	width:29%;
    margin:0 2%;
}

.work04_process_elm img{
	width:100%;
}

.work04_process_elm_arrow{
	width:5%;
	padding-top:3em;
}


.work04_process_elm p{
	font-size:90%;
	font-weight:600;
	color:#171717;
	width:100%;
	margin:1em 0 4em;
	line-height: 2;
	text-align: justify;
}

/**************** work04 end *****************/


/**************** work05 *****************/
#work05{

}

.work05_inner_t{
	width:100%;
	background:url(../images/work05_bg_t.jpg) no-repeat left center;
	background-size:cover;
	overflow: hidden;
	zoom:1;
	position:relative;
	padding:12% 0 24%;
}

.work05_slide_bg_t{
	width:0;
	background:#8E7192;
	position:absolute;
	top:0;
	right:0;
	height:100%;
	display:flex;
	display:-webkit-flex;
    align-items:center;
	-webkit-align-items:center;
}

.work05_inner_content_t{
	opacity:0;
	max-width:1000px;
    margin:0 auto;
}

.work05_inner_content_t p{
	font-size:100%;
	font-weight:600;
	width:60%;
	line-height: 2;
	margin:0 auto;
	color:#FFFFFF;
}

.work05_inner_b{
	width:100%;
	background:url(../images/work05_bg_b.jpg) no-repeat left center;
	background-size:cover;
	overflow: hidden;
	zoom:1;
	position:relative;
	padding:12% 0 25%;
}

.work05_slide_bg_b{
	width:0;
	background:#C55637;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	display:flex;
	display:-webkit-flex;
    align-items:center;
	-webkit-align-items:center;
}

.work05_inner_content_b{
	opacity:0;
	width:60%;
    margin:0 auto;
}

.work05_inner_content_b_campaign{
	margin:0 auto;
}

.work05_inner_content_b_campaign img{
	width:100%;
}

.work05_inner_content_b_campaign h3{
	color:#FFFFFF;
	font-size:230%;
	font-weight:100;
	letter-spacing: 0.15em;
	margin-top:0;
}

.work05_inner_content_b_campaign h4{
	color:#FFFFFF;
}

.work05_inner_content_b_campaign p{
	font-size:100%;
	font-weight:500;
	width:80%;
	line-height: 2;
	margin:0 auto;
	color:#333333;
}

/**************** work05 end *****************/


/**************** prefectures *****************/
#prefectures{

}

.prefectures_inner{
	width:100%;
	background:url(../images/prefectures_bg.jpg) no-repeat right bottom;
	background-size:cover;
	overflow: hidden;
	zoom:1;
	position:relative;
	padding:0 0 40em;
}

.prefectures_slide_bg{
	width:100%;
	background:rgba(2,14,23,.4);
	position:absolute;
	top:0;
	right:0;
	height:100%;
}

.prefectures_inner_content{
	max-width:1000px;
	margin:5em auto 0;
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content:space-around;
	justify-content:space-around;
	-webkit-align-items:center;
	align-items:center;
}

.prefectures_image{
	width:49%;
}

.prefectures_images img{
	width:100%;
}

.prefectures_text{
	width:50%;
}

.prefectures_text h3{
	color:#FFFFFF;
	font-size:180%;
	font-weight:500;
}

.prefectures_text ul{
	display: -webkit-flex;
    display: flex;
    justify-content:flex-start;
	-webkit-justify-content:flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	list-style: none;
	padding:0;
}

.prefectures_text li{
	font-size:95%;
	color:#FFFFFF;
	font-weight:500;
	padding-right:1em;
}

/**************** work07 end *****************/


/**************** sns *****************/
.sns{
	position:fixed;
	right:0;
	top:20vh;
	z-index:200;
}

.fb{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-bottom:1em;
}

.fb a{
	color:#FFFFFF;
	background:#414d7a;
	font-weight: bold;
	padding:2.5em 0.5em;
	text-decoration: none;
}

.fb a:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.fb i{
	padding-bottom:0.5em;
}

/**************** sns end *****************/


}