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

*{
	font-weight: 200;
	padding: 0;
	margin:0;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  /*font-family: "Noto Sans Japanese";*/
  font-family: "M PLUS 1p";
  font-weight: bold;
}

img{
  vertical-align: bottom;
  max-width: 100%;
}

a{
	text-decoration: none;
	letter-spacing: 5px;
	transition: .3s;
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

a:hover{
  opacity: .5;
	transition: .4s;
}

li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6,p{
	color:#000;
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

h1{	
}
h2{
}
h3{	
}
h4{	
}
h5{	
}
h6{	
}
p{
  font-size: 30px;
  line-height: 50px;
}
hr{
}

.clear{
	clear:both;
}

.fa{
	color: #fff;
}
body{
	overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

.spOnly{
  display: none;
}

.flexBox{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.spbr{
  display: none;
}

/*==============================
共通
==============================*/


/*==============================
ヘッダ
==============================*/
header{
  width: calc(100% - 20px);
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 10px;
  margin-bottom: 10px;
}

header > div{
  text-align: right;
}

header > div a{
  display: block;
}

header > div > img{
  margin-right: 8px;
}

header > div a:nth-of-type(1){
  margin-bottom: -5px;
  margin-right: 8px;
}
/*==============================
メイン
==============================*/

#riskWrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#riskWrap h2{
  position: relative;
  z-index: 2;
}

#riskWrap h2,
#riskWrap h2 img{
  width: 100%;
}

.riskBox{
  width: 100%;
  padding: 55px 100px 50px;
  background-image: url("../img/riskBack.jpg");
  background-size: cover;
  position: relative;
  top: -5px;
  z-index: 1;
}

.riskBox ul:first-of-type{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.riskBox ul:first-of-type li{
  width: 22%;
}

.riskBox ul:first-of-type li img{
  width: 100%;
}

.riskBox h3{
  text-align: center;
  margin-bottom: 30px;
}

.riskBox ul:nth-of-type(2){
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.riskBox ul:nth-of-type(2) li{
  width: 48%;
  margin-bottom: 15px;
}

.riskBox ul:nth-of-type(2) li img{
  width: 100%;
}

.riskBox p{
  font-size: 30px;
  line-height: 50px;
  text-align: justify;
}

.riskBox p span{
  color: #b60005;
}

#episodeWrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  text-align: left;
}

#episodeWrap h2{
  width: 100%;
}

#episodeWrap h2 img{
  width: 100%;
}

#episodeWrap p{
  width: 100%;
  text-align: justify;
  margin-bottom: 10px;
}

#episodeWrap > img:nth-of-type(1){
  text-align: left;
  margin-bottom: 10px;
}

#episodeWrap > div{
  display: flex;
  margin-bottom: 10px;
}

#episodeWrap > div p{
  margin-right: 20px;
}

#episodeWrap > div img{
  align-self: center;
}

#episodeWrap > img:nth-of-type(2){
  display: block;
  margin: 0 auto 30px;
}

#meritWrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 50px;
  background-image: url("../img/meritBack.png");
  background-size: cover;
  text-align: center;
}

#meritWrap > h2{
  margin-bottom: 20px;
}

#meritWrap > div{
  background-color: #fff;
  padding: 50px;
  text-align: left;
}

#meritWrap > div img{
  margin-bottom: 20px;
}

#meritWrap > div p{
  font-size: 24px;
  line-height: 38px;
  text-align: justify;
  width: 90%;
  padding-left: 95px;
  margin-bottom: 20px;
}

#bookWrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 50px;
  background-image: url("../img/bookletBack.png");
  background-size: cover;
  text-align: center;
}

#bookWrap a:first-of-type{
  display: inline-block;
  margin-top: -30px;
}

#chooseWrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  text-align: center;
}

#chooseWrap h2{
  margin-bottom: 50px;
}

#chooseWrap > div{
  width: 90%;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

#chooseWrap > div h3{
  margin-bottom: 20px;
}

#chooseWrap > div p{
  font-size: 24px;
  line-height: 38px;
  text-align: justify;
  padding-left: 140px;
  margin-bottom: 50px;  
}

#chooseWrap > div > img{
  position: absolute;
  top: -50px;
  right: 0;
}

#chooseWrap > div:first-of-type > img{
  width: 120px;
  top: -40px;
}

#chooseWrap > div:last-of-type > img{
  width: 250px;
}

#chooseWrap > img:first-of-type{
  margin-bottom: 25px;
}

#creeneWrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  text-align: center;  
}

#creeneWrap h2{
  margin-bottom: 50px;
}

#creeneWrap > div{
  width: 75%;
  margin: 0 auto;
}

#creeneWrap > div > img{
  width: 100%;
  margin-bottom: 25px;
}

