@charset "utf-8";
/* -------------------------------- *\
    top
\* -------------------------------- */
.index-top {
	position: relative;
}
.index-top__logo {
	position: absolute;
	top: 30px;
	left: -20px;
}
.index-top__main {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
}
.index-top__wrapper {
	max-width: 1020px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}
.main-content {
	display: flex;
	justify-content: center;
	margin-right: -15px;
	margin-left: -15px;
}
.main-content__text, .main-content__img {
	flex-basis: 50%;
	max-width: 50%;
	padding: 0 15px;
}
.main-content__lead {
	margin: 38px 0 20px;
}
.main-sns {
	max-width: 450px;
	margin: -60px auto 0;
}
.main-sns__btn img {
	transition: all .3s ease
}
.main-sns__btn a:hover img{
	transform: scale(1.1);
}
@media (max-width: 1260px) {
	.index-top__wrapper {
		max-width: 880px;
	}
	.index-top__sns {
		max-width: 20%;
	}
}
@media (max-width: 1100px) {
	.index-top__main {
		top: 50%;
	}
	.index-top__wrapper {
		max-width: 780px;
	}
	.main-sns {
		max-width: 400px;
	}
}
@media (max-width: 768px) {
	.index-top__logo {
		top: 5px;
		width: 40%;
	}
	.section-top__title {
		top: 15%;
		width: 40%;
	}
	.section-top__intro {
		top: 65%;
	}
	.index-top__wrapper {
		padding-right: 10px;
		padding-left: 10px;
	}
	.index-top__main {
		top: 45%;
	}
	.main-content {
		margin-right: -5px;
		margin-left: -5px;
	}
	.main-content__text, .main-content__img {
		padding: 0 5px;
	}
	.main-content__text {
		flex-basis: 55%;
		max-width: 55%;
	}
	.main-content__img {
		flex-basis: 45%;
		max-width: 45%;
	}
	.main-content__lead {
		margin: 0 0 10px;
	}
	.main-sns {
		margin: -20px auto 0;
	}
}
@media (max-width: 720px) {
	.main-sns {
		max-width: 350px;
	}
}
@media (max-width: 560px) {
	.main-sns {
		max-width: 250px;
		margin: -10px auto 0;
	}
}
@media (max-width: 360px) {
	.main-sns {
		max-width: 200px;
		margin: 0 auto;
	}
}

/* -------------------------------- *\
    メインコンテンツ
\* -------------------------------- */
.section-content {
	position: relative;
}
.section-content::before {
	display: inline-block;
	position: absolute;
	left: 0;
	top: -196px;
	width: 100%;
	height: 196px;
	background-position: center top;
	background-repeat: no-repeat;
	content: "";
}
.section-content--find {
	padding-bottom: 192px;
}
.section-content--find::before {
	background-image: url(../../img/bg_find-top.png);
}
.section-content--yougu{
	padding-bottom: 198px;
	background-color: #cbe1e9;
}
.section-content--yougu::before {
	background-image: url(../../img/bg_yougu-top.png);
}
.section-content--yougu::after {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 45px;
	width: 100%;
	height: 184px;
	background-image: url(../../img/line_index-bottom.svg);
	background-position: right top;
	background-repeat: no-repeat;
	content: "";
	z-index: 1;
}
.section-content__number {
	position: absolute;
	top: -192px;
	left: 0;
}
.section-content__detail {
	position: relative;
	z-index: 999;
}
.section-content__btn {
	position: relative;
	z-index: 999;
	max-width: 497px;
	margin: 36px auto 0;
}
.section-content__btn img {
	transition: all .3s ease
}
.section-content__btn a:hover img{
	transform: scale(1.1);
}
.section-content--find .wrapper::before {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 308px;
	height: 408px;
	background-image: url(../../img/bg_find-l.svg);
	background-repeat: no-repeat;
	content: "";
}
.section-content--find .wrapper::after {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 260px;
	height: 408px;
	background-image: url(../../img/bg_find-r.svg);
	background-repeat: no-repeat;
	content: "";
}
.section-content--yougu .wrapper::before {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 350px;
	height: 408px;
	background-image: url(../../img/bg_yougu-l.svg);
	background-repeat: no-repeat;
	content: "";
}
.section-content--yougu .wrapper::after {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 322px;
	height: 408px;
	background-image: url(../../img/bg_yougu-r.svg);
	background-repeat: no-repeat;
	content: "";
}
@media (max-width: 1100px) {
	.section-content__number {
		top: -16vw;
	}
}
@media (max-width: 768px) {
	.section-content::before {
		top: -140px;
		height: 140px;
	}
	.section-content--find::before {
		background-image: url(../../img/bg_find-top_sp.png);
	}
	.section-content--yougu::before {
		background-image: url(../../img/bg_yougu-top_sp.png);
	}
	.section-content--yougu::after {
		bottom: 0;
	}
	.section-content__number {
		top: -25vw;
	}
}

/* -------------------------------- *\
    aside
\* -------------------------------- */
.aside-link {
	position: relative;
	margin-bottom: 30px;
}
.aside-link::before {
	display: inline-block;
	position: absolute;
	left: 0;
	top: -198px;
	width: 100%;
	height: 198px;
	background-image: url(../../img/bg_aside-top.png);
	background-position: center top;
	background-repeat: no-repeat;
	content: "";
}
.aside-link__wrapper {
	max-width: 676px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}
.aside-link__content {
	display: flex;
	margin-right: -18px;
	margin-left: -18px;
}
.aside-link__col {
	flex-basis: 50%;
	max-width: 50%;
	padding: 0 18px;
}
.aside-link__col img {
	max-width: 300px;
	transition: all .3s ease
}
.aside-link__col a:hover img{
	opacity: .7;
}
@media (max-width: 768px) {
	.aside-link::before {
		top: -140px;
		height: 140px;
		background-image: url(../../img/bg_aside-top_sp.png);
	}
}
@media (max-width: 560px) {
	.aside-link__content {
		margin-right: -5px;
		margin-left: -5px;
	}
	.aside-link__col {
		padding: 0 5px;
	}
}

/* -------------------------------- *\
    コピーライト
\* -------------------------------- */
.copyright__content--index {
	max-width: 200px;
}
@media (max-width: 768px) {
	.copyright__content {
		max-width: 150px;
	}
}
