@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

html{
	font-size:62.5%;
}

img{
	width:100%;
	height:auto;
}

a{
	text-decoration: none;
	color:#000;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.object-fit-img {
  		object-fit: cover;
		width:100%;
		height:100%;
  		font-family: 'object-fit: cover;'
}

sup{
	font-size:0.8em;
	position: relative;
	top:-0.3em;
}

body{
	padding:0;
	margin:0;
	background:#fff;
	position:relative;
	color:#000000;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;	
	font-family: 'Noto Sans JP', sans-serif;
}

@keyframes scanime {
    0% {
        left:-10px;
		opacity: 0;
    }
    100% {
        left:0;
		opacity: 1;
    }
}

@keyframes scanime_toptl {
    0% {
        left:-10px;
		opacity: 0;
    }
    100% {
        left:0;
		opacity: 1;
    }
}

@keyframes scanime_toptl2 {
    0% {
        transform: rotate(-7.5deg);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes fadetop {
    0% {
        top:30px;
		opacity: 0;
    }
    100% {
        top:0;
		opacity: 1;
    }
}

@keyframes huki_fade01 {
    0% {
       	transform: scale(0);
		opacity: 0;
    }
	
    100% {
        transform: scale(1);
		opacity: 1;
    }
}

@keyframes per_animation {
    0% {
       	transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

@keyframes per_animation2 {
    0% {
       	transform: rotate(3deg);
		opacity: 1;
    }
    100% {
        transform: rotate(0);
		opacity: 1;
    }
}

@keyframes fadeup {
    0% {
		opacity: 0;
    }
    100% {
		opacity: 1;
    }
}

#loading{
	background:#394d8e;
	z-index: 10;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}

@media screen and (min-width:1280px){
	
	.pc_none{display:none !important;}
	
	body{
		font-size:1.4rem;  /*14px*/;
		line-height:2.6rem;
		min-width: 1280px;
	}
	
	header{
		width:100%;
		position: relative;
		overflow: hidden;
		height:1560px;
		background:url("/images/bg01.svg") repeat-x;
		background-position: center top;
		background-size:102% auto;
		background-color: #394d8e;
	}
	
	header .headarea{
		width:100%;
		height:290px;
		position: absolute;
		top:0;
		left:0;
		background:url("/images/header.png") repeat-x;
		background-position: center -70px;
		background-size:auto 290px;	
		z-index: 2;
	}
	
	header .headarea .logo{
		padding:25px 0 0 35px;
		width:326px;
		line-height: 0;
	}
	
	header .leftill{
		width:280px;
		position: absolute;
		top:-20px;
		left:-55px;
		z-index: 1;
	}
	
	header .rightill{
		width:280px;
		position: absolute;
		top:-20px;
		right:-55px;
		z-index: 1;
	}
	
	header .illbox{
		width:910px;
		position: absolute;
		top:100px;
		right:calc(50% - 455px);
		z-index: 1;
	}
	
	header .txarea{
		width:800px;
		position: absolute;
		top:290px;
		right:calc(50% - 400px);
		z-index: 1;
	}
	
	header .txarea.active{
		width:800px;
		position: absolute;
		top:290px;
		right:calc(50% - 400px);
		z-index: 1;
	}
	
	header .txarea .subtl{
		display: flex;
		width:100%;
		margin:0 0 50px 0;
	}
	
	header .txarea .subtl .box1,
	header .txarea .subtl .box2{
		height:42px;
		line-height: 0;
	}
	
	header .txarea .subtl .box1 img,
	header .txarea .subtl .box2 img{
		height:100%;
		width:auto;
	}
	
	header .txarea.active .subtl .box1{
		animation-name: scanime;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
		position: relative;
		left:0;
		opacity: 0;
	}
	
	header .txarea.active .subtl .box2{
		animation-name: scanime;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0.5s;
		animation-direction:normal;
		position: relative;
		left:0;
		opacity: 0;
	}
	
	header .txarea.active .maintl{
		width:710px;
		margin:0 0 0 70px;
		line-height: 0;
		animation-name: scanime_toptl;
		animation-fill-mode:forwards;
		animation-duration:0.7s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 1s;
		animation-direction:normal;
		position: relative;
		left:0;
		opacity: 0;
	}
	
	header .txarea.active .maintl span{
		display: block;
		transform: rotate(-7.5deg);
		animation-name: scanime_toptl2;
		animation-fill-mode:forwards;
		animation-duration:0.1s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:cubic-bezier(.17,.67,.93,1.64);
		animation-delay: 1.9s;
		animation-direction:normal;
		position: relative;
		transform-origin: left center;
	}
	
	.bg_container{
		position: relative;
	}
	
	.bg_container .bgbox{
		width:100%;
		position: absolute;
		height:calc(100% - 470px);
		background:none;
		top:470px;
		z-index: 5;
		pointer-events: none;
	}
	
	.bg_container .bgbox::after{
		content:"";
		width:calc((100% - 1400px) / 2);
		height:100%;
		background-image:url("/images/bg_icon.png");
		background-repeat: repeat;
		background-size:600px;
		position: absolute;
		display: block;
		top:0;
		right:0;
	}
	
	.bg_container .bgbox::before{
		content:"";
		width:calc((100% - 1400px) / 2);
		height:100%;
		background-image:url("/images/bg_icon.png");
		background-repeat: repeat;
		background-size:600px;
		background-position: right 160px top;
		position: absolute;
		display: block;
		top:0;
		left:0;
	}
	
	.contbox{
		
	}
	
	.contbox.box1{
		margin-top:-580px;
		position: relative;
		z-index: 2;
		
	}

	.contbox.box1::after{
		content: "";
		width:100%;
		height:185px;
		background:#68abe2;
		position: absolute;
		bottom:0;
		left:0;
		z-index: 1;
	}
	
	.contbox.box2{
		background:#68abe2;
		position: relative;
		/*background-image:url("/images/bg_icon.png");
		background-repeat: repeat;
		background-size:600px;*/
	}
	
	.contbox.box2::after{
		content: "";
		width:100%;
		height:100px;
		background:#8ccc3f;
		position: absolute;
		bottom:0;
		left:0;
		z-index: 1;
	}
	
	.contbox .innerbox{
		width:1200px;
		margin:0 auto;
		z-index: 2;
		position: relative;
		line-height: 0;
	}
	
	.contbox.box1 .innerbox .box{
		opacity: 0;
		position: relative;
	}
	
	.contbox.box1 .innerbox .box.active{
		animation-name: fadetop;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
		opacity: 0;
		top:30px;
		position: relative;
	}
	
	.contbox.box2 .innerbox{
		width:1200px;
		margin:-100px auto 0;
		z-index: 2;
		position: relative;
		line-height: 0;
		
	}
	
	.contbox.box2 .innerbox .arm{
		position: absolute;
		top: -243px;
		left: 112px;
		width: 278px;
		z-index: 3;
		line-height: 0;
	}
	
	.contbox.box2 .innerbox .arm img{
		opacity: 0;
		position: relative;
		top:30px;
	}
	
	.contbox.box2 .innerbox .arm.active img{
		animation-name: fadetop;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box2 .innerbox .box1{
		margin:0 0 0 0;
		opacity: 0;
		position: relative;
		top:30px;
	}
	
	.contbox.box2 .innerbox .box2{
		margin:25px 0 0 0;
	}
	
	.contbox.box2 .innerbox .box1.active{
		animation-name: fadetop;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box3{
		background:#8ccc3f;
		padding:65px 0 80px 0;
		/*background-image:url("/images/bg_icon.png");
		background-repeat: repeat;
		background-size:600px;*/
	}
	
	.contbox.box3 .innerbox{
		width:880px;
		margin:0 auto;
		position: relative;
	}
	
	.contbox.box3 .innerbox .huki1{
		position: absolute;
		width:161px;
		right:70px;
		top:-50px;
		transform: scale(0);
		opacity: 0;
	}
	
	.contbox.box3 .innerbox .huki1 span{
		filter: drop-shadow(35px 35px 0 rgba(0,0,0,0.4));
	}
	
	.contbox.box3 .innerbox .active .huki1{
		animation-name: huki_fade01;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:cubic-bezier(0,1.09,.62,1.11);
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box3 .innerbox .huki2{
		position: absolute;
		width:151px;
		right:244px;
		bottom:-44px;
		transform: scale(0.5);
		opacity: 0;
	}
	
	.contbox.box3 .innerbox .active .huki2{
		animation-name: huki_fade01;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:cubic-bezier(0,1.09,.62,1.11);
		animation-delay: 0.25s;
		animation-direction:normal;
	}
	
	.contbox.box4{
		background:#8ccc3f;
		/*background-image:url("/images/bg_icon.png");
		background-repeat: repeat;
		background-size:600px;*/
	}
	
	/*percentbox*/
	.contbox.box4 .percentbox{
		border:8px solid #000;
		background:#fbe433;
		width:1200px;
		box-sizing: border-box;
		margin:0 auto;
		padding:30px 0 0 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		position: relative;
	}
	
	.contbox.box4 .percentbox .textarea{
		font-size:3.8rem;
		font-weight: 700;
		line-height: 2.4em;
		margin:0 0 80px 0;
	}
	
	.contbox.box4 .percentbox .textarea span{
		display: inline-block;
	}
	
	.contbox.box4 .percentbox .textarea .bg{
		display: inline-block;
		line-height: 1.4em;
	}
	
	.contbox.box4 .percentbox .textarea .bg span{
		background:linear-gradient(transparent 50%, #fff 70%);
	}
	
	.contbox.box4 .percentbox .textarea .per{
		width:347px;
		line-height: 0;
		margin:0 0 0 -50px;
		position: relative;
		top:10px;
		transform: scale(1);
	}
	
	.contbox.box4 .percentbox .textarea .active .per{
		animation-name: per_animation;
		animation-fill-mode:forwards;
		animation-duration:0.3s;
		animation-iteration-count:4;
		animation-timing-function:ease-in-out;
		animation-delay: 0s;
		animation-direction:normal;
		animation-direction:alternate;
	}
	
	.contbox.box4 .percentbox .textarea .tx{
		display: block;
		margin:0 0 0 0;
	}
	
	.contbox.box4 .percentbox .textarea .cap{
		font-size:1.6rem;
		font-weight: 400;
		line-height: 1;
	}
	
	.contbox.box4 .percentbox .phbox{
		width:100%;
		line-height: 0;
	}
	
	.contbox.box4 .percentbox .leftill{
		width:366px;
		position: absolute;
		bottom:-145px;
		left:-85px;
		line-height: 0;
	}
	
	.contbox.box4 .percentbox .righttx{
		font-size:1.6rem;
		writing-mode: vertical-rl;
		position: absolute;
		bottom:-5px;
		right:-30px;
	}
	
	.contbox.box4 .percentbox .illbox{
		width:338px;
		position: absolute;
		bottom:-30px;
		right:65px;
		line-height: 0;
		opacity: 0;
		transform-origin: center bottom;
	}
	
	.contbox.box4 .percentbox .illbox.active{
		animation-name: per_animation2;
		animation-fill-mode:forwards;
		animation-duration:0.1s;
		animation-iteration-count:3;
		animation-timing-function:ease-in-out;
		animation-delay: 0s;
		animation-direction:normal;
		animation-direction:alternate;
	}
	
	.contbox.box4 .flexbox{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		width:1200px;
		margin:0 auto 50px;
	}
	
	.contbox.box4 .flexbox .rightbox{
		order:1;
		width:420px;
		line-height: 0;
		opacity: 0;
		position: relative;
		z-index: 2;
	}
	
	.contbox.box4 .flexbox.active .rightbox{
		animation-name: fadeup;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box4 .flexbox .rightbox .inbox{
		width:566px;
		position: relative;
		left:-110px;
	}
	
	.contbox.box4 .flexbox .leftbox{
		width:742px;
		line-height: 0;
		opacity: 0;
		position: relative;
		z-index: 1;
	}
	
	.contbox.box4 .flexbox.active .leftbox{
		animation-name: fadeup;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0.5s;
		animation-direction:normal;
	}
	
	.contbox.box4 .millbox{
		width:1200px;
		margin:0 auto 40px;
		line-height: 0;
	}
	
	.contbox.box4 .millbox.box2{
		width:1200px;
		margin:0 auto 0;
		line-height: 0;
		padding:0 0 65px 0;
	}
	
	.contbox.box5{
		background:#fbe433;
		padding:90px 0;
		/*background-image:url("/images/bg_icon.png");
		background-repeat: repeat;
		background-size:600px;*/
	}
	
	.contbox.box5 .innerbox{
		background:#fff;
		padding:75px 35px 20px;
		width:1200px;
		box-sizing: border-box;
		margin:0 auto;
		position: relative;
		
	}
	
	.contbox.box5 .innerbox .toptl{
		width:695px;
		line-height: 0;
		margin:0 0 75px 0;
		opacity: 0;
	}
	
	.contbox.box5 .innerbox .toptl.active{
		animation-name: fadeup;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box5 .innerbox ul{
		list-style: none;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding:0;
		margin:0;
	}
	
	.contbox.box5 .innerbox ul::after{
		content: "";
		width:calc((100% - 70px) / 3);
		height:0;
		display: block;
	}
	
	.contbox.box5 .innerbox ul li{
		width:calc((100% - 70px) / 3);
		margin:0 0 75px 0;
		opacity: 0;
		top:30px;
		position: relative;
	}
	
	.contbox.box5 .innerbox ul li:nth-child(1).active,
	.contbox.box5 .innerbox ul li:nth-child(4).active{
		animation-name: fadetop;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box5 .innerbox ul li:nth-child(2).active,
	.contbox.box5 .innerbox ul li:nth-child(5).active{
		animation-name: fadetop;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0.15s;
		animation-direction:normal;
	}
	
	.contbox.box5 .innerbox ul li:nth-child(3).active{
		animation-name: fadetop;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0.3s;
		animation-direction:normal;
	}
	
	.contbox.box5 .innerbox ul li .tl{
		width:307px;
		margin:0 0 5px 0;
		line-height: 0;
	}
	
	.contbox.box5 .innerbox ul li .ph{
		width:100%;
		margin:0 0 15px 0;
		line-height: 0;
	}
	
	.contbox.box5 .innerbox ul li .tx{
		font-size: 1.6rem;
		line-height: 2em;
	}
	
	.contbox.box5 .innerbox ul li .tx span{
		background:linear-gradient(transparent 80%, #fbe433 70%);
	}
	
	.contbox.box5 .innerbox .illbox{
		width:422px;
		line-height: 0;
		position: absolute;
		bottom:0;
		right:-40px;
		transform: scale(1);
		opacity: 0;
		transform-origin: center bottom;
	}
	
	.contbox.box5 .innerbox .illbox.active{
		animation-name: huki_fade01;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:cubic-bezier(0,1.09,.62,1.11);
		animation-delay: 0.3s;
		animation-direction:normal;
	}
	
	.contbox.box6{
		background:#f7931e;
		padding:50px 0 135px 0;
		/*background-image:url("/images/bg_icon.png");
		background-repeat: repeat;
		background-size:600px;*/
	}
	
	.contbox.box6 .innerbox{
		width:1200px;
		margin:0 auto;
	}
	
	.contbox.box6 .innerbox .illbox{
		margin:0 0 40px 0;
		line-height: 0;
		opacity: 0;
	}
	
	.contbox.box6 .innerbox .illbox.active{
		animation-name: fadeup;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box6 .innerbox .formcontainer{
		opacity: 0;
	}
	
	.contbox.box6 .innerbox .formcontainer.active{
		animation-name: fadeup;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box6 .innerbox .formtop{
		display: flex;
		justify-content:space-between;
		align-items:flex-end;
		position: relative;
		z-index: 1;
	}
	
	.contbox.box6 .innerbox .formtop .tl{
		font-size:3.8rem;
		font-weight: 700;
		padding:0 0 90px 0;
	}
	
	.contbox.box6 .innerbox .formtop .formill{
		width:356px;
		padding:0 50px 0 0;
	}
	
	.contbox.box6 .innerbox .formcont{
		border:8px solid #000;
		padding:50px 50px 75px;
		background:#fff;
		margin:-30px 0 0 0;
		position: relative;
		z-index: 1;
	}
	/* TODO */
	.contbox.policybox {
		background: #68abe2;
		padding: 90px 0;
	}
	.contbox.policybox .innerbox {
		line-height: 2em;
	}
	.contbox.policybox .innerbox .tl {
		font-size:3.8rem;
		font-weight: 700;
	}
	.contbox.policybox .innerbox p {

	}
	.contbox.policybox .innerbox p.right {

	}
	.contbox.policybox .innerbox ol {

	}
	.contbox.policybox .innerbox ol li {

	}
	.contbox.policybox .innerbox table {

	}
	.contbox.policybox .innerbox table thead {

	}
	.contbox.policybox .innerbox table tbody {

	}
	.contbox.policybox .innerbox table tr {

	}
	.contbox.policybox .innerbox table tr th {

	}
	.contbox.policybox .innerbox table tr td {

	}
	/* TODO */
	.contbox.box7{
		padding:50px 0;
		background:#fff;
		display: flex;
		justify-content: center;
	}
	
	.contbox.box7 .flogo{
		width:190px;
		line-height: 0;
	}
	
	footer{
		background:#000333;
	}
	
	footer .innerbox{
		display: flex;
		padding:30px 35px 0 35px;
		align-items: center;
	}
	
	footer .innerbox .logo{
		width:247px;
		line-height: 0;
		padding:0 40px 0 0;
	}
	
	footer .innerbox .txbox{
		color:#fff;
		font-size:1.4rem;
	}
	
	footer .innerbox .txbox span{
		display: inline-block;
	}
	
	footer .innerbox .txbox a{
		color:#fff;
		font-size:1.4rem;
		display: inline-block;
		margin:0 30px 0 0;
		transition: all 0.2s;
	}
	
	footer .innerbox .txbox a:hover{
		opacity: 0.7;
	}
	
	footer .innerbox .txbox a::after{
		content: "";
		width:12px;
		height:12px;
		background:url("/images/blank_icon.svg") no-repeat;
		background-size:12px;
		display: inline-block;
		margin:0 0 0 10px;
		position: relative;
		top:-2px;
		vertical-align: middle;
	}
	
	footer .copy{
		font-size:1.4rem;
		color:#fff;
		text-align: right;
		padding: 0 10px 10px 0;
	}
}

@media screen and (min-width:751px) and (max-width:1279px){
	
	.pc_none{display:none !important;}
	
	body{
		font-size:1.4rem;  /*14px*/;
		line-height:2.6rem;
		min-width: 100%;
	}
	
	header{
		width:100%;
		position: relative;
		overflow: hidden;
		height:135vw;
		background:url("/images/bg01.svg") repeat-x;
		background-position: center top;
		background-size:102% auto;
		background-color: #394d8e;
	}
	
	header .headarea{
		width:100%;
		height:27vw;
		position: absolute;
		top:0;
		left:0;
		background:url("/images/header.png") repeat-x;
		background-position: center -70px;
		background-size:auto min(290px,27vw);	
		z-index: 2;
	}
	
	header .headarea .logo{
		padding:min(25px,2vw) 0 0 35px;
		max-width:326px;
		width:29vw;
		line-height: 0;
	}
	
	header .leftill{
		max-width: 280px;
		width:23vw;
		position: absolute;
		top:-8vw;
		left:-3.5vw;
		z-index: 1;
	}
	
	header .rightill{
		max-width: 280px;
		width:23vw;
		position: absolute;
		top:-8vw;
		right:-3.5vw;
		z-index: 1;
	}
	
	header .illbox{
		/*max-width:910px;*/
		width:72vw;
		position: absolute;
		top:8vw;
		right:calc(50% - 36%);
		z-index: 1;
	}
	
	header .txarea{
		max-width:800px;
		width:70vw;
		position: absolute;
		top:min(23vw,290px);
		right:calc(50% - 35vw);
		z-index: 1;
	}
	
	header .txarea .subtl{
		display: flex;
		width:100%;
		margin:0 0 3vw 0;
	}
	
	header .txarea .subtl .box1,
	header .txarea .subtl .box2{
		max-height:42px;
		height:8vw;
		line-height: 0;
	}
	
	header .txarea .subtl .box1 img,
	header .txarea .subtl .box2 img{
		height:100%;
		width:auto;
	}
	
	header .txarea.active .subtl .box1{
		animation-name: scanime;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
		position: relative;
		left:0;
		opacity: 0;
	}
	
	header .txarea.active .subtl .box2{
		animation-name: scanime;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0.5s;
		animation-direction:normal;
		position: relative;
		left:0;
		opacity: 0;
	}
	
	header .txarea.active .maintl{
		max-width:710px;
		width:58vw;
		margin:0 0 0 7vw;
		line-height: 0;
		animation-name: scanime_toptl;
		animation-fill-mode:forwards;
		animation-duration:0.7s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 1s;
		animation-direction:normal;
		position: relative;
		left:0;
		opacity: 0;
	}
	
	header .txarea.active .maintl span{
		display: block;
		transform: rotate(-7.5deg);
		animation-name: scanime_toptl2;
		animation-fill-mode:forwards;
		animation-duration:0.1s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:cubic-bezier(.17,.67,.93,1.64);
		animation-delay: 1.9s;
		animation-direction:normal;
		position: relative;
		transform-origin: left center;
	}
	
	.bg_container{
		position: relative;
	}
	
	.bg_container .bgbox{
		width:100%;
		position: absolute;
		height:calc(100% - 470px);
		background:none;
		top:470px;
		z-index: 5;
		pointer-events: none;
	}
	
	.bg_container .bgbox::after{
		content:"";
		width:calc((100% - 1400px) / 2);
		height:100%;
		background-image:url("/images/bg_icon.png");
		background-repeat: repeat;
		background-size:600px;
		position: absolute;
		display: block;
		top:0;
		right:0;
	}
	
	.bg_container .bgbox::before{
		content:"";
		width:calc((100% - 1400px) / 2);
		height:100%;
		background-image:url("/images/bg_icon.png");
		background-repeat: repeat;
		background-size:600px;
		background-position: right 160px top;
		position: absolute;
		display: block;
		top:0;
		left:0;
	}
	
	.contbox{
		
	}
	
	.contbox.box1{
		margin-top:-57vw;
		position: relative;
		z-index: 2;
		
	}

	.contbox.box1::after{
		content: "";
		width:100%;
		height:min(20vw,185px);
		background:#68abe2;
		position: absolute;
		bottom:0;
		left:0;
		z-index: 1;
	}
	
	.contbox.box2{
		background:#68abe2;
		position: relative;
		/*background-image:url("/images/bg_icon.png");
		background-repeat: repeat;
		background-size:600px;*/
	}
	
	.contbox.box2::after{
		content: "";
		width:100%;
		height:100px;
		background:#8ccc3f;
		position: absolute;
		bottom:0;
		left:0;
		z-index: 1;
	}
	
	.contbox .innerbox{
		width:92%;
		margin:0 auto;
		z-index: 2;
		position: relative;
		line-height: 0;
	}
	
	.contbox.box1 .innerbox .box{
		opacity: 0;
		position: relative;
	}
	
	.contbox.box1 .innerbox .box.active{
		animation-name: fadetop;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
		opacity: 0;
		top:30px;
		position: relative;
	}
	
	.contbox.box2 .innerbox{
		width:95%;
		margin:-8.0vw auto 0;
		z-index: 2;
		position: relative;
		line-height: 0;
		
	}
	
	.contbox.box2 .innerbox .arm{
		position: absolute;
		top: -18vw;
		left: 10.5vw;
		max-width: 278px;
		width:20vw;
		z-index: 3;
		line-height: 0;
	}
	
	.contbox.box2 .innerbox .arm img{
		opacity: 0;
		position: relative;
		top:30px;
	}
	
	.contbox.box2 .innerbox .arm.active img{
		animation-name: fadetop;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box2 .innerbox .box1{
		margin:0 0 0 0;
		opacity: 0;
		position: relative;
		top:30px;
	}
	
	.contbox.box2 .innerbox .box2{
		margin:25px 0 0 0;
	}
	
	.contbox.box2 .innerbox .box1.active{
		animation-name: fadetop;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box3{
		background:#8ccc3f;
		padding:65px 0 80px 0;
		/*background-image:url("/images/bg_icon.png");
		background-repeat: repeat;
		background-size:600px;*/
	}
	
	.contbox.box3 .innerbox{
		width:75%;
		max-width:880px;
		margin:0 auto;
		position: relative;
	}
	
	.contbox.box3 .innerbox .huki1{
		position: absolute;
		max-width:161px;
		width:15vw;
		right:5vw;
		top:-4vw;
		transform: scale(0);
		opacity: 0;
	}
	
	.contbox.box3 .innerbox .huki1 span{
		filter: drop-shadow(20px 20px 0 rgba(0,0,0,0.4));
	}
	
	.contbox.box3 .innerbox .active .huki1{
		animation-name: huki_fade01;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:cubic-bezier(0,1.09,.62,1.11);
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box3 .innerbox .huki2{
		position: absolute;
		max-width:151px;
		width:14vw;
		right:21vw;
		bottom:-4vw;
		transform: scale(0.5);
		opacity: 0;
	}
	
	.contbox.box3 .innerbox .active .huki2{
		animation-name: huki_fade01;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:cubic-bezier(0,1.09,.62,1.11);
		animation-delay: 0.25s;
		animation-direction:normal;
	}
	
	.contbox.box4{
		background:#8ccc3f;
		/*background-image:url("/images/bg_icon.png");
		background-repeat: repeat;
		background-size:600px;*/
	}
	
	/*percentbox*/
	.contbox.box4 .percentbox{
		border:min(8px,0.7vw) solid #000;
		background:#fbe433;
		width:92%;
		box-sizing: border-box;
		margin:0 auto;
		padding:30px 0 0 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		position: relative;
	}
	
	.contbox.box4 .percentbox .textarea{
		font-size:min(3vw,3.8rem);
		font-weight: 700;
		line-height: 2.4em;
		margin:0 0 80px 0;
	}
	
	.contbox.box4 .percentbox .textarea span{
		display: inline-block;
	}
	
	.contbox.box4 .percentbox .textarea .bg{
		display: inline-block;
		line-height: 1.4em;
	}
	
	.contbox.box4 .percentbox .textarea .bg span{
		background:linear-gradient(transparent 50%, #fff 70%);
	}
	
	.contbox.box4 .percentbox .textarea .per{
		max-width:347px;
		width:25vw;
		line-height: 0;
		margin:0 0 0 -3vw;
		position: relative;
		top:10px;
		transform: scale(1);
	}
	
	.contbox.box4 .percentbox .textarea .active .per{
		animation-name: per_animation;
		animation-fill-mode:forwards;
		animation-duration:0.3s;
		animation-iteration-count:4;
		animation-timing-function:ease-in-out;
		animation-delay: 0s;
		animation-direction:normal;
		animation-direction:alternate;
	}
	
	.contbox.box4 .percentbox .textarea .tx{
		display: block;
		margin:0 0 0 0;
	}
	
	.contbox.box4 .percentbox .textarea .cap{
		font-size:1.6rem;
		font-weight: 400;
		line-height: 1;
	}
	
	.contbox.box4 .percentbox .phbox{
		width:100%;
		line-height: 0;
	}
	
	.contbox.box4 .percentbox .leftill{
		max-width:366px;
		width:28vw;
		position: absolute;
		bottom:-8vw;
		left:-4vw;
		line-height: 0;
	}
	
	.contbox.box4 .percentbox .righttx{
		font-size:mix(1.5vw,1.6rem);
		writing-mode: vertical-rl;
		position: absolute;
		line-height: 1;
		bottom:-5px;
		right:max(-2.4vw,-30px);
	}
	
	.contbox.box4 .percentbox .illbox{
		max-width:338px;
		width:30vw;
		position: absolute;
		bottom:-3vw;
		right:2vw;
		line-height: 0;
		opacity: 0;
		transform-origin: center bottom;
	}
	
	.contbox.box4 .percentbox .illbox.active{
		animation-name: per_animation2;
		animation-fill-mode:forwards;
		animation-duration:0.1s;
		animation-iteration-count:3;
		animation-timing-function:ease-in-out;
		animation-delay: 0s;
		animation-direction:normal;
		animation-direction:alternate;
	}
	
	.contbox.box4 .flexbox{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		width:95%;
		margin:0 auto 50px;
	}
	
	.contbox.box4 .flexbox .rightbox{
		order:1;
		/*max-width:420px;*/
		width:39vw;
		line-height: 0;
		opacity: 0;
		position: relative;
		z-index: 2;
	}
	
	.contbox.box4 .flexbox.active .rightbox{
		animation-name: fadeup;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box4 .flexbox .rightbox .inbox{
		/*max-width:566px;*/
		width:125%;
		position: relative;
		left:-18.5%;
	}
	
	.contbox.box4 .flexbox .leftbox{
		/*max-width:742px;*/
		width:60vw;
		line-height: 0;
		opacity: 0;
		position: relative;
		z-index: 1;
	}
	
	.contbox.box4 .flexbox.active .leftbox{
		animation-name: fadeup;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0.5s;
		animation-direction:normal;
	}
	
	.contbox.box4 .millbox{
		width:95%;
		margin:0 auto 40px;
		line-height: 0;
	}
	
	.contbox.box4 .millbox.box2{
		width:95%;
		margin:0 auto 0;
		line-height: 0;
		padding:0 0 65px 0;
	}
	
	.contbox.box5{
		background:#fbe433;
		padding:90px 0;
		/*background-image:url("/images/bg_icon.png");
		background-repeat: repeat;
		background-size:600px;*/
	}
	
	.contbox.box5 .innerbox{
		background:#fff;
		padding:75px 35px 20px;
		width:92%;
		box-sizing: border-box;
		margin:0 auto;
		position: relative;
		
	}
	
	.contbox.box5 .innerbox .toptl{
		max-width:695px;
		width:65vw;
		line-height: 0;
		margin:0 0 75px 0;
		opacity: 0;
	}
	
	.contbox.box5 .innerbox .toptl.active{
		animation-name: fadeup;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box5 .innerbox ul{
		list-style: none;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding:0;
		margin:0;
	}
	
	.contbox.box5 .innerbox ul::after{
		content: "";
		width:calc((100% - 40px) / 2);
		height:0;
		display: block;
	}
	
	.contbox.box5 .innerbox ul li{
		width:calc((100% - 40px) / 2);
		margin:0 0 75px 0;
		opacity: 0;
		top:30px;
		position: relative;
	}
	
	.contbox.box5 .innerbox ul li:nth-child(1).active,
	.contbox.box5 .innerbox ul li:nth-child(3).active,
	.contbox.box5 .innerbox ul li:nth-child(5).active{
		animation-name: fadetop;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box5 .innerbox ul li:nth-child(2).active,
	.contbox.box5 .innerbox ul li:nth-child(4).active{
		animation-name: fadetop;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0.15s;
		animation-direction:normal;
	}
	
	.contbox.box5 .innerbox ul li .tl{
		max-width:307px;
		width:100%;
		margin:0 0 5px 0;
		line-height: 0;
	}
	
	.contbox.box5 .innerbox ul li .ph{
		width:100%;
		margin:0 0 15px 0;
		line-height: 0;
	}
	
	.contbox.box5 .innerbox ul li .tx{
		font-size: 1.6rem;
		line-height: 2em;
	}
	
	.contbox.box5 .innerbox ul li .tx span{
		background:linear-gradient(transparent 80%, #fbe433 70%);
	}
	
	.contbox.box5 .innerbox .illbox{
		width:45vw;
		line-height: 0;
		position: absolute;
		bottom:0;
		right:0;
		transform: scale(1);
		opacity: 0;
		transform-origin: center bottom;
	}
	
	.contbox.box5 .innerbox .illbox.active{
		animation-name: huki_fade01;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:cubic-bezier(0,1.09,.62,1.11);
		animation-delay: 0.15s;
		animation-direction:normal;
	}
	
	.contbox.box6{
		background:#f7931e;
		padding:50px 0 135px 0;
		/*background-image:url("/images/bg_icon.png");
		background-repeat: repeat;
		background-size:600px;*/
	}
	
	.contbox.box6 .innerbox{
		width:92%;
		margin:0 auto;
	}
	
	.contbox.box6 .innerbox .illbox{
		margin:0 0 40px 0;
		line-height: 0;
		opacity: 0;
	}
	
	.contbox.box6 .innerbox .illbox.active{
		animation-name: fadeup;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box6 .innerbox .formcontainer{
		opacity: 0;
	}
	
	.contbox.box6 .innerbox .formcontainer.active{
		animation-name: fadeup;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box6 .innerbox .formtop{
		display: flex;
		justify-content:space-between;
		align-items:flex-end;
		position: relative;
		z-index: 1;
	}
	
	.contbox.box6 .innerbox .formtop .tl{
		font-size:3.8rem;
		font-weight: 700;
		padding:0 0 90px 0;
	}
	
	.contbox.box6 .innerbox .formtop .formill{
		width:356px;
		padding:0 50px 0 0;
	}
	
	.contbox.box6 .innerbox .formcont{
		border:min(8px,0.7vw) solid #000;
		padding:50px 50px 75px;
		background:#fff;
		margin:-20px 0 0 0;
		position: relative;
		z-index: 1;
	}
	/* TODO */
	.contbox.policybox {
		background: #68abe2;
		padding: 90px 0;
	}
	.contbox.policybox .innerbox {
		line-height: 2em;
	}
	.contbox.policybox .innerbox .tl {
		font-size:3.8rem;
		font-weight: 700;
	}
	.contbox.policybox .innerbox p {

	}
	.contbox.policybox .innerbox p.right {

	}
	.contbox.policybox .innerbox ol {

	}
	.contbox.policybox .innerbox ol li {

	}
	.contbox.policybox .innerbox table {

	}
	.contbox.policybox .innerbox table thead {

	}
	.contbox.policybox .innerbox table tbody {

	}
	.contbox.policybox .innerbox table tr {

	}
	.contbox.policybox .innerbox table tr th {

	}
	.contbox.policybox .innerbox table tr td {

	}
	/* TODO */
	.contbox.box7{
		padding:50px 0;
		background:#fff;
		display: flex;
		justify-content: center;
	}
	
	.contbox.box7 .flogo{
		width:190px;
		line-height: 0;
	}
	
	footer{
		background:#000333;
	}
	
	footer .innerbox{
		display: flex;
		padding:30px 35px 0 35px;
		align-items: center;
	}
	
	footer .innerbox .logo{
		width:247px;
		line-height: 0;
		padding:0 40px 0 0;
	}
	
	footer .innerbox .txbox{
		color:#fff;
		font-size:1.4rem;
	}
	
	footer .innerbox .txbox span{
		display: inline-block;
	}
	
	footer .innerbox .txbox a{
		color:#fff;
		font-size:1.4rem;
		display: inline-block;
		margin:0 30px 0 0;
		transition: all 0.2s;
	}
	
	footer .innerbox .txbox a:hover{
		opacity: 0.7;
	}
	
	footer .innerbox .txbox a::after{
		content: "";
		width:12px;
		height:12px;
		background:url("/images/blank_icon.svg") no-repeat;
		background-size:12px;
		display: inline-block;
		margin:0 0 0 10px;
		position: relative;
		top:-2px;
		vertical-align: middle;
	}
	
	footer .copy{
		font-size:1.4rem;
		color:#fff;
		text-align: right;
		padding: 0 10px 10px 0;
	}
}

@media screen and (max-width:750px){
	
	.sp_none{display:none !important;}
	
	body{
		font-size:1.4rem;  /*14px*/;
		line-height:2.6rem;
		min-width: 100%;
	}
	
	header{
		width:100%;
		position: relative;
		overflow: hidden;
		height:275vw;
		background:url("/images/bg01.svg") repeat-x;
		background-position: center top;
		background-size:102% auto;
		background-color: #394d8e;
	}
	
	header .headarea{
		width:100%;
		height:26vw;
		position: absolute;
		top:0;
		left:0;
		background:url("/images/header_sp.svg") repeat-x;
		background-position: center -5vw;
		background-size:auto 26vw;	
		z-index: 2;
	}
	
	header .headarea .logo{
		margin:4% 0 0 5%;
		width:50vw;
		line-height: 0;
		box-sizing: border-box;
	}
	
	header .leftill{
		width:22vw;
		position: absolute;
		top:-6vw;
		left:-4vw;
		z-index: 1;
	}
	
	header .rightill{
		width:22vw;
		position: absolute;
		top:-6vw;
		right:-4vw;
		z-index: 1;
	}
	
	header .illbox{
		width:95%;
		position: absolute;
		top:10vw;
		right:calc(50% - 47.5%);
		z-index: 1;
	}
	
	header .txarea{
		width:70%;
		position: absolute;
		top:27vw;
		right:calc(50% - 35%);
		z-index: 1;
	}
	
	header .txarea .subtl{
		display: flex;
		width:100%;
		margin:0 0 3vw 5%;
	}
	
	header .txarea .subtl .box1,
	header .txarea .subtl .box2{
		height:5vw;
		line-height: 0;
	}
	
	header .txarea .subtl .box1 img,
	header .txarea .subtl .box2 img{
		height:100%;
		width:auto;
	}
	
	header .txarea.active .subtl .box1{
		animation-name: scanime;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
		position: relative;
		left:0;
		opacity: 0;
	}
	
	header .txarea.active .subtl .box2{
		animation-name: scanime;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0.5s;
		animation-direction:normal;
		position: relative;
		left:0;
		opacity: 0;
	}
	
	header .txarea.active .maintl{
		width:100%;
		margin:0 0 0 0;
		line-height: 0;
		animation-name: scanime_toptl;
		animation-fill-mode:forwards;
		animation-duration:0.7s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 1s;
		animation-direction:normal;
		position: relative;
		left:0;
		opacity: 0;
	}
	
	header .txarea.active .maintl span{
		display: block;
		transform: rotate(-7.5deg);
		animation-name: scanime_toptl2;
		animation-fill-mode:forwards;
		animation-duration:0.1s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:cubic-bezier(.17,.67,.93,1.64);
		animation-delay: 1.9s;
		animation-direction:normal;
		position: relative;
		transform-origin: left center;
	}
	
	.contbox{
		
	}
	
	.contbox.box1{
		margin-top:-120vw;
		position: relative;
		z-index: 2;
		
	}

	.contbox.box1::after{
		content: "";
		width:100%;
		height:25vw;
		background:#68abe2;
		position: absolute;
		bottom:0;
		left:0;
		z-index: 1;
	}
	
	.contbox.box2{
		background:#68abe2;
		position: relative;
		/*background-image:url("/images/bg_icon.png");
		background-repeat: repeat;
		background-size:300px;*/
	}
	
	.contbox.box2::after{
		content: "";
		width:100%;
		height:33vw;
		background:#8ccc3f;
		position: absolute;
		bottom:0;
		left:0;
		z-index: 1;
	}
	
	.contbox .innerbox{
		width:90%;
		margin:0 auto;
		z-index: 2;
		position: relative;
		line-height: 0;
	}
	
	.contbox.box1 .innerbox .box{
		opacity: 0;
		position: relative;
	}
	
	.contbox.box1 .innerbox .box.active{
		animation-name: fadetop;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
		opacity: 0;
		top:30px;
		position: relative;
	}
	
	.contbox.box2 .innerbox{
		width:90%;
		margin:-15vw auto 0;
		z-index: 2;
		position: relative;
		line-height: 0;
		
	}
	
	.contbox.box2 .innerbox .arm{
		position: absolute;
				top: -28vw;
		left: -3vw;
		width: 34vw;
		z-index: 3;
		line-height: 0;
	}
	
	.contbox.box2 .innerbox .arm img{
		opacity: 0;
		position: relative;
		top:30px;
	}
	
	.contbox.box2 .innerbox .arm.active img{
		animation-name: fadetop;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box2 .innerbox .box1{
		margin:-5vw 0 0 0;
		opacity: 0;
		position: relative;
		top:0;
	}
	
	.contbox.box2 .innerbox .box2{
		margin: -15vw 0 0 -1.5%;
		width: 105.5%;
	}
	
	.contbox.box2 .innerbox .box1.active{
		animation-name: fadetop;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box3{
		background:#8ccc3f;
		padding:0 0 0 0;
		/*background-image:url("/images/bg_icon.png");
		background-repeat: repeat;
		background-size:300px;*/
		margin:-25vw 0 0 0;
	}
	
	.contbox.box3 .innerbox{
		width:90%;
		margin:0 auto;
		position: relative;
	}
	
	.contbox.box3 .innerbox .huki1{
		position: absolute;
		width:30vw;
		right:3vw;
		top:13vw;
		transform: scale(0);
		opacity: 0;
	}
	
	.contbox.box3 .innerbox .huki1 span{
		filter: drop-shadow(10px 10px 0 rgba(0,0,0,0.4));
	}
	
	.contbox.box3 .innerbox .active .huki1{
		animation-name: huki_fade01;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:cubic-bezier(0,1.09,.62,1.11);
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box3 .innerbox .huki2{
		position: absolute;
		width:30vw;
		right:26vw;
		bottom:-11vw;
		transform: scale(0.5);
		opacity: 0;
	}
	
	.contbox.box3 .innerbox .active .huki2{
		animation-name: huki_fade01;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:cubic-bezier(0,1.09,.62,1.11);
		animation-delay: 0.25s;
		animation-direction:normal;
	}
	
	.contbox.box4{
		background:#8ccc3f;
		/*background-image:url("/images/bg_icon.png");
		background-repeat: repeat;
		background-size:300px;*/
		padding:3.5vw 0 0 0;
	}
	
	/*percentbox*/
	.contbox.box4 .percentbox{
		border:1.1vw solid #000;
		background:#fbe433;
		width:90%;
		box-sizing: border-box;
		margin:0 auto;
		padding:30px 0 0 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		position: relative;
	}
	
	.contbox.box4 .percentbox .textarea{
		font-size:4vw;
		font-weight: 700;
		padding:0 0 5vw 0;
	}
	
	.contbox.box4 .percentbox .textarea span{
		display: inline-block;
	}
	
	.contbox.box4 .percentbox .textarea span.tx2{
		font-size:5vw;
	}
	
	.contbox.box4 .percentbox .textarea .bg{
		display: inline;
		line-height: 1.4em;
	}
	
	.contbox.box4 .percentbox .textarea .bg span{
		background:linear-gradient(transparent 50%, #fff 70%);
	}
	
	.contbox.box4 .percentbox .textarea .per{
		width:40vw;
		line-height: 0;
		margin:0 0 0 0;
		position: relative;
		top:10px;
		transform: scale(1);
	}
	
	.contbox.box4 .percentbox .textarea .active .per{
		animation-name: per_animation;
		animation-fill-mode:forwards;
		animation-duration:0.3s;
		animation-iteration-count:4;
		animation-timing-function:ease-in-out;
		animation-delay: 0s;
		animation-direction:normal;
		animation-direction:alternate;
	}
	
	.contbox.box4 .percentbox .textarea .tx{
		display: block;
		margin:5vw 0 2vw 0;
	}
	
	.contbox.box4 .percentbox .textarea .cap{
		font-size:1.2rem;
		font-weight: 400;
		line-height: 1;
	}
	
	.contbox.box4 .percentbox .phbox{
		width:100%;
		line-height: 0;
		border-top:1.1vw solid #000;
	}
	
	.contbox.box4 .percentbox .leftill{
		width:45vw;
		position: relative;
		line-height: 0;
		margin:0 auto 0 -5vw;
	}
	
	.contbox.box4 .percentbox .righttx{
		font-size:1.2rem;
		position: absolute;
		bottom:-30px;
		left:0;
	}
	
	.contbox.box4 .percentbox .illbox{
		width:45vw;
		position: absolute;
		bottom:calc(50vw - 2px);
		right:-5vw;
		line-height: 0;
		opacity: 0;
		transform-origin: center bottom;
	}
	
	.contbox.box4 .percentbox .illbox.active{
		animation-name: per_animation2;
		animation-fill-mode:forwards;
		animation-duration:0.1s;
		animation-iteration-count:3;
		animation-timing-function:ease-in-out;
		animation-delay: 0s;
		animation-direction:normal;
		animation-direction:alternate;
	}
	
	.contbox.box4 .flexbox{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		flex-direction: column;
		width:90%;
		margin:2vw auto 3vw;
	}
	
	.contbox.box4 .flexbox .rightbox{
		order:-1;
		width:100%;
		line-height: 0;
		opacity: 0;
		z-index: 2;
	}
	
	.contbox.box4 .flexbox.active .rightbox{
		animation-name: fadeup;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box4 .flexbox .rightbox .inbox{
		width:101%;
		position: relative;
		left:0;
	}
	
	.contbox.box4 .flexbox .leftbox{
		width:100%;
		line-height: 0;
		opacity: 0;
		margin:-21.5vw 0 0 0;
		z-index: 1;
	}
	
	.contbox.box4 .flexbox.active .leftbox{
		animation-name: fadeup;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0.5s;
		animation-direction:normal;
	}
	
	.contbox.box4 .millbox{
		width:90%;
		margin:0 auto 0;
		line-height: 0;
		z-index: 2;
		position: relative;
	}
	
	.contbox.box4 .millbox.box2{
		width:100%;
		margin:-7vw auto 0;
		line-height: 0;
		padding:0 0 0 0;
		overflow: hidden;
		z-index: 1;
		position: relative;
	}
	
	.contbox.box4 .millbox.box2 picture{
		width:112%;
		max-width: 112%;
		margin:0 0 0 -7%;
		line-height: 0;
		padding:0 0 0 0;
	}
	
	.contbox.box5{
		background:#fbe433;
		padding:4vw 0;
		/*background-image:url("/images/bg_icon.png");
		background-repeat: repeat;
		background-size:300px;*/
		margin:-6vw 0 0 0;
	}
	
	.contbox.box5 .innerbox{
		background:#fff;
		padding:8vw 5vw 0;
		width:90%;
		box-sizing: border-box;
		margin:0 auto;
		position: relative;
		
	}
	
	.contbox.box5 .innerbox .toptl{
		width:80%;
		line-height: 0;
		margin:0 auto 10vw;
		opacity: 0;
	}
	
	.contbox.box5 .innerbox .toptl.active{
		animation-name: fadeup;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box5 .innerbox ul{
		list-style: none;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding:0;
		margin:0;
	}
	
	.contbox.box5 .innerbox ul li{
		width:100%;
		margin:0 0 10vw 0;
		opacity: 0;
		top:30px;
		position: relative;
	}
	
	.contbox.box5 .innerbox ul li.active{
		animation-name: fadetop;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box5 .innerbox ul li .tl{
		width:100%;
		margin:0 0 5px 0;
		line-height: 0;
	}
	
	.contbox.box5 .innerbox ul li .ph{
		width:100%;
		margin:0 0 15px 0;
		line-height: 0;
	}
	
	.contbox.box5 .innerbox ul li .tx{
		font-size: 1.6rem;
		line-height: 2em;
	}
	
	.contbox.box5 .innerbox ul li .tx span{
		background:linear-gradient(transparent 80%, #fbe433 70%);
	}
	
	.contbox.box5 .innerbox .illbox{
		width:75%;
		line-height: 0;
		position: relative;
		transform: scale(1);
		opacity: 0;
		margin:0 -5vw 0 auto;
		transform-origin: center bottom;
	}
	
	.contbox.box5 .innerbox .illbox.active{
		animation-name: huki_fade01;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:cubic-bezier(0,1.09,.62,1.11);
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box6{
		background:#f7931e;
		padding:0 0 0 0;
		/*background-image:url("/images/bg_icon.png");
		background-repeat: repeat;
		background-size:300px;*/
	}
	
	.contbox.box6 .innerbox{
		width:100%;
		margin:0 auto 0;
		position: relative;
	}
	
	.contbox.box6 .innerbox .illbox{
		margin:0 0 0 0;
		line-height: 0;
		opacity: 0;
		padding:0 3.5%;
		position: relative;
		top:-9vw;
	}
	
	.contbox.box6 .innerbox .illbox.active{
		animation-name: fadeup;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box6 .innerbox .formcontainer{
		opacity: 0;
	}
	
	.contbox.box6 .innerbox .formcontainer.active{
		animation-name: fadeup;
		animation-fill-mode:forwards;
		animation-duration:0.5s;
		/*animation-iteration-count:infinite;*/
		animation-timing-function:ease-out;
		animation-delay: 0s;
		animation-direction:normal;
	}
	
	.contbox.box6 .innerbox .formtop{
		display: flex;
		justify-content:space-between;
		align-items:flex-end;
		position: relative;
		z-index: 1;
	}
	
	.contbox.box6 .innerbox .formtop .tl{
		font-size:2.4rem;
		font-weight: 700;
		margin: 2em 0 0 0;
		/* padding:0 0 50px 5%; */
	}
	
	.contbox.box6 .innerbox .formtop .formill{
		width:50%;
		padding:0 5% 0 0;
	}
	
	.contbox.box6 .innerbox .formtop .formill picture{
		max-width:160%;
		width:160%;
		position: relative;
		right:60%;
	}
	
	.contbox.box6 .innerbox .formcont{
		border-top:1.1vw solid #000;
		padding:5vw;
		background:#fff;
		margin:-20px 0 0 0;
		position: relative;
		z-index: 1;
	}
	/* TODO */
	.contbox.policybox {
		background: #68abe2;
		padding: 4vw 0;
	}
	.contbox.policybox .innerbox {
		line-height: 2em;
	}
	.contbox.policybox .innerbox .tl {
		font-size:2.4rem;
		font-weight: 700;
	}
	.contbox.policybox .innerbox p {

	}
	.contbox.policybox .innerbox p.right {

	}
	.contbox.policybox .innerbox ol {

	}
	.contbox.policybox .innerbox ol li {

	}
	.contbox.policybox .innerbox table {

	}
	.contbox.policybox .innerbox table thead {

	}
	.contbox.policybox .innerbox table tbody {

	}
	.contbox.policybox .innerbox table tr {

	}
	.contbox.policybox .innerbox table tr th {

	}
	.contbox.policybox .innerbox table tr td {

	}
	/* TODO */
	.contbox.box7{
		padding:50px 0;
		background:#fff;
		display: flex;
		justify-content: center;
		border-top:1.1vw solid #000;
	}
	
	.contbox.box7 .flogo{
		width:150px;
		line-height: 0;
	}
	
	footer{
		background:#000333;
	}
	
	footer .innerbox{
		display: flex;
		padding:5vw 3% 0 3%;
		flex-direction: column;
		align-items: flex-start;
	}
	
	footer .innerbox .logo{
		width:247px;
		line-height: 0;
		padding:0 40px 0 0;
	}
	
	footer .innerbox .txbox{
		color:#fff;
		font-size:1.4rem;
		margin:0 0 20px 3.5%;
	}
	
	footer .innerbox .txbox a{
		color:#fff;
		font-size:1.4rem;
		display: inline-block;
		margin:0 20px 0 0;
		transition: all 0.2s;
	}
	
	footer .innerbox .txbox a:hover{
		opacity: 0.7;
	}
	
	footer .innerbox .txbox a::after{
		content: "";
		width:12px;
		height:12px;
		background:url("/images/blank_icon.svg") no-repeat;
		background-size:12px;
		display: inline-block;
		margin:0 0 0 10px;
		position: relative;
		top:-2px;
		vertical-align: middle;
	}
	
	footer .copy{
		font-size:1.3rem;
		color:#fff;
		text-align: right;
		padding: 0 10px 10px 0;
	}
}