@charset "utf-8";
/*////////////////////////////////////
TOP header
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#top_header_image {
	position: relative;
	width: 100%;
	padding: 100px 0;
	background: #FFF;
	display: flex;
	justify-content: flex-start;
	z-index: 1;
}
#top_header_word_area {
	position: relative;
	width: 45%;
	padding: 10% 10% 0;
	z-index: 1;
}
#top_header_photo_area {
	position: relative;
	width: 55%;
	aspect-ratio:3/2;
	overflow: hidden;
	border-radius: 50px 0 0 50px;
	z-index: 2;
}
#top_header_title {
	position: relative;
	width: 100%;
	color: #453113;
	font-size: clamp(2rem,2.2vw,4rem);
	letter-spacing: 0.2em;
	font-weight: 700;
	margin-bottom: 10px;
	z-index: 2;
}
#top_header_subtitle {
	position: relative;
	width: 100%;
	color: #453113;
	font-size: clamp(1rem,1.2vw,1.4rem);
	letter-spacing: 0.15em;
	font-weight: 700;
	margin-bottom: 60px;
	z-index: 2;
}
#top_header_word {
	position: relative;
	width: 100%;
	color: #333;
	font-size: clamp(1.2rem,0.9vw,1.6rem);
	letter-spacing: 0.2em;
	line-height: 2;
	z-index: 2;
}
#top_tanpopo {
	position: absolute;
	z-index: 1;
	width: 40%;
	opacity: 0;
	top: 20%;
	left: 50%;
	aspect-ratio:862/1200;
	background: url("../img/tanpopo.png");
	background-size: cover;
	animation: topfade forwards 4s ease;
}

}

@media screen and (min-width: 0px) and (max-width: 767px) {
#top_header_image {
	position: relative;
	width: 100%;
	padding: 80px 0;
	background: #FFF;
	z-index: 1;
}
#top_header_word_area {
	position: relative;
	width: 100%;
	padding: 10% 10% 0;
	margin-bottom: 30px;
	z-index: 1;
}
#top_header_photo_area {
	position: relative;
	width: 100%;
	aspect-ratio:3/2;
	overflow: hidden;
	z-index: 2;
}
#top_header_title {
	position: relative;
	width: 100%;
	color: #453113;
	font-size: 3rem;
	letter-spacing: 0.2em;
	font-weight: 700;
	margin-bottom: 10px;
	z-index: 2;
	text-align: center;
}
#top_header_subtitle {
	position: relative;
	width: 100%;
	color: #453113;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	font-weight: 700;
	margin-bottom: 60px;
	z-index: 2;
	text-align: center;
}
#top_header_word {
	position: relative;
	width: 100%;
	color: #333;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	line-height: 2;
	z-index: 2;
}
#top_tanpopo {
	position: absolute;
	z-index: 1;
	width: 40%;
	opacity: 0;
	top: 20%;
	left: 50%;
	aspect-ratio:862/1200;
	background: url("../img/tanpopo.png");
	background-size: cover;
	animation: topfade forwards 4s ease;
}
}
@keyframes topfade {
0%{ opacity: 0; }
100%{ opacity: 0.2; }
}
/*////////////////////////////////////
top_about_area
////////////////////////////////////*/
#top_about_area {
	position: relative;
	width: 100%;
	z-index: 2;
	background: url("../img/top_back1.png") #FFF;
	background-position: bottom center;
	background-size:contain; 
	background-repeat: no-repeat;

}
#top_about_area2 {
	position: relative;
	width: 100%;
	margin-top: -100px;
	padding-top: 150px;
	padding-bottom: 1px;
	background: #faf7f0;
	z-index: 1;
}
#top_about_place {
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#top_about {
	position: relative;
	width: 48%;
	margin-right: 2%;
	padding-top: 30px;
}
#top_about_img_area {
	position: relative;
	width: 50%;
}
.logo_mark {
	position: relative;
	margin-bottom: 30px;
}
.logo_mark img {
	width: 40px;
	vertical-align:bottom;
}
.logo_mark span {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
	margin-left: 10px;
	color: #7db25a;
	font-weight: 700;
}
.logo_mark2 {
	position: relative;
	margin-bottom: 30px;
}
.logo_mark2 img {
	width: 40px;
	vertical-align:bottom;
}
.logo_mark2 span {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
	margin-left: 10px;
	color: #7db25a;
	font-weight: 700;
}
.logo_mark3 {
	position: relative;
}
.logo_mark3 img {
	width: 40px;
	vertical-align:bottom;
}
.logo_mark3 span {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
	margin-left: 10px;
	color: #7db25a;
	font-weight: 700;
}
.top_about_title {
	position: relative;
	font-size: 5.2rem;
	font-weight: 500;
	color: #7db25a;
	line-height: 1.4;
	margin-bottom: 50px;
}
.top_about_word {
	position: relative;
	font-size: 2.2rem;
	line-height: 2.2;
	font-weight: 500;
	color: rgba(91,64,44,1.00);
	letter-spacing: .2em;
}
.top_about_word span {
	color: #7db25a;
}
.top_about_img1 {
	position: relative;
	width: 90%;
	border-radius: 50px;
	overflow: hidden;
	line-height: 0;
	z-index: 1;
}
.top_about_img2 {
	position: relative;
	width: 50%;
	border-radius: 50px;
	overflow: hidden;
	line-height: 0;
	z-index: 1;
	margin-top: -300px;
	margin-right: -60px;
	margin-left: auto;
}
#top_about_img_area_sp {
	display: none;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#top_about {
	position: relative;
	width: 100%;
	padding: 0;
}
#top_about_img_area {
	display: none;
}
#top_about_img_area_sp {
	position: relative;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.top_about_img1 {
	position: relative;
	width: 70%;
	border-radius: 20px;
	overflow: hidden;
	line-height: 0;
	z-index: 1;
}
.top_about_img2 {
	position: relative;
	width: 40%;
	border-radius: 20px;
	overflow: hidden;
	line-height: 0;
	z-index: 1;
	margin-top: -100px;
	margin-right: 0px;
	margin-left: auto;
}
.logo_mark {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.logo_mark img {
	width: 40px;
	vertical-align:bottom;
}
.logo_mark span {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
	margin-left: 10px;
	color: #7db25a;
	font-weight: 700;
}
.logo_mark2 {
	position: relative;
	margin-bottom: 50px;
}
.logo_mark2 img {
	width: 40px;
	vertical-align:bottom;
}
.logo_mark2 span {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
	margin-left: 10px;
	color: #7db25a;
	font-weight: 700;
}
.top_about_title {
	position: relative;
	font-size: 4rem;
	font-weight: 500;
	color: #7db25a;
	line-height: 1.4;
	margin-bottom: 50px;
	text-align: center;
}
.top_about_word {
	position: relative;
	font-size: 1.8rem;
	line-height: 2.2;
	font-weight: 500;
	color: rgba(91,64,44,1.00);
	letter-spacing: .2em;
	text-align: center;
}
.top_about_word span {
	color: #7db25a;
}
}

