@charset "UTF-8";

/*common*/
.red {
  color: #cd173a;
}
.yellow{
  color: #fff600;
}
.white{
  color: #fff;
}
.line{
  background:linear-gradient(transparent 50%, #faff81 50%);
}
.b_line{
  background:linear-gradient(transparent 0%, #002a68 0%);
  padding: 10px 5px;
  color: #fff;
}
.red_line{
  background:linear-gradient(transparent 0%, #e32b00 0%);
  padding: 10px 5px;
  color: #fff;
}
.y_line{
  background:linear-gradient(transparent 0%, #fff600 0%);
  padding: 10px 5px;
  color: #002a68;
}
.w_line{
  background:linear-gradient(transparent 0%, #fff 0%);
  padding: 10px 5px;
  color: #002a68;
}
.under{
  text-decoration: underline;
  text-underline-offset: 5px;
}
.center{
  text-align: center;
  margin: auto;
}
.right{
  text-align: right;
}
.f_m{
  font-family: 'Noto Serif JP', serif;
}
.fs{
  font-size: 0.8em;
}
.fm{
  font-size: 1.1em;
}
.fl{
  font-size: 1.3em;
}
.fl2{
  font-size: 1.4em;
}
.fl3{
  font-size: 2em;
}
.flex{
  display:flex;
  align-items: center;
}
.fleximg{margin-right: 3%;}
.whiteBox{
  background: #fff;
  padding: 4%;
  border: 1px solid #eee;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));  
}


.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.png) 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%;
}
img.imgcenter{
  width: 100%;
}  

.bg{
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
}
/*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*/
header{
	position: relative;
}
h1,h2{
  text-align: center;
}
header img{
  width:100%;
}

header .btn{
	position: absolute;
	bottom: 4%;
	left: 0;
	right: 0;
	padding: 0;
	text-align: center;
}
header .btn a{
  display: block;
}
header .btn img{
	width: 50%;
}

#main h1,#main h2{
	 padding: 0 0 4% 0;
}

.title1{
  background: #ff5874;
  color: #fff;
  padding: 2%;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
	line-height: 1.3;	
}

.title2 {
  position: relative;
  display: block;
  padding: 1%;
  max-width: 100%;
  background: #8d6bd3;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 3%;
  line-height: 1.3;
}

.title2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #8d6bd3;
}
.title3{
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
	color: #ff5874;
  line-height: 1.4;
	margin-bottom: 2%;
}

.mv {
  /*width: 100%;*/
  position: relative;
}
/*nayami*/
.nayami {
    background: #1c5096;
}
.nayami h2{
	padding: 0 !important;
}
.arrow_bottom{
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid #1c5096;
	margin: auto;
}
.good{
	padding: 0 2%;
}
.arrow_bottom.pink{
  border-top: 30px solid #ff5874;
}
/*service*/
.service li{
  align-items: center;
  border: 1px solid #eee;
  border: solid 4px #ee8800;
  padding: 2% 4% 2%;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 5%;
}
.service li{
  align-items: center;
  border: 1px solid #eee;
  border: solid 5px #bba3ec;
  padding: 2% 4% 0;
  border-radius: 10px;
}
.service li h3{
  display:flex;
  justify-content: left;
  text-align: left;
  color: #8d6bd3;
  margin-bottom: 4%;
  align-items: center;
}
.service li h3 p{
  display: block;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.6em;
  font-family: "Helvetica Neue",Helvetica,Arial,'Noto Sans JP', sans-serif;
  margin: 3% 0 0 4%;
}
.service li figure img,.step li figure img{
	margin-bottom: 2%;
	width: 100%;
}
.service .check {
	background: #fbe2e2;
  padding: 2% 4% 2%;
}
.service .check li {
	border-top:none;
	border-right:none;
	border-left:none;
	border-radius: 0;
}

/*reason*/
.reason{
}
.reason li{
	position: relative;
	background: #fff;
	margin: 6% auto;
	border-radius: 10px;
	border: 1px solid #333;
}
.reason li figure img{
	border-radius: 10px 10px 0 0;
	width: 100%;
}
.reason li h3{
    position: absolute;
    top: -31px;
    left: 0;
    right: 0;
}
.reason li h3 img {
    display: block;
    margin: auto;
}
.reason li p{
	padding: 3% 4% 0;
	font-weight: bold;
	font-size: 1.6rem;
}

	
/*step*/
.step{
}
.step li{
	background: #fff;
	border: none;
	padding: 4% 4% 1%;
	border-radius: 15px;
	margin-bottom: 6%;
	box-shadow: 6px 6px 0px #1c5096;
}
.step li h3 img{
  display: block;
    margin: -8% auto 1%;
}
.step li h3{
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  margin: 0 auto 3% auto;
  line-height: 1.4;
}
.step li h3.title4{
  background: #ff5874;

}
.step li h3.title4:before {
  border-top: 15px solid #ff5874;
}
hr{
  margin-bottom: 7%;
  border-bottom: 10px solid #662e24;
}
.step li h4{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 2%;
}

.check{
  /*border: 1px solid #999;*/
  padding: 4% 4% 2%;
  margin-bottom: 2%;
  background: #fff;
}
.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;
}
.nayami .check li{
  background: url(../img/check2.png) no-repeat left;
}

