@charset "utf-8";

a.id145Btn  {
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none !important;
	background: #d1322e;
	width: 77%;
	clear: both;
	display: block;
	padding: 20px ;
	margin: 20px auto 0 auto;
	text-align: center;
	border-radius:10px;
}

.id145Btn:hover {
	opacity:0.7;
 }

.id145Btn::after {
	content: url(https://www.officecom.co.jp/service/img/layout/id145Btn.png);
	margin-left: 9px;
	float: right;
}

.id145Btn,
.id145Btn::before,
.id145Btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#main-contents.layout{
	letter-spacing: 0;
	background: #fffbf2;
}

#main-contents.layout .fix-contents{
	width: 1100px;
}

#main-contents.layout .inner{
	width: 1100px;
	margin: 0 auto;
}

#main-contents{
	color: #443f34;
}

#main-contents p{
	line-height: 1.8;
}

#main-contents a:link,
#main-contents a:visited{
	color: #443f34;
	text-decoration: none;
}

#main-contents .h1-common-title{
	line-height: 1;
}

#main-contents .baloo{
	font-family: 'Baloo 2', cursive;
	font-weight: 500;
}

#main-contents .mplus{
	letter-spacing: 0.1em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
}

#main-contents .mplus em.o{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-style: normal;
}

#main-contents .mplus em.o::before{
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: calc(0.4em - 2.5px);
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #cc0013;
}

/*固定 お見積もりボタン*/
#main-contents .fix_cv{
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 209px;
	z-index: 4;
	text-align: right;
	transition: 0.2s;
}

#main-contents .fix_cv.hide{
	transform: translateX(calc(100% + 19px));
}

#main-contents .fix_cv a{
	position: relative;
	display: block;
	padding: 23px 11px 23px 0;
	border-radius: 10px 0 0 10px;
	color: #fff;
	background: linear-gradient(90deg, #f24a00 0,#f27200 50%, #f24a00 100%);
}

#main-contents .fix_cv a::before{
	content: "";
	position: absolute;
	top:6px;
	left:-19px;
	width: 76px;
	height: 76px;
	background: url(../img/layout/ico_cv_btn.png) 0 0 no-repeat;
	background-size: contain;
}

#main-contents .fix_cv a:hover{
	color: #fff;
}

#main-contents .fix_cv p{
	display: inline-block;
	padding: 0 32px 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	background: url(../img/layout/ico_fixcv_mail.png) 100% 40% no-repeat;
	text-align: left;
}


/* 固定目次メニュー */
#main-contents .fix_alink{
	position: fixed;
	z-index: 3;
	right: -214px;
	bottom: 100px;
    width: 214px;
    padding: 10px;
    box-sizing: border-box;
	background: #880000;
    border-radius: 10px 0 0 10px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
	transition: right 0.2s;
}

#main-contents .fix_alink.active{
	right: 0;
}

#main-contents .fix_alink .btn{
	position: absolute;
	z-index: 1;
	left: -37px;
	top: 10px;
	width: 37px;
	height: 100px;
	background: #880000;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
	cursor: pointer;
}

#main-contents .fix_alink .btn:before{
	content:"";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/layout/ico_arw_w.png) 50% 50% no-repeat;
	background-size: 7px auto;
	transform: rotate(180deg);
	animation: animOpacity 2s ease-in-out infinite alternate;
}

#main-contents .fix_alink.active .btn:before{
	transform: rotate(0deg);
	animation: none;
}

@keyframes animOpacity {
	0%,100% {opacity: 0;}
	50% {opacity: 1.0;}
}

#main-contents .fix_alink ul.menu{
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
    border-radius: 5px;
    overflow: hidden;
    font-size: 15px;
    font-size: 1.5rem;
}

#main-contents .fix_alink ul.menu li{
	margin: 1px 0 0;
}

#main-contents .fix_alink ul.menu li:first-child{
	margin-top: 0;
}

#main-contents .fix_alink ul.menu li a{
	display: block;
	text-decoration: none;
	background: #fff;
	padding: 10px 14px 9px;
	min-height: 34px;
	box-sizing: border-box;
}

#main-contents .fix_alink ul.menu li a:hover{
  color: #cc0013;
}

#main-contents .fix_alink .content > a{
	display: block;
	padding: 10px 11px 9px 25px;
	border-radius: 5px;
	color: #fff;
	background: linear-gradient(90deg, #f24a00 0,#f27200 50%, #f24a00 100%);
}

#main-contents .fix_alink .content > a:hover{
	color: #fff;
}

#main-contents .fix_alink .content > a p{
	display: inline-block;
	padding: 0 0 0 40px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
	background: url(../img/layout/ico_mail.png) 0 40% no-repeat;
    background-size: 25px auto;
	text-align: left;
}

/*メインビジュアル
========================================*/
#main-contents .l-mv{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 700px;
	background: url(../img/layout/img_mv.jpg) 50% 55% no-repeat;
	background-size: cover;
}

#main-contents .l-mv .area{
	padding: 50px 50px 45px;
	background: rgba(255,255,255,0.9);
	text-align: center;
}

#main-contents .l-mv .area .img{
	margin: 0 0 20px;
}

#main-contents .l-mv .area .txt{
	font-size: 14px;
}

/*ナビ
========================================*/
#main-contents .nav_area{
	background: #f7f6f2;
}

#main-contents .nav_area ul{
	display: flex;
	justify-content: space-between;
	width: 1100px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#main-contents .nav_area ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	position: relative;
	font-size: 14px;
}

#main-contents .nav_area ul li::after,
#main-contents .nav_area ul li:first-child::before{
	content: "";
	position: absolute;
	display: block;
	top: calc(50% - 5px);
	right: 0;
	width: 1px;
	height: 10px;
	background-size: 1px 3px;
	background-image: linear-gradient(#000 1px, #f3efe5 1px, #f3efe5 3px);
	background-repeat: repeat-y;
}
#main-contents .nav_area ul li:first-child::before{
	right: auto;
	left: 0;
}

#main-contents .nav_area ul li a{
	display: block;
	padding: 15px 0;
	background: url(../img/layout/ico_arwdown.png) 50% 100% no-repeat;
	background-size: 10px auto;
	transition: opacity 0.2s;
}
#main-contents .nav_area ul li a:hover{
	opacity: 0.7;
}

/*見出し
========================================*/
#main-contents .tit_area{
	position: relative;
	margin: 0 0 50px;
	padding: 96px 0 50px;
	border-bottom: 1px dotted #2f2e2c;
	text-align: center;
}

#main-contents .tit_area::before{
	content: "";
	position: absolute;
	bottom: -10px;
	right: calc(50% - 550px);
	width: 125px;
	height: 79px;
	background: url(../img/layout/ico_tit.png) 50% 50% no-repeat;
	background-size: contain;
}

#main-contents .tit_area h2{
	margin: 0 0 25px;
	font-size: 34px;
}

#main-contents .tit_area .baloo{
	line-height: 1.5;
	font-size: 18px;
	color: #807d79;
}

/*オフィスを妄想する
========================================*/
/*こんなオフィスにしたい！*/
#main-contents .mousou_area{
	background: url(../img/layout/bg_01.png);
}

#main-contents .mousou_area h3{
	margin: 0 0 20px;
	font-size: 28px;
}

#main-contents .mousou_area .lead{
	font-size: 18px;
	color: #807d79;
}

#main-contents .mousou_area .inner.people .box{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	padding: 42px 0 50px;
}

