@charset "UTF-8";

/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.top01-block {
	display: flex;
	position: relative;
	align-items: center;
}
.top01-block:after {
	content: "";
	display: block;
	width: 90%;
	height: 100%;
	position: absolute;
	top: 10%;
	left: 0;
	background: #F3FBFE;
	z-index: -1;
}
.heading-custom01 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
}
.heading-custom01 span{
	font-weight: 700;
	color: #21B0EB;
}
.top01-text {
	width: 50%;
}
.top01-img {
	width: 50%;
}
.top01-text .wp-block-buttons {
	margin-top: 40px;
}
.top01-text-inner {
	padding-left: calc(100% - 600px);
	padding-right: 50px;
}
.business-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.business-block-item {
	width: 48%;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: .3s;
	opacity: 1;
}
.business-block-item:hover {
	opacity: 0.9;
}
.business-block-item:nth-child(1) {
	background: url(../images/common/bg_product01.jpg) no-repeat center center;
	background-size: cover;
	border-right: solid 2px #fff;
}
.business-block-item:nth-child(2) {
	background: url(../images/common/bg_product02.jpg) no-repeat center center;
	background-size: cover;
}
.business-block-item:nth-child(3) {
	background: url(../images/common/bg_product03.jpg) no-repeat center center;
	background-size: cover;
	border-right: solid 2px #fff;
}
.business-block-item:nth-child(4) {
	background: url(../images/common/bg_product04.jpg) no-repeat center center;
	background-size: cover;
}
.business-block-item-inner {
	display: flex;
	justify-content: space-between;
	background: rgba(33, 176, 235, 0.8);
	width: 100%;
	padding: 15px 30px;
	position: absolute;
	bottom: 0;
}
.business-block-item a {
	color: #fff;
	display: block;
	padding: 175px 0;
	position: relative;
}
.business-block-item a:hover {
	text-decoration: none;
	color: #fff;
}
.heading-custom02 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
/* .heading-custom02:before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #148719;
	position: absolute;
	bottom: -10px;
} */
.business-block-item .btn-wrap02 {
	text-align: left;
	margin-top: 0;
}
.btn-custom01 {
	background: none;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 0 60px 10px 10px;
	border-bottom: solid 2px #fff;
	position: relative;
}
.btn-custom01:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	margin-top: -10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 20px;
	left: inherit;
	-webkit-transition: .2s;
	transition: .2s;
}
.top02-wrapper {
	background: rgba(33, 176, 235, 0.6);
}
.top02-block {
	padding: 40px 30px;
	background: #fff;
	border-radius: 10px;
}
.top02-block h3 {
	display: inline-block;
}
.top-contact-btn a{
	background-color: #d3381c;
	color: #fff;
	border-radius: 0;
	align-items: center;
	padding: 15px 20px;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: .2s;
	transition: .2s;
	display: inline-block;
}
.icon-mail {
	margin-bottom: 0;
	}
.top-contact-btn a:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
}
.top03-block {
	padding: 30px 20px;
	background: #fff;
	color: #333333;
	border-radius: 10px;
}
.top03-block-left {
	position: relative;
}
.top03-block-left::before {
		position: absolute;
		content: "";
		left: -100px;
		top: -100px;
		background: url(../images/common/top-contact-deco.png) no-repeat center center;
		padding: 135px 123px;
		background-size: contain;
	}
.top03-block h3 {
	display: inline-block;
	color: #0075C2 !important;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.top-contact-tel {
	font-size: 26px;
	font-weight: 700;
	margin-top: 18px;
}
.wp-block-costom-widget-my-example00 .news-inner {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
.news-inner .result-item {
	width: 24%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 20px;
	border: none;
	position: relative;
	-webkit-transition: .2s;
	transition: .2s;
}
.result-item:hover {
	box-shadow: none;
}
.news-inner .result-item a:hover {
	text-decoration: none;
}
.news-inner .result-item:nth-of-type(3n) {
	margin-right: 0.5%;
	margin-left: 0.5%;
}
.news-inner .result-item .news-text {
	color: #333333;
	/* border-bottom: solid 1px #ccc; */
	padding-bottom: 5px;
}
.post-link {
	width: 100%;
}
/* 流れ */
.process-list-wrap {
	border: solid 2px #EBEBEB;
	border-radius: 10px;
	padding: 40px;
}
.process-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 80px;
	/* border: solid 2px #EBEBEB; */
	box-shadow: 0 0 20px 10px #efefef4d;
	border-radius: 10px;
	padding: 10px 20px;
	position: relative;
}
.process-item::after {
		content: "";
			display: block;
			width: 48px;
			font-size: 40px;
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			color: #21b0eb;
			content: "\f078";
						background-size: contain;
			will-change: transform;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			position: absolute;
			left: 50%;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
			bottom: -60px;
}
.process-item:nth-child(4)::after {
	display: none;
}
.process-item:last-child::after {
	display: none;
}

