#page_top {
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
}
#page_top .content {
	letter-spacing: -0.3px;
}
#page_top .content .o-center.copy_t1 {
	font-weight: 800;
}

.page_top .main_visual {
    padding: 1px;
    background-image: url(../../index_imgs/main_visual2025_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}
.page_top .main_visual .main_visual-inner {
	width: 700px;
	margin: 0 auto;
}
.page_top .main_visual .catch {
	width: 700px;
	top: 82.5%;
	position: absolute;
}
#page_top .o-center.copy_t1, #page_top.o-center.copy_t2, #page_top.o-center.copy_t4 {
	font-size: 2.2rem;
    text-align: center;
}
.toptop {
    margin: 4em 0 0.75em;
    font-size: 3.5rem;
	font-weight: 900;
    text-align: center;
}
.content-inner p.top-txt {
	font-size: 2.2rem;
	line-height: 1.8;
}
.top_graph { margin: 0 auto; }
.txt-red {
    color: red;
}
.red_circle_margin { margin:5em 0; }
.top_logo {
	margin: 5em auto 0;
	text-align: center;
}
.top_copy {
	margin: 3em 0 10em;
	text-align: center;
}
.top_copy a {
	font-size: 3.2rem;
	font-weight: 700;
	color: #000;
	border-bottom: 3px solid #EA6DA4;
	padding-bottom: 5px;
}
.top_copy a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.top_copy a span {
	font-size: 2.5rem;
	color: #EA6DA4;
	vertical-align: baseline;
}

.page_mutual #page_top #section01 .copy_t2 {
	max-width: 825px;
}
.page_mutual #page_top #section01 .copy_t3 {
	font-weight: 900;
}

.servic_icon {
	width: 40%;
	margin: 0 auto;
}
.upper {
	margin-top: 3em;
}
.documents_wrapper {
	max-width: 1000px;
	background: #fff;
}
.documents_wrapper_item {
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
}
.documents_wrapper_item_l {
	width: 50%;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}
.documents_wrapper_item_r {
	width: 50%;
	border-bottom: 1px solid #cbcbcb;
}
.documents_wrapper_item02 {
	padding: 0 45px 50px;
}
#page_top .graph img {
	margin: 5em 0;
}
.b_10em {
	margin-bottom: 10em;
}

/* フッターバナー -----------------------------------*/
.banner_wrapper {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
}
.banner_wrapper a {
	transition: 0.3s;
}
.banner_wrapper a:hover { opacity: 0.6; }

.banner-item_l {
	width: 35%;
	border-right: 1px solid #c3c1c1;
}
.banner-item {
	width: 28%;
	border-right: 1px solid #c3c1c1;
}
.banner-item_r {
	width: 37%;
	border-right: 1px solid #c3c1c1;
}
.banner-item_l img,
.banner-item img,
.banner-item_r img {
	width: 100%;
	padding: 0 2em;
}
.banner-item_l img.under { margin-bottom: 1em; }
/* フッターバナー -----------------------------------*/

.pc { display: block;}
.sp { display: none;}
/*------------------------------------------------------------メディアクエリ------------------------------------------------------------*/
@media only screen and (max-width: 801px) {
	.page_top .main_visual {
        height: 550px;
        background-position: center center;
    }
    .page_top .main_visual .catch {
    	width: 450px;
    	top: 86.5%;
    	left: 20%;
    }
    .page_top .lead_sentence .txt {
        margin-top: 0;
    }
    .toptop {
    	margin: 6em 0 0.75em;
    }
    .page_mutual #page_top #section01 .copy_t2 {
		font-size: 1.4rem;
	}
	.servic_icon {
		width: 60%;
	}
	#page_top #section02 .top-txt {
		font-size: 1.4rem;
	}
	.documents_wrapper_item_l,
	.documents_wrapper_item_r {
		width: 100%;
		border-bottom: 3px solid #F7F1EB;
	}
	.documents_wrapper_item_l {
		border-right: none;
	}
	.documents_wrapper_item,
	.documents_wrapper_item02 {
		padding: 0;
	}
	#page_top .graph img {
		margin: 3em 0;
	}
	.b_10em { margin-bottom: 5em; }

	/* フッターバナー -----------------------------------*/
	.banner_wrapper {
		width: 90%;
	}
	.banner-item_l {
		width: 85%;
		border-right: none;
		margin: 0 auto 2em;
	}
	.banner-item {
		width: 43%;
		border-left: 1px solid #c3c1c1;
	}
	.banner-item_r {
		width: 57%;
	}
	/* フッターバナー -----------------------------------*/
}

@media only screen and (max-width: 481px) {
	.page_top .main_visual {
        height: 300px;
        background-image: url(../../index_imgs/main_visual2025_sp.jpg);
        background-position: center bottom;
    }
	.page_top .main_visual .main_visual-inner {
		width: 80%;
	}
	.page_top .main_visual .catch {
		width: 80%;
		left: initial;
	}
	.toptop {
		font-size: 2.0rem;
	}
    .red_circle_margin { margin:2em 0 3em; }
    .top_copy {
		margin: 3em 0 6em;
	}
	.top_copy a {
		font-size: 1.65rem;
		letter-spacing: -1px;
	}
	.top_copy a span {
		font-size: 1.6rem;
	}

    .pc { display: none;}
    .sp { display: block;}
}