@charset "UTF-8";

.body-wrap {
	margin: 0 auto;
}
img{
	max-width: 100%;
}
h2 {
	margin-bottom: 40px;
}
h2 span{
	margin-left: 10px;
	display: inline-block;
}
.body-wrap section{
	margin: 100px 0;
}

#title {
	background-image: url(../img/jr/title_pc.png);
}
@media screen and (max-width: 767px) {
	.body-wrap section{
		margin: 60px 0;
	}
	#title {
		background-image: url(../img/jr/title_sp.png);
	}

}


#jr-top {
	margin: 0;
	padding: 90px 0 330px;
	clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 295px), 0% 100%);
	background: #2D3669;
	background-image: url(../img/jr/bg_top.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #fff;
	position: relative;
}
#jr-top::before {
	content: '';
	display: block;
	background: #F4B4D0;
	width: 100%;
	height: 308px;
	clip-path: polygon(0 calc(100% - 47px), 100% 0%, 100% calc(100% - 293px), 0% 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}
#jr-top::after {
	content: '';
	display: block;
	background: #2591C1;
	width: 100%;
	height: 276px;
	clip-path: polygon(0 calc(100% - 45px), 100% 0%, 100% calc(100% - 261px), 0% 100%);
	position: absolute;
	left: 0;
	bottom: 47px;
}
#jr-top .inner {
	max-width: 840px;
}
#jr-top .title{
	text-align: center;
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.2;
}
#jr-top .title .en {
	font-family: "Antonio", sans-serif;
  font-size: 11.8rem;
  font-weight: 700;
}
#jr-top .title span.en {
	margin-right: 20px;
	margin-top: 20px;
	padding-bottom: 8px;
	font-size: 6.0rem;
	line-height: 1.0;
	display: inline-block;
	width: 210px;
	background: #fff;
	color: #2D3669;
}
#jr-top .title span.en:last-of-type{
	margin-right: 0;
}
#jr-top .text{
	line-height: 2.0;
}
#jr-top .text strong {
	display: block;
	margin: 50px 0 30px;
	font-size: 2.6rem;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 1080px) {}
@media screen and (max-width: 767px) {
	#jr-top{
		padding: 80px 0 160px;
		clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 100px), 0% 100%);
	}
	#jr-top::before {
		height: 110px;
		clip-path: polygon(0 calc(100% - 20px), 100% 0%, 100% calc(100% - 100px), 0% 100%);
	}
	#jr-top::after {
		height: 96px;
		clip-path: polygon(0 calc(100% - 20px), 100% 0%, 100% calc(100% - 90px), 0% 100%);
		bottom: 20px;
	}
	#jr-top .title {
		font-size: 1.8rem;
	}
	#jr-top .title .en {
		font-size: 6.0rem;
	}
	#jr-top .title span.en {
		font-size: 3.0rem;
		width: 32%;
		margin-right: 2%;
	}
	#jr-top .text strong {
		margin: 30px 0 20px;
		font-size: 2.0rem;
		line-height: 1.6;
	}
}


#vision {
	margin-top: 60px;
}
#vision p{
	margin-bottom: 30px;
	font-size: 4.5rem;
	font-weight: bold;
	text-align: center;
}
#philosophy img {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 840px;
}

@media screen and (max-width: 767px) {
	#vision p {
		font-size: 2.0rem;
		margin-bottom: 20px;
	}
	#philosophy img {
		width: 90%;
	}
}


#slogan {
	padding: 100px 0;
	background: #F0F0F0;
}
#slogan strong {
	display: block;
	text-align: center;
	font-size: 6.4rem;
	font-weight: bold;
	color: #2D3669;
	transform: skew(-15deg);
}
#slogan .policy .title{
	margin-top: 50px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	font-size: 2.4rem;
	font-weight: bold;
}
#slogan .policy .title::before, #slogan .policy .title::after {
	content: '';
	display: inline-block;
	width: 64px;
	height: 1px;
	background: #000;
}
#slogan .policy ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
#slogan .policy li {
	margin-bottom: 20px;
	padding: 30px 20px;
	width: 33.3%;
	background-color: #fff;
	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	font-size: 2.4rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#slogan .policy li span{
	color: #E73273;
}
@media screen and (max-width: 1080px) {
	#slogan .policy li {
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 767px) {
	#slogan {
		padding: 60px 0;
	}
	#slogan strong {
		font-size: 4.0rem;
	}
	#slogan .policy .title {
		margin: 30px 0 20px;
		font-size: 2.0rem;
	}
	#slogan .policy ul{
		display: block;
	}
	#slogan .policy li {
		padding: 20px 10px;
		width: 100%;
		font-size: 1.6rem;
		clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
	}
	#slogan .policy p br {
		display: none;
	}
}

