@charset "utf-8";
@media screen and (min-width: 850px) {
#mainvisual {
	height: 100vh;
	position: relative;
}
.hero__center-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hero__sub {
	font-size: 2.3rem;
	line-height: 1.6;
	font-family: serif;
	font-weight: bold;
}
.hero__sub span {
	font-size: 78%;
}
.hero__catch {
	margin-top: 1.5rem;   
	font-size: 1.5rem;
	line-height: 2.0;
	font-family: serif;
}
.hero__catch, .hero__sub {
	text-shadow: 0 2px 6px rgba(0,0,0,0.35);
}
.first-view {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
}
.first-view .title-box {
	padding: 30px 55px 30px 0;
	margin-bottom: 40px;
}
.first-view .title-primary {
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 15px;
	padding: 0;
}
.first-view .sub-title {
	color: #fff;
	letter-spacing: 1px;
	font-size: 1.0rem;
}
.text-body {
	line-height: 2.0;
	letter-spacing: 1px;
	padding: 0;
	font-size: 1.0rem;
}
.advantage {
	margin: 0 auto 100px;
}
.advantage .section-title {
	font-size: 2rem;
}
.advantage .reason-list li {
	width: calc(90% / 3);
}
.advantage .reason-list li:nth-last-of-type(2) {
	margin: 0 calc(10% / 2);
}
.advantage .reason-title {
	font-size: 1.1rem;
}
.advantage .reason-desc {
	font-size: 1rem;
}
.service {
	background: var(--grey);
	padding: 60px 0 1px;
}
.service .container {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto 100px;
}
.service h2 {
	font-size: 2.5rem;
	margin: 0 0 50px;
}
.service .service-item {
	display: flex;
	justify-content: space-between;
}
.service .service-item:nth-of-type(odd) {
	flex-direction: row-reverse;
}
.service .service-img {
	width: 60%;
	overflow: hidden;
}
.service .service-img img {
	width: 100%;
	height: auto;
}
.service .service-content {
	width: 37%;
}
.service .service-item h3 {
	position: relative;
	bottom: unset;
	width: fit-content;
	margin-bottom: 30px;
	font-size: 1.4rem;
}
.service .service-item p {
	padding: 0 10px;
	margin-bottom: 20px;
	font-size: 1.0rem;
}
.service .link-more {
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1.1rem;
	padding: 12px 20px 10px;
	margin: 10px 0;
	background: #fff;
	border: 1px solid var(--main);
	overflow: hidden;
	transition: 0.3s all;
}
.service .link-more:hover {
	background: var(--main);
	color: #fff;
}
.service .link-more::before,  .service .link-more::after {
	position: unset;
}
.policy {
	width: 1100px;
	display: flex;
	position: relative;
	margin: 100px auto 40px;
}
.policy .section-title {
	font-size: 1.6rem;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: unset;
}
.policy .text {
	width: 50%;
	font-size: 1.0rem;
	padding: 30px 30px 60px;
}
.policy .more {
	width: 20%;
	position: absolute;
	bottom: 5%;
	right: 0%;
	font-size: 1.1rem;
	text-align: center;
	transition: 0.3s all;
}
.policy .more:hover {
	width: 30%;
}
.column {
	width: 100%;
	margin: 60px auto 0;
	background: var(--grey);
	padding: 30px 0 120px;
}
.column h2 {
	position: relative;
	font-size: 1.8rem;
}
.column h2::before {
	content: '';
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background: var(--main);
}
.column .owl-carousel {
	margin-bottom: 30px;
}
.column .more {
	border: 2px solid var(--main);
	padding: 10px 40px;
	font-weight: bold;
	transition: 0.3s all;
}
.column .more:hover {
	background: #fff;
	color: var(--main);
}
.footer-links {
	background: unset;
}
.footer-links .banner-list {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	gap: 10px;
}
.footer-links .banner-list li {
	transition: 0.5s all;
	outline: 2px solid transparent;
	outline-offset: -8px;
}
.footer-links .banner-list li:hover {
	outline: 2px solid #fff;
}
}
