@charset "UTF-8";

/*clearfix*/
.cf {
	zoom: 1;
	clear: both;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/*-------------
PC
-------------*/
html,body {
}
p {
	background-image: url(../images/clear.gif);
	max-height: 999999px;
	line-height: 1.5;
}
img {
	vertical-align: bottom;
	max-width:100%;
	height: auto;
}
.mb0 {
	margin-bottom: 0!important;
}
.sp-only {
	display: none!important;
}

/*body*/
body {
	width: 100%;
	overflow: hidden;
	background: #f6f3f0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	font-size: 1.0em;
}
a {
	color: #802520;
	text-decoration: none;
}
a:hover {
	color: #b3322b;
}
.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 10px;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}

/*header*/
header {
	background: #f6f3f0;
	width: 90%;
	margin: 0 auto;
	padding: 15px 5%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	box-shadow: 0px 3px 2px 0px #ccc;
}
header h1 {
	width: 230px;
	float: left;
	padding-top: 11px;
}
header h1 img {
	width: 230px;
}
.header-right {
	float: right;
}
header ul {
	list-style-type: none;
	width: 280px;
	display: inline-block;
	vertical-align: middle;
}
header ul li {
	width: 280px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	line-height: 19px;
	letter-spacing: 2px;
	vertical-align: baseline;
}
header ul li a {
	display: block;
	padding: 20px 0;
	border-radius: 50px;
	transition-duration: .4s;
}
#toform a {
	background: #f7ae45;
	color: #fff;
}
#toform a:hover {
	background: #f8cb8a;
	color: #fff;
}
#toform span {
	font-size: 12px;
	vertical-align: 13%;
}
.toinsta {
	display: inline-block;
	width: 44px;
	vertical-align: middle;
	margin-left: 20px;
}
.toinsta a {
	transition-duration: .4s;
}
.toinsta a:hover {
	opacity: 0.5;
}

/*main*/
#main {
	margin-top: 90px;
	clear: both;
	background: #f6f3f0;
	background-image: url(../images/bg_main_20250710.jpg);
	background-size: cover;
	background-position: center center;
	padding: 33% 0 80px;
}
.main-cvbtn {
	display: block;
	width: 25%;
	margin: 0 auto;
	font-size: 1.7vw;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
}
.main-cvbtn span {
	font-size: 16px;
	vertical-align: 13%;
}
.main-cvbtn a {
	display: block;
	background: #f7ae45;
	color: #fff;
	border-radius: 60px;
	padding: 20px 40px 22px;
	transition-duration: .4s;
}
.main-cvbtn a:hover {
	opacity: 0.5;
}

