@charset "UTF-8";



/* 全体共通*/



html {
  font-size: 15px;

}



body{

background-color: #FFF960;
color: #333333;
}



h3{
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.3rem;
}



h2{
	text-align: center;
	font-family: "M PLUS 1p";
	padding-top: 20px;
	font-size: 1.6rem;
}

h4{
	font-family: "M PLUS 1p";
	font-size: 1.1rem;
	
}

/* メニューが出るやつはじまり*/



*, *:before, *:after {
padding: 0;
margin: 0;
box-sizing: border-box;
}
ol, ul {
list-style: none;
}
a {
text-decoration: none;
color: inherit;
font-family: 'Ubuntu', sans-serif;
}
.cp_cont {
height: 20vh;
}


/* menupc */


.cp_offcm03 {
position: relative;
z-index: 30;
top: 0;
left: 0;
overflow: auto;
width: 100%;
height: auto;
padding-top: 12px;
-webkit-transition: transform 0.3s ease-in;
transition: transform 0.3s ease-in;
text-align: right;
color: #333333;
background-color: #FFFFFF;
}
.cp_offcm03 nav,
.cp_offcm03 ul {
height: 100%;
}
.cp_offcm03 li {
display: inline-block;
border: none;
}
.cp_offcm03 a {
display: block;
padding: 12px 45px;
-webkit-transition: background-color .3s ease-in;
transition: background-color .3s ease-in;
}
.cp_offcm03 a:hover {
background-color: #EEEEEE;
color: #4DBAEE;
text-decoration: none ;/*リンク選択時の下線部を消す*/
}
/* menu toggle */
#cp_toggle03 {
display: none;
}
#cp_toggle03:checked ~ .cp_offcm03 {
-webkit-transform: translateX(0);
transform: translateX(0);
}
#cp_toggle03:checked ~ .cp_container {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.cp_mobilebar {
display: none;
}


/*===============================================
画面の横幅が767pxまで（スマホ用）
===============================================*/


@media (max-width: 767px) {
/* menusumaho */
.cp_offcm03 {
position: fixed;
left: -250px;
overflow-y: hidden;
width: 250px;
height: 100%;
padding-top: 90px;
color: #333333;
background-color: #FFFFFF;
text-align: center;
}
.cp_offcm03 nav {
background: #FFFFFF;
}
.cp_offcm03 li {
display: block;
margin-right: 0;
border-bottom: 1px solid #FFFFFF;
}
.cp_offcm03 a {
padding: 20px;
}
/* menu toggle */
.cp_mobilebar {
display: block;
z-index: 50;
position: fixed;
top: 0;
left: 0;
padding: 0 25px;
width: 100%;
height: 60px;
background-color: #FFFFFF;
}
.cp_menuicon {
display: block;
position: relative;
width: 25px;
height: 100%;
cursor: pointer;
-webkit-transition: transform .3s ease-in;
transition: transform .3s ease-in;
}
.cp_menuicon > span {
display: block;
position: absolute;
top: 55%;
margin-top: -0.3em;
width: 100%;
height: 0.2em;
border-radius: 1px;
background-color: #333333;
-webkit-transition: transform .3s ease;
transition: transform .3s ease;
}
.cp_menuicon > span:before,
.cp_menuicon > span:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
border-radius: 1px;
background-color: #333333;
-webkit-transition: transform .3s ease-in;
transition: transform .3s ease-in;
}
.cp_menuicon > span:before {
-webkit-transform: translateY(-0.6em);
transform: translateY(-0.6em);
}
.cp_menuicon > span:after {
-webkit-transform: translateY(0.6em);
transform: translateY(0.6em);
}
#cp_toggle03:checked + .cp_mobilebar .cp_menuicon {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#cp_toggle03:checked + .cp_mobilebar span:before,
#cp_toggle03:checked + .cp_mobilebar span:after {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
#cp_toggle03:checked ~ .cp_offcm03 {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
#cp_toggle03:checked ~ .cp_container {
-webkit-transform: translateX(250px);
transform: translateX(250px);
}
/* content */
.cp_container {
top: 60px;
height: 92vh;
}
}



/* メニューが出るやつ終わり*/



/*戻るボタンはじまり*/



  #pageTop {
	z-index: 10;
    position: fixed;
    bottom: 7px;
    right: 12px;
	
  }
  #pageTop i {
  	padding-top: 6px;
  }
  #pageTop a {
    display: block;
    z-index: 999;
    padding: 7px;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    background-color: #4DBAEE;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
	font-size: 1.3em;
	
  }
  #pageTop a:hover {
    text-decoration: none;
    opacity: 0.9;
  }