.process-item-num-wrap {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	background: #21b0eb;
	position: relative;
}
.process-item-num-wrap::after {
	/* content: ""; */
	display: block;
	width: 110px;
	height: 4px;
	background: #BCBCBC;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	/* Safari用 */
	transform: translateY(-50%);
	right: -110px;
	z-index: -1;
}
.process-item-num-text {
	font-size: 13px;
	font-size: 1.3rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
}
.process-item-num {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 35px;
	font-size: 3.5rem;
	color: #fff;
	line-height: 1;
}

.process-item-text-block {
	margin-left: 0px;
	border-radius: 10px;
	width: calc(100% - 100px);
	padding: 20px 30px;
}

.process-item-title {
	font-size: 24px;
	color:  #21b0eb;
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
}
.process-item-text {
	margin-top: 10px;
	font-size: 16px;
}
.process-item02 {
	list-style-type: none !important;
	margin-bottom: 80px;
	border: solid 2px #d3381c;
	box-shadow: 0 0 20px 10px #efefef4d;
	border-radius: 10px;
	padding: 20px 20px;
	position: relative;
}
.process-item02 p{
	font-size: 28px;
	color: #d3381c;
	font-weight: 700;
	margin-bottom: 0;
	text-align: center;
}
/* .process-item-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
} */

/* お問い合わせ */
.step-form-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.step-form-item {
	width: 31%;
	margin-right: 3.5%;
	position: relative;
	padding: 20px 10px;
	text-align: center;
	background: #ccc;
}

.step-form-item.current {
	background: #21b0eb;
	color: #fff;
}

.step-form-item.current:after {
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #1C5DE8)) no-repeat top left/100% 100%;
	background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #21b0eb 50.5%) no-repeat top left/100% 100%;
}

.step-form-item.current::before {
	background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #1C5DE8)) no-repeat bottom left/100% 100%;
	background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #21b0eb 50.5%) no-repeat bottom left/100% 100%;
}

.step-form-item:after {
	content: "";
	display: block;
	width: 20px;
	height: 50%;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #ccc)) no-repeat top left/100% 100%;
	background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #ccc 50.5%) no-repeat top left/100% 100%;
	position: absolute;
	right: -20px;
	bottom: 0;
}

.step-form-item::before {
	content: "";
	display: block;
	width: 20px;
	height: 50%;
	background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #ccc)) no-repeat bottom left/100% 100%;
	background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #ccc 50.5%) no-repeat bottom left/100% 100%;
	position: absolute;
	right: -20px;
	top: 0;
}

.step-form-item:last-child {
	margin-right: 0;
}

.step-form-item:last-child:before {
	display: none;
}

.step-form-item:last-child:after {
	display: none;
}

.step-form-item-inner p {
	font-weight: bold;
	margin-bottom: 0;
}

