@charset "utf-8";

/* -----------------------------
	present
-------------------------------- */

#present .breadcrumbs {
	margin: 90px 0 0;
}

#present .h1-area {
	top: 105px;
}

#present .present-ttl {
	background:#f4fff8 url("../img/bg-present01.jpg") no-repeat center top / 100% auto;
}

#present .present-ttl .inner {
	padding: 50px 100px;
}

#present .present-ttl .inner div {
	background-color: rgba(255,255,255,0.9);
	background-image: url("../img/img-present01.svg");
	background-position: center top 50px;
	background-repeat: no-repeat;
	background-size: 300px auto;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	border-radius: 50px;
	padding: 150px 0 50px;
}

#present .present-ttl .inner div h2 {
	width: 700px;
	margin: 0 auto;
}

#present .present-ttl .inner div h2 img {
	width: 100%;
}

#present .present-ttl .inner .txt {
    font:bold 3.0rem / 1 "Zen Maru Gothic";
	padding: 30px 0 0;
	position: relative;
	width: 630px;
	margin:0 auto;
}

#present .present-ttl .inner .txt .kikan {
	border: #333 solid 2px;
	border-radius: 10px;
	width: 260px;
	text-align: center;
	display: inline-block;
	line-height: 60px;
}

#present .present-ttl .inner .txt em {
	font-size: 6.0rem;
	padding: 0 20px 0;
	display: inline-block;
	position: absolute;
	bottom: 5px;
}

#present .present-ttl .inner .txt .kana {
	position: absolute;
	bottom: 10px;
	right: 0;
}

/*共通*/
#present .txt-box {
	text-align: center;
}

#present .txt-box .jp {
    font: 3.6rem / 1 "Zen Maru Gothic";
    font-weight: bold;
    color: #00a23f;
    margin: 0 0 20px;
}

#present .txt-box .en {
    font: 2rem / 1 'Poppins', sans-serif;
    font-weight: 600;
    color: #c0dfcc;
}

/*present-area*/
#present .present-area .inner {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
	padding: 100px 0;
}

#present .present-area .txt-box {
	text-align: left;
}

#present .present-area .copy {
	font-size: 5.0rem;
	font-weight: bold;
	padding: 20px 0;
	line-height: 1.5;
}

#present .present-area .txt {
	font-size: 2.0rem;
	letter-spacing: 0.1em;
}

#present .present-area .txt em {
	font-size: 2.4rem;
	font-weight: bold;
}

#present .present-area .txt .red {
	color: #e8343d;
}

#present .flow-area {
	background: url("../img/bg-squares.jpg");
	padding: 100px 0;
}

#present .flow-area ul {
	padding:40px 100px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#present .flow-area ul li {
	width: 300px;
	height: 300px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	padding: 40px 0;
	text-align: center;
	border-radius: 50%;
	position: relative;
}

#present .flow-area ul li::before {
	content: "";
	width: 14px;
	height: 20px;
	background: url("../img/bg-arrow-present.png") no-repeat center / cover ;
	position: absolute;
	right: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
}

#present .flow-area ul li:last-child::before {
	display: none;
}

#present .flow-area ul li .no {
    font:bold 2.6rem / 1 "Zen Maru Gothic";
	color: #00a23f;
}

#present .flow-area ul li .no span {
    font:bold 3.6rem / 1 "Zen Maru Gothic";
}

#present .flow-area ul li .txt {
	font-weight: bold;
	padding: 130px 0 0;
	position: relative;
}

#present .flow-area ul li .txt::before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 80px;
}

#present .flow-area ul li:nth-of-type(1) .txt::before {
	background: url("../img/present-illus01.svg") no-repeat center top / auto 80px;
}

#present .flow-area ul li:nth-of-type(2) .txt::before {
	background: url("../img/present-illus02.svg") no-repeat center top / auto 80px;
}

#present .flow-area ul li:nth-of-type(3) .txt::before {
	background: url("../img/present-illus03.svg") no-repeat center top / auto 80px;
}

#present .overview-area .inner {
	padding: 100px;
}

