@charset "UTF-8";

/*common*/
.red {
  color: #ec003d;
}
.yellow {
  color: #ffec1c;
}
.white {
  color: #fff;
}
.line{
  background:linear-gradient(transparent 50%, #f2e892 50%);
}
.lineblue{
  background:linear-gradient(transparent 50%, #b5e4ff 50%);
}
.under {
  text-decoration: underline;
}
.f_m{
  font-family: 'Noto Serif JP', serif;
}
.fs{
  font-size: 0.8em;
	font-weight: normal;
}
.fm{
  font-size: 1.1em;
}
.fl{
  font-size: 1.3em;
}
.fl2{
  font-size: 1.5em;
}
.fl3{
  font-size: 2em;
}
img.img{
  width: 100%;
  text-align: center;
}
.big{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.center{
  text-align: center;
}
.right{text-align: right;}

.btn{
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);}
}


.btnBox { position: relative; overflow: hidden; margin: 0 auto }
.btnBox span { height: 100%; width: 30px; background: #fff; position: absolute; left: 0; opacity: 0; transform: rotate(45deg); animation: shine 3s ease-in-out infinite; -webkit-transform: rotate(45deg); -webkit-animation: shine 3s ease-in-out infinite }
@keyframes shine {
	0% { transform: scale(0) rotate(45deg); opacity: 0 }
	80% { transform: scale(0) rotate(45deg); opacity: 0.3 }
	81% { transform: scale(4) rotate(45deg); opacity: 0.5 }
	100% { transform: scale(50) rotate(45deg); opacity: 0 }
}
@-webkit-keyframes shine {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0 }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.3 }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.5 }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0 }
}


.cv_wrap .cv_txt{
  margin-bottom: 1%;
}
.cv_wrap{
  background: url(../img/cv_bg.jpg) no-repeat;
  background-size: cover;
  text-align:center;
  padding: 4% 2% 3%;
  color: #fff;
  line-height: 1.4;
  font-size: 0.8em;
}
.cv_wrap strong{
  color: #fffd2c;
}
.blinking{
  margin-bottom: 1%;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
#main{
  overflow: hidden;
}

.cont_wrap{
  width: 900px;
  margin: auto;
}
.cont_wrap p{
  margin-bottom: 5%;
}

/*pagetop*/
 div#pagetop{ 
  position:fixed; 
  bottom:100px;
  right:0px;
  z-index: 10;
 } 
#btnfix .pagetop{
  z-index: 100;
  position:fixed;
  bottom:10%;
  right: 0px !important;  
}
#btnfix .linkfix{
  position:fixed;
  bottom:0px;
  width: 100%;
  background: #db4524;
  text-align: center;
  display: flex;
  height: 80px;
  justify-content: center;
  align-items: center;
  align-items: center;
  border-bottom: 8px solid #a21d00;
  background-image: linear-gradient(180deg, rgba(250, 60, 30, 1), rgba(219, 69, 36, 1));
}
#btnfix .linkfix img{
  width: 60%;
}

/*header*/
.fv{
  background: url(../img/fv_bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 1% 0 5%;
}
.fv img{
  width:auto;
}
.fv .logo{
  text-align: left;
  margin-left:10%;
}
.fv .logo img{
  width: auto;
}
.fv .fv01{
  margin: 5px auto 10px;
}
.fv .fvtitle{
  margin-top: 1%;
}
.title {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  position: relative;
  padding: 1.5rem 2rem;
  margin-bottom: 4%;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;  
  color: #1e0089;
}

.title:before,
.title:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #1e0089 0%, #d4d1ff 40%, #d4d1ff 60%, #1e0089 100%);
  background-image: linear-gradient(135deg, #1e0089 0%, #d4d1ff 40%, #d4d1ff 60%, #1e0089 100%);
}

.title:before {
  top: 0;
}
.title:after {
  bottom: 0;
}

header .btn{
  padding: 0;
  text-align: center;
}
header .btn a{
  display: block;
  margin: auto 0;
}
.check{
  border: 1px solid #999;
  padding: 4% 4% 2%;
  margin-bottom: 2%;
}
.check li{
  margin-bottom: 13px;
  background: url(../img/check.png) no-repeat left;
  background-size: 40px;
  padding: 5px 0 18px 60px;
  font-weight: bold;
  border-bottom: 1px solid #999;
  text-align: left;
}
.check li:last-child{
  margin-bottom: 0px;
  border: none;
}

/*voice*/
.voice{
  background: url(../img/bg2.jpg) no-repeat;
  background-size: cover;
  padding: 6% 2%;
}
.voice h2{
  text-align: center;
  margin-bottom: 4%;
}
.voice .voiceBox{margin: 0 auto 5% 0%;}
.voice .voiceBox li{
  background: #fff;
  padding: 5% 4% 3%;
  text-align: left;
  margin-bottom: 4%;
  border-radius: 10px;
  filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.2));
}
.voice li dt{
  color: #1e0089;
  padding-bottom: 3%;
  margin-bottom: 3%;
  align-items: center;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-bottom: 2px dotted #6244cd;
}
.voice li dt img{
  display: block;
  /* width: 15%; */
}
.voice li dt span{
  display: block;
  font-weight: normal;
  font-size: 1.7rem;
  color:#000;
  margin-top: 3%;
}
.voice li img{
  display: block;
  margin-right: 3%;
}
/*life*/
.life{
  background: url(../img/bg4.jpg) no-repeat;
  background-size: cover;
  padding: 5% 4%;
  text-align: center;
}
.life h2{
  text-align: center;
  margin-bottom: 3%;
}