#main-contents .mousou_area .inner.people .box .col{
	position: relative;
	width: 525px;
	padding: 28px 30px 28px 220px;
	box-sizing: border-box;
	border-radius: 20px;
	background: rgba(255,255,255,0.5);
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.1);
}
#main-contents .mousou_area .inner.people .box .col:nth-child(2){
	margin: 30px 0 0 50px;
	padding: 28px 180px 28px 30px;
}
#main-contents .mousou_area .inner.people .box .col:nth-child(3){
	margin: 45px 0 0;
	padding: 28px 180px 28px 30px;
}
#main-contents .mousou_area .inner.people .box .col:nth-child(4){
	margin: 50px 0 0 50px;
	padding: 28px 30px 28px 180px;
}

#main-contents .mousou_area .inner.people .box .col::before{
	content: "";
	position: absolute;
	bottom: -11px;
}
#main-contents .mousou_area .inner.people .box .col:nth-child(1)::before{
	left: 30px;
	width: 170px;
	height: 162px;
	background: url(../img/layout/img_mousou_people01.png) 0 0 no-repeat;
	background-size: contain;
}
#main-contents .mousou_area .inner.people .box .col:nth-child(2)::before{
	right: 30px;
	width: 138px;
	height: 166px;
	background: url(../img/layout/img_mousou_people02.png) 0 0 no-repeat;
	background-size: contain;
}
#main-contents .mousou_area .inner.people .box .col:nth-child(3)::before{
	right: 36px;
	width: 148px;
	height: 153px;
	background: url(../img/layout/img_mousou_people03.png) 0 0 no-repeat;
	background-size: contain;
}
#main-contents .mousou_area .inner.people .box .col:nth-child(4)::before{
	left: 30px;
	width: 129px;
	height: 173px;
	background: url(../img/layout/img_mousou_people04.png) 0 0 no-repeat;
	background-size: contain;
}

#main-contents .mousou_area .inner.people .box .col p{
	font-size: 14px;
}

#main-contents .mousou_next{
	position: relative;
	padding: 34px 0 36px;
	background: rgba(55,41,30,0.1);
	text-align: center;
}
#main-contents .mousou_next::before{
	content: "";
	position: absolute;
	bottom: -17px;
	left: calc(50% - 18px);
	border-top: 17px solid rgba(55,41,30,0.1);
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
}

#main-contents .mousou_next p{
	line-height: 1.7;
	font-size: 18px;
}

/*MOUSOU START！*/
#main-contents .mousou_area .start{
	padding: 65px 0 0;
	background: url(../img/layout/bg_mousou_start.png) 100% 0 no-repeat, url(../img/layout/bg_01.png);
}

#main-contents .mousou_area .lets_box{
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 46px 0 100px;
	padding: 50px 50px 45px;
	background: rgba(255,255,255,0.5);
}

#main-contents .mousou_area .lets_box .comment{
	position: absolute;
	bottom: -19px;
	left: -67px;
	width: 217px;
	height: 605px;
	padding: 45px 25px;
	box-sizing: border-box;
	background: url(../img/layout/img_mousou_start_people.png) 0 0 no-repeat;
	background-size: contain;
	text-align: center;
}

#main-contents .mousou_area .lets_box .comment p{
	line-height: 1.5;
	font-size: 14px;
}

#main-contents .mousou_area .lets_box .box{
	width: 300px;
	margin: 0 0 0 50px;
}

#main-contents .mousou_area .lets_box .box .col + .col{
	margin-top: 20px;
}

#main-contents .mousou_area .lets_box .box .img{
	margin-bottom: 5px;
}

#main-contents .mousou_area .lets_box .box p{
	font-size: 14px;
}
/*4カラムページ内リンク*/
#main-contents .nav_mousou{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 auto 45px;
	padding: 0;
	list-style: none;
}

#main-contents .nav_mousou li{
	display: flex;
	width: 245px;
	height: 141px;
	background: url(../img/layout/bg_mousou_start_anc.png) 0 0 no-repeat;
	text-align: center;
	transition: transform 0.2s;
}
#main-contents .nav_mousou li:hover{
	transform: translateY(5px);
}

#main-contents .nav_mousou li a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

#main-contents .nav_mousou p{
	line-height: 1.5;
	color: #fff;
}

#main-contents .nav_mousou .mplus{
	margin: 0 0 6px;
	letter-spacing: 0.2em;
	font-size: 10px;
}

#main-contents .nav_mousou .mplus span{
	letter-spacing: 0.1em;
	font-size: 130%;
}

#main-contents .nav_mousou .txt{
	padding: 0 0 15px;
	font-size: 18px;
	background: url(../img/layout/ico_arwdown_white.png) 50% 100% no-repeat;
	background-size: 10px auto;
}

/*MOUSOU 01*/
#main-contents .mousou_area .subtit{
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 0 15px;
}

#main-contents .mousou_area .subtit .mplus{
	letter-spacing: 0.2em;
	font-size: 20px;
	color: #cc0013;
}

#main-contents .mousou_area .subtit .mplus span{
	letter-spacing: 0;
	font-size: 130%;
}

#main-contents .mousou_area .subtit::after{
	content: "";
	flex-grow: 1;
	margin-left: 8px;
	border-top: 1px dotted #2f2e2c;
}

#main-contents .mousou_area .subtit::before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 143px;
	height: 161px;
	background: url(../img/layout/img_mousou01_people.png) 0 0 no-repeat;
}

#main-contents .mousou_area .start h3{
	margin-bottom: 26px;
}

/*MOUSOU 02、03、04*/
#main-contents .mousou02,
#main-contents .mousou03,
#main-contents .mousou04{
	padding: 45px 0 0;
}

#main-contents .mousou02,
#main-contents .mousou04{
	padding: 45px 0 0;
	background: url(../img/layout/bg_02.png);
}

#main-contents .mousou02 .subtit::before{
	width: 111px;
	height: 166px;
	background: url(../img/layout/img_mousou02_people.png) 0 0 no-repeat;
}

#main-contents .mousou03 .subtit::before{
	width: 123px;
	height: 155px;
	background: url(../img/layout/img_mousou03_people.png) 0 0 no-repeat;
}

#main-contents .mousou04 .subtit::before{
	width: 94px;
	height: 163px;
	background: url(../img/layout/img_mousou04_people.png) 0 0 no-repeat;
}

#main-contents .mousou_area .start .lead{
	margin-bottom: 20px;
}

#main-contents .mousou_area .img_l{
	margin: 0 auto 30px;
}

#main-contents .mousou_area .box_ex{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	min-height: 380px;
}

#main-contents .mousou_area .box_ex .img{
	position: absolute;
	left: 0;
	bottom: 0;
}
#main-contents .mousou_area .box_ex .img.pic{
	position: absolute;
	left: 85px;
	bottom: 0;
}

#main-contents .mousou_area .box_ex .col{
	width: 370px;
	border-radius: 10px;
	overflow: hidden;
}
#main-contents .mousou_area .box_ex .col + .col{
	margin-top: 30px;
}

#main-contents .mousou_area .box_ex .tit{
	font-size: 18px;
	color: #fff;
	background: #37291e;
	text-align: center;
}

#main-contents .mousou_area .box_ex .tit span{
	display: inline-block;
	padding-left: 30px;
	line-height: 38px;
}

#main-contents .mousou_area .box_ex .col.day .tit span{
	background: url(../img/layout/ico_calendar.png) 0 50% no-repeat;
	background-size: 21px auto;
}

