/* ================================
  index
================================ */
img{
	border-radius: 6px;
}
#warp{
	width: 100%;
	overflow: hidden
}
#topBox{
background: url("../img/index_img/topimg_bg.jpg")no-repeat;
	background-size: cover;
	position: relative;
}
#topBox picture{
	position: relative;
	z-index: 2;
}
#topBox .band {
	position: absolute;
	background: #004098;
	width: 2000px;
	height: 25%;
	bottom: 11%;
	right: 47%;
	z-index: 1;
	border-radius: 6px;
}
#topBox picture img{
display: block;
max-width: 1200px;
margin: auto;
width: 100%;
}
@media screen and (max-width: 767px) {
#topBox .band {
	display: none;
}
}




/**/
#headline {
	overflow: hidden;
}
.headline1 {
  width: 100%;
	height: 800px;
  background: url("../img/index_img/headline_bg.jpg")no-repeat;
  background-size: cover;
  background-position: center;
  /*background-attachment: fixed;*/
	position: relative;
}
.headline1 ul {
	position: absolute;
	max-width: 1060px;
	width: 80%;
	top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.headline1 ul li{
	list-style: none;
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
	background: #000d2ac2;
  padding: 15px 15px 15px 30px;
	border-radius: 6px;
}
.headline1 ul li:last-child{
	margin-bottom: 0;
}
.headline1 p {
	font-size: clamp(24px, 3vw, 40px);
	color: #fff;
	font-weight: bold;
}
.headline1 p span{
	display: block;
}
.headline1 p .small{
	font-size: clamp(16px, 3vw, 24px);
	display: block;
	margin-top: -2%;
}

#headline .fBox .imgBox{
	width: 45%;
}

#headline .Box p a{
	display: inline-block;
	margin-top: 20px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding: 5px 40px;
	border-radius: 20px;
	border: 1px solid #ffffffdd;
}
#headline .imgBox{
	position:relative;
	z-index: 10;
}

#headline .imgBox::after  {
	  content: "";
    position: absolute;
    width: 1000px;
    height: 50%;
	  z-index: -1;
}
#headline .headline2 .imgBox::after  {
    top: -20px;
	  left: -40px!important;
    background: #8f9ba929;
}

.headline1 ul li img{
	width: 60px;
	height: auto;
	margin-right: 15px;
	margin-top: 5px;
	}
@media screen and (max-width: 1200px) {

.headline1 {
	height: 600px;
}
}

@media screen and (max-width: 920px) {
.headline1 {
  background: url("../img/index_img/headline_bg_mb.jpg")no-repeat;
  background-size: cover;
  background-position: center;
  /*background-attachment: fixed;*/
	position: relative;
}	
.headline1 {
		height: 600px;
	}

}
@media screen and (max-width: 920px) {
	.headline1 ul{
		width: 100%;
		padding: 5%;
	}
}
@media screen and (max-width: 480px) {
.headline1 {
		height: 600px;
	}
.headline1 ul li{
	list-style: none;
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
	background: #000d2ac2;
  padding: 10px 10px 10px 25px;
	
}
.headline1 ul li img{
	margin-top: 0px;
	width: 45px;
	height: auto;
	}

.headline1 p {
  line-height: 1.2em;
}	
.headline1 p .small{
	margin-top: 0;
}
}

/*with*/
#with {
	background: #004098;
}

#with .fBox{
	max-width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
	padding: 40px 0 0;
}
#with .fBox picture{
	width: 45%;
	max-width: 540px;
}
#with .fBox p{
	color: #fff;
	width: 50%;
  font-size: clamp(16px, 2vw, 20px);
	line-height: 1.5em;
}
@media screen and (max-width: 1200px) {
	#with .fBox{
	margin: 0 5%;
	padding: 20px 0;

}
}

@media screen and (max-width: 767px) {
	#with .fBox{
	display: block;
	padding: 40px 0 60px;
}
#with .fBox p{
	width: 100%;
}
}

/*appeal*/
#appeal {
	width: 100%;
	overflow: hidden;
}