/*////////////////////////////////////
TOP section1
////////////////////////////////////*/
@media screen and (min-width: 768px) {
#top_about_place2 {
	position: relative;
	width: 100%;
	margin-bottom: 100px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#top_about_place2 {
	position: relative;
	width: 100%;
	margin-bottom: 100px;
}
}

@media screen and (min-width: 768px) {
#top_service1 {
	position: relative;
	width: 70%;
	background: #FFF;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	margin-left: auto;
	margin-right: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#top_service1 {
	position: relative;
	width: 90%;
	background: #FFF;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	margin-left: auto;
	margin-right: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
}

@media screen and (min-width: 768px) {
.top_service_title {
	position: relative;
	font-size: 4.2rem;
	color: #7db25a;
	font-weight: 500;
	margin-bottom: 30px;
}
.top_service_title2 {
	position: relative;
	font-size: 4.2rem;
	color: #7db25a;
	font-weight: 500;
	margin-bottom: 30px;
}
.section_title {
	position: relative;
	font-size: 4.2rem;
	color: #7db25a;
	font-weight: 500;
	margin-bottom: 30px;
	padding-top: 50px;
}
.top_service_word {
	position: relative;
	font-size: 2.2rem;
	letter-spacing: .15em;
	font-weight: 400;
	color: rgba(91,64,44,1.00);
}
.top_service_word span {
	font-size: 2.4rem;
	font-weight: 700;
	color: #7db25a;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.top_service_title {
	position: relative;
	font-size: 2.4rem;
	color: #7db25a;
	font-weight: 500;
	margin-bottom: 30px;
}
.top_service_title2 {
	position: relative;
	font-size: 2.4rem;
	color: #7db25a;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}
.top_service_word {
	position: relative;
	font-size: 1.6rem;
	letter-spacing: .15em;
	font-weight: 400;
	color: rgba(91,64,44,1.00);
}
.section_title {
	position: relative;
	font-size: 2.4rem;
	color: #7db25a;
	font-weight: 500;
	margin-bottom: 30px;
	padding-top: 70px;
}
.top_service_word span {
	font-size: 1.8rem;
	font-weight: 700;
	color: #7db25a;
}
}
@media screen and (min-width: 768px) {
#top_service1_img {
	position: absolute;
	top: 80px;
	left: -250px;
	width: 50%;
	max-width: 360px;
	border-radius: 50px;
	margin-bottom: 30px;
	line-height: 0;
	overflow: hidden;
	z-index: 2;
}
#top_service1_img_sp {
	display: none;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#top_service1_img {
	display: none;
}
#top_service1_img_sp {
	position: relative;
	width: 100%;
	padding-top: 100px;
}
}
@media screen and (min-width: 768px) {
#top_service1_word_area {
	position: relative;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 150px 0 80px 0;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#top_service1_word_area {
	position: relative;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0;
}
}

