@charset "UTF-8";

.home-h2-area{
	padding-bottom:20px;
	border-bottom:1px solid #F8C5C8;
	margin-bottom:40px;
	display:flex;
    justify-content:space-between;
}    
@media screen and (max-width: 768px){
	.home-h2-area{
	    flex-direction: column-reverse;
	}
}

.home-company .home-h2-area{
	border-bottom:1px solid #BD9573;


}
.home-solution .home-h2-area{
	border-bottom:1px solid #C8D1E5;
}

.home-h2-head{
    display:flex;
    justify-content:space-between;
    align-items:start;
    gap:20px;
}

.home-h2-label{
	width:670px;
	display:flex;
  align-items: center;
	text-align:center;
	justify-content:center;
  border: 1px solid #C30D18;
	background-color: #FFF;
  border-radius: 100px;

    line-height: 1;
	height:80px;
	
}

@media screen and (max-width: 768px){
	.home-h2-label{
			height:auto;
			padding:20px 0 10px 0;


	}
}
.home-h2-label-inner{
	display:flex;
	justify-content: space-between;
	width:90%;
	align-items:center;
}
@media screen and (max-width: 768px){
	.home-h2-label-inner{
		flex-direction: column;
		
	}
}


.home-h2-label:hover{
	background:#C30D18;
	color:#fff;
}
@media screen and (max-width: 768px){
    .home-h2-label{
			margin: 0 auto 48px;
			width: 100%;
    }
}
.home-h2-label-logo{
	width:302px;

}

@media screen and (max-width: 768px){
	.home-h2-label-logo{
		width:200px;
		
	}
}
.home-h2-label-top{
  font-size: 1.5rem;
  color: #111;
	margin-bottom:8px;
	font-weight:500;
}

.home-h2-label:hover .home-h2-label-top{
    color: #fff;
}

.home-h2-label:hover .home-h2-label-logo path{
	fill:#fff;
}
@media screen and (max-width: 768px){
	.home-h2-label-top{
	    font-size: 1.2rem;
	}
}
.home-h2-label-bottom{
    font-size: 2.6rem;
    color: #C30D18;
		font-weight:700;
}

.home-h2-label:hover .home-h2-label-bottom{
    color: #fff;
}

@media screen and (max-width: 768px){
	.home-h2-label-bottom{
	    font-size: 2.2rem;

	}
}
._home-h2-label-bottom::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 1px;
    background: currentColor;
    transform: translateY(-50%);
}

._home-h2-label-bottom::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.home-h2-label-top,
.home-h2-label-bottom{
    display: block;
}

.home-h2-label-pc{
    display: block;
}

.home-h2-label-sp{
    display: none;
}

@media screen and (max-width: 768px){
    .home-h2-label-pc{
        display: none;
    }
    .home-h2-label-sp{
        display: block;
    }
}
.home-h2-title-sub{
	font-size:2.2rem;
	font-weight:500;
	color:#C30D18;
	display:flex;
  	align-items:center;
	line-height:1;
	margin-bottom:10px;
}

.home-h2-title-sub-step{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:24px;
  height:24px;
  margin-right:8px;
  border-radius:50%;
  background:#C30D18;
  color:#fff;
  font-size:1.2rem;
  line-height:1;
}

.home-solution .home-h2-title-sub-step{
	background:#0D3EA8;
}
.home-solution .home-h2-title-sub{
	color:#0D3EA8;
}

.home-company .home-h2-title-sub{
	color:#BD9573;
}
.home-h2-title{
	font-weight:500;
	color:#111;
	font-size:4rem;
	line-height:1.4;
}


.home-hero{
	position:relative;
	width:100%;
	height:640px;
	background: url(../images/home/home-hero-image.jpg) center center/cover;
}
.home-hero-solution .home-hero{
	position:relative;
	width:100%;
	height:640px;
	background: url(../images/home/home-hero-solution-image.jpg) center center/cover;
}

@media screen and (max-width:768px){
	.home-hero{
			height:640px;
	}
}
@media screen and (max-width:768px){
	.home-hero{
		background: url(../images/home/home-hero-image-sp.jpg) center center/cover;
	}
}
.home-hero-text01{
	max-width:466px;
	position:absolute;
	z-index:1002;
	top:-20px
}
body.is-pc-menu-open .home-hero-text01{
	z-index:1000;

}
body.is-scrolled .home-hero-text01{
	z-index:1000;
}