/*message*/
#message {
	padding: 100px 0;
	position: relative;
}
ul.message-fukidashi-list {
	width: 610px;
	margin: 0 auto;
	display: block;
	text-align: center;
	z-index: 999;
}
ul.message-fukidashi-list li {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #f7ae45;
	background: #fff;
	border: 1px solid #f7ae45;
	border-radius: 30px;
	padding: 7px 23px 10px 24px;
}
.message-fukidashi {
	width: 720px;
	margin: -15px auto 40px;
	font-size: 33px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	background: #f7ae45;
	border-radius: 42px;
	padding: 30px 0 30px;
	position: relative;
	z-index: -1;
}
.message-fukidashi:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	border: 20px solid transparent;
	border-top: 20px solid #f7ae45;
}
#message h3 {
	text-align: center;
	font-size: 36px;
	letter-spacing: 2px;
	color: #333;
	margin-bottom: 2px;
}
#message h2 {
	text-align: center;
	font-size: 40px;
	letter-spacing: 2px;
	color: #333;
	margin-bottom: 50px;
}
#message h2 span {
	text-emphasis: filled #000;
	-webkit-text-emphasis: filled #000;
}
ul.message-ill {
	width: 1000px;
	list-style-type: none;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
ul.message-ill li {
	width: 32%;
	background: #fff;
	border-radius: 25px;
	padding: 26px 0;
	text-align: center;
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
}
.message-photo1 {
	width: 300px;
	position: absolute;
	left: -25px;
	top: 90px;
}
.message-photo2 {
	width: 300px;
	position: absolute;
	right: -15px;
	top: 90px;
}

/*detail*/
#detail {
	padding: 80px 0 210px;
	background-image: url(../images/bg_detail.jpg);
	background-size: cover;
	background-position: right center;
}
#detail h2 {
	text-align: center;
	font-size: 22px;
	letter-spacing: 2px;
	color: #fff;
	margin-bottom: 30px;
}
#detail h3 {
	text-align: center;
	font-size: 26px;
	line-height: 1.5;
	letter-spacing: 2px;
	color: #fff;
	margin-bottom: 40px;
}
#detail ul {
	list-style-type: none;
	width: 1000px;
	margin: 0 auto 35px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#detail ul li {
	width: 27%;
}
.detail-btm {
	width: 330px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.detail-btm-m {
	width: 90px;
	height: 65px;
	background: #fff;
	border-radius: 70px;
	text-align: center;
	font-size: 33px;
	font-weight: bold;
	color: #333;
	padding-top: 25px;
}

/*osusume*/
#osusume {
	margin-top: -130px;
	margin-bottom: 80px;
}
#osusume-inner {
	background: #80bbbf;
	border-radius: 30px;
	width: 1000px;
	margin: 0 auto;
	padding: 50px 80px;
}
#osusume h2 {
	text-align: center;
	font-size: 32px;
	color: #fff;
	letter-spacing: 4px;
	margin-bottom: 30px;
}
#osusume ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 6%;
}
#osusume ul li {
	width: 37%;
	font-size: 19px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #333;
	background: #fff;
	padding: 19px 2% 20px 8%;
	margin-bottom: 20px;
	position: relative;
}
#osusume ul li:before {
	content: '';
	background: url(../images/check.png);
	background-size: cover;
	width: 33px;
	height: 22px;
	position: absolute;
	top: 21px;
	left: 30px;
}

/*reason*/
#reason {
	padding: 60px 0 50px;
	overflow: hidden;
}
#reason h3 {
	display: block;
	width: 510px;
	margin: 0 auto 20px;
	text-align: center;
}
#reason h2 {
	font-size: 33px;
	letter-spacing: 3px;
	color: #333;
	text-align: center;
	margin-bottom: 60px;
}
.reason-box {
	clear: both;
	width: 1100px;
	margin: 0 auto 40px;
}
.reason-box h5 {
	font-size: 48px;
	letter-spacing: 7px;
	margin-bottom: 10px;
	color: #f7ae45;
}
.reason-box h4 {
	font-size: 34px;
	line-height: 1.5;
	letter-spacing: 2px;
	color: #333;
	margin-bottom: 20px;
}
.reason-box p {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.8;
	color: #333;
}
.reason-box-left-txt {
	width: 600px;
	float: left;
	margin-bottom: 45px;
}
.reason-box-left-photo {
	width: 450px;
	float: right;
	margin-top: 50px;
	margin-bottom: 45px;
}
.reason-box-left-photo img,
.reason-box-right-photo img {
	border-radius: 30px;
}
.reason-box-right-txt {
	width: 600px;
	float: right;
	margin-bottom: 75px;
}
.reason-box-right-photo {
	width: 450px;
	float: left;
	margin-top: 50px;
	margin-bottom: 45px;
}

/*cvbox*/
#cvbox {
	clear: both;
	padding: 60px 0;
	background: #80bbbf;
}
.cvbox-inner {
	width: 1060px;
	margin: 0 auto;
	background: #fff;
	border-radius: 40px;
	padding: 40px 20px 25px 45px;
	position: relative;
}
.cvbox-txt {
	width: 500px;
	text-align: center;
}
#cvbox h2 {
	color: #45292b;
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.cvbox-txt p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 2px;
	color: #333;
	margin-bottom: 25px;
}
.cvbox-btn {
	font-size: 26px;
	font-weight: bold;
}
.cvbox-btn a {
	display: block;
	color: #fff;
	background: #f7ae45;
	border-radius: 50px;
	padding: 18px 0 20px;
	transition-duration: .4s;
}
.cvbox-btn a:hover {
	opacity: 0.5;
}
.cvbox-book {
	width: 530px;
	position: absolute;
	top: -50px;
	right: 10px;
}