/*////////////////////////////////////
TOP section2
////////////////////////////////////*/
@media screen and (min-width: 768px) {
#top_about_place3 {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 100px;
	margin-bottom: 200px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#top_about_place3 {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 100px;
	margin-bottom: 200px;
}
}
@media screen and (min-width: 768px) {
#top_service2_word_area {
	position: relative;
	width: 60%;
	padding: 10px 0;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#top_service2_word_area {
	position: relative;
	width: 100%;
	padding: 10px 0;
}
}
@media screen and (min-width: 768px) {
#top_service2_img {
	position: relative;
	width: 500px;
	max-width: 360px;
	margin-bottom: 30px;
	padding-top: 100px;
	overflow: hidden;
	line-height: 0;
	z-index: 2;
}
#top_service2_img img {
	display: block;
	height: auto;
	border-radius: 50px;
}
#top_service2_img_sp {
	display: none;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#top_service2_img {
	display: none;
}
#top_service2_img_sp {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}



@media screen and (min-width: 768px) {
.top_service_point {
	position: relative;
	width: 70%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.top_point {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 5%;
	border-radius: 50%;
	background: #7db25a;
	padding: 30px;
	font-size: 1.8rem;
	line-height: 1.6;
	display: inline-grid;
	align-content:center;
	font-weight: 900;
	text-align: center;
	color: #FFF;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.top_service_point {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.top_point {
	position: relative;
	width: 160px;
	height: 160px;
	margin: 2%;
	border-radius: 50%;
	background: #7db25a;
	padding: 30px;
	font-size: 1.6rem;
	line-height: 1.6;
	display: inline-grid;
	align-content:center;
	font-weight: 900;
	text-align: center;
	color: #FFF;
}
}

@media screen and (min-width: 768px) {
#top_back_area {
	position: fixed;
	width: 100%;
	height: 150vh;
	min-height: 100%;
	top: 0;
	botoom:0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.active {
	background: url("../img/top_back.jpg") #FFF;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#top_back_area {
	position: fixed;
	width: 100%;
	height: 180vh;
	min-height: 100%;
	top: 0;
	botoom:0;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.active {
	background: url("../img/top_back_sp.jpg") #FFF;
}
}

@media screen and (min-width: 768px) {
#top_about3 {
	position: relative;
	width: 100%;
	margin-top: 600px;
	background: #FFF;
	text-align: center;
	font-size: 2.4rem;
	padding-bottom: 100px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#top_about3 {
	position: relative;
	width: 100%;
	margin-top: 400px;
	background: #FFF;
	text-align: center;
	font-size: 2.4rem;
	padding-bottom: 100px;
}
}
.logo_mark_area {
	position: absolute;
	width:100%;
	height: 116px;
	max-width: 600px;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-top: 50px;
	background: url("../img/logo_back.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.section_logo {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.section_logo img {
	width: 40px;
	vertical-align:bottom;
}
.section_logo span {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
	margin-left: 10px;
	color: #7db25a;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
#top_about3_place {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#top_about3_img {
	position: relative;
	width: 40%;
	margin: 0 5%;
}
#top_about3_word {
	position: relative;
	width: 34%;
	font-size: 2.2rem;
	line-height: 2;
	letter-spacing: .15em;
	font-weight: 400;
	text-align: left;
	color: rgba(91,64,44,1.00);
}
#top_about3_word span {
	font-size: 2.2rem;
	font-weight: 400;
	color: #7db25a;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#top_about3_place {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#top_about3_img {
	position: relative;
	width: 80%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	aspect-ratio:1/1;
}
#top_about3_word {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .15em;
	font-weight: 400;
	text-align: left;
	color: rgba(91,64,44,1.00);
	margin-bottom: 20px;
}
#top_about3_word span {
	font-size: 1.8rem;
	font-weight: 400;
	color: #7db25a;
}
}