.home-hero-solution .home-hero-text01{
	max-width:313px;
}

.home-hero-solution .pc.home-hero-text01{
	margin-top:-30px;
}

@media screen and (max-width:768px){
	.home-hero-text01{
		max-width:300px;
		position:absolute;
		z-index:1000;
		right: 0;
	}
	.home-hero-solution .home-hero-text01{
		max-width:200px;
		top: 0;
	}
}
_.home-hero-text02{
	max-width:456px;
	position:absolute;
	z-index:1000;
	right:80px;
	bottom:35px;
	color:#fff;
	text-align:center;

}

.home-hero-text02{
	max-width:600px;
	position:absolute;
	z-index:1000;
	right:80px;
	bottom:35px;
	color:#fff;
	text-align:center;

}

_.home-hero-text02-sub01{
	position: relative; 
	font-size:3.2rem;
	font-weight:500;
	line-height:1.4;	
	text-shadow: 0px 2px 15px #000;
	margin-bottom:8px;
	z-index:1001;
	
}

.home-hero-text02-sub01{
	position: relative; 
	font-size:3.4rem;
	font-weight:500;
	line-height:1.4;	
	text-shadow: 0px 2px 15px #000;
	margin-bottom: 14px;
	z-index:1001;

}

.home-hero-school .home-hero-text02-sub01{
	text-align:left;
	padding-left:100px;
}
@media screen and (max-width:768px){

.home-hero-school .home-hero-text02-sub01{
	text-align:left;
	padding-left:0;
}
}
@media screen and (max-width:768px){
	.home-hero-text02-sub01{
		text-align:left;
		font-size:1.8rem;

	}
}

_.home-hero-solution .home-hero-text02-sub01{
	font-size:2.8rem;
	margin-left: 50px;
	text-align: left;
}

.home-hero-solution .home-hero-text02-sub01{
	font-size:2.8rem;
	margin-left: 90px;
	text-align: left;
}
@media screen and (max-width:768px){
	.home-hero-solution .home-hero-text02-sub01{
		
		margin-left: 0;
		font-size:1.8rem;
	}
}
._home-hero-text02-sub02{
	letter-spacing: 0.05em;
	font-size:3.8rem;
	font-weight:700;
	line-height:1.4;
	text-shadow: 0px 2px 15px #000;
}

.home-hero-text02-sub02{
	letter-spacing: 0.05em;
	font-size:4.6rem;
	font-weight:700;
	line-height:1.4;
	text-shadow: 0px 2px 15px #000;
}
@media screen and (max-width:768px){
	.home-hero-text02-sub02{
		text-align:left;
			font-size:3.2rem;
	}
}

.home-hero-text03{
	max-width:139px;
	position:absolute;
	z-index:-1;
	right:100px;
	bottom:190px;
}
@media screen and (max-width:768px){
	.home-hero-text03{
		max-width:80px;
		left:95px;
		right:0;
		bottom:190px;
	}
}
.home-hero-solution .home-hero-text03{
	max-width:186px;
	right:50px;
	bottom:200px;
}


_.home-hero-text02-annotation{

	font-size:2.0rem;
	font-weight:700;
	line-height:1.4;
	text-shadow: 0px 2px 15px #000;
}
.home-hero-text02-annotation{

	font-size:2.0rem;
	font-weight:500;
	line-height:1.4;
	text-shadow: 0px 2px 15px #000;
}



.home-download-btn{
	margin:40px auto 25px auto;
	background:#E30013;
	width:360px;
	height:60px;
	display:inline-flex;
	text-align:center;
	border-radius:76px;
	justify-content: center; 
	align-items: center;
	position:relative;;
	font-size:2.0rem;
	line-height:1;
	overflow: hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:5px;
	font-weight: 500;
}
@media screen and (max-width:768px){
	.home-download-btn{
		max-width:272px;
		margin:40px 0 25px 0;
	}
}



.home-download-btn:hover{
	background:#fff;
	color:#E30013;
}

.home-download-btn:hover path{
	fill:#E30013;
}


@media screen and (max-width: 1549px) {
  .home-bnr-area {
	  overflow-x: auto;
	  overflow-y: hidden;
		max-width:96%;
		margin:0 auto;
  }
}



.home-bnr-area-inner{
	display:flex;
	max-width:1549px;
	justify-content: space-between;
	align-items:center;
	margin:0 auto;
	padding:40px 0;


}

