@charset "UTF-8";

.midashi{
	font-size: 6rem;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	margin-top: 1em;
}
.midashi small{
	display: block;
	font-size: 3rem;
}
.midashi .pink {
	color:#ff82a5;
}
.midashi .blue {
	color:#0098C7;
}
.midashi .small {
	font-size: 3rem;
}
.mainimage {
	display:block;
	width:100%;
	text-align: center;
	position: relative;
	margin-top: 50px;
	margin-bottom: 350px;
}
.mainimage h1{
	display:block;
	width:100%;
	text-align: center;
	position:absolute;
	left:0;
	top:0;
	z-index:20;
}
.mainimage .stugam{
	position:absolute;
	text-align:right;
	right:0;
	top:210px;
	z-index:21;
}
.mainimage .stugam img{
	width: 40%;
	height:auto;
}

.midashi img{
	width: 70%;
	display: block;
	margin: 0 auto;
}
.num{
	display:inline-block;
	font-size: 3rem;
	border: solid 0px #0098C7;
	border-left:solid 3px #ddd;
	border-bottom:solid 3px #ddd;
	text-align: center;
	padding: 10px 10px 10px 15px;
	margin: 50px 0 20px;
	color: #0098C7;
}
.num strong{
	font-size: 6rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	margin-top: 1em;
	vertical-align: -0.1em;
	margin-right:10px;
}
.num span{
	color: #EB6168;
}
.num p{
	display: inline;
	color: #000;
	padding-left:10px;
}
.tanoshimu1 h3{
	position: relative;
	font-size: 3rem;
	border-bottom: solid 3px #0098C7;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-right: 90px;
}
.glaf{
	display: inline-block;
	width: 80px;
	position: absolute;
	bottom:10px;
	right:0;
}
.jyunbi{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.jyunbi > div:first-child{
	width: calc(40% - 10px);
}
.jyunbi > div:last-child{
	width: calc(60% - 10px);
}
section{
	margin-bottom: 100px;
}


.omoikkiri{
	font-weight: 600;
	text-align: center;
	font-size: 4rem;
	margin-top: -50px;
	margin-bottom: 50px;
}
.toujiru{
	display: flex;
	justify-content: space-between;
}
.toujiru > div{
	position: relative;
	width: calc(33% - 10px);
	padding: 10px;
	color: #FFF;
}
.toujiru .glaf{
	top:-50px;
}
.toujiru h3{
	font-size: 3rem;
}
.toujiru .smallimage {
	width:80%;
	height:auto;
	text-align:center;
	margin:10px auto;
}
.ouen{
	background-color: #0079B5;
}
.sport{
	background-color: #E60865;
}
.item{
	background-color: #EE7A21;
}

.ato h3{
	margin: 0;
	background-color: #E60865;
	color: #FFF;
	padding: 10px;
	font-size: 2.5rem;
	position: relative;
}
.ikou{
	display: flex;
	justify-content: space-between;
	background-color: #0098C7;
	color: #FFF;
	padding: 10px;
}
.ikou > div:first-child{
	width: 30%;
}
.ikou > div:last-child{
	width: calc(70% - 10px);
}
.internet{
	background-color: #F4B844;
	padding: 20px;
	text-align:center;
}
.internet h3{
	display:inline-block;
	font-size: 2.5rem;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-color:#c51434;
	border-radius:30px;
	color:#fff;
	padding:10px 30px;
}
.internet .internettext {
	font-size: 2rem;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight:bold;
}

.internetbox{
	display: flex;
	justify-content: space-between;
}
.internetbox span.red{
	color:#c51434;
	font-weight:700;
}
.internetbox > div{
	width: calc(50% - 10px);
	background-color: #FFF;
	padding: 10px;
	box-sizing: border-box;
}
h2.motto{
	display:block;
	width:500px;
	margin: 100px auto 0px auto!important;
	font-size: 4rem;
	text-align: center;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	color:#c51434;
	border-bottom:solid 2px #ddd;
}
.point{
	font-size: 4rem;
	position: relative;
	padding-left: 3em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	margin-top: 100px;
	min-height: 2.5em;
}
.point span{
	position: absolute;
	top:0;
	left: 0;
	border: solid 2px #0098C7;
	color: #0098C7;
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	box-sizing: border-box;
	padding-top: 0.5em;
	line-height: 1;
}
.point span small{
	display: block;
	font-size: 2rem;
}
.yokko{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:0;
}
.yokko div:first-child {
	width:50%;
	text-align:center;
}
.yokko div:last-child {
	width:50%;
}
.yokko .fukidashi {
	display:block;
	margin:0;
	padding:20px;
	border-radius:20px;
	background-color:#f4b844;
	position: relative;
	text-align:left;
}
.yokko .fukidashi:after {
	content:"";
	position: absolute;
	bottom: 58px;
	right: -26px;
	border: 12px solid transparent;
	border-left: 14px solid #f4b844;
}
.yokko .name{
	display:block;
	font-size: 5rem;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	line-height:1;
	padding-bottom:30px;
}
.yokko .name small{
	font-size: 3rem;
}
.yokko .profile{
	display:block;
	padding:10px;
	margin:0;
	margin-left:20px;
	background-color:#ddd;
}
.yokkoouen{
	border: solid 2px #F4B844;
	padding: 20px;
	margin: 10px 0 10px;
	border-radius: 20px;
}
.point2{
	position: relative;
}
.point2 h3{
}
.poster{
	display: flex;
	justify-content: space-between;
}
.poster > div{
	width: calc(33% - 10px);
}
.poster > div:first-child {
	width: 50%;
}
.poster > div:nth-child(2n) {
	width: 24%;
}
.poster > div:last-child {
	width: 24%;
}
.poster > div small {
	font-size:1.7rem;
}

.point2 h4{
	border: solid 1px #0079B5;
	font-size: 2rem;
	padding: 0;
	padding-right: 1em;
	display: inline-block;
}
.point2 h4 span{
	display: inline-block;
	background-color: #0079B5;
	color: #FFF;
	padding: 10px;
	margin-right: 10px;
}
.kyara{
	border: solid 4px #F4B844;
	padding: 20px;
	margin-top: 50px;
	border-radius: 20px;
}
.kyara h3{
	font-size: 3rem;
	margin: 0;
	padding-right: 0;
}
.kyarabox{
	display: flex;
	justify-content: space-between;
}
.kyarabox > div{
	width: calc(50% - 20px);
	text-align: center;
}
.kyarabox .smallimage{
	width: 70%;
	margin:0 auto;
	text-align:center;
}


/*スマホ*/
@media (max-width: 730px) or ((min-width: 767px) and (max-width: 1100px)) {

	.midashi{
		font-size:3rem;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		margin-top: 1em;
	}
	.midashi small{
		display: block;
		font-size: 1.5rem;
	}
	h1{
		text-align: center;
		margin-top: 50px;
	}
	.mainimage {
		margin-bottom: 250px;
	}
	.mainimage h1{
		display:block;
		width:100%;
		text-align: center;
		position:absolute;
		left:0;
		top:0;
		z-index:20;
	}
	.mainimage .stugam{
		position:absolute;
		text-align:right;
		right:0;
		top:110px;
		z-index:21;
	}
	.mainimage .stugam img{
		width: 40%;
		height:auto;
	}
	.midashi img{
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	.num{
		display:block;
		width:100%;
		font-size: 2rem;
		border: solid 0px #0098C7;
		border-left:solid 3px #ddd;
		border-bottom:solid 3px #ddd;
		text-align: left;
		border-radius: 0px;
		padding: 10px 10px 10px 15px;
		margin: 50px 0 20px;
		color: #0098C7;
	}
	.num strong{
		font-size: 5rem;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		margin-top: 1em;
		vertical-align: -0.1em;
		margin-right:10px;
	}
	.num span{
		color: #EB6168;
	}
	.num p{
		display: inline;
		color: #000;
		padding-left:10px;
	}
	.tanoshimu1 h3{
		font-size: 2rem;
		border-bottom: solid 3px #0098C7;
		margin-top: 50px;
		padding-bottom: 10px;
	}
	.jyunbi{
		display: block;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.jyunbi > div:first-child{
		width: auto;
	}
	.jyunbi > div:last-child{
		width: auto;
	}
	section{
		margin-bottom: 50px;
	}



	.omoikkiri{
		font-weight: 600;
		text-align: center;
		font-size: 3rem;
		margin-top: -50px;
		margin-bottom: 50px;
	}
	.toujiru{
		display: block;
		justify-content: space-between;
	}
	.toujiru > div{
		position: relative;
		width: auto;
		padding: 10px;
		color: #FFF;
		margin-top: 60px;
	}
	.toujiru .glaf{
		top:-50px;
	}
	.toujiru h3{
		font-size: 2.5rem;
	}
	.ouen{
		background-color: #0079B5;
	}
	.sport{
		background-color: #E60865;
	}
	.item{
		background-color: #EE7A21;
	}
	.smallimage{
		width:70%;
		margin:0 auto;
		text-align:center;
	}

	.stugam{
		text-align: right;
	}
	.stugam img{
		width: 70%;
	}
	.ato h3{
		margin: 0;
		background-color: #E60865;
		color: #FFF;
		padding: 10px;
		font-size: 2.5rem;
		position: relative;
	}
	.ikou{
		display: block;
		justify-content: space-between;
		background-color: #0098C7;
		color: #FFF;
		padding: 10px;
	}
	.ikou > div:first-child{
		width: auto;
	}
	.ikou > div:last-child{
		width: auto;
	}
	.internet{
		background-color: #F4B844;
		padding: 10px;
	}
	.internet h3{
		font-size: 2.5rem;
		margin-top: 0;
		margin-bottom: 0;
	}

	.internetbox{
		display: block;
		justify-content: space-between;
	}
	.internetbox > div{
		width: auto;
		background-color: #FFF;
		padding: 10px;
		box-sizing: border-box;
		margin-top: 10px;
	}
	h2.motto{
		width:100%;
		font-size: 3.5rem;
		display:block;
		margin: 50px auto 0px auto;
		text-align: left;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		color:#c51434;
		border-bottom:solid 2px #ddd;

	}

	.point{
		font-size: 2rem;
		position: relative;
		padding-left: 3em;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		margin-top: 50px;
		min-height: 2.5em;
	}
	.point span{
		position: absolute;
		top:0;
		left: 0;
		border: solid 2px #0098C7;
		color: #0098C7;
		text-align: center;
		width: 2.5em;
		height: 2.5em;
		border-radius: 50%;
		box-sizing: border-box;
		padding-top: 0.5em;
		line-height: 1;
	}
	.point span small{
		display: block;
		font-size: 1rem;
	}
	.yokko{
		display: block;
		margin-bottom:0;
	}
	.yokko div:first-child {
		width:100%;
		text-align:center;
	}
	.yokko div:last-child {
		width:100%;
	}
	.yokko .fukidashi {
		display:block;
		margin:10px 0 20px;
		padding:20px;
		border-radius:20px;
		background-color:#f4b844;
		position: relative;
		text-align:left;
	}
	.yokko .fukidashi:after {
		content:"";
		position: absolute;
		left: 45%;
		right:0;
		bottom:-26px;
		width:10px;
		border: 12px solid transparent;
		border-top: 14px solid #f4b844;
	}
	.yokko .name{
		display:block;
		font-size: 5rem;
		font-family: "Noto Sans JP", serif;
		font-optical-sizing: auto;
		font-weight: 700;
		font-style: normal;
		line-height:1;
		padding-bottom:10px;
	}
	.yokko .name small{
		font-size: 3rem;
	}
	.yokko .profile{
		display:block;
		padding:10px;
		margin:0;
		background-color:#ddd;
	}
	.yokkoouen{
		border: solid 2px #F4B844;
		padding: 20px;
		margin: 10px 0 10px;
		border-radius: 20px;
	}
	.point2{
		position: relative;
	}
	.point2 h3{
		padding-right: 0;
	}
	.poster{
		display: flex;
		margin-top: 20px;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.poster > div{
		display:block;
	}
	.poster > div:first-child {
		width:100%;
		margin-bottom:10px;
	}
	.poster > div:nth-child(2n) {
		width: 48%;
	}
	.poster > div:last-child {
		width: 48%;
	}
	.poster > div small {
		font-size:1.7rem;
	}
	.point2 h4{
		border: solid 1px #0079B5;
		font-size: 1.5rem;
		padding: 0;
		padding-right: 1em;
		display: block;
	}
	.point2 h4 span{
		display: inline-block;
		background-color: #0079B5;
		color: #FFF;
		padding: 10px;
		margin-right: 10px;
	}
	.kyara{
		border: solid 4px #F4B844;
		padding: 10px;
		margin-top: 50px;
		border-radius: 20px;
	}
	.kyara h3{
		font-size: 2rem;
		margin: 0;
		padding-right: 0;
	}
	.kyarabox{
		display: flex;
		justify-content: space-between;
	}
	.kyarabox > div{
		width: calc(50% - 5px);
		text-align: center;
		font-size: 1rem;
	}

}

/* 近藤追加 */
.jyunbi .check .box {
	display:inline-block;
	margin:10px 0 4px;
	padding:6px 10px;
	background-color:#c51535;
	color:#fff;
	border-radius:10px;
}

/*追加*/
#body_wrap main{
	background-image: url("../images/back/back1s.webp");
	background-size: contain;
	background-repeat: repeat-y;
	background-position: center top;
}