@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
/* 挨拶 */
#top_msg .txt {
	color: #2a402f;
	font-size: 24px;
	font-weight: 500;
}
#top_msg .free {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
#top_msg .free .txt02 {
	font-weight: bold;
	font-size : 51px;
	text-shadow : 2px 2px 0px #fff;
	color: var(--color-secondary);
	line-height: 1;
	margin-bottom: 40px;
}
#top_msg .free .txt02 .line {
	background: linear-gradient(transparent 70%, rgba(92, 172, 117, 0.5) 30%) ;
	padding: 0 20px;
}
#top_msg .free .txt03 {
	font-size: 120%;
}
#top_msg .free .man {
	position: absolute;
	left: 0;
	bottom: 0;
}
#top_msg .contact .waku {
	position: relative;
	width: 530px;
	background : linear-gradient(180deg, rgba(255, 255, 255, 1) 46.78%, rgba(253, 241, 228, 1) 100%);
	border: 5px solid var(--color-secondary);
	border-radius: 20px;
	box-shadow : 0px 0px 10px rgba(240, 140, 30, 0.5);
	padding: 35px 20px;
}
#top_msg .contact .waku:nth-of-type(2) {
	box-shadow : 0px 0px 10px rgba(240, 168, 30, 0.5);
	border-color: #F0A81E;
}
#top_msg .contact .waku .maru {
	position: absolute;
	z-index: 1;
	top: -32px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: var(--color-secondary);
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_msg .contact .waku:nth-of-type(2) .maru {
	background : #F0A81E;
}
#top_msg .contact .waku .maru img {
	width: 36px;
}
#top_msg .contact .waku:nth-of-type(2) .maru img {
	width: 30px;
}
#top_msg .contact .waku .txt {
	font-size: 37px;
	font-weight: bold;
	margin-bottom: 0;
}
#top_msg .contact .waku .link {
	display: flex;
	justify-content: center;
	margin: 5px 0 10px;
	line-height: 1;
}
#top_msg .contact .waku .link a {
	display: flex;
	align-items: center;
	margin: 0 auto;
	font-size: 51px;
	font-weight: bold;
	color: var(--color-secondary);
}
#top_msg .contact .waku:nth-of-type(2) .link a {
	color : #F0A81E;
}
#top_msg .contact .waku .link a .ico {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: var(--color-secondary);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
#top_msg .contact .waku:nth-of-type(2) .link a .ico {
	background : #F0A81E;
}
#top_msg .contact .waku .link a .ico img {
	width: 25px;
}
#top_msg .contact .waku:nth-of-type(2) .link a .ico img {
	width: 22px;
}
#top_msg .contact .waku .txt02 {
	font-size: 20px;
}
/* コンテンツ */
#top_concept {
	position: relative;
	background: url("../img/top/bg-concept.jpg") no-repeat center / cover;
	padding: 100px 0;
	color: #fff;
}
#top_concept::before, #top_concept::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 5px;
	left: 0;
}
#top_concept::after {
	top: auto;
	bottom: 5px;
}
#top_concept h3 {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 50px;
}
#top_concept .txt {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.95;
}
#top_nayami h3 {
	font-size: 45px;
	margin-bottom: 20px;
}
#top_nayami .txt {
	font-size: 20px;
}
#top_nayami .in {
	position: relative;
}
#top_nayami .in .woman {
	position: absolute;
	bottom: 25px;
	left: 0;
	margin-bottom: 0;
}
#top_nayami .in .chk {
	width: 900px;
	margin-left: auto;
}
#top_nayami .in .chk li {
	width: 470px;
	border: 1px solid #5cac75;
	margin-bottom: 25px;
	border-radius: 10px;
	position: relative;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 13px;
}
#top_nayami .in .chk li::before {
	content: "";
	background: url("../img/chk.png") no-repeat center / 100% auto;
	width: 29px;
	height: 28px;
	position: absolute;
	z-index: 1;
	top: -20px;
	left: 0;
}
#top_nayami .in .chk li:nth-of-type(even) {
	width: 410px;
}
#top_feature::before {
	background: #f4f5f4;
	border-radius: 0 100px 0 100px;
}
#top_feature::after {
	position: absolute;
	width: auto;
	content: "";
	left: 50%;
	margin-left: -130px;
	border: 130px solid transparent;
	border-top: 36px solid #fff;
	z-index: 1;
}
#top_feature h3 {
	font-size: 50px;
	margin-bottom: 60px;
}
#top_feature .box {
	background: #fff;
	width: 340px;
	border-radius: 20px;
	position: relative;
}
#top_feature .box::before {
	content: "";
	background: url("../img/good.png") no-repeat center / 100% auto;
	width: 46px;
	height: 58px;
	position: absolute;
	right: 10px;
	top: -28px;
}
#top_feature .box h4 {
	font-size: 30px;
	padding: 30px 0 20px;
}
#top_feature .box .txt {
	padding: 20px 25px;
	font-size: 110%;
	line-height: 1.875;
}
#top_menu {
	position: relative;
}
#top_menu .img {
	position: absolute;
	left: calc(50% - 50vw);
	width: calc( (100vw - 1100px) / 2 + (1100px - 700px) );
}
@media only screen and (max-width: 1150px) {
	#top_menu .img {
		left: -30px;
		width: 400px;
	}
}
#top_menu .img img {
	width: 100%;
	height: 800px;
	object-fit: cover;
	border-radius: 0 100px 100px 0;
}
#top_menu .list {
	width: 800px;
	margin-top: 80px;
	margin-left: auto;
}
#top_menu .list .box {
	position: relative;
	border: 3px solid #5cac75;
	background: #fff;
	padding: 30px 30px;
	border-radius: 20px;
	margin-bottom: 60px;
}
#top_menu .list .box:last-of-type {
	margin-bottom: 0;
}
#top_menu .list .box dl {
	width: 410px;
}
#top_menu .list .box dl dt {
	font-size: 35px;
	font-weight: bold;
	color: #2a402f;
	margin-bottom: 17px;
	line-height: 1;
}
#top_menu .list .box .btn01 {
	position: absolute;
	top: calc(50% - 35px);
	right: 30px;
	margin-bottom: 0;
}
#top_menu .list .box dl dd {
	font-size: 110%;
}
/* お知らせ */
#top_info {
	margin-bottom: 50px;
}
#top_info .list {
	width: 900px;
	margin: 0 auto;
}
#top_info dl {
	border-top: 1px solid #d4d9d5;
	padding: 28px 0;
	font-size: 110%;
}
#top_info dl:last-of-type {
	border-bottom: 1px solid #d4d9d5;
}
#top_info dl dt {
	color: var(--color-secondary);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 150px;
		text-align: center;
	}
	#top_info dd {
		width: calc(100% - 150px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_msg .txt {
		font-size: 20px;
	}
	#top_msg .free .txt02 {
		font-size: 40px;
	}
	#top_msg .free .man {
		width: 15vw;
		max-width: 132px;
	}
	#top_msg .contact .waku {
		width: 49%;
		padding: 40px 15px 15px;
	}
	#top_msg .contact .waku .maru {
		width: 46px;
		height: 46px;
		top: -23px;
	}
	#top_msg .contact .waku .maru img {
		width: 25px;
	}
	#top_msg .contact .waku:nth-of-type(2) .maru img {
		width: 23px;
	}
	#top_msg .contact .waku .txt {
		font-size: 25px;
		line-height: 1.3;
		margin-bottom: 15px;
	}
	#top_msg .contact .waku .link a {
		font-size: 28px;
	}
	#top_msg .contact .waku .txt02 {
		font-size: 16px;
	}
	#top_concept {
		padding: 50px 0;
		background-position: center right -15vw;
	}
	#top_concept h3 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	#top_concept .txt {
		font-size: 18px;
	}
	#top_nayami h3 {
		font-size: 35px;
	}
	#top_nayami .in .woman {
		position: relative;
		text-align: center;
		bottom: auto;
		margin-bottom: 20px;
	}
	#top_nayami .in .woman img {
		width: 100px;
	}
	#top_nayami .in .chk {
		width: 100%;
	}
	#top_nayami .in .chk li {
		font-size: 18px;
	}
	#top_nayami .in .chk li, #top_nayami .in .chk li:nth-of-type(even) {
		width: 49%;
	}
	#top_feature::before {
		border-radius: 0 50px 0 50px;
	}
	#top_feature::after {
		margin-left: -65px;
		border: 65px solid transparent;
		border-top: 36px solid #fff;
	}
	#top_feature h3 {
		font-size: 30px;
		margin-bottom: 50px;
	}
	#top_feature .box {
		width: 48%;
	}
	#top_feature .box:last-of-type {
		margin: 40px auto 0;
	}
	#top_feature .box h4 {
		font-size: 23px;
	}
	#top_menu .img img {
		height: 710px;
	}
	#top_menu .list {
		width: 100%;
		margin-top: 40px;
	}
	#top_menu .list .box {
		padding: 20px;
		margin-bottom: 30px;
	}
	#top_menu .list .box dl {
		width: 100%;
		margin-bottom: 15px;
	}
	#top_menu .list .box dl dt {
		font-size: 27px;
	}
	#top_menu .list .box .btn01 {
		position: relative;
		right: auto;
		top: auto;
		text-align: right;
	}
	#top_menu .list .box .btn01 a {
		margin-left: auto;
	}
	#top_info .list {
		width: 100%;
	}
	#top_info dl {
		padding: 15px 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_info dl {
		font-size: 100%;
	}
	#top_msg .free .txt02 {
		font-size: 30px;
	}
	#top_msg .free .txt02 .line {
		padding: 0 10px;
	}
	#top_msg .free .txt03 {
		font-size: 110%;
	}
	#top_msg .free .man {
		width: 80px;
		position: relative;
		margin: 20px auto 0;
	}
	#top_msg .contact .waku {
		width: 100%;
		margin-bottom: 30px;
	}
	#top_msg .contact .waku:last-of-type {
		margin-bottom: 0;
	}
	#top_msg .contact .waku .link a .ico {
		width: 35px;
		height: 35px;
	}
	#top_msg .contact .waku .link a .ico img {
		width: 20px;
	}
	#top_msg .contact .waku:nth-of-type(2) .link a .ico img {
		width: 19px;
	}
	#top_msg .contact .waku .txt {
		font-size: 20px;
	}
	#top_msg .contact .waku .txt br {
		display: none;
	}
	#top_concept {
		padding: 30px 0;
		background-position: center;
	}
	@media only screen and (max-width: 500px){ /* スマホ */
		#top_concept {
			background-position: center right -30vw; 
		}
	}
	#top_concept h3 {
		font-size: 25px;
	}
	#top_concept .txt {
		font-size: 110%;
	}
	#top_nayami h3 {
		font-size: 28px;
	}
	#top_nayami .txt {
		font-size: 18px;
	}
	#top_nayami .in .chk li, #top_nayami .in .chk li:nth-of-type(even) {
		width: 100%;
	}
	#top_nayami .in .chk li {
		font-size: 110%;
	}
	#top_nayami .in .chk li:last-of-type {
		margin-bottom: 0;
	}
	#top_feature::after {
		margin-left: -40px;
		border: 40px solid transparent;
		border-top: 25px solid #fff;
	}
	#top_feature h3 {
		font-size: 28px;
		margin-bottom: 40px;
	}
	#top_feature .box {
		width: 100%;
		margin-bottom: 30px;
	}
	#top_feature .box:last-of-type {
		margin: 0;
	}
	#top_feature .box::before {
		right: 5px;
	}
	#top_feature .box h4 {
		font-size: 20px;
	}
	#top_feature .box h4 br {
		display: none;
	}
	#top_feature .box .img img {
		width: 100%;
	}
	#top_menu .img {
		width: 50%;
	}
	#top_menu .img img {
		height: 730px;
	}
	#top_menu .list {
		margin-top: 30px;
	}
	#top_menu .list .box {
		margin-bottom: 20px;
	}
	#top_menu .list .box dl dt {
		font-size: 22px;
	}
	#top_menu .list .box .btn01 a {
		width: 100%;
		font-size: 16px;
	}
	#top_info {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */ 
	#top_msg .txt {
		font-size: 18px;
	}
	#top_msg .free .txt02 {
		font-size: 27px;
	}
	#top_msg .free .txt03 {
		font-size: 97%;
	}
	#top_msg .contact .waku .link a {
		font-size: 23px;
	}
	#top_feature .box h4 {
		font-size: 18px;
	}
	#top_feature .box .txt {
		padding: 20px;
	}
	#top_menu .img img {
		height: 780px;
	}
	#top_menu .list .box dl dt {
		font-size: 20px;
	}
	#top_menu .list .box .btn01 a {
		padding-left: 15px;
		font-size: 15px;
	}
	#top_menu .list .box .btn01 a::before {
		right: 10px;
	}
}