#appeal .txtBox {
	max-width: 1200px;
	margin: 0 auto 0;
	padding: 80px 0 40px;
	background:  #fff;
	position: relative;
	top: -40px;
	z-index: 10;
	border-radius: 6px;
}
#appeal .txtBox p{
	padding: 60px 60px 80px;
	font-size: clamp(16px, 2vw, 20px);
}
#appeal .ankBox h3{
	font-size: clamp(26px, 3vw, 54px);
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px; 
}
#appeal .ankBox .fBox{
	display: flex;
	justify-content: space-between;
}
#appeal .ankBox .fBox .item {
	width: 30%;
}

#appeal .ankBox .fBox .item figcaption{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:10px;
	padding-left: 2em;
	max-width: 380px;
	position: relative
}
#appeal .ankBox .fBox .item figcaption::before{
	  content: '';
    position: absolute;
    height: 1px;
    width: 1.5em;
    max-height: 22px;
    border-radius: 10px;
    top: 8px;
    left: 0;
	  background: rgb(110, 14, 57);
}
#appeal .ankBox .fBox .item:nth-child(1){
	color: #452d1d;
}
#appeal .ankBox .fBox .item:nth-child(2){
	color: #4c1228;
}
#appeal .ankBox .fBox .item:nth-child(3){
	color: #14184a;
}
#appeal .ankBox .fBox .item:nth-child(1) figcaption::before{
	background: #452d1d;
}
#appeal .ankBox .fBox .item:nth-child(2) figcaption::before{
	background: #4c1228;
}
#appeal .ankBox .fBox .item:nth-child(3) figcaption::before{
	background: #14184a;
}
@media screen and (max-width: 1200px) {
	
#appeal .txtBox {
	margin: 0 5% 0;
	padding: 40px 0 40px;
	background:  #fff;
	position: relative;
	top: -40px;
	z-index: 10;
}
#appeal .ankBox .fBox .item{
	width: 32%;
}
}
@media screen and (max-width: 767px) {
	#appeal .ankBox h3 {
    margin-bottom: 20px;
}
	
	#appeal .txtBox {
        padding: 20px 0 20px;
        top: -20px;
    }
	#appeal .txtBox p{
	padding: 20px 20px 40px;
}
	
#appeal .ankBox .fBox{
	display: block;
	justify-content: space-between;
}
#appeal .ankBox .fBox .item {
	width: 90%;
	margin: auto;
}
}

	


/*appeal01*/
#appeal #app01 {
	margin-bottom: 40px;
}
#appeal #app01 h2 {
  background: url("../img/index_img/appeal01_title_img.jpg")no-repeat;
  background-size: cover;
	background-position: center center;
	position: relative;
	width: 100%;
	height: 540px;
	color: #fff;
	font-weight: bold;
	font-size: clamp(50px, 3vw, 72px);
	padding: 0!important;
}	

#appeal #app01 h2 .pBox{
	position: absolute;
	width: 50%;
	right: 5%;
	bottom: 35%;
}
#appeal #app01 h2 span{
	display: block;
}
#appeal #app01 h2 .small{
	font-size: clamp(20px, 3vw, 30px);
}
#appeal #app01 .ankBox .fBox a{
 position: relative;
	border-radius: 6px;
}

#appeal #app01 .ankBox .fBox a .name{
	display:block;
 position: absolute;	
 top: 0;
 left: 0;
}
#appeal #app01 .ankBox .fBox a:hover .itemimg{
	filter: brightness(0.2);
}



@media screen and (max-width: 1200px) {
	#appeal #app01 h2 {
		height: 400px
	}

	#appeal #app01 h2 .pBox{
	position: absolute;
	width: 60%;
	right: 5%;
	bottom: 30%;
}

}
@media screen and (max-width: 767px) {
#appeal #app01 h2 {
  background: url("../img/index_img/appeal01_title_img_mb.jpg")no-repeat;
  background-size: cover;
	background-position: center center;
	position: relative;
	font-size: 30px;
}	

