@charset "UTF-8";


.contentsWrap{
	padding-top: 30px;
}
@media all and (min-width: 680px){
	.sec{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 679px){
	.contentsWrap{
		padding-top: 10px;
	}
	.sec{
		margin-left: 20px;
		margin-right: 20px;
	}
}

/*************** mv ***************/
.mv{
	width: 100%;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
	padding-top: 15px;
}
.mv_h1Wrap{
	margin-left: 60px;
	padding-left: 20px;
	position: relative;
}
.mv_h1Wrap::before{
	content: '';
	width: 4px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.mv_h1Wrap h1{
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.mv_h1Wrap p{
	font-size: 22px;
	letter-spacing: 0.05em;
}

.mv_txt{
	height: 80px;
	position: absolute;
	bottom: 25px;
	right: 60px;
	border: 2px solid #fff;
	padding: 0 25px;
	display: flex;
	align-items: center;
}
.mv_txt_01{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding-top: 5px;
}
.mv_txt_02{
	font-size: 46px;
	font-weight: 700;
	margin-left: 10px;
}
.mv_txt_03{
	font-size: 29px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-left: 10px;
	padding-top: 20px;
}

@media all and (min-width: 680px){
}

@media screen and (max-width: 679px){
	.mv{
		height: 130px;
		padding-top: 10px;
	}
	.mv_h1Wrap{
		margin-left: 10px;
		padding-left: 10px;
	}
	.mv_h1Wrap::before{
		width: 2px;
	}
	.mv_h1Wrap h1{
		font-size: 16px;
	}
	.mv_h1Wrap p{
		font-size: 14px;
		line-height: 1;
	}

	.mv_txt{
		height: 60px;
		position: absolute;
		bottom: 10px;
		right: 0;
		left: 0;
		margin: auto;
		border: 2px solid #fff;
		padding: 0 18px;
		width: 295px;
	}
	.mv_txt_01{
		font-size: 15px;
		padding-top: 5px;
	}
	.mv_txt_02{
		font-size: 36px;
		margin-left: 5px;
	}
	.mv_txt_03{
		font-size: 22px;
		padding-top: 15px;
	}

}


/*************** page_tab ***************/
.page_tab li a{
	width: 290px;
	height: 80px;
	display: flex;
    align-items: center;
	position: relative;

	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.page_tab li a::before{
	content: '';
    border: 2px solid #152f40;
    border-left: 0;
    border-bottom: 0;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 35px;
    right: 10px;
    transform: rotate(135deg);
}
.page_tab li a::after{
	content: '';
	width: 100%;
	height: 4px;
	background-color: #152f40;
	position: absolute;
	bottom: 0;
	left: 0;
		transition: 0.3s ease;
}

@media all and (min-width: 680px){
	.page_tab{
		display: flex;
		justify-content: space-between;
	}
	.page_tab li a,
	.page_tab li a::before{
		transition: 0.3s ease;
	}
	.page_tab li a:hover {
	     color: #008AC5;
	}
	.page_tab li a:hover::before {
	    border: 2px solid #008AC5;
	    border-left: 0;
	    border-bottom: 0;
	    bottom: 31px;
	}
	.page_tab li a:hover::after{
		background-color: #008AC5;
	}

}

@media screen and (max-width: 679px){
	.page_tab li a{
		width: 100%;
		height: 60px;
		font-size: 14px;
	}
	.page_tab li a::before{
	    width: 13px;
	    height: 13px;
	    bottom: 25px;
	    right: 4px;
	}

}

/*************** contents ***************/

.contents{
	padding-top: 80px;
}
.h2Wrap{
	margin-bottom: 70px;
}
.h2Wrap h2 span{
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.05em;
	background-color: #fff;
	padding: 0 25px;
	z-index: 10;
    position: relative;
}
.h2Wrap h2 span.bg_gray{
	background-color: #b5b7bc;
}
.h2Wrap h2 span.bg_gray2{
	background-color: #c7c9ce;
}
.h2Wrap h2 span.bg_blue{
	background-color: #42849a;
}
.h2Wrap h2 span.bg_green{
	background-color: #b3c7cc;
}
.h2Wrap p{
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	margin-top: 20px;
}
.h2Wrap p::before{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #152f40;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
}

/*#contents01*/
#contents01 .conInner01_left h3{
	font-size: 22px;
	font-weight: 700;
	line-height: 1.9;
}
#contents01 .conInner01_left p{
	width: 420px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-top: 15px;
}
#contents01 .conInner01 .img{
	width: 460px;
}

/*#contents02*/
#contents02{
	background-color: #b5b7bc;
}
#contents02 .conInner01{
	width: 960px;
	padding-left: 40px;
	padding-bottom: 40px;
	border: 6px solid #fff;
	background-color: #152f40;
	color: #fff;
	position: relative;
}
#contents02 .conInner01 + .conInner01{
	margin-top: 40px;
}
#contents02 .conInner01 .number{
	font-size: 25px;
	font-weight: 700;
	display: flex;
    align-items: center;
}
#contents02 .conInner01 .number span{
	font-size: 75px;
	font-weight: 700;
    margin-left: 5px;
    margin-top: -5px;
}
#contents02 .conInner01 h3{
	font-size: 26px;
	letter-spacing: 0.2em;
	color: #42849a;
	margin-top: -12px;
}
#contents02 .conInner01 .txt{
	width: 400px;
	font-size: 14px;
	font-weight: 700;
	line-height: 2;
	text-align: justify;
	margin-top: 5px;
	position: relative;
}
#contents02 .conInner01 .txt::after{
	content: '';
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 100;
}

