@charset "utf-8";
/*---------------------------------
リセットｃｓｓ
---------------------------------*/

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box
}
html {
  font-size: 100%;
  overflow-x : hidden;
  -webkit-overflow-scrolling: touch;
}  
body {
  color: #262626;
  font-family: Segoe UI, Segoe UI Midlevel, Segoe WP, Arial, Sans-Serif;
  background-color: #ffffff;
  line-height: 2.2;
}
a{
  text-decoration: none;
  word-break: break-all;
}
img{
  max-width: 100%;
  height: auto;
}
li{
  list-style: none;
  font-size: 1.2rem;
}
p {
  font-size: 1rem;
  text-align: justify;
}
.breadcrumbs {
  font-size: 13px;
}  

@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
  p {
    font-size: 15px;
    text-align: justify;
  }
.breadcrumbs {
  margin-top: 70px;
}  
.breadcrumbs span {
  display: inline-block;
}
}

.wrapper{
 max-width: 1200px;
 margin: 0 auto 130px auto;
 font-size: 0.9rem;
 padding: 0 6%;
}
.button {
  position: relative;
  display: inline-block;
  padding: 0.8em 2em;
  text-decoration: none;
  color: white;
  background: #CB5266;/*色*/
  border: solid 1px #CB5266;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  margin: 5px;
  font-size: 16px;
}
.button:active {
  /*押したとき*/
  border: solid 1px #ef6475;
  box-shadow: none;
  text-shadow: none;
}
.button:hover{
  opacity: 0.8;
}


@media screen and (max-width:600px) {

.marquee {
 display: none;
}
.button {
 width: 300px;
 margin: 5px;
 font-size: 16px;
 text-align: center;
}
.wrapper{
  padding: 0 4%;
}
}
h1 {
  padding: 15px 0;
  font-size: clamp(18px, 8vw, 30px);
  word-break: keep-all;
  text-align: center;
}
 
h2{
  font-size: 1.5rem;
  text-align: center;
  padding-top:  100px;
  border-bottom: solid 10px #F1B0B2;
  margin-bottom: 30px;
}

strong {
  color: #E30021;
  font-size: 17px;
}
 
.sp {
  display: none;
} 
@media screen and (max-width:835px) {

h2{
  font-size: 1.3rem;
}
}
@media screen and (max-width:600px) {
h1 {
  font-size: 27px;
  text-align: center;
}
h1 span {
  display: inline-block;
} 
h1 .title_1 {
  margin-left: 80px;
}
h2{
  font-size: 1.2rem;
  border-bottom: solid 5px #F1B0B2;
}
h2 span {
  display: inline-block;
}
h3 span {
  display: inline-block;
}
   

.pc {
  display: none;
}
.sp-a img{
  margin-top: 20px;
}
}
@media screen and (max-width:375px) {
.wrapper{
    padding: 0 8px;
}
 

}

@media screen and (max-width:320px) {
p {
  font-size: 15px;
}
   
h2{
  font-size: 1.1rem;
}
}
  


/*---------------------------------
トップの体験談
---------------------------------*/
#top .flex_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top h3 {
  color: #E30021;
  margin: 15px 0;
}
#top ul {
  margin-left: 10px;
  width: 700px;
}
#top .illust_r {
  width: 150px;
  background-color: #ebf7fb;
}
#top .top_box {
  background-color: #ebf7fb;
  margin-top: 80px;
  margin-bottom: 50px;
}
#top .top_p {
  margin-bottom: 15px;
}
@media screen and (max-width:600px) {
  #top .flex_top {
    flex-direction: column;
  }
  
