@charset "UTF-8";

/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.footer {
	margin-top: 0;
}
.top-contact {
	padding: 80px 0;
	background: #ececec;
	text-align: center;
}
.top-contact-text {
	font-size: 18px;
	text-align: center;
	padding: 65px 0 20px 0;
}
.top-tel {
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	transition: .2s;
	margin-bottom: 15px;
}
.top-tel2 {
	margin-right: 25px;
}
.top-tel a {
	font-size: 28px;
	text-align: center;
	font-weight: 700;
	position: relative;
	color: #333333;
	margin-right: 15px;
}
.top-tel span {
	padding-right: 5px;
}
.top-mail {
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}
.top-mail span {
	vertical-align: middle;
	margin-left: 20px;
}
.top-mail img {
	vertical-align: middle;
	margin-left: 10px;
}

.size-26 {
	font-size: 26px;
	color: #333333;
	margin-left: 20px;
}
.top-sub-title {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #1571da;
}
.top01-wrapper {
	padding: 0 10px;
}
.top01-box {
	box-shadow: 0 1px 8px 2px #f9f9f9;
}
.top01-img {
	position: relative;
}
.top01-img img{
	width: 100%;
	}
.top01-text {
	padding: 50px 20px 20px 20px;
}
.top01-title {
	padding: 5px 15px;
	background: linear-gradient(to right, #035fc8, #3b97ff);
	color: #fff;
	font-size: 20px;
	position: absolute;
	bottom: -33px;
	left: 0;
}
.top01-title span {
	display: block;
	font-size: 14px;
}
.wp-block-group__inner-container {
	max-width: 100%;
}
.top02-img {
	text-align: right;
	position: relative;
}
.top02-text {
	position: absolute;
	top: 130px;
	left: 0;
	width: 750px;
	height: 360px;
	padding: 0 30px;
	background: #fff;
	box-shadow: 0 2px 12px 1px #f9f9f9;;
	opacity: 0.9;
	display: flex;
	justify-content: center;
	text-align: left;
	flex-wrap: wrap;
	align-items: center;
}
.top03-img {
	text-align: left;
	position: relative;
}
.top03-text {
	position: absolute;
	top: 130px;
	right: 0;
	width: 750px;
	height: 360px;
	padding: 0 30px;
	background: #fff;
	box-shadow: 0 2px 12px 1px #f9f9f9;;
	opacity: 0.9;
	display: flex;
	justify-content: center;
	text-align: left;
	flex-wrap: wrap;
	align-items: center;
}
.sub-contents {
		margin-bottom: 60px;
	}
.method-another-btn {
		width: 80%;
		background-color: #1571da;
		color: #fff;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 20px;
		padding: 20px 5px;
		border-radius: 50px;
		font-size: 14px;
	}
.company-01 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.company-01 p {
    line-height: 2.0;
}
/*
.top-contact-btn {
	transition: .2s;
	margin-top: 6px;
}
.top-contact-btn a {
	position: relative;
	background-color: #fff;
	color: #2638dd !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 18px 0;
	max-width: 350px;
	text-decoration: none !important;
	transition: .2s;
	line-height: 1.4;
	margin: 0 auto;
}
.top-contact-btn:hover {
	opacity: 0.9;
}
.top-contact-btn a span {
	padding-right: 10px;
}
*/
@media (min-width:1200px){}
@media (max-width:1199px){}
@media (min-width:992px){}
@media (max-width:991px){
	.flt-box02 {
		display: block;
	}
	.top02-text {
	position: inherit;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px 10px;
	}
	.top03-text {
	position: inherit;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px 10px;
	}

}
@media (min-width:768px){}
@media (max-width:767px){
	.has-fs-36-font-size {
    font-size: 25px;
}
	.top-contact {
		padding: 40px 0;
		text-align: center;
	}
	.sub-contents {
		margin-bottom: 30px;
	}
	.top-contact-text {
		font-size: 15px;
		padding: 30px 0 10px 0;
	}
	.top-tel {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.top-tel2 {
		margin-right: 0;
	}
	.top-tel a {
		font-size: 26px;
		display: block;
	}
	.top-mail {
		font-size: 18px;
	}
	.top-mail span {
		display: none;
	}
	.top-mail img {
		vertical-align: middle;
		margin-left: 0;
		display: block;
		margin: 0 auto;
		margin-top: 10px;
	}
	.top-sub-title {
		font-size: 16px;
	}
	.main-contents {
		padding: 30px 0 30px;
	}
	.top01-title {
		padding: 5px 10px;
		font-size: 18px;
		bottom: -27px;
	}
	.top01-title span {
		font-size: 12px;
	}
	.top01-box {
		width: 90%;
		margin: 0 auto;
	}
	.top01-text {
		padding: 30px 10px 10px 10px;
	}
	.top02-text {
	position: inherit;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px 10px;
	display: block;
	}
	.top03-text {
	position: inherit;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px 10px;
	display: block;
	}


}
