@charset "UTF-8";
/*
Theme Name: template
Author: Catwork Co., Ltd.
*/

/* home
------------------------------------------------------------------------*/
#home .wrap {
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    padding: 0;
}
#home .inner {
    max-width: 1240px;
    margin: 0 auto;
}
	
/* key ------*/
	
@media screen and (min-width: 1801px){
	
	.home .key{
		height: 850px;
		background: url("../img/home/key_bg.png")center bottom /100% 550px no-repeat;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1800px){
	
	.home .key{
		width: 100%;
		height: 850px;
		background: url("../img/home/key_bg.png")center bottom no-repeat;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1200px){
	
	.home .key{
		width: 100%;
		height: 70.84vw;
		background: url("../img/home/key_bg.png")center bottom /150% 45.84vw no-repeat;
		margin: 0 auto;
	}
}
@media screen and (max-width: 600px){
	
	.home .key{
		width: 100%;
		height: 145.58vw;
		background: url("../img/home/key_bg_sp.png")center bottom no-repeat;
		background-size: 100%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 375px){
	
	.home .key{
		width: 100%;
		height: 546px;
		background: url("../img/home/key_bg_sp.png")center bottom no-repeat;
		background-size: 100%;
		margin: 0 auto;
	}
}

	.home .key .inner{
		height: 850px;
		padding: 96px 20px 0;
		box-sizing: border-box;
	}
@media screen and (max-width: 1200px){

	.home .key .inner{
		height: 70.84vw;
		padding: 8vw 20px 0;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 600px){

	.home .key .inner{
		height: 145.58vw;
		padding: 18.6vw 20px 0;
		box-sizing: border-box;
	}
}
	
	.home .key .inner .logo_box{
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-height: 74px;
		height: 74px;
		background: url("../img/home/key_line01.png")left center repeat-x;
	}
	.home .key .inner .logo_box .logo{
		padding-right: 35px;
		background: #fff;
		box-sizing: border-box;
	}
	.home .key .inner .logo_box .text01{
		background: #fff;
		font-size: 24px;
	}
	.home .key .inner .logo_box .text01 span{
		padding-left: 35px;
		box-sizing: border-box;
		font-weight: bold;
	}
@media screen and (max-width: 1200px){
	
	.home .key .inner .logo_box{
		width: 100%;
		height: 6.17vw;
		margin: 0 auto;
	}
	.home .key .inner .logo_box .logo{
		width: 56.55%;
		padding-right: 25px;
		box-sizing: border-box;
		background: #fff;
	}
	.home .key .inner .logo_box .text01{
		background: #fff;
		box-sizing: border-box;
		font-size: 24px;
	}
	.home .key .inner .logo_box .text01 span{
		padding-left: 25px;
		font-weight: bold;
	}
}
@media screen and (max-width: 1024px){
	.home .key .inner .logo_box .text01{
		font-size: 20px;
	}
}
@media screen and (max-width: 700px){
	.home .key .inner .logo_box .text01{
		font-size: 16px;
	}
}
@media screen and (max-width: 600px){
	.home .key .inner .logo_box{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 2.8vw 0;
		max-height: none;
		height: auto;
		background: none;
	}
	.home .key .inner .logo_box .logo{
		width: 72.55vw;
		padding-right: 0;
		background: #fff;
	}
	.home .key .inner .logo_box .text01{
		width: 72.55vw;
		background: url("../img/home/key_line01.png")left center repeat-x;
		font-size: 20px;
		text-align: right;
	}
	.home .key .inner .logo_box .text01 span{
		background: #fff;
		padding-left: 15px;
	}
}
@media screen and (max-width: 500px){
	.home .key .inner .logo_box .text01{
		font-size: 18px;
	}
}
@media screen and (max-width: 430px){
	.home .key .inner .logo_box .text01{
		font-size: 16px;
	}
	.home .key .inner .logo_box .text01 span{
		padding-left: 10px;
	}
}
@media screen and (max-width: 375px){
	.home .key .inner .logo_box{
		gap: 8px 0;
	}
	.home .key .inner .logo_box .logo{
		width: 272px;
	}
	.home .key .inner .logo_box .text01{
		width: 272px;
		font-size: 14px;
	}
}

	.home .key .inner ul{
		display: flex;
		justify-content: space-between;
		width: 670px;
		margin-top: 410px;
	}
	.home .key .inner ul li{
		width: 210px;
		height: 210px;
		background: url("../img/home/key_text01.png")no-repeat;
		padding: 210px 0 0;
		box-sizing: border-box;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		overflow: hidden;
	}
	.home .key .inner ul li.mv02_off{
		transition: all 1s ease-out 0.4s;
	}
	.home .key .inner ul li:nth-of-type(2){
		background: url("../img/home/key_text02.png")no-repeat;
	}
	.home .key .inner ul li:nth-of-type(2).mv02_off{
		transition: all 1s ease-out 0.6s;
	}
	.home .key .inner ul li:nth-of-type(3){
		background: url("../img/home/key_text03.png")no-repeat;
	}
	.home .key .inner ul li:nth-of-type(3).mv02_off{
		transition: all 1s ease-out 0.8s;
	}
@media screen and (max-width: 1200px){
	
	.home .key .inner ul{
		display: flex;
		justify-content: space-between;
		width: 57.76%;
		margin-top: 34.16vw;
	}
	.home .key .inner ul li{
		width: 17.5vw;
		height: 17.5vw;
		background: url("../img/home/key_text01.png")no-repeat;
		background-size: 100%;
		padding: 17.5vw 0 0;
		box-sizing: border-box;
		box-shadow: 0 0 2.5vw rgba(0,0,0,0.1);
		overflow: hidden;
	}
	.home .key .inner ul li:nth-of-type(2){
		background: url("../img/home/key_text02.png")no-repeat;
		background-size: 100%;
	}
	.home .key .inner ul li:nth-of-type(3){
		background: url("../img/home/key_text03.png")no-repeat;
		background-size: 100%;
	}
}
@media screen and (max-width: 600px){
	
	.home .key .inner ul{
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-top: 19.76vw;
	}
	.home .key .inner ul li{
		width: 29vw;
		height: 29vw;
		background: url("../img/home/key_text01.png")no-repeat;
		background-size: 100%;
		padding: 29vw 0 0;
		box-sizing: border-box;
		box-shadow: 0 0 2.5vw rgba(0,0,0,0.1);
		overflow: hidden;
	}
	.home .key .inner ul li:nth-of-type(2){
		background: url("../img/home/key_text02.png")no-repeat;
		background-size: 100%;
	}
	.home .key .inner ul li:nth-of-type(3){
		background: url("../img/home/key_text03.png")no-repeat;
		background-size: 100%;
	}
}
@media screen and (max-width: 430px){
	
	.home .key .inner ul{
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-top: 19.76vw;
	}
	.home .key .inner ul li{
		width: 29vw;
		height: 32.56vw;
		background: url("../img/home/key_text01_sp.png")no-repeat;
		background-size: 100%;
		padding: 32.56vw 0 0;
		box-sizing: border-box;
		box-shadow: 0 0 2.5vw rgba(0,0,0,0.1);
		overflow: hidden;
	}
	.home .key .inner ul li:nth-of-type(2){
		background: url("../img/home/key_text02_sp.png")no-repeat;
		background-size: 100%;
	}
	.home .key .inner ul li:nth-of-type(3){
		background: url("../img/home/key_text03_sp.png")no-repeat;
		background-size: 100%;
	}
}
@media screen and (max-width: 375px){
	
	.home .key .inner ul{
		margin-top: 75px;
	}
	.home .key .inner ul li{
		width: 108px;
		height: 122px;
		background: url("../img/home/key_text01_sp.png")no-repeat;
		background-size: 100%;
		padding: 122px 0 0;
		box-sizing: border-box;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
		overflow: hidden;
	}
}



/* bana_box ------*/
	.home .bana_box{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 780px;
		height: 200px;
		background: url("../img/home/bana_bg.png")center center no-repeat;
		border: 3px solid #014195;
		box-sizing: border-box;
		margin: 100px auto;
	}
@media screen and (max-width: 1024px){
	.home .bana_box{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 650px;
		height: 167px;
		background: url("../img/home/bana_bg.png")center center no-repeat;
		background-size: 100%;
		border: 3px solid #014195;
		box-sizing: border-box;
		margin: 80px auto;
	}
}
@media screen and (max-width: 768px){
	.home .bana_box{
		display: block;
		width: 84.6%;
		height: auto;
		background: url("../img/home/bana_bg.png")center center /cover no-repeat;
		padding: 3vw 0;
		box-sizing: border-box;
		border: 2px solid #014195;
		margin: 60px auto;
	}
}

	.home .bana_box .text01{
		background: url("../img/home/bana_text.png")center bottom no-repeat;
		padding-bottom: 32px;
		font-size: 36px;
		font-weight: bold;
		text-shadow: 0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff;
		text-align: center;
		line-height: 1;
		margin-bottom: 8px;
	}
	.home .bana_box .text01 span{
		display: inline-block;
        background: url(../img/home/bg06.png) no-repeat center;
        background-size: 109px;
        width: 109px;
		padding: 6px 16px 6px 20px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		text-shadow: none;
		margin: 0 0 17px;
	}
@media screen and (max-width: 1024px){
	.home .bana_box .text01{
		background: url("../img/home/bana_text.png")center bottom no-repeat;
		background-size: 160px;
		padding-bottom: 28px;
		font-size: 28px;
		margin-bottom: 6px;
	}
	.home .bana_box .text01 span{
		padding: 4px 12px 4px 16px;
		color: #fff;
		font-size: 16px;
		margin: 0 0 15px;
	}
}
@media screen and (max-width: 768px){
	.home .bana_box .text01{
		background: url("../img/home/bana_text.png")center bottom no-repeat;
		background-size: 120px;
		padding-bottom: 22px;
		font-size: 22px;
		margin-bottom: 4px;
	}
	.home .bana_box .text01 span{
		padding: 3px 7px 3px 12px;
		color: #fff;
		font-size: 12px;
		margin: 0 0 10px;
		position: relative;
	}
}
@media screen and (max-width: 500px){
	.home .bana_box .text01{
		font-size: 18px;
	}
}

	
/* cont01 ------*/
	
	.home .cont01{
		max-width: 100%;
		overflow-x: hidden;
		background: #f1f8fd;
	}

	.home .cont01 .inner{
		padding: 100px 20px;
		box-sizing: border-box;
		z-index: 10;
		position: relative;
	}
@media screen and (max-width: 1024px){
	.home .cont01 .inner{
		padding: 80px 20px;
	}
}
@media screen and (max-width: 768px){
	.home .cont01 .inner{
		padding: 60px 20px;
	}
}


	.home .cont01 .inner h2{
		width: 100%;
		background: url("../img/home/text01.png")center bottom no-repeat;
		padding: 0 0 44px;
		font-size: 46px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
	}
	.home .cont01 .inner h2 span{
		display: inline-block;
		background: url("../img/home/line01.png")left bottom no-repeat;
		padding-bottom: 18px;
		color: #014195;
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}
@media screen and (max-width: 1024px){
	.home .cont01 .inner h2{
		background: url("../img/home/text01.png")center bottom no-repeat;
		background-size: 88px;
		padding: 0 0 35px;
		font-size: 38px;
	}
	.home .cont01 .inner h2 span{
		padding-bottom: 16px;
		font-size: 18px;
		margin-bottom: 18px;
	}
}
@media screen and (max-width: 768px){
	.home .cont01 .inner h2{
		background: url("../img/home/text01.png")center bottom no-repeat;
		background-size: 66px;
		padding: 0 0 32px;
		font-size: 26px;
	}
	.home .cont01 .inner h2 span{
		padding-bottom: 14px;
		font-size: 14px;
		margin-bottom: 12px;
	}
}

	.home .cont01 .inner .cont{
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		height: 420px;
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,1) 70%) ,url("../img/home/img01.png")left top no-repeat;
		padding: 78px 0 87px;
		box-sizing: border-box;
		margin: 80px 0 0;
		position: relative;
	}
		.home .cont01 .inner .cont::after{
			position: absolute;
			top: 0;
			left: 0;
			content: "";
			background: #fff;
			width: 2000px;
			height: 100%;
			z-index: -1;
		}
	.home .cont01 .inner .cont:nth-of-type(2){
		background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,1) 68%) ,url("../img/home/img02.png")right top no-repeat;
		box-sizing: border-box;
		margin: 60px 0 0;
	}
		.home .cont01 .inner .cont:nth-of-type(2)::after{
			position: absolute;
			top: 0;
			right: 0;
			left: auto;
		}
	.home .cont01 .inner .cont:nth-of-type(3){
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,1) 70%) ,url("../img/home/img03.png")left top no-repeat;
		box-sizing: border-box;
		margin: 60px 0 0;
	}
