@charset "UTF-8";

.anker{
	height: 0;
	position: absolute;
	pointer-events: none;
	margin-top: -40px;
}

.inline-block {
	display: inline-block;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
	.bg_txt{
		left: 610px;
	}

}

/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.bg_txt{
		left: 50vw;
	}

	.sec{
		width: auto;
		padding: 0 5%;
	}

	.anker{
		margin-top: -25px;
	}
}


/* contentWrap
***************************************************************/
.contentWrap {
    padding-top: 20px;
    padding-bottom: 80px;
}
@media screen and (min-width:681px) and (max-width:1200px) {
    .contentWrap {
	    padding-left: 20px;
	}}
.content_txt{
	position: relative;
}
.content_txt::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #f4f4f4;
    position: absolute;
    bottom: -20px;
}
.content_txt span{
	display: block;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	line-height: 1.55;
	color: #e60012;
	position: relative;
}

.content_tab{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	margin-top: 90px;
}
.content_tab li{
	width: calc(100% / 3);
	height: 190px;
}
.content_tab li a.tab_btn{
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	position: relative;
}

.content_tab li a.tab_btn::before{
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../img/common/arrow_p_u.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
}

.content_tab img.contact01{
	width: 227px;
}
.content_tab img.contact02{
	width: 113px;
}
.content_tab img.contact03{
	width: 227px;
}


/*--------------------PC--------------------*/
@media all and (min-width:681px){
	.content_tab{
		border-left: 1px solid #fa858e;
		border-right: 1px solid #fa858e;
	}
	.content_tab li + li{
		border-left: 1px solid #fa858e;
	}
	.content_tab li a.tab_btn:hover{
		color: #fa858e;
	}
	.content_tab li a.tab_btn:hover::before{
	    transform: translateY(5px);
	}
	.content_tab li a.tab_btn:hover img{
	    opacity: 1;
	}
	.tab_txt{
		font-size: 16px;
		line-height: 1.5;
		text-align: center;
		position: absolute;
	    bottom: 45px;
	}

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.contentWrap {
	    padding-bottom: 0;
	}
	.content_txt span{
		width: auto;
		font-size: 15px;
		line-height: 2;
		text-align: justify;
		padding-left: 5%;
	    padding-right: 5%;
	    padding-bottom: 20px;
	    position: relative;
	}
	.content_txt::after{
		bottom: 0;
		top: initial;
	}
	.content_tab {
	    width: auto;
	    margin-left: 5%;
	    margin-right: 5%;
	    display: flex;
	    flex-direction: column;
	    margin-top: 40px;
	    border-top: 1px solid #fa858e;
	    border-bottom: 1px solid #fa858e;
	}
	.content_tab li{
		width: 100%;
		height: 120px;
	}
	.content_tab li + li{
		border-top: 1px solid #fa858e;
	}
	.content_tab li a.tab_btn{
		flex-direction: initial;
		justify-content: center;
		padding-right: 20px;
	}
	.content_tab li a.tab_btn::before{
	    top: 0;
	    bottom: 0;
	    left: initial;
	    right: 0;
	    margin: auto;
	}
	.content_tab img.contact01{
		width: 140px;
	}
	.content_tab img.contact02{
		width: 113px;
		margin: 0 20px;
	}
	.content_tab img.contact03{
		width: 154px;
	}
	.tab_txt{
		font-size: 14px;
		line-height: 1.42;
		text-align: left;
		margin-left: 17px;
	}

}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}


/* content_area
***************************************************************/
.content_area{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 90px 145px 100px;
	background-color: #f4f4f4;
}

.content_ttl{
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}
.content_ttl span{
	font-weight: bold;
}
.content_inner{
	margin-top: 20px;
	position: relative;
}