/*戻るボタン終わり*/






/*本文*/






/*画面横揺れしないために*/



body {
 overflow-x: hidden!important;
 overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
 }



/*ふわあアニメーション*/



body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



/*スクロール*/



.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_arrows {
	position: relative;
	display: flex;
	height: 200px;
	margin: 2em auto;
	justify-content: center;
	align-items: center;
}
.cp_arrows .cp_arrow {
	position: absolute;
	top: calc(60% - 25px);
	left: 50%;
	width: 40px;
	height: 40px;
}
.cp_arrows .cp_arrow::before,
.cp_arrows .cp_arrow::after {
	position: absolute;
	display: block;
	width: 3px;
	height: 30px;
	content: '';
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	-webkit-transform: translate(-50%, -50%) rotateZ(-60deg);
	        transform: translate(-50%, -50%) rotateZ(-60deg);
	transform-origin: bottom right;
	border-radius: 10px;
	background: #333333;
}
.cp_arrows .cp_arrow::after {
	-webkit-transform: translate(-50%, -50%) rotateZ(60deg);
	        transform: translate(-50%, -50%) rotateZ(60deg);
	-webkit-transform-origin: bottom left;
	        transform-origin: bottom left;
}
.cp_arrows .cp_bounce {
	-webkit-animation: arrow-move09 2s infinite ease-in-out;
	        animation: arrow-move09 2s infinite ease-in-out;
}
@-webkit-keyframes arrow-move09 {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	48% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		        transform: translateY(-15px);
	}
}
@keyframes arrow-move09 {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	48% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		        transform: translateY(-15px);
	}
}



/*スクロールズレ修正*/


h3 {
 height: 1px;
 margin-top: -90px;
 padding-top: 90px;
 padding-bottom: 10px;
 display: block;
}
 @media (min-width: 767px){ 
h3{
  display: block;
  margin-top: -90px;
  padding-top: 90px;
  padding-bottom: 10px;
 }
}






/*トップ*/



p#topimg img{
	width: 100%
}



p#topimg{
	text-align: center;
	
}



/*背景方眼*/



.bg{
  margin-top: -80px;
  width: 100%;
  height: 1020px;
  background-image: linear-gradient(#EEEEEE 1px, transparent 0),
                    linear-gradient(90deg, #EEEEEE 1px, transparent 0);
  background-size: 20px 20px;
  background-color: #FFFFFF;


}






/*導入*/



div#dounyu{
	text-align: center;
	display: block;
}

div#omoi{
	display: inline-block;
	font-family: "M PLUS 1p";
	background-color: rgba(255,255,255,0.7);
	width: 90%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 40px;
	margin-top: 30px;
	border-radius: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

p#D1{
	text-align: left;
	color: #4DBAEE;
	font-size: 1.5rem;
	padding-top: 60px;
	padding-bottom: 10px;
	padding-left: 8%;
	
}



p#D2{
	text-align: left;
	color: #4DBAEE;
	font-size: 1.5rem;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: 40%;

}



p#D3{
	text-align: left;
	color: #4DBAEE;
	font-size: 1.5rem;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 8%;
	

}



p#D4{
	padding-top: 60px;
	font-size: 1.2rem;
}



p#D5{
	 display: inline-block;
	text-align: left;
	font-size: 1.5rem;
	padding-top: 20px;
	padding-bottom: 10px;
}


p#D6{
	text-align: center;
}



p#D6 img{
	width: 100%;
}



/*about*/



#about{
	text-align: center;
	margin-top: 60px;
	display: block;
	
}



div#A{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: left;
	display: inline-block;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 40px;
	margin-top: 30px;
	border-radius: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0.9rem;
	line-height: 200%;
}



.toha{
	padding-top: 10px;
	padding-bottom: 10px;
	}



ul#bunrui{
	line-height: 300%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4DBAEE;
}



p#motto{
	text-align: center;
	background-color: #FFF960;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
}

p#motto a:hover {
	color: #4DBAEE;
	text-decoration: none ;/*リンク選択時の下線部を消す*/
}



/*learning*/



div#learning{
	text-align: center;
	margin-top: 90px;
	display: block;
}



div#B{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: left;
	display: inline-block;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-top: 30px;
	border-radius: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0.9rem;
	line-height: 200%;
}