#top ul {
  margin-left: 0;
  width: 100%;
}
}
#top_experience .flex{
    display: flex;
}
#top_experience .box{
    padding: 20px;
    width: 100%;
}
#top_experience .box .top_p strong {
    color:darkblue;

}
#top_experience .box h3 {
  margin: 35px 0;
  font-weight: bold;
  border-bottom: solid 3px #F1B0B2;
  font-size: 18px;
}
#top_experience h4 {
  font-size: 17px;
  margin: 10px;
}
#top_experience .title_3 {
  line-height: 0.7;
  border-bottom: solid 8px #f1f504;
  display:inline-block;
  margin-top: 30px;

}
#top_experience .top_ex_p{
  text-align: center;
}
#top_experience .box_image {
width: 500px;
height: auto;
padding-left: 10px;
}

#top_experience .box_images {
    width: 500px;
    height: auto;
    margin-top: 100px;
    padding: 15px;
}
#top_experience .box_image_3 {
    width: 500px;
    height: auto;
    padding-left: 10px;
    margin-top: 120px;

}
#top_experience .top_ex_bp {
  font-size: 13px;
  text-align: center;
}

#top_experience .title_33 {
    line-height: 1.5;  
    font-weight: bold;
}
.icon_m {
    width: 25px;
}
.effect p{
  font-size: 13px;
}
@media screen and (max-width:600px) {
h2 {
    line-height: 1.8;
    font-size: 21px;
}    

#top_experience .flex{
    flex-direction: column;
}
#top_experience .box:nth-child(1){
    order: 2;
}
#top_experience .box:nth-child(2){
    order: 1;
}
#top_experience .box{
    padding: 4px;
    width: 100%;
}

#top_experience .box img{
    width: 100%;

}
#top_experience h2 span {
  display: inline-block;
}

#top_experience .title_3 {
  line-height: 2;
  border-bottom: none;
  text-align: center;
}

#top_experience .title_33 {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
  }
#top_experience .box_images {
    display: none;
}

#top_experience .box_image_3 {
    margin-top: 10px;

}
#top_experience .top_ex_bp {
    font-size: 14px;
    margin-bottom: 50px;
  }
  
#top_experience .box .icon_m {
    width: 22px;
}
}

.text_p {
  margin-top: 20px;
}

.category_button {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
  color: white;
  background: #CB5266;/*色*/
  border: solid 1px #CB5266;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  font-size: 0.7rem;
  margin-bottom: 10px;
  margin-left: 15px;
}

#introduction .flex {
  display: flex;
  justify-content: space-between;
}
#difference  {
  margin-bottom: 200px;
  position: relative;
}
#difference .flex {
  display: flex;
}

#difference h3 {
  border-bottom: solid 8px #f1f504;
}
.box_dif {
  margin-top: 80px;
  margin-left: 30px;
}
.illust_e {
  padding: 20px;
  width: 500px;
  height: auto;
  
}

.illust_j {
  padding: 20px;
  width: 800px;
  height: auto;
  
}
.voice_title {
  margin-top: 50px;
}
@media screen and (max-width:600px) {
  
#introduction .flex {
  flex-direction: column;
}
.introduction_illust {
  width: 80%;
  margin-top: 20px;
  margin-left: 20px;
}
#difference .flex {
  flex-direction: column;
}
   
#difference .box:nth-child(1){
  order: 2;
}
#difference .box:nth-child(2){
  order: 1;
}
#difference .int_title33 {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
}
.illust_a {
  width: 150px;
}
.illust_b {
  display: none;
}
.illust_e {
  padding: 30px 50px;
}
.box_dif {
  margin-top: 0px;
  margin-left: 50px;
}
  
}
/*---------------------------------
気のトレーニングとは
---------------------------------*/
#contents .flex {
  display: flex;
}
#contents h3 .flex_a {
  display: flex;
  align-items: center;
}

#contents .flex img {
  width: 450px;
}
#contents h2 strong {
  font-size: 35px;
}

#contents h3 strong {
  font-size: 35px;
  margin-right: 10px;
}
#contents h3 {
  margin: 20px 0;
  padding-left: 10px;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  background: #fde6e6;

}
#contents .box .illust {
  width: 200px;
}
.title_k {
  padding: 1rem 2rem;
  border: 6px double #faabab;
  background-color: #f8ddde;
}
.title_k p {
  font-size: 17px;
}
.title_k p strong{
  font-size: 22px;

}
.photo_h {
  padding-right: 10px;
}
.photo_k {
  padding-left: 15px;
}
.photo_t {
  padding-left: 35px;
}
.box_u {
  width: 700px;
}

