@charset "utf-8";
/* CSS Document */
 /* アニメーション */
.item{
  padding: 10px;
  list-style: none;
  text-align: center;
  opacity: 0;    
}
.item:nth-child(1) {
  -webkit-animation: example 0.5s ease 0.5s 1 forwards;
  animation: example 0.5s ease 0.5s 1 forwards;
}
.item:nth-child(2) {
  -webkit-animation: example 0.5s ease 1s 1 forwards;
  animation: example 0.5s ease 1s 1 forwards;
}
.item:nth-child(3) {
  -webkit-animation: example 0.5s ease 1.5s 1 forwards;
  animation: example 0.5s ease 1.5s 1 forwards;
}
.item:nth-child(4) {
  -webkit-animation: example 0.5s ease 1s 1 forwards;
  animation: example 0.5s ease 2s 1 forwards;
}
.item:nth-child(5) {
  -webkit-animation: example 0.5s ease 1.5s 1 forwards;
  animation: example 0.5s ease 2.5s 1 forwards;
}

@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}

@media (min-width: 769px) {
	.fix{
		position: fixed;
		top: 300px;
		right: 0;
	}
.container{
	width: 1200px;
	margin: auto;
}
}
@media (max-width: 768px) {
	.fix{
		position:  fixed;
		bottom:0;
	}
.container{
	width: auto;
	padding: 10px;
}
}

img{
	max-width: 100%;
}
h1,h2,h3,h4{
	font-family: 'Noto Sans JP';
	font-weight: 900;
}
body{
	background: #F3F6F9;
	text-align: center;
	position: relative;
}
header{
	background: #FFF;
	overflow: hidden;
	padding: 0.8em;
	display: flex;
		justify-content: space-between;
	gap:30px;
}
header > div:last-child{
		display: flex;
		flex-direction: column-reverse;
        justify-content: center;
        align-items: end;
		gap: 5px;
	}
	header > div:last-child a{
		font-size: 0.7em;
        text-decoration: none;
        color: #fff;
        background: rgb(0 64 148);
        border-radius: 50px;
        padding: 0.5em 1em;
	}
@media (min-width: 769px) {
	header{
	}
header .logo{
	float: left;
}
header h1{
	float: right;
	font-weight: 600;
    font-size: 0.8em;

}
}
@media (max-width: 768px) {
header .logo{
	margin: auto;
}
header h1{
	font-size: 0.7em;
	font-weight: 600;
	float: left;
}
}
.cms .main{
	background: url(../img/mainBg.png) no-repeat;
	background-size: cover;
	margin: 0 auto;
	min-height: 500px;
	padding: 50px 0;
	text-align: center;
	color: #FFF;
	font-size: 1.2em;
}
.cms .main h2{
	font-size: 1.3em;
}
@media (min-width: 769px) {
.cms .main ul{
	width: 1200px;
	margin: auto;
}
}
.cms .main li{
	width: 20%;
	margin: 2%;
	float: left;
}
@media (max-width: 768px) {
	.cms .main ul{
		overflow: hidden;
		margin-bottom: 30px;
	}
	.cms .main li{
	width: 46%;
	margin: 2%;
	float: left;
}
}
.sec01 {
	padding: 30px 0 0 0;
	background: #FFCC00;
}
.sec01 ul{
	margin: auto;
	max-width:850px;
}
@media (min-width: 769px) {
.sec01  .kaikestu {
}
.sec01 h2{
	font-size: 2.4em;
    font-weight: 900;
	margin-bottom: 20px;
}
}
@media (max-width: 768px) {
.sec01  .container {
	background: none;
	margin-bottom: 30px;
}
.sec01 h2{
	font-size: 1.8em;
	margin-bottom: 20px;
}
}
.sec01 .wrap{
	background:url(../img/sec01Wrap.jpg) repeat-x bottom;
}
.sec01 li{
	text-align: left;
	margin-bottom: 10px;
	font-size:1.3em;
	font-weight: bold;
}