/*professional*/
#professional {
	padding: 70px 0 80px;
}
.professional-midttl {
	display: block;
	width: 510px;
	margin: 0 auto 20px;
	text-align: center;
}
#professional h2 {
	font-size: 33px;
	letter-spacing: 4px;
	color: #333;
	text-align: center;
	margin-bottom: 50px;
}
#professional ul {
	list-style-type: none;
	width: 1100px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#professional ul li {
	width: 48%;
}
#professional h3 {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
#professional01 h3 {
	color: #f7ae45;
}
#professional02 h3 {
	color: #80bbbf;
}
.pro-image {
	width: 40%;
	float: right;
	margin: 0 0 20px 20px;
}
#professional ul li p {
	color: #333;
	font-size: 15px;
	line-height: 1.8;
}

/*support*/
#support {
	padding: 70px 0 80px;
}
.support-midttl {
	display: block;
	width: 510px;
	margin: 0 auto 20px;
	text-align: center;
}
#support h2 {
	font-size: 33px;
	letter-spacing: 4px;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
}
ul.support-list {
	list-style-type: none;
	width: 960px;
	margin: 0 auto;
}
ul.support-list li {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 50px;
}
.support-txt {
	width: 55%;
}
.support-no {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 7px;
	color: #80bbbf;
	margin-bottom: 10px;
}
.support-txt h3 {
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: 2px;
	color: #333;
	margin-bottom: 20px;
}
.support-txt p {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #333;
}
.support-img {
	width: 40%;
	margin-top: 70px;
}

/*eventbox*/
#eventbox {
	padding: 60px 0;
	background: #f7ae45;
}
.eventbox-inner {
	width: 1030px;
	margin: 0 auto;
	background: #fff;
	border-radius: 40px;
	padding: 35px 50px 30px 45px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.eventbox-txt {
	width: 550px;
	text-align: center;
}
#eventbox h2 {
	color: #333;
	font-size: 30px;
	letter-spacing: 1px;
	margin-top: 14px;
	margin-bottom: 20px;
}
.eventbox-txt p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
	color: #333;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.eventbox-btn {
	font-size: 28px;
	font-weight: bold;
}
.eventbox-btn a {
	display: block;
	color: #fff;
	background: #80bbbf;
	border-radius: 50px;
	padding: 20px 0;
	transition-duration: .4s;
}
.eventbox-btn a:hover {
	opacity: 0.5;
}
.eventbox-book {
	width: 420px;
}
.eventbox-book img {
	border-radius: 30px;
}

/*about*/
#about {
	padding: 100px 0;
	background-image: url(../images/bg_about.jpg);
	background-size: cover;
	background-position: center center;
}
.about-inner {
	width: 1000px;
	margin: 0 auto;
	background-color: rgb(43 26 19 / 0.7);
	border-radius: 40px;
	padding: 50px 0;
	position: relative;
}
.about-midttl {
	display: block;
	width: 340px;
	margin: 0 auto 5px;
	text-align: center;
}
#about h2 {
	font-size: 42px;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
#about p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.9;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
#about h3 {
	font-size: 66px;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
.about-movie {
	width: 700px;
	margin: 60px auto 36px;
}
.youtube-cap {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #fff;
}
.about-btn {
	display: block;
	width: 380px;
	margin: 0 auto;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
.about-btn a {
	display: block;
	background: #d40f0f;
	border-radius: 60px;
	color: #fff;
	padding: 19px 0 20px;
	position: relative;
	transition-duration: .4s;
}
.about-btn a:before {
	content: '▶︎';
	font-size: 16px;
	color: #fff;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}
.about-btn a:hover {
	opacity: 0.5;
}

/*google-bf*/
#google-bf {
	width: 100%;
	background: #e8e8e8;
	padding: 70px 0;
}

footer {
	background: #f4ece0;
	padding: 60px 0 80px;
	text-align: center;
}
footer h1 {
	width: 230px;
	margin: 0 auto 50px;
}
footer h1 img {
	width: 230px;
}
footer p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.8;
	margin-bottom: 30px;
}
address {
	font-style: normal;
	font-size: 13px;
	letter-spacing: 2px;
}
#footfix-btn {
	display: none;
}

/*form-content*/
#form-in {
	padding-top: 160px;
}
#form-in h3 {
	font-size: 33px;
	letter-spacing: 2px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}