.content_inner .ttl{
	font-size: 20px;
	font-weight: 700;
	color: #fa858e;
}
.content_inner .number{
	font-size: 50px;
	font-weight: 700;
	margin-top: 20px;
	display: flex;
	align-items: center
}
.content_inner .number span{
	font-size: 20px;
	font-weight: 700;
	color: #fa858e;
	padding-top: 10px;
    margin-right: 15px;
}
.content_inner .time{
	font-size: 15px;
	line-height: 1.46;
	margin-top: 10px;
	margin-left: 50px;
}
.content_inner .time2{
	color: #e60012;
}

.contact{
	margin-bottom: 50px;
}
.contact01 .content_inner{
	background-color: #fff;
	height: 235px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 40px;
}
.contact02 .content_inner li{
	background-color: #fff;
	width: calc((100% - 10px) / 2);
	height: 210px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
}
.contact02 .content_inner li.pitapa_link{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
}
.contact02 .content_inner li.pitapa_link img{
	width: 216px;
}
.contact02 .content_inner li.pitapa_link p{
	font-size: 15px;
	margin-top: 15px;
}
.contact02 .content_inner li.pitapa_link p > a{
	color: #fa858e;
	padding-right: 30px;
	margin-right: 5px;
	position: relative;
}
.contact02 .content_inner li.pitapa_link p > a::after{
    content: '';
    width: 20px;
    height: 15px;
    background-image: url(../img/contact/file_icon_off.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -7px;
}
.contact03 .content_inner{
	background-color: #fff;
	height: 235px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 40px;
}
.contact04 .content_inner{
	background-color: #fff;
	height: 190px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 270px;
}
.contact04 .content_inner .number{
	margin-top: 0;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
	.content_inner .number a{
		pointer-events: none;
	}
	.contact02 .content_inner li.pitapa_link p > a:hover{
		color: #000;
	}
	.contact02 .content_inner li.pitapa_link p > a:hover::after{
		background-image: url(../img/contact/file_icon_on.svg);
	}
	.contact01 .content_inner img.contact01{
		width: 436px;
		position: absolute;
		top: 17px;
		right: 15px;
	}
	.contact02 .content_inner{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contact02 .content_inner li + li + li{
		margin-top: 10px;
	}
	.contact03 .content_inner img.contact03{
		width: 374px;
		position: absolute;
		top: 60px;
		right: 50px;
	}
	.contact03 .time{
		padding-right: 440px;
	}

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
	.content_area{
		width: auto;
		padding: 50px 5%;
	}
	.content_ttl{
		font-size: 20px;
		line-height: 1.6;
	}
	.content_inner .ttl{
		font-size: 18px;
	}
	.content_inner .number{
		justify-content: center;
		font-size: 37px;
		margin-top: 15px;
		padding-right: 5px;
		padding-left: 5px;
	}
	.contact03 .number{
		margin-top: 0;
	}
	.content_inner .number span{
		padding-top: 5px;
		margin-right: 10px;
	}
	.content_inner .time{
		font-size: 12px;
		line-height: 1.5;
		margin-top: 5px;
		margin-left: 0;
		padding-right: 5px;
		padding-left: 5px;
		text-align: center;
	}
	.contact{
		margin-bottom: 35px;
	}
	.contact01 .content_inner{
		height: 235px;
		align-items: center;
		padding-left: 0;
	}
	.contact01 .content_inner img.contact01{
		width: 218px;
		margin-top: 20px;
	}
	.contact02 .content_inner li{
		width: 100%;
		height: 145px;
		align-items: center;
		padding-left: 0;
	}
	.contact02 .content_inner li + li{
		margin-top: 10px;
	}
	.contact02 .content_inner li.pitapa_link img{
		width: 120px;
	}
	.contact02 .content_inner li.pitapa_link p{
		font-size: 14px;
	}
	.contact03 .content_inner{
		height: 235px;
		align-items: center;
		padding-left: 0;
	}
	.contact03 .content_inner img.contact03{
		width: 280px;
		margin-top: 20px;
	}
	.contact04 .content_inner{
		height: 145px;
		align-items: center;
		padding-left: 0;
	}

}
/*--------------------iP_SE--------------------*/
@media all and (max-width:320px){

}