#creeneWrap > div > div{
  display: flex;
  margin-bottom: 25px;
}

#creeneWrap > div > div img{
  align-self: flex-start;
  margin-right: 20px;
}

#creeneWrap > div p{
  font-size: 24px;
  line-height: 38px;
  text-align: justify;
}

#caseWrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;  
}

#caseWrap h2{
  margin-bottom: 50px;
}

#caseWrap ul{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#caseWrap ul li{
  width: 45%;
  margin-bottom: 30px;
}

#flowWrap{  
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px; 
}

#flowWrap h2{
  margin-bottom: 50px;
}

#flowWrap div{
  width: 90%;
  margin: 0 auto;
  position: relative;
}

#flowWrap div img:first-of-type{
  width: 90%;
}

#flowWrap div img:last-of-type{
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
}

#voiceWrap{
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

#voiceWrap h2{
  margin-bottom: 30px;
}

#voiceWrap > img{
  margin-bottom: 30px;  
}

#contactWrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  text-align: center;
}

#contactWrap h2{
  margin-bottom: 20px;
}

#contactWrap a{
  display: inline-block;
  margin-bottom: 20px;
}
/*==============================
フッタ
==============================*/
footer{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#footInfo{
  display: flex;
  justify-content: center;
  padding: 50px;
  background-color: #cde5c3;
}

#footInfo > div{
  margin-right: 20px;
}

#footInfo > div h2{
  font-size: 32px;
  font-weight: 900;
}

#footInfo p{
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 1px;
  font-weight: 600;
}

.footCopy{
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  background-color: #00a73c;
}
/*==============================
レスポンシブ
==============================*/

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

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

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

@media screen and (max-width: 1000px) {
  
  .riskBox{
    padding: 50px 20px;
  }
  
  #episodeWrap{
    padding: 50px 20px;
  }
  
  #episodeWrap > div img{
    width: 50%;
  }
  
  #meritWrap,#meritWrap > div{
    padding: 50px 20px;
  }
  
  #chooseWrap > div h3{
    max-width: 50%;
  }
  
  #chooseWrap > div > img{
    max-width: 30%;
  }
  
  #chooseWrap > div:first-of-type > img{
    width: 100px;
    top: -30px;
  }
}

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

@media screen and (max-width: 800px) {
  #meritWrap > div p{
    width: 95%;
    padding-left: 13%;
  }
  
  #chooseWrap > div{
    width: calc(100% - 40px);
  }
  
  #chooseWrap > div p{
    width: 100%;
    padding-left: 0;
  }
  
  #chooseWrap > div:first-of-type > img{
    width: 80px;
  }
  
  #creeneWrap > div{
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 600px){
  p,.riskBox p{
    font-size: 18px;
    line-height: 28px;
  }
  
  #episodeWrap > div{
    position: relative;
    display: block;
    text-align: right;
    margin-bottom: 30px;
  }
  
  #episodeWrap > div img{
    position: absolute;
    width: 30%;
    bottom: -30px;
    right: 0;
  }
  
  #meritWrap > div p{
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    padding-left: 0;
  }
  
  #bookWrap{
    padding: 50px 20px;
  }
  
  #bookWrap a:first-of-type{
    margin-top: -10px;
  }
  
  #chooseWrap > div > img{
    top: -30px;
  }
  
  #chooseWrap > div:first-of-type > img{
    width: 70px;
  }
  
  #chooseWrap > div p{    
    font-size: 18px;
    line-height: 28px;
  }
  
  #creeneWrap > div > div{
    display: block;
  }
  
  #creeneWrap > div > div img{
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  #creeneWrap > div p{ 
    font-size: 18px;
    line-height: 28px;    
  }
  
  #caseWrap ul{
    width: calc(100% - 40px);
    max-width: 300px;
    display: block;
  }
  
  #caseWrap ul li{
    width: 100%;
  }
  
  #flowWrap div{
    width: calc(100% - 40px);
  }
  
  #flowWrap div img:first-of-type{
    width: 100%;
  }
  
  #flowWrap div img:last-of-type{
    width: 30%;
  }
  
  #voiceWrap{
    width: calc(100% - 40px);
  }
  
  #voiceWrap h2,#voiceWrap > img{
    margin-bottom: 10px;
  }
  
  #contactWrap a{
    max-width: calc(100% - 40px);
  }
  
  #footInfo{
    padding: 30px 20px;
    display: block;
  }
  
  #footInfo > div{
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  
  #footInfo > div:last-of-type{
    margin-bottom: 0;
  }
  
  #footInfo p{
    font-size: 16px;
    line-height: 28px;  
    letter-spacing: 0;
  }
}

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

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

