@charset "utf-8";
.tb {
	display: none;
}

.contBox3 {
	width: 100%;
	padding: 70px 0;
}

.subTtl04 span img {
	height: auto;
	width: auto;
}

.subtxt {
	text-align: center;
	line-height: 1.8em;
	padding-bottom: 2em;
}

.mb1 {
	margin-bottom: 1em;
}

.mb2 {
	margin-bottom: 2em;
}

.mb5 {
	margin-bottom: 50px;
}

.mt7 {
	margin-top: 70px;
}

#junctionMv {
	background-image: url(../../img/junction/junction_bg_pc.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subMv {
	width: 100%;
	height: 370px;
	position: relative;
}

.innerSub2 {
/*
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 8rem;
*/
}

.innerSub2 h1 img {
	width: auto;
	height: auto;
	padding: .5em 0;
}

.innerSub2 h1 {
	text-align: center;
}

.innerSub2 span {
	display: block;
	margin: 0 auto;
	font-size: 2.5rem;
	color: #ffffff;
	text-align: center;
}

.sub {
	font-size: .8em;
}


/*ボディコンテンツ*/

#sliderWrap {
	position: relative;
	width: 100%;
	height: 750px;
	margin: 0 0 100px;
	overflow: hidden;
}

.slick-initialized .slick-slide.sliderImg {
	width: 500px !important;
	height: auto;
	margin-right: 15px;
}

.slick-initialized .slick-slide.sliderImg img {
	width: 100%;
	height: auto;
}

.sliderTop {
	height: 370px;
	margin-bottom: 15px;
}

#service {
	margin-bottom: 70px;
}

.figureBox {
	text-align: center;
}

.figureBox img {
	width: 80%;
}

#innerJunction {
	text-align: center;
	width: 100%;
	padding: 100px 0;
	background: url(../../img/junction/junction_bg.jpg) no-repeat center;
	background-size: auto auto;
	background-size: cover;
}

.innerJunctionBox {
	width: 1040px;
	margin: 0 auto;
	padding: 80px 0;
	background: rgba(255, 255, 255, 0.8);
}

.innerJunctionBox h3 {
	color: #004ea0;
	font-weight: bold;
}

.innerJunctionBox .figureBox {
	margin: 20px 0 40px;
}

.junctionTxt {
	display: inline-block;
	color: #e99f11;
	font-size: 3.6rem;
	font-weight: bold;
	position: relative;
	z-index: 10;
}

.junctionTxt:after {
	content: "";
	background: #e8f4ff;
	width: 100%;
	height: 20px;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0px;
	z-index: -1;
}

#voice {
	padding: 100px 0;
}

.voiceBox {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
	padding: 80px 60px;
	background: url("../../img/junction/voice01.jpg") no-repeat;
	background-size: cover;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.voiceBox:nth-child(3n) {
	background: url("../../img/junction/voice02.jpg") no-repeat;
	background-size: cover;
	display: flex;
	justify-content: flex-end;
}

.innerVoiceBox {
	width: 36%;
	background: rgba(255, 255, 255, 0.8);
	padding: 50px;
	position: relative;
}

.innerVoiceBox p {
	font-size: 1.5rem;
	letter-spacing: .04em;
	line-height: 1.8;
}

.innerVoiceBox p.voiceName {
	margin-bottom: 40px;
	color: #004ea0;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}

.voiceName:after {
	content: "";
	border-bottom: 2px solid #004ea0;
	width: 88%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 130px;
}

.innerVoiceBox p.voiceName span {
	display: block;
	font-size: 1.8rem;
}

#flow {
	padding: 100px 0;
}

dl {
	background: #fff;
	border: 2px solid #004ea0;
}

dd {
	background: #004ea0;
	padding: 20px 25px;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 900;
}

dt {
	padding: 30px 60px;
}

#step1 {
	width: 100%;
	display: flex;
	position: relative;
}

#step1:before {
	content: "or";
	background: #004ea0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	color: #fff;
	font-size: 3.6rem;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#step1 dt {
	width: 50%;
}

#step1 dt:first-child {
	border-right: 2px solid #004ea0;
}

.flowInnerTit {
	margin-bottom: 10px;
	color: #004ea0;
	font-size: 1.8rem;
	font-weight: bold;
}

#step1 .telLink {
	background: url(../../img/common/icon_tel.svg) no-repeat 0 center;
	background-size: 25px 25px;
	color: #af0316;
	font-size: 4.0rem;
}

#step1 .telTime {
	margin: 5px 0 10px;
	color: #333;
	text-align: left;
}

#step1 a {
	margin-bottom: 10px;
	padding: 20px 0;
	background: #af0316;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s ease-in-out;
}

#step1 a:hover {
	transform: scale(1.05, 1.05)
}

#step1 a:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../../img/common/icon_mail.svg) no-repeat 0 center;
	background-size: contain;
	margin-right: 10px;
}

#faqArea {
	padding: 100px 0;
}

.faq_col {
	width: 100%;
	margin-bottom: 40px;
	border-bottom: 1px solid #d7d7d7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.open_faq {
	width: 100%;
	margin-bottom: 20px;
	font-size: 2.0rem;
	font-weight: 900;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
}

.open_faq:before {
	content: "";
	background: url(../../img/faq/ques_icon.png) no-repeat 0 0;
	background-size: contain;
	width: 50px;
	height: 50px;
	margin-right: 20px
}

.open_faq::after {
	display: none;
}

.answer {
	width: 100%;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
}

.answer:before {
	content: "";
	background: url(../../img/faq/ans_icon.png) no-repeat 0 0;
	background-size: contain;
	width: 50px;
	height: 50px;
	margin-right: 20px
}

.answer.open_ans p {
	width: 93%;
}

.answer.open_ans a {
	padding-bottom: 3px;
	color: #004ea0;
	border-bottom: 1px solid;
}

#contactBox {
	padding: 15px 25px 25px;
	background: #173864;
	color: #fff;
	border-radius: 5px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	z-index: 111;
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}

#contactBox.on {
	transform: translateY(0);
	opacity: 1.0;
}

/*
#contactBox.hidden {
transform: translateY(30px);
opacity: 0;
}
*/

#contactBox .telLink {
	margin-top: 5px;
	padding: 0 0 0 25px;
	background-size: 20px 20px;
	font-size: 2.4rem;
}

#contactBox .telTime {
	margin-bottom: 10px;
	font-size: 1.2rem;
}

#contactBox a {
	padding: 15px 0;
	background: #af0316;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s ease-in-out;
}

#contactBox a:hover {
	transform: scale(1.05, 1.05)
}

#contactBox a:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../../img/common/icon_mail.svg) no-repeat 0 center;
	background-size: contain;
	margin-right: 10px;
}