#form-in h4 {
	font-size: 24px;
	letter-spacing: 2px;
	color: #333;
	text-align: center;
	margin-bottom: 50px;
}
#form-content {
	width: 1000px;
	margin: 30px auto 0;
}
#form-content p {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 1.8;
	margin-bottom: 100px;
}

/*　横幅980px以下の段組み設定　*/
@media only screen and (max-width: 980px) {
	
}

@media only screen and (max-width: 768px) {
	.pc-only {
		display: none!important;
	}
	.sp-only {
		display: block!important;
	}
	
	/*header*/
	header {
		width: 95%;
		margin: 0 auto;
		padding: 9px 4% 13px;
		position: static;
		box-shadow: 0px 4px 4px 0px #ccc;
	}
	header h1 {
		width: 38%;
		float: left;
		padding-top: 0;
	}
	header h1 img {
		width: 100%;
	}
	.header-right {
		width: 55%;
		float: right;
		padding-top: 6px;
	}
	header ul {
		width: 77%;
		display: inline-block;
		vertical-align: middle;
	}
	header ul li {
		width: 100%;
		font-size: 3.3vw;
		line-height: 1;
		letter-spacing: 1px;
	}
	header ul li a {
		padding: 15px 3%;
		border-radius: 50px;
	}
	#toform span {
		font-size: 2vw;
		vertical-align: 13%;
	}
	.toinsta {
		display: inline-block;
		width: 17%;
		margin-left: 3%;
	}
	
	/*main*/
	#main {
		width: 100%;
		margin-top: 0px;
		clear: both;
		background-image: url(../images/bg_main_sp_20250710.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center center;
		padding: 98% 0 38% 0;
	}
	.main-cvbtn {
		display: block;
		width: 70%;
		margin: 0 auto;
		font-size: 5vw;
	}
	.main-cvbtn span {
		font-size: 3vw;
		vertical-align: 15%;
	}
	.main-cvbtn a {
		display: block;
		border-radius: 60px;
		padding: 16px 0 18px;
	}
	
	/*message*/
	#message {
		padding: 40px 0;
		position: relative;
	}
	ul.message-fukidashi-list {
		width: 92%;
		margin: 0 auto;
	}
	ul.message-fukidashi-list li {
		display: inline-block;
		font-size: 3vw;
		letter-spacing: 1px;
		border-radius: 30px;
		padding: 7px 3.5% 10px 3.5%;
	}
	.message-fukidashi {
		width: 92%;
		margin: -15px auto 40px;
		font-size: 4.2vw;
		letter-spacing: 1px;
		line-height: 1.5;
		border-radius: 30px;
		padding: 22px 0 20px;
		z-index: -1;
	}
	.message-fukidashi:after {
		content: '';
		position: absolute;
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		border: 16px solid transparent;
		border-top: 16px solid #f7ae45;
	}
	#message h3 {
		font-size: 5.2vw;
		letter-spacing: 2px;
		margin-bottom: 5px;
	}
	#message h2 {
		font-size: 5.5vw;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}
	ul.message-ill {
		width: 92%;
		margin: 0 auto 20px;
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
	}
	ul.message-ill li {
		width: 100%;
		border-radius: 25px;
		padding: 12px 0;
		font-size: 4vw;
		line-height: 1.7;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}
	.message-photo1 {
		display: none;
	}
	.message-photo2 {
		display: none;
	}
	
	/*detail*/
	#detail {
		padding: 30px 0 150px;
		background-position: center center;
	}
	#detail h2 {
		font-size: 3.8vw;
		line-height: 1.6;
		letter-spacing: 1px;
		margin-bottom: 30px;
	}
	#detail h3 {
		font-size: 4vw;
		line-height: 1.7;
		letter-spacing: 1px;
		margin-bottom: 40px;
	}
	#detail ul {
		width: 60%;
		margin: 0 auto 50px;
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
	}
	#detail ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.detail-btm {
		width: 50%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.detail-btm-m {
		width: 60px;
		height: 48px;
		font-size: 6vw;
		padding-top: 12px;
	}
	
	/*osusume*/
	#osusume {
		margin-top: -80px;
		padding: -80px 0;
	}
	#osusume-inner {
		border-radius: 30px;
		width: 82%;
		margin: 0 auto;
		padding: 40px 5% 30px 5%;
	}
	#osusume h2 {
		font-size: 6vw;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}
	#osusume ul {
		display: block;
		gap: 0;
	}
	#osusume ul li {
		width: 86%;
		font-size: 3.5vw;
		letter-spacing: 2px;
		padding: 19px 2% 20px 12%;
		margin-bottom: 20px;
		position: relative;
	}
	#osusume ul li:before {
		content: '';
		background: url(../images/check.png);
		background-size: cover;
		width: 25px;
		height: 16px;
		position: absolute;
		top: 22px;
		left: 3%;
	}
	
	/*reason*/
	#reason {
		padding: 20px 0;
	}
	#reason h3 {
		display: block;
		width: 70%;
		margin: 0 auto 20px;
	}
	#reason h2 {
		font-size: 6vw;
		line-height: 1.7;
		letter-spacing: 2px;
		margin-bottom: 40px;
	}
	.reason-box {
		width: 92%;
		margin: 0 auto 40px;
	}
	.reason-box h5 {
		font-size: 8.5vw;
		letter-spacing: 4px;
		margin-left: 3%;
		margin-bottom: 10px;
	}
	.reason-box h4 {
		font-size: 4.5vw;
		line-height: 1.5;
		letter-spacing: 2px;
		margin-bottom: 18px;
	}
	.reason-box p {
		font-size: 3.2vw;
		line-height: 1.7;
		margin-bottom: 0;
	}
	.reason-box-left-txt {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
	.reason-box-left-photo {
		width: 100%;
		float: none;
		margin-top: 0;
		margin-bottom: 25px;
	}
	.reason-box-right-txt {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
	.reason-box-right-photo {
		width: 100%;
		float: none;
		margin-top: 0;
		margin-bottom: 25px;
	}
	
	/*cvbox*/
	#cvbox {
		padding: 40px 0;
	}
	.cvbox-inner {
		width: 76%;
		margin: 0 auto;
		border-radius: 40px;
		padding: 30px 7% 25px 7%;
		position: relative;
	}
	.cvbox-txt {
		width: 100%;
	}
	#cvbox h2 {
		font-size: 5.5vw;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}
	.cvbox-txt p {
		font-size: 3.2vw;
		line-height: 1.7;
		letter-spacing: 1px;
		margin-bottom: 5px;
		text-align: left;
	}
	.cvbox-book-sp {
		width: 95%;
		margin: 0 auto 12px;
	}
	.cvbox-btn {
		font-size: 5vw;
		letter-spacing: 1px;
	}
	.cvbox-btn a {
		display: block;
		border-radius: 50px;
		padding: 18px 0 20px;
	}
	.cvbox-book {
		display: none;
	}
	
	/*professional*/
	#professional {
		padding: 50px 0 20px;
	}
	.professional-midttl {
		width: 70%;
		margin: 0 auto 10px;
	}
	#professional h2 {
		font-size: 6.6vw;
		line-height: 1.5;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}
	#professional ul {
		list-style-type: none;
		width: 92%;
		margin: 0 auto;
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
	}
	#professional ul li {
		width: 100%;
		margin-bottom: 30px;
	}
	#professional h3 {
		font-size: 4.5vw;
		letter-spacing: 1px;
		margin-bottom: 12px;
	}
	.pro-image {
		width: 40%;
		float: right;
		margin: 5px 0 20px 20px;
	}
	#professional ul li p {
		font-size: 15px;
		line-height: 1.8;
	}
	
	/*support*/
	#support {
		padding: 50px 0 20px;
	}
	.support-midttl {
		width: 70%;
		margin: 0 auto 10px;
	}
	#support h2 {
		font-size: 6vw;
		line-height: 1.8;
		letter-spacing: 3px;
		margin-bottom: 20px;
	}
	#support h2 span {
		background:linear-gradient(transparent 60%, #f8bc5c 60%);
		padding-bottom: 2px;
		padding-left: 1px;
	}
	ul.sample-movie {
		width: 90%;
		margin: 0 auto 80px;
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
	}
	ul.sample-movie li {
		width: 100%;
		margin-bottom: 30px;
	}
	ul.sample-movie li p {
		font-size: 4.2vw;
		letter-spacing: 2px;
	}
	ul.support-list {
		width: 90%;
		margin: 0 auto;
	}
	ul.support-list li {
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
		margin-bottom: 40px;
	}
	.support-txt {
		width: 100%;
		margin-bottom: 25px;
	}
	.support-no {
		font-size: 10vw;
		letter-spacing: 7px;
		margin-left: 3%;
		margin-bottom: 10px;
	}
	.support-txt h3 {
		font-size: 4.5vw;
		line-height: 1.5;
		letter-spacing: 2px;
		margin-bottom: 18px;
	}
	.support-txt p {
		font-size: 3.2vw;
		letter-spacing: 1px;
		line-height: 1.7;
	}
	.support-img {
		width: 100%;
		margin-top: 0;
	}
	
	/*eventbox*/
	#eventbox {
		padding: 35px 0;
	}
	.eventbox-inner {
		width: 76%;
		margin: 0 auto;
		border-radius: 40px;
		padding: 35px 7% 30px;
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
	}
	.eventbox-txt {
		width: 100%;
	}
	#eventbox h2 {
		font-size: 5.2vw;
		letter-spacing: 1px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.eventbox-txt p {
		font-size: 3.2vw;
		line-height: 1.7;
		letter-spacing: 2px;
		text-align: left;
		margin-bottom: 15px;
	}
	.eventbox-book-sp {
		margin-bottom: 20px;
	}
	.eventbox-btn {
		font-size: 4.2vw;
	}
	.eventbox-btn a {
		border-radius: 50px;
		padding: 20px 0;
	}
	.eventbox-book {
		display: none;
	}
	
	/*about*/
	#about {
		padding: 50px 0;
	}
	.about-inner {
		width: 90%;
		margin: 0 auto;
		border-radius: 35px;
		padding: 50px 0;
	}
	.about-midttl {
		width: 75%;
		margin: 0 auto 15px;
	}
	#about h2 {
		font-size: 6.5vw;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}
	#about p {
		font-size: 3.6vw;
		line-height: 1.9;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}
	#about h3 {
		font-size: 10vw;
		letter-spacing: 3px;
		margin-top: 35px;
		margin-bottom: 40px;
	}
	.about-movie {
		width: 90%;
		margin: 20px auto 22px;
	}
	.youtube-cap {
		font-size: 4vw;
		letter-spacing: 2px;
	}
	.about-btn {
		width: 90%;
		margin: 0 auto;
		font-size: 5vw;
		letter-spacing: 2px;
	}
	.about-btn a {
		border-radius: 60px;
		padding: 19px 0 20px;
		position: relative;
	}
	.about-btn a:before {
		content: '▶︎';
		font-size: 3.5vw;
		position: absolute;
		right: 6%;
		top: 50%;
		transform: translateY(-50%);
	}
	
	/*google-bf*/
	#google-bf {
		padding: 20px 0;
	}

	footer {
		padding: 50px 0 150px;
	}
	footer h1 {
		width: 50%;
		margin: 0 auto 30px;
	}
	footer h1 img {
		width: 100%;
	}
	footer p {
		font-size: 2.8vw;
		letter-spacing: 2px;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	address {
		font-size: 2.2vw;
		letter-spacing: 2px;
	}
	#footfix-btn {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}
	#footfix-btn ul {
		list-style-type: none;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#footfix-btn ul li {
		width: 50%;
		display: block;
		text-align: center;
		
	}
	#footfix-btn ul li a {
		display: block;
		padding: 6px 0 8px;
		color: #fff;
	}
	#ffm-form a {
		background: #f7ae45;
	}
	#ffm-event a {
		background: #80bbbf;
	}
	.ffm-icon {
		width: 26%;
		margin: 0 auto 2px;
	}
	#footfix-btn ul li h4 {
		font-size: 3.4vw;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 1.4;
	}

	/*form-content*/
	#form-in {
		padding-top: 50px;
	}
	#form-in h3 {
		font-size: 6vw;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}
	#form-in h4 {
		font-size: 4vw;
		letter-spacing: 2px;
		margin-bottom: 40px;
	}
	#form-content {
		width: 90%;
		margin: 0 auto;
	}
	#form-content p {
		font-size: 3.6vw;
		letter-spacing: 3px;
		line-height: 1.8;
	}
}