.step-message p {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.previous-btn {
	margin-top: 20px;
	position: relative;
}

.previous-btn:after {
	display: block;
	content: "";
	position: absolute;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 6px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.previous-btn input {
	cursor: pointer;
	padding-left: 20px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.previous-btn input:hover {
	opacity: 0.8;
}
.contact-textarea {
		padding: 10px;
		background: #fff;
		color: #333;
		vertical-align: top;
		text-align: left;
		font-size: 16px;
		font-weight: bold;
}
.contact-textarea span {
		font-size: 16px;
		display: block;
}
/* table th {
	width: 28%;
} */
table td {
	border-top: solid 1px #ccc;
}
.fz16 {
	font-size: 16px;
}
.sub-title span {
	font-size: 18px;
	letter-spacing: 2px;
}
.result-item img {
	object-fit: cover;
	height: 200px;
}
.footer-nav {
	width: 100%;
}
.footer-nav ul {
	display: flex;
	justify-content: space-between;
}
.footer-block02 {
	display: block;
}
.footer-address {
margin-top: 10px;
}
@media (max-width:1500px) {
	.logo img {
			max-height: 40px;
			width: auto;
		}
}
@media (max-width:1400px) {
	.header-contact-text {
		display: block;
	}
	.top-contact-btn a {
		display: flex;
		justify-content: center;
		width: 60%;
		margin: 0 auto;
	}
	.top01-text-inner {
		margin-left: 30px;
		padding-top: 80px;
	}
	.main-contents {
	padding-top: 30px;
	}

	.pc-nav .nav-list>li>a {
		padding: 0 10px !important;
	}
}
@media (min-width:1200px){}
@media (max-width:1199px){
	.top-contact-btn a {
			width: 80%;
			margin: 0 auto;
		}
	.top03-block-left::before {
		position: absolute;
		content: "";
		left: -40px;
		top: -80px;
		background: url(../images/common/top-contact-deco02.png) no-repeat center center;
		padding: 85px 73px;
		background-size: contain;
	}
}
@media (min-width:992px){}
@media (max-width:992px){
			.footer-address {
					width: 100%;
				}
}
@media (min-width:768px){}
@media (max-width:767px){
	.footer-nav ul {
			display: block;
		}
	.top-contact-btn a {
			width: 100%;
			margin: 0 auto;
		}
	.business-block {
		margin: 0;
		display: block;
		width: 100%;
		}
	.business-block-item {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.business-block-item a {
		padding: 50px 30px;
		height: 250px;
	}
	.business-block-item-inner {
		align-items: center;
		width: 100%;
		padding: 15px 10px;
		bottom: 0;
		left: 0;
	}
	.heading-custom02 {
		font-size: 18px;
	}

	.business-block-item .btn-wrap02 {
		text-align: left;
	}
	.btn-custom01 {
		padding: 0 50px 5px 0px;
	}
	.btn-custom01:before {
		margin-top: -6px;
	}
	.top01-block {
		display: block;
	}
	.top01-text {
		width: 100%;
	}
	.top01-img {
		margin-top: 20px;
		width: 100%;
	}
	.top-concept {
		background-size: cover;
		background-position: center center;
	}
	.top01-block:after {
		width: 110%;
		left: -10px;
	}
	.header-contact-text {
		display: block;
	}
.top01-text-inner {
	padding: 0;
	margin: 0;
}
	.icon-mail svg polygon {
	fill: #fff;
	}
	.top03-block h3 {
		font-size: 20px;
		margin-bottom: 10px;
		letter-spacing: 1px;
	}
	.wp-block-costom-widget-my-example00 .news-inner {
		justify-content: space-between;
	}
	.news-inner .result-item {
		width: 48%;
		margin-bottom: 20px;
	}
	.heading-custom01 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.process-item {
	margin-bottom: 40px;
	padding-right: 0;
	}
	.process-item02{
	margin-bottom: 40px;
	padding: 10px 20px;
	}
	.process-item02 p {
		font-size: 22px;
	}
	.process-item::after {
		width: 38px;
		font-size: 35px;
		bottom: -40px;
	}
		.process-item:last-child {
		margin-bottom: 0;
		}
	.process-list-wrap {
		padding: 20px;
	}
	.process-item-num-wrap {
		width: 80px;
		height: 80px;
	}
	.process-item-title {
		font-size: 22px;
	}
	ul.process-list {
		padding-left: 0;
	}
.process-item-text-block {
	padding: 10px 20px;
	padding-right: 0;
	margin-right: 0;
}
.process-item-num {
	font-size: 32px;
	line-height: 0.5;
}
.result-item img {
	height: 120px;
}
.news-thumb-box {
	display: block;
}
.news-thumb-wrap {
	width: 100%;
}
.news-thumb-img img {
	width: 100%;
	object-fit: cover;
	position: relative;
	top: inherit;
	left: inherit;
	transform: none;
	height: 220px;
	object-fit: cover;
}
.has-thumbnail .news-text-wrap {
padding-left: 0;
}
.news-has-thumb-text {
width: 100%;
}
.news-cat {
	margin-right: 1%;
	display: block;
	width: 23%;
	font-size: 10px;
	margin-left: 1%;
	text-align: center;
	padding: 2px 2px;
	margin-bottom: 5px;
}
.news-cat-list {
	width: 100%;
	flex-wrap: wrap;
}
.top03-block-left::before {
left: -20px;
top: -70px;
padding: 75px 63px;
}
.sub-title span {
	font-size: 14px;
	letter-spacing: 1px;
}
 .step-form-item {
 	font-size: 11px;
 	padding: 15px 0px 15px 5px;
 }

 .step-form-block {
 	margin-bottom: 20px;
 }

 .step-form-item::before {
 	width: 10px;
 	right: -10px;
 }

 .step-form-item:after {
 	width: 10px;
 	right: -10px;
 }

 .step-message p {
 	font-size: 16px;
 	text-align: left;
 	margin-bottom: 15px;
 }
.fz16 {
	font-size: 14px;
	display: block;
}
.sp-contact-mail .icon-mail svg polygon {
    	fill: #21b0eb !important;
    }
.wp-block-column:nth-child(2n) {
	margin-left: 0 !important;
}
	}
@media (max-width: 500px) {
	.process-item {
		display: block;
		padding-left: 0;
	}
	.process-item-num-wrap {
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.process-item-text-block {
		width: 100%;
		margin: 0;
		padding: 0 10px;
	}
	.process-item-title {
		text-align: center;
	}
	.process-item::after {
		width: 30px;
	}
	.top03-block-left::before {
	left: -20px;
	top: -50px;
	padding: 65px 53px;
	}
}