/*present*/
.present{
  padding: 5% 2%;
  background: url(../img/bg3.jpg) no-repeat;
  background-size: cover;
}
.present h2{

}
.present li{
  border: 4px double #92761f;
  padding: 2% 4% 1%;
  margin: 6% auto auto;
  background: #fff;
  filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.1));
}
.present li h3 div{
  text-align:center;
  margin: -6% auto 2%;
  width: 50%;
}
.present li h3 {
  font-weight: bold;
  color: #92761f;
  text-align: center;
  line-height: 1.4;
  font-size: 1.2em;
  letter-spacing: -0.2px;
  margin-bottom: 2.5%;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
}
.present li h3 p{
  margin-bottom:2%;
}

/*greeting*/
.greeting{
  background: url(../img/bg2.jpg) no-repeat;
  background-size: cover;
  padding: 8% 4%;
}
/*profile*/
.profile{
  background: url(../img/bg.png);
}
.profile .cont_wrap{
  padding: 0 4% 8%;
}
.profile h2{
  margin-bottom: 3%;
  background: url(../img/cv_bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}

/*footer*/
footer#footer{
  text-align: center;
  background: #dfd4ff;
  padding: 1% 0;
}
footer#footer a{
  font-size: 1rem;
  color: #000;
  text-decoration: none;
}
footer#footer .copy {
  font-size: 1rem;
  margin-top: 4px;
}


@media screen and (max-width: 768px) {
/*common*/
 body{
   font-size: 1.4em;
 }
.cont_wrap{
  width: 100%;
}
.btn img{
}
.title{
  font-size: 1.1em !important;
  padding: 2.5% 1.5%;
  line-height: 1.3;
  letter-spacing: -0.01px;
}
  
#btnfix .linkfix{
  height: 50px;
}
.spimg img{
  width: 100%;
}   
#main section img{
  width: 100%;
}
#main section img.auto{
  width: auto;
}  
.cv_wrap .cv_txt{
  text-align: left;
}
.cv_wrap .cv_txt img{
  width: 85% !important;
  margin: auto;
  display: block;
}   
 .cv_wrap{
  padding: 5% 2%;
} 

.blinking{
  padding: 0 15%;
}  
  
/*header*/
.fv{
  padding: 1% 2% 5%;
}
.fv img{
  width: 100%;
}  
.fv .logo{
  margin-left:0;
}
.fv .logo img{
  width: 40%;
}
  
.check{
  font-size: 0.9em;
}  
.check li{
  background-size: 25px !important;
  padding: 3px 0 10px 40px;
  line-height: 1.4;
  font-size: 1.1em;
}   
  

  
/*voice*/  
.voice li dt{
  font-size: 1.45rem;
  line-height: 1.4;
  letter-spacing: -0.2px;
}
.voice li dt img{
  width: 20% !important;
}
.voice li dt span{
  font-size: 1.2rem;
}
.voice li dd{
  font-size: 1em;
}
.greeting h2{
  font-size: 1.1em;
  line-height: 1.4;
}

/*footer*/
footer#footer{
  padding: 2% 0;
}
footer#footer .copy {
  font-size: 0.61rem;
}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation:portrait) {
 body{
   font-size: 1.8em;
 }
/*header*/

#btnfix{
  height: 80px;
}  


}