.sec02{
padding-top: 100px;
}
.sec02 h2{
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 20px;
	margin: 30px 0;
}
.sec02 p{
	font-size: 1.1em;
}
.sec02 ul{
	width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
@media (min-width: 769px) {
.sec02 li{
	flex: 1 calc(25% - 20px);
        position: relative;
        align-content: stretch;
        align-items: stretch;
}
.sec02 li div h3{
	font-size: 2em;
	font-weight: bold;
	line-height: 1.5em;
}
}
@media (max-width: 768px) {
.sec02 li{
	position: relative;
}
.sec02 li div h3{
	font-size:1.8em;
	font-weight: bold;
	line-height: 1.5;
}
}
.sec02 li > div:last-child{
    background: #FFF;
    padding: 50px 20px 20px 20px;
	text-align: left;
	height: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sec02 li .point{
	position: absolute;
	background: none;
    top: -20px;;
bottom: 0;
	width: 50%;
}

.sec02 h3{
	font-size: 1.5em;
	font-weight: bold;
}
.step_kanriWrap{
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgb(221 226 255));
	padding-top: 2em;
}
.step_kanriWrap h2{
	font-size: 2.1em;
	font-weight: bold;
	margin-bottom: 20px;
	margin: 30px 0;
}
.step_kanri{
	    display: flex;
    justify-content: flex-end;
    gap: 20px;
    flex-wrap: wrap;
    margin: auto;
    width:calc(98% - 30px);
	align-items: center;
}
@media (min-width: 769px) {
	.step_kanri div:first-child{
	flex-basis:36%;
	text-align: justify;
	}
	.step_kanri div:last-child{
	flex-basis: 60%;
}
}
.youcan{
	margin: 2em 0; 
}
.youcan ul{
	     display: flex;
        flex-wrap: wrap;
        gap: 20px;
        column-gap: 20px;
        justify-content: center;
}
.youcan ul li{
	background: linear-gradient(45deg, #009fd7 0%, #2062ff 52%, #0014c9 90%);
    padding: 0.5em 1em;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.3em;
    color: #FFF;}
.sec03{
	background: #FFCC00;
	overflow: hidden;
	padding: 30px 0;
}
.sec03 h2{
	font-size: 3em;
	font-weight: bold;
}
.sec03 .jirei_text{
	float: left;
	width: 48%;
}.sec03 .jirei_img{
	float: right;
	width: 48%;
}
@media (max-width: 768px) {

.sec03 .jirei_text{
	float:none;
	width: 100%;
}.sec03 .jirei_img{
	float:none;
	width: 100%;
}
}

.sec03 .jirei_text h3{
	font-size: 1.5em;
	font-weight: bold;
	border-left: 5px solid #000;
	padding: 10px 0 0 20px;
	text-align: left;
}
.sec03 .jirei_text div{
	font-size: 1.2em;
	font-weight: bold;
	border-left: 5px solid #F3F6F9;
	text-align: left;
	padding: 10px 0 0 20px;

}
.sec03 .jirei_text div p{
	border-bottom: 1px solid #000;
	padding: 10px 0;
}

.sec04 {
	background: none;
	padding: 0 0 30px 0;
}
.sec04 h2{
	background: #FFCC00;
	display:inline-block;
	padding:20px 20px;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 20px;
}

.sec05{
	background: url(../img/priceBg.jpg) no-repeat;
	background-size: cover;
	padding: 30px 0;
	color: #FFF;
}
.sec05 h2{
	font-weight: bold;
	font-size: 2em;
	border-bottom: 1px solid #FFF;
	display: inline;
	margin-bottom: 20px;
}
.sec05 img{
	display: block;
	margin: auto;
}

.step{
	padding: 30px 0;
}
.step h2{
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 30px;
}

@media (min-width: 769px) {
.step li{
	border: 5px solid #FFCC00;
	padding: 30px;
	overflow: hidden;
	margin-bottom: 20px;
     background: #FFF;
}
.step li h3{
	float: left;
	width: 300px;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
}
.step li p{
	float: left;
	width: 640px;
	text-align: left;
}
}
@media (max-width: 768px) {

.step li{
	border: 5px solid #FFCC00;
	padding: 0px;
	overflow: hidden;
	margin-bottom: 20px;
	background: #FFF;
}
.step li h3{
	float:none;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	background: #FFCC00;
}
.step li p{
	float:none;
	padding: 5px;
	text-align: left;
}
}
.it_shien{
	background: url(../img/it_shienBg.jpg) ;
	background-size: cover;
	padding: 30px 0;
	overflow: hidden;
	color: #FFF;
}
.it_shien .container div{
	text-align: left;
}
.it_shien .container div p{
	margin: 10px 0;
}
.it_shien .container div strong{
	font-size: 3em;
}
.it_shien .container div a{
	border: 5px solid #FFF;
	padding: 10px;
	color: #FFF;
	margin: 40px 0;
	display: inline-block;
	font-size: 1.2em;
	text-decoration: none;
}
.hp_set{
	background: #FFFF00;
	padding: 30px 0;
	overflow: hidden;
}
.hp_set h2{
	margin-bottom: 20px;
}
.hp_set .price{
	padding: 10px;
	background: #FFF;
	margin-bottom: 20px;
}
.hp_set p{
	text-align: left;
}

@media (min-width: 769px) {
.it_shien .container div{
	width: 70%;
}
}

.faq{
	background:#FFF;
	uvmargin: 50px 0;
}
.faq h2{
	font-weight: bold;
	font-size: 2em;
	border-bottom: 1px solid #FFF;
	display: inline;
	margin-bottom: 20px;
}
@media (min-width: 769px) {
	.faq dt{
	    font-weight: bold;
    background-image: url(../img/q.png);
    background-repeat: no-repeat;
    background-position: 10px 23px;
    padding-top: 40px;
    font-size: 1.2em;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 100px;
    text-align: left;
		min-height: 50px;
}
.faq dd{
	    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 100px;
    background-image: url(../img/a.png);
    background-repeat: no-repeat;
    background-position: 10px 23px;
    text-align: left;
	font-size: 1.1em;
}
}
@media (max-width: 768px) {
.faq dt{
	font-weight: bold;
	background-image: url(../img/q.png);
	background-size: 10%;
	background-repeat: no-repeat;
	background-position: 10px 23px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left:60px;
	text-align:left;
}
.faq dd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	background-image: url(../img/a.png);
	background-size: 10%;
	background-repeat: no-repeat;
	background-position: 10px 23px;
	text-align:left;
}
}
.demoBTN{
	margin-bottom: 30px;
}