#appeal #app01 h2 .pBox{
	position: absolute;
	width: 100%;
	left: 7%!important;
	bottom: 25%;
	padding-right: 5%;
}
	#appeal #app01 h2 {
		height: 300px
	}
}

/*appeal02*/
#appeal #app02 {
	margin-bottom: 40px;
}
#appeal #app02 h2 {
  background: url("../img/index_img/appeal02_title_img.jpg")no-repeat;
	background-position: center center;
	position: relative;
	width: 100%;
	height: 540px;
	color: #fff;
	font-weight: bold;
	font-size: clamp(50px, 3vw, 72px);
	padding: 18% 0;
	
}	

#appeal #app02 h2 .pBox{
	width: 100%;
	max-width: 1200px;
	position: absolute;
	left: 15%;
	bottom: 35%;
}
#appeal #app02 h2 span{
	display: block;
}
#appeal #app02 h2 .small{
	font-size: clamp(20px, 3vw, 30px);
}

#appeal #app02 .fBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;

}
#appeal #app02 .fBox .imgBox{
	margin-left: 5%;
}
#appeal #app02 .txtBox p{
	width: 50%;
}

@media screen and (max-width: 1200px) {
	#appeal #app02 h2 {
		height: 400px
	}

	#appeal #app02 h2 .pBox{
	position: absolute;
	width: 60%;
	bottom: 30%;
}
}
@media screen and (max-width: 767px) {
#appeal #app02 h2 {
  background: url("../img/index_img/appeal02_title_img_mb.jpg")no-repeat;
  background-size: cover;
	background-position: center center;
	position: relative;
	font-size: 26px;
}	
#appeal #app02 .fBox {
  display: block;
}
#appeal #app02 .txtBox p{
	width: 100%;
}
#appeal #app02 h2 .pBox{
	position: absolute;
	width: 100%;
	top: 10%;
	bottom: auto;
	right: auto;
	left: auto;
	padding: 0 4%!important;
}
	#appeal #app02 h2 {
		height: 260px
	}
#appeal #app02 .fBox .imgBox{
	margin-left: 0;
	margin: auto;
	max-width: 480px;
	width: 80%;
}	
	
}

/*appeal03*/
#appeal #app03 {
	margin-bottom: 40px;
}
#appeal #app03 h2 {
  background: url("../img/index_img/appeal03_title_img.jpg")no-repeat;
	background-position: center center;
	position: relative;
	width: 100%;
	height: 540px;
	color: #fff;
	font-weight: bold;
	font-size: clamp(50px, 3vw, 72px);
	padding: 0!important;
}	

#appeal #app03 h2 .pBox{
	position: absolute;
	width: 40%;
	right: 5%;
	bottom: 40%;
}
#appeal #app03 h2 span{
	display: block;
}
#appeal #app03 h2 .small{
	font-size: clamp(20px, 3vw, 30px);
}

#appeal #app03 .fBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#appeal #app03 .fBox .imgBox{
	margin-right: 5%;
}
#appeal #app03 .txtBox p{
	width: 50%;
}


@media screen and (max-width: 1200px) {
	#appeal #app03 h2 {
		height: 400px
	}

	#appeal #app03 h2 .pBox{
	position: absolute;
	width: 60%;
	right: 5%;
	bottom: 30%;
}
}
@media screen and (max-width: 767px) {
#appeal #app03 h2 {
	background: url("../img/index_img/appeal03_title_img_mb.jpg")no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	font-size: 30px;
}	
#appeal #app03 .fBox {
  display: block;
}
#appeal #app03 .txtBox p{
	width: 100%;
}
#appeal #app03 h2 .pBox{
	position: absolute;
	width: 100%;
	top: 10%;
	bottom: auto;
	right: auto;
	padding: 0 4%!important;
}
	#appeal #app03 h2 {
		height: 260px
	}
#appeal #app03 .fBox .imgBox{
	margin-right: 0;
	margin: auto;
	max-width: 480px;
	width: 80%;
}	
	
	
}


/*world*/