@media screen and (max-width: 768px){
	.home .cont01 .inner .cont{
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		height: auto;
		background: #fff url("../img/home/img01_sp.png")center top no-repeat;
		background-size: 100%;
		padding: 150px 0 120px;
		box-sizing: border-box;
		margin: 50px 0 0;
		position: relative;
	}
		.home .cont01 .inner .cont::after{
			content: none;
		}
	.home .cont01 .inner .cont:nth-of-type(2){
		background: #fff url("../img/home/img02_sp.png")right top no-repeat;
		background-size: 100%;
		margin: 40px 0 0;
	}
	.home .cont01 .inner .cont:nth-of-type(3){
		background: #fff url("../img/home/img03_sp.png")right top no-repeat;
		background-size: 100%;
		margin: 40px 0 0;
	}
}

	.home .cont01 .inner .cont h3{
		position: absolute;
		top: 32px;
		left: 30px;
		min-height: 46px;
		background: url("../img/home/text02.png")left center no-repeat;
		padding: 0 0 0 104px;
		color: #fff;
		font-size: 36px;
		line-height: 46px;
	}
	.home .cont01 .inner .cont:nth-of-type(2) h3{
		right: 30px;
		left: auto;
		background: url("../img/home/text03.png")left center no-repeat;
	}
	.home .cont01 .inner .cont:nth-of-type(3) h3{
		background: url("../img/home/text04.png")left center no-repeat;
	}
@media screen and (max-width: 1024px){
	.home .cont01 .inner .cont h3{
		position: absolute;
		top: 32px;
		left: 30px;
		min-height: 36px;
		background: url("../img/home/text02.png")left center no-repeat;
		background-size: 60px;
		padding: 0 0 0 74px;
		color: #fff;
		font-size: 24px;
		line-height: 36px;
	}
	.home .cont01 .inner .cont:nth-of-type(2) h3{
		background: url("../img/home/text03.png")left center no-repeat;
		background-size: 63px;
	}
	.home .cont01 .inner .cont:nth-of-type(3) h3{
		background: url("../img/home/text04.png")left center no-repeat;
		background-size: 62px;
	}
}
@media screen and (max-width: 768px){
	.home .cont01 .inner .cont h3{
		font-size: 20px;
	}
	.home .cont01 .inner .cont:nth-of-type(2) h3{
		right: auto;
		left: 30px;
	}
}

	.home .cont01 .inner .cont .text_box01{
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		width: 100%;
	}
	.home .cont01 .inner .cont:nth-of-type(2) .text_box01{
		align-items: flex-start;
	}