#main-content .flex {
  display: flex;
  margin-top: 60px;
}
#main-content h3 {
  margin-top: 30px;
}
#main-content .sub_flex {
  display: flex;
  margin-top: 60px;
}
#main-content .box {
  width: 50%;
  padding: 10px;
}
#main-content .photo_z {
  width: 400px;
}
#main-content ul li{
  margin: 7px 0;
  text-decoration: underline;
}

#main-content .box .circle {
  height:30px;
  width:30px;
  border-radius:50%;
  line-height:30px;
  text-align:center;
  background:pink;
  font-size:20px;
  margin-left:20px;
  display: inline-block;
  margin-right: 10px;
}
#main-content strong {
  color: #E30021;
  font-size: 1.2rem;
}

#main-content .sub_photo {
  width: 170px;
  height: 235px;
}
.character_a {
  margin-left: 40px;
  font-size: 14px;
}
 
.character_b {
  margin-left: 50px;
}
.contents_button {
  text-align: right;
}
@media screen and (max-width:600px) {

#main-content .flex {
  flex-direction: column;
  margin-top: 0;
}
#main-content .sub_flex {
  flex-wrap: wrap;
  justify-content: space-around;
}
#main-content .box {
  width: 100%;
}
#main-content .photo_z {
  margin-top: 20px;
}
#main-content .sub_photo {
  width: 130px;
  height: 200px;
}

#main-content .title_top2{
  text-align: center;
  border-right: solid 10px #F1B0B2;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 0;
  font-size: 1.3rem;
  margin-top: 50px;
}
#main-content .box .circle {
  margin-left:0px;
}
.character_a {
  margin-left: 20px;
  font-size: 14px;
}
 
.character_b {
  margin-left: 30px;
}

.title_k {
  padding: 15px 12px;
}
.title_k p span {
  display: inline-block;

}

.contents_button {
  text-align: center;
}
}

@media screen and (max-width:320px) { 
  
.photo_t {
  padding-left: 0;
  padding: 10px;
}
}



@media screen and (max-width:600px) {
  
#contents .flex p {
  width: 100%;
  margin: 0;
}
#contents h3 {
  padding: 20px 8px;
  font-size: 18px;

}
#contents .flex {
  flex-direction: column;
}

#contents h3 .box_a {
  width: 35px;
}

#contents h4 {
  text-align: left;

}
#contents .illust_c {
  display: none;

}
#contents .box:nth-child(1) {
  order: 2;
}
#contents .box:nth-child(2) {
  order: 1;
}


#contents .flex .photo_z {
  max-width: 100%;
}
.box_u {
  width: 100%;
}
.photo_h {
  margin-bottom: 10px;
  padding: 0;
}
.photo_k {
  margin-bottom: 10px;
  padding: 0;
}

.photo_t {
  padding-left: 0px;
  padding: 10px;
}
#contents .box_u:nth-child(1) {
  order: 2;
}
#contents .box_u:nth-child(2) {
  order: 1;
}
}


@media screen and (max-width:600px) { 
  
.photo_t {
  padding-left: 0;
  padding: 10px;
}

}
#methods h3 {
  margin-top: 30px;
}
.voice_button {
  text-align: right;
}
#link {
  margin-top: 100px;
}

@media screen and (max-width:600px) { 
 
.voice_button {
  text-align: center;
  margin-top: 30px;
}
#link {
  text-align: center;
  margin-top: 100px;
}

}


/*---------------------------------
学長著書
---------------------------------*/


.book-img {
  width: 100px;
  height: auto;
  margin: 20px;
}