/*benefit*/
.benefit{
}
.benefitBox li{
	position: relative;
	margin-bottom: 5%;
	border: #ff5874 10px solid;
	box-sizing: border-box;
	border-radius: 10px;
}
.benefitBox h3{
	background:#ff5874 ;
  background: url("../img/bg6.png") repeat;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 2rem;
	padding: 0 1% 1%;
	line-height: 1.4;
}

.ribbon{
	position: absolute;
	top: -10px;
	left: -10px;
}
.benefit2{
	background-size: contain;
	padding: 0 4% 4%;

}
.benefit2 .benefitBox li{
	border: #c49518 10px solid;
	border-radius: 10px;
}
.benefit2 .benefitBox h3{
	background:#c49518 ;
	padding: 1%;
}

.whitebox{
	background: #fff;
	padding: 4%;
}
.benefitBox .whitebox{
	font-weight: normal;
	font-size: 1.8rem;
	text-align: left;
	color: #333;
}
.benefitBox p.whitebox{
	margin: 0;
}

/*qa*/
.qa{
}
.qa .cont_wrap{
  /* padding: 0 2%; */
}
.qa dl{
  text-align: left;
  margin-bottom: 3%;
  padding-bottom: 3%;
  border-bottom: 4px double #ff5874;
}
.qa dl.none{
  border-bottom: none;
}
.qa dt {
  padding: 4% 0 3% 13%;
  font-weight: bold;
  font-size: 1.2em;  background: url("../img/q.png") no-repeat left;
  background-size: 10%;
  color: #1a5b93;
}
.qa dd {
  background: url("../img/a.png") no-repeat left;
  background-size: 10%;
  padding: 4% 0 4% 13%;
}

/*price*/
.price{
}
/*cv*/
.cv{
}
.cv {
	text-align: center;
    background-image: url(../img/img03.png), url(../img/img04.png),url(../img/img01.png), url(../img/img02.png);
    background-repeat: no-repeat,no-repeat,repeat-y,repeat-y;
    background-size: 30%,30%,14%, 19%;
    background-position: 0% 0%, 100% 0%,0% 1%, 102% 7%;
}

