@charset "UTF-8";


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

  indexページ

========================================*/
@media screen and (min-width: 768px) {
	header {
		display: none;
	}

	main {
		padding-top: 0 !important;
	}
}

#hero {
	padding-top: 50px;
	padding-bottom: 100px;
	background: #eef9d7 url(../../img/index/bg_hero.jpg?v2) no-repeat;
	background-size: 100% auto;
	background-position-y: -70px;
}


@media screen and (min-width: 1400px) {
	#hero {
		background-position-y: -100px;
	}
}

@media screen and (min-width: 1500px) {
	#hero {
		background-position-y: -200px;
	}
}

@media screen and (min-width: 1600px) {
	#hero {
		background-position-y: -250px;
	}
}


#hero .logo img {
	width: 120px;
	margin-right: 20px;
}

#hero .cpy {
	color: #8bb554;
	font-size: 22px;
	font-weight: bold;
	margin-top: 1.5em;
}

#hero .navi .box {
	margin-top: 30px;
}

#hero .navi ul {
	list-style: none;
}

#hero .navi ul li ul {
	margin-top: 0;
}

#hero .navi ul li {
	margin-top: .8em;
	font-size: 18px;
}

#hero .navi ul li a {
	color: #9e8473;
}

#hero .slide {
	width: 820px;
}


#hero .slide {}

#hero .sp-slide {
	overflow: hidden;
	box-sizing: border-box;
	border: 15px solid #ffd8ec;
	border-radius: 30px;
}

#hero .bx-wrapper {
	overflow: hidden;
}

#hero #slider {
	display: none;
}

#hero #slider li {
	overflow: hidden;
	box-sizing: border-box;
	border: 15px solid #ffd8ec;
	border-radius: 30px;
}

#hero .bx-wrapper {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
}


#hero .slide .sp-slide img {}


#hero .in2 {
	margin-top: 80px;
	position: relative;
}

#hero .in2::after {
	position: absolute;
	top: 100px;
	left: -50px;
	content: "";
	background: url(../../img/index/dot_01.svg) no-repeat;
	background-size: 100% auto;
	width: 544px;
	height: 533px;
}

#hero .img {
	margin-top: 50px;
	position: relative;
	z-index: 1;
}

#hero .txt {
	text-align: left;
	margin-right: 50px;
	position: relative;
	z-index: 1;
}

h2 {
	font-size: 36px;
	text-align: left;
}

h2 span {
	position: relative;
	display: inline-block;
	padding-bottom: .15em;
	margin-top: .2em;
}

h2 span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-image: radial-gradient(circle, #9e8473 25%, transparent 25%);
	background-size: 10px 3px;
}

#hero .txt p {
	margin-top: 2em;
}


#hero .link {
	display: inline-block;
	margin: 0 auto;
	margin-top: 50px;
	padding: 25px 100px;
	font-size: 30px;
	border-radius: 40px;
	color: #fff;
	background-color: #c6b0a5;
	line-height: 1.4em;
}

@media screen and (max-width: 767px) {
	#hero {
		padding-top: 10vw;
		padding-bottom: 10vw;
		background-size: 200% auto;
		background-position-y: 0;
		background-position-x: center;
	}


	#hero .logo img {
		width: 35vw;
		margin: 0 2vw;
	}

	#hero .cpy {
		font-size: 5.6vw;
		margin-top: 1em;
	}

	#hero .navi .box {
		margin-top: 5vw;
		display: flex;
		justify-content: center;
		padding-bottom: 10vw;
		display: none;
	}

	#hero .navi ul {
		margin-left: 4vw;
		margin-right: 4vw;
		text-align: left;
	}

	#hero .navi ul li {
		margin-top: .5em;
		font-size: 3.6vw;
	}


	#hero .slide {
		width: 100%;
		margin-top: 7vw;
	}

	#hero .sp-slide {
		border: 10px solid #ffd8ec;
		border-radius: 20px;
	}

	#hero #slider li {
		border: 10px solid #ffd8ec;
		border-radius: 20px;
	}

	#hero .in2 {
		margin-top: 5vw;
	}


	#hero .in2::after {
		top: 5vw;
		left: -5vw;
		width: calc(54vw * 1.5);
		height: calc(53vw * 1.5);
	}

	#hero .img {
		margin-top: 5vw;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
		transform: translateX(25vw);
	}

	#hero .txt {
		margin-right: 0px;
		margin-top: -35vw;
	}

	h2 {
		font-size: 6vw;
	}


	#hero .txt p {
		margin-top: 2em;
		font-size: 3.2vw;
	}


	#hero .link {
		margin-top: 5vw;
		padding: 5vw 0vw;
		font-size: 5vw;
		border-radius: 30px;
		width: 80%;
	}
}