#main-contents .mousou_area .box_ex .col.point .tit span{
	background: url(../img/layout/ico_point.png) 0 50% no-repeat;
	background-size: 16px auto;
}

#main-contents .mousou_area .box_ex dl{
	display: flex;
	font-size: 14px;
	padding: 0 20px;
	background: rgba(55,41,30,0.1);
}
#main-contents .mousou_area .box_ex dl + dl{
	margin-top: 2px;
}

#main-contents .mousou_area .box_ex dt,
#main-contents .mousou_area .box_ex dd{
	padding: 16px 0;
	box-sizing: border-box;
}

#main-contents .mousou_area .box_ex dt{
	width: 39%;
}

#main-contents .mousou_area .box_ex dd::before{
	content: ":";
	margin-right: 0.3em;
}

#main-contents .mousou_area .box_ex ul{
	padding: 12px 20px;
	list-style: none;
	background: rgba(55,41,30,0.1);
}

#main-contents .mousou_area .box_ex li{
	text-indent: -1em;
	margin-left: 1em;
	font-size: 14px;
}
#main-contents .mousou_area .box_ex li::before{
	content: "・";
}

/*スライダー*/
#main-contents .mousou_slider{
	margin: 50px 0;
}

#main-contents .mousou_slider li{
	display: flex;
	justify-content: space-between;
	width: 750px;
	margin: 0 25px;
	padding: 50px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.5);
	outline: none;
}

#main-contents .mousou_slider .txt_area{
	width: 290px;
}

#main-contents .mousou_slider .txt_area p{
	font-size: 14px;
	color: #807d79;
}

#main-contents .mousou_slider h4{
	position: relative;
	margin: 0 0 16px;
	padding: 0 0 25px;
	font-size: 22px;
	font-weight: bold;
}

#main-contents .mousou_slider h4::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 29px;
	border-top: 1px dotted #cc0013;
}

/*MOUSOU 2カラム部分*/
#main-contents .mousou_area .box_col2{
	display: flex;
	justify-content: space-between;
	padding: 0 0 60px;
}

#main-contents .mousou_area .box_col2 .col{
	position: relative;
	width: 525px;
	padding: 50px;
	box-sizing: border-box;
	border-radius: 16px;
	background: rgba(55,41,30,0.1);
}

#main-contents .mousou_area .box_col2 .mplus{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -55%);
	line-height: 1;
	letter-spacing: 0.2em;
	font-size: 20px;
	color: #cc0013;
}

#main-contents .mousou_area .box_col2 h4{
	margin: 0 0 30px;
	font-size: 22px;
	text-align: center;
}

#main-contents .mousou_area .box_col2 .lead{
	margin: 0 0 20px;
}

#main-contents .mousou_area .box_col2 dl{
	position: relative;
	padding: 28px 30px;
	border-radius: 16px;
	border: 1px dotted #443f34;
}
#main-contents .mousou_area .box_col2 dl + dl{
	margin-top: 30px;
}

#main-contents .mousou_area .box_col2 dt{
	display: block;
	position: absolute;
	top: -10px;
	left: 10px;
	padding: 0 8px 0 25px;
	border-radius: 10px;
	line-height: 20px;
	font-size: 13px;
	color: #fff;
	background: #443f34;
}
#main-contents .mousou_area .box_col2 dt.good{
	background: url(../img/layout/ico_mousou_merit.png) 10px 50% no-repeat #443f34;
	background-size: 11px auto;
}
#main-contents .mousou_area .box_col2 dt.bad{
	background: url(../img/layout/ico_mousou_demerit.png) 10px 50% no-repeat #443f34;
	background-size: 11px auto;
}

#main-contents .mousou_area .box_col2 dd{
	font-size: 14px;
}

#main-contents .mousou_area .box_col2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-contents .mousou_area .box_col2 li{
	display: flex;
}

#main-contents .mousou_area .box_col2 li + li{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted #443f34;
}

#main-contents .mousou_area .box_col2 li .txt_area{
	margin-left: 30px;
}

#main-contents .mousou_area .box_col2 li h5{
	margin: 0 0 16px;
	padding: 0 0 0 12px;
	background: url(../img/layout/ico_arw.png) 0 50% no-repeat;
	background-size: 6px auto;
}

#main-contents .mousou_area .box_col2 li h5 a{
	display: inline-block;
	padding: 0 0 2px;
	text-decoration: underline;
}
#main-contents .mousou_area .box_col2 li h5 a:hover{
	text-decoration: none;
}

#main-contents .mousou_area .box_col2 li .lead{
	font-size: 14px;
}

/*CVエリア
========================================*/
#main-contents .cv_intro{
	padding: 25px 0 0;
	background: url(../img/layout/bg_01.png);
}

#main-contents .cv_intro .box{
	position: relative;
	top: 75px;
	width: 1100px;
	margin: 0 auto;
	padding: 55px 50px 0;
	box-sizing: border-box;
	background: url(../img/layout/bg_cv.png);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}

#main-contents .cv_intro .box::after{
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 105px;
	background: url(../img/layout/bg_cv_arw.png) 50% 0 no-repeat;
	background-size: 100% auto;
}

#main-contents .cv_intro .comment{
	position: absolute;
	top: -64px;
	left: -28px;
	width: 311px;
	height: 214px;
	padding: 58px 0 0;
	box-sizing: border-box;
	background: url(../img/layout/ico_cv_comment.png) 50% 50% no-repeat;
	text-align: center;
}

#main-contents .cv_intro .comment p{
	line-height: 1.2;
	font-size: 28px;
	font-weight: 500;
	color: #cc0013;
	transform: rotate(-5deg);
}

#main-contents .cv_intro .comment span.s{font-size: 80%;}
#main-contents .cv_intro .comment span.l{font-size: 130%;}

#main-contents .cv_intro h2{
	margin: 0 0 40px;
	line-height: 1.4;
	font-size: 34px;
	text-align: center;
}

#main-contents .cv_intro .bnr{
	margin: 0 0 50px;
	padding: 23px 0 24px;
	line-height: 1.6;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	background: url(../img/layout/bg_cv_bnr.png) 50% 0 repeat-y;
	background-size: 100% auto;
	text-align: center;
}

#main-contents .cv_intro .bnr span{
	font-size: 34px;
}

#main-contents .cv_intro .mid_box{
	display: flex;
	align-items: center;
	width: 900px;
	margin: 0 auto 30px;
}

#main-contents .cv_intro .mid_box .ico{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	line-height: 1.5;
	font-size: 19px;
	font-weight: bold;
	color: #cc0013;
	background: #fff;
	border: 2px dotted #cc0013;
	text-align: center;
}

#main-contents .cv_intro .mid_box .txt_area{
	margin: 0 0 0 30px;
}

#main-contents .cv_intro .mid_box .txt_area p{
	line-height: 1.4;
	font-size: 22px;
	font-weight: bold;
}

#main-contents .cv_intro .mid_box h3{
	margin: 0 0 20px;
	font-size: 28px;
	font-weight: bold;
}

#main-contents .cv_intro .mid_box h3 span{color: #cc0013;}

#main-contents .cv_intro .col3{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto 25px;
}

#main-contents .cv_intro .col3 .img a{
	display: block;
	position: relative;
	transition: opacity 0.2s;
}
#main-contents .cv_intro .col3 .img a:hover{
	opacity: 0.7;
}