#present .overview-area .inner .txt-box {
	margin: 0 0 40px;
}

#present .overview-area .inner section {
	margin: 0 0 40px;
}

#present .overview-area .inner section h4 {
	background: #00a23f;
	color: #fff;
    font:bold 2.6rem / 1 "Zen Maru Gothic";
	text-align: center;
	border-radius: 10px;
	line-height: 50px;
	margin: 0 0 20px;
}

#present .overview-area .inner section p {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

#present .entryform-area {
	background:#f4fff8 url("../img/bg-present01.jpg") no-repeat center top / 100% auto;
	padding: 50px;
}

#present .entryform-area .form_area .inner {
	background:#fff;
}

@media screen and (max-width: 768px){
	
	#present .h1-area {
		top: 60px;
	}

	#present .present-ttl {
		margin: 80px 0 0;
		background:#f4fff8 url("../img/bg-present01-sp.jpg") no-repeat center top / 100% auto;
	}

	#present .present-ttl .inner {
		padding: 20px;
	}

	#present .present-ttl .inner div {
		background-position: center top 30px;
		background-size: 150px auto;
		border-radius: 20px;
		padding: 80px 20px 30px;
	}

	#present .present-ttl .inner div h2 {
		width: 100%;
	}

	#present .present-ttl .inner .txt {
		font:bold 2.0rem / 1 "Zen Maru Gothic";
		padding: 20px 0 0;
		position: static;
		width: 100%;
		text-align: center;
	}

	#present .present-ttl .inner .txt .kikan {
		width: 100%;
		display: block;
		line-height: 1.6;
		margin: 0 0 10px;
	}

	#present .present-ttl .inner .txt em {
		font-size: 4.0rem;
		padding: 0;
		display: inline;
		position: static;
		bottom: auto;
	}

	#present .present-ttl .inner .txt .kana {
		position: static;
		bottom: auto;
		right: auto;
	}

	#present .txt-box .jp {
		font:bold 2.8rem / 1 "Zen Maru Gothic";
		margin: 0 0 10px;
	}

	#present .txt-box .en {
		font:bold 1.8rem / 1 'Poppins', sans-serif;
	}

	/*present-area*/
	#present .present-area .inner {
		display: block;
		justify-content: flex-start;
		flex-direction: column;
		align-items: flex-start;
		padding: 50px 20px 40px;
	}

	#present .present-area .txt-box {
		text-align: center;
		padding: 30px 0 0;
	}

	#present .present-area .copy {
		font-size: 2.8rem;
		font-weight: bold;
	}

	#present .present-area .txt {
		font-size: 1.8rem;
	}

	#present .present-area .txt em {
		font-size: 2.2rem;
	}

	#present .present-area .img {
		max-width: 564px;
		margin: 0 auto;
	}

	#present .present-area .img img {
		width: 100%;
	}

	#present .flow-area {
		padding: 50px 20px 10px;
	}

	#present .flow-area ul {
		padding:20px 0 0;
		display: block;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#present .flow-area ul li {
		margin: 0 auto 40px;
	}

	#present .flow-area ul li::before {
		width: 20px;
		height: 14px;
		background: url("../img/bg-arrow-present-under.png") no-repeat center / cover ;
		right:0;
		top: auto;
		bottom: -26px;
		left: 0;
		margin: auto;
	}

	#present .overview-area .inner {
		/*padding: 50px 20px 30px;*/
		padding: 100px 20px 50px;
	}

	#present .overview-area .inner .txt-box {
		margin: 0 0 20px;
	}

	#present .overview-area .inner section {
		margin: 0 0 20px;
	}

	#present .overview-area .inner section h4 {
		font:bold 2.0rem / 1 "Zen Maru Gothic";
		line-height: 40px;
		margin: 0 0 10px;
	}

	#present .entryform-area {
		background:#f4fff8 url("../img/bg-present01.jpg") no-repeat center top / 100% auto;
		padding: 50px 10px;
	}
	
	#present .overview-area .inner section p {
		/*font-weight: normal;*/
		text-align: left;
	}

	#present .entryform-area .form_area .inner #form {
		padding: 0;
	}

}