#enjoypark .flex {
	display: flex;
	align-items: center;
	margin-left:  calc((100vw - 1080px)/-2);
}
#enjoypark .img {
	clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
#enjoypark .text {
	padding-left: 30px;
}
#enjoypark .text h3{
	color: #E73273;
	margin-bottom: 20px;
}
#enjoypark .text p {
	font-size: 1.5rem;
	line-height: 1.8;
}
#enjoypark dl {
	display: flex;
		align-items: center;
		border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
#enjoypark dl:first-of-type {
	margin-top: 20px;
	border-top: solid 1px rgba(0, 0, 0, 0.3);
}
#enjoypark dt, #enjoypark dd {
  padding: 20px 10px;
	font-size: 1.5rem;
}
#enjoypark dt {
  margin-right: 20px;
  width: 130px;
  font-size: 1.2rem;
  font-weight: 600;
  flex-shrink: 0;
}

@media screen and (max-width: 1080px) {
	#enjoypark .flex {
		margin-left:  -16px;
	}
	#enjoypark .img {
		width: 50%;
	}
	#enjoypark .text {
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	#enjoypark .flex {
		display: block;
	}
	#enjoypark .img {
		width: 100%;
	}
	#enjoypark .text {
		margin-top: 20px;
		padding-left: 16px;
		width: 100%;
	}
	#enjoypark .text h3 {
		font-size: 1.8rem;
	}
	#enjoypark dt, #enjoypark dd {
		padding: 15px 10px;
	}
	#enjoypark dt {
		width: 70px;
	}
}

#schedule	{
	margin: 0;
	padding: 100px 0;
	background: #F0F0F0;
}
#schedule .btn {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	#schedule {
		padding: 60px 0;
	}
}

#contact {
	margin: 0;
	padding: 100px 0;
	background: #2D3669;
	color: #fff;
	position: relative;
}
#contact::before {
	content: 'Let’s play Handball !!';
	white-space: nowrap;
	font-size: 11.8rem;
	font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
	opacity: 0.1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#contact .member p {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
#contact .member p.p02{
	font-size: 2.0rem;
}
#contact .member br.sp {
	display: none;
}
#contact .member .btn {
	margin: 40px auto 60px;
}
#contact .contact {
	text-align: center;
	color: #fff;
}
#contact .contact h2{
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#contact .contact h2 span{
	margin: 10px 0 0 0;
}
#contact .contact {
	font-size: 1.8rem;
	font-weight: bold;
}
#contact .contact a {
	margin: 20px auto 0;
	width: 400px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: solid 1px #fff;
	font-size: 2.0rem;
	color: #fff;
	font-family: "Antonio", sans-serif;
  font-weight: 700;
	transition: all .3s;
}
#contact .contact a:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.1);
}


@media screen and (max-width: 767px) {
	#contact {
		padding: 60px 0;
	}
	#contact::before {
		font-size: 11vw;
	}
	#contact .member p{
		font-size: 1.8rem;
	}
	#contact .member br.sp {
		display: block;
	}
	#contact .contact h2 {
		margin-bottom: 20px;
	}
	#contact .contact a{
		width: 280px;
		font-size: 2.0rem;
	}
}


/*------------------------------------------
			募集ページ
------------------------------------------*/
#jr-recruit .r-title {
	margin-bottom: 60px;
	font-size: 7.6rem;
	font-family: "Antonio", sans-serif;
  font-weight: 700;
	color: #E73273;
	text-align: center;
	line-height: 1.2;
}
#jr-recruit h2 {
	font-size: 2.4rem;
	margin-bottom: 10px;
}
#jr-recruit .box {
	padding-top:10px;
	margin-bottom: 60px;
	border-top: solid 2px #E73273;
}
#jr-recruit dl {
	display: flex;
}
#jr-recruit dt {
	margin-right: 20px;
	padding: 20px 10px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.4);
	width: 130px;
	font-weight: bold;
}
#jr-recruit dd {
	padding: 20px 20px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.4);
	width: calc(100% - 150px);
}
#jr-recruit table {
	border-collapse: collapse;
	border: #E3E3E3;
	width: 100%;
	table-layout: fixed;
}
#jr-recruit table th, #jr-recruit table td {
	border: solid 1px #E3E3E3;
	padding: 20px;
}
#jr-recruit table th {
	background: #F5F5F5;
	font-weight: normal;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) { 
	#jr-recruit dt {
		margin-right: 10px;
		width: 100px;
	}
	#jr-recruit dd {
		width: calc(100% - 120px);
	}
	#jr-recruit .r-title {
		font-size: 3.6rem;
	}
	#jr-recruit table th, #jr-recruit table td {
		padding: 10px;
	}
}