.btnbox {
	margin-top: 10px;
}

.btnbox a {
	display: inline-block;
	color: #9e8473;
	background-color: #fff;
	font-size: 16px;
	padding: .5em 1.5em;
	line-height: 1em;
	border-radius: 999px;
	transition: .3s;
}

.btnbox a:hover {
	opacity: .7;
}

.btnbox span::after {
	content: "\f138";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-left: .5em;
}


@media screen and (max-width: 767px) {
	.btnbox {
		margin-top: 3vw;
	}

	.btnbox a {
		font-size: 4vw;
	}
}



#about {
	padding-top: 100px;
	padding-bottom: 50px;
	background: #fffaea url(../../img/index/bg_about.jpg) no-repeat;
	background-size: 100% auto;
	background-position-y: -70px;
}

#about .flex_box {
	justify-content: flex-start;
}

#about .img {
	margin-top: 130px;
	margin-left: 20px;
	position: relative;
	z-index: 1;
}

#about .txt {
	text-align: left;
	position: relative;
	z-index: 1;
}

#about .txt p {
	margin-top: 2em;
}


#about .circle {
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
	width: 675px;
	height: 666px;
	background: url(../../img/index/bg_ill.png) no-repeat;
	background-size: 100% auto;
}

#about .circle .item {
	position: absolute;
}

#about .circle .item h3 {
	font-size: 28px;
}

#about .circle .item p {
	font-size: 14px;
	margin-top: 1em;
}

#about .circle .item.i01 {
	top: 100px;
	left: 240px;
	color: #29abe2;
}

#about .circle .item.i02 {
	top: 380px;
	left: 90px;
	color: #8bb555;
}

#about .circle .item.i03 {
	top: 380px;
	right: 90px;
	color: #de89b7;
}

#about .btnbox {
	margin-top: 15px;
}

#about .btnbox a {
	font-size: 14px;
	padding: .5em 1em;
	border-radius: 999px;
	color: #fff;
}

#about .circle .item.i01 .btnbox a {
	background-color: #29abe2;
}

#about .circle .item.i02 .btnbox a {
	background-color: #8bb555;
}

#about .circle .item.i03 .btnbox a {
	background-color: #de89b7;
}

#about .circle .mrk {
	position: absolute;
	width: 185px;
}

#about .circle .mrk.m01 {
	top: 150px;
	left: -70px;
}

#about .circle .mrk.m02 {
	top: 140px;
	right: -70px;
}

#about .in2 {
	position: relative;
}

#about .in2::after {
	position: absolute;
	top: 50px;
	right: -100px;
	content: "";
	background: url(../../img/index/dot_02.svg) no-repeat;
	background-size: 100% auto;
	width: 469px;
	height: 547px;
}

#about .in2::before {
	position: absolute;
	top: 600px;
	left: -65px;
	content: "";
	background: url(../../img/index/dot_03.svg) no-repeat;
	background-size: 100% auto;
	width: 474px;
	height: 708px;
}




