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

.profile {
  /*background: repeating-linear-gradient(
			140deg,
			#f8cee3,
			#f8cee3 5px,
			#fff 5px,
			#fff 10px
  );*/
  background: url(../img/stripe_bg.png) repeat;
  margin-bottom: 0;
  padding: 20px 0;
  width: 100%;
}

.profile-container {
  background: #fff;	
}

.profile-box {
  background: #fff;
  margin: 0 auto;
  padding: 50px 50px 20px;
  width: 1200px;
}

.profile-box h2 {
  margin: 20px auto 10px;
  text-align: center;
  font-size: 3.6rem;
}

.profile .desc {
  width: 55%;	
}

.profile h3 {
  display: inline-block;
  font-size: 3.0rem;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: dotted 3px #666;
}

.profile h3 span {
  font-size: 80%;
  color: #b28850;
  margin-left: 20px;
}

.profile p {
  font-size: 2.0rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}

.story {
  margin-top: 70px;
  margin-bottom: 100px;	
}

.story .imagebox {
  width: 47%;	
}

.story .textbox {
  margin-top: 20px;
  width: 47%;
  line-height: 1.7;	
}

.story .textbox p {
  margin-bottom: 1em;
}

.story h3 {
  color: #172d6d;
  font-family: "Sawarabi Mincho";    
  font-family: 'リュウミン B-KL';
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 60px;
  position: relative;
  margin-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.story h3::before {
  content: url(../img/mark-left.gif);
  position: absolute;
  top: -20px;
  left: -20px;
}

.story h3::after {
  content: url(../img/mark-right.gif);
  position: absolute;
  bottom: -20px;
  right: 10px;
}

.story .textbox p {
  font-size: 1.8rem;	
}

.story li span {
  display: inline-block;
  line-height: 1.7;
  font-size: 1.6rem; 
}

.pic {
  padding:10px; 
  background-color:#FFFFFF;
  box-shadow:3px 3px 10px 2px #CCCCCC;	
}

.story01 {
  /*overflow: hidden;*/
  max-height: 380px;
 }

.story01 .image01 {
  height: 350px;
  width: auto;
}

.story01 .balloon{
  position: relative;
  top: -350px;
  left: 300px;
  transform: rotate(40deg);
  width: 230px;
  height: auto;
  margin-bottom: -80px;
}

.story01 span {
  position: relative;
  top: -355px;
  left: 120px;
  width: 230px;
}

.story02 .balloon{
  position: relative;
  top: 0px;
  left: 300px;
  width: 230px;
  height: auto;
  transform: rotate(0deg) scale(1,-1);
}

.story02 span {
  position: relative;
  top: -75px;
  left: 110px;
  width: 230px;
}

.story02 {
  margin-bottom: 130px;	
  overflow: hidden;
  max-height: 600px;
}

.story02 .image02 {
  position: relative;
  top: 160px;
  left: 0px;
  height: 350px;
  width: auto;
}

.story03 .imagebox {
  margin-top: 30px;
}

.story03 .balloon{
  position: relative;
  top: -1700px;
  left: 220px;
  width: 200px;
  height: auto;
  transform: rotate(20deg);
  margin-bottom: -1200px;
}

.story03 span {
  position: relative;
  top: -590px;
  left: 55px;
  width: 230px;
  margin-bottom: -1200px;
}

.story03 {
  /*overflow: hidden;*/
  max-height: 480px;
}

.story03 .image03 {
  height: 380px;
  width: auto;
}

.story03 .image03-2 {
  position: relative;
  top: -200px;
  left: 320px;
  width: 200px;
  height: auto;
  margin-bottom: -70px;
}

.story04 .balloon{
  position: relative;
  top: -500px;
  left: 0px;
  width: 200px;
  height: auto;
  transform: scale(-1,1);
}

.story04 span {
  position: relative;
  top: -560px;
  left: -160px;
  width: 230px;
}

.story04 {
  overflow: hidden;
  max-height: 500px;
}

.story04 .image04 {
  position: relative;
  left: 210px;
  height: 250px;
  width: auto;
}

.story04 .image04-2 {
  position: relative;
  top: -60px;
  height: 290px;
  width: auto;
}

@media screen and (max-width: 640px) {
  .profile {
	 margin-bottom: 40px;  
  }
	
  .profile-box {
     width: 100%;
	 padding: 20px;
  }
  
  .profile-box p {
	 text-align: center; 
	 float: none;
  }
   
  .profile-box img {
	  width: auto;
	  max-height: 350px; 
  }
  
  .profile .desc {
	  width: 100%; 
	  text-align: center; 
  }
  
  .profile p {
	  font-size: 1.8rem;  
  }
  
  .profile h3 span {
      display: block;
	  padding-top: 15px;
	  margin-left: 0;
  }
  
  .story .imagebox {
	  width: 100%;  
  }
  
  .story, .imagebox ul {
	  width: 100%; 
	  height: auto;
  }
  
  .imagebox.left {
	  float: none;
  }
  
  .story01, .story02, .story03, .story04 {
	  max-height: none; 
	  margin-top: 0;
	  margin-bottom: 0; 
  }
  
  .story01 {
	  margin-top: 40px;
	  margin-bottom: 40px;
  }
  
  .story02 {
	  margin-bottom:  40px; 
  }
  
  .story03 {
	  margin-bottom: 30px;  
  }
  
  .story01 .image01, .story02 .image02, .story03 .image03, .story04 .image04 {
	  width: 50%; 
	  height: auto;
	  margin-left: 10px;
  }

/*  
  .story03 .image03-2.pic {
     top: -100px;
	 left: 180px;
  }
  */
 
  .story01 .imagebox {
	  background: url(../img/story01-sp.png) no-repeat center;
	  background-size: contain;
	  height: 254px; 
  }
 
   .story02 .imagebox {
	  background: url(../img/story02-sp.png) no-repeat center;
	  background-size: contain;
	  height: 242px; 
  }
  
   .story03 .imagebox {
	  background: url(../img/story03-sp.png) no-repeat top;
	  background-size: contain;
	  height: 495px; 
  }
  
   .story04 .imagebox {
	  background: url(../img/story04-sp.png) no-repeat top;
	  background-size: contain;
	  height: 468px; 
  }

  .story02 .left {
	  float: none;  
  }

  .story01 ul, .story02 ul, .story03 ul, .story04 ul {
	  display: none;  
  }
  
  .textbox.right {
	  float: none;  
  }
  
  .story01 .textbox, .story02 .textbox, .story03 .textbox, .story04 .textbox {
	  width: 100%;
	  margin: 20px 10px 10px 10px;  
  }
  
  .story h3 {
	  margin-right: 15px;
	  /*padding-right: 25px;*/
	  padding: 5px 15px 10px 0;
	  margin-bottom: 40px;
	  letter-spacing: 0;
  }
  
  .story .textbox p {
	  width: 100%;
	  margin: 10px 10px 10px 0; 
	  padding-right: 10px; 
  }
  
  .story02 .textbox p {
	  margin-bottom: 10px;  
  }
  
}

@media screen and (max-width: 410px) {
	.story01 .imagebox {
	   height: 	230px;
	}
	
	.story02 .imagebox {
	   height: 	230px;
	}

	.story03 .imagebox {
	   height: 	450px;
	}

	.story04 .imagebox {
	   height: 	400px;
	}	
}