#main-contents .cv_intro .col3 .img a::before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 29px;
	height: 29px;
	background: url(../img/layout/ico_zoomin.png) 50% 50% no-repeat #fff;
	background-size: 18px auto;
}

#main-contents .cv_intro .intxt{
	width: 900px;
	margin: 0 auto;
	font-size: 14px;
}

#main-contents .cv_intro .btm_txt{
	position: relative;
	width: 900px;
	top: 45px;
	margin: 0 auto;
	padding: 16px 0 0;
	line-height: 1.5;
	font-size: 34px;
	font-weight: bold;
	color: #cc0013;
	border-top: 1px dotted #323232;
	text-align: center;
	z-index: 2;
}

#main-contents .cv_area{
	padding: 220px 0 100px;
	color: #fff;
	background: url(../img/layout/bg_cv.jpg) 50% 50% no-repeat;
	background-size: cover;
	text-align: center;
}

#main-contents .cv_area h2{
	margin: 0 0 20px;
	line-height: 1;
	font-size: 34px;
}

#main-contents .cv_area .lead{
	margin: 0 0 35px;
	font-size: 18px;
}

#main-contents .cv_area .btn_cv{
	margin: 0 0 40px;
}

#main-contents .cv_area .btn_cv a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 760px;
	height: 120px;
	margin: 0 auto;
	border-radius: 60px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	background: #f24c00;
	transition: opacity 0.2s;
}
#main-contents .cv_area .btn_cv a:hover{
	opacity: 0.7;
}

#main-contents .cv_area .btn_cv a::before{
	content: "";
	position: absolute;
	top: -30px;
	right: -30px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: url(../img/layout/ico_cv_btn.png) 0 0 no-repeat;
	background-size: contain;
}

#main-contents .cv_area .btn_cv a span{
	padding: 0 0 0 53px;
	background: url(../img/layout/ico_cv_mail.png) 0 50% no-repeat;
	background-size: 37px auto;
}

#main-contents .cv_area .box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	width: 760px;
	margin: 0 auto;
}

#main-contents .cv_area .box .col{
	width: 370px;
	padding: 26px 38px;
	border-radius: 16px;
	box-sizing: border-box;
	border: 1px solid #fff;
	text-align: left;
}

#main-contents .cv_area .box .for{
	margin: 0 0 12px;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
}

#main-contents .cv_area .box .num{
	margin: 0 0 8px;
	line-height: 1;
	font-size: 40px;
	font-weight: bold;
}

#main-contents .cv_area .box .num a{
	padding: 0 0 0 26px;
	color: #fff;
	background: url(../img/layout/ico_cv_tel.png) 0 50% no-repeat;
	background-size: 21px auto;
	pointer-events: none;
}

#main-contents .cv_area .box .time{
	line-height: 1;
	font-size: 13px;
}

/*選ばれる理由
========================================*/
#main-contents .reason_area{
	padding: 0 0 100px;
	background: url(../img/layout/bg_02.png);
}

#main-contents .reason_area .list{
	margin: 0 0 50px;
}

#main-contents .reason_area .list li{
	position: relative;
	width: 1050px;
	min-height: 306px;
	padding: 45px 300px 48px 50px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
#main-contents .reason_area .list li.left{
	margin-left: 50px;
	padding-right: 50px;
	padding-left: 300px;
}
#main-contents .reason_area .list li + li{
	margin-top: 50px;
}

#main-contents .reason_area .list .mplus{
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	letter-spacing: 0.2em;
	line-height: 1;
	font-size: 20px;
	color: #cc0013;
}
#main-contents .reason_area .list .mplus span{
	letter-spacing: 0;
	font-size: 130%;
}

#main-contents .reason_area .list h3{
	position: relative;
	padding: 0 0 25px;
	margin: 0 0 20px;
	font-size: 22px;
}

#main-contents .reason_area .list h3::before{
	content: "";
	position: absolute;
	bottom: 0;
	width: 29px;
	border-top: 1px dotted #cc0013;
}

#main-contents .reason_area .list .txt{
	font-size: 14px;
	color: #807d79;
}

#main-contents .reason_area .list .img{
	position: absolute;
	top: 50px;
	right: -50px;
}
#main-contents .reason_area .list li.left .img{
	right: auto;
	left: -50px;
}

/*ビフォーアフター*/
#main-contents .reason_area .drag_box{
	padding: 45px 50px 50px;
	border-radius: 18px;
	background: rgba(55,41,30,0.1);
}

#main-contents .reason_area .drag_box .tit{
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#main-contents .reason_area .drag_box h3{
	margin: 0 0 30px;
	padding: 0 0 45px;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px dashed #2f2e2c;
	text-align: center;
}

#main-contents .reason_area .drag_box .btns{
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

#main-contents .reason_area .drag_box .btns li{
	position: relative;
	width: 320px;
	padding: 23px 0;
	box-sizing: border-box;
	line-height: 1;
	font-size: 18px;
	color: #807d79;
	background: #fff;
	border: 1px dashed #635f55;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}

#main-contents .reason_area .drag_box .btns li::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #443f34;
	z-index: -1;
	transform-origin: center top;
	transform: scaleY(0);
	transition: transform 0.4s ease;
}

#main-contents .reason_area .drag_box .btns li::after{
	content: "";
	position: absolute;
	left: calc(50% - 10px);
	top: 100%;
	border-top: 10px solid #443f34;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	z-index: -1;
	transform-origin: top center;
	transform: scaleY(0);
	transition: transform 0.4s ease;
}

#main-contents .reason_area .drag_box .btns li.active,
#main-contents .reason_area .drag_box .btns li:hover{
	color: #fff;
	border: none;
	transition: color 0.4s border 0.4s;
}

#main-contents .reason_area .drag_box .btns li.active::before,
#main-contents .reason_area .drag_box .btns li:hover::before,
#main-contents .reason_area .drag_box .btns li.active::after,
#main-contents .reason_area .drag_box .btns li:hover::after{
	transform: scaleY(1);
	transition: 0;
}

#main-contents .reason_area .drag_box .btns li:hover::before{
	transition: transform 0.2s ease-out;
}

#main-contents .reason_area .drag_box .btns li:hover::after{
	transition: transform 0.2s 0.2s ease-out;
}

#main-contents .reason_area .drag_box .conts{
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-contents .reason_area .drag_box .conts li{
	display: none;
	padding: 45px 50px;
	border-radius: 18px;
	border: 1px solid #807d79;
}

#main-contents .reason_area .drag_box .conts li.active{
	display: block;
}

#main-contents .reason_area .drag_box .conts p{
	font-size: 18px;
}

#main-contents .reason_area .drag_box .conts .intit{
	margin: 0 auto 18px;
	font-weight: bold;
	text-align: center;
}

#main-contents .reason_area .drag_box .conts .img{
	position: relative;
	width: 100%;
	border: 2px solid #fff;
	overflow: hidden;
}

#main-contents .reason_area .drag_box .conts .before{
	position: relative;
	width: 50%;
	overflow: hidden;
	z-index: 2;
}

#main-contents .reason_area .drag_box .conts .dragbtn{
	position: absolute;
	left: calc(50% - 25px);
	top: calc(50% - 25px);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	cursor: w-resize;
	z-index: 3;
}

#main-contents .reason_area .drag_box .conts .dragbtn::before{
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	right: calc(50% - 12px);
	width: 24px;
	height: 20px;
	z-index: 1;
	background: url(../img/layout/drag.png) no-repeat 0 0;
	background-size: 100% auto;
}

