@charset "utf-8";
#intro {
	position: relative;
}
#intro dl {
	color: #fff;
	width: 100.0rem;
	padding: 7.0rem 0;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#intro dl dt {
	font-size: 3.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 3.0rem;
}
#intro dl dd {
	font-size: 1.8rem;
	line-height: 1.7;
}
.title-service {
	background: url("../../image/bg-service.webp") no-repeat center center;
	background-size: cover;
	padding: 33.0rem 0 5.0rem;
}
h2 {
	font-family: "Josefin Sans", serif;
	font-size: 8.0rem;
	color: #fff;
	width: 100.0rem;
	margin: 0 auto;
}
h2 span {
	font-size: 2.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	display: inline-block;
	padding-left: 3rem;
}
.bgg {
	background: #F2F2F2;
	padding: 10.0rem 0;
}
.bgw {
	padding: 10.0rem 0;
}
.inner {
	width: 100.0rem;
	margin: 0 auto;
}
.inner h3 {
	font-size: 4.6rem;
	font-weight: 700;
	color: #0079C3;
	margin-bottom: 5.0rem;
}
.inner h3 span {
	font-size: 1.4rem;
	color: #000;
	font-family: "Josefin Sans", serif;
	display: block;
	padding-top: 1.5rem;
}
.inner dl {
	margin-bottom: 5rem;
}
.inner dl dt {
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 3.0rem;
}
.inner dl dd {
	font-size: 1.6rem;
	line-height: 1.7;
}
.inner dl dd img.logo-hoken {
	width: 20.4rem;
	margin-top: 1rem;
}
.inner .lr {
	display: flex;
	justify-content: space-between;
}
.inner .lr dl {
	width: 56.0rem;
}
.inner .lr figure {
	width: 40.0rem;
}
#company {
	color: #fff;
	padding: 10.0rem 0 0;
	background: rgb(0,99,195);
	background: linear-gradient(135deg, rgba(0,99,195,1) 0%, rgba(0,121,195,1) 100%);
}
#company h2 {
	margin-bottom: 7.0rem;
}
#company h3 {
	color: #fff;
}
#company .company-in {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 5rem;
}
#company .company-in table {
	width: 56.0rem;
	font-size: 1.6rem;
	text-align: left;
	border-collapse: collapse;
}
#company .company-in table th {
	font-weight: normal;
	line-height: 1.6;
	vertical-align: top;
	border-bottom: 3px solid #4493D0;
	padding: 1.5rem 0;
	padding-right: 2rem;
	white-space: nowrap;
}
#company .company-in table td {
	line-height: 1.6;
	vertical-align: top;
	border-bottom: 1px solid #4493D0;
	padding: 1.5rem 0;
	padding-left: 2rem;

}
#company .company-in figure {
	width: 40.0rem;
}
#company iframe {
	width: 100%;
	height: 42.0rem;
}
#company .gmap {
	text-align: center;
	font-size: 1.4rem;
	padding-top: 2.0rem;
	padding-bottom: 10.0rem;
}
#company .gmap a {
	color: #fff;
}
.other {
	display: flex;
	justify-content: space-between;
	width: 100.0rem;
	margin: 0 auto;
	padding: 10.0rem 0;
}
.other .ucar {
	background: url("../../image/bg-ucar.webp") no-repeat center center;
	background-size: cover;
	width: 48.0rem;
	height: 30.0rem;
}
.other .blog {
	background: url("../../image/bg-blog.webp") no-repeat center center;
	background-size: cover;
	width: 48.0rem;
	height: 30.0rem;
}
.other div {
	text-align: center;
}
.other div a {
	font-size: 1.4rem;
	line-height: 1;
	color: #fff;
	display: block;
	padding: 11.0rem 0;
}
.other div a span {
	font-size: 4.6rem;
	font-weight: 700;
	font-family: "Josefin Sans", serif;
	display: block;
	margin-bottom: 1.0rem;
}