.home-bnr-area-solution .home-bnr-area-inner{
	padding:0;
	justify-content: flex-start;
	align-items: flex-start;
	max-width:1549px;
	width:100%;
}

@media screen and (max-width: 768px) {
	.home-bnr-area-solution .home-bnr-area-inner{
		display:block;
	}

}
.home-bnr-area-inner img{
	height:68px;
 	width: auto;
  max-width: none;
  object-fit: contain;

}
.home-bnr-area-left{
	justify-content: space-between;
	display:flex;
	align-items:center;
  flex-wrap: nowrap;
	gap:20px;
}
.home-bnr-area-right{
	

}



.home-bnr-area-solution .home-bnr-area-inner-caption{
	font-size:1.0rem;
	padding-top:15px;
	line-height:1;
	max-width:1800px;
	margin:0 auto;
	text-align:right;
}
@media screen and (max-width: 1800px) {
.home-bnr-area-solution .home-bnr-area-inner-caption{
	width:96%;
}
}
@media screen and (max-width: 768px) {
	.home-bnr-area-solution .home-bnr-area-inner-caption{
		text-align:right;
	}
}
.home-bnr-area-solution .home-bnr-area-inner-logo{
	padding:20px 0 40px 0;
}

@media screen and (max-width: 768px) {
	.home-bnr-area-solution .home-bnr-area-inner-logo{
		overflow-x: auto;
    overflow-y: hidden;

	}
}


@media screen and (max-width: 768px) {
	.home-bnr-area-inner{
		gap:20px;
	}
}

@media screen and (max-width: 768px) {
	.home-bnr-area-inner{
		width:96%;
	}

}






.home-block-hero{

  background: url('../images/home/home-quest-image.png')  center center / cover no-repeat;
}
@media screen and (max-width: 768px) {
	.home-block-hero{
	  background: url('../images/home/home-quest-image-sp.png')  center center / cover no-repeat;
	}
}

.home-solution .home-block-hero{

  background: url('../images/home/home-solution-hero.png')  center center / cover no-repeat;
}
@media screen and (max-width: 768px) {
.home-solution .home-block-hero{

  background: url('../images/home/home-solution-hero-sp.png')  center center / cover no-repeat;
}

}
.home-block-hero-inner{
	width:90%;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height:300px;

}



.home-block-hero-logo{
	width:420px;
}


.home-block-hero-text{
	width:352px;
	font-weight:500;
	line-height:1.6;
	font-size:2.4rem;
	color:#fff;
}

.home-block-hero-image{
	width:380px;
}
@media screen and (max-width:768px){
	.home-block-hero-image{
		width:80%;
	}
}
@media screen and (max-width:768px){

 .home-h2-title {
	font-size: 2.4rem;
 }
 .home-hero-text02 {
	right: auto;
	left: 20px;
	bottom: 20px;
	text-align:left;
 }


 
 .home-bnr-area-inner li{
  flex-shrink: 0;
 }
 .home-h2-title-sub{
	margin-bottom: 10px;
 }
}


.home-quest{
  background: url('../images/home/home-quest.png') repeat;
  padding-bottom:120px;
}

.home-solution{
  background: url('../images/home/home-solution-area.png') repeat;
	padding-bottom:120px;
}
.home-lineup{
	padding:80px 0 120px 0;
}


.home-lineup-cards{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	
	margin-bottom:28px;

}
@media screen and (max-width:768px){
	.home-lineup-cards{
		display:block;
	}
}
.home-lineup-cards > li{
	width: calc(50% - 10px);
	margin-bottom:20px;
}
@media screen and (max-width:768px){
.home-lineup-cards > li{
	width: 100%;
	margin-bottom:20px;
}
}
.home-lineup-cards li.hidden {
  display: none;
}
.home-card-link {
	display: block;
    text-decoration: none;
    color: inherit;
}
.home-card-link:hover {
	opacity:0.5;
}
.home-lineup-card{
	border:1px solid #DEDEDE;
	border-radius:10px;
	background:#fff;
	padding:15px 20px 20px 15px;
	max-width:630px;
	height:100%;
}

.home-lineup-card-image{
	display:block;
	overflow:hidden;
	border-radius:10px;
	margin-bottom:20px;
	position:relative;
}
.home-lineup-card-image img{
  display: block;
  width: 100%;
  height: auto;
}

.home-lineup-card-inner{
	display:flex;
	align-items:flex-end;

}

.home-lineup-card-title{
	font-weight:700;
	font-size:2.8rem;
	margin-bottom:5px;
}

