@charset "UTF-8";

/* ==========================================================================

   トップページ #toppage

========================================================================== */
.gomon .main {
	width:100vw;
	overflow-x:hidden;
}

.gomon .hero img {
	width:100%;
}
.gomon .top {
	text-align:center;
}
.gomon .top h1 {
	margin-top:30px;
	margin-bottom:20px;
}
.gomon .top span {
	display:block;
	width:1000px;
	margin:0 auto;
	font-size:14px;
	text-align:right;
	margin-top:5px;
}
@media screen and (max-width: 767px) {
	.gomon .top {
		width:100%;
	}
	.gomon .top h1 {
		margin-top:5vw;
		margin-bottom:5vw;
	}
	.gomon .top img {
		width:90%;
	}
	.gomon .top span {
		width:90%;
		font-size:12px;
	}
}



.gomon .boxA .innr {
	position:relative;
	z-index:50;
}
.gomon .boxA .innr::after {
	background:url(../img/bg_typeA.svg)no-repeat;
	position:absolute;
	content:"";
	width:462px;
	height:226px;
	top:-20px;
	right:-380px;
	z-index:10;
}
.gomon .boxB {
	background:url(../img/bg_tile.png)repeat;
	overflow:hidden;
}
.gomon .boxB .innr {
	display:flex;
	flex-direction:row-reverse;
	position:relative;
	z-index:50;
}
.gomon .boxB .innr::after {
	background:url(../img/bg_typeB.svg)no-repeat;
	position:absolute;
	content:"";
	width:1393px;
	height:596px;
	top:-160px;
	left:-230px;
	z-index:10;
}
.gomon .boxbase {
	padding:50px 0;
}
.gomon .boxbase .innr {
	display:flex;
	justify-content:space-between;
	width:900px;
	margin:0 auto;
}
.gomon .boxbase .box_txt {
	width:430px;
	position:relative;
	z-index:50;
}
.gomon .boxbase .box_txt .headline {
	color:#570054;
	text-align:center;
	margin-top:25px;
	line-height:1em;
	display:flex;
	justify-content:center;
	align-items:center;
}
.gomon .boxbase .box_txt .headline span {
	display:inline-block;
	color:#fff;
	font-size:18px;
	background-color:#570054;
	padding:5px 15px;
	border-radius:15px;
	margin-right:10px;
	line-height:1em;
}
.gomon .boxbase .box_txt .headline h2 {
	font-size:28px;
	font-weight:bold;
}

.gomon .boxbase .box_txt .headline.bb {
	position:relative;
}
.gomon .boxbase .box_txt .headline.bb::after {
	position:absolute;
	display:block;
	content:"";
	width:40px;
	height:2px;
	background-color:#570054;
	bottom:-25px;
	left:0;
	right:0;
	margin:0 auto;
}
.gomon .boxbase .box_txt h3 {
	color:#570054;
	font-size:20px;
	font-weight:bold;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:10px;
}
.gomon .boxbase .box_txt h3:before,
.gomon .boxbase .box_txt h3:after {
	content:"";
	height:2px;
	width:2em;
	background:#570054;
	display:block;
}
.gomon .boxbase .box_txt h3:before {
	margin-right:.8em;
}
.gomon .boxbase .box_txt h3:after {
	margin-left:.8em;
}
.gomon .boxbase .box_txt p {
	font-size:16px;
	margin-top:15px;
}
.gomon .boxbase .box_txt .pt {
	padding-top:30px;
}
.gomon .boxbase .box_img {
	position:relative;
	z-index:50;
}
.gomon .boxbase .box_img img {
	width:430px;
}
@media screen and (max-width: 767px) {
	.gomon .boxA {
		overflow:hidden;
	}
	.gomon .boxbase {
		padding:10vw 0;
	}
	.gomon .boxbase .innr {
		flex-direction:column;
		width:85%;
	}
	.gomon .boxbase .box_txt {
		width:100%;
	}
	.gomon .boxbase .box_txt .headline {
		display:block;
	}
	.gomon .boxbase .box_txt .headline h2 {
		font-size:6vw;
		margin-top:0;
	}
	.gomon .boxbase .box_txt .headline span {
		font-size:4vw;
		margin-right:0;
		margin-bottom:1em;
	}
	.gomon .boxbase .box_txt h3 {
		font-size:4vw;
	}
	.gomon .boxbase .box_img {
		margin-top:5vw;
	}
	.gomon .boxbase .box_txt p {
		font-size:14px;
	}
	.gomon .boxbase .box_img img {
		width:100%;
	}
}



.gomon .boxbase .box_end {
	position:relative;
	z-index:50;
	text-align:center;
}
.gomon .boxbase .box_end h4 {
	font-size:28px;
	font-weight:bold;
	margin-top:-10px;
}
.gomon .boxbase .box_end .item {
	display:flex;
	justify-content:space-between;
	width:900px;
	margin:0 auto;
	margin-top:10px;
}
.gomon .boxbase .box_end .item dl dt img {
	width:180px;
	border-radius:50%;
	border:5px solid #fff;
	box-sizing:border-box;
	box-shadow:0 0 8px gray;
}
.gomon .boxbase .box_end .item dl dd {
	font-size:16px;
	margin-top:5px;
	line-height:1.6em;
}
@media screen and (max-width: 767px) {
	.gomon .boxbase .box_end h4 {
		font-size:5.5vw;
		line-height:1.4em;
	}
	.gomon .boxbase .box_end .item {
		flex-wrap:wrap;
		width:100%;
		margin-top:0;
	}
	.gomon .boxbase .box_end .item dl {
		width:45%;
		margin-top:5vw;
	}
	.gomon .boxbase .box_end .item dl dt img {
		width:100%;
	}
	.gomon .boxbase .box_end .item dl dd {
		font-size:14px;
	}
}


.gomon .btn_pdf {
	width:378px;
	margin:0 auto;
	text-align:center;
	margin-top:15px;
	margin-bottom:40px;
}
.gomon .btn_pdf a {
	display:block;
	background-color:#4a004a;
	border-radius:8px;
	color:#fff;
	font-size:18px;
	padding:14px 0;
}
.gomon .btn_pdf a:hover {
	opacity:.8;
}
/*
.gomon .btn_pdf a span::after {
	content:"\f1c1";
	font-family:FontAwesome;
}
*/
@media screen and (max-width: 767px) {
	.gomon .btn_pdf {
		width:85%;
		margin-top:0;
		margin-bottom:10vw;
	}
	.gomon .btn_pdf a {
		font-size:16px;
	}
}
