@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');

/*reset----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	list-style-type: none;
	font-style: inherit;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-weight: normal;
	line-height: 1;
	overflow-x: hidden;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	color: #333;
	background: #fff;
 }
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
img {
	border-style: none;
	width: 100%;
	display: block;
}
a {
	display: block;
}
a,
button {
	outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
a {
	transition: 0.3s;
}
.sp {
	display:none;
}
@media screen and (max-width:750px) and (orientation: portrait){
#contents a {
 -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.pc {
	display:none;
}
.sp {
	display:block;
}
}

/* header--------------------------------------------------------- */

header {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 2000;
}
header a.btn {
	color: #fff;
	background-color: #30562F;
	text-align: center;
	font-size: 14px;
	padding: 15px 0 16px;
	line-height: 1;
	letter-spacing: 0.05rem;
	font-weight: 500;
	flex-grow: 1;
	border-right: solid 1px #fff;
}
header a.btn:last-of-type {
	border-right: none;
}
@media screen and (min-width:750px){
	header {
		display: block;
		top: 30px;
		right: -1px;
		width: auto;
	}
	header a.btn {
		width: 200px;
		padding: 19px 0 20px;
		margin-bottom: 10px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		letter-spacing: 0.15rem;
	}
	header a.btn:hover {
		background-color: #333;
	}
}

/* contents--------------------------------------------------------- */
#contents {
	padding-bottom: 20px;
}
#contents a.btn {
	width: 70%;
	margin: 0 auto;
	color: #fff;
	background-color: #30562F;
	text-align: center;
	font-size: 15px;
	padding: 15px 0 16px;
	border-radius: 5px;
	line-height: 1;
	letter-spacing: 0.15rem;
	font-weight: 500;
}
#contents p a {
	color: #30562F;
	display: inline-block;
}
#contents section h1 {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.3rem;
	text-indent: 0.3rem;
	color: #30562F;
	margin-bottom: 80px;
}
#contents section h2 {
	width: 80%;
	font-size: 19px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.3rem;
	text-indent: 0.3rem;
	color: #30562F;
	margin: 0 auto 40px;
	line-height: 45px;
	position: relative;
}
#contents section h2:before {
	width: 30px;
	height: 45px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/ttl_left.png) no-repeat left center;
	background-size: 30px auto;
}
#contents section h2:after {
	width: 30px;
	height: 45px;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/ttl_right.png) no-repeat right center;
	background-size: 30px auto;
}
#contents section h2 span {
	position: absolute;
	top: -40px;
	left: 50%;
	translate: -50% 0;
	font-size: 12px;
	background: #30562F;
	padding: 7px 10px 8px;
	color: #fff;
	line-height: 1;
	width: 110px;
	border-radius: 15px;
	letter-spacing: 0.1rem;
}
#contents section h2 span:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 50%;
	translate: -50% 0;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #30562F;
  }