.book-title {
  font-size: 13px;
}
.book_wrap {
  margin: 0px 10px;
}
.book_wrap p{
  font-size: 11px;
}
.one-g {
  color: #CB5266;
}
.book_p {
  margin-left: 20px;
}

.books .flex {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width:320px) { 
  
#director .title_dir {
  font-size: 18px;

}

#director h4 {
  font-size: 17px;
}
}



/*---------------------------------
学長著書
---------------------------------*/
#book .flex {
  display: flex;
  padding: 20px;

}
#book .box img {
  width: 700px;
  height: auto;
  padding-right: 30px;
}
#book .book_p {
  text-align: right;
}
#book h4 {
  margin-top: 20px;
  color: #f5a904;
}
@media screen and (max-width:600px) { 
  #book .flex {
    flex-direction: column;
  
  }
  
}
/*---------------------------------
トップへもどるボタン
---------------------------------*/

.go-top{
     position: fixed;
     bottom: 10px;
     right: 20px;
     z-index: 9999;
   }
.go-top a{
     width: 50px;
     height: 50px;
     display: inline-block;
     background: #E94E66;
     border-radius: 50%;
     text-align: center;
     line-height: 50px;
     color: black;
     text-decoration: none;
   }
 
.go-top a:hover{
       opacity: 0.8;
     }

@media screen and (max-width:835px) {
   
.go-top{
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  left: 10px;

}
}
@media screen and (max-width:600px) {
  
.go-top{
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  left: 10px;

}
}





/*---------------------------------
体験談
---------------------------------*/
.personal-experience  {
    margin-bottom: 100px;
}
.personal-experience .flex {
    display: flex;
}
.personal-experience .box {
  margin-bottom: 30px;
}
.personal-experience .box img {
  width: 450px;
  height: auto;
  padding: 20px;
}
.personal-experience h3 {
  margin-top: 80px;
  font-size: 20px;
}
.personal-experience .box .illust_g {
  width: 300px;
  height: auto;
}
@media screen and (max-width:600px) {
.personal-experience .flex {
    flex-direction: column;
}
    
.personal-experience .box:nth-child(1){
    order: 2;
}
.personal-experience .box:nth-child(2){
    order: 1;
}
.personal-experience .box .illust_g {
  width: 100%;
  padding: 30px 50px;
}
    
}


   /*---------------------------------
フッター

---------------------------------*/

footer{
	background-color: #ef6475;
  }
footer a:link{color:#000; }
footer a:visited{color: #000;}
footer a:hover{color: #4a4848; text-decoration: underline;  }
footer a:active{color: #F85D5D; text-decoration: underline;  }


.footer-in{
display: flex;
color: black;
justify-content: space-between;
padding: 30px 50px;

}
.footer-text ul li{
font-size: 13px;
}
  
.footer-top .flex{
  display: flex;
  justify-content: center;
}
.footer-top h4 {
  font-size: 20px;
  color: red;
}
.footer-top img {
  width: 500px;
  height: auto;
}
.footer-top h3 {
  font-size: 25px;
  margin-top: 100px;
  text-align: center;
}
.footer-top .box{
  padding: 10px;
  width: 500px;

}
@media screen and (max-width:600px) {
.footer-in{
flex-direction: column;
padding: 25px;
}
.footer-text ul li {
font-size: 16px;
}
.footer-text {
padding: 10px;
}
  
.footer-top h3 span {
  display: inline-block;
}
.footer-top .flex{
  flex-direction: column;
}
.footer-top .box img {
  width: 100%;
  height: auto;
}
.footer-top .box{
  width: 100%;
  height: auto;

}

footer p span {
  display: inline-block;
}
} 
  
   
/*---------------------------------
  トップへもどるボタン
---------------------------------*/
  
.go-top{
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 9999;
  }
.go-top a{
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #E94E66;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: black;
    text-decoration: none;
  }

.go-top a:hover{
      opacity: 0.8;
    }

@media screen and (max-width:600px) {
 
.go-top{
 position: fixed;
 z-index: 9999;
 bottom: 10px;
 left: 10px;

}
}
