@charset "UTF-8";


#mv{
	background: url(../images/aboutus_page_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 60px 0;
}
#mv h1{
	font-size:50px;
	text-align: center;
	color: #2755A0;
	font-weight: bold;
	margin-bottom: 0px;
	letter-spacing: 2px;
	line-height: .75;
}
#mv h1 span#subttl{
	font-size:18px;
}
/*=======================メインコピーここまで==============================================================-=================================*/

/*=======================私たちについてここから==============================================================-=================================*/

.relative {
    position: relative;
    width: 100%;
}
.bk_green {
    background: #2755A0!important;
    width: 100%;
}
.bk_green > div > img{
	width: 50%;
}
.absolute {
    position: absolute;
    right: 50px;
    bottom: 20px;
}.skew3 {
    width: 610px;
    margin: 0px auto 50px;
    font-weight: bold;
    color: #2755A0;
    line-height: 1!important;
    height: 100px!important;
    background: #FFF;
    transform: skew(-30deg);
}
.skew3_h3 {
    margin: 50px 0;
    font-size: 30px!important;
    height: 50px!important;
    padding: 15px 0 10px 15px!important;
    transform: skew(30deg);
    text-align: left;
    font-weight: bold;
}
.profile {
    padding-left: 150px;
    color: #FFF;
}

p {
    font-size: 16px;
    line-height: 2;
}.text_name {
    font-size: 25px;
    font-weight: bold;
}
.interview h4 {
    color: #2755A0;
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
}

iframe.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
/*=======================私たちについてここまで==============================================================-=================================*/

/*=======================事業内容ここから==============================================================-=================================*/

/*=======================事業内容ここまで==============================================================-=================================*/

/*=======================インタビューここから==============================================================-=================================*/
#program{
	padding: 80px 0;
}
#program h2{
	color: #2755A0;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	
}
#program h2 + p{
	color: #2755A0;
	margin-bottom: 30px;
	text-align: center;
}
#program table.program-table{
	border: 2px solid #2755A0;
}
#program table.program-table thead{
	background:#2755A0;
	color: #fff;
	text-align: center;
}
#program table.program-table thead th{
	
	border-right: 1px solid #fff;
}
#program table.program-table thead th:last-child{
	
	border-right:none;
}
#program table.program-table tbody{
	text-align: center;
	vertical-align: middle;
}
#program table.program-table tbody th{
	background:#E5F5FF;
	color:#2755A0;
	width: 20%;
	border: 1px solid #2755A0;
}
#program table.program-table tbody th +td {
	background:#C8E3D5;
	color:#2755A0;
	width: 40%;
	border: 1px solid #2755A0;
	font-weight: bold;
}
#program table.program-table tbody th +td +td {
	background:#EFE3D9;
	color:#2755A0;
	width: 20%;
	border: 1px solid #2755A0;
	font-weight: bold;
}
/*=======================インタビューここまで==============================================================-=================================*/

/*=======================トレーニングここから==============================================================-=================================*/

#qualified{
	padding: 50px 0;
	
}

#qualified h2{
	font-size: 40px;
	text-align: center;
	line-height: .75;
	color: #2755A0;
	font-weight: bold;
	margin-bottom: 40px;
}

#qualified h2 span{
	font-size: 18px;
}
#qualified h2 span.ttlsmall{
	font-size: 20px;
}
#qualified h3{
border-bottom: solid 3px #CBE3F2;
  position: relative;
	font-size: 20px;
	color: #2755A0;
	font-weight: bold;
	padding-bottom: 10px;
}
#qualified h3::after{
position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #2755A0;
  bottom: -3px;
  width: 30%;
}
#qualified li{
	padding: 20px 0;
	border-bottom: 1px solid #707070 ;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#qualified ul{
	padding: 0;
	list-style: none;
	
}
/*=======================トレーニングここまで==============================================================-=================================*/
/*=======================採用情報ここから==============================================================-=================================*/
#newtraining{
	padding: 80px 0;
}
#newtraining h2{
	color: #2755A0;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
#newtraining h2 span{
	font-size: 18px;
}
/*=======================採用情報ここまで==============================================================-=================================*/

@media screen and (max-width:768px){
	#mv {
    background-size: cover;
    padding: 20px 0;
}
	.bk_green > img {
		width: 100%;}
	.interview h3 {
    font-size: 20px!important;
    line-height: 30px!important;
    text-align: left;
    padding: 15px 0 0 15px;
}
	.profile {
    padding-left: 15px;
}
	.interview h4 {
    font-size: 18px;
    line-height: 25px;
}
	#program h2,#qualified h2,#newtraining h2{
		font-size: 30px;
	}
	
	#mv div p {
    position: absolute;
    font-size: 30px;
    top: 70%;
    left: 5%;
    transform: translateY(-50%);
}
	#aboutus .aboutusimg{
		display: none;
	}
	#aboutus {
		background: url(../images/newgra_aboutus.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		
	}
	#aboutus .viewmore{
		text-align: center;
	}
	#services h2{
		text-align: center;
	}
	#services h2 + p {
    text-align: center;
}#services h2 + p + p {
    text-align: left;
}
	#services .viewmore{
		text-align: center;
		margin-bottom: 20px;
	}
	#interview .int-wrap .slide-arrow {
    width: 40px;
}
	#interview .int-wrap .slide-arrow.prev-arrow {
    transform: translate(0% , -50%);
}
	#interview .int-wrap .slide-arrow.next-arrow {
    transform: translate(0% , -50%);
}
	#interview h2 + p + p{
    margin-bottom: 20px;
	}
	#interview {
    background-size: cover;
	}#training ul li:first-child {
    width: 100%;
}
	#training ul li:last-child {
    content: inherit;
    position: inherit;
    right: inherit;
    top: inherit;
    width: 100%;
    height: auto;
    padding: 50px 1rem 50px 1rem;
    background: #2755A0;
    z-index: -1;
	}#training h2{
		text-align: center;
	}#training h2 + p {
		text-align: center;
	}#training h2 + p + p{
		text-align: left;
	}#training .viewmore {
    margin-top: 60px;
    text-align: center;
}#training {
    padding: 50px 0 50px;
	}
	#recruit {
    padding: 50px 0 50px;
	}
	#recruit h2 + p + p{
		margin-bottom: 40px;
	}
}