@charset "UTF-8";
/* CSS Document */



/* 全体共通*/



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: 15vh;
}


/* 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}
}



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



p#or {
 margin-top: -85px;
 padding-top: 90px;
 display: block;
}
 @media (min-width: 767px){ 
p#or {
  display: block;
  margin-top: -85px;
  padding-top: 90px;
 }
}



p#me {
 margin-top: -85px;
 padding-top: 90px;
 display: block;
}
 @media (min-width: 767px){ 
p#me {
  display: block;
  margin-top: -85px;
  padding-top: 90px;
 }
}



p#my {
 margin-top: -85px;
 padding-top: 90px;
 display: block;
}
 @media (min-width: 767px){ 
p#my {
  display: block;
  margin-top: -85px;
  padding-top: 90px;
 }
}



/*インタビュー*/



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


.C{
	text-align: left;
	display: inline-block;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	margin-top: 30px;
	border-radius: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 0.9rem;
	line-height: 200%;
}



.kini{
	text-align: center;
}



.senpai img{
	width: 105%;
	margin-left: -5%;
	padding-top: 20px;
}



.senpai{
	text-align: center;
	margin-top: 30px;
}



.Q{
	text-align: left;
	display: inline-block;
	line-height: 200%;
	color: #4DBAEE;
	font-family: "M PLUS 1p";
	margin-top: -20px;
	padding-top: 30px;
	font-size: 1.05rem;
}



.A{
	text-align: left;
	display: inline-block;
	line-height: 200%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	padding-top: 20px;
	font-size: 0.9rem;
}



.M{
	text-align: center;
	line-height: 200%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	padding-top: 20px;
	font-size: 0.9rem;
}



.contents {
     width: 100%;
     max-width: 1200px;
     margin: auto;
 }
 .contents img {
     width: 100%;
 }
 .text-center {
     text-align: center;
 }
 .flexbox {
     display: flex;
 }
 .box1 {
     width: 55%;
     margin: auto;
	 padding-top: 20px;
 }
 .box2 {
     width: 55%;
     margin: auto;
	 padding-top: 20px;
 }
 @media screen and (max-width: 767px) {
     .flexbox {
         display: block;
     }
     .flexbox .box1 {
         width: 100%;
         margin: 0 auto;
     }
     .flexbox .box2 {
         width: 100%;
         margin: 0 auto;
     }
 }






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: 90px;
	margin-bottom: 90px;
}

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






/*フッター*/



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){
	
	
	
	div.C{
		
		padding-left: 30px;
		padding-right: 30px;
		width: 550px;/*横幅指定(全体)*/
	}
	
	
	
	.senpai img{
		width: 75%;
	}
	
	p#seikyuurinku img{
		width: 25%;
	}
	
	
	
	p#foimg img{
	width: 13%;
	}
	
	
	
	p#motto2 {
		width: 40%;
		margin: 0 auto;
		margin-top: 90px;
		margin-bottom: 90px;
	}
	
	
	



}