.home-lineup-card-title-course{
	font-size:1.6rem;
	margin-bottom:10px;
	line-height:1;
	font-weight:500;
}

.home-lineup-card-title-sub{
	color:#9CBB29;
	font-size:2.6rem;
	margin-bottom:5px;
	font-weight:500;
	line-height: 1;
}
@media screen and (max-width:768px){
	.home-lineup-card-title-sub{
		font-size: 2.4rem;

	}
}
.home-lineup-card-title-sub-access{
	color:#E60012;
}
.home-lineup-card-title-sub-question{
	color:#9CBB29;
	font-weight:500;
}
.home-lineup-card-title-sub-advance{
	color:#5363A3;
}
.home-lineup-card-title-sub-social{
	color:#00A0E9;
}
.home-lineup-card-title-sub-purpose{
	color:#EC6D81;
}
.home-lineup-card-title-sub-small{
	color:#E95098;
}
.home-lineup-card-title-sub-rolemodel{
	color:#115FAD;
}
.home-lineup-card-title-sub-intern{
	color:#00AFC3;
}
.home-lineup-card-title-sub-mystory{
	color:#008D43;
}
.home-lineup-card-title-sub-socialchange-english{
	color:#92539D;
}
.home-lineup-card-title-sub-thevison{
	color:#D99800;
}
.home-lineup-card-title-sub-text{
	font-size:1.6rem;
	color: #111111;
	display:inline-block;
	padding-left:5px;
}
.home-lineup-card-contents{
	width: 100%;
}
.home-lineup-card-contents .sp{
	display: none;
}
@media screen and (max-width:768px){
	.home-lineup-card-contents .sp{
		display: flex;

	}
}

.home-lineup-card-body{
	display: flex;
	justify-content: space-between;
}

.home-lineup-card-text{
	font-size: 2.0rem;
	padding-right:20px;
}

@media screen and (max-width:768px){
	.home-lineup-card-text{
		font-size: 1.8rem;

	}
}
.home-solution .home-lineup-card-text{
	font-size: 1.8rem;
	padding-right:0;
	color:#4D4D4D;
}
@media screen and (max-width:768px){
	.home-solution .home-lineup-card-text{
		font-size: 1.6rem;
		padding-right:0;

	}
}

.home-lineup-card-mark{
	width:120px;
	margin-left:auto;
  	flex-shrink:0;
}
@media screen and (max-width:768px){
.home-lineup-card-mark{
	width:72px;
	margin-left:auto;
  	flex-shrink:0;
	margin-top:auto;
}

}
.home-lineup-bottom-listbtn{
  text-align:center;
}

.home-lineup-bottom-listbtn a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
	height:49px;
	width:268px;
  border:1px solid #C30D18;
  border-radius:999px;
  text-decoration:none;
  color:#C30D18;
  background-color: #FFF;
	line-height:1;
	font-size:1.8rem;
	font-weight:500px;
}

.home-lineup-bottom-listbtn a::after{
  content:"";
  position:relative;
  width:12px;
  height:12px;
}

.home-lineup-bottom-listbtn .show-btn::after {
  background:
    linear-gradient(currentColor, currentColor) center / 12px 1px no-repeat,
    linear-gradient(currentColor, currentColor) center / 1px 12px no-repeat;
}

.home-lineup-bottom-listbtn .close-btn::after {
  background:
    linear-gradient(currentColor, currentColor) center / 12px 1px no-repeat;
}

.home-lineup-bottom-listbtn a:hover,
.home-lineup-bottom-listbtn a:hover .home-lineup-bottom-listbtn a::after{
	color:#fff;
	background-color: #C30D18;
}

.home-solution .home-lineup-card-title{
	color: #0D3EA8;
	font-weight:500;
	font-size:2.8rem;
	display:flex;
	align-items: center;
	margin-bottom:10px;
}
@media screen and (max-width:768px){

	.home-solution .home-lineup-card-title{
		font-size:2rem;
		display:flex;
		align-items: center;
		margin-bottom:10px;
	}
}
.home-solution .home-lineup-card-title i{
	display:flex;
	justify-content: center; 
	align-items: center;
	line-height:1;
	border-radius:50%;
	width:32px;
	height:32px;
	background:#0D3EA8;
	color:#fff;
	font-size:1.8rem;
	font-style:normal;
	margin-right:10px;
flex-shrink: 0;
}