#contents main .inr {
	height: 100svh;
	display: flex;
	align-items: center;
}
#contents main .logo {
	width: 55%;
	max-width: 200px;
	margin: 0 auto 150px;
}
#contents section {
	padding-bottom: 100px;
}
#contents section .inr {
	width: 90%;
	margin: 0 auto;
}
#contents section.photo {
	margin-top: -230px;
	padding-bottom: 170px;
	background: url(../images/sign.png) no-repeat right -20px bottom 90px;
	background-size: 260px auto;
}
#contents section.photo img {
	width: 60%;
	max-width: 240px;
	margin: -30px auto 0;
}
#contents section.photo ul {
	margin-top: 60px;
}
#contents section.photo ul li {
	text-align: center;
	font-size: 17px;
	letter-spacing: 0.3rem;
	text-indent: 0.3rem;
	color: #30562F;
	font-weight: 500;
	margin-bottom: 50px;
}
#contents section.item ul {
	margin-bottom: 20px;
}
#contents section.item ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -25px;
}
#contents section.item ul li img {
	width: 45%;
	margin-bottom: -3px;
}
#contents section.item ul li div {
	width: 190px;
	margin-left: -5px;
}
#contents section.item ul li h3 {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.15rem;
	margin-bottom: 10px;
}
#contents section.item ul li p {
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.15em;
}
#contents section.message p {
	width: 80%;
	margin: -10px auto 20px;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.05rem;
	text-indent: 0.05rem;
	line-height: 2.4;
	text-align:justify;

}
#contents section.message img {
	width: 90%;
	margin: 0 auto;
}
#contents section.special {
	padding-top: 110px;
	background: #F5FAF4;
}
#contents section.special .slider {
	width:80%;
	margin: 0 auto 20px;
}
#contents section.special .slider ul.slick-dots {
	bottom: 5px;
	width: auto;
	right: 5px;
	margin: 0;
}
#contents section.special .slider ul.slick-dots li {
	margin: 0;
}
#contents section.special .slider ul.slick-dots li button:before {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 30px;
	color: #30562F;
}
#contents section.special .slider ul.slick-dots li.slick-active button:before {
    opacity: 1;
}
#contents section.special p {
	width: 80%;
	margin: 0 auto 30px;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.05rem;
	text-indent: 0.05rem;
	line-height: 2.4;
	text-align:justify;
}
#contents section.special .text ul {
	width:80%;
	margin: 0 auto 20px;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #30562F;
}
#contents section.special ul li:last-of-type {
	text-align: right;
}
#contents section.voice {
	padding-top: 80px;
}
#contents section.voice .voices img {
	width: 55%;
	margin: 0 auto 25px;
}
#contents section.voice .voices ul {
	width:80%;
	margin: 0 auto;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.05rem;
	text-indent: 0.05rem;
	line-height: 2;
	text-align:justify;
}
#contents section.voice .voices ul li {
	margin-bottom: 25px;
	padding-bottom: 30px;
	position: relative;
}
#contents section.voice .voices ul li:after {
	position: absolute;
	left: 0;
	bottom: 0;
    background: radial-gradient(circle farthest-side, #30562F, #30562F 40%, transparent 40%, transparent);
    background-size: 6px;
    content: '';
    display: inline-block;
    height: 6px;
    width: 100%;
}
#contents section.voice .voices ul:last-of-type li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
#contents section.voice .voices ul:last-of-type li:last-of-type:after {
	display: none;
}
#contents section.qa ul {
	width:80%;
	margin: 0 auto;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.05rem;
	text-indent: 0.05rem;
	line-height: 2;
	text-align:justify;
}
#contents section.qa ul li {
	margin-bottom: 25px;
	padding-bottom: 30px;
	position: relative;
}
#contents section.qa ul li p.question {
	color: #30562F;
	margin-bottom: 10px;
	font-size: 17px;
}
#contents section.qa ul li:after {
	position: absolute;
	left: 0;
	bottom: 0;
    background: radial-gradient(circle farthest-side, #30562F, #30562F 40%, transparent 40%, transparent);
    background-size: 6px;
    content: '';
    display: inline-block;
    height: 6px;
    width: 100%;
}
#contents section.qa ul li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
#contents section.qa ul li:last-of-type:after {
	display: none;
}
@media screen and (min-width:750px){
	#contents main .logo {
		max-width: 230px;
		margin: 0 auto 150px;
	}
	#contents a.btn {
		width: 220px;
		padding: 20px 0 21px;
	}
	#contents a.btn:hover {
		background: #333;
	}
	#contents section h1 {
		font-size: 24px;
		margin-bottom: 80px;
		letter-spacing: 0.5rem;
		text-indent: 0.5rem;
	}
	#contents section h2 {
		width: 460px;
		font-size: 24px;
		margin: 0 auto 70px;
	}
	#contents section {
		padding-bottom: 150px;
	}
	#contents section.photo {
		margin-top: -210px;
	}
	#contents section.photo {
		padding-bottom: 250px;
		background: url(../images/sign.png) no-repeat right 100px bottom 150px;
		background-size: 480px auto;
	}
	#contents section.photo .img {
		display: flex;
		justify-content: center;
		width: 500px;
		margin: 0 auto;
	}
	#contents section.photo .img img {
		max-width: 280px;
	}
	#contents section.photo ul li {
		font-size: 18px;
		letter-spacing: 0.5rem;
		text-indent: 0.5rem;
		margin-bottom: 70px;
	}
	#contents section.item ul {
		width: 1000px;
		margin: 0 auto 70px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 40px;
	}
	#contents section.item ul li {
		display: block;
		margin-top: 0;
	}
	#contents section.item ul li img {
		width: 200px;
		margin-bottom: 0;
	}
	#contents section.item ul li div {
		width: auto;
		margin-left: 0;
		margin-top: -10px;
	}
	#contents section.item ul li h3 {
		text-align: center;
	}
	#contents section.item ul li p {
		text-align: center;
	}
	#contents section.message p {
		font-size: 17px;
		margin: -10px auto 50px;
		text-align: center;
		line-height: 3.2;
		letter-spacing: 0.1rem;
	}
	#contents section.message img {
		width: 550px;
	}
	#contents section.special {
		padding-top: 150px;
	}
	#contents section.special .box {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 40px;
	}
	#contents section.special .slider {
		width:410px;
		margin: 0;
	}
	#contents section.special .text {
		width:410px;
	}
	#contents section.special p {
		width: auto;
		margin-bottom: 40px;
	}
	#contents section.special .text ul {
		width:auto;
		margin-bottom: 30px;
		font-size: 17px;
	}
	#contents section.special ul li:last-of-type {
		margin-top: -35px;
	}
	#contents section.special .btn {
		margin-left: 0;
	}
	#contents section.voice {
		padding-top: 150px;
	}
	#contents section.voice .voices {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#contents section.voice .voices img {
		width: 240px;
		margin: 0 30px;
		order: 2;
	}
	#contents section.voice .voices ul {
		width: 300px;
		margin: 0;
	}
	#contents section.voice .voices ul:first-of-type {
		order: 1;
	}
	#contents section.voice .voices ul:last-of-type {
		order: 3;
	}
	#contents section.voice .voices ul li {
		margin-bottom: 35px;
		padding-bottom: 40px;
	}
	#contents section.voice .voices ul li:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#contents section.voice .voices ul li:last-of-type:after {
		display: none;
	}
	#contents section.qa ul {
		width:900px;
	}
	#contents section.qa ul li {
		display: flex;
		align-items: center;
		margin-bottom: 50px;
		padding-bottom: 0;
	}
	#contents section.qa ul li:after {
		display: none;
	}
	#contents section.qa ul li p.question {
		width: 290px;
	}
	#contents section.qa ul li p.answer {
		margin-top: -10px;
		margin-left: 40px;
		padding-left: 40px;
		width: 540px;
		border-left: solid 1px #30562F;
	}
}