@media all and (min-width: 680px){
	.h2Wrap h2{
		position: relative;
		display: flex;
		justify-content: center;
	}
	.h2Wrap h2::before{
		content: '';
		width: 100%;
		height: 1px;
		background-color: #152f40;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -50%;
		margin: auto;
	}

	/*#contents01*/
	#contents01 .conInner01{
		display: flex;
		justify-content: space-between;
		padding-left: 35px;
		position: relative;
	}

	#contents02 .conInner01 .img{
		width: 370px;
		position: absolute;
		top: 35px;
		right: -40px;
	}

}

@media screen and (max-width: 679px){
	.contents{
		padding-top: 40px;
	}
	.h2Wrap{
		width: 300px;
		margin-bottom: 30px;
		margin-left: auto;
    	margin-right: auto;
		padding-bottom: 20px;
		padding-top: 20px;
    	border-bottom: 1px solid #152f40;
    	border-top: 1px solid #152f40;
	}
	.h2Wrap h2{
		text-align: center;
	}
	.h2Wrap h2 span{
		font-size: 18px;
		padding: 0;
	}

	.h2Wrap p{
		font-size: 14px;
		margin-top: 15px;
	}
	.h2Wrap p::before{
		width: 7px;
		height: 7px;
		top: -10px;
	}

	/*#contents01*/
	#contents01 .conInner01_left h3{
		font-size: 16px;
		line-height: 2;
		text-align: center;
	}
	#contents01 .conInner01_left p{
		width: 100%;
		font-size: 15px;
		margin-top: 15px;
	}
	#contents01 .conInner01 .img{
		display: block;
		width: 100%;
		margin-top: 10px;
	}

	/*#contents02*/
	#contents02 .conInner01{
		width: 100%;
		padding: 15px 20px 20px;
		border: 3px solid #fff;
	}
	#contents02 .conInner01 + .conInner01{
		margin-top: 10px;
	}
	#contents02 .conInner01 .number span{
		font-size: 45px;
		margin-top: -10px;
	}
	#contents02 .conInner01 h3{
		font-size: 22px;
		margin-top: 0;
	}
	#contents02 .conInner01 .txt{
		width: 100%;
		margin-top: 5px;
	}
	#contents02 .conInner01 .img{
		display: block;
		margin-top: 65px;
	}

}

/*************** BtnWrap ***************/
.BtnWrap .is__mail > a{
	display: flex;
}
.BtnWrap .is__mail .txt {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-align: center;
    line-height: 1.39;
    margin-top: 5px;
}
.BtnWrap .is__mail .txt span{
	font-size: 28px;
    letter-spacing: 0.11em;
}
.BtnWrap .pageBottom__button.is__mail .pageBottom__button__title {
    font-size: 18px;
    letter-spacing: 0.22em;
}