@media screen and (max-width: 768px){
	.home .cont01 .inner .cont .text_box01{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

	.home .cont01 .inner .cont .text_box01 .text01{
		width: 580px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.8;
	}
@media screen and (max-width: 1024px){
	.home .cont01 .inner .cont .text_box01 .text01{
		width: 400px;
		font-size: 16px;
		line-height: 2;
	}
}
@media screen and (max-width: 768px){
	.home .cont01 .inner .cont .text_box01 .text01{
		width: 100%;
		font-size: 14px;
		line-height: 2;
	}
}

	.home .cont01 .inner .cont .text_box01 .text02{
		width: 580px;
		line-height: 1.875;
		text-indent: -1em;
		padding-left: 1em;
		box-sizing: border-box;
		margin: 40px 0 0;
	}
		.home .cont01 .inner .cont .text_box01 .text02::before{
			content: "※";
		}
	.home .cont01 .inner .cont:nth-of-type(2) .text_box01 .text02{
		margin: 35px 0 0;
	}
	.home .cont01 .inner .cont .text_box01 .text02 + .text02{
		margin-top: 0;
	}
@media screen and (max-width: 1024px){
	.home .cont01 .inner .cont .text_box01 .text02{
		width: 400px;
		font-size: 14px;
		margin: 30px 0 0;
	}
	.home .cont01 .inner .cont:nth-of-type(2) .text_box01 .text02{
		margin: 25px 0 0;
	}
}
@media screen and (max-width: 768px){
	.home .cont01 .inner .cont .text_box01 .text02{
		width: 100%;
		font-size: 12px;
		margin: 20px 0 0;
	}
	.home .cont01 .inner .cont:nth-of-type(2) .text_box01 .text02{
		margin: 20px 0 0;
	}
}

	.home .cont01 .inner .cont .button a{
		position: absolute;
		bottom: 27px;
		left: 30px;
		display: block;
		width: 520px;
		background: #fff url("../img/home/text05.png")left 30px center no-repeat;
		padding: 19.5px 0 19.5px 205px;
		box-sizing: border-box;
		border-radius: 30px;
		color: #999;
		font-size: 14px;
		font-weight: bold;
		transition: all .5s;
	}
		.home .cont01 .inner .cont .button a::after{
			position: absolute;
			top: 50%;
			right: 30px;
			transform: translateY(-50%);
			content: "";
			background: url("../img/common/arrow01.png")no-repeat;
			width: 45px;
			height: 45px;
			transition: all .5s;
		}
	.home .cont01 .inner .cont:nth-of-type(2) .button a{
		left: auto;
		right: 30px;
		background: #fff url("../img/home/text06.png")left 30px center no-repeat;
		padding: 19.5px 0 19.5px 176px;
	}
	.home .cont01 .inner .cont:nth-of-type(3) .button a{
		background: #fff url("../img/home/text07.png")left 30px center no-repeat;
		padding: 19.5px 0 19.5px 158px;
	}
@media screen and (min-width: 1025px){
	.home .cont01 .inner .cont .button a:hover{
		background: #014195 url("../img/home/text05_ro.png")left 30px center no-repeat;
		color: #999;
		transition: all .5s;
	}
	.home .cont01 .inner .cont:nth-of-type(2) .button a:hover{
		background: #014195 url("../img/home/text06_ro.png")left 30px center no-repeat;
	}
	.home .cont01 .inner .cont:nth-of-type(3) .button a:hover{
		background: #014195 url("../img/home/text07_ro.png")left 30px center no-repeat;
	}
		.home .cont01 .inner .cont .button a:hover::after{
			background: url("../img/common/arrow02.png")no-repeat;
			transition: all .5s;
		}
}
@media screen and (max-width: 1024px){
	.home .cont01 .inner .cont .button a{
		width: 400px;
	}
}
@media screen and (max-width: 768px){
	.home .cont01 .inner .cont .button a{
		position: absolute;
		bottom: 27px;
		left: auto;
		right: 30px;
		display: block;
		width: 290px;
		background: #014195 url("../img/home/text05_ro.png")left 20px center no-repeat;
		background-size: 123px;
		padding: 19.5px 0 19.5px 155px;
		box-sizing: border-box;
		border-radius: 30px;
		color: #999;
		font-size: 12px;
		font-weight: bold;
		transition: all .5s;
	}
		.home .cont01 .inner .cont .button a::after{
			position: absolute;
			top: 50%;
			right: 20px;
			transform: translateY(-50%);
			content: "";
			background: url("../img/common/arrow02.png")no-repeat;
			background-size: 30px;
			width: 30px;
			height: 30px;
			transition: all .5s;
		}
	.home .cont01 .inner .cont:nth-of-type(2) .button a{
		background: #014195 url("../img/home/text06_ro.png")left 20px center no-repeat;
		background-size: 102px;
		padding: 19.5px 0 19.5px 134px;
	}
	.home .cont01 .inner .cont:nth-of-type(3) .button a{
		background: #014195 url("../img/home/text07_ro.png")left 20px center no-repeat;
		background-size: 88px;
		padding: 19.5px 0 19.5px 120px;
	}
}
@media screen and (max-width: 430px){
	.home .cont01 .inner .cont .button a{
		right: 20px;
	}
}

	.home .cont01 .inner .box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 0 4.3%;
		width: 100%;
		background: url("../img/home/bg01.png")center center;
		border-radius: 10px;
		padding: 56px 20px;
		box-sizing: border-box;
		margin: 200px auto 0;
		position: relative;
	}
@media screen and (max-width: 1040px){
	.home .cont01 .inner .box{
		gap: 0 3%;
	}
}
@media screen and (max-width: 1024px){
	.home .cont01 .inner .box{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 40px 0;
		padding: 50px 30px;
		margin: 160px auto 0;
	}
}
@media screen and (max-width: 768px){
	.home .cont01 .inner .box{
		padding: 40px 30px;
		gap: 30px 0;
		margin: 120px auto 0;
	}
}

		.home .cont01 .inner .box::before{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50% , -50%);
			content: "";
			background: #fff;
			width: 100vw;
			height: calc(100% + 200px);
			z-index: -10;
		}
@media screen and (max-width: 1024px){
		.home .cont01 .inner .box::before{
			height: calc(100% + 160px);
		}
}
@media screen and (max-width: 768px){
		.home .cont01 .inner .box::before{
			height: calc(100% + 120px);
		}
}

	.home .cont01 .inner .box .text_box02{
		width: 485px;
		color: #fff;
	}
@media screen and (max-width: 1024px){
	.home .cont01 .inner .box .text_box02{
		width: 100%;
		text-align: center;
	}
}

	.home .cont01 .inner .box .text_box02 h4{
		background: url("../img/home/text08.png")left top no-repeat;
		padding: 25px 0 0;
		font-size: 32px;
	}
@media screen and (max-width: 1024px){
	.home .cont01 .inner .box .text_box02 h4{
		background: url("../img/home/text08.png")center top no-repeat;
		background-size: 100px;
		padding: 22px 0 0;
		font-size: 26px;
	}
}
@media screen and (max-width: 768px){
	.home .cont01 .inner .box .text_box02 h4{
		font-size: 18px;
	}
}

	.home .cont01 .inner .box .text_box02 .text03{
		font-size: 18px;
		line-height: 1.67;
		margin-top: 26px;
	}
@media screen and (max-width: 1024px){
	.home .cont01 .inner .box .text_box02 .text03{
		font-size: 16px;
		line-height: 1.7;
		margin-top: 18px;
	}
}
@media screen and (max-width: 768px){
	.home .cont01 .inner .box .text_box02 .text03{
		font-size: 14px;
		margin-top: 15px;
	}
}

	.home .cont01 .inner .box .btn_box{
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 20px 0;
		width: 430px;
	}