/*sec*/
.sec{
  /*background: url(../img/bg.png) repeat;*/
  padding: 5% 2%;
}
.bg1{ 
  background: url(../img/bg_txt.png) #ffdbdb;
	background-size: contain;
}
.bg2{
  /*background: #e2d7f8;*/
	background-image: linear-gradient(360deg, rgba(240, 220, 251, 1), rgba(255, 255, 255, 1));
}
.bg3{
  background: url(../img/bg.png) ;
}
.bg4{
  background: url(../img/bg4.jpg);
	background-size: contain;
}
.bg5{
  background: url(../img/bg5.jpg);
	background-size: contain;
}


.table table{
  background: #ccc;
  border-collapse: separate;
  border-spacing: 1px;
  width:100%;
  text-align: center;
}
.table table td {
  padding: 2%;
  background-color:#fff;
}
.table table th {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 2%;
  font-weight: bold;
}
.table table .title{
  background-color: #004aba;
  color: #fff;
}

/*message*/
#main .message h2{
	text-align: center;
	margin: auto auto 0 auto;
	padding: 0;
}

.note {
	background: #fff;
	padding: 4%;
	border-radius: 20px;
}

.note p {
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 8px 100%, 100% 2em;
  line-height: 2em;
  padding-bottom: 1px
}

.note em, .note strong, .note strike, .note u, .note b {
  line-height: 1
}


/*footer*/
footer#footer{
  text-align: center;
  background: #1c5096;
  padding: 1% 0;
  color:#fff;
}
footer#footer a{
  font-size: 1rem;
  color: #fff;
  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{
}
.flex{
  display:block;
  padding:2%;  
}
.fleximg{
  margin: auto ;
}  
  
header img,header .btn img{
  width: 100%;
}  
header .btn {
    bottom: 5%;
}
.title1 {
	font-size: 1.05em;
	padding: 3% 0;
}
.title2 {
  padding: 2% 1.5%;
  font-size: 1.1em;
}  
img.auto{
    width: auto;
  }  
#btnfix .linkfix{
  height: 50px;
}
.spimg img{
  width: 100%;
}   
section img{
  width: 100%;
}
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%;
}  
/*mv*/
.mv {
  position: relative;
  width: 100%;
  margin: auto;
  /*padding-top: 56.25%;*/
}
  .sp_cont{
    padding: 0 2%;
  }

/*header*/
.fv{
  border-top:5px solid red;
  padding: 1% 2% 5%;
}
.fv img{
  width: 100%;
}  
.fv .logo{
  margin-left:0;
}
.fv .logo img{
  width: 40%;
}

/*service*/
.service li h3 div{
  width: 30%;
  margin: -10% auto 0;
}
.service li h3 {
  display: block;
  font-size: 0.8em;
}
.service li h3 p{
  text-align: center;
  margin: 3% auto 0 auto;
}    
.service ul {
  margin: 17% auto 8%;
} 
	
/*reason*/	
.reason li {
	margin-bottom: 8%;
}	
.reason li h3 img {
	width: 50%;
}
.reason li p {
    font-size: 1.4rem;
	line-height: 1.5;
}	
.reason li h3 {
    top: -19px;
}	
	
	
/*step*/
.step li h3 img{
  margin-bottom: 2%;
  width: 50% !important;
}
.step li h3{
  font-size: 1.2em;
}  
  
.check{
  font-size: 0.9em;
}  
.check li{
  background-size: 25px !important;
  padding: 3px 0 10px 40px;
  line-height: 1.4;
  font-size: 1.1em;
} 
	
/*benefit*/
.benefitBox h3{
	font-size: 1.5rem;
}	
.benefitBox h3:before{
	margin-left: 30px;
	content:""
}
.benefitBox .whitebox{
	font-size: 1.4rem;
}	
#main section .ribbon img {
    width: 50%;
}
	
/*qa*/
.qa dt{
  padding: 5% 0 3% 17%;
  font-size: 1.1em;
}
.qa dd{
  padding: 0 0 1% 17%;
}  

.qa dt{
  background-size: 15%;
}
.qa dd{
  background-size: 15%;
}  
  	
	
/*message*/
.message {
}

	
/*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;
}  


}