@charset "UTF-8";
/*===============================================
●画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
#main_img {
	background-image: url(../img/business/main_img.jpg);
}

.link_btn {
	width: 192px;
	font-size: 14px;
	text-align: center;
}
.breadcrumb {
    color: #ffffff;
}
.breadcrumb li a {
    color: #ffffff;
}

#inpage_link {
	width: 100%;
	float: left;
	clear: both;
    padding-top: 33px;
	background-color: #384c37;
}
#inpage_link .title_box {
	width: 293px;
	float: left;
	padding-top: 27px;
    margin-right: 38px;
}
#inpage_link .title_box .jp_text {
	margin-bottom: 7px;
}
#inpage_link .title_box h3 {
	margin-top: 0;
}
#inpage_link .right_box {
	width: 702px;
	float: left;
	display: table;
	padding-top: 22px;
	padding-bottom: 19px;
}
#inpage_link ul {
	width: 100%;
	display: table-row;
    
}
#inpage_link ul li {
	display: table-cell;
	padding-right: 40px;
	vertical-align: top;
	font-size: 10px;
	line-height: 1.5;
}
#inpage_link ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
    padding: 6px 0 4px;
    position: relative;
}
#inpage_link ul li a::after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #fff;
    position: absolute;
	bottom: -1px;
	left: 0;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
#inpage_link ul li a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
#inpage_link ul li a:hover {
	opacity: 0.6;
}
#inpage_link ul li .eng {
	font-size: 16px;
	line-height: 1.3;
}

#conts_01 {
	width: 100%;
	float: left;
	clear: both;
}
#conts_01 .box {
	width: 100%;
	float: left;
	height: 570px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding-top: 104px;
}
#conts_01 #project_01 {
	background-image: url(../img/index/bg_img_02.jpg);
}
#conts_01 #project_02 {
	background-image: url(../img/index/bg_img_03.jpg);
}
#conts_01 #project_03 {
	background-image: url(../img/index/bg_img_04.jpg);
}
#conts_01 #project_06, #conts_01 #project_07 {
	width: 50%;
	height: 514px;
}
#conts_01 #project_04 {
	background-image: url(../img/index/bg_img_05.jpg);
}
#conts_01 #project_05 {
	background-image: url(../img/index/bg_img_06.jpg);
}
#conts_01 #project_06 {
	background-image: url(../img/index/bg_img_07.jpg);
}
#conts_01 #project_07 {
	background-image: url(../img/index/bg_img_08.jpg);
}
#conts_01 #project_02 .auto, #conts_01 #project_04 .auto {
	padding-left: 710px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#conts_01 #project_06 .auto, #conts_01 #project_07 .auto {
	width: 524px;
}
#conts_01 .box .title_box {
	width: 100%;
    margin-bottom: 11px;
	position: relative;
}
#conts_01 .box .title_box .tokainaka_logo {
	position: absolute;
	left: 306px;
	top: -40px;
}
#conts_01 .box .title_box .jp_text {
	display: inline-block;
	position: relative;
}
#conts_01 .box .title_box h4 {
	font-size: 54px;
	line-height: 1.2;
}
#conts_01 .box .text {
	margin-bottom: 32px;
}
#conts_01 .box .logo {
	margin-top: 54px;
    margin-left: 88px;
}

}

/*===============================================
●画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
#contents {
	width: 100%;
	clear: both;
	float: left;
}
#main_img {
	background-image: url(../img/business/main_img.jpg);
}

.link_btn {
	width: 192px;
	font-size: 14px;
	text-align: center;
    margin: 0 auto;
}
.breadcrumb {
    color: #ffffff;
}
.breadcrumb li a {
    color: #ffffff;
}

#inpage_link {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 54px;
    padding-bottom: 21px;
	background-color: #384c37;
}
#inpage_link .title_box {
	width: 100%;
    margin-bottom: 14px;
}
#inpage_link .title_box .jp_text {
	margin-bottom: 5px;
}
#inpage_link .title_box h3 {
	font-size: 2.3rem;
    margin-top: 0;
}
#inpage_link .right_box {
	width: 100%;/* display: none; */
}
#inpage_link ul {
	width: 100%;
	letter-spacing: -.4em;
}
#inpage_link ul li {
	width: 49%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	font-size: 8px;
	line-height: 1.5;
    margin-bottom: 6px;
    margin-right: 2%;
}
#inpage_link ul li:nth-child(even) {
    margin-right: 0;
}
#inpage_link ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
    padding: 4px 0 2px;
}
#inpage_link ul li a:hover {
	opacity: 0.6;
}
#inpage_link ul li .sp_icon {
	display: inline-block;
    background-image: url(../img/share/icon_09.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px;padding-right: 8vw;
}
#inpage_link ul li .eng {
	font-size: 1.5rem;
	line-height: 1.1;
}

#conts_01 {
	width: 100%;
	clear: both;
    letter-spacing: -.4em;
}
#conts_01 .auto {
	width: 100%;
}
#conts_01 .link_btn {
	display: none;
}
#conts_01 .box {
	width: 100%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 16vw 5% 30vw;
}
#conts_01 #project_01 {
	background-image: url(../img/index/bg_img_02.jpg);
}
#conts_01 #project_02 {
	background-image: url(../img/index/bg_img_03.jpg);
}
#conts_01 #project_03 {
	background-image: url(../img/index/bg_img_04.jpg);
}
#conts_01 #project_04 {
	background-image: url(../img/index/bg_img_05.jpg);
}
#conts_01 #project_05 {
	background-image: url(../img/index/bg_img_06.jpg);
}
#conts_01 #project_06 {
	background-image: url(../img/index/bg_img_07.jpg);
}
#conts_01 #project_07 {
	background-image: url(../img/index/bg_img_08.jpg);
}
#conts_01 .box .title_box {
	width: 100%;
    margin-bottom: 8px;
	position: relative;
}
#conts_01 .box .title_box .tokainaka_logo {
	width: 50px;
	position: absolute;
	left: 160px;
	top: -26px;
}
#conts_01 .box .title_box .jp_text {
	font-size: 1.1rem;
    display: inline-block;
	position: relative;
}
#conts_01 .box .title_box h4 {
	font-size: 3rem;
	line-height: 1.2;
}
#conts_01 .box .text {
	margin-bottom: 20px;
}
#conts_01 .box .logo {
	width: 180px;
    margin-top: 24px;
}
}