@media screen and (min-width: 768px) {
#top_about3_gr_place {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.top_about3_gr {
	position: relative;
	width: 25%;
	padding: 20px 0;
	font-size: 1.6rem;
	font-weight: 400;
	color: rgba(91,64,44,1.00);
	background: #faf7f0;
	display: table;
	margin-top: -90px;
}
.top_about3_gr span {
	display: table-cell;
	width: 100%;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	border-right: dotted 3px rgba(91,64,44,0.3);
}
.top_about3_gr:nth-child(4) span {
	border: none;
}
.top_about3_gr:nth-child(1) {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.top_about3_gr:nth-child(4) {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#top_about3_gr_place {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.top_about3_gr {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
	color: rgba(91,64,44,1.00);
	background: #faf7f0;
	display: table;
}
.top_about3_gr::before {
	content: "";
	position: absolute;
	border-top: dotted 3px rgba(91,64,44,0.3);
	width: 80%;
	margin-left: 10%;
}
.top_about3_gr:first-child::before {
	content: none;
}
.top_about3_gr span {
	display: table-cell;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}
.top_about3_gr:nth-child(1) {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.top_about3_gr:nth-child(4) {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
}


@media screen and (min-width: 768px) {
#news_area {
	position: relative;
	width: 100%;
	padding: 100px 0;
	background: #FFF;
}
#news_place {
	position: relative;
	width: 70%;
	height: 660px;
	background: #7db25a;
	border-radius: 0% 100px 100px 0%
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#news_area {
	position: relative;
	width: 100%;
	padding: 0 0 100px 0;
	background: #7db25a;
}
#news_place {
	position: relative;
	width: 100%;
	height: 660px;
	border-radius: 0% 100px 100px 0%;
}
}

@media screen and (min-width: 768px) {
#news_img {
	position: absolute;
	width: 360px;
	top: 50px;
	right: -300px;
}
#news_img img {
	border-radius: 50px;
}
#news_img_sp {
	display: none;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#news_img {
	display: none;
}
#news_img_sp {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
}

@media screen and (min-width: 768px) {
.white_mark {
	position: relative;
	margin-bottom: 30px;
}
.white_mark img {
	width: 40px;
	vertical-align:bottom;
}
.white_mark span {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
	margin-left: 10px;
	color: #FFF;
	font-weight: 700;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.white_mark {
	position: relative;
	margin-bottom: 30px;
}
.white_mark img {
	width: 40px;
	vertical-align:bottom;
}
.white_mark span {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
	margin-left: 10px;
	color: #FFF;
	font-weight: 700;
}
}

@media screen and (min-width: 768px) {
#news_item {
	position: relative;
	width: 90%;
	max-width: 880px;
	margin-left: auto;
	margin-right: 50px;
	padding-top: 50px;
}
#news_title {
	position: relative;
	margin-bottom: 50px;
}
#news_title h3 {
	font-size: 5.2rem;
	font-weight: 500;
	color: #FFF;
	line-height: 1.4;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#news_item {
	position: relative;
	width: 90%;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}
#news_title {
	position: relative;
	margin-bottom: 50px;
}
#news_title h3 {
	font-size: 3.6rem;
	font-weight: 500;
	color: #FFF;
	line-height: 1.4;
}
}

@media screen and (min-width: 768px) {
#info_place {
	position: relative;
	text-align: left;
	width: 100%;
	max-height: 400px;
	margin-left: auto;
	margin-right: auto;
	overflow: scroll;
}
.news {
	position: relative;
	margin-bottom: 20px;
}
.news_day {
	position: relative;
	font-size: 1.4rem;
	color: #999;
	font-weight: 400;
	margin-right: 20px;
	background: #FFF;
	display: inline-block;
	padding: 5px 7px;
}
.news_word {
	position: relative;
	font-size: 1.6rem;
	color: #FFF;
	font-weight: 400;
}
.news_word a {
	color: #009FFF;
}
.news_word a:hover {
	color: #FF0000;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#info_place {
	position: relative;
	text-align: left;
	width: 100%;
	max-height: 300px;
	margin-left: auto;
	margin-right: auto;
	overflow: scroll;
}
.news {
	position: relative;
	margin-bottom: 20px;
}
.news_day {
	position: relative;
	font-size: 1.4rem;
	color: #999;
	font-weight: 400;
	margin-right: 20px;
	background: #FFF;
	display: inline-block;
	padding: 5px 7px;
}
.news_word {
	position: relative;
	font-size: 1.6rem;
	color: #FFF;
	font-weight: 400;
}
.news_word a {
	color: #009FFF;
}
.news_word a:hover {
	color: #FF0000;
}
}