@charset 'UTF8';

/* メインタイトル */
.inpage_maintitle {
	height: 27vw;
	background: url(/ichibanboshiclub/img/application/function_banner-7ce2125d85a61d67e0eac65d5a02c7fe.png) no-repeat center
		center/100% auto;
}

.inpage_maintitle .wrap {
	padding: 80px 0;
}

@media screen and (max-width: 850px) {
	.inpage_maintitle .wrap {
		padding: 40px 20px;
	}
}

.functions {
	height: auto;
	background-color: #eef2ef;
}

.inpage_maintitle .inpage_maintitle-txt {
	font-size: 2.7rem;
	font-weight: bold;
}

.function-header {
	font-size: 70px;
	text-align: center;
	color: #5cdb95;
	font-weight: bolder;
	text-shadow: 2px 2px #fff;
}

.section-name {
	font-size: 40px;
	text-align: left;
	color: #5cdb95;
	font-weight: bolder;
	padding: 10px;
}

.functions .wrap {
	padding: 80px 0;
}

.column {
	width: 29%;
	float: left;
	margin: 20px;
	height: auto;
}

@media screen and (max-width: 850px) {
	.column {
		width: 100%;
		height: auto;
	}
}

.function {
	padding: 20px;
	text-align: center;
	background-color: #fff;
	height: 455px;
}

@media screen and (max-width: 850px) {
	.function {
		height: auto;
	}
}

.function:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	transition: 0.5s;
}

.function2 {
	padding: 20px;
	text-align: center;
	background-color: #fff;
	height: 320px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.function-image {
	height: 200px;
	width: auto;
}

.function-text .title {
	font-size: 29px;
	text-align: center;
	margin-top: 30px;
	color: #5cdb95;
	font-weight: bolder;
	color: #5cdb95;
}

.function-text .content {
	font-size: 14px;
	text-align: left;
	color: black;
	font-weight: bolder;
}

.button_location {
	text-align: center;
	padding: 40 px;
	height: 100px;
	background-color: #eef2ef;
}

.button-return {
	background-color: #5cdb95;
	border-radius: 100px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto,
		sans-serif;
	padding: 0px 60px;
	text-align: center;
	text-decoration: none;
	transition: all 250ms;
	border: 0;
	font-size: 25px;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.button-return:hover {
	transform: scale(1.05);
	background-color: #fff;
	color: #5cdb95;
	font-weight: bolder;
}

.row {
	margin: 30px;
	border-left: solid;
	border-color: #5cdb95;
	border-width: 20px;
	margin-top: 30px;
	margin-bottom: 100px;
}

/*nav menu*/
#mySidenav a {
	position: fixed;
	transition: 0.3s;
	width: 40px;
	text-decoration: none;
	font-size: 20px;
	padding-left: 12px;
	visibility: visible;
	padding-right: 60px;
	font-weight: 1000;
	box-shadow: -3px 3px 0px 3px #fff;
	text-shadow: -1px 0px black;
	background-color: #5cdb95;
	color: white;
}

@media screen and (max-width: 850px) {
	#mySidenav a {
		visibility: hidden;
	}
}

#myNav a {
	position: fixed;
	transition: 0.3s;
	width: 40px;
	text-decoration: none;
	font-size: 20px;
	color: white;
	border-radius: 10% 0% 0% 15%;
	padding-left: 12px;
	visibility: visible;
	background: #ff622d
		url("/ichibanboshiclub/img/common/icon-ichibanboshi_club-White-d1ff2923c8452cc4034c7bbf5eff4a1a.svg") no-repeat left
		26% top/24px 23px;
	padding-right: 60px;
	padding-top: 20px;
}

@media screen and (max-width: 850px) {
	#myNav a {
		visibility: hidden;
	}
}

#myNav2 a {
	position: fixed;
	transition: 0.3s;
	width: 40px;
	text-decoration: none;
	font-size: 15px;
	color: white;
	border-radius: 10% 0% 0% 15%;
	padding-left: 12px;
	visibility: visible;
	padding-right: 60px;
}

@media screen and (max-width: 850px) {
	#myNav2 a {
		visibility: hidden;
	}
}

#section1 {
	top: 30px;
	border-radius: 10% 0% 0% 0%;
}

#section2 {
	top: 110px;
	border-radius: 0% 0% 0% 0%;
}

#section3 {
	top: 190px;
	border-radius: 0% 0% 0% 0%;
}

#section4 {
	top: 270px;
	border-radius: 0% 0% 0% 0%;
}

#section5 {
	top: 350px;
	border-radius: 0% 0% 0% 15%;
}

/* #section6 { */
/* 	top: 495px; */
/* 	background-color: #05386B; */
/* } */
.sidenav {
	visibility: visible;
}

@media screen and (max-width: 850px) {
	.sidenav {
		visibility: hidden;
	}
}

.inpage_subtitle {
	height: auto;
	background: linear-gradient(to right, #00c49b 55%, #49cb91);
	text-align: center;
}

.inpage_subtitle .wrap {
	padding: 0px;
}

@media screen and (max-width: 850px) {
	.inpage_subtitle .wrap {
		padding: 0px 20px;
	}
}

.register_button {
	height: 34px;
	line-height: 34px;
	padding-right: 10px;
	padding-left: 70px;
	background: #ff622d
		url("/ichibanboshiclub/img/common/icon-ichibanboshi_club-White-d1ff2923c8452cc4034c7bbf5eff4a1a.svg") no-repeat left
		5% center/24px 23px;
	background-size: 50px;
	font-size: 3.5rem;
	font-weight: bold;
	border: 1px solid #ff622d;
	border-radius: 4px;
	box-shadow: 2px 2px 0 rgb(0 0 0/ 30%);
	margin: 30px;
	color: #fff;
}

.register_button:hover {
	background-color: #fff;
	background-image: url("/ichibanboshiclub/img/common/icon-ichibanboshi_club-Orange-75e09d97fd7fbb32a9b8d5ea08e075eb.svg");
	color: #ff622d;
	box-shadow: 12px 12px 35px rgba(0, 0, 0, 0.18);
}

.banner_button {
	height: 34px;
	line-height: 34px;
	padding-right: 10px;
	background: #ffb705;
	background-size: 50px;
	font-size: 3.5rem;
	font-weight: bold;
	border-radius: 4px;
	box-shadow: 2px 2px 0 rgb(0 0 0/ 30%);
	margin: 30px;
	color: #fff;
}

.banner_button:hover {
	background-color: #fff;
	color: #ff622d;
	box-shadow: 12px 12px 35px rgba(0, 0, 0, 0.18);
}

.button_space {
	padding: 20px;
}