@charset "UTF-8";

@media screen and (min-width:769px){
  /* PC 769px以上 */
  html{
    font-size: 16px;
  }
}
@media screen and (max-width:768px){
  /* タブレット 768px以下 */
  html{
    font-size: 2vw;
  }
}
@media screen and  (max-width:480px){
  /* スマートフォン 480px以下 */
  html{
    font-size: 3.4vw;
  }
}


.box1 {
	background-color: #FFFFFF;
    height:30vh;
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	line-height: 3rem;
	color: #41B5EB;

}
			
.box2 {

    height:50vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;

	font-size: 1.5rem;
	text-align: center;
	line-height: 3rem;
	
}

.box3{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;

	height:50vh;
	font-size: 1.5rem;
	text-align: center;
	line-height: 3rem;
}
.box4{
	
    height:50vh;
	
}
.box5{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;

	height:50vh;
	font-size: 1.5rem;
	text-align: center;
	line-height: 3rem;
}
.box6{
	position: relative;
    height:150vh;
	
	border: double 0.2em #41B5EB;
	width: 100%;
	
	
}
h2.box6{
	position: absolute;
	top:1vh;
	font-size: 2rem;
	
	z-index: 100;
	
}
p.box6-1{position: absolute;
	top:55vh;
	right: -5vw;
	font-size: 1.8rem;
	
	z-index: 100;
	
}
p.box6-2{
	position: absolute;
	top:95vh;
	
	text-align: center;
	font-size: 1.3rem;
	color: #000000;
	z-index: 100;
	
}
.box7{
    height:100vh;
	border: double 0.2em #FFFFFF;
	width: 100%;
}
p.box7-1{
	position: absolute;
	top:40vh;
	right: -1vw;
	font-size: 1.8rem;
	
	z-index: 100;
}
p.box7-2{
	position: absolute;
	top:65vh;
	right: -0.1vw;
	width: 47vh;
	text-align: justify;
	font-size: 1.3rem;
	z-index: 100;
}
h2.box7{
	position: absolute;
	top:1vh;
	font-size: 2rem;
	
	z-index: 100;
}
h2.box8{
	position: absolute;
	top:0vh;
	
	font-size: 2rem;
	
	z-index: 100;
}
.box8{
	height:100vh;
	border: double 0.2em #ffffff;
	width: 100%;
}
p.box8-1{
	position: absolute;
	top:50vh;
	right: -1vw;
	font-size: 1.8rem;
	
	z-index: 100;
}
p.box8-2{
	position: absolute;
	top:68vh;
	padding: 12 12 13 12;
	font-size: 1.4rem;
	text-align: justify;
	
	z-index: 100;
}
img.girl1{
	height:50vh;
	object-fit: cover;
}
img.girl2{
	height:50vh;
	object-fit: cover;
}
img.student{
	position: absolute;
	top:0%;
	width: 100%;
	height:75vh;
	object-fit: cover;
}
img.posuta{
	position: absolute;
	top:50%;
	width: 100%;
	height:75vh;
	object-fit: cover;
}
/*ボタン*/
.simple_square_btn1{
	
	display: block;
	position: relative;
	width: 160px;
	padding: 0.8rem;
	text-align: center;
	text-decoration: none;
	color: #41B5EB;
	background: #fff;
	border:1px solid #41B5EB;
}
.simple_square_btn1:hover {
	 background: #FF7E94;
         color: #fff;
	 cursor: pointer;
	 text-decoration: none;
}
div.box6-3{
	position: absolute;
	top: 130vh;
	right: 20vw;
}
.simple_square_btn2{
	display: block;
	position: relative;
	width: 160px;
	padding: 0.8rem;
	text-align: center;
	text-decoration: none;
	color: #41B5EB;
	background: #fff;
	border:1px solid #41B5EB;
}
.simple_square_btn2:hover {
	 background: #FF7E94;
         color: #fff;
	 cursor: pointer;
	 text-decoration: none;
}
.box7-3{
	position: absolute;
	top: 80vh;
	right: 21vw;
	z-index: 100;
}
.simple_square_btn3{
	
	display: block;
	top:85vh;
	right: -19vw;
	position: relative;
	width: 160px;
	padding: 0.8rem;
	text-align: center;
	text-decoration: none;
	color: #41B5EB;
	background: #fff;
	border:1px solid #41B5EB;
}
.simple_square_btn3:hover {
	 background: #FF7E94;
         color: #fff;
	 cursor: pointer;
	 text-decoration: none;
}
box8-3{
	position: absolute;
	top: 400vh;
	right: 30vw;
	z-index: 100;
}