@media screen and (max-width:768px){
	.home-block-hero-inner{
		display: block;
		padding: 50px 0;
		height:auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.home-block-hero-text{
		width: 100%;
		text-align: center;
		font-size: 1.8rem;
		margin-bottom: 32px;
	}
	.home-block-hero-logo{
		width: 80%;
		margin: 0 auto 40px;
		 text-align:center;
	}

	.home-lineup{  
		padding: 50px 0 80px 0;
  	}
	.home-lineup-card {
		max-width: 100%;
	}
	.home-lineup-card-title{
		font-size: 2.4rem;
	}
	.home-solution .home-case-bottom {
		margin-bottom: 0px;
	}
}


.home-vision{
}
.home-vision-cards2{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.home-vision-cards{
  display:flex;
  gap:20px;
  align-items:stretch;
  padding:0;
  margin:0;
  list-style:none;
  margin-bottom:20px;
}
@media screen and (max-width: 768px) {
	.home-vision-cards{
	  margin-bottom:50px;
	}
}
.home-vision-cards > li{
  display:flex;
}
.home-vision-cards .slick-track{
  display:flex !important;
  align-items:stretch;
}
.home-vision-cards .slick-slide{
  height:auto;
  display:flex !important;
}

  .home-vision-cards .slick-slide{
	  margin: 0 5px;

 	}
	.home-vision-cards .slick-list{
	 margin: 0 -5px;

 	}

.home-vision-cards .slick-slide > div{
  display:flex;
  width:100%;
}

.home-vision-card{
	 height:100%;
  display:flex;
  flex-direction:column;
	border:1px solid #DEDEDE;
	border-radius:10px;
	background:#fff;
	padding:20px 20px;
	max-width:413px;
	margin-right:20px;
}
.home-vision-card-title{
	font-size:2.8rem;
	font-weight:500;
	line-height:1.4;
	margin-bottom:12px;
}
.home-vision-card-image{
		margin-bottom:24px;
}
.home-vision-card-text{
	font-size:1.5rem;
	font-weight:400;
	line-height:1.6;
	margin-bottom:12px;
	min-height: 120px;

}

@media screen and (max-width:768px){
	.home-vision-card-text{
		min-height: auto;
	}
}
.home-vision-card-p-title{
	text-align:center;
	font-size:1.8rem;
	font-weight:500;
	color:#C30D18;
	border:1px solid #C30D18;
	padding:8px 0;
	border-radius:999px;

	margin-bottom:16px;
}

.home-vision-card-p-area{
	display:flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding:0 6px;
}
@media screen and (max-width:768px){

	.home-vision-card-p-area{
			padding:0;
	}
}


.home-vision-card-p-detail{
	text-align:center;
	width:calc((100% / 3) - 30px);
}
.home-vision-card-p-detail p{
	font-size:1.2rem;
	font-weight:400;
	margin-top:8px;
}
.home-vision-card-p-detail img{
	width:100%;	
	
}
.home-vision-case-bottom .home-case-bottom-btn-left{
	border: 1px solid #C30D18;
}
.home-vision-case-bottom .home-case-bottom-btn-right{
	border: 1px solid #C30D18;
}

@media screen and (max-width:768px){
	.home-vision-case-bottom .home-case-bottom-btn-left{
		display:none;
	}
}
@media screen and (max-width:768px){
	.home-vision-case-bottom .home-case-bottom-btn-right{
		display:none;
	}
}


.home-vision-case-bottom .home-case-bottom-btns{
	margin-bottom: 120px;
}
@media screen and (max-width:768px){
  .home-vision-card{
	max-width: 100%;
	margin-right:0;
  }
}


.home-case{
	position:relative;
	overflow:hidden;
	margin:0 auto;
	border-radius:10px;
	background:#C30D18;
	max-width:1400px;
	width:100%;
	padding:64px 0;

}

@media screen and (max-width:768px){
	.home-case{
		width: 90%;
			padding:40px 0 104px 0;
	}

	.home-solution .home-case{
		width: 90%;
			padding:40px 0 40px 0;
	}
}
.home-solution .home-case{
		background:#0D3EA8;
}

.home-case-listbtn{
	display:block;
	right:0;
	top:0;
	background:#7F0008;
	color:#fff;
	position:absolute;
	height:85px;
	font-size:1.8rem;
	width:258px;
	display:flex;
  justify-content:center;
	align-items:center;
  border-bottom-left-radius: 10px;
	gap:5px;
	align-items:center;
	line-height:1;
}
.home-case-listbtn::after{
	
}

.home-case-slider-wrap{
	oveflow:hidden;
	margin-bottom:40px;
	
  width: min(1340px, calc(100%));
  box-sizing: border-box;
	margin-left:auto;
}

@media screen and (max-width:768px){
.home-case .home-case-bottom-btn-left,
.home-case .home-case-bottom-btn-right{
	display:none;
}
}
.home-case-item{
	width:413px;
	background:#fff;
	padding:20px;
	border-radius:10px;
	margin-right:20px;
}
.home-case-slider .slick-track {
    display: flex;
}

.home-case-slider .slick-slide {
    height: auto;
}

.home-case-slider .slick-slide > div {
    height: 100%;
}

.home-case-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.home-case .home-h2-title-sub,
.home-case .home-h2-title{
	color:#fff;
}
.home-case-image{
	margin-bottom:20px;
   width: 100%;

    overflow: hidden;
}
.home-case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 373 / 232;
    display: block;
}
.home-case-text{
	font-size:2rem;
	font-weight:500;
	line-height:1.6;
	margin-bottom:20px;
}
@media screen and (max-width:768px){
	.home-case-text{
		font-size:1.6rem;
	}
}
.home-case-school{
	color:#C30D18;
}

.home-solution .home-case-school{
	color:#0D3EA8;
}

.home-case-bottom{
	
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}




.home-case-bottom-btns{
	display:flex;
	width:184px;
 justify-content: space-between;
}

.home-case-bottom a:hover{
	opacity:0.5;
}
.home-case-bottom-btn-left{
	display:block;
	width:80px;
	height:80px;
	border-radius:999px;
	background:#fff;
	position:relative;
}

.home-case-bottom-btn-left::after{
	content:'';
	width:30px;
	height:30px;
	background:url("../images/home/home-quest-arrow-mark.png") center / cover no-repeat;
	position:absolute;
	top:50%;
	left:50%;
transform: translate(-50%, -50%);
}
.home-solution .home-case-bottom-btn-left::after{
	background:url("../images/home/home-solution-arrow-mark.png") center / cover no-repeat;
}
.home-case-bottom-btn-right{
	display:block;
	width:80px;
	height:80px;
	border-radius:999px;
	background:#fff;
	position:relative;
}
.home-case-bottom-btn-right::after{
	content:'';
	width:30px;
	height:30px;
	background:url("../images/home/home-quest-arrow-mark.png") center / cover no-repeat;
	position:absolute;
	top:50%;
	left:50%;
transform: translate(-50%, -50%) rotate(180deg);;
	
}
.home-solution .home-case-bottom-btn-right::after{
	background:url("../images/home/home-solution-arrow-mark.png") center / cover no-repeat;
}
.home-case-bottom-listbtn{

}
.home-case-bottom-listbtn a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:268px;
	background:#fff;
	color:#C30D18;
	font-size:1.8rem;
	height:50px;
	border-radius:999px;
	text-align:center;
	position:relative;
	gap:10px;
}
.home-solution .home-case-bottom-listbtn a{
	color:#0D3EA8;
}
.home-case-bottom-listbtn a::after{
	content:'';
	width:20px;
	height:20px;
	background:url("../images/home/home-quest-arrow-mark.png") center / cover no-repeat;

transform: rotate(180deg);
}