#main-contents .reason_area .drag_box .conts .dragbtn:hover::before{
	opacity: 0.7;
}

#main-contents .reason_area .drag_box .conts .dragbtn::after {
	content: '';
	position: absolute;
	top: -145px;
	left: 24px;
	width: 2px;
	height: 340px;
	background: #fff;
}

#main-contents .reason_area .drag_box .conts .after{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#main-contents .reason_area .drag_box .conts .caution{
	margin: 0 0 20px;
	font-size: 14px;
	color: #807d79;
}

/*エリア別課題別事例
========================================*/
#main-contents .case_area{
	padding: 0 0 100px;
	background: url(../img/layout/bg_01.png);
}

#main-contents .case_block{
	width: 94%;
	margin: 0 auto 50px;
	padding: 100px 0;
	background: #f8f6f1;
}

@media screen and (max-width: 1240px) {
	#main-contents .case_block{
		width: 100%;
	}
}

#main-contents .case_block h3{
	position: relative;
	padding: 0 0 50px;
	font-size: 28px;
}

#main-contents .case_block h3::before{
	content: "";
	position: absolute;
	flow-from: 0;
	bottom: 0;
	width: 50px;
	border-top: 1px dotted #cc0013;
}

#main-contents .case_block .box{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-contents .case_block .col{
	width: 525px;
	padding: 45px 0;
	border-bottom: 1px dotted #2f2e2c;
}

#main-contents .case_block .col p{
	font-size: 14px;
	color: #807d79;
}

#main-contents .case_block h4{
	margin: 0 0 24px;
	font-size: 22px;
}

#main-contents .case_block .inbox{
	display: flex;
	justify-content:  space-between;
	margin: 26px 0 0;
}

#main-contents .case_block .incol{
	width: 255px;
}

#main-contents .case_block .incol .img{
	margin: 0 0 6px;
}

#main-contents .case_block .incol .img a{
	transition: opacity 0.2s;
}
#main-contents .case_block .incol .img a:hover{
	opacity: 0.7;
}

#main-contents .case_block .incol h5{
	margin: 0 0 15px;
}

#main-contents .case_block .incol h5 a{
	text-decoration: underline;
}
#main-contents .case_block .incol h5 a:hover{
	text-decoration: none;
}

#main-contents .case_block .incol h5 a span{
	padding: 0 0 0 12px;
	background: url(../img/layout/ico_arw.png) 0 50% no-repeat;
	background-size: 6px auto;
}

#main-contents .case_area .btn_area .inlead{
	margin: -5px 0 40px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

#main-contents .case_area .btn_area .inbtn{
	width: 640px;
	margin: 0 auto;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

#main-contents .case_area .btn_area .inbtn a{
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 120px;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	border-radius: 60px;
	color: #fff;
	background: #cc0013;
}

#main-contents .case_area .btn_area .inbtn a::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: url(../img/layout/ico_case_btn.png) 50% 50% no-repeat;
	background-size: contain;
}

#main-contents .case_area .btn_area .inbtn span{
	display: flex;
	align-items: center;
	padding: 0 30px 0 56px;
	background: url(../img/layout/ico_case_tool.png) 0 50% no-repeat, url(../img/layout/ico_arw_white.png) 100% 50% no-repeat;
	background-size: 42px auto, 14px auto;
}

/*サービスの流れ
========================================*/
#main-contents .flow_area{
	padding: 0 0 90px;
	background: url(../img/layout/bg_02.png);
}

#main-contents .flow_area .tit_area{
	margin-bottom: 35px;
}

#main-contents .flow_area .catch{
	margin: 0 0 40px;
	font-size: 28px;
	font-weight: bold;
}

#main-contents .flow_area .btns{
	display: flex;
	height: 129px;
	margin: 0 auto 30px;
	background: #fff;
}

#main-contents .flow_area .btns li{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	font-size: 18px;
	color: #807d79;
	border-top: 1px dotted #443f34;
	border-bottom: 1px dotted #443f34;
	cursor: pointer;
}
/*右arw*/
#main-contents .flow_area .btns li::before{
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 21px;
	height: 100%;
	background: url(../img/layout/bg_flow_btn.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

#main-contents .flow_area .btns li:nth-child(1){
	flex-grow: 0;
	width: 210px;
	border-left: 1px dotted #443f34;
	z-index: 5;
}

#main-contents .flow_area .btns li:nth-child(2){
	z-index: 4;
}

#main-contents .flow_area .btns li:nth-child(3){
	z-index: 3;
}

#main-contents .flow_area .btns li:nth-child(4){
	z-index: 2;
}

#main-contents .flow_area .btns li:nth-child(5){
	border-right: 1px dotted #443f34;
	z-index: 1;
}
#main-contents .flow_area .btns li:nth-child(5)::before{
	display: none;
}

#main-contents .flow_area .btns li.active{
	color: #fff;
	background: #443f34;
}

#main-contents .flow_area .btns li.active::before{
	width: 0;
	height: 0;
	background: none;
	border-left: 21px solid #443f34;
	border-top: 64.5px solid transparent;
	border-bottom: 64.5px solid transparent;
}
/*下arw*/
#main-contents .flow_area .btns li::after{
	content: "";
	position: absolute;
	top: 100%;
	left: calc(50% - 10px);
	border-top: 0 solid #443f34;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
#main-contents .flow_area .btns li.active::after,
#main-contents .flow_area .btns li:hover::after{
	border-top: 10px solid #443f34;
	transition: border-top 0.3s ease-out;
}

#main-contents .flow_area .btns span{
	display: block;
	min-width: 30px;
	margin: 0 0 10px;
	padding: 0 0 40px;
	line-height: 1;
	letter-spacing: 0.1em;
	font-size: 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
	background: url(../img/layout/ico_flow.png) 50% 100% no-repeat;
	background-size: 30px auto;
}

#main-contents .flow_area .btns li[data-btns="step02"] span {
	background: url(../img/layout/ico_flow02.png) 50% 100% no-repeat;
	background-size: 35px auto;
}

#main-contents .flow_area .btns li[data-btns="step03"] span {
	background: url(../img/layout/ico_flow03.png) 50% 100% no-repeat;
	background-size: 29px auto;
}

#main-contents .flow_area .btns li[data-btns="step04"] span {
	background: url(../img/layout/ico_flow04.png) 50% 100% no-repeat;
	background-size: 30px auto;
}

#main-contents .flow_area .btns li[data-btns="step05"] span {
	background: url(../img/layout/ico_flow05.png) 50% 100% no-repeat;
	background-size: 34px auto;
}

#main-contents .flow_area .btns em{
	margin: 0 0 0 0.2em;
	font-size: 130%;
	font-style: normal;
}

#main-contents .flow_area .btns li.active span{
	background: url(../img/layout/ico_flow_active.png) 50% 100% no-repeat;
	background-size: 30px auto;
}

#main-contents .flow_area .btns li.active[data-btns="step02"] span {
	background: url(../img/layout/ico_flow02_active.png) 50% 100% no-repeat;
	background-size: 35px auto;
}

#main-contents .flow_area .btns li.active[data-btns="step03"] span {
	background: url(../img/layout/ico_flow03_active.png) 50% 100% no-repeat;
	background-size: 29px auto;
}

#main-contents .flow_area .btns li.active[data-btns="step04"] span {
	background: url(../img/layout/ico_flow04_active.png) 50% 100% no-repeat;
	background-size: 30px auto;
}

#main-contents .flow_area .btns li.active[data-btns="step05"] span {
	background: url(../img/layout/ico_flow05_active.png) 50% 100% no-repeat;
	background-size: 34px auto;
}

#main-contents .flow_area .conts{
	margin: 0 0 25px;
	padding: 50px;
	border-radius: 18px;
	background: rgba(55,41,30,0.1);
}

#main-contents .flow_area .conts li{
	display: none;
	justify-content: space-between;
	width: 100%;
	
}
#main-contents .flow_area .conts li.active{
	display: flex;
}

#main-contents .flow_area .conts h3{
	position: relative;
	padding: 0 0 30px;
	margin: 0 0 30px;
	font-size: 18px;
}

#main-contents .flow_area .conts h3::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	border-top: 1px dotted #cc0013;
}

#main-contents .flow_area .conts .txt_area p{
	font-size: 14px;
	color: #807d79;
}

#main-contents .flow_area .conts .img{
	margin-left: 50px;
}

#main-contents .flow_area .txt_btm{
	font-size: 18px;
	color: #807d79;
}

/*よくあるご質問
========================================*/
#main-contents .faq_area{
	padding: 0 0 100px;
	background: url(../img/layout/bg_01.png);
}

#main-contents .faq_area .list{
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-contents .faq_area .list li{
	margin: 0 0 30px;
	padding: 20px 30px 30px;
	background: rgba(255,255,255,0.5);
}

#main-contents .faq_area .list li:last-child{
	margin-bottom: 0;
}

#main-contents .faq_area .list .tit{
	position: relative;
	margin: 0 0 0 2em;
	padding: 0 80px 0 0;
	text-indent: -2em;
	line-height: 1.6;
	font-size: 22px;
	font-weight: bold;
}

#main-contents .faq_area .list .tit::before{
	content: "Q.";
	margin-right: 1em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
}

#main-contents .faq_area .list .ans{
	display: none;
	position: relative;
	margin: 25px 0 0;
	padding: 24px 80px 24px 76px;
	font-size: 18px;
	color: #807d79;
	background: #fff;
}

#main-contents .faq_area .list .ans::before{
	content: "A.";
	position: absolute;
	top: 30px;
	left: 30px;
	line-height: 1;
	font-size: 24px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
	color: #cc0013;
}

#main-contents .faq_area .list .toggle{
	position: absolute;
	right: 0;
	top: calc(50% - 40px);
	top: 0;
	width: 80px;
	height: 100%;
	cursor: pointer;
}

#main-contents .faq_area .list .toggle::before,
#main-contents .faq_area .list .toggle::after{
	content: "";
	position: absolute;
	top: calc(50% - 1.5px);
	left: calc(50% - 10px);
	width: 20px;
	height: 3px;
	background: #443f34;
}

#main-contents .faq_area .list .tit .toggle::after{
	transform: rotate(90deg);
}

#main-contents .faq_area .list .toggle:hover{
	opacity: 0.7;
}

/*オフィスレイアウトの基本
========================================*/
#main-contents .howto_area{
	padding: 0 0 100px;
	background: url(../img/layout/bg_02.png);
}

#main-contents .howto_area .tit_area{
	margin-bottom: 40px;
}

#main-contents .howto_area .howlead{
	margin: 0 0 45px;
	font-size: 18px;
	color: #807d79;
}

#main-contents .howto_area .catch{
	padding: 50px 0 80px;
	background: rgba(55,41,30,0.1);
}

#main-contents .howto_area .catch h3{
	position: relative;
	margin: 0 0 25px;
	padding: 0 0 30px;
	font-size: 28px;
}

#main-contents .howto_area .catch h3::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	border-top: 1px dotted #cc0013;
}

#main-contents .howto_area .catch p{
	font-size: 18px;
	color: #807d79;
}

#main-contents .howto_area .box{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#main-contents .howto_area .box .col{
	display: flex;
	flex-direction: column;
	width: 525px;
	margin: 50px 0 0;
	padding: 30px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.5);
}

#main-contents .howto_area .box .col.wide{
	flex-direction: row;
	width: 100%;
}

#main-contents .howto_area .box .txt_area{
	margin: 0 0 26px;
}

#main-contents .howto_area .box h4{
	margin: 0 0 20px;
	font-size: 24px;
}

#main-contents .howto_area .box .txt{
	font-size: 14px;
	color: #807d79;
}

#main-contents .howto_area .box .col.wide .img{
	margin: 0 0 0 45px;
}

/*slick*/
.slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	outline: none;
}

.slick-list:focus{outline: none;}

.slick-list.dragging{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after{
	display: table;
	content: '';
}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}

.slick-slide{
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide{float: right;}

.slick-slide img{display: block;}

.slick-slide.slick-loading img{display: none;}

.slick-slide.dragging img{pointer-events: none;}

.slick-initialized .slick-slide{display: block;}

.slick-loading .slick-slide{visibility: hidden;}

.slick-vertical .slick-slide{
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden{display: none;}

/* slick theme */
.slick-loading .slick-list{}

/* Arrows */
.slick-prev,
.slick-next{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index: 2;
	border-radius: 50%;
	background: #ded9cf;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	transition: opacity 0.2s;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
	opacity: 0.7;
}

.slick-next,
[dir='rtl'] .slick-prev{
	right: calc(50% - 415px);
	background-image: url(../img/layout/ico_arw_right.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
[dir='rtl'] .slick-prev{left: auto;}

.slick-prev,
[dir='rtl'] .slick-next{
	left: calc(50% - 415px);
	background-image: url(../img/layout/ico_arw_left.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
[dir='rtl'] .slick-next{right: auto;}

/* Dots */
.slick-dotted.slick-slider{margin-bottom: 30px;}

.slick-dots{
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{outline: none;}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before{opacity: 1;}

.slick-dots li button:before{
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before{
	opacity: .75;
	color: black;
}
/*slick*/


/*ショールームでのご提案も承ります*/
/*見出し*/
#main-contents .tit_bnr{
	position: relative;
	padding: 62px 0;
	background: #a30000;
	text-align: center;
	overflow: visible;
}

#main-contents .tit_bnr p{
	font-family: 'Montserrat', sans-serif;
	color: #dabb70;
	font-weight: bold;
}

#main-contents .tit_bnr h2{
	margin: 0 0 20px;
	font-size: 34px;
	color: #fff;
}

#main-contents .tit_bnr::before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 4px;
	height: 40px;
	background: #a30000;
	transform: translateX(-50%);
}

#main-contents .showroom{
	padding: 100px 0;
	background: url(../img/partition/bg_lineup.gif) -40px -66px #fff;
}

#main-contents .showroom .lead{
	margin: 0 0 35px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

#main-contents .showroom .catch{
	position: relative;
	margin: 0 0 60px;
	padding: 20px 0;
	font-size: 18px;
	background: #f5f5f5;
	text-align: center;
}

#main-contents .showroom .catch span{
	display: block;
	margin: 2px 0 0;
	color: #6a696e;
	font-size: 13px;
}

#main-contents .showroom .catch::before{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 162px;
	height: 140px;
	background: url(../img/partition/bg_showroom_catch.png) 0 0 no-repeat;
}

#main-contents .showroom .col{
	/* float: left; */
	width: 340px;
	margin: 40px 40px 0 0;
}

#main-contents .showroom .col p{
	font-size: 14px;
	line-height: 1.8;
}