@media screen and (max-width: 1024px){
	.home .cont01 .inner .box .btn_box{
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap;
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	.home .cont01 .inner .box .btn_box{
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px 20px;
	}
}

	.home .cont01 .inner .box .btn_box .button a{
		display: block;
		width: 100%;
		background: #fff url("../img/common/arrow01.png")right 30px center no-repeat;
		padding: 17px 0;
		border-radius: 30px;
		border: 1px solid #fff;
		color: #014195;
		font-weight: bold;
		text-align: center;
		transition: all .5s;
	}
	.home .cont01 .inner .box .btn_box .button:nth-of-type(2) a{
		background: #a1e0ff url("../img/common/arrow01.png")right 30px center no-repeat;
		border: 1px solid #a1e0ff;
	}
@media screen and (min-width: 1025px){
	.home .cont01 .inner .box .btn_box .button a:hover{
		background: #014195 url("../img/common/arrow02.png")right 30px center no-repeat;
		opacity: 1;
		color: #fff;
		transition: all .5s;
	}
	.home .cont01 .inner .box .btn_box .button:nth-of-type(2) a:hover{
		background: #50b0ea url("../img/common/arrow02.png")right 30px center no-repeat;
		opacity: 1;
		color: #fff;
	}
}
@media screen and (max-width: 1024px){
	.home .cont01 .inner .box .btn_box .button a{
		width: 400px;
		margin: 0 7px;
	}
}
@media screen and (max-width: 768px){
	.home .cont01 .inner .box .btn_box .button a{
		width: 290px;
		background: #fff url("../img/common/arrow01.png")right 20px center no-repeat;
		background-size: 30px;
		padding: 15px 30px 15px 0;
		border-radius: 30px;
		border: none;
		box-sizing: border-box;
		color: #014195;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		margin: 0;
	}
	.home .cont01 .inner .box .btn_box .button:nth-of-type(2) a{
		background: #a1e0ff url("../img/common/arrow01.png")right 20px center no-repeat;
		background-size: 30px;
		padding: 15px 0;
		border: none;
	}
}


/* cont02 ------*/
	
	.home .cont02{
		max-width: 100%;
		height: 860px;
		background: url("../img/home/bg02.png")center center /cover no-repeat;
		overflow-x: hidden;
	}
@media screen and (max-width: 1024px){
	.home .cont02{
		height: auto;
	}
}
	
	.home .cont02 .inner{
		padding: 80px 0 0;
		box-sizing: border-box;
		position: relative;
	}
@media screen and (max-width: 1024px){
	.home .cont02 .inner{
		padding: 80px 20px;
	}
}
@media screen and (max-width: 768px){
	.home .cont02 .inner{
		padding: 60px 20px;
	}
}
	
	.home .cont02 .inner h2{
		width: 100%;
		background: url("../img/home/text09.png")left bottom no-repeat;
		padding: 0 0 40px;
		font-size: 46px;
		font-weight: bold;
		line-height: 1;
		margin-left: 20px;
	}
	.home .cont02 .inner h2 span{
		display: inline-block;
		background: url("../img/home/line01.png")left bottom no-repeat;
		padding-bottom: 18px;
		color: #014195;
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 2px;
		margin-bottom: 18px;
	}
@media screen and (max-width: 1024px){
	.home .cont02 .inner h2{
		background: url("../img/home/text09.png")left bottom no-repeat;
		background-size: 59px;
		padding: 0 0 35px;
		font-size: 38px;
		margin-left: 0;
	}
	.home .cont02 .inner h2 span{
		background: url("../img/home/line01.png")left bottom no-repeat;
		padding-bottom: 16px;
		font-size: 18px;
		margin-bottom: 18px;
	}
}
@media screen and (max-width: 768px){
	.home .cont02 .inner h2{
		background: url("../img/home/text09.png")left bottom no-repeat;
		background-size: 44px;
		padding: 0 0 32px;
		font-size: 26px;
		margin-left: 0;
	}
	.home .cont02 .inner h2 span{
		background: url("../img/home/line01.png")left bottom no-repeat;
		padding-bottom: 14px;
		font-size: 14px;
		margin-bottom: 12px;
	}
}

	.home .cont02 .inner .button a{
		position: absolute;
		top: 150px;
		right: 20px;
		display: block;
		width: 375px;
		background: #014195 url("../img/common/arrow02.png")right 30px center no-repeat;
		padding: 17px 0;
		border-radius: 30px;
		border: 1px solid #014195;
		color: #fff;
		font-weight: bold;
		text-align: center;
		transition: all .5s;
	}
@media screen and (min-width: 1025px){
	.home .cont02 .inner .button a:hover{
		background: #fff url("../img/common/arrow01.png")right 30px center no-repeat;
		color: #014195;
		transition: all .5s;
	}
}
@media screen and (max-width: 768px){
	.home .cont02 .inner .button a{
		position: absolute;
		top: 110px;
		right: 20px;
		display: block;
		width: 200px;
		background: #014195 url("../img/common/arrow02.png")right 15px center no-repeat;
		background-size: 30px;
		padding: 15px 0 15px 40px;
		box-sizing: border-box;
		border-radius: 30px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		transition: all .5s;
	}
}

	.home .cont02 .inner .example_box{
		width: 100%;
		margin: 35px auto 0;
		position: relative;
	}

	.home .cont02 .inner .example_box .prev-arrow{
		top: 50%;
		left: -20px;
		transform: translateY(-50%);
	}
	.home .cont02 .inner .example_box .next-arrow{
		top: 50%;
		right: -20px;
		left: auto;
		transform: translateY(-50%);
	}
@media screen and (max-width: 1280px){
	.home .cont02 .inner .example_box .prev-arrow{
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
	}
	.home .cont02 .inner .example_box .next-arrow{
		top: 50%;
		right: 20px;
		left: auto;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 768px){
	.home .cont02 .inner .example_box .prev-arrow{
		top: 195px;
		left: 10px;
		width: 60px;
	}
	.home .cont02 .inner .example_box .next-arrow{
		top: 195px;
		right: 10px;
		left: auto;
		width: 60px;
	}
}

	.home .cont02 .inner .example_box .cont{
		display: flex;
		flex-direction: column;
		width: 375px;
		background: #fff;
		padding-bottom: 28px;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
		margin: 20px 19px;
		position: relative;
	}
@media screen and (max-width: 768px){
	.home .cont02 .inner .example_box .cont{
		display: flex;
		flex-direction: column;
		width: 300px;
		background: #fff;
		padding-bottom: 28px;
		box-shadow: 0 0 15px rgba(0,0,0,0.1);
		margin: 15px;
		position: relative;
	}
}

	.home .cont02 .inner .example_box .cont h3{
		padding: 0 40px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		font-size: 20px;
		line-height: 1;
		margin-top: 34px;
		order: 2;
	}
@media screen and (max-width: 768px){
	.home .cont02 .inner .example_box .cont h3{
		padding: 0 30px;
		font-size: 18px;
		line-height: 1;
		margin-top: 30px;
	}
}

	.home .cont02 .inner .example_box .cont .img{
		order: 1;
	}
	.home .cont02 .inner .example_box .cont .img img{
		width: 375px;
		height: 250px;
	}
@media screen and (max-width: 768px){
	.home .cont02 .inner .example_box .cont .img img{
		width: 300px;
		height: 200px;
	}
}

	.home .cont02 .inner .example_box .cont .cate{
		position: absolute;
		top: 15px;
		left: 15px;
		background: #014195;
		padding: 8px 19px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
	}
@media screen and (max-width: 768px){
	.home .cont02 .inner .example_box .cont .cate{
		position: absolute;
		top: 15px;
		left: 15px;
		background: #014195;
		padding: 6px 15px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		line-height: 1;
	}
}

	.home .cont02 .inner .example_box .cont .text01{
		padding: 0 40px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		line-height: 1.875;
		margin-top: 16px;
		order: 3;
	}
@media screen and (max-width: 768px){
	.home .cont02 .inner .example_box .cont .text01{
		padding: 0 30px;
		font-size: 14px;
		line-height: 1.875;
		margin-top: 14px;
	}
}

	.home .cont02 .inner .example_box .cont .text02{
		background: url("../img/home/arrow03.png")right center no-repeat;
		padding-right: 23px;
		color: #014195;
		font-size: 14px;
		font-weight: bold;
		text-align: right;
		line-height: 1;
		margin: 8px 40px 0 0;
		order: 4;
	}
@media screen and (max-width: 768px){
	.home .cont02 .inner .example_box .cont .text02{
		margin: 10px 30px 0 0;
	}
}

	
/* cont03 ------*/
	
	.home .cont03{
		max-width: 100%;
		overflow-x: hidden;
	}

	.home .cont03 .inner{
		padding: 100px 20px 120px;
		box-sizing: border-box;
		z-index: 10;
		position: relative;
	}
@media screen and (max-width: 1024px){
	.home .cont03 .inner{
		padding: 80px 20px 100px;
	}
}
@media screen and (max-width: 768px){
	.home .cont03 .inner{
		padding: 60px 20px 80px;
	}
}

	.home .cont03 .inner h2{
		width: 100%;
		background: url("../img/home/text10.png")center bottom no-repeat;
		padding: 0 0 45px;
		font-size: 46px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
	}
	.home .cont03 .inner h2 span{
		display: inline-block;
		background: url("../img/home/line01.png")left bottom no-repeat;
		padding-bottom: 18px;
		color: #014195;
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 2px;
		margin-bottom: 18px;
	}
@media screen and (max-width: 1100px){
	.home .cont03 .inner h2{
		font-size: 40px;
	}
}
@media screen and (max-width: 1024px){
	.home .cont03 .inner h2{
		background: url("../img/home/text10.png")center bottom no-repeat;
		background-size: 65px;
		padding: 0 0 32px;
		font-size: 34px;
	}
	.home .cont03 .inner h2 span{
		padding-bottom: 16px;
		font-size: 16px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 768px){
	.home .cont03 .inner h2{
		background: url("../img/home/text10.png")center bottom no-repeat;
		background-size: 48px;
		padding: 0 0 32px;
		font-size: 22px;
	}
	.home .cont03 .inner h2 span{
		padding-bottom: 14px;
		font-size: 14px;
		margin-bottom: 12px;
	}
}

	.home .cont03 .inner > .img:nth-of-type(1){
		position: absolute;
		top: 121px;
		left: 106px;
	}
	.home .cont03 .inner > .img:nth-of-type(2){
		position: absolute;
		top: 120px;
		right: 42px;
	}
	.home .cont03 .inner > .img:nth-of-type(1).mv02_off{
		transition: all 1s ease-out 1.4s;
	}
	.home .cont03 .inner > .img:nth-of-type(2).mv02_off{
		transition: all 1s ease-out 1.8s;
	}
@media screen and (max-width: 1024px){
	.home .cont03 .inner > .img:nth-of-type(1){
		position: absolute;
		top: 110px;
		left: 50px;
		width: 95px;
	}
	.home .cont03 .inner > .img:nth-of-type(2){
		position: absolute;
		top: 108px;
		right: 35px;
		width: 132px;
	}
}
@media screen and (max-width: 768px){
	.home .cont03 .inner > .img:nth-of-type(1){
		position: absolute;
		top: 110px;
		left: 50px;
		width: 75px;
	}
	.home .cont03 .inner > .img:nth-of-type(2){
		position: absolute;
		top: 108px;
		right: 35px;
		width: 110px;
	}
}
@media screen and (max-width: 500px){
	.home .cont03 .inner > .img:nth-of-type(1){
		position: absolute;
		top: 138px;
		left: 10px;
		width: 55px;
	}
	.home .cont03 .inner > .img:nth-of-type(2){
		position: absolute;
		top: 144px;
		right: 5px;
		width: 85px;
	}
}

	.home .cont03 .inner .flex_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 50px 0;
		margin-top: 70px;
		position: relative;
	}
@media screen and (max-width: 1024px){
	.home .cont03 .inner .flex_box{
		gap: 40px 0;
	}
}
@media screen and (max-width: 768px){
	.home .cont03 .inner .flex_box{
		gap: 30px 0;
		margin-top: 80px;
	}
}

	.home .cont03 .inner .flex_box .cont{
		display: flex;
		flex-direction: column;
		width: 48.33%;
	}
@media screen and (max-width: 768px){
	.home .cont03 .inner .flex_box .cont{
		width: 100%;
	}
}

	.home .cont03 .inner .flex_box .cont h3{
		width: 100%;
		background: url("../img/home/text11.png")left top no-repeat;
		padding-top: 25px;
		color: #014195;
		font-size: 24px;
	}
	.home .cont03 .inner .flex_box .cont:nth-of-type(2) h3{
		background: url("../img/home/text12.png")left top no-repeat;
	}
	.home .cont03 .inner .flex_box .cont:nth-of-type(3) h3{
		background: url("../img/home/text13.png")left top no-repeat;
	}
	.home .cont03 .inner .flex_box .cont:nth-of-type(4) h3{
		background: url("../img/home/text14.png")left top no-repeat;
	}
@media screen and (max-width: 1024px){
	.home .cont03 .inner .flex_box .cont h3{
		padding-top: 20px;
		font-size: 18px;
	}
}
@media screen and (max-width: 400px){
	.home .cont03 .inner .flex_box .cont:nth-of-type(3) h3{
		letter-spacing: -0.6px;
	}
}

	.home .cont03 .inner .flex_box .cont .text_box{
		flex-grow: 1;
		display: flex;
		align-items: center;
		width: 100%;
		background: #014195;
		border-radius: 10px;
		padding: 30px 40px;
		box-sizing: border-box;
		margin-top: 20px;
		position: relative;
	}
@media screen and (max-width: 1024px){
	.home .cont03 .inner .flex_box .cont .text_box{
		padding: 30px;
	}
}

	.home .cont03 .inner .flex_box .cont .text_box .text01{
		flex-shrink: 1;
		color: #fff;
		font-size: 18px;
		line-height: 1.78;
	}
	.home .cont03 .inner .flex_box .cont .text_box .text01 span{
		font-size: 14px;
	}
@media screen and (max-width: 1024px){
	.home .cont03 .inner .flex_box .cont .text_box .text01{
		font-size: 14px;
	}
	.home .cont03 .inner .flex_box .cont .text_box .text01 span{
		font-size: 12px;
	}
}

	.home .cont03 .inner .flex_box .img:nth-of-type(1){
		position: absolute;
		bottom: -154px;
		left: -159px;
	}
	.home .cont03 .inner .flex_box .img:nth-of-type(2){
		position: absolute;
		bottom: -128px;
		right: -123px;
	}
	.home .cont03 .inner .flex_box .img:nth-of-type(1).mv02_off{
		transition: all 1s ease-out 1.4s;
	}
	.home .cont03 .inner .flex_box .img:nth-of-type(2).mv02_off{
		transition: all 1s ease-out 1.8s;
	}
@media screen and (max-width: 1500px){
	.home .cont03 .inner .flex_box .img:nth-of-type(1){
		position: absolute;
		bottom: -140px;
		left: -10px;
		width: 150px;
	}
	.home .cont03 .inner .flex_box .img:nth-of-type(2){
		position: absolute;
		bottom: -140px;
		right: 20px;
		width: 140px;
	}
}
@media screen and (max-width: 768px){
	.home .cont03 .inner .flex_box .img:nth-of-type(1){
		position: absolute;
		bottom: -90px;
		left: -10px;
		width: 100px;
	}
	.home .cont03 .inner .flex_box .img:nth-of-type(2){
		position: absolute;
		bottom: -60px;
		right: -10px;
		width: 90px;
	}
}
@media screen and (max-width: 500px){
	.home .cont03 .inner .flex_box .img:nth-of-type(1){
		position: absolute;
		bottom: -70px;
		left: -20px;
		width: 80px;
	}
	.home .cont03 .inner .flex_box .img:nth-of-type(2){
		position: absolute;
		bottom: -40px;
		right: -10px;
		width: 64px;
	}
}

	.home .cont03 .inner .text02{
		display: block;
		width: 62.5%;
		background: url("../img/home/line02.png")center top repeat-x , url("../img/home/line03.png")center bottom repeat-x;
		padding: 30px 32px 30px 40px;
		box-sizing: border-box;
		font-size: 26px;
		font-weight: bold;
		line-height: 1.85;
		text-align: center;
		margin: 70px auto 0;
		position: relative;
	}
		.home .cont03 .inner .text02::before{
			position: absolute;
			top: -21px;
			left: -54px;
			content: "";
			background: url("../img/home/text15.png")no-repeat;
			width: 200px;
			height: 68px;
		}
	.home .cont03 .inner .text02 span{
		background: #beeaff;
		padding: 4px;
		font-weight: bold;
	}
@media screen and (max-width: 1250px){
	.home .cont03 .inner .text02{
		width: 55%;
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px){
	.home .cont03 .inner .text02{
		width: 40%;
		padding: 30px 10px 30px 14px;
		font-size: 18px;
	}
}
@media screen and (max-width: 768px){
	.home .cont03 .inner .text02{
		width: 70%;
		font-size: 16px;
		margin-top: 90px;
	}
		.home .cont03 .inner .text02::before{
			position: absolute;
			top: -16px;
			left: -45px;
			content: "";
			background: url("../img/home/text15.png")no-repeat;
			background-size: 150px;
			width: 150px;
			height: 51px;
		}
}

	
/* cont04 ------*/
	
	.home .cont04{
		max-width: 100%;
		overflow-x: hidden;
		background: url("../img/home/bg04.png")center top 4px;
		position: relative;
	}
		.home .cont04::before{
			position: absolute;
			top: 0;
			left: 50%;
			transform: translateX(-50%);
			content: "";
			background: url("../img/home/bg03.png")no-repeat;
			width: 1800px;
			height: 563px;
		}

	.home .cont04 .inner{
		padding: 100px 20px 120px;
		box-sizing: border-box;
		z-index: 10;
		position: relative;
	}
@media screen and (max-width: 1024px){
	.home .cont04 .inner{
		padding: 80px 20px 100px;
	}
}
@media screen and (max-width: 768px){
	.home .cont04 .inner{
		padding: 60px 20px 80px;
	}
}

	.home .cont04 .inner h2{
		width: 100%;
		background: url("../img/home/text16.png")center bottom no-repeat;
		padding: 0 0 45px;
		color: #fff;
		font-size: 46px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
	}
	.home .cont04 .inner h2 span{
		display: inline-block;
		background: url("../img/home/line04.png")left bottom no-repeat;
		padding-bottom: 18px;
		color: #a5b9e1;
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 2px;
		margin-bottom: 18px;
	}
@media screen and (max-width: 1024px){
	.home .cont04 .inner h2{
		background: url("../img/home/text16.png")center bottom no-repeat;
		background-size: 51px;
		padding: 0 0 35px;
		font-size: 38px;
	}
	.home .cont04 .inner h2 span{
		padding-bottom: 16px;
		font-size: 18px;
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 768px){
	.home .cont04 .inner h2{
		background: url("../img/home/text16.png")center bottom no-repeat;
		background-size: 38px;
		padding: 0 0 32px;
		font-size: 26px;
	}
	.home .cont04 .inner h2 span{
		padding-bottom: 14px;
		font-size: 14px;
		margin-bottom: 12px;
	}
}

	.home .cont04 .inner .cont{
		width: 100%;
		padding: 0 0 0 600px;
		box-sizing: border-box;
		margin-top: 90px;
		position: relative;
	}
		.home .cont04 .inner .cont::after{
			position: absolute;
			top: 0;
			left: 380px;
			content: "";
			background: #fff;
			width: 220px;
			height: 100%;
			z-index: -1;
		}
	.home .cont04 .inner .cont:nth-of-type(2n){
		padding: 0 600px 0 0;
	}
		.home .cont04 .inner .cont:nth-of-type(2n)::after{
			right: 380px;
			left: auto;
		}
	.home .cont04 .inner .cont:nth-of-type(n+2){
		margin-top: 70px;
	}
@media screen and (max-width: 1024px){
	.home .cont04 .inner .cont{
		width: 100%;
		padding: 0 40px 0 100px;
		box-sizing: border-box;
		margin: 190px 0 0;
		position: relative;
	}
		.home .cont04 .inner .cont::after{
			content: none;
		}
	.home .cont04 .inner .cont:nth-of-type(2n){
		padding: 0 100px 0 40px;
	}
	.home .cont04 .inner .cont:nth-of-type(n+2){
		margin: 170px 0 0;
	}
}
@media screen and (max-width: 768px){
	.home .cont04 .inner .cont{
		display: flex;
		flex-direction: column;
		width: 600px;
		padding: 0;
		box-sizing: border-box;
		margin: 50px auto 0;
		position: relative;
	}
	.home .cont04 .inner .cont:nth-of-type(2n){
		padding: 0;
	}
	.home .cont04 .inner .cont:nth-of-type(n+2){
		margin: 40px auto 0;
	}
}
@media screen and (max-width: 640px){
	.home .cont04 .inner .cont{
		width: 93.75%;
	}
}


	.home .cont04 .inner .cont .text_box{
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		min-height: 230px;
		background: #fff;
		padding: 40px 65px 32px 40px;
		box-sizing: border-box;
	}
	.home .cont04 .inner .cont:nth-of-type(2n) .text_box{
		padding: 40px 25px 32px 60px;
	}
	.home .cont04 .inner .cont:nth-of-type(3) .text_box{
		background: #fff url("../img/home/img13.png")right 40px top 27px no-repeat;
		padding: 40px 215px 32px 40px;
	}
@media screen and (max-width: 1024px){
	.home .cont04 .inner .cont .text_box{
		justify-content: flex-start;
		width: 100%;
		min-height: inherit;
		background: #fff;
		padding: 140px 40px 40px;
		box-sizing: border-box;
	}
	.home .cont04 .inner .cont:nth-of-type(2n) .text_box{
		padding: 140px 40px 40px;
	}
	.home .cont04 .inner .cont:nth-of-type(3) .text_box{
		background: #fff url("../img/home/img13.png")right 40px bottom 20px no-repeat;
		padding: 140px 215px 40px 40px;
	}
}
@media screen and (max-width: 768px){
	.home .cont04 .inner .cont .text_box{
		justify-content: flex-start;
		width: 100%;
		min-height: inherit;
		background: #fff;
		padding: 30px;
		box-sizing: border-box;
		order: 2;
	}
	.home .cont04 .inner .cont:nth-of-type(2n) .text_box{
		padding: 30px;
	}
	.home .cont04 .inner .cont:nth-of-type(3) .text_box{
		background: #fff;
		background-size: 120px;
		padding: 30px;
	}
}

	.home .cont04 .inner .cont .text_box h3{
		background: url("../img/home/text17.png")left top no-repeat;
		padding-top: 18px;
		font-size: 24px;
	}
	.home .cont04 .inner .cont:nth-of-type(2) .text_box h3{
		background: url("../img/home/text18.png")left top no-repeat;
	}
	.home .cont04 .inner .cont:nth-of-type(3) .text_box h3{
		background: url("../img/home/text19.png")left top no-repeat;
	}
	.home .cont04 .inner .cont:nth-of-type(4) .text_box h3{
		background: url("../img/home/text20.png")left top no-repeat;
	}
@media screen and (max-width: 1100px){
	.home .cont04 .inner .cont .text_box h3{
		background: url("../img/home/text17.png")left top no-repeat;
		padding-top: 18px;
		font-size: 20px;
	}
}

	.home .cont04 .inner .cont .text_box .text01{
		line-height: 1.875;
		margin-top: 15px;
	}
@media screen and (max-width: 1100px){
	.home .cont04 .inner .cont .text_box .text01{
		font-size: 14px;
	}
}
@media screen and (max-width: 768px){
	.home .cont04 .inner .cont:nth-of-type(3) .text_box .text01{
		min-height: 120px;
		background: url("../img/home/img13.png")right bottom no-repeat;
		background-size: 100px;
		padding-right: 120px;
		font-size: 14px;
	}
}
@media screen and (max-width: 500px){
	.home .cont04 .inner .cont:nth-of-type(3) .text_box .text01{
		min-height: 75px;
		background: url("../img/home/img13.png")right bottom no-repeat;
		background-size: 65px;
		padding-right: 80px;
		font-size: 14px;
	}
}

	.home .cont04 .inner .cont .img{
		position: absolute;
		top: -30px;
		left: 0;
	}
	.home .cont04 .inner .cont:nth-of-type(2n) .img{
		position: absolute;
		top: -30px;
		left: auto;
		right: 0;
	}
@media screen and (max-width: 1024px){
	.home .cont04 .inner .cont .img{
		position: absolute;
		top: -130px;
		left: 40px;
	}
	.home .cont04 .inner .cont:nth-of-type(2n) .img{
		position: absolute;
		top: -130px;
		left: auto;
		right: 40px;
	}
}
@media screen and (max-width: 768px){
	.home .cont04 .inner .cont .img{
		position: static;
		order: 1;
	}
	.home .cont04 .inner .cont:nth-of-type(2n) .img{
		position: static;
	}
}

	.home .cont04 .inner .button a{
		display: block;
		width: 375px;
		background: #fff url("../img/common/arrow01.png")right 30px center no-repeat;
		padding: 17px 0;
		border-radius: 30px;
		border: 1px solid #fff;
		color: #014195;
		font-weight: bold;
		text-align: center;
		margin: 60px auto 0;
		transition: all .5s;
	}
@media screen and (min-width: 1025px){
	.home .cont04 .inner .button a:hover{
		background: #014195 url("../img/common/arrow02.png")right 30px center no-repeat;
		color: #fff;
		transition: all .5s;
	}
}
@media screen and (max-width: 768px){
	.home .cont04 .inner .button a{
		display: block;
		width: 290px;
		background: #fff url("../img/common/arrow01.png")right 20px center no-repeat;
		background-size: 30px;
		padding: 15px 0;
		border-radius: 30px;
		color: #014195;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		margin: 40px auto 0;
	}
}

	
/* cont05 ------*/
	
	.home .cont05{
		overflow-x: hidden;
		max-width: 100%;
		position: relative;
	}
		.home .cont05::before{
			position: absolute;
			top: 220px;
			left: 0;
			content: "";
			background: url("../img/home/text22.png")no-repeat;
			width: 978px;
			height: 116px;
		}
@media screen and (max-width: 1200px){
		.home .cont05::before{
			position: absolute;
			top: 235px;
			left: 0;
			content: "";
			background: url("../img/home/text22.png")no-repeat;
			background-size: 652px;
			width: 652px;
			height: 78px;
		}
}
@media screen and (max-width: 1024px){
		.home .cont05::before{
			top: 120px;
		}
}
@media screen and (max-width: 900px){
		.home .cont05::before{
			position: absolute;
			top: 885px;
			left: 50%;
			transform: translateX(-50%);
			content: "";
			background: url("../img/home/text22.png")no-repeat;
			background-size: 652px;
			width: 652px;
			height: 78px;
		}
}
@media screen and (max-width: 768px){
		.home .cont05::before{
			position: absolute;
			top: 700px;
			left: 50%;
			transform: translateX(-50%);
			content: "";
			background: url("../img/home/text22.png")no-repeat;
			background-size: 550px;
			width: 550px;
			height: 65px;
		}
}
@media screen and (max-width: 550px){
		.home .cont05::before{
			position: absolute;
			top: 520px;
			left: 50%;
			transform: translateX(-50%);
			content: "";
			background: url("../img/home/text22.png")no-repeat;
			background-size: 400px;
			width: 400px;
			height: 65px;
		}
}

	.home .cont05 .inner{
		padding: 254px 20px 240px;
		box-sizing: border-box;
		position: relative;
	}
@media screen and (max-width: 1200px){
	.home .cont05 .inner{
		padding: 200px 20px;
	}
}
@media screen and (max-width: 1024px){
	.home .cont05 .inner{
		padding: 140px 20px;
	}
}
@media screen and (max-width: 900px){
	.home .cont05 .inner{
		padding: 900px 20px 140px;
	}
}
@media screen and (max-width: 768px){
	.home .cont05 .inner{
		padding: 710px 20px 100px;
	}
}
@media screen and (max-width: 550px){
	.home .cont05 .inner{
		padding: 530px 20px 100px;
	}
}

	.home .cont05 .inner h2{
		background: url("../img/home/text21.png")left top no-repeat;
		padding-top: 35px;
		color: #014195;
		font-size: 36px;
	}
	.home .cont05 .inner h2 span{
		display: block;
		color: #333;
		font-size: 16px;
		line-height: 1;
		margin-bottom: 40px;
	}
@media screen and (max-width: 1024px){
	.home .cont05 .inner h2{
		background: url("../img/home/text21.png")left top no-repeat;
		background-size: 67px;
		padding-top: 32px;
		color: #014195;
		font-size: 30px;
	}
	.home .cont05 .inner h2 span{
		display: block;
		color: #333;
		font-size: 12px;
		line-height: 1;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 900px){
	.home .cont05 .inner h2{
		background: url("../img/home/text21.png")center top no-repeat;
		text-align: center;
	}
}
@media screen and (max-width: 768px){
	.home .cont05 .inner h2{
		background: url("../img/home/text21.png")center top no-repeat;
		background-size: 51px;
		padding-top: 26px;
		color: #014195;
		font-size: 22px;
	}
	.home .cont05 .inner h2 span{
		display: block;
		color: #333;
		font-size: 12px;
		line-height: 1;
		margin-bottom: 26px;
	}
}

	.home .cont05 .inner .text01{
		font-size: 18px;
		line-height: 2.45;
		margin-top: 46px;
	}
@media screen and (max-width: 1200px){
	.home .cont05 .inner .text01{
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px){
	.home .cont05 .inner .text01{
		font-size: 14px;
		margin-top: 40px;
	}
}
@media screen and (max-width: 900px){
	.home .cont05 .inner .text01{
		text-align: center;
	}
}

	.home .cont05 .inner .button a{
		display: block;
		width: 375px;
		background: #014195 url("../img/common/arrow02.png")right 30px center no-repeat;
		padding: 17px 0 17px 50px;
		box-sizing: border-box;
		border-radius: 30px;
		border: 1px solid #014195;
		color: #fff;
		font-weight: bold;
		margin: 46px 0 0;
		transition: all .5s;
	}
@media screen and (min-width: 1025px){
	.home .cont05 .inner .button a:hover{
		background: #fff url("../img/common/arrow01.png")right 30px center no-repeat;
		color: #014195;
		transition: all .5s;
	}
}
@media screen and (max-width: 900px){
	.home .cont05 .inner .button a{
		margin: 46px auto 0;
	}
}
@media screen and (max-width: 768px){
	.home .cont05 .inner .button a{
		display: block;
		width: 290px;
		background: #014195 url("../img/common/arrow02.png")right 20px center no-repeat;
		background-size: 30px;
		padding: 15px 0 15px 30px;
		box-sizing: border-box;
		border-radius: 30px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		margin: 40px auto 0;
	}
}

	.home .cont05 .inner .img:nth-of-type(3){
		position: absolute;
		top: 100px;
		right: -225px;
	}
	.home .cont05 .inner .img:nth-of-type(4){
		position: absolute;
		top: 400px;
		right: -165px;
	}
	.home .cont05 .inner .img:nth-of-type(5){
		position: absolute;
		top: 700px;
		right: -225px;
	}
	.home .cont05 .inner .img:nth-of-type(3) img.mv03_off{
		transition: all 1s ease-out 0.4s;
	}
	.home .cont05 .inner .img:nth-of-type(4) img.mv04_off{
		transition: all 1s ease-out 0.6s;
	}
	.home .cont05 .inner .img:nth-of-type(5) img.mv03_off{
		transition: all 1s ease-out 0.8s;
	}
@media screen and (max-width: 1200px){
	.home .cont05 .inner .img:nth-of-type(3){
		position: absolute;
		top: 150px;
		right: 20px;
		width: 450px
	}
	.home .cont05 .inner .img:nth-of-type(4){
		position: absolute;
		top: 350px;
		right: 65px;
		width: 450px
	}
	.home .cont05 .inner .img:nth-of-type(5){
		position: absolute;
		top: 550px;
		right: 20px;
		width: 450px
	}
}
@media screen and (max-width: 1024px){
	.home .cont05 .inner .img:nth-of-type(3){
		position: absolute;
		top: 150px;
		right: 20px;
		width: 350px
	}
	.home .cont05 .inner .img:nth-of-type(4){
		position: absolute;
		top: 310px;
		right: 65px;
		width: 350px
	}
	.home .cont05 .inner .img:nth-of-type(5){
		position: absolute;
		top: 470px;
		right: 20px;
		width: 350px
	}
}
@media screen and (max-width: 900px){
	.home .cont05 .inner .img:nth-of-type(3){
		position: absolute;
		top: 80px;
		right: 80px;
		width: 600px;
	}
	.home .cont05 .inner .img:nth-of-type(4){
		position: absolute;
		top: 340px;
		right: auto;
		left: 80px;
		width: 600px
	}
	.home .cont05 .inner .img:nth-of-type(5){
		position: absolute;
		top: 600px;
		right: 80px;
		width: 600px
	}
}
@media screen and (max-width: 768px){
	.home .cont05 .inner .img:nth-of-type(3){
		position: absolute;
		top: 80px;
		right: 80px;
		width: 450px;
	}
	.home .cont05 .inner .img:nth-of-type(4){
		position: absolute;
		top: 280px;
		right: auto;
		left: 80px;
		width: 450px
	}
	.home .cont05 .inner .img:nth-of-type(5){
		position: absolute;
		top: 480px;
		right: 80px;
		width: 450px
	}
}
@media screen and (max-width: 550px){
	.home .cont05 .inner .img:nth-of-type(3){
		position: absolute;
		top: 60px;
		right: 80px;
		width: 320px;
	}
	.home .cont05 .inner .img:nth-of-type(4){
		position: absolute;
		top: 210px;
		right: auto;
		left: 55px;
		width: 320px
	}
	.home .cont05 .inner .img:nth-of-type(5){
		position: absolute;
		top: 360px;
		right: 55px;
		width: 320px
	}
}

	
/* cont06 ------*/
	
	.home .cont06{
		max-width: 100%;
		background: url("../img/home/bg05.png");
	}

	.home .cont06 .inner{
		padding: 80px 20px 117px;
		box-sizing: border-box;
		position: relative;
	}
@media screen and (max-width: 1024px){
	.home .cont06 .inner{
		padding: 60px 20px 100px;
	}
}
@media screen and (max-width: 768px){
	.home .cont06 .inner{
		padding: 60px 20px 80px;
	}
}

	.home .cont06 .inner h2{
		width: 100%;
		font-size: 46px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
	}
	.home .cont06 .inner h2 span{
		display: inline-block;
		background: url("../img/home/line01.png")left bottom no-repeat;
		padding-bottom: 18px;
		color: #014195;
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 2px;
		margin-bottom: 18px;
	}
@media screen and (max-width: 1024px){
	.home .cont06 .inner h2{
		font-size: 38px;
	}
	.home .cont06 .inner h2 span{
		font-size: 18px;
		margin-bottom: 14px;
	}
}
@media screen and (max-width: 1024px){
	.home .cont06 .inner h2{
		font-size: 26px;
	}
	.home .cont06 .inner h2 span{
		padding-bottom: 14px;
		font-size: 14px;
		margin-bottom: 12px;
	}
}

	.home .cont06 .inner .img{
		position: absolute;
		top: -88px;
		left: -95px;
	}
	.home .cont06 .inner .img.mv02_off{
		transition: all 1s ease-out 0.6s;
	}
@media screen and (max-width: 1500px){
	.home .cont06 .inner .img{
		position: absolute;
		top: -45px;
		left: 10px;
		width: 280px;
	}
}
@media screen and (max-width: 1024px){
	.home .cont06 .inner .img{
		position: absolute;
		top: -60px;
		left: 10px;
		width: 220px;
	}
}
@media screen and (max-width: 768px){
	.home .cont06 .inner .img{
		position: absolute;
		top: -50px;
		left: 10px;
		width: 150px;
	}
}

	.home .cont06 .inner .flex_box{
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-top: 55px;
	}
@media screen and (max-width: 768px){
	.home .cont06 .inner .flex_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 30px 0;
		width: 100%;
		margin-top: 35px;
	}
}

	.home .cont06 .inner .flex_box .news_box{
		width: 48.33%;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
	}
@media screen and (max-width: 768px){
	.home .cont06 .inner .flex_box .news_box{
		width: 100%;
	}
}

	.home .cont06 .inner .flex_box .news_box .title_box{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 50px;
		background: #014195;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.home .cont06 .inner .flex_box .news_box .title_box h3{
		color: rgba(255,255,255,0.5);
		font-size: 14px;
	}
		.home .cont06 .inner .flex_box .news_box .title_box h3::before{
			content: "News";
			color: #fff;
			font-size: 20px;
			font-weight: bold;
			margin-right: 10px;
		}

	.home .cont06 .inner .flex_box .news_box .title_box .button a{
		display: block;
		height: 25px;
		background: url("../img/home/arrow04.png")right center no-repeat;
		padding-right: 36px;
		color: #fff;
		font-weight: bold;
		line-height: 25px;
	}
@media screen and (max-width: 768px){
	.home .cont06 .inner .flex_box .news_box .title_box .button a{
		font-size: 14px;
	}
}

	.home .cont06 .inner .flex_box .news_box .box{
		height: 320px;
		background: #fff;
		padding: 24px 50px 24px 30px;
		box-sizing: border-box;
		overflow-y: auto;
	}

	.home .cont06 .inner .flex_box .news_box .box .cont{
		display: block;
		margin-bottom: 20px;
	}
@media screen and (max-width: 768px){
	.home .cont06 .inner .flex_box .news_box .box .cont{
		margin-bottom: 15px;
	}
}

	.home .cont06 .inner .flex_box .news_box .box .cont .cate{
		display: inline-block;
		color: #014195;
		font-size: 14px;
		font-weight: bold;
	}
	.home .cont06 .inner .flex_box .news_box .box .cont .data{
		display: inline-block;
		color: #999;
		font-size: 14px;
		font-weight: bold;
	}
	.home .cont06 .inner .flex_box .news_box .box .cont .text01{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		font-weight: bold;
		margin-top: 4px;
	}
@media screen and (max-width: 768px){
	.home .cont06 .inner .flex_box .news_box .box .cont .cate{
		font-size: 12px;
	}
	.home .cont06 .inner .flex_box .news_box .box .cont .data{
		font-size: 12px;
	}
	.home .cont06 .inner .flex_box .news_box .box .cont .text01{
		font-size: 14px;
	}
}

	.home .cont06 .inner .flex_box .column_box{
		width: 48.33%;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
	}
	.home .cont06 .inner .flex_box .column_box.mv02_off{
		transition: all 1s ease-out 0.6s;
	}
@media screen and (max-width: 768px){
	.home .cont06 .inner .flex_box .column_box{
		width: 100%;
	}
}

	.home .cont06 .inner .flex_box .column_box .title_box{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 50px;
		background: #50b0ea;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.home .cont06 .inner .flex_box .column_box .title_box h3{
		color: rgba(255,255,255,0.5);
		font-size: 14px;
	}
		.home .cont06 .inner .flex_box .column_box .title_box h3::before{
			content: "Column";
			color: #fff;
			font-size: 20px;
			font-weight: bold;
			margin-right: 10px;
		}

	.home .cont06 .inner .flex_box .column_box .title_box .button a{
		display: block;
		height: 25px;
		background: url("../img/home/arrow05.png")right center no-repeat;
		padding-right: 36px;
		color: #fff;
		font-weight: bold;
		line-height: 25px;
	}
@media screen and (max-width: 768px){
	.home .cont06 .inner .flex_box .column_box .title_box .button a{
		font-size: 14px;
	}
}

	.home .cont06 .inner .flex_box .column_box .box{
		height: 320px;
		background: #fff;
		padding: 24px 50px 24px 30px;
		box-sizing: border-box;
		overflow-y: auto;
	}

	.home .cont06 .inner .flex_box .column_box .box .cont{
		display: block;
		margin-bottom: 20px;
	}
@media screen and (max-width: 768px){
	.home .cont06 .inner .flex_box .column_box .box .cont{
		margin-bottom: 15px;
	}
}

	.home .cont06 .inner .flex_box .column_box .box .cont .cate{
		display: inline-block;
		color: #50b0ea;
		font-size: 14px;
		font-weight: bold;
	}
	.home .cont06 .inner .flex_box .column_box .box .cont .data{
		display: inline-block;
		color: #999;
		font-size: 14px;
		font-weight: bold;
	}
	.home .cont06 .inner .flex_box .column_box .box .cont .text01{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		font-weight: bold;
		margin-top: 4px;
	}
@media screen and (max-width: 768px){
	.home .cont06 .inner .flex_box .column_box .box .cont .cate{
		font-size: 12px;
	}
	.home .cont06 .inner .flex_box .column_box .box .cont .data{
		font-size: 12px;
	}
	.home .cont06 .inner .flex_box .column_box .box .cont .text01{
		font-size: 14px;
	}
}

	
/* cont07 ------*/
	
	.home .cont07{
		max-width: 100%;
		background: #f1f8fd;
	}

	.home .cont07 .inner{
		padding: 100px 20px 120px;
		box-sizing: border-box;
		z-index: 10;
		position: relative;
	}
@media screen and (max-width: 1024px){
	.home .cont07 .inner{
		padding: 60px 20px 80px;
	}
}
@media screen and (max-width: 768px){
	.home .cont07 .inner{
		padding: 50px 20px 60px;
	}
}

	.home .cont07 .inner h2{
		width: 100%;
		background: url("../img/home/text23.png")center bottom no-repeat;
		padding: 0 0 45px;
		font-size: 46px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
	}
	.home .cont07 .inner h2 span{
		display: inline-block;
		background: url("../img/home/line01.png")left bottom no-repeat;
		padding-bottom: 18px;
		color: #014195;
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 2px;
		margin-bottom: 18px;
	}
@media screen and (max-width: 1024px){
	.home .cont07 .inner h2{
		background: url("../img/home/text23.png")center bottom no-repeat;
		background-size: 24px;
		padding: 0 0 38px;
		font-size: 38px;
	}
	.home .cont07 .inner h2 span{
		padding-bottom: 16px;
		font-size: 18px;
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 768px){
	.home .cont07 .inner h2{
		background: url("../img/home/text23.png")center bottom no-repeat;
		background-size: 18px;
		padding: 0 0 32px;
		font-size: 26px;
	}
	.home .cont07 .inner h2 span{
		padding-bottom: 14px;
		font-size: 14px;
		margin-bottom: 12px;
	}
}

	.home .cont07 .inner .img{
		position: absolute;
		top: -67px;
		right: -149px;
	}
	.home .cont07 .inner .img.mv02_off{
		transition: all 1s ease-out 0.8s;
	}
@media screen and (max-width: 1550px){
	.home .cont07 .inner .img{
		position: absolute;
		top: -30px;
		right: 10px;
		width: 300px;
	}
}
@media screen and (max-width: 1024px){
	.home .cont07 .inner .img{
		position: absolute;
		top: -30px;
		right: 10px;
		width: 200px;
	}
}
@media screen and (max-width: 768px){
	.home .cont07 .inner .img{
		position: absolute;
		top: -45px;
		right: 20px;
		width: 150px;
	}
}

	.home .cont07 .inner .qa_box{
		width: 100%;
		padding: 0 60px;
		box-sizing: border-box;
		margin-top: 40px;
	}
@media screen and (max-width: 768px){
	.home .cont07 .inner .qa_box{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		margin-top: 30px;
	}
}

	.home .cont07 .inner .qa_box .qes{
		width: 100%;
		padding: 25.5px 80px;
		box-sizing: border-box;
		font-size: 18px;
		font-weight: bold;
		cursor: pointer;
		position: relative;
	}
		.home .cont07 .inner .qa_box .qes::before{
			position: absolute;
			top: 21px;
			right: 15px;
			content: "";
			background: url("../img/home/arrow06.png")no-repeat;
			transition: all .5s ease;
			width: 37px;
			height: 37px;
		}
		.home .cont07 .inner .qa_box .qes.close::before{
			position: absolute;
			top: 21px;
			right: 15px;
			content: "";
			background: url("../img/home/arrow07.png")no-repeat;
			transition: all .5s ease;
			width: 37px;
			height: 37px;
		}
		.home .cont07 .inner .qa_box .qes::after{
			position: absolute;
			top: -1px;
			left: 0;
			content: "";
			background: url("../img/home/line05.png");
			width: 100%;
			height: 2px;
		}
		.home .cont07 .inner .qa_box .qes:first-of-type::after{
			content: none;
		}
@media screen and (max-width: 1024px){
	.home .cont07 .inner .qa_box .qes{
		padding: 24.5px 80px;
		font-size: 16px;
	}
		.home .cont07 .inner .qa_box .qes::before{
			top: 20px;
		}
		.home .cont07 .inner .qa_box .qes.close::before{
			top: 20px;
		}
}
@media screen and (max-width: 768px){
	.home .cont07 .inner .qa_box .qes{
		padding: 22px 60px;
		font-size: 16px;
	}
		.home .cont07 .inner .qa_box .qes::before{
			top: 18px;
			background: url("../img/home/arrow06.png")no-repeat;
			background-size: 30px;
			width: 30px;
			height: 30px;
		}
		.home .cont07 .inner .qa_box .qes.close::before{
			top: 18px;
			background: url("../img/home/arrow07.png")no-repeat;
			background-size: 30px;
			width: 30px;
			height: 30px;
		}
}

	.home .cont07 .inner .qa_box .qes span{
		font-weight: bold;
		position: relative;
	}
		.home .cont07 .inner .qa_box .qes span::before{
			position: absolute;
			top: 0;
			left: -53px;
			content: "Q.";
			color: #014195;
			line-height: 1;
		}
@media screen and (max-width: 768px){
		.home .cont07 .inner .qa_box .qes span::before{
			left: -40px;
		}
}

	.home .cont07 .inner .qa_box .ans{
		display: none;
		width: 100%;
		background: #fff;
		padding: 25px 100px 20px 84px;
		box-sizing: border-box;
		border-radius: 10px;
		margin: 0 0 22px;
		position: relative;
	}
	.home .cont07 .inner .qa_box .ans span{
		line-height: 1.875;
		position: relative;
	}
		.home .cont07 .inner .qa_box .ans span::before{
			position: absolute;
			top: 0;
			left: -53px;
			content: "A.";
			line-height: 1;
		}
@media screen and (max-width: 1024px){
	.home .cont07 .inner .qa_box .ans{
		font-size: 14px;
	}
}
@media screen and (max-width: 768px){
	.home .cont07 .inner .qa_box .ans{
		padding: 20px 50px 16px 62px;
	}
		.home .cont07 .inner .qa_box .ans span::before{
			position: absolute;
			top: 0;
			left: -40px;
			content: "A.";
			line-height: 1;
		}
}

	.home .cont07 .inner .button a{
		display: block;
		width: 375px;
		background: #014195 url("../img/common/arrow02.png")right 30px center no-repeat;
		padding: 17px 0;
		box-sizing: border-box;
		border-radius: 30px;
		border: 1px solid #014195;
		color: #fff;
		font-weight: bold;
		text-align: center;
		margin: 60px auto 0;
		transition: all .5s;
	}
@media screen and (min-width: 1025px){
	.home .cont07 .inner .button a:hover{
		background: #fff url("../img/common/arrow01.png")right 30px center no-repeat;
		color: #014195;
		transition: all .5s;
	}
}
@media screen and (max-width: 1024px){
	.home .cont07 .inner .button a{
		margin: 40px auto 0;
	}
}
@media screen and (max-width: 768px){
	.home .cont07 .inner .button a{
		width: 290px;
		background: #014195 url("../img/common/arrow02.png")right 20px center no-repeat;
		padding: 15px 0;
		font-size: 14px;
		margin: 30px auto 0;
	}
}
	
	
	
	
	