.home-solution .home-case-bottom-listbtn a::after{
	background:url("../images/home/home-solution-arrow-mark.png") center / cover no-repeat;
}



.home-case-dl{
  position:relative;
  border:2px solid #C30D18;
  padding:40px 20px 20px;
  background:#fff;
  border-radius:5px;
	margin-top:90px;
}

.home-solution .home-case-dl{
  border:2px solid #0B389D;
}

.home-case-dl-title{
  position:absolute;
  top:0;
  left:50%;
  transform:translate(-50%, -50%);
  background:#C30D18;
  color:#fff;
  padding:12px 40px;
  font-size:1.8rem;
  border-radius:5px;
}
.home-case-dl-title-text{
	text-align: left;
}
.home-solution .home-case-dl-title{
  background:#0B389D;
}
@media screen and (max-width:768px){
	.home-solution .home-case-dl-title{
	  width:80%;
	}
}
.home-case-dl-title::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-8px;
  width:0;
  height:0;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:10px solid #C30D18;
}
.home-solution .home-case-dl-title::after{
  border-top:10px solid #0B389D;
}
.home-case-dl-body{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:32px;
  padding:20px;
}
.home-case-dl-title-text{
    text-align:center;
}

.home-case-dl-title-inner{
    display:inline-block;
    text-align:left;
}
.home-case-dl-title{
  text-align:center;
}
.home-case-dl-title-big{
  font-size:3.2rem;
  color: #C30D18;
	margin-left:-2px;
}

