*{
	font-size:16px;
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
}
img{
	max-width: 100%;
}

.fr {
    float: right;
	padding-left: 2%;
}



.fl-teacher {
  float: right;
padding-left: 2%;
  width: 250px;
  height: 250px;
  object-fit: cover;
}

.thought {
	border: 1px #434B83;
	padding: 2%;
	float: left;
}


.thought li {
    font-size: 1.4em;
    line-height: 2em;
    list-style:none;
	margin-left: 2em;
}

@media screen and (max-width: 768px) {
    /* 画像の回り込みを解除して中央へ */
    .fl-teacher {
        float: none !important;
        display: block !important;
        margin: 0 auto 15px auto !important;
    }

    .thought li{
      margin-left: 0;
    }
    
    /* 文字部分を中央寄せ */
    .thought {
        text-align: center;
        width: 100% !important;
    }
}


.right {
    text-align: right;
}


.w75 {
	max-width: 75%;
}


.clear {
    clear: both;
}

.head {
    width:1000px;
    margin: 0 auto;
}  


h2{
	font-size:3.0rem;
	text-align: center;
    line-height: 1.6em;
}
h3{
	font-size:2.6rem;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-size:2.0rem;
	text-align: center;
    line-height: 1.6em;
}
h5 {
	font-size:1.8rem;
	text-align: center;
    line-height: 1.6em;
	padding-bottom: 20px;
}
h6 {
	font-size:1.4rem;
}




.bold {
	font-weight: bold;
	font-size: inherit;
}


p{
	font-size:1.4rem;
    line-height: 1.8em;
    text-indent: 1em;
    padding-bottom:1em;
}

.text-center {
    text-align: center;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.fs08 {
	font-size: 0.8em;	
}
.fs15 {
    font-size: 1.2em!important;
}
.fs2 {
    font-size: 2em!important;
}

.fs5 {
    font-size: 3.8em;
}

.fa-17x {
	font-size: 1.7em!important;
	vertical-align: middle;
}
.blue {
	color: #0a1e78;
}

.red{
  color: #e0030d;
}



span.blue{
	color: #0a1e78;
  font-size: inherit;
}

span.red{
	color: #e0030d;
  font-size: inherit;
}
span.yel{
	color: #ffd532;
	font-size:4.5rem;
}
span.blue{
	color: #0a1e78;
    font-size: inherit;
}
span.tar {
	color: #109cb1;
	font-size: inherit;
}





.box_blue {
    background-color: #DCE8FD;
    padding: 2%;
}
.bg_purple {
    background-color: #e5c2dc;
    padding: 2%;
    
}
.bg_pblue {
    background-color: #DCE8FD;
    padding: 2%;    
}

.bg_ppblue {
    background-color: #e7f2f2;
    padding: 3%;    
}


.bg_rightgray {
    background-color: #ebf1fb;
    padding: 2%;
    border-radius: 30px;
}
.bg_white {
    background-color: white;
    padding: 2%;
}



.linear_orange {
      background: linear-gradient(transparent 75%, #ffce5b 75%);
	font-size: inherit;
}
.linear_blue {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #cce5ff 0%);
	font-size: inherit;
	font-weight: bold;
}

.linear_yellow {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #ffffbc 0%);
	font-size: inherit;
}
.linear_pink {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffb2d8 0%);
	font-size: inherit;
}

.ti1 {
	text-indent: 1em;
}


.bg_triangle {
  background-color: #DCE8FD;
	margin: 0 auto;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 60px solid white;
	text-align: center;
	margin: 0 aut0;
}

.merit li{
    font-size: 1.5em;
    line-height: 2.0em;
}



.greeting_text {
  margin-right: 40px;
}




.effect5 {
    margin: 0 auto;
    width: 90%;
}
.effect5 li {
    font-size: 1.5em;
    line-height: 2.4em;
    list-style:none;
}



.voice li  {
  background-color: #fceff5;
  border-radius: 8px;
  padding: 30px 20px 15px;
    list-style: none;
}
.voice ul li .comment {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.voice .txt {
  padding: 10px;
  line-height: 1.5em;
}
.voice ul li {
  margin-top: 20px;
}
.voice ul li .name {
  color: #333;
  font-size: 18px;
  text-align: right;
  margin-top: 12px;
}

.sign {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  font-size: 1.6em;

}

.best3 li {
	list-style: none;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2.0em;
}

.best3 {
	padding-bottom: 1em;
}










a.button{
	display: flex;
	justify-content:space-around;
	align-items: center;
	width:840px;
	height:160px;
	border-radius:16px;
	background-color:#66cc00;
	text-decoration: none;
	margin:0 auto;
	box-shadow: 3px 3px 5px 0px #888888 ;
	-webkit-box-shadow: 3px 3px 5px 0px #888888 ;
	-moz-box-shadow: 3px 3px 5px 0px #888888 ;
	-o-box-shadow: 3px 3px 5px 0px #888888 ;
	-ms-box-shadow: 3px 3px 5px 0px #888888 ;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}
a.button:active{
	transform: translateX(2px) translateY(2px) translateZ(0px);
	-webkit-transform: translateX(2px) translateY(2px) translateZ(0px);
	box-shadow: 0px 0px 0px 0px #888888 ;
	-webkit-box-shadow: 0px 0px 0px 0px #888888 ;
	-moz-box-shadow: 0px 0px 0px 0px #888888 ;
	-o-box-shadow: 0px 0px 0px 0px #888888 ;
	-ms-box-shadow: 0px 0px 0px 0px #888888 ;
}
a.button:hover{
	opacity: 0.9;
}
a.button span{
	font-size:4.8rem;
	font-weight: bold;
	color:#fff;
}
.ren{
	padding-bottom:20px;
}
div.main-thr{
	width: 1200px;
    padding: 30px 20px 0px;
    margin: 0 auto;
}

div.main-b {
	padding:60px 0;
  margin-bottom: 2%;
	background-color: #f5f5f5;
}


.title-wrap{
	background: url(design/top_bg.png) center no-repeat;
}
div.title-top{
	height:120px;
	display: flex;
	align-items: center;
	justify-content:center;
}
div.main-top-title{
	text-align: center;
}



.greeting_photo {
	width:23%;
}

.reason_number {
	width:23%;
}
.reason_text {
	width:75%;
}

.achievement {
	padding: 1%;
	width: 90%;
	margin: 0 auto;
}

.achievement li {
	font-size: 1.4em;
	line-height:2.4em;
	list-style: none;
}


div.main-b-wrap{
	padding:40px 0;
	background-color:#f5f5f5;
}



div.ebook{
	padding:40px 0 80px;
	font-size:0px;
}
.registration {
  background-color: #000033;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  padding: 3%;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
    font-size: 1.6em;
}
.inputText {
    font-size: 1.5em;
}


.mensai li {
  font-size: 14px;
  text-align: left;
  line-height: 1.8em;
  list-style: none;
  color: white;
}
.mensai li a {
  font-size: 14px;
	color: cornflowerblue;
}	



fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}


.col-lg-9 {
  width: 75%;
    float: left;
}
.col-lg-3 {
  width: 25%;
    float: left;
}
.textleft {
 text-align: left;
}
.prftext {
 font-size: 1.3em;   
}
.prfsign {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  font-size: 2.6em;

}
.prf_companyname {
  font-size: 1.3em;
  text-indent:0;
}




.prf_photo_right {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 280px;
}
.prf_photo_left {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 280px;
}


#copyrights {
  text-align: center;
  background: #0f0f52;
  padding: 20px 0;
  color: #fff;
}
#copyrights a {
  color: #fff;
  text-decoration: none;
}