.kari{
	padding-top: 30px;
	}

p#mmm img{
	width: 300px;
}

p#mmm{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}


.timeline {
  list-style: none;
  padding: 5px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  
}

/*棒*/

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #FFFFFF;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

/*吹き出し背景*/

.timeline > li > .timeline-panel {
  width: 45%;
  float: left;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}

/*吹き出し*/

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 30px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 15px solid transparent;
  content: " ";
}

/*円*/

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4rem;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -25px;
  background-color: #B9D20F;
  z-index: 10;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}


.timeline-badge.success {
  background-color: #F58189 !important;
}

.timeline-badge.warning {
  background-color: #6FCECA !important;
}

.timeline-badge.danger {
  background-color: #A981B5 !important;
}


.timeline-title {
  margin-top: 0;
  color: #333333;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-title{
	margin-right: 40%;
	color: #4DBAEE;
}

.timeline-body{
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 5%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}



p#motto2{
	text-align: center;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 20px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 40px;
}

p#motto2 a:hover {
	color: #4DBAEE;
	text-decoration: none ;/*リンク選択時の下線部を消す*/
}



/*interview*/



div#interview{
	text-align: center;
	margin-top: 90px;
	display: block;
}



div#C{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: left;
	display: inline-block;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	border-radius: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0.9rem;
	line-height: 200%;
}



.inta{
	padding-top: 10px;
	padding-bottom: 10px;
	}



.kini{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}

.kini{
  animation: key1 .3s ease infinite alternate;
}

@keyframes key1{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}




.senpai img{
	width: 100%;
	padding-top: 10px;
}



.senpai{
	text-align: center;
}



.hover10 {
  transition: all 0.6s ease 0s;
}
.hover10:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
}



/*seikyu*/



div#seikyu{
	text-align: center;
	margin-top: 90px;
	display: block;
}



p#seikyuurinku img{
	width: 70%;
	padding-top: 30px;
}



p#seikyuurinku{
	text-align: center;
}



p#anata{
	text-align: center;
	font-family: "M PLUS 1p";
	font-size: 1.3rem;
	color: #4DBAEE;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 200%;
}



footer{
	background-color: #FFFFFF;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 10px;
}



p#foimg{
	text-align: center;
}



p#foimg img{
	width: 40%;
}



p#zyu{
	text-align: center;
	font-size: 0.8rem;
	font-family: "M PLUS 1p";
	line-height: 200%;
	padding-top: 10px;
}

p#de{
	text-align: center;
	font-family: "M PLUS 1p";
	padding-top: 10px;
	font-size: 0.7rem;
}

/*===============================================
画面の横幅が767px以上（PC用） 共通
===============================================*/


@media (min-width: 767px){
	
	
	
	p#topimg img{
		width: 38%
	}
	
	
	
	div#omoi{
		padding-left: 30px;
		padding-right: 30px;
		width: 550px;/*横幅指定(全体)*/
	}
	
	
	
	p#D1{
		margin-left: 8%;
	}
	
	
	
	p#D2{
		margin-left: 57%;
	}
	
	
	
	p#D3{
		margin-left: 8%;
	}
	
	
	
	p#D6{
		width: 65%;
		display: inline-block;
		
	}
	
	
	
	div#A{
		
		padding-left: 30px;
		padding-right: 30px;
		width: 550px;/*横幅指定(全体)*/
	
	}
	
	
	
	
	div#B{
		
		padding-left: 30px;
		padding-right: 30px;
		width: 550px;/*横幅指定(全体)*/
	
	}
	
	
	
	p#motto2{
		width: 40%;
		margin: 0 auto;
		margin-top: 60px;
	}
	
	
	
	div#C{
		
		padding-left: 30px;
		padding-right: 30px;
		width: 550px;/*横幅指定(全体)*/
	
	}
	
	
	
	.timeline-title{
	margin-right: 80%;
	font-size: 1.4rem;
	}
	
	
	
	.timeline-body{
	margin-left: 20%;
	font-size: 1.2rem;
	}
	
	
	.timeline{
	margin-left: 100px;
	margin-right: 100px;
	}
	
	
	
	ul#bunrui{
		padding-left: 30px;
	}
	
	
	.senpai img{
		width: 65%;
	}
	
	p#seikyuurinku img{
		width: 25%;
	}
	
	
	
	p#foimg img{
	width: 13%;
}



}