.BtnWrap .is__mail .icon__02 {
    background-image: url(../../img/common/ico_online_01.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 96px;
    height: 96px;
    margin-left: 7px;
}

@media all and (min-width: 680px){
	.BtnWrap{
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.BtnWrap.box_mb60 {
		padding: 0 0 60px;
	}
	.BtnWrap.box_mt55 {
		padding: 55px 0 0;
	}
	.BtnWrap.box_mt8mb60 {
		padding: 8px 0 60px;
	}
	.BtnWrap.box_mt60 {
		padding: 60px 0 0;
	}
	.BtnWrap.box_mt100 {
		padding: 100px 0 0;
	}
	.BtnWrap.box_mt40mb20 {
		padding: 40px 0 20px;
	}
	.BtnWrap .pageBottom__button.is__tel .pageBottom__link {
	    width: 470px;
	}
	.BtnWrap .pageBottom__button__title .icon {
	    width: 35px;
	    height: 24px;
	    margin-right: 7px;
	}
	.BtnWrap .is__tel{
		pointer-events: none;
	}
	.BtnWrap .is__mail{
		width: 470px;
	}
	.BtnWrap .pageBottom__link:before {
	    right: 25px;
	}

}

@media screen and (max-width: 679px){
	.BtnWrap{
		padding: 40px 0;
	}
	.BtnWrap.box_mb60 {
		padding: 0 0 40px;
	}
	.BtnWrap.box_mt55 {
		padding: 40px 0 0;
	}
	.BtnWrap.box_mt8mb60 {
		padding: 10px 0 50px;
	}
	.BtnWrap.box_mt60 {
		padding: 45px 0 0;
	}
	.BtnWrap.box_mt100 {
		padding: 45px 0 0;
	}
	.BtnWrap.box_mt40mb20 {
		padding: 20px 0;
	}
	.BtnWrap .pageBottom__button + .pageBottom__button {
	    margin-top: 15px;
	}
	.BtnWrap .pageBottom__button.is__mail .pageBottom__button__title {
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 1.55;
	    letter-spacing: 0.06em;
	    text-align: left;
	}
	.BtnWrap .is__mail .icon__02 {
	    width: 76px;
	    height: 76px;
	    margin-left: 10px;
	}
	.BtnWrap .pageBottom__button.is__tel .pageBottom__link,
	.BtnWrap .pageBottom__button.is__mail .pageBottom__link {
	    padding-right: 10px;
	}
	.BtnWrap .pageBottom__link:before {
	    right: 10px;
	}

}

/*************** flowWrap ***************/
#flow{
	background-color: #42849a;
	padding-bottom: 100px;
}
.flowWrap::before{
	content: '';
	width: 100%;
	height: 4px;
	background-color: #fff;
	position: absolute;
	top: 180px;
}
.flowWrap_inner{
	width: 180px;
	height: 390px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.flowWrap_inner.free::before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 60px 60px 0;
	border-color: transparent #d88200 transparent transparent;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.flowWrap_inner.free::after{
	content: '無料';
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 10;
}
.flowWrap_inner dt{
	width: 100%;
	position: relative;
}
.flowWrap_inner dt::before{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #152f40;
	position: absolute;
	top: 30px;
}
.flowWrap_inner dd{
	width: 100%;
}
.flowWrap_inner .num{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.flowWrap_inner .ttl{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-top: 20px;
}
.flowWrap_inner .txt{
	font-size: 14px;
	line-height: 1.85;
	letter-spacing: 0;
	text-align: justify;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	width: auto;
}
.flowWrap_inner .txt span{
	font-size: 12px;
	line-height: 1.66;
	display: block;
}
.flowWrap_inner .img{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 180px;
    height: 100px;
    margin-top: auto;
}
.flowWrap_inner .img.img01{
	background-image: url(../../img/service_site/servicefield_info/flow01.jpg);
}
.flowWrap_inner .img.img02{
	background-image: url(../../img/service_site/servicefield_info/flow02.jpg);
}
.flowWrap_inner .img.img03{
	background-image: url(../../img/service_site/servicefield_info/flow03.jpg);
}
.flowWrap_inner .img.img04{
	background-image: url(../../img/service_site/servicefield_info/flow04.jpg);
}
.flowWrap_inner .img.img05{
	background-image: url(../../img/service_site/servicefield_info/flow05.jpg);
}

@media all and (min-width: 680px){
	.flowWrap{
		display: flex;
		/*justify-content: space-between;*/
		position: relative;
	}
	.flowWrap_inner{
		margin-left: 25px;
	}
	.flowWrap_inner:first-child{
		margin-left: 0px;
	}
}

@media screen and (max-width: 679px){
	#flow{
		padding-bottom: 45px;
	}
	.flowWrap{
		position: relative;
	}
	.flowWrap::before{
		width: 4px;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.flowWrap_inner{
		width: 100%;
		height: auto;
		background-color: #fff;
		padding-top: 9px;
		padding-bottom: 15px;
	}
		.flowWrap_inner + .flowWrap_inner{
			margin-top: 25px;
		}
	.flowWrap_inner dl{
		position: relative;
	}
	.flowWrap_inner dt{
		display: flex;
		align-items: flex-end;
	}
	.flowWrap_inner dt::before{
		top: 40px;
	}
	.flowWrap_inner .num{
		text-align: left;
		margin-left: 20px;
	}
	.flowWrap_inner .ttl{
		text-align: left;
		margin-top: 0;
		margin-left: 15px;
	}
	.flowWrap_inner dd.onlyPC{
		display: flex;
	}
	.flowWrap_inner .txt{
		line-height: 1.71;
		margin-left: 10px;
		margin-right: 15px;
	}
	.flowWrap_inner .txt span{
		margin-top: 10px;
	}
	.flowWrap_inner .img{
	    width: 100px;
	    height: 85px;
	    margin-top: 25px;
	    flex-shrink: 0;
	}
	.flowWrap_inner .img.img03{
		height: 70px;
	}
	.flowWrap_inner .img.img04{
		height: 60px;
	}
	.flowWrap_inner .img.img05{
		height: 60px;
	}

}

/*************** otherWrap ***************/
.otherWrap{
	padding-top: 60px;
	padding-bottom: 50px;
}
.otherWrap .ttl{
	position: relative;
}
.otherWrap .ttl::after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #152f40;
	position: absolute;
	top: 50%;
}
.otherWrap .ttl span{
	display: block;
	font-size: 22px;
	font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    width: 195px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    z-index: 10;
    position: relative;
}
.otherWrap .listWrap{
	display: flex;
	margin-top: 30px;
}
.otherWrap .listWrap li{
	width: 25%;
	height: 180px;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.otherWrap .listWrap li::before{
	content: "";
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    transition: 0.3s ease;
}
.otherWrap .listWrap li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
    height: 100%;
    z-index: 10;
    position: relative;
}
.otherWrap .listWrap li .txt{
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	border: 2px solid #fff;
	padding: 5px 15px;
}

/*事例紹介*/
.list01{
	background-image: url(../../img/service_site/servicefield_info/linkimg01.png);
}
.list02{
	background-image: url(../../img/service_site/servicefield_info/linkimg02.jpg);
}
.list03{
	background-image: url(../../img/service_site/servicefield_info/linkimg03.jpg);
}
.list04{
	background-image: url(../../img/service_site/servicefield_info/linkimg04.jpg);
}
.list05{
	background-image: url(../../img/service_site/servicefield_info/linkimg05.jpg);
}
.list06{
	background-image: url(../../img/service_site/servicefield_info/linkimg06.jpg);
}
/*コラム*/
.list07{
	background-image: url(../../img/service_site/servicefield_info/linkimg07.png);
	/* pointer-events:none; */
}
.list07 a{
	/* pointer-events:none; */
}
.otherWrap .listWrap li.list07 .txt{
	/* border-color:#989898;
	color:#989898; */
}
.otherWrap .listWrap li.list07:after{
	/* content:"準備中";
	padding:5px;
	background-color: #fff;
	border:2px solid #808080;
	color:#808080;
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width:90px;
	height:30px;
	position: absolute;
	left:0;
	right:0;
	bottom:20px;
	margin:auto; */
}
/*私たちの強み*/
.list08{
	background-image: url(../../img/service_site/servicefield_info/linkimg08.jpg);
}
/*店舗紹介*/
.list09{
	background-image: url(../../img/service_site/servicefield_info/linkimg09.jpg);
}
/*Q&A*/
.list10{
	background-image: url(../../img/service_site/servicefield_info/linkimg10.png);
}

@media all and (min-width: 680px){
	.otherWrap .listWrap li:hover::before{
	    opacity: 0;
	}

}

@media screen and (max-width: 679px){
	.otherWrap{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.otherWrap .ttl span{
		font-size: 16px;
	    width: 135px;
	}
	.otherWrap .listWrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 20px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.otherWrap .listWrap li{
		width: calc((100% - 5px) / 2);
		height: 90px;
	}
	.otherWrap .listWrap li::before{
	    opacity: 0.3;
	}
	.otherWrap .listWrap li + li + li{
		margin-top: 5px;
	}
	.otherWrap .listWrap li .txt{
		font-size: 13px;
		padding: 5px 10px;
	}
	.otherWrap .listWrap li.list04 .txt{
		letter-spacing: 0;
	}
	.otherWrap .listWrap li.list07:after{
		/* width:80px;
		height:33px;
		top:0;
		bottom:0;
		z-index:20; */
	}
}



/*アンカー調整*/
.anchor{
  visibility: hidden !important;
  height: 0px !important;
  pointer-events: none !important;
  margin-top: -110px;
  position: absolute;
}
.anchor_zurashi{
  visibility: hidden !important;
  height: 0px !important;
  pointer-events: none !important;
  margin-top: -70px;
  position: absolute;
}
@media screen and (max-width: 679px){
	.anchor{
	  margin-top: -70px;
	}
	.anchor_zurashi{
	  margin-top: -50px;
	}
}

/*共通バナー*/
.common_contact_banner_box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.common_contact_banner_box a {
	display: block;
	width: 470px;
	margin-right: 60px;
}
.common_contact_banner_box a:hover {
	opacity: 0.7;
}
.common_contact_banner_box a:last-child {
	margin-right: 0;
}
.common_contact_banner_box.box_mb120 {
	margin-bottom: 120px;
}
.common_contact_banner_box.box_mt55 {
	margin-top: 55px;
}
.common_contact_banner_box.box_mt28mb80 {
	margin-top: 28px;
	margin-bottom: 80px;
}
.common_contact_banner_box.box_mt110 {
	margin-top: 110px;
}
@media screen and (max-width: 679px) {
	.common_contact_banner_box {
		display: block;
		margin-left: 20px;
		margin-right: 20px;
	}
	.common_contact_banner_box a {
		width: 100%;
		margin: 0 auto 20px;
	}
	.common_contact_banner_box.box_mb120 {
		margin-bottom: 40px;
	}
	.common_contact_banner_box.box_mt55 {
		margin-top: 40px;
	}
	.common_contact_banner_box.box_mt28mb80 {
		margin-top: 10px;
		margin-bottom: 50px;
	}
	.common_contact_banner_box.box_mt110 {
		margin-top: 45px;
	}
}

/*文字詰め*/
.tume00{
	letter-spacing: 0em !important;
}
.tume02{
	letter-spacing: -0.02em !important;
}
.tume03{
	letter-spacing: -0.03em !important;
}
.tume04{
	letter-spacing: -0.04em !important;
}
.tume05{
	letter-spacing: -0.05em !important;
}
.tume06{
	letter-spacing: -0.06em !important;
}
@media all and (min-width: 680px){
	.tume00_pc{
		letter-spacing: 0em !important;
	}
	.tume02_pc{
		letter-spacing: -0.02em !important;
	}
	.tume03_pc{
		letter-spacing: -0.03em !important;
	}
	.tume04_pc{
		letter-spacing: -0.04em !important;
	}
	.tume05_pc{
		letter-spacing: -0.05em !important;
	}
	.tume06_pc{
		letter-spacing: -0.06em !important;
	}
}

@media screen and (max-width: 679px){
	.tume00_sp{
		letter-spacing: 0em !important;
	}
	.tume02_sp{
		letter-spacing: -0.02em !important;
	}
	.tume03_sp{
		letter-spacing: -0.03em !important;
	}
	.tume04_sp{
		letter-spacing: -0.04em !important;
	}
	.tume05_sp{
		letter-spacing: -0.05em !important;
	}
	.tume06_sp{
		letter-spacing: -0.06em !important;
	}
}