/* footer--------------------------------------------------------- */
footer {
	background: #30562F;
	color: #fff;
	letter-spacing: 0.05em;
	padding-top: 50px;
}
footer .logo {
	width: 120px;
	margin: 0 auto 30px;
}
footer p {
	text-align: center;
	font-size: 12px;
	line-height: 2.1;
	margin-bottom: 30px;
}
footer ul.sns {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 30px;
}
footer ul.sns li {
	width: 40px;
}
footer a.btn {
	width: 200px;
	margin: 0 auto 30px;
	color: #30562F;
	background-color: #fff;
	text-align: center;
	font-size: 15px;
	padding: 15px 0 16px;
	border-radius: 5px;
	line-height: 1;
	letter-spacing: 0.15rem;
	font-weight: 500;
}
footer small {
	display: block;
	font-size: 12px;
	text-align: center;
	padding: 15px 0;
}
@media screen and (min-width:750px){
	footer {
		padding-top: 100px;
	}
	footer .logo {
		width: 172px;
		margin: 0 auto 50px;
	}
	footer p {
		margin-bottom: 50px;
		font-size: 14px;
	}
	footer ul.sns {
		margin-bottom: 50px;
	}
	footer a.btn {
		width: 240px;
		margin: 0 auto 50px;
	}
	footer small {
		padding-bottom: 50px;
	}
}