#copyrights a hover {
 cursor: pointer;
}

#copyrights p {
  margin: 0 0 5px 0;
  font-size: 1.1em;
  text-decoration: none;
}

.samurai {
	background-color:white;
	border-radius:30px;
	padding: 3%;

}

.samurai dt {
	font-size: 1.8em;
	line-height: 1.6em;
	padding-top: 2em;
}
.samurai dd {
	font-size: 1.3em;
	line-height: 1.6em;
	text-indent: 1em;
	padding-bottom: 1em;
}

.recommend li {
	list-style: none;
	font-size: 1.5em;
	line-height: 2.2em;
}

.message li {
	list-style: none;
	font-size: 1.6em;
	line-height: 2em;
}










/*黄色いボタンここから*/
.btn,
a.btn,
button.btn {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 1.5rem;
}

a.btn-border-shadow {
  padding: calc(2.0rem - 12px) 4rem 2.0rem;
  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
  padding: calc(2.0rem - 12px) 4rem;
	cursor: pointer;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

a.btn-border-shadow--color {
  border-radius: 0;
  background: yellow;
}

a.btn-border-shadow--color:before {
  border-radius: 0;
}

/*黄色いボタンここまで*/

/*トップに戻るボタン*/

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #000033;
    border: solid 2px #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop_arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}



@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: #fcfc05;
    }
}








@media screen and (min-width: 769px) {	
.pc { display: block !important; }
.sp { display: none !important; }    
.space {
    height: 40px;
}
 
h1,
.container {
	width: 1200px;
	padding:0px 20px 0px;
	margin:0 auto;
}
	
	
	
.pc_half  {
    width: 49%;
    margin: 0 auto;
    float: left;
    padding: 1%;   
}
	
.achievement {
	background: url("design/bg_achievement.png") no-repeat right bottom;
}
.w80 {
	width: 80%;
	margin: 0 auto;
}
	
.recommend {
	padding-left: 70px;
}	
	
.w80 {
	max-width: 800px;
	margin: 0 auto;
}
.fl-teacher {
  width: 250px;
  height: auto;
  object-fit: cover;
}

.thought {
	padding: 2%;
	float: left;
}	
	

}