.home-solution .home-case-dl-title-big{
  color: #0B389D;
}

.home-case-dl-title-small{
  font-size:1.8rem;

}
.home-case-dl-title-small,
.home-case-dl-title-big{
    text-align:left;
}
@media screen and (max-width:768px){
	.home-case-dl-title-small,
	.home-case-dl-title-big{
		display: block;
		text-align: center;
		width: fit-content;
		max-width: 100%;
		margin: 0 auto;
	}
}
.home-case-dl-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  max-width:340px;
  width:100%;
  border-radius:999px;
  background-color:#C30D18;
  text-decoration:none;
  height:53px;
	gap: 15px;
}
.home-case-dl-btn:hover{
  background-color:#fff;
	color:#C30D18;
	border:1px solid #C30D18;
}
.home-case-dl-btn:hover path{
	fill:#C30D18;
}


@media screen and (max-width:768px){

  .home-case-listbtn{
	width:100%;
    top:auto;
    bottom:0;
	
  }
  
  .home-case-slider-wrap {
  		width: 90%;
		margin: 0 auto 20px;

 	}

  .home-case-slider-wrap .slick-slide{
	  margin: 0 5px;

 	}
	.home-case-slider-wrap .slick-list{
	 margin: 0 -5px;

 	}
	.home-case-item{
		margin-right: 0;
	}
  .home-case-dl{
    padding:50px 16px 20px;
  }

  .home-case-dl-title{
    font-size:1.6rem;
    padding:10px 20px;
		width:80%;
  }

  .home-case-dl-title::after{
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-top:7px solid #C30D18;
    bottom:-6px;
  }

  .home-case-dl-body{
    flex-direction:column;
    gap:16px;
  }

  .home-case-dl-btn{
    width:100%;
    padding:12px 0;
  }

  .home-case-dl-title-big{
    font-size:2.2rem;
  }

  .home-case-dl-title-small{
    font-size:1.4rem;
  }
  .home-case-bottom {
	display: block;
	margin-bottom: 0px;
  }
  .home-case-bottom-btns {
	margin: 0 auto 20px;
	display:none;
  }
  .home-case-bottom-listbtn a{
	margin: 0 auto;
  }
}