@media screen and (max-width: 767px) {
	#about {
		padding-top: 10vw;
		padding-bottom: 5vw;
		background-size: 200% auto;
		background-position-y: 0px;
		background-position-x: 0px;
	}

	#about .img {
		margin-top: 5vw;
		margin-left: auto;
		margin-right: auto;
		width: 60%;
	}

	#about .txt p {
		font-size: 3.2vw;
	}

	#about .circle {
		margin-top: 10vw;
		width: 115vw;
		height: 115vw;
		margin-left: -12.5vw;
		background-size: 100% auto;
	}

	#about .circle .item {
		position: absolute;
	}

	#about .circle .item h3 {
		font-size: 4.4vw;
	}

	#about .circle .item p {
		font-size: 2.4vw;
		margin-top: 1em;
	}

	#about .circle .item.i01 {
		top: 18vw;
		left: 40vw;
	}

	#about .circle .item.i02 {
		top: 65vw;
		left: 15vw;
	}

	#about .circle .item.i03 {
		top: 65vw;
		right: 15vw;
	}

	#about .btnbox {
		margin-top: 2vw;
	}

	#about .btnbox a {
		font-size: 2.6vw;
	}

	#about .circle .mrk {
		width: 20vw;
	}

	#about .circle .mrk.m01 {
		top: -5vw;
		left: 12vw;
	}

	#about .circle .mrk.m02 {
		top: -5vw;
		right: 10vw;
	}

	#about .in2::after {
		top: 70vw;
		right: 12vw;
		width: calc(47vw * 1.7);
		height: calc(55vw * 1.7);
	}

	#about .in2::before {
		top: 130vw;
		left: 10vw;
		width: calc(47vw * 1.7);
		height: calc(71vw * 1.7);
	}
}




#news {
	padding: 80px 0;
	padding-bottom: 50px;
	background: #fffaea;
}

#news .wrap {
	position: relative;
	background: url(../../img/index/bg_news_pc.jpg) no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 47.5vw;
}

#news .innr {
	padding: 50px 0;
}

#news h2 {
	display: inline-block;
	margin: 0 auto;
	font-size: 32px;
	color: #de89b7;
	background-color: #fff;
	padding: .5em 2em;
	border-radius: 999px;
}

#news .flex_box {
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	width: 800px;
	margin: 0 auto;
}

#news .item {
	width: 30%;
	text-align: left;
	color: #333;
	font-size: 15px;
}

#news .item img {
	border-radius: 20px;
}

#news .headline {
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
}

#news .headline .cate {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background-color: #fff;
	border-radius: 999px;
	padding: .5em .2em;
	font-size: 13px;
}

#news .headline .cate.c01 {
	color: #888;
}

#news .headline .cate.c02 {
	color: #de89b7;
}

#news .headline .cate.c03 {
	color: #c4cb00;
}

#news .headline a {
	color: #333;
}

#news .headline .ttl {
	margin-left: 1em;
}

#news .list {
	margin-top: 50px;
	display: inline-block;
	color: #fff;
	background-color: #de89b7;
	padding: .2em 3em;
	font-size: 20px;
	border-radius: 999px;
}

#news .list:hover {
	transition: .3s;
	opacity: .7;
}


@media screen and (max-width: 767px) {
	#news {
		padding: 10vw 0;
		padding-bottom: 10vw;
	}

	#news .wrap {
		position: relative;
		background: url(../../img/index/bg_news_sp.jpg) no-repeat;
		background-size: 100% auto;
		background-position-x: center;
		width: 100%;
		height: auto;
	}


	#news .innr {
		padding: 10vw 0;
	}

	#news h2 {
		font-size: 6vw;
		padding: .5em 2em;
		margin-top: 24vw;
	}

	#news .flex_box {
		display: block;
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		width: 70%;
		margin: 0 auto;
		margin-top: 20vw;
	}

	#news .item {
		width: 100%;
		font-size: 3.5vw;
		margin-top: 5vw;
	}

	#news .headline {
		margin-top: 5vw;
	}

	#news .headline .cate {
		font-size: 3.2vw;
	}

	#news .list {
		margin-top: 4vw;
		font-size: 4vw;
		padding-top: .5em;
		padding-bottom: .5em;
	}
}