@media screen and (min-width: 461px) {	

.merit1_list {
	width:70%;
	float: right;
}	
.mw60 {
	max-width: 60%;
}	
.mw30 {
	max-width: 30%;
}	
.fl {
  float: left;
	padding-right: 2%;
}

	
}










@media screen and (max-width: 768px) {	
.pc { display: none !important; }
.sp { display: block !important; } 
	
.container {
            width: 100%;
            margin: 0 auto;
            padding: 0 15px;
}
.flex {
            display: block;
}
.w90 {
	max-width: 90%;
	margin: 0 auto;
}
	
.space {
    height: 10px;
}
    
  .head {
    width:100%;
    margin: 0 auto;
} 
	*{
		letter-spacing: 0px;
	}


a.button span{
	font-size:1.6rem;
}
	
img {
   max-width: 100%;
    }
h1 {
		width:100%;
		padding:0px 30px 0px;
		margin:0 auto;
}	
h2{
	font-size:2.0rem;
	text-align: center;
    line-height: 1.6em;
}
h2 span{
	font-size:2.0rem;
}	
	
h3{
	font-size:1.5rem;
	font-weight: bold;
	text-align: center;
}

h4{
	font-size:1.4rem;
	text-align: center;
}
h5{
	font-size:1.3rem;
	text-align: center;
}	

	
	
a.btn-border-shadow {
  padding: calc(2.0rem - 12px) 3rem 2.0rem;
  background: #fff;
}	
	
	a.button{
		width:680px;
		height:120px;
		border-radius:8px;
	}
	a.button span{
		font-size:3.0rem;
	}

    .fs5 {
    font-size: 1.8em;
}
.btn_entry {
    width: 90%;
    }
.ren{
	padding-bottom: 10px;
}
.fl {
  float: none;
}
.fr {
    float: none;
}	

.prfsign {
    font-size: 2.0em;
    }


    .pagetop {
        height: 40px;
        width: 40px;
        right: 10px;
        bottom: 20px;
        opacity: 0.7; /*スマホの時、透過*/
    }
.recommend li {
	list-style: none;
	font-size: 1.2em;
	line-height: 2.0em;
}        
.best3 li {
	list-style: none;
	font-size: 1.5em;
	font-weight:300;
	line-height: 2.0em;
}
	



    

    
.greeting_text {
	max-width: 100%;
	float: none;
}

	div.main-b {
		width:100%;
		padding:30px 20px;
	}

	a.button{
		width:280px;
		height:60px;
		border-radius:8px;
	}	


	.col:nth-child(1)	{
		width:40%;
		margin:0 auto;
	}
	.col:nth-child(2),
 .col:nth-child(2){
		width:100%;
	}

.box_blue {
    padding: 1%;
}
	
/*黄色いボタンここから*/
.btn,
a.btn,
button.btn {
  font-size: 1.5rem;
}
a.btn-border-shadow--color {
  background: yellow;
}	
	
	




/* add　css */
.greeting_photo {
	width:50%;
    margin: 0 auto;
}
.greeting_text {
	width:95%;
  margin: 0 10px;
}
.reason_number {
	width:40%;
    margin: 0 auto;
}
.reason_text {
	width:95%;
}

.btn_entry {
    width: 90%;
    }
 
    
label {
    font-size: 1.0em;
}    
.mensai li {
  font-size: 12px;
}
	
.mensai li a {
  font-size: 12px;
	color: cornflowerblue;
}	
	
.triangle {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid white;
}
	
	
.achievement {
	padding: 1%;
	width: 100%;
}	
.achievement li {
	font-size: 1.1em;
	line-height:2em;
	list-style: none;
	padding-bottom: 1em;
}	

.samurai dt {
	font-size: 1.4em;
	line-height: 1.6em;
	padding-top: 1.8em;
}
.samurai dd {
	font-size: 1.2em;
	line-height: 1.4em;
	text-indent: 1em;
}
	
	
	
	
	
.merit li{
    font-size: 1.2em;
    line-height: 2.0em;
}	
	
	
.effect5 {
	width: 95%;
	margin: 0 auto;
}	
	
.effect5 li {
    font-size: 1.1em;
    line-height: 2em;
	padding-bottom: 1em;
}
.voice ul li .comment {
    font-size: 20px;
    line-height: 1.4;
}    
.voice ul li .name {
    font-size: 1.4rem;
    margin-top: 5px;
}    
.prftext {
    font-size: 1.1em;
    padding: 0 10px;
}    


.sp-text-center {
        text-align: center;
    }

	
.prfsign {
  font-size: 1.6em;

}
.sp_w60 {
	width: 60%;
	margin: 0 auto;
}	
	
	
	
.prf_photo {
    width: 50%;
}


.foot_link a {
	color: white;
 	font-size: 14px;
}

.col-xs-12 {
  width: 100%;
  float: none;
    
}
 
	
	
	
	
}