.home-solution-area{
	background:url("../images/home/home-solution-area.png") repeat;
}
.home-solution-hero{
	background: url('../images/home/home-solution-hero.png')  center center / cover no-repeat;
}
.home-solution-hero-inner{
	width:90%;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height:260px;
}
.home-solution-hero-logo{
	width:384px;
}
.home-solution-hero-text{
	width:300px;
	font-weight:500;
	line-height:1.6;
	font-size:2.4rem;
	color:#fff;
}
.home-solution-lineup{
	padding:80px 0 120px 0;
}
.home-solution-lineup-cards{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:28px;
}
.home-solution-lineup-card{
	border:1px solid #DEDEDE;
	border-radius:10px;
	background:#fff;
	padding:15px 20px;
	max-width:630px;
	margin-bottom:20px;
}
.home-solution-lineup-card-image{
	display:block;
	overflow:hidden;
	border-radius:10px;
	margin-bottom:20px;
	position:relative;
}
.home-solution-lineup-card-inner{
	display:flex;
	align-items:flex-start;
}
.home-solution-lineup-card-title{
	font-weight:500;
	font-size:2.4rem;
	margin-bottom:5px;
}
.home-solution-lineup-card-title-course{
	font-size:1.3rem;
	margin-bottom:5px;
}
.home-solution-lineup-card-text{
	font-size: 1.4rem;
	padding-right:20px;
}
.home-solution-lineup-card-mark{
	width:120px;
	margin-left:auto;
}
.home-solution-lineup-card-title{
	color: #0D3EA8;
}
@media screen and (max-width:768px){
	.home-solution{
		padding-bottom: 50px;
	}
	.home-solution .home-case-bottom {
		margin-bottom: 0px;
	}
}
.home-brown-area{
	padding-top:120px;
	padding-bottom:200px;
	background:url("../images/home/home-brown-area.png") repeat;
}
.home-company{
	margin-bottom:200px;
}
.home-company-read{
	margin-bottom:64px;
	font-size:2.0rem;
}
.home-company-pic{
	margin-bottom:28px;
	display:block;
}
.home-company-two-pics{
	display:flex;
	align-items:center;
	justify-content: space-between;
	margin-bottom:64px;
}
.home-company-two-pic{
	width:620px;
}
.home-company-pic-title{
	font-weight: 500;
	font-size: 2.4rem;
	margin-bottom:10px;
	line-height:1.4;
}
.home-company-pic-text{
	line-height:1.6;
	font-size:2.0rem;
}
.home-company-tree-pics{
	display:flex;

	justify-content: space-between;
}
.home-company-tree-pic{
	width:400px;
}
@media screen and (max-width:768px){
	.home-brown-area{
		padding-top:60px;
	}
	.home-company {
  		margin-bottom: 60px;
			border-bottom:1px solid #DEDEDE;
	}
	.home-company-read{
		margin-bottom: 30px;
	}
	.home-company-pic {
  		margin-bottom: 20px;
	}
	.home-company-pic-title{
		margin-bottom: 16px;
	}
	.home-company-two-pics{
		display: block;
		margin-bottom:50px;
	}
	.home-company-two-pic{
		width: 100%;
		margin-bottom: 50px;
	}
	.home-company-tree-pic:last-child{
		margin-bottom: 60px;
	}
	.home-company-tree-pics{
		display: block;
	}
	.home-company-tree-pic{
		width: 100%;
		margin-bottom: 50px;
	}
}
.home-news{
	display:flex;
	align-items:start;
	justify-content: space-between;
}
.home-news-title{
	font-weight: 500;
	font-size: 4rem;
	margin-bottom:64px;
}
.home-news-title-sub{
	color:#BD9573;
	font-weight: 400;
}
.home-news-right{
	max-width:860px;
	margin-left:20px;
}

@media screen and (max-width:768px){

	.home-news-right{
		margin-left:0;
	}
}
.home-news-btn{
	display:flex;
	border:1px solid #BD9573;

	padding:0 0;
	color:#BD9573;
	background:#fff;
	border-radius:999px;

	align-items:center;
	justify-content: center;
	
	gap:5px;

	width:268px;
	height:49px;
}
.home-news-btn:hover{
	opacity:0.5;
}
.home-news-btn::after{
	content:'';
	display:block;
	width:20px;
	height:20px;


	background:url("../images/home/home-g-arrow.png") center center / cover  no-repeat;

}
.home-news-items{
	padding-top:64px;
}
.home-news-item{
	
    display:flex;
    gap:24px;
    align-items:flex-start;

	padding-top:32px;
	padding-bottom:40px;
	border-top:1px solid #DAC9B9;
}
@media screen and (max-width:768px){

.home-news-item{
    flex-direction:column;
    gap:16px;
}

}
.home-news-image{
    width:340px;
    flex-shrink:0;
}
@media screen and (max-width:768px){

.home-news-image{
    width:100%;
}

}

.home-news-image img{
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover;
    display:block;
}
.home-news-content{
    flex:1;
    min-width:0;
}
.home-news-datebox{
	display:flex;
	align-items:center;
	margin-bottom:18px;
}
.news-category{
	border: 1px solid #BD9573;
	border-radius:999px;
	font-size:1.4rem;
	padding:8px;
	line-height:1;
	margin-left:20px;
}
.home-news-text{
	position:relative;
	  font-size: 2.8rem;
	font-weight:700;
}
@media screen and (max-width:768px){
.home-news-text{
	  font-size: 1.8rem;
}
}

.home-news-text a{
	color:#111;
}
.home-news-text a:hover{
	color:#E30013;
}

.home-news-btn.pc{
  display:flex;
}
.home-news-btn.sp{
  display:flex;
}
.home-news-right .home-news-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    width:240px;
    margin:0 auto;
}

@media screen and (max-width:768px){
	.home-brown-area{
		padding-bottom: 80px;	
	}
	.home-news{
		display: block;
	}
	.home-news-title{
		margin-bottom: 40px;
	}
	.home-news-items{
		padding-top:0;
	}
	.home-news-btn {
		margin: 0 auto;
	}
	.home-news-btn.pc{
		display:none;
	}
	.home-news-btn.sp{
		display:flex;
	}
}