#main-contents .showroom .col:nth-child(3n){
	margin-right: 0; [cite: 6]
}
#main-contents .showroom .col:nth-child(-n+3){
	margin-top: 0;
}

#main-contents .showroom .img{
	margin: 0 0 20px;
}

#main-contents .showroom .box{
	margin: 0;
	padding: 0;
	list-style: none;
	/* 以下2行を追加 */
	display: flex;
	flex-wrap: wrap;
}

#main-contents .showroom .col .tit{
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: bold;
}

#main-contents .showroom .col .caution{
	color: #f11414;
}

#main-contents .showroom .col a:link,
#main-contents .showroom .col a:visited{
	text-decoration: underline;
}

/*取引先企業一覧*/
#main-contents .client{
	padding: 100px 0;
	color: #fff;
	background: #a30000;
}

#main-contents .client .client_in{
	width: 970px;
	margin: 0 auto;
}

#main-contents .client h2{
	margin: 0 0 60px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}

#main-contents .client .img{
	margin: 0 0 50px;
	padding: 16px 0 21px;
	background: #fff;
	border: 5px solid #ccc;
	text-align: center;
}

#main-contents .client ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-contents .client .box>li{
	float: left;
	width: 300px;
	margin: 0 35px 0 0;
}
#main-contents .client .box>li:nth-child(3n){
	margin-right: 0;
}

#main-contents .client li{
	font-size: 14px;
	line-height: 1.8;
}

/*お電話でのお問い合わせ*/
#main-contents .contact_tel{
	padding: 100px 0;
	text-align: center;
}

#main-contents .contact_tel .contact_in{
	width: 970px;
	margin: 0 auto;
}

#main-contents .contact_tel .tit_area{
	margin: 0 0 60px;
	padding: 40px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#main-contents .contact_tel .tit_area p{
	font-size: 18px;
	font-weight: bold;
}

#main-contents .contact_tel h2{
	margin: 30px 0 0;
	font-size: 50px;
	font-weight: bold;
}

#main-contents .contact_tel .col{
	float: left;
	width: 465px;
	margin: 40px 40px 0 0;
	background: #fff;
}

#main-contents .contact_tel .col:nth-child(2n){
	margin-right: 0;
}
#main-contents .contact_tel .col:nth-child(-n+2){
	margin-top: 0;
}

#main-contents .contact_tel .col a{
	display: block;
	padding: 0 0 20px;
	color: #333;
	cursor: default;
	pointer-events: none;
}
#main-contents .contact_tel .col a:hover{
	color: #333;
}

#main-contents .contact_tel .col .tit{
	margin: 0 0 15px;
	padding: 4px 0;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background: #d1322e;
}

#main-contents .contact_tel .col .number{
	margin: 0 0 10px;
	font-size: 46px;
	font-weight: bold;
	line-height: 1;
}
#main-contents .contact_tel .col .number span{
	padding: 0 0 0 30px;
	background: url(../img/partition/ico_contact_tel.png) 0 45% no-repeat;
	background-size: 25px auto;
}

#main-contents .contact_tel .col .sp{
	display: inline-block;
	margin: 0 0 12px;
	padding: 8px 20px 8px 42px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #666;
	background: url(../img/partition/ico_contact_phone.png) 20px 50% no-repeat #ededed;
	background-size: 11px auto;
}

#main-contents .contact_tel .col .sp .num{
	vertical-align: middle;
	margin: 0 0 0 10px;
	font-size: 26px;
	font-weight: normal;
}

#main-contents .contact_tel .col .time{
	font-size: 13px;
	color: #666;
}

/*メールでのお問い合わせ*/
#main-contents .secondary-mail{
	padding: 75px 0 80px;
	color: #fff;
	background: #333;
	font-size: 14px;
}
#main-contents .secondary-mail .wrap{
	width: 970px;
	margin: 0 auto;
}

#main-contents .secondary-mail h2{
	margin: 0 0 60px;
	padding: 40px 0;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#main-contents .secondary-mail .mail-step{
	margin: 0 0 65px;
}
#main-contents .secondary-mail .mail-step .col{
	position: relative;
	display: table;
	float: left;
	width: 298px;
	margin: 0 38px 0 0;
	padding: 13px;
	box-sizing: border-box;
	color: #333;
	background: #fff;
}
#main-contents .secondary-mail .mail-step .col.selected{
	color: #fff;
	background: #d73232;
}
#main-contents .secondary-mail .mail-step .col:last-child{
	margin-right: 0;
}
#main-contents .secondary-mail .mail-step .col::before{
	content: "";
	position: absolute;
	right: -32px;
	top: 7px;
	width: 23px;
	height: 36px;
	background: url(../img/partition/ico_contact_step.png) 0 0 no-repeat;
}
#main-contents .secondary-mail .mail-step .col:last-child::before{
	display: none;
}
#main-contents .secondary-mail .mail-step .col em{
	display: table-cell;
	width: 96px;
	text-align: center;
	border: 2px solid #ccc;
}
#main-contents .secondary-mail .mail-step .col.selected em{
	color: #d73232;
	background: #fff;
	border: none;
}
#main-contents .secondary-mail .mail-step .col span{
	display: table-cell;
	text-align: center;
	font-size: 18px;
}

#main-contents .secondary-mail #mail-form{
	width: 970px;
}
#main-contents .secondary-mail #mail-form li {
	height: auto;
}
#main-contents .secondary-mail .form-txt,
#main-contents .secondary-mail .form-textarea{
	width: 650px;
	background: #fff;
}
#main-contents .secondary-mail .ssl-txt {
	line-height: 3;
}
#main-contents .secondary-mail .ssl-txt a{
	color: #fff;
	text-decoration: underline;
}

#main-contents .secondary-mail #mail-form li p{
	padding-left: 290px;
}
#main-contents .secondary-mail .ssl-table{
	width: 100%;
	margin: 0;
}
#main-contents .secondary-mail #mail-form #form-submit{
	padding: 0;
	width: 500px;
	height: 70px;
}
#main-contents .secondary-mail #mail-form .form-name2{
	width: 250px;
	padding: 0 0 0 40px;
	background-position: 210px center;
}
#main-contents .secondary-mail #mail-form .form-name1{
	width: 250px;
	padding: 0 0 0 40px;
}
#main-contents .secondary-mail #mail-form .ssl-table .white-base{
	display: inline-block;
	width: 180px;
	background: #fff;
}

/*ズームアイコン*/
#main-contents .zoom{
	position: relative;
}

#main-contents .zoom a::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url(../img/partition/ico_case_zoom.gif) 50% 50% no-repeat #fff;
	cursor: pointer;
}

/*ボタン*/
#main-contents .box_btn{
	display: table;
	position: relative;
	width: 620px;
	margin: 0 auto;
}

#main-contents .box_btn a{
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	background: #a30000;
	border-radius: 9px;
	text-align: center;
}
#main-contents .box_btn a:hover{
	color: #fff;
}

#main-contents .box_btn .img{
	position: absolute;
	top: -20px;
	right: -10px;
}

#main-contents .box_btn .txt{
	padding: 0 0 0 22px;
	background: url(../img/partition/ico_arw_w.png) 0 50% no-repeat;
	background-size: 7px auto;
}

#main-contents .secondary-mail .form-name2 {
    background: url(../img/from-required.gif) no-repeat 140px;
}