#world {
	width: 100%;
	overflow: hidden;
	background: url("../img/index_img/world_bg.png")no-repeat #648ec7;
	background-position: top right;
}

#world .Box{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 120px 0;
}
#world .Box h2{
	padding: 0!important;
  font-size: clamp(50px, 3vw, 72px);
	font-weight: bold;
	color: #fff;
}
#world .Box p{
 color: #fff;
 padding: 40px 0px 40px;
 font-size: clamp(16px, 2vw, 20px);
	width: 60%;
	margin-bottom: 40px;
}

#world .Box .fBox{
	display: flex;
	justify-content: space-between;
}
#world .Box .fBox img{
	width: 32%;
	max-width: 390px; 
}
@media screen and (max-width: 1200px) {
	#world .Box{
		padding: 120px 5%;
}
}

@media screen and (max-width: 767px) {
#world {
	background: url("../img/index_img/world_bg.png")no-repeat #648ec7;
	background-position: top right;
	background-size: 80%;
}
	#world .Box .fBox{
		display: block;
	}
	#world .Box .fBox img {
        display: block;
        width: 80%;
        max-width: 390px;
        margin: 0 auto 20px;
    }
#world .Box{
	padding: 60px 5%;
}
	#world .Box p{
 color: #fff;
 padding: 40px 0px 40px;
 font-size: clamp(16px, 2vw, 20px);
	width: 100%;
}
	#world .Box h2{
	font-size: 30px	
	}

}/*company*/

#company {
	width: 100%;
	overflow: hidden;
	background: #004098;
	background-position: top right;
}
#company .Box .rogo{
		width: 200px;
	}
#company .Box{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 120px 0;
	position: relative;
}
#company .Box h2{
	padding: 0!important;
  font-size: clamp(50px, 3vw, 72px);
	font-weight: bold;
	color: #fff;
}
#company .Box img.mainimg {
	width: 50%;
	display: block;
	position: absolute;
	right: -10%;
	top :5%;
}
#company .Box p{
 color: #fff;
 padding: 40px 0px 40px;
 font-size: clamp(16px, 2vw, 20px);
	width: 50%;
}
	#company .Box .textBox{
		 margin-bottom: 140px;
	}
#company .Box .fBox{
	display: flex;
	justify-content: space-between;
}
#company .Box .fBox img {
    width: 32%;
    max-width: 390px;
}
@media screen and (max-width: 1200px) {
	#company .Box{
		padding: 60px 5%;
}
#company .Box img.mainimg  {
	max-width: 40%;
	right: 5%;
	top :5%;
}
}
@media screen and (max-width: 1020px) {
	#company .Box h2 {
    width: 50%;
}
#company .Box img.mainimg {
        width: 40%;
        right: 5%;
        top: 15%;
    }
}
@media screen and (max-width: 767px) {
#company {
	background: #004098;
}
	#company .Box h2 {
    width: 100%;
}
#company .Box{
	padding: 60px 5%;
}

	#company  .Box .fBox{
		display: block;
	}
	#company  .Box .fBox img {
        display: block;
        width: 80%;
        max-width: 390px;
        margin: 0 auto 20px;
    }	
#company .Box img.mainimg {
	max-width: 400px;
	height: auto;
	width: 100%;
	display: block;
	position: static;
  margin: 10px 0;
	margin:20px auto 0;
}
	#company .Box p{
 padding: 20px 0px 20px;
 font-size: clamp(16px, 2vw, 20px);
	width: 100%;
}
#company .Box .textBox {
  margin-bottom: 20px;
}
	#company .Box h2{
	font-size: 30px	;
	}
#company .Box .rogo {
    width: 130px;
}
}

#company .Box .textBox a {
    color: #fff;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #ffffff52; 
    border-radius: 6px;
    padding: 5px 40px;
    text-align: center;
    outline: none;
    transition: ease .2s;
	 margin-right:10px;
  }
 #company .Box .textBox a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff63;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }

	#company .Box .textBox a:hover{
		padding: 5px 50px;
	}
  #company .Box .textBox a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }