@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: 1100px;
 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;
}

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: left;
}
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: 600px;
}
#top .top_box {
  background-color: #ebf7fb;
  margin-top: 80px;
  margin-bottom: 50px;
}
#top p {
    margin-left: 10px;
}
@media screen and (max-width:600px) {
  #top .flex_top {
    flex-direction: column;
  }
  
#top ul {
  margin-left: 0;
  width: 100%;
}
}
@media screen and (max-width:600px) {
h2 {
    line-height: 1.8;
    font-size: 21px;
}    

}



/*---------------------------------
共感、深堀り
---------------------------------*/
#introduction .flex {
  display: flex;
}
#introduction .box {
  padding: 0 10px;
}
#introduction .flex p {
  width: 540px;
  margin: 0 10px;
}
#introduction h2 {
  font-size: 21px;

}

#introduction h4 {
  margin: 20px 0;
  padding-left: 10px;
  font-size: 1.1rem;
  color: rgb(42, 42, 248);
}


#introduction .box .intro_p {
    margin-top: 30px;
}
@media screen and (max-width:835px) {
#introduction .flex p {
    width: 400px;
}
 
}

@media screen and (max-width:600px) {
#introduction .flex {
    flex-direction: column;
}
  
#introduction .flex p {
  width: 100%;
  margin: 0;
}
#introduction .box:nth-child(1){
  order: 2;
}
#introduction .box:nth-child(2){
  order: 1;
}
#introduction .sp img {
  padding-bottom: 10px;
}

}

@media screen and (max-width:320px) { 
  
#introduction h2 {
  text-align: left;
  font-size: 16px;
  padding-left: 5px;

}
}  



h5 {
  color: #92c203;
  font-size: 20px;
}



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

}
#book .box img {
  width: 700px;
  height: auto;
  padding-right: 30px;
}
#book .book_p {
  text-align: right;
  margin-top: 20px;
}
#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;

}
}