/* オフィスレイアウトのポイント */
.point_area {
	background: url(../img/layout/bg_point.gif) 0 0;
	padding: 0 0 90px;
}
.point_area .cnt_area {
	width: 1100px;
	margin: 0 auto;
}
.point_area .cnt_area .pointbox {
	position: relative;
	padding: 0 0 0 600px;
	margin: 0 0 150px;
}
.point_area .cnt_area .pointbox .txt {
	position: absolute;
	width: 660px;
	box-sizing: border-box;
	background: url(../img/layout/bg_point_txt.gif) 0 0;
	padding: 50px;
	left: 0;
	top: 50px;
}
.point_area .cnt_area .pointbox .txt p.point {
	position: absolute;
	font-size: 18px;
	font-size: 1.8rem;
	top: -20px;
	left: 50px;
	color: #cc0013;
	letter-spacing: 0.1em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
}
.point_area .cnt_area .pointbox .txt p.point span {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 0 5px;
}
.point_area .cnt_area .pointbox .txt h3{
	position: relative;
	padding: 0 0 30px;
	margin: 0 0 30px;
	font-size: 24px;
	font-size: 2.4rem;
}

.point_area .cnt_area .pointbox .txt h3::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	border-top: 1px dotted #cc0013;
}
.point_area .cnt_area .pointbox .txt p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}
.point_area .cnt_area .pointbox img {
	margin: 0 0 0 auto;
}

/* CVボタン追加 */
#main-contents p.btn_cv a:link,
#main-contents p.btn_cv a:visited{
	color: #fff;
}

.mousou01 .inner p.btn_cv,
.mousou02 .inner p.btn_cv,
.mousou03 .inner p.btn_cv{
	margin: 0 0 100px;
}
.reason_area  .inner p.btn_cv,
.flow_area .inner p.btn_cv{
	margin: 60px 0 0;
}

.mousou01 .inner p.btn_cv a,
.mousou02 .inner p.btn_cv a,
.mousou03 .inner p.btn_cv a,
.reason_area  .inner p.btn_cv a,
.flow_area .inner p.btn_cv a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 500px;
	height: 100px;
	margin: 0 auto;
	border-radius: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #f24c00;
	transition: opacity 0.2s;
}
.mousou01 .inner p.btn_cv a:hover,
.mousou02 .inner p.btn_cv a:hover,
.mousou03 .inner p.btn_cv a:hover,
.reason_area  .inner p.btn_cv a:hover,
.flow_area .inner p.btn_cv a:hover{
	opacity: 0.7;
}

.mousou01 .inner p.btn_cv a::before,
.mousou02 .inner p.btn_cv a::before,
.mousou03 .inner p.btn_cv a::before,
.reason_area  .inner p.btn_cv a::before,
.flow_area .inner p.btn_cv a::before{
	content: "";
	position: absolute;
	top: -30px;
	right: -30px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: url(../img/layout/ico_cv_btn.png) 0 0 no-repeat;
	background-size: contain;
}

.mousou01 .inner p.btn_cv a span,
.mousou02 .inner p.btn_cv a span,
.mousou03 .inner p.btn_cv a span,
.reason_area  .inner p.btn_cv a span,
.flow_area .inner p.btn_cv a span{
	padding: 0 0 0 53px;
	background: url(../img/layout/ico_cv_mail.png) 0 50% no-repeat;
	background-size: 37px auto;
}

/* もっと見るボタン */
.grad{
    position: relative;
}
.grad .grad_btn{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    z-index: 2;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -60px;
    width: 200px;
    margin: auto;
    padding: 0.5em 0;
    border-radius: 10px;
    background: #443f34;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
}
.grad .grad_btn:hover {
	opacity:0.7;
 }
.grad .grad_item {
  position: relative;
  overflow: hidden;
  height: 290px; /*隠した状態の高さ*/
}

.grad .grad_trigger {
  display: none;
}
.grad .grad_trigger:checked + .grad_btn {
  display: none;
}
.grad .grad_trigger:checked ~ .grad_item {
  height: auto;
}
.grad .grad_trigger ~ .grad_item:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.5));
}

.grad .grad_trigger:checked ~ .grad_item:before {
	content: none;
}

/* オフィスレイアウトのポイント アコーディオン */
#main-contents .cnt_area .btn{
    margin: 0 0 30px;
	padding: 20px 30px 20px 160px;
	background: rgba(255,255,255,0.5) url(../../service/img/layout/img_point01.jpg) no-repeat;
    background-size: contain;
    position: relative;
    cursor: pointer;
}
#main-contents .cnt_area .btn.btn02{
	background: rgba(255,255,255,0.5) url(../../service/img/layout/img_point02.jpg) no-repeat;
    background-size: contain;
}
#main-contents .cnt_area .btn p{
    font-weight: bold;
    font-size: 20px;
}
#main-contents .cnt_area .btn p.point{
    font-size: 15px;
    color: #cc0013;
    letter-spacing: 0.1em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#main-contents .cnt_area .pointbox{
    display: none;
    position: relative;
}
#main-contents .cnt_area .toggle{
	position: absolute;
	right: 0;
	top: calc(50% - 40px);
	top: 0;
	width: 80px;
	height: 100%;
	cursor: pointer;
}
#main-contents .cnt_area .toggle::before,
#main-contents .cnt_area .toggle::after{
	content: "";
	position: absolute;
	top: calc(50% - 1.5px);
	left: calc(50% - 10px);
	width: 20px;
	height: 3px;
	background: #443f34;
}
#main-contents .cnt_area .toggle::after{
    transform: rotate(90deg);
}
#main-contents .cnt_area .btn.active .toggle::after{
	transform: rotate(0deg);
}
#main-contents .cnt_area .toggle:hover{
	opacity: 0.7;
}

/* 3Dシミュレーター */

#main-contents .office_simulator {
	width: 1100px;
	margin: 100px auto;
	/*padding: 60px 50px;*/
	padding: 0 0 40px 0;
	box-sizing: border-box;
	color: #333;
	background: #f2f2f2;
}

#main-contents .office_simulator .logo {
	/*margin: 0 0 50px;*/
	margin: 0 0 40px;
	text-align: center;
	font-size: 32px;
    font-weight: bold;
    color: #fff;
    background-color: #9b1a07;
    padding: 20px;
}

#main-contents .office_simulator .lead {
	margin: 0 0 40px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

#main-contents .office_simulator .inner {
	display: flex;
	align-items: center;
	/*width: 100%;
	margin: 0 0 40px;*/
	width: 1000px;
	margin: 0 auto 40px;
	background: #fff;
}

#main-contents .office_simulator .inner .txt {
	width: 530px;
	padding: 0 40px 0 60px;
	box-sizing: border-box;
}

#main-contents .office_simulator .inner .txt .tit {
	margin: 0 0 10px;
	font-size: 28px;
	font-weight: bold;
	color: #9b1a07;
	line-height: 1.6;
}

#main-contents .office_simulator .inner .txt .list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main-contents .office_simulator .inner .txt .list li {
	padding: 20px 0 20px 50px;
	border-bottom: 2px dotted #b8b8b8;
	font-size: 20px;
	background: url(../img/3d/ico_comment.png) no-repeat 0 20px;
}

#main-contents .office_simulator .inner .img {
	width: 470px;
}

#main-contents .office_simulator .cv_txt {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#main-contents .office_simulator .btn {
	width: 542px;
	margin: 0 auto;
}

#main-contents .office_simulator .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 84px;
	border-radius: 